@charset "UTF-8";
/*
Theme Name: Iris Baum
Theme URI: https://dh-creative-webdesign.de
Author: DH Creative Webdesign
Author URI: https://dh-creative-webdesign.de
Description: Individuelles WordPress-Theme fuer Iris Baum - Strategie. Struktur. Fuehrung.
Version: 1.0
Text Domain: dh
*/
html {
  scroll-behavior: smooth;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100% !important;
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
#responsive-menu-button {
  display: none !important;
}

iframe {
  max-width: 100%;
}

@media (max-width: 991px) {
  .invert .wp-block-column:first-child {
    order: 2;
  }
  .invert .wp-block-column:last-child {
    order: 1;
  }
}

.noclick > a {
  pointer-events: none;
  position: relative;
}
.noclick > a .responsive-menu-subarrow {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 15px !important;
  width: auto !important;
  background: none !important;
  text-align: right !important;
}

:root {
  --curve: 46px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #3a3733;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0 0 22px;
}

p:last-child {
  margin-bottom: 0;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

.sec {
  position: relative;
}
.sec > .container {
  position: relative;
  z-index: 3;
}
.sec__bg {
  position: absolute;
  left: -6%;
  right: -6%;
  top: calc(var(--curve) * -1);
  border-radius: 50% 50% 0 0/var(--curve) var(--curve) 0 0;
  bottom: 0;
  z-index: 0;
}
.sec__shadow {
  position: absolute;
  top: calc(var(--curve) * -1);
  left: 50%;
  width: 112%;
  min-width: 0;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 381px;
  height: 59px;
  padding: 0 34px;
  border-radius: 40px;
  background: linear-gradient(100deg, #ddc890 0%, #efe4b3 34%, #f6ecb4 54%, #e9dba2 80%, #d9c286 100%);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2b2823;
  box-shadow: 0 8px 20px rgba(155, 128, 60, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 12px 26px rgba(155, 128, 60, 0.26);
  color: #2b2823;
}
.btn--light {
  min-width: 220px;
  height: 56px;
  background: linear-gradient(100deg, #ddc890 0%, #efe4b3 34%, #f6ecb4 54%, #e9dba2 80%, #d9c286 100%);
  box-shadow: 0 6px 16px rgba(140, 115, 50, 0.16);
}

.topbar {
  height: 65px;
}
.topbar span {
  -webkit-mask-image: radial-gradient(ellipse 60% 45px at 50% 100%, transparent 99%, #000 100%);
  mask-image: radial-gradient(ellipse 60% 45px at 50% 100%, transparent 99%, #000 100%);
}
.topbar span::after {
  background: radial-gradient(ellipse 60% 45px at 50% 100%, rgba(72, 55, 20, 0.2) 100%, rgba(72, 55, 20, 0.1) 108%, rgba(72, 55, 20, 0) 122%);
}
.topbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  pointer-events: none;
}
.topbar span {
  position: relative;
  display: block;
  height: 100%;
  background: linear-gradient(103deg, #D4BD75 0%, #F6EBB3 50%, #D4BD75 100%);
}
.topbar span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}
.header .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 120px;
}

.logo {
  position: absolute;
  left: 50%;
  margin-left: -550px;
  width: 184px;
  top: 68px;
  z-index: 4;
}
.logo:before {
  position: absolute;
  background: url("img/header-bg.png") no-repeat;
  top: -140px;
  left: -285px;
  position: absolute;
  pointer-events: none;
  content: "";
  height: 396px;
  width: 2091px;
}
.logo img {
  max-width: 100%;
  position: relative;
}

ul.navigation {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-top: -20px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2c2926;
}
ul.navigation a {
  position: relative;
  display: block;
  transition: color 0.25s ease;
}
ul.navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: #b8983f;
  transition: right 0.3s ease;
}
ul.navigation a:hover {
  color: #b8983f;
}
ul.navigation a:hover::after {
  right: 0;
}
ul.navigation li {
  position: relative;
}
ul.navigation .menu-item-has-children > a {
  padding-right: 18px;
}
ul.navigation .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease, margin-top 0.25s ease;
}
ul.navigation .menu-item-has-children:hover > a::before, ul.navigation .menu-item-has-children:focus-within > a::before {
  margin-top: -2px;
  transform: rotate(-135deg);
}
ul.navigation li:has(> ul) > a {
  padding-right: 18px;
}
ul.navigation li:has(> ul) > a::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease, margin-top 0.25s ease;
}
ul.navigation li:has(> ul):hover > a::before, ul.navigation li:has(> ul):focus-within > a::before {
  margin-top: -2px;
  transform: rotate(-135deg);
}
ul.navigation li > ul {
  position: absolute;
  left: -24px;
  top: 100%;
  z-index: 30;
  min-width: 226px;
  margin-top: 20px;
  padding: 8px 0;
  background: #fff;
  border-top: 2px solid #c9ac63;
  box-shadow: 0 18px 38px rgba(58, 50, 30, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
ul.navigation li > ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 22px;
}
ul.navigation li > ul a {
  padding: 9px 24px;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
  transition: color 0.25s ease, background-color 0.25s ease;
}
ul.navigation li > ul a::after {
  display: none;
}
ul.navigation li > ul a:hover {
  background: rgba(201, 172, 99, 0.14);
  color: #b8983f;
}
ul.navigation li:hover > ul,
ul.navigation li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(103deg, #D4BD75 0%, #F6EBB3 50%, #D4BD75 100%);
  box-shadow: 0 4px 12px rgba(120, 96, 40, 0.28);
}
.menu-trigger svg {
  width: 22px;
  height: 22px;
}

.hero {
  position: relative;
  z-index: 1;
  padding: 445px 0 277px;
  background: #fff;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1440px;
  height: auto;
  z-index: 1;
  filter: grayscale(1) brightness(1.18) contrast(0.82);
}
.hero__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -38px;
  width: 612px;
  z-index: 3;
}
.hero .container {
  z-index: 4;
}
.hero__content {
  margin-left: 30px;
  max-width: 660px;
}
.hero__label {
  display: block;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
  color: #2f2c28;
}
.hero__label strong {
  font-weight: 700;
}
.hero__title {
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 47px;
  line-height: 58px;
  font-weight: 200;
  letter-spacing: 0.026em;
  color: #2c2925;
}

.intro {
  padding-top: 80px;
  padding-bottom: 120px;
  z-index: 2;
}
.intro .sec__bg {
  background: linear-gradient(103deg, #D4BD75 0%, #F6EBB3 50%, #D4BD75 100%);
}
.intro__sign {
  position: absolute;
  left: 50%;
  margin-left: -570px;
  width: 282px;
  top: 94px;
  z-index: 2;
  pointer-events: none;
}
.intro__row {
  display: flex;
  align-items: flex-start;
}
.intro__left {
  width: calc(100% - 574px);
  padding-right: 96px;
  padding-top: 90px;
}
.intro__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0.002em;
  color: #26231f;
}
.intro__title span {
  font-weight: 400;
}
.intro__right {
  width: 574px;
  font-size: 16px;
  line-height: 25px;
  hyphens: auto;
  color: #332f2a;
}
.intro__right p {
  margin-bottom: 24px;
}
.intro__right .lead {
  font-weight: 700;
  color: #221f1b;
}

.schema {
  padding-top: 388px;
  padding-bottom: 120px;
  z-index: 3;
}
.schema .sec__bg {
  background: radial-gradient(140% 120% at 50% 22%, #232120 0%, #1c1a19 62%, #161514 100%), #1b1917;
}
.schema__graph {
  position: absolute;
  left: 50%;
  top: calc(341px + var(--curve));
  transform: translate(-50%, -100%);
  width: 88%;
  max-width: 1092px;
  z-index: 2;
  pointer-events: none;
}
.schema__tick {
  display: none;
}
.schema__list {
  display: flex;
}
.schema__list li {
  width: 25%;
  padding: 0 19px;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  color: #a9a49b;
}
.schema__list strong {
  display: block;
  font-weight: 700;
  color: #fff;
}
.schema__list li.is-single strong {
  display: inline;
}

.statement {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
  z-index: 4;
}
.statement .sec__bg {
  background: #fff;
  box-shadow: inset 0 38px 38px -19px rgba(0, 0, 0, 0.16);
}
.statement__gold {
  max-width: 930px;
  margin: 0 auto 36px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #c2a253;
}
.statement__note {
  max-width: 930px;
  margin: 0 auto 36px;
  font-size: 15px;
  line-height: 24px;
  color: #3a3733;
}
.statement__ask {
  margin-bottom: 36px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #26231f;
}

.about {
  padding-top: 160px;
  padding-bottom: 130px;
  z-index: 5;
}
.about .sec__shadow {
  top: 0;
}
.about__img {
  position: absolute;
  left: 50%;
  margin-left: 94px;
  width: 480px;
  top: 23px;
  z-index: 2;
}
.about__text {
  max-width: 628px;
}
.about__title {
  margin-bottom: 46px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 37px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: #c2a253;
}
.about p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  hyphens: auto;
  color: #3a3733;
}

.newsletter {
  padding: 30px 0 60px;
  z-index: 6;
}
.newsletter .sec__bg {
  background: linear-gradient(103deg, #D4BD75 0%, #F6EBB3 50%, #D4BD75 100%);
}
.newsletter .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 134px;
  padding-bottom: var(--curve);
}
.newsletter__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #26231f;
}

.footer {
  padding: 74px 0 40px;
  color: #cfcac1;
  z-index: 7;
}
.footer .sec__bg {
  background: #262320;
}
.footer__ellipse {
  position: absolute;
  left: 50%;
  margin-left: -210px;
  width: 420px;
  top: 27px;
  z-index: 1;
  pointer-events: none;
}
.footer__logo {
  position: absolute;
  left: 50%;
  margin-left: -92px;
  width: 184px;
  top: 78px;
  z-index: 3;
}
.footer__info {
  font-size: 14px;
  line-height: 27px;
  color: #cfcac1;
}
.footer__info p + p {
  margin-top: 28px;
}
.footer__info a:hover {
  color: #c9ac63;
}
.footer__bottom {
  position: relative;
  margin-top: 161px;
  z-index: 3;
}
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  color: #b9b4ab;
}
.footer__bottom a:hover {
  color: #c9ac63;
}

.page-head {
  position: relative;
  z-index: 1;
  padding: 250px 0 80px;
  background: #f8f6f2;
  overflow: hidden;
}
.page-head__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1440px;
  height: auto;
  z-index: 1;
  filter: grayscale(1) brightness(1.18) contrast(0.82);
}
.page-head .container {
  z-index: 3;
}
.page-head__title {
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 47px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 0.026em;
  color: #2c2925;
}

.breadcrumbs {
  margin-bottom: 22px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c2a253;
}
.breadcrumbs a {
  color: #6d675d;
  transition: color 0.25s ease;
}
.breadcrumbs a:hover {
  color: #b8983f;
}
.breadcrumbs .separator,
.breadcrumbs .sep {
  margin: 0 10px;
  opacity: 0.5;
}

@media (min-width: 992px) {
  body:has(.page-head) .header .container {
    padding-top: 96px;
  }
  body:has(.page-head) .logo {
    top: 46px;
    width: 128.8px;
  }
  body:has(.page-head) .logo:before {
    top: -98px;
    left: -199.5px;
    width: 1463.7px;
    height: 277.2px;
    background-size: 100% 100%;
  }
}
.content {
  padding: 40px 0 150px;
  z-index: 2;
}
.content .sec__bg {
  background: #fff;
}

.entry {
  font-size: 16px;
  line-height: 28px;
  color: #3a3733;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry > *:last-child {
  margin-bottom: 0;
}
.entry h2 {
  margin: 56px 0 24px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: #c2a253;
}
.entry h3 {
  margin: 42px 0 18px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  color: #26231f;
}
.entry h4 {
  margin: 34px 0 14px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  color: #26231f;
}
.entry p {
  margin-bottom: 24px;
}
.entry strong {
  color: #26231f;
}
.entry a:where(:not(.btn, .link-more, .page-numbers, .post-teaser__img)) {
  color: #b8983f;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.25s ease;
}
.entry a:where(:not(.btn, .link-more, .page-numbers, .post-teaser__img)):hover {
  color: #c2a253;
  text-decoration: underline;
}
.entry ul,
.entry ol {
  margin: 0 0 26px;
  padding-left: 26px;
}
.entry ul li,
.entry ol li {
  margin-bottom: 10px;
}
.entry ul {
  list-style: none;
  padding-left: 0;
}
.entry ul li {
  position: relative;
  padding-left: 26px;
}
.entry ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9ac63;
}
.entry ol {
  list-style: decimal;
}
.entry blockquote {
  margin: 34px 0;
  padding: 4px 0 4px 30px;
  border-left: 2px solid #c9ac63;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  color: #46423c;
}
.entry img {
  margin: 12px 0;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(60, 52, 30, 0.14);
}
.entry figure {
  margin: 34px 0;
}
.entry .wp-block-gallery.has-nested-images {
  margin: 34px 0;
}
.entry .wp-block-gallery.has-nested-images figure.wp-block-image {
  margin: 0;
}
.entry .wp-block-gallery.has-nested-images figure.wp-block-image img {
  margin: 0;
}
.entry figcaption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 22px;
  color: #8a8479;
}
.entry hr {
  height: 1px;
  margin: 48px 0;
  border: 0;
  background: rgba(201, 172, 99, 0.35);
}
.entry table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 24px;
}
.entry table th,
.entry table td {
  padding: 14px 18px;
  border-bottom: 1px solid #ece7dc;
  text-align: left;
}
.entry table th {
  background: rgba(201, 172, 99, 0.12);
  font-weight: 700;
  color: #26231f;
}
.entry .btn {
  margin-top: 12px;
}

.post-teaser {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 22px;
  margin-bottom: 26px;
  border-radius: 14px;
  background: #faf8f4;
}
.post-teaser:last-of-type {
  margin-bottom: 0;
}
.post-teaser__img {
  display: block;
  flex-shrink: 0;
  width: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.post-teaser__img img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  box-shadow: none;
}
.post-teaser__date {
  display: block;
  margin-bottom: 10px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c2a253;
}
.post-teaser__text h3 {
  margin: 0 0 14px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #26231f;
}
.post-teaser__text h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.post-teaser__text h3 a:hover {
  color: #b8983f;
}
.post-teaser__text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
  color: #3a3733;
}

.link-more {
  display: inline-block;
  margin-top: 6px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b8983f;
}
.link-more::after {
  content: "›";
  margin-left: 8px;
  transition: margin-left 0.25s ease;
}
.link-more:hover::after {
  margin-left: 14px;
}

.pagination {
  margin-top: 50px;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #e6dfd1;
  border-radius: 21px;
  font-size: 14px;
  color: #46423c;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.pagination .page-numbers:hover {
  border-color: #c9ac63;
  background: rgba(201, 172, 99, 0.14);
  color: #b8983f;
}
.pagination .page-numbers.current {
  border-color: transparent;
  background: linear-gradient(100deg, #ddc890 0%, #efe4b3 34%, #f6ecb4 54%, #e9dba2 80%, #d9c286 100%);
  color: #2b2823;
}
.pagination .page-numbers.dots {
  min-width: 0;
  padding: 0 4px;
  border: 0;
  background: none;
}
.pagination .screen-reader-text {
  display: none;
}

.search-form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin-top: 24px;
}
.search-form input[type=search] {
  flex: 1;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #e6dfd1;
  border-radius: 24px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #3a3733;
  background: #fff;
}
.search-form input[type=search]:focus {
  outline: 0;
  border-color: #c9ac63;
}
.search-form input[type=submit] {
  height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(100deg, #ddc890 0%, #efe4b3 34%, #f6ecb4 54%, #e9dba2 80%, #d9c286 100%);
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2b2823;
  cursor: pointer;
}

.mm-ocd__content {
  background: #262320;
}

#menu-mobile.mm-spn {
  background: #262320;
  color: #f1ece2;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
}
#menu-mobile.mm-spn a,
#menu-mobile.mm-spn span {
  padding: 15px 24px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #f1ece2;
}
#menu-mobile.mm-spn a:hover,
#menu-mobile.mm-spn a:active {
  color: #c9ac63;
  text-decoration: none;
}
#menu-mobile.mm-spn li.current_page_item > a,
#menu-mobile.mm-spn li.current-menu-item > a {
  color: #c9ac63;
}
#menu-mobile.mm-spn li:after {
  margin-left: 24px;
  opacity: 0.18;
}
#menu-mobile.mm-spn.mm-spn--navbar:after {
  color: #c9ac63;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 1;
}

.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 24px !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-row:last-of-type,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-row-last {
  margin-bottom: 0;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-col {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-label {
  display: block;
  margin: 0 0 10px;
  font-family: "Poppins", "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #22201d !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-required {
  color: #b8983f !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-input,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-textarea {
  display: block;
  width: 100%;
  border: 1px solid #e2ddd2 !important;
  border-radius: 10px;
  background: #fff !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 26px;
  font-weight: 400 !important;
  color: #3a3733 !important;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-input::placeholder,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-textarea::placeholder {
  color: #9a948a !important;
  opacity: 1;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-input:hover,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-textarea:hover {
  border-color: #cfc8b9 !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-input:focus,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-textarea:focus {
  outline: none;
  border-color: #c9ac63 !important;
  box-shadow: 0 0 0 3px rgba(201, 172, 99, 0.18);
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-input {
  height: 56px;
  padding: 0 20px;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-is_hover .forminator-input,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-is_hover .forminator-textarea {
  border-color: #cfc8b9 !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-is_active .forminator-input,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-is_active .forminator-textarea {
  border-color: #c9ac63 !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-textarea {
  min-height: 160px;
  padding: 15px 20px;
  resize: vertical;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-checkbox__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] label.forminator-checkbox {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] label.forminator-checkbox .forminator-checkbox-box {
  display: block;
  margin: 1px 0 0;
  box-sizing: border-box !important;
  flex: 0 0 22px;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  border: 1px solid #e2ddd2 !important;
  border-radius: 6px;
  background: #fff !important;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] label.forminator-checkbox .forminator-checkbox-box::before {
  display: none;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] label.forminator-checkbox .forminator-checkbox-box::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 11px;
  border: solid #2b2823;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0.5);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] label.forminator-checkbox input:focus-visible ~ .forminator-checkbox-box {
  border-color: #c9ac63;
  box-shadow: 0 0 0 3px rgba(201, 172, 99, 0.18);
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] label.forminator-checkbox input:checked ~ .forminator-checkbox-box {
  border-color: #b8983f !important;
  background: linear-gradient(100deg, #ddc890 0%, #efe4b3 34%, #f6ecb4 54%, #e9dba2 80%, #d9c286 100%) !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] label.forminator-checkbox input:checked ~ .forminator-checkbox-box::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-checkbox__label,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-consent__label {
  font-size: 14px;
  line-height: 24px;
  color: #57534c;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-checkbox__label p,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-consent__label p {
  margin: 0;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-checkbox__label a,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-consent__label a {
  color: #b8983f;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s ease;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-checkbox__label a:hover,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-consent__label a:hover {
  color: #c2a253;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-button-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  height: 59px;
  margin: 0;
  padding: 0 34px;
  border: 0;
  border-radius: 40px;
  background: linear-gradient(100deg, #ddc890 0%, #efe4b3 34%, #f6ecb4 54%, #e9dba2 80%, #d9c286 100%) !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  color: #2b2823 !important;
  box-shadow: 0 8px 20px rgba(155, 128, 60, 0.18);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-button-submit:hover, .forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-button-submit:focus {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 12px 26px rgba(155, 128, 60, 0.26);
  color: #2b2823 !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-button-submit:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(140, 115, 50, 0.16);
  color: #2b2823 !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-response-message {
  margin: 0 0 24px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 24px;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-response-message p {
  margin: 0;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-response-message[aria-hidden=true] {
  display: none;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-response-message.forminator-error {
  background: #fbeeec !important;
  color: #96382f !important;
  box-shadow: inset 3px 0 0 0 #c8564a !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-response-message.forminator-success {
  background: #eff5ec !important;
  color: #3d6b33 !important;
  box-shadow: inset 3px 0 0 0 #5c8a4e !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-error-message {
  display: block;
  margin-top: 8px;
  padding: 0;
  background: none !important;
  font-size: 13px !important;
  line-height: 20px;
  color: #b4453a !important;
}
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-has-error .forminator-input,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-has-error .forminator-textarea,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-has-error .forminator-checkbox-box,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-is_invalid .forminator-input,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-is_invalid .forminator-textarea,
.forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-is_invalid .forminator-checkbox-box {
  border-color: #d7a49d !important;
}

.forminator-edit-module {
  margin-top: 16px;
}
.forminator-edit-module a {
  color: #b8983f;
}

@media (max-width: 1439px) {
  .hero__img {
    left: auto;
    right: 9.7vw;
    margin-left: 0;
    width: 42.5vw;
  }
  .about__img {
    left: auto;
    right: 10.1vw;
    margin-left: 0;
    width: 33.3vw;
  }
}
@media (max-width: 1300px) {
  .logo {
    left: 20px;
    margin-left: 0;
  }
  .hero__head-disc {
    left: 112px;
    margin-left: 0;
  }
  .intro__sign {
    left: 20px;
    margin-left: 0;
  }
  ul.navigation {
    gap: 34px;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .hero {
    padding: 340px 0 260px;
  }
  .hero__content {
    margin-left: 0;
  }
  .hero__title {
    font-size: 40px;
    line-height: 52px;
  }
  .hero__img {
    width: 46vw;
    right: 2vw;
  }
  .intro {
    padding-top: 110px;
    padding-bottom: 90px;
  }
  .intro__left {
    width: 52%;
    padding-right: 50px;
    padding-top: 70px;
  }
  .intro__right {
    width: 48%;
  }
  .schema {
    padding-bottom: 80px;
  }
  .statement {
    padding-bottom: 90px;
  }
  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about__img {
    top: 60px;
    width: 34vw;
    right: 4vw;
  }
  .about__text {
    max-width: 56%;
  }
  .newsletter .container {
    padding-top: 70px;
    padding-bottom: calc(70px + var(--curve));
    gap: 60px;
  }
  .footer {
    padding-bottom: 60px;
  }
  .footer__bottom {
    margin-top: 96px;
  }
}
@media (max-width: 991px) {
  :root {
    --curve: 32px;
  }
  body {
    font-size: 15px;
    line-height: 25px;
  }
  .container {
    padding: 0 24px;
  }
  ul.navigation {
    display: none;
  }
  .menu-trigger {
    display: flex;
  }
  .header .container {
    justify-content: space-between;
    align-items: center;
    padding-top: 62px;
  }
  .logo {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 128px;
  }
  .logo:before {
    display: none;
  }
  .topbar {
    height: 52px;
  }
  .topbar span {
    -webkit-mask-image: radial-gradient(ellipse 60% 32px at 50% 100%, transparent 99%, #000 100%);
    mask-image: radial-gradient(ellipse 60% 32px at 50% 100%, transparent 99%, #000 100%);
  }
  .topbar span::after {
    background: radial-gradient(ellipse 60% 32px at 50% 100%, rgba(72, 55, 20, 0.2) 100%, rgba(72, 55, 20, 0.1) 108%, rgba(72, 55, 20, 0) 122%);
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 196px 0 0;
  }
  .hero .container {
    order: 1;
  }
  .hero__bg {
    left: auto;
    right: -30%;
    width: 165%;
    min-width: 0;
    transform: none;
    opacity: 0.5;
  }
  .hero__head {
    height: 160px;
    filter: drop-shadow(0 8px 18px rgba(60, 55, 45, 0.12));
  }
  .hero__head-band {
    height: 96px;
  }
  .hero__head-disc {
    display: none;
  }
  .hero__content {
    margin-left: 0;
    max-width: none;
    padding: 44px 0 0;
  }
  .hero__label {
    margin-bottom: 24px;
    font-size: 15px;
  }
  .hero__title {
    font-size: 34px;
    line-height: 46px;
  }
  .hero__img {
    order: 2;
    position: relative;
    left: auto;
    right: auto;
    width: 78%;
    max-width: 420px;
    margin: 28px auto 0;
  }
  .intro {
    padding: calc(70px - var(--curve)) 0 calc(30px + var(--curve));
  }
  .intro__sign {
    left: 12px;
    top: 40px;
    width: 180px;
  }
  .intro__row {
    display: block;
  }
  .intro__left {
    width: 100%;
    padding: 0 0 34px;
  }
  .intro__title {
    font-size: 22px;
    line-height: 32px;
  }
  .intro__right {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .schema {
    padding: calc(70px - var(--curve)) 0 calc(70px + var(--curve));
  }
  .schema__graph {
    display: none;
  }
  .schema__tick {
    display: block;
    width: 64px;
    margin: 0 auto 16px;
  }
  .schema__list {
    flex-wrap: wrap;
    margin: 0 -19px;
  }
  .schema__list li {
    width: 50%;
    margin-bottom: 34px;
  }
  .schema__list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .page-head {
    padding: 214px 0 calc(40px + var(--curve));
  }
  .page-head__title {
    font-size: 34px;
    line-height: 46px;
  }
  .breadcrumbs {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .content {
    padding: 40px 0 80px;
  }
  .post-teaser {
    display: block;
    padding: 16px;
  }
  .post-teaser__img {
    width: 100%;
    margin-bottom: 18px;
  }
  .post-teaser__text h3 {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 30px;
  }
  .pagination {
    margin-top: 36px;
  }
  .pagination .page-numbers {
    min-width: 40px;
    height: 40px;
  }
  .entry {
    font-size: 15px;
    line-height: 26px;
  }
  .entry h2 {
    margin: 42px 0 20px;
    font-size: 24px;
    line-height: 36px;
  }
  .entry h3 {
    margin: 32px 0 14px;
    font-size: 19px;
    line-height: 30px;
  }
  .entry table {
    display: block;
    overflow-x: auto;
  }
  .statement {
    padding: calc(70px - var(--curve)) 0 calc(50px + var(--curve));
  }
  .statement__gold {
    margin-bottom: 30px;
  }
  .statement__note {
    margin-bottom: 34px;
  }
  .statement__ask {
    margin-bottom: 32px;
  }
  .btn {
    width: 100%;
    min-width: 0;
    max-width: 381px;
    padding: 0 24px;
  }
  .btn--light {
    width: auto;
    min-width: 220px;
  }
  .forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-row {
    gap: 18px;
    margin-bottom: 18px;
  }
  .forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-col {
    flex: 1 1 100%;
  }
  .forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-input {
    height: 52px;
  }
  .forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-textarea {
    min-height: 140px;
  }
  .forminator-ui.forminator-custom-form[data-design][data-grid][data-form-id] .forminator-button-submit {
    width: 100%;
    min-width: 0;
    padding: 0 24px;
  }
  .about {
    display: flex;
    flex-direction: column;
    padding: calc(90px - var(--curve)) 0 calc(20px + var(--curve));
  }
  .about .container {
    order: 1;
  }
  .about__img {
    order: 2;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 74%;
    max-width: 380px;
    margin: 40px auto 0;
  }
  .about__text {
    max-width: none;
  }
  .about__title {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 42px;
  }
  .about p {
    font-size: 15px;
    line-height: 26px;
  }
  .newsletter {
    padding: 0;
  }
  .newsletter .container {
    flex-direction: column;
    gap: 26px;
    padding-top: calc(52px - var(--curve));
    padding-bottom: calc(52px + var(--curve));
    text-align: center;
  }
  .footer {
    padding: 236px 0 40px;
    text-align: center;
  }
  .footer__logo {
    left: 50%;
    margin-left: -70px;
    top: 62px;
    width: 140px;
  }
  .footer__ellipse {
    left: 50%;
    margin-left: -115px;
    top: 54px;
    width: 230px;
  }
  .footer__info p + p {
    margin-top: 22px;
  }
  .footer__bottom {
    margin-top: 46px;
  }
  .footer__bottom .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  :root {
    --curve: 24px;
  }
  .container {
    padding: 0 20px;
  }
  .logo {
    width: 112px;
  }
  .topbar {
    height: 40px;
  }
  .topbar span {
    -webkit-mask-image: radial-gradient(ellipse 60% 24px at 50% 100%, transparent 99%, #000 100%);
    mask-image: radial-gradient(ellipse 60% 24px at 50% 100%, transparent 99%, #000 100%);
  }
  .topbar span::after {
    background: radial-gradient(ellipse 60% 24px at 50% 100%, rgba(72, 55, 20, 0.2) 100%, rgba(72, 55, 20, 0.1) 108%, rgba(72, 55, 20, 0) 122%);
  }
  .hero {
    padding-top: 176px;
  }
  .hero__content {
    padding-top: 34px;
  }
  .hero__title {
    font-size: 27px;
    line-height: 38px;
    letter-spacing: 0.01em;
  }
  .hero__label {
    font-size: 14px;
    line-height: 22px;
  }
  .hero__img {
    width: 92%;
  }
  .hero__head {
    height: 120px;
  }
  .hero__head-band {
    height: 66px;
  }
  .page-head {
    padding-top: 196px;
  }
  .page-head__title {
    font-size: 27px;
    line-height: 38px;
  }
  .entry h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .intro__sign {
    top: 30px;
    width: 130px;
  }
  .intro__title {
    font-size: 20px;
    line-height: 30px;
  }
  .schema__list li {
    width: 100%;
    margin-bottom: 42px;
  }
  .schema__list li:nth-last-child(-n+2) {
    margin-bottom: 42px;
  }
  .schema__list li:last-child {
    margin-bottom: 0;
  }
  .about__title {
    font-size: 24px;
    line-height: 36px;
  }
  .about p {
    text-align: left;
    hyphens: none;
  }
  .btn {
    max-width: none;
    font-size: 14px;
  }
  .btn--light {
    width: 100%;
  }
  .newsletter__title {
    font-size: 15px;
  }
  .footer {
    padding-top: 216px;
  }
  .footer__logo {
    top: 56px;
    width: 120px;
    margin-left: -60px;
  }
  .footer__ellipse {
    top: 50px;
    width: 200px;
    margin-left: -100px;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

#gwolle_gb .gb-entry .gb-entry-content {
  padding-left: 0 !important;
}

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

/*# sourceMappingURL=style.css.map */
