.btn-container {
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  .btn-container {
    margin-top: 30px;
  }
}
.btn-container > a:not(:first-child) {
  margin-left: 15px;
}
@media only screen and (min-width: 1100px) {
  .btn-container > a:not(:first-child) {
    margin-left: 35px;
  }
}

.button-primary,
button,
.wp-block-button__link,
input[type=submit],
.wp-element-button {
  border-radius: 8px;
  background-color: var(--primary-color);
  color: white;
}
.button-primary:hover,
button:hover,
.wp-block-button__link:hover,
input[type=submit]:hover,
.wp-element-button:hover {
  background-color: #A3791A;
  color: white;
  text-decoration: none;
}
.button-primary:visited, .button-primary:focus,
button:visited,
button:focus,
.wp-block-button__link:visited,
.wp-block-button__link:focus,
input[type=submit]:visited,
input[type=submit]:focus,
.wp-element-button:visited,
.wp-element-button:focus {
  color: white;
}
.button-primary,
button,
.wp-block-button__link,
input[type=submit],
.wp-element-button {
  padding: 0 2rem;
  display: inline-flex;
  height: 58px;
  line-height: 55px;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 1099px) {
  .button-primary,
  button,
  .wp-block-button__link,
  input[type=submit],
  .wp-element-button {
    height: 45px;
    line-height: 44px;
    padding: 0 15px;
  }
}

.button-sm {
  font-size: 16px;
  line-height: 25px;
  border-radius: 8px;
  background-color: var(--primary-color);
  color: white;
}
.button-sm:hover {
  background-color: #A3791A;
  color: white;
  text-decoration: none;
}
.button-sm:visited, .button-sm:focus {
  color: white;
}
.button-sm {
  padding: 0 2rem;
  display: inline-flex;
  height: 58px;
  line-height: 55px;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 1099px) {
  .button-sm {
    height: 45px;
    line-height: 44px;
    padding: 0 15px;
  }
}
.button-sm {
  height: 45px;
  line-height: 44px;
  padding: 0 15px;
}

@media only screen and (max-width: 422px) {
  .main-img-wrapper .btn-container a {
    display: table;
    margin-top: 15px !important;
  }
  .main-img-wrapper .btn-container > a:not(:first-child) {
    margin-left: 0;
  }
}

html {
  font-size: 1vw;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 22px;
    line-height: 34px;
  }
}

h1, .h1 {
  font-family: "Sansita Swashed", sans-serif;
  font-size: 30px;
  line-height: 39px;
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 54px;
    line-height: 70px;
  }
}

h2, .h2 {
  font-family: "Sansita Swashed", sans-serif;
  font-size: 26px;
  line-height: 35px;
}
@media only screen and (min-width: 1100px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 50px;
  }
}

h3, .h3 {
  font-family: "Sansita Swashed", sans-serif;
  font-size: 23px;
  line-height: 31px;
}
@media only screen and (min-width: 1100px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 42px;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (min-width: 1100px) {
  h4, .h4 {
    font-size: 26px;
    line-height: 38px;
  }
}

blockquote, .blockquote {
  font-size: 23px;
  line-height: 31px;
}
@media only screen and (min-width: 1100px) {
  blockquote, .blockquote {
    font-size: 32px;
    line-height: 44px;
  }
}
blockquote em, .blockquote em {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  blockquote em, .blockquote em {
    font-size: 22px;
    line-height: 34px;
  }
}

.cookies-container {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .cookies-container {
    font-size: 18px;
    line-height: 28px;
  }
}
.cookies-container {
  padding: 15px 9.375rem;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.cookies-container .cookies-buttons {
  display: flex;
}
.cookies-container .cookies-buttons a {
  background-color: var(--primary-color);
  text-decoration: none;
  padding-left: 25px;
  margin-right: 10px;
}
@media only screen and (max-width: 1099px) {
  .cookies-container .cookies-buttons a {
    padding-left: 15px;
  }
}
.cookies-container .cookies-buttons a:after {
  display: none;
}
@media only screen and (max-width: 699px) {
  .cookies-container {
    flex-wrap: wrap;
  }
  .cookies-container > div {
    width: 100%;
  }
  .cookies-container > div:first-child {
    margin-bottom: 15px;
  }
  .cookies-container .cookies-buttons .button-primary:last-child {
    margin-right: 0;
  }
}
.cookies-container::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3E3E3E;
  z-index: 0;
  opacity: 0.9;
  z-index: -1;
}

#skip-button {
  transform: translateY(-101%);
  transition: transform 0.3s;
  position: absolute;
  z-index: 13;
  border-radius: 0 0 8px 0;
  outline: none;
}

#skip-button:focus {
  transform: translateY(0%);
}

/* sansita-swashed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sansita Swashed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/sansita-swashed-v22-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sansita-swashed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sansita Swashed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sansita-swashed-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sansita-swashed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sansita Swashed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/sansita-swashed-v22-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sansita-swashed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sansita Swashed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sansita-swashed-v22-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v43-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v43-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v43-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v43-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  color: #555555;
  background-color: #e3d7ba;
}

.main-container {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  .main-container {
    margin-bottom: 6.25rem;
  }
}

h2 {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1100px) {
  h2 {
    margin: 0 0 25px 0;
  }
}

h3, h4 {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 1100px) {
  h3, h4 {
    margin: 0 0 20px 0;
  }
}

p {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1100px) {
  p {
    margin: 0 0 25px 0;
  }
}

a, a:visited, a:focus {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

video {
  width: 100%;
  display: block;
}

/* removes tap blinking on ios devices */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#not-found-page #page-content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#site-header a {
  display: flex;
}
#site-header img {
  display: block;
  width: var(--logo-width-desktop);
}
@media only screen and (max-width: 1099px) {
  #site-header img {
    width: var(--logo-width-mobile);
  }
}
#site-header.menu-fixed #site-logo {
  position: absolute;
  top: 35px;
  left: 4.6875rem;
  z-index: 11;
}
@media only screen and (max-width: 1099px) {
  #site-header.menu-fixed #site-logo {
    left: 20px;
    top: 20px;
  }
}
#site-header.header-fixed {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 8px rgba(163, 121, 26, 0.1019607843);
  height: var(--header-height-desktop);
  padding: 10px 0 10px 4.6875rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed {
    height: var(--header-height-mobile);
    padding-left: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #site-header.header-fixed {
    padding-left: 20px;
  }
}
#site-header.not-fixed {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed {
    padding-left: 4.6875rem;
    padding-right: 3.75rem;
    height: var(--header-height-desktop);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed {
    height: var(--header-height-mobile);
    padding: 10px 0 10px 40px;
  }
}
@media only screen and (max-width: 699px) {
  #site-header.not-fixed {
    padding-left: 20px;
  }
}

#site-header.header-fixed .main-nav-toggle, #site-header.menu-fixed .main-nav-toggle {
  z-index: 13;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 0;
  padding-left: 26px;
  height: var(--header-height-desktop);
  width: 167px;
  font-size: 22px;
  line-height: 34px;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle, #site-header.menu-fixed .main-nav-toggle {
    width: var(--header-height-mobile);
    height: var(--header-height-mobile);
    padding-left: 0;
  }
  #site-header.header-fixed .main-nav-toggle .nav-text, #site-header.menu-fixed .main-nav-toggle .nav-text {
    display: none;
  }
}
#site-header.header-fixed .main-nav-toggle .nav-bars,
#site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars,
#site-header.menu-fixed .main-nav-toggle .nav-bars::after {
  background-color: white;
  width: 30px;
  height: 4px;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle .nav-bars,
  #site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars,
  #site-header.menu-fixed .main-nav-toggle .nav-bars::after {
    width: 28px;
    height: 4px;
  }
}
#site-header.header-fixed .main-nav-toggle .nav-bars,
#site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars,
#site-header.menu-fixed .main-nav-toggle .nav-bars::after {
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
#site-header.header-fixed .main-nav-toggle .nav-bars, #site-header.menu-fixed .main-nav-toggle .nav-bars {
  display: block;
  top: calc(50% - 7px);
  right: 25px;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle .nav-bars, #site-header.menu-fixed .main-nav-toggle .nav-bars {
    right: calc(50% - 14px);
  }
}
#site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars::after {
  content: "";
  display: block;
  top: 13px;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle .nav-bars::after, #site-header.menu-fixed .main-nav-toggle .nav-bars::after {
    top: 11px;
  }
}
#site-header.header-fixed .main-nav-toggle.is-active, #site-header.menu-fixed .main-nav-toggle.is-active {
  background-color: transparent;
}
#site-header.header-fixed .main-nav-toggle.is-active .nav-bars, #site-header.menu-fixed .main-nav-toggle.is-active .nav-bars {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
#site-header.header-fixed .main-nav-toggle.is-active .nav-bars::after, #site-header.menu-fixed .main-nav-toggle.is-active .nav-bars::after {
  transform: translate3d(0, -13px, 0) rotate(-90deg);
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed .main-nav-toggle.is-active .nav-bars::after, #site-header.menu-fixed .main-nav-toggle.is-active .nav-bars::after {
    transform: translate3d(0, -11px, 0) rotate(-90deg);
  }
}
#site-header.header-fixed #site-navigation, #site-header.menu-fixed #site-navigation {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  background: #A3791A;
  z-index: 12;
  overflow-x: hidden;
  transition: 0.5s;
}
#site-header.header-fixed #site-navigation.active, #site-header.menu-fixed #site-navigation.active {
  width: 38.125rem;
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed #site-navigation.active, #site-header.menu-fixed #site-navigation.active {
    width: 100%;
    max-width: 400px;
  }
}
#site-header.header-fixed #site-navigation .menu-main-container, #site-header.menu-fixed #site-navigation .menu-main-container {
  padding: 5.625rem;
  padding-top: calc(var(--header-height-desktop));
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed #site-navigation .menu-main-container, #site-header.menu-fixed #site-navigation .menu-main-container {
    padding: 20px;
    padding-top: calc(var(--header-height-mobile));
  }
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu {
  flex-flow: column;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li:last-of-type, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li:last-of-type {
  margin-bottom: 0;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li > a, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li > a {
  color: white;
  outline: none;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu {
  margin-top: 5px;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu li:not(:last-child), #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a {
  position: relative;
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 0;
  transition: 0.01s;
  width: 18px;
  height: 10px;
  cursor: pointer;
  background-image: url(../img/pfeil_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 699px) {
  #site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after {
    right: 0;
  }
}
#site-header.header-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children.sub-menu-opened a:after, #site-header.menu-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children.sub-menu-opened a:after {
  transform: rotate(180deg);
}
#site-header.header-fixed #site-navigation, #site-header.menu-fixed #site-navigation {
  scrollbar-color: var(--primary-color);
}
#site-header.header-fixed #site-navigation::-webkit-scrollbar, #site-header.menu-fixed #site-navigation::-webkit-scrollbar {
  width: 1px;
}
#site-header.header-fixed #site-navigation::-webkit-scrollbar-track, #site-header.header-fixed #site-navigation::-webkit-scrollbar-thumb, #site-header.header-fixed #site-navigation::-webkit-scrollbar-thumb:hover, #site-header.menu-fixed #site-navigation::-webkit-scrollbar-track, #site-header.menu-fixed #site-navigation::-webkit-scrollbar-thumb, #site-header.menu-fixed #site-navigation::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}
#site-header.header-fixed #site-navigation::-webkit-scrollbar-button, #site-header.menu-fixed #site-navigation::-webkit-scrollbar-button {
  display: none;
}

#site-header.header-fixed .main-nav-toggle {
  background-color: transparent;
  color: var(--primary-color);
}
#site-header.header-fixed .main-nav-toggle .nav-bars,
#site-header.header-fixed .main-nav-toggle .nav-bars::after {
  background-color: var(--primary-color);
}
#site-header.header-fixed .main-nav-toggle.is-active {
  color: white;
}
#site-header.header-fixed .main-nav-toggle.is-active .nav-bars {
  background-color: white;
}
#site-header.header-fixed .main-nav-toggle.is-active .nav-bars::after {
  background-color: white;
}

@media only screen and (min-width: 1100px) {
  #site-header.not-fixed .main-nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle {
    z-index: 13;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0;
    padding-left: 26px;
    height: var(--header-height-desktop);
    width: 167px;
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle {
    width: var(--header-height-mobile);
    height: var(--header-height-mobile);
    padding-left: 0;
  }
  #site-header.not-fixed .main-nav-toggle .nav-text {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars,
  #site-header.not-fixed .main-nav-toggle .nav-bars::after {
    background-color: white;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.1s;
    transition-timing-function: ease;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars,
  #site-header.not-fixed .main-nav-toggle .nav-bars::after {
    width: 28px;
    height: 4px;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars {
    display: block;
    top: calc(50% - 7px);
    right: 25px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars {
    right: calc(50% - 14px);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars::after {
    content: "";
    display: block;
    top: 13px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle .nav-bars::after {
    top: 11px;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle.is-active {
    background-color: transparent;
  }
  #site-header.not-fixed .main-nav-toggle.is-active .nav-bars {
    transform: translate3d(0, 5px, 0) rotate(45deg);
  }
  #site-header.not-fixed .main-nav-toggle.is-active .nav-bars::after {
    transform: translate3d(0, -13px, 0) rotate(-90deg);
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed .main-nav-toggle.is-active .nav-bars::after {
    transform: translate3d(0, -11px, 0) rotate(-90deg);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 0;
    background: #A3791A;
    z-index: 12;
    overflow-x: hidden;
    transition: 0.5s;
  }
  #site-header.not-fixed #site-navigation.active {
    width: 38.125rem;
  }
  #site-header.not-fixed #site-navigation {
    scrollbar-color: var(--primary-color);
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation.active {
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation .menu-main-container {
    padding: 5.625rem;
    padding-top: calc(var(--header-height-desktop));
  }
}
@media only screen and (max-width: 1099px) and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation .menu-main-container {
    padding: 20px;
    padding-top: calc(var(--header-height-mobile));
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu {
    flex-flow: column;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li:last-of-type {
    margin-bottom: 0;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li > a {
    color: white;
    outline: none;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu {
    margin-top: 5px;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a {
    position: relative;
  }
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after {
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    right: 0;
    transition: 0.01s;
    width: 18px;
    height: 10px;
    cursor: pointer;
    background-image: url(../img/pfeil_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 699px) {
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children > a:after {
    right: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation .menu-main-container #primary-menu > li.menu-item-has-children.sub-menu-opened a:after {
    transform: rotate(180deg);
  }
  #site-header.not-fixed #site-navigation::-webkit-scrollbar {
    width: 1px;
  }
  #site-header.not-fixed #site-navigation::-webkit-scrollbar-track, #site-header.not-fixed #site-navigation::-webkit-scrollbar-thumb, #site-header.not-fixed #site-navigation::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
  }
  #site-header.not-fixed #site-navigation::-webkit-scrollbar-button {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    height: 100%;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu {
    height: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu > li {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu > li {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 15px 0;
    border-top: 2px solid var(--primary-color);
  }
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children.sub-menu-opened .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children.sub-menu-opened .sub-menu {
    width: 240px;
    z-index: 12;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
  }
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children.sub-menu-opened .sub-menu a {
    color: var(--primary-color);
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation #primary-menu li.menu-item-has-children:last-child .sub-menu {
    left: auto;
    right: 0;
    text-align: right;
  }
}

#primary-menu {
  display: flex;
  padding: 0;
  margin: 0;
}
#primary-menu li {
  list-style: none;
}
#primary-menu li a {
  color: var(--primary-color);
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  #primary-menu li a {
    font-size: 22px;
    line-height: 34px;
  }
}
#primary-menu li.menu-item-has-children {
  position: relative;
}
#primary-menu li.menu-item-has-children .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
#primary-menu li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  #primary-menu li.menu-item-has-children .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
  }
}
#primary-menu li.menu-item-has-children .sub-menu li a {
  color: white;
  display: block;
}
#primary-menu li.menu-item-has-children.sub-menu-opened .sub-menu {
  display: block;
}

@media only screen and (min-width: 1100px) {
  #site-logo {
    margin-top: 15px;
  }
}
#page-topbar {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar {
    margin-bottom: 4.6875rem;
  }
}
#page-topbar.slim {
  padding-top: 9.375rem;
  margin-bottom: 5.3125rem;
}
@media only screen and (max-width: 1099px) {
  #page-topbar.slim {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar.slim {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-topbar.slim {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
#page-topbar.slim h1 {
  margin: 7px 0 20px 0;
}
@media only screen and (max-width: 1099px) {
  #page-topbar.slim {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  #page-topbar.slim h1 {
    margin-bottom: 7px;
  }
}
#page-topbar.slim #breadcrumbs a {
  color: #555555;
}
#page-topbar.slim .button-primary {
  margin-top: 30px;
}
#page-topbar:not(.slim) .main-img-wrapper {
  position: relative;
}
#page-topbar:not(.slim) .main-img-wrapper .main-img {
  position: relative;
}
#page-topbar:not(.slim) .main-img-wrapper .main-img:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 30%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9019607843));
}
@media only screen and (max-width: 699px) {
  #page-topbar:not(.slim) .main-img-wrapper .main-img:after {
    top: 0;
  }
}
#page-topbar:not(.slim) .main-img-wrapper .main-img img {
  display: block;
  width: 100%;
}
#page-topbar:not(.slim) .main-img-wrapper .page-intro {
  position: absolute;
  color: white;
}
@media only screen and (min-width: 1100px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro {
    bottom: 60px;
    left: 9.375rem;
    right: 9.375rem;
    max-width: 56.25rem;
  }
}
@media screen and (max-width: 1280px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro.long-title {
    max-width: unset;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro {
    bottom: 20px;
    left: 40px;
    right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
#page-topbar:not(.slim) .main-img-wrapper .page-intro h1 {
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  #page-topbar:not(.slim) .main-img-wrapper .page-intro span {
    margin-bottom: 7px;
    display: block;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar:not(.slim) .page-excerpt {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar:not(.slim) .page-excerpt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-topbar:not(.slim) .page-excerpt {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
#page-topbar.wide {
  padding-top: 9.375rem;
  margin-bottom: 5.3125rem;
}
@media only screen and (max-width: 1099px) {
  #page-topbar.wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-topbar.wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-topbar.wide {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar.wide {
    padding-top: 50px;
    margin-bottom: 40px;
  }
}
#page-topbar.wide .page-excerpt {
  padding-left: 0;
  padding-right: 0;
}
#page-topbar .page-excerpt p {
  margin: 0;
}
#page-topbar .page-excerpt {
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar .page-excerpt {
    margin-top: 45px;
  }
}
#page-topbar .mobile-img {
  display: none;
}
@media only screen and (max-width: 699px) {
  #page-topbar .mobile-img {
    display: block;
  }
  #page-topbar .desktop-img {
    display: none;
  }
}

.single-post #page-topbar .main-img-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.single-post #page-topbar .main-img {
  order: 2;
}
.single-post #page-topbar .page-excerpt {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1099px) {
  .single-post #page-topbar .page-excerpt {
    margin-bottom: 30px;
  }
}

body:has(#site-header.header-fixed) #page-topbar {
  padding-top: var(--header-height-desktop);
}
@media only screen and (max-width: 1099px) {
  body:has(#site-header.header-fixed) #page-topbar {
    padding-top: var(--header-height-mobile);
  }
}

body:has(#site-header.menu-fixed) #page-topbar.slim, body:has(#site-header.menu-fixed) #page-topbar.wide, body:has(#site-header.header-fixed) #page-topbar.slim, body:has(#site-header.header-fixed) #page-topbar.wide {
  padding-top: calc(var(--header-height-desktop) + 9.375rem);
}
@media only screen and (max-width: 1099px) {
  body:has(#site-header.menu-fixed) #page-topbar.slim, body:has(#site-header.menu-fixed) #page-topbar.wide, body:has(#site-header.header-fixed) #page-topbar.slim, body:has(#site-header.header-fixed) #page-topbar.wide {
    padding-top: calc(var(--header-height-mobile) + 50px);
  }
}

footer {
  background-color: #A3791A;
  color: white;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  footer {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1099px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  footer {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
footer {
  padding-top: 10px;
}
@media only screen and (max-width: 699px) {
  footer {
    padding-top: 20px;
  }
}
footer a, footer a:hover, footer a:visited {
  color: white;
  text-decoration: underline;
}
footer p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  footer .wp-block-column:last-child {
    text-align: right;
  }
}
footer .wp-block-social-links {
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  footer .wp-block-social-links {
    justify-content: flex-end;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1099px) {
  #page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
#page-content .wp-block-group.is-style-default.has-secondary-color-background-color.has-background {
  padding: 30px;
}
#page-content ul, #page-content ol {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
#page-content ul li, #page-content ol li {
  margin-bottom: 10px;
}
#page-content ul li::marker, #page-content ol li::marker {
  color: var(--primary-color);
}
#page-content > ul li, #page-content > ol li {
  margin-left: 23px;
  margin-bottom: 10px;
}
#page-content figure, #page-content .wp-block-columns, #page-content .wp-block-contact-form-7-contact-form-selector, #page-content .custom-block, #page-content .wp-block-group, #page-content iframe {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  #page-content figure, #page-content .wp-block-columns, #page-content .wp-block-contact-form-7-contact-form-selector, #page-content .custom-block, #page-content .wp-block-group, #page-content iframe {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 699px) {
  #page-content figure, #page-content .wp-block-columns, #page-content .wp-block-contact-form-7-contact-form-selector, #page-content .custom-block, #page-content .wp-block-group, #page-content iframe {
    margin-bottom: 30px !important;
  }
}
#page-content .wp-block-group {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-group {
    margin-bottom: 6.25rem;
  }
}
#page-content .wp-block-group .wp-block-image figure {
  margin: 0;
}
#page-content .wp-block-group.is-style-full-width-with-padding {
  margin-bottom: 6.25rem;
  display: flex;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-group.is-style-full-width-with-padding {
    gap: 30px;
  }
}
#page-content .wp-block-group.is-style-full-width-with-padding .wp-block-column {
  flex: 1;
}
#page-content .wp-block-group.is-style-full-width-with-padding .wp-block-image figure {
  margin: 0;
}
#page-content .wp-block-group.is-style-full-width-with-padding .wp-block-image + .wp-block-list {
  margin-top: 20px;
  padding-left: 100px;
}
#page-content p:has(+ h2), #page-content .wp-block-buttons:has(+ .wp-block-heading), #page-content .wp-block-columns:has(+ .wp-block-buttons) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  #page-content p:has(+ h2), #page-content .wp-block-buttons:has(+ .wp-block-heading), #page-content .wp-block-columns:has(+ .wp-block-buttons) {
    margin-bottom: 4.375rem;
  }
}
#page-content .wp-block-group__inner-container > .custom-block {
  margin-bottom: 0;
}
#page-content p + h3, #page-content p + h4 {
  margin-top: 2.8125rem;
}
#page-content p + .custom-block, #page-content p + figure, #page-content p + .wp-block-columns, #page-content p + .wp-block-contact-form-7-contact-form-selector, #page-content p + .wp-block-group, #page-content p + .wp-block-image,
#page-content ul + .custom-block, #page-content ul + figure, #page-content ul + .wp-block-columns, #page-content ul + .wp-block-contact-form-7-contact-form-selector, #page-content ul + .wp-block-group, #page-content ul + .wp-block-image,
#page-content .wp-block-buttons + .custom-block, #page-content .wp-block-buttons + figure, #page-content .wp-block-buttons + .wp-block-columns, #page-content .wp-block-buttons + .wp-block-contact-form-7-contact-form-selector, #page-content .wp-block-buttons + .wp-block-group {
  margin-top: 50px;
}
@media only screen and (min-width: 1100px) {
  #page-content p + .custom-block, #page-content p + figure, #page-content p + .wp-block-columns, #page-content p + .wp-block-contact-form-7-contact-form-selector, #page-content p + .wp-block-group, #page-content p + .wp-block-image,
  #page-content ul + .custom-block, #page-content ul + figure, #page-content ul + .wp-block-columns, #page-content ul + .wp-block-contact-form-7-contact-form-selector, #page-content ul + .wp-block-group, #page-content ul + .wp-block-image,
  #page-content .wp-block-buttons + .custom-block, #page-content .wp-block-buttons + figure, #page-content .wp-block-buttons + .wp-block-columns, #page-content .wp-block-buttons + .wp-block-contact-form-7-contact-form-selector, #page-content .wp-block-buttons + .wp-block-group {
    margin-top: 6.25rem;
  }
}
#page-content .wp-block-buttons:has(+ p) {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-buttons:has(+ p) {
    margin: 0 0 25px 0;
  }
}
#page-content figcaption {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  #page-content figcaption {
    font-size: 18px;
    line-height: 28px;
  }
}
#page-content figcaption {
  padding-top: 10px;
}
#page-content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-full-width {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-full-width {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-full-width {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
#page-content .is-style-full-width figcaption {
  padding-left: 20px;
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-full-width-with-padding {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-full-width-with-padding {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-full-width-with-padding {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-full-width-with-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-full-width-with-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-full-width-with-padding {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
#page-content .has-secondary-color-background-color {
  background-color: var(--secondary-color);
  padding-top: 30px;
  padding-bottom: 30px;
}
#page-content .has-primary-color-background-color {
  background-color: var(--primary-color);
}
#page-content .has-primary-color-color {
  color: var(--primary-color);
}
#page-content .has-secondary-color-color {
  color: var(--secondary-color);
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-custom-box {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-custom-box {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-custom-box {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-custom-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-custom-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-custom-box {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
#page-content .is-style-custom-box .wp-block-group__inner-container {
  background-color: var(--secondary-color);
  padding: 20px;
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-custom-box .wp-block-group__inner-container {
    padding: 40px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1099px) {
  #page-content .is-style-content-wide {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 699px) {
  #page-content .is-style-content-wide {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #page-content .is-style-content-wide {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1099px) {
  #page-content .is-style-content-wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 699px) {
  #page-content .is-style-content-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #page-content .is-style-content-wide {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .grid-container {
    margin-bottom: 15px;
  }
}
#page-content .grid-container .grid-image {
  margin-bottom: 8px;
}
#page-content .grid-container .grid-text h3 {
  margin-bottom: 10px;
}
#page-content .grid-container .grid-text p {
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 1100px) {
  #page-content .grid-container .grid-text p {
    margin: 0 0 10px 0;
  }
}
#page-content .grid-container .grid-text .grid-text-main {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  #page-content .grid-container .grid-text .content-toggler {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .grid-container .grid-text .content-toggler {
    margin: 0 auto;
  }
}
#page-content .grid-container .grid-text .content-toggler {
  cursor: pointer;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 30px;
  height: 30px;
  color: white;
}
#page-content .grid-container .grid-text .content-toggler .minus {
  display: none;
}
#page-content .grid-container .grid-text .grid-text-hidden {
  display: none;
}
#page-content .grid-container .grid-text.tab-content-opened .content-toggler .plus {
  display: none;
}
#page-content .grid-container .grid-text.tab-content-opened .content-toggler .minus {
  display: inline-block;
}

@media only screen and (max-width: 1099px) {
  #page #page-content > .wp-block-heading:has(+ p), #page #page-content > .wp-block-heading:has(+ .wp-block-heading), #page #page-content > .wp-block-heading:has(+ ul), #page #page-content > .wp-block-heading:has(+ ol), #page #page-content > .wp-block-heading:has(+ figure), #page #page-content > p, #page #page-content > .wp-block-buttons, #page #page-content > ul, #page #page-content > ol, #page #page-content > figure {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page #page-content > .wp-block-heading:has(+ p), #page #page-content > .wp-block-heading:has(+ .wp-block-heading), #page #page-content > .wp-block-heading:has(+ ul), #page #page-content > .wp-block-heading:has(+ ol), #page #page-content > .wp-block-heading:has(+ figure), #page #page-content > p, #page #page-content > .wp-block-buttons, #page #page-content > ul, #page #page-content > ol, #page #page-content > figure {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page #page-content > .wp-block-heading:has(+ p), #page #page-content > .wp-block-heading:has(+ .wp-block-heading), #page #page-content > .wp-block-heading:has(+ ul), #page #page-content > .wp-block-heading:has(+ ol), #page #page-content > .wp-block-heading:has(+ figure), #page #page-content > p, #page #page-content > .wp-block-buttons, #page #page-content > ul, #page #page-content > ol, #page #page-content > figure {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page #page-content > .wp-block-heading:has(+ p), #page #page-content > .wp-block-heading:has(+ .wp-block-heading), #page #page-content > .wp-block-heading:has(+ ul), #page #page-content > .wp-block-heading:has(+ ol), #page #page-content > .wp-block-heading:has(+ figure), #page #page-content > p, #page #page-content > .wp-block-buttons, #page #page-content > ul, #page #page-content > ol, #page #page-content > figure {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page #page-content > .wp-block-heading:has(+ p), #page #page-content > .wp-block-heading:has(+ .wp-block-heading), #page #page-content > .wp-block-heading:has(+ ul), #page #page-content > .wp-block-heading:has(+ ol), #page #page-content > .wp-block-heading:has(+ figure), #page #page-content > p, #page #page-content > .wp-block-buttons, #page #page-content > ul, #page #page-content > ol, #page #page-content > figure {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page #page-content > .wp-block-heading:has(+ p), #page #page-content > .wp-block-heading:has(+ .wp-block-heading), #page #page-content > .wp-block-heading:has(+ ul), #page #page-content > .wp-block-heading:has(+ ol), #page #page-content > .wp-block-heading:has(+ figure), #page #page-content > p, #page #page-content > .wp-block-buttons, #page #page-content > ul, #page #page-content > ol, #page #page-content > figure {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}

@media only screen and (max-width: 1099px) {
  #single-post #page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #single-post #page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #single-post #page-content {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}

ul + h2 {
  margin-top: 50px;
}
@media only screen and (min-width: 1100px) {
  ul + h2 {
    margin-top: 6.25rem;
  }
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .gallery-slides {
  overflow: hidden;
}
.slider-wrapper .slide .slide-image {
  position: relative;
}
.slider-wrapper .slide .slide-image:has(.img-description) .img-wrapper {
  position: relative;
}
.slider-wrapper .slide .slide-image:has(.img-description) .img-wrapper:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 30%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9019607843));
}
@media only screen and (max-width: 699px) {
  .slider-wrapper .slide .slide-image:has(.img-description) .img-wrapper:after {
    top: 0;
  }
}
.slider-wrapper .slide .slide-image img {
  width: 100%;
}
.slider-wrapper .slide .slide-image .img-description {
  position: absolute;
  color: white;
  left: 20px;
  bottom: 20px;
  right: 40px;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .slider-wrapper .slide .slide-image .img-description {
    font-size: 18px;
    line-height: 28px;
  }
}
.slider-wrapper .slide .slide-image .img-description h4 {
  margin: 0;
}

.next-slide, .prev-slide {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  padding: 0;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.next-slide:hover, .prev-slide:hover {
  background-color: transparent;
}

@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .slide .slide-image .img-description {
    left: 40px;
    bottom: 40px;
  }
}
.image_gallery .slider-wrapper.fullsize .next-slide {
  right: 15px;
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .next-slide {
    right: 25px;
  }
}
.image_gallery .slider-wrapper.fullsize .next-slide {
  background-image: url(../../img/next.svg);
}
.image_gallery .slider-wrapper.fullsize .prev-slide {
  left: 15px;
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .prev-slide {
    left: 25px;
  }
}
.image_gallery .slider-wrapper.fullsize .prev-slide {
  background-image: url(../../img/prev.svg);
}
.image_gallery .slider-wrapper.fullsize .next-slide, .image_gallery .slider-wrapper.fullsize .prev-slide {
  width: 24px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 20px);
}
@media only screen and (max-width: 1099px) {
  .image_gallery .slider-wrapper.fullsize .next-slide, .image_gallery .slider-wrapper.fullsize .prev-slide {
    width: 15px;
    height: 30px;
  }
}
.image_gallery .slider-wrapper.fullsize .next-slide[aria-disabled=true], .image_gallery .slider-wrapper.fullsize .prev-slide[aria-disabled=true] {
  opacity: 0;
}
.image_gallery .slider-wrapper.fullsize .slick-dots {
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin-top: -25px;
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .slick-dots {
    margin-top: -35px;
    height: 14px;
  }
}
.image_gallery .slider-wrapper.fullsize .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
}
.image_gallery .slider-wrapper.fullsize .slick-dots li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .slick-dots li {
    margin-right: 7px;
  }
}
.image_gallery .slider-wrapper.fullsize .slick-dots li:before {
  display: none;
}
.image_gallery .slider-wrapper.fullsize .slick-dots li button {
  border: 1px solid white;
  background: transparent;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .slick-dots li button {
    height: 14px;
    width: 14px;
    border: 2px solid white;
  }
}
.image_gallery .slider-wrapper.fullsize .slick-dots li.slick-active button {
  background: white;
}
.image_gallery .slider-wrapper.float .slick-list, .image_gallery .slider-wrapper.int .slick-list {
  margin: 0 -15px;
}
@media only screen and (max-width: 1099px) {
  .image_gallery .slider-wrapper.float .slick-list, .image_gallery .slider-wrapper.int .slick-list {
    margin: 0 -5px;
  }
}
.image_gallery .slider-wrapper.float .slick-slide, .image_gallery .slider-wrapper.int .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 1099px) {
  .image_gallery .slider-wrapper.float .slick-slide, .image_gallery .slider-wrapper.int .slick-slide {
    margin: 0 5px;
  }
}
.image_gallery .slider-wrapper.float .slick-dots, .image_gallery .slider-wrapper.int .slick-dots {
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.float {
    margin-right: -9.375rem;
  }
}
.image_gallery .slider-wrapper.float {
  overflow: hidden;
}
.image_gallery .slider-wrapper.float .next-slide, .image_gallery .slider-wrapper.float .prev-slide {
  display: none !important;
}
.image_gallery .gallery-description.down {
  display: none;
}

.image_gallery:has(.fullsize) .gallery-description.up {
  display: none;
}
.image_gallery:has(.fullsize) .gallery-description.down {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .image_gallery:has(.fullsize) .gallery-description.down {
    font-size: 18px;
    line-height: 28px;
  }
}

.text-slides {
  text-align: center;
}
.text-slides .sub-text {
  margin-top: 10px;
  font-weight: 700;
}
.text-slides .icon img {
  margin: 0 auto;
}

@media only screen and (max-width: 1099px) {
  .text-slides .slider-wrapper, .image_gallery .slider-wrapper.int {
    padding: 0 20px;
  }
}
.text-slides .slider-wrapper .next-slide, .text-slides .slider-wrapper .prev-slide, .image_gallery .slider-wrapper.int .next-slide, .image_gallery .slider-wrapper.int .prev-slide {
  top: calc(50% - 8px);
  height: 19px;
  width: 11px;
}
@media only screen and (min-width: 1100px) {
  .text-slides .slider-wrapper .next-slide, .text-slides .slider-wrapper .prev-slide, .image_gallery .slider-wrapper.int .next-slide, .image_gallery .slider-wrapper.int .prev-slide {
    height: 26px;
    width: 15px;
  }
}
.text-slides .slider-wrapper .next-slide[aria-disabled=true], .text-slides .slider-wrapper .prev-slide[aria-disabled=true], .image_gallery .slider-wrapper.int .next-slide[aria-disabled=true], .image_gallery .slider-wrapper.int .prev-slide[aria-disabled=true] {
  opacity: 0.2;
}
.text-slides .slider-wrapper .next-slide, .image_gallery .slider-wrapper.int .next-slide {
  background-image: url(../../img/next-dark.svg);
  right: 0;
}
@media only screen and (min-width: 1100px) {
  .text-slides .slider-wrapper .next-slide, .image_gallery .slider-wrapper.int .next-slide {
    right: -40px;
  }
}
.text-slides .slider-wrapper .prev-slide, .image_gallery .slider-wrapper.int .prev-slide {
  left: 0;
  background-image: url(../../img/prev-dark.svg);
}
@media only screen and (min-width: 1100px) {
  .text-slides .slider-wrapper .prev-slide, .image_gallery .slider-wrapper.int .prev-slide {
    left: -40px;
  }
}

.teaser-container h2 {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 1100px) {
  .teaser-container h2 {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 699px) and (max-width: 1099px) {
  .teaser-container {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) and (max-width: 699px) {
  .teaser-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 699px) and (min-width: 1100px) {
  .teaser-container {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
@media only screen and (max-width: 699px) {
  .teaser-container .teaser-text {
    background-color: var(--secondary-color);
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  .teaser-container.background-image-fullwidth {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 699px) {
  .teaser-container.background-image-fullwidth {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 700px) and (min-width: 1100px) {
  .teaser-container.background-image-fullwidth {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
@media only screen and (min-width: 700px) {
  .teaser-container.background-image-fullwidth .teaser-text {
    left: 9.375rem;
  }
}
.teaser-container.background-image, .teaser-container.background-image-fullwidth {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .teaser-container.background-image .teaser-image, .teaser-container.background-image-fullwidth .teaser-image {
    position: relative;
  }
  .teaser-container.background-image .teaser-image:after, .teaser-container.background-image-fullwidth .teaser-image:after {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 30%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9019607843));
  }
}
@media only screen and (min-width: 700px) and (max-width: 699px) {
  .teaser-container.background-image .teaser-image:after, .teaser-container.background-image-fullwidth .teaser-image:after {
    top: 0;
  }
}
@media only screen and (min-width: 700px) {
  .teaser-container.background-image .teaser-text, .teaser-container.background-image-fullwidth .teaser-text {
    position: absolute;
    bottom: 60px;
    left: 40px;
    color: white;
    max-width: 46.875rem;
  }
}
@media only screen and (max-width: 1099px) {
  .teaser-container.background-image .teaser-text, .teaser-container.background-image-fullwidth .teaser-text {
    left: 40px;
    right: 40px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .teaser-container.background-image .teaser-text, .teaser-container.background-image-fullwidth .teaser-text {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 700px) {
  .teaser-container.left-image, .teaser-container.left-image-fullwidth {
    grid-template-columns: 49% 47%;
  }
}
@media only screen and (min-width: 700px) {
  .teaser-container.right-image, .teaser-container.right-image-fullwidth {
    grid-template-columns: 47% 49%;
  }
  .teaser-container.right-image .teaser-image, .teaser-container.right-image-fullwidth .teaser-image {
    order: 2;
  }
}
@media only screen and (min-width: 700px) {
  .teaser-container.left-image, .teaser-container.right-image, .teaser-container.left-image-fullwidth, .teaser-container.right-image-fullwidth {
    align-items: center;
    display: grid;
    gap: 4%;
  }
}
@media only screen and (min-width: 700px) {
  .teaser-container.left-image-fullwidth, .teaser-container.right-image-fullwidth {
    background-color: var(--secondary-color);
    min-height: 450px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  .teaser-container.left-image-fullwidth, .teaser-container.right-image-fullwidth {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 699px) {
  .teaser-container.left-image-fullwidth, .teaser-container.right-image-fullwidth {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 700px) and (min-width: 1100px) {
  .teaser-container.left-image-fullwidth, .teaser-container.right-image-fullwidth {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
.teaser-container.left-image-fullwidth .teaser-image, .teaser-container.right-image-fullwidth .teaser-image {
  background-size: cover;
  height: 100%;
  background-position: center center;
}
@media only screen and (max-width: 699px) {
  .teaser-container.left-image-fullwidth .teaser-image, .teaser-container.right-image-fullwidth .teaser-image {
    height: 250px;
  }
}
@media only screen and (min-width: 700px) {
  .teaser-container.left-image-fullwidth .teaser-text {
    padding: 2.5rem 7.5rem 3.75rem 0;
  }
}
@media only screen and (min-width: 700px) {
  .teaser-container.right-image-fullwidth .teaser-text {
    padding: 2.5rem 0 3.75rem 7.5rem;
  }
}
.teaser-container .teaser-image {
  height: 100%;
  overflow: hidden;
}
.teaser-container .teaser-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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