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

html {
  font-size: 1vw;
}

body {
  font-family: "Wix Madefor Text", 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-size: 30px;
  line-height: 39px;
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 54px;
    line-height: 70px;
  }
}

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

h3, .h3 {
  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;
  }
}

.cookies-container {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 9.375rem;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .cookies-container {
    font-size: 18px;
    line-height: 28px;
  }
}
.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%);
}

/* wix-madefor-text-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/wix-madefor-text-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/wix-madefor-text-v13-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/wix-madefor-text-v13-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/wix-madefor-text-v13-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/wix-madefor-text-v13-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/wix-madefor-text-v13-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/wix-madefor-text-v13-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/wix-madefor-text-v13-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/wix-madefor-text-v13-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* wix-madefor-text-800italic - latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Text";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/wix-madefor-text-v13-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  color: #333333;
}

.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;
  }
}

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

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: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 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;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
@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.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: var(--primary-color);
  z-index: 12;
  overflow-x: hidden;
  transition: 0.5s;
  scrollbar-color: var(--primary-color);
}
#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) - 30px);
}
@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) - 30px);
  }
}
#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::-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: white;
  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: var(--primary-color);
    z-index: 12;
    overflow-x: hidden;
    transition: 0.5s;
    scrollbar-color: var(--primary-color);
  }
  #site-header.not-fixed #site-navigation.active {
    width: 38.125rem;
  }
}
@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) - 30px);
  }
}
@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) - 30px);
  }
}
@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);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation::-webkit-scrollbar {
    width: 1px;
  }
}
@media only screen and (max-width: 1099px) {
  #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);
  }
}
@media only screen and (max-width: 1099px) {
  #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;
  color: white;
  display: block;
}
@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-opened .sub-menu {
  display: block;
}

/*.home {
    #site-header.not-fixed #site-navigation #primary-menu > li:first-child {
        display: none;
    }
}*/
#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: #333333;
}
#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, #0000, #000000e6);
}
@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 {
  margin-top: 20px;
}
#page-topbar .page-excerpt p {
  margin: 0;
}
@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: var(--primary-color);
  color: white;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
}
@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;
  }
}
@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;
  }
}
footer .wp-block-columns.alignwide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
footer .wp-block-columns.alignwide .wp-block-column {
  flex: 1 1 auto;
  text-align: left;
}
footer .wp-block-columns.alignwide .wp-block-column:nth-child(1), footer .wp-block-columns.alignwide .wp-block-column:nth-child(2) {
  flex-basis: calc(33.33% - 55px);
}
footer .wp-block-columns.alignwide .wp-block-column:last-child {
  margin-left: auto;
  flex-basis: 111px !important;
  text-align: left;
}

.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, #0000, #000000e6);
  }
}
@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;
  }
  .teaser-container.right-image .teaser-video, .teaser-container.right-image-fullwidth .teaser-video {
    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-video, .teaser-container.right-image-fullwidth .teaser-video {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 50vh;
  }
  .teaser-container.left-image-fullwidth .teaser-video iframe, .teaser-container.right-image-fullwidth .teaser-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 699px) {
  .teaser-container.left-image-fullwidth .teaser-video, .teaser-container.right-image-fullwidth .teaser-video {
    height: 250px;
    width: 100%;
    position: relative;
    min-height: 40vh;
  }
  .teaser-container.left-image-fullwidth .teaser-video iframe, .teaser-container.right-image-fullwidth .teaser-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@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 img {
  display: block;
  width: 100%;
}
.teaser-container .teaser-video {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 300px;
}
@media only screen and (max-width: 1099px) {
  .teaser-container .teaser-video {
    min-height: 35vh;
  }
}
@media only screen and (min-width: 1100px) {
  .teaser-container .teaser-video {
    min-height: 45vh;
  }
}
.teaser-container .teaser-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#page-content .teaser-text ul, #page-content .teaser-text ol {
  padding-left: 18px;
}
@media only screen and (min-width: 1100px) {
  #page-content .teaser-text ul, #page-content .teaser-text ol {
    padding-left: 22px;
  }
}

form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=tel],
form textarea,
form select {
  height: 58px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  width: 100%;
  border: none;
  padding: 0 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 699px) {
  form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=tel],
form textarea,
form select {
    height: 45px;
  }
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form textarea:focus,
form select:focus {
  outline: 1px solid var(--primary-color);
}
form textarea {
  height: 251px;
  padding: 15px;
}
@media only screen and (max-width: 699px) {
  form textarea {
    height: 150px;
  }
}
form select {
  max-width: 500px;
  padding: 0 15px;
  cursor: pointer;
  background-image: url(../../img/pfeil.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 1100px) {
  form select {
    background-size: 20px;
    padding: 0 25px;
    background-position: 96% center;
  }
}
form label {
  font-weight: 600;
}
form p:last-of-type {
  margin-bottom: 0;
}
form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 7px;
}
form .wpcf7-form-control:not(:has(.wpcf7-list-item.first.last)) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 699px) {
  form .wpcf7-form-control:not(:has(.wpcf7-list-item.first.last)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
form .wpcf7-list-item {
  margin: 0;
  display: block;
}
form .wpcf7-list-item label {
  font-weight: 400;
  display: flex;
  align-items: center;
}
form .wpcf7-list-item label [type=checkbox], form .wpcf7-list-item label [type=radio] {
  margin-right: 5px;
  height: 18px;
  width: 18px;
}

@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 ul, #page-content ol {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
#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;
}
#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;
  }
}
#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;
  padding-top: 10px;
}
@media only screen and (min-width: 1100px) {
  #page-content figcaption {
    font-size: 18px;
    line-height: 28px;
  }
}
#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;
}
#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;
}
@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 .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;
  }
}

.blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  grid-auto-rows: 12.5rem;
}
@media only screen and (max-width: 1099px) {
  .blog-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 360px;
    gap: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .blog-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-posts.p-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 700px) {
  .blog-posts.p-2, .blog-posts.p-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 360px;
  }
}
.blog-posts.p-3 {
  grid-auto-rows: 360px;
}
@media only screen and (max-width: 1099px) {
  .blog-posts.p-3 > :last-child {
    display: none;
  }
}
@media only screen and (max-width: 699px) {
  .blog-posts.p-3 > :last-child {
    display: block;
  }
}
@media only screen and (max-width: 1099px) {
  .blog-posts.custom-grid > :last-child {
    display: none;
  }
}
@media only screen and (max-width: 699px) {
  .blog-posts.custom-grid > :last-child {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  .blog-posts.custom-grid .blog-post:nth-child(1) {
    grid-area: 1/1/4/3;
  }
  .blog-posts.custom-grid .blog-post:nth-child(2) {
    grid-area: 1/3/3/4;
  }
  .blog-posts.custom-grid .blog-post:nth-child(3) {
    grid-area: 4/1/7/3;
  }
  .blog-posts.custom-grid .blog-post:nth-child(4) {
    grid-area: 3/3/5/4;
  }
  .blog-posts.custom-grid .blog-post:nth-child(5) {
    grid-area: 5/3/7/4;
  }
}
.blog-posts .blog-post {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  position: relative;
}
.blog-posts .blog-post:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 30%;
  z-index: 0;
  background: linear-gradient(180deg, #0000, #000000e6);
}
@media only screen and (max-width: 699px) {
  .blog-posts .blog-post:after {
    top: 0;
  }
}
.blog-posts .blog-post a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.blog-posts .blog-post .blog-post-title {
  position: absolute;
  bottom: 15px;
  right: 1.875rem;
  left: 1.875rem;
  color: white;
}
@media only screen and (max-width: 1099px) {
  .blog-posts .blog-post .blog-post-title {
    right: 20px;
    left: 20px;
  }
}
.blog-posts .blog-post .blog-post-title h4 {
  margin: 0;
}

.blog-post-container .btn-container {
  margin-top: 30px;
}
@media only screen and (min-width: 1100px) {
  .blog-post-container .btn-container {
    margin-top: 35px;
  }
}

.posts-container {
  padding: 0 9.375rem 7.5rem 9.375rem;
}
@media only screen and (max-width: 1099px) {
  .posts-container {
    padding: 0 40px 50px 40px;
  }
}
@media only screen and (max-width: 699px) {
  .posts-container {
    padding: 0 20px 50px 20px;
  }
}
.posts-container .posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 699px) {
  .posts-container .posts {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 699px) {
  .posts-container .posts {
    display: block;
  }
}
@media only screen and (max-width: 699px) {
  .posts-container .posts .post-item {
    margin-bottom: 25px;
  }
}
.posts-container .posts .post-item .post-image img {
  display: block;
  width: 100%;
}
.posts-container .posts .post-item .post-info .post-title {
  margin: 15px 0;
}
@media only screen and (max-width: 699px) {
  .posts-container .posts .post-item .post-info .post-title {
    margin-top: 12px;
    margin-bottom: 7px;
  }
}
.posts-container .posts .post-item .post-info .page-excerpt p {
  margin: 0;
}
.posts-container .posts .post-item .post-info .post-read-more {
  display: inline-block;
  font-weight: 600;
  margin-top: 12px;
}

.quote-container:not(.has-image) {
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .quote-container:not(.has-image) {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  .quote-container:not(.has-image) {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-container:not(.has-image) {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
@media only screen and (max-width: 1099px) {
  .quote-container:not(.has-image) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .quote-container:not(.has-image) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-container:not(.has-image) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
@media only screen and (min-width: 700px) {
  .quote-container.has-image {
    display: grid;
    grid-template-columns: 26% 70%;
    gap: 4%;
    align-items: center;
  }
}
.quote-container.has-image .quote-image {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 699px) {
  .quote-container.has-image .quote-image {
    margin-bottom: 20px;
    max-width: 300px;
  }
}
.quote-container.has-image .quote-image img {
  border-radius: 50%;
  width: 100%;
}
.quote-container .quote-text span {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.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, #0000, #000000e6);
}
@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;
  background-image: url(../../img/next.svg);
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .next-slide {
    right: 25px;
  }
}
.image_gallery .slider-wrapper.fullsize .prev-slide {
  left: 15px;
  background-image: url(../../img/prev.svg);
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .prev-slide {
    left: 25px;
  }
}
.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;
  position: absolute;
  width: 100%;
  text-align: center;
}
@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 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;
}
.image_gallery .slider-wrapper.float {
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.float {
    margin-right: -9.375rem;
  }
}
.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% - 5px);
  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;
  }
}

.tabs-container {
  background-color: var(--secondary-color);
  padding-top: 35px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1099px) {
  .tabs-container {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  .tabs-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  .tabs-container {
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }
}
@media only screen and (max-width: 1099px) {
  .tabs-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .tabs-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .tabs-container {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .tabs-container {
    padding-top: 3.75rem;
    padding-bottom: 4.0625rem;
  }
}
.tabs-container .tab-item {
  background: white;
  box-shadow: 0px 0px 10px #0000000D;
  padding: 12px 15px 15px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
@media only screen and (min-width: 1100px) {
  .tabs-container .tab-item {
    padding: 22px 30px;
    margin-bottom: 20px;
    border-radius: 6px;
  }
}
.tabs-container .tab-item:last-child {
  margin-bottom: 0;
}
.tabs-container .tab-item .tab-switcher {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-right: 44px;
}
.tabs-container .tab-item .tab-switcher:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  width: 14px;
  height: 8px;
  background-image: url(../../img/pfeil.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1100px) {
  .tabs-container .tab-item .tab-switcher:after {
    top: calc(50% - 5px);
    width: 19px;
    height: 11px;
  }
}
.tabs-container .tab-item .tab-content {
  display: none;
}
.tabs-container .tab-item.tab-active .tab-content {
  display: block;
  margin: 10px 0;
}
@media only screen and (min-width: 1100px) {
  .tabs-container .tab-item.tab-active .tab-content {
    margin-top: 20px;
    padding-right: 3.125rem;
  }
}
.tabs-container .tab-item.tab-active .tab-switcher:after {
  transform: rotate(180deg);
}

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