.btn-container {
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  .btn-container {
    margin-top: 30px;
  }
}
.btn-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.button-primary,
button,
.wp-block-button__link,
input[type=submit],
.wp-element-button {
  border-radius: 6px;
  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: rgb(from var(--primary-color) r g b/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;
}
.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;
    border-radius: 4px;
  }
}

.button-sm {
  font-size: 16px;
  line-height: 25px;
  border-radius: 6px;
  background-color: var(--primary-color);
  color: white;
}
.button-sm:hover {
  background-color: rgb(from var(--primary-color) r g b/0.9);
  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;
    border-radius: 4px;
  }
}
.button-sm {
  height: 45px;
  line-height: 44px;
  padding: 0 15px;
}

.wp-block-button__link {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-button__link {
    font-size: 22px;
    line-height: 34px;
  }
}
.wp-block-button__link {
  line-height: 55px !important;
}
@media only screen and (max-width: 1099px) {
  .wp-block-button__link {
    line-height: 44px !important;
  }
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  padding: 0 2rem !important;
}
@media only screen and (max-width: 1099px) {
  .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 0 15px !important;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white !important;
  background-color: var(--primary-color);
}

.reference-pdf-button, .reference-pdf-button:active, .reference-pdf-button:focus, .reference-pdf-button:visited {
  color: var(--primary-color);
}
.reference-pdf-button {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  display: inline-block;
  position: relative;
  padding-left: 75px;
  background-position: left 30px center;
}
@media only screen and (max-width: 1099px) {
  .reference-pdf-button {
    padding-left: 53px;
    background-position: left 20px center;
    background-size: 19px 21px;
  }
}
.reference-pdf-button::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 27px;
  background-color: var(--primary-color);
  -webkit-mask-image: url(../img/download-file-primary.svg);
  mask-image: url(../img/download-file-primary.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media only screen and (max-width: 1099px) {
  .reference-pdf-button::after {
    left: 20px;
    width: 19px;
    height: 21px;
  }
}
.reference-pdf-button:hover, .reference-pdf-button:hover:active, .reference-pdf-button:hover:focus, .reference-pdf-button:hover:visited {
  color: white;
}
.reference-pdf-button:hover {
  background-image: url(../img/download-file.svg);
  background-repeat: no-repeat;
}
.reference-pdf-button:hover::after {
  display: none;
}

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

.has-small-font-size {
  font-size: 14px!important;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .has-small-font-size {
    font-size: 18px!important;
    line-height: 28px;
  }
}

.has-medium-font-size {
  font-weight: 700;
  font-size: 16px!important;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  .has-medium-font-size {
    font-size: 22px!important;
    line-height: 34px;
  }
}

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

.has-x-large-font-size {
  font-size: 23px!important;
  line-height: 31px;
}
@media only screen and (min-width: 1100px) {
  .has-x-large-font-size {
    font-size: 30px!important;
    line-height: 42px;
  }
}

.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: 100;
}
.cookies-container .cookies-buttons {
  display: flex;
  margin-left: 10px;
}
.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 {
    margin-left: 0;
  }
  .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(-200%);
  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: #1a1a1a;
}

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

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;
  }
}
p.has-medium-font-size, p.has-large-font-size, p.has-x-large-font-size {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1099px) {
  p.has-medium-font-size, p.has-large-font-size, p.has-x-large-font-size {
    margin-bottom: 10px;
  }
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

#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;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1019607843);
}
@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 .main-nav-toggle.is-active .nav-text, #site-header.menu-fixed .main-nav-toggle.is-active .nav-text {
  display: none;
}
#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;
}
#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 > div, #site-header.menu-fixed #site-navigation > div {
  padding: 5.625rem;
  padding-top: calc(var(--header-height-desktop) - 30px);
}
@media only screen and (max-width: 1099px) {
  #site-header.header-fixed #site-navigation > div, #site-header.menu-fixed #site-navigation > div {
    padding: 20px;
    padding-top: calc(var(--header-height-mobile) - 30px);
  }
}
#site-header.header-fixed #site-navigation > div > ul, #site-header.menu-fixed #site-navigation > div > ul {
  flex-flow: column;
}
#site-header.header-fixed #site-navigation > div > ul > li, #site-header.menu-fixed #site-navigation > div > ul > li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
#site-header.header-fixed #site-navigation > div > ul > li:last-of-type, #site-header.menu-fixed #site-navigation > div > ul > li:last-of-type {
  margin-bottom: 0;
}
#site-header.header-fixed #site-navigation > div > ul > li > a, #site-header.menu-fixed #site-navigation > div > ul > li > a {
  color: white;
  outline: none;
}
#site-header.header-fixed #site-navigation > div > ul > li.menu-item-has-children .sub-menu, #site-header.menu-fixed #site-navigation > div > ul > li.menu-item-has-children .sub-menu {
  margin-top: 5px;
}
#site-header.header-fixed #site-navigation > div > ul > li.menu-item-has-children .sub-menu li:not(:last-child), #site-header.menu-fixed #site-navigation > div > ul > li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
#site-header.header-fixed #site-navigation > div > ul > li.menu-item-has-children > a, #site-header.menu-fixed #site-navigation > div > ul > li.menu-item-has-children > a {
  position: relative;
}
#site-header.header-fixed #site-navigation > div > ul > li.menu-item-has-children > a:after, #site-header.menu-fixed #site-navigation > div > ul > 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 > div > ul > li.menu-item-has-children > a:after, #site-header.menu-fixed #site-navigation > div > ul > li.menu-item-has-children > a:after {
    right: 0;
  }
}
#site-header.header-fixed #site-navigation > div > ul > li.menu-item-has-children.sub-menu-opened a:after, #site-header.menu-fixed #site-navigation > div > ul > 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: 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 .main-nav-toggle.is-active .nav-text {
    display: none;
  }
  #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;
  }
  #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 > div {
    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 > div {
    padding: 20px;
    padding-top: calc(var(--header-height-mobile) - 30px);
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation > div > ul {
    flex-flow: column;
  }
  #site-header.not-fixed #site-navigation > div > ul > li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
  }
  #site-header.not-fixed #site-navigation > div > ul > li:last-of-type {
    margin-bottom: 0;
  }
  #site-header.not-fixed #site-navigation > div > ul > li > a {
    color: white;
    outline: none;
  }
  #site-header.not-fixed #site-navigation > div > ul > li.menu-item-has-children .sub-menu {
    margin-top: 5px;
  }
  #site-header.not-fixed #site-navigation > div > ul > li.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
  }
  #site-header.not-fixed #site-navigation > div > ul > li.menu-item-has-children > a {
    position: relative;
  }
  #site-header.not-fixed #site-navigation > div > ul > 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 > div > ul > li.menu-item-has-children > a:after {
    right: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #site-header.not-fixed #site-navigation > div > ul > 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 > div > ul {
    height: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation > div > ul > li {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #site-header.not-fixed #site-navigation > div > ul > 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 > div > ul 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 > div > ul 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 > div > ul 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 > div > ul 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 > div > ul 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 > div > ul li.menu-item-has-children:last-child .sub-menu {
    left: auto;
    right: 0;
    text-align: right;
  }
}

#site-navigation > div > ul {
  display: flex;
  padding: 0;
  margin: 0;
}
#site-navigation > div > ul li {
  list-style: none;
}
#site-navigation > div > ul 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) {
  #site-navigation > div > ul li a {
    font-size: 22px;
    line-height: 34px;
  }
}
#site-navigation > div > ul li.menu-item-has-children {
  position: relative;
}
#site-navigation > div > ul li.menu-item-has-children .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
#site-navigation > div > ul li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  #site-navigation > div > ul li.menu-item-has-children .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
  }
}
#site-navigation > div > ul li.menu-item-has-children .sub-menu li a {
  color: white;
  display: block;
}
#site-navigation > div > ul 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;
    }
}*/
.searchform {
  position: relative;
}
.searchform::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #1a1a1a;
  pointer-events: none;
  -webkit-mask-image: url("../img/icon_search.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/icon_search.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media only screen and (max-width: 1099px) {
  .searchform::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}
.searchform input[type=text] {
  padding-right: 3.125rem;
  padding-left: 1.875rem;
  position: relative;
  height: 64px;
  border-radius: 6px;
  width: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 25px center;
  color: #1a1a1a;
  margin-top: 0;
  border: 2px solid #1a1a1a;
}
.searchform input[type=text]::-moz-placeholder {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 25px;
}
.searchform input[type=text]::placeholder {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  .searchform input[type=text]::-moz-placeholder {
    font-size: 22px;
    line-height: 34px;
  }
  .searchform input[type=text]::placeholder {
    font-size: 22px;
    line-height: 34px;
  }
}
.searchform input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.searchform input[type=text]:focus::placeholder {
  color: transparent;
}
.searchform input[type=text]::-webkit-search-cancel-button {
  display: none;
}
@media only screen and (max-width: 1099px) {
  .searchform input[type=text] {
    border-radius: 3px;
    height: 51px;
    background-size: 18px;
    padding-right: 40px;
    padding-left: 20px;
    background-position: right 18px center;
  }
}
.searchform input[type=submit] {
  display: none;
}

.nav-search {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}
@media only screen and (max-width: 1099px) {
  .nav-search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-search .searchform::after {
  background-color: white;
}
.nav-search .searchform input[type=text] {
  border: 2px solid white;
  color: white;
}
.nav-search .searchform input[type=text]::-moz-placeholder {
  color: white;
}
.nav-search .searchform input[type=text]::placeholder {
  color: white;
}

@media only screen and (min-width: 1100px) {
  #site-header.not-fixed .nav-search {
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  #site-header.not-fixed .nav-search .searchform::after {
    background-color: var(--primary-color);
  }
  #site-header.not-fixed .nav-search .searchform input[type=text] {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }
  #site-header.not-fixed .nav-search .searchform input[type=text]::-moz-placeholder {
    color: var(--primary-color);
  }
  #site-header.not-fixed .nav-search .searchform input[type=text]::placeholder {
    color: var(--primary-color);
  }
}

#page-topbar {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar {
    margin-bottom: 4.6875rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-topbar {
    margin-bottom: 3.125rem;
  }
}
#page-topbar.slim {
  padding-top: 7.5rem;
  margin-bottom: 3.75rem;
}
@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: 0;
}
@media only screen and (min-width: 1900px) {
  #page-topbar.slim {
    padding-top: 6.25rem;
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-topbar.slim {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
#page-topbar.slim #breadcrumbs a {
  color: #1a1a1a;
}
#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%;
  height: auto;
}
#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;
  }
}
@media only screen and (min-width: 1100px) {
  #page-topbar:not(.slim) .page-excerpt {
    margin-top: 60px;
  }
}
#page-topbar.wide {
  padding-top: 7.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 1900px) {
  #page-topbar.wide {
    padding-top: 6.25rem;
  }
}
@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 {
  margin-top: 40px;
  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: 40px;
  }
}
#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;
  }
}
#page-topbar .additional-title {
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar .additional-title {
    font-size: 26px;
    line-height: 38px;
  }
}
#page-topbar .breadcrumbs a, #page-topbar .breadcrumbs span {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  #page-topbar .breadcrumbs a, #page-topbar .breadcrumbs span {
    font-size: 18px;
    line-height: 28px;
  }
}

#single-post #page-topbar h1 {
  margin-bottom: 20px;
}
#single-post #page-topbar .main-img-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#single-post #page-topbar .main-img-wrapper .pdf-generation-button {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1099px) {
  #single-post #page-topbar .main-img-wrapper .pdf-generation-button {
    margin-bottom: 20px;
  }
}
#single-post #page-topbar .main-img {
  order: 2;
}
#single-post #page-topbar .main-img img {
  display: block;
}
#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) + 5rem);
}
@media only screen and (min-width: 1900px) {
  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) + 3.75rem);
  }
}
@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) + 30px);
  }
}

.main-img-wrapper .main-img.header-slider .slick-slide .header-slide {
  display: block !important;
}

footer {
  background-color: #5A616B;
  color: white;
  padding-top: 35px;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 699px) {
  footer {
    padding-top: 22px;
    font-size: 16px;
    line-height: 25px;
  }
}
footer a, footer a:visited, footer a:focus, footer a:active, footer a:hover {
  color: white;
}
footer p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1099px) {
  footer .footer-top-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  footer .footer-top-block {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
footer .footer-top-block {
  padding-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1099px) {
  footer .footer-top-block {
    gap: 45px;
  }
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block {
    grid-template-columns: 1fr;
    padding-bottom: 45px;
  }
  footer .footer-top-block .widgets-wrapper {
    margin-bottom: 30px;
  }
}
footer .footer-top-block p + .wp-block-social-links {
  margin-top: 20px;
}
footer .footer-top-block .wp-block-social-links {
  margin: 0;
  gap: 20px;
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block .wp-block-social-links {
    margin-top: 10px;
  }
}
footer .footer-top-block .wp-social-link {
  border-radius: unset;
  cursor: pointer;
}
footer .footer-top-block .wp-social-link svg {
  display: none;
}
footer .footer-top-block .wp-social-link.wp-social-link-youtube {
  width: 37px;
  height: 27px;
  background: url(../img/youtube.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block .wp-social-link.wp-social-link-youtube {
    width: 31px;
    height: 22px;
  }
}
footer .footer-top-block .wp-social-link.wp-social-link-linkedin {
  width: 27px;
  height: 27px;
  background: url(../img/linkedin.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 699px) {
  footer .footer-top-block .wp-social-link.wp-social-link-linkedin {
    width: 22px;
    height: 22px;
  }
}
footer .footer-top-block .wp-social-link.wp-social-link-facebook {
  width: 27px;
  height: 27px;
  background: url(../img/facebook.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1099px) {
  footer .footer-bottom-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  footer .footer-bottom-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  footer .footer-bottom-block {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
footer .footer-bottom-block {
  padding-bottom: 30px;
}
@media only screen and (max-width: 699px) {
  footer .footer-bottom-block {
    padding-bottom: 26px;
  }
}
footer .footer-bottom-block #footer-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer .footer-bottom-block #footer-menu li {
  list-style: none;
}

.posts-filter {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 40px;
}
.posts-filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 31.25rem;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 50px 14px 16px;
  border: 2px solid #CDCFD2;
  border-radius: 4px;
  background-color: #fff;
  color: #1a1a1a;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .posts-filter select {
    font-size: 18px;
    line-height: 28px;
  }
}
.posts-filter select {
  line-height: 1.3;
  min-height: 52px;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.posts-filter select:focus {
  outline: none;
  border-color: black;
}
@media only screen and (max-width: 699px) {
  .posts-filter {
    margin-bottom: 20px;
    width: 100%;
  }
  .posts-filter select {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 12px 44px 12px 16px;
  }
}

.posts-filter--buttons {
  display: block;
}

.posts-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1099px) {
  .posts-filter-buttons {
    gap: 10px;
  }
}

.posts-filter-button {
  background-color: #F6F7F7;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.posts-filter-button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.posts-filter-button.is-active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.posts-filter-button.is-active:hover {
  background-color: rgb(from var(--primary-color) r g b/0.9);
  border-color: rgb(from var(--primary-color) r g b/0.9);
  color: #fff;
}

#blog-page #page-content, #references-page #page-content, #team-page #page-content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  #blog-page #page-content, #references-page #page-content, #team-page #page-content {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #blog-page #page-content, #references-page #page-content, #team-page #page-content {
    margin-bottom: 5rem;
  }
}
#blog-page .load-more-container, #references-page .load-more-container, #team-page .load-more-container {
  text-align: center;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 699px) {
  #blog-page .load-more-container, #references-page .load-more-container, #team-page .load-more-container {
    margin-top: 30px;
  }
}

#team-page .post-image a, #team-page .post-title a {
  pointer-events: none;
}
#team-page .team-content {
  margin-top: 10px;
}
#team-page .team-content p {
  margin-bottom: 10px;
}

.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.list .post-item {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.posts-container .posts.list .post-item:last-child {
  margin-bottom: 0;
}
.posts-container .posts.list .post-item .post-image {
  flex: 0 0 200px;
}
.posts-container .posts.list .post-item .post-info {
  flex: 1;
}
.posts-container .posts.list .post-item .post-info .post-title {
  margin-top: 0;
}
.posts-container .posts.three-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1099px) {
  .posts-container .posts.three-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.posts-container .posts.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.posts-container .posts.two-columns, .posts-container .posts.three-columns {
  display: grid;
  gap: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 699px) {
  .posts-container .posts.two-columns, .posts-container .posts.three-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.posts-container .posts.rounded .post-image img {
  border-radius: 14px;
}
.posts-container .posts.circular .post-image img {
  border-radius: 50%;
}
@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;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .posts-container .posts .post-item .post-info .post-read-more {
    font-size: 18px;
    line-height: 28px;
  }
}
.posts-container .posts .post-item .post-info .post-category {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .posts-container .posts .post-item .post-info .post-category {
    font-size: 18px;
    line-height: 28px;
  }
}

.has-secondary-color-background-color {
  background-color: var(--secondary-color);
}

.has-primary-color-background-color {
  background-color: var(--primary-color);
}

.has-light-grey-background-color {
  background-color: #F6F7F7;
}

.has-dark-grey-background-color {
  background-color: #5A616B;
}

.has-primary-color-color {
  color: var(--primary-color);
}

.has-secondary-color-color {
  color: var(--secondary-color);
}

.has-grey-color-color {
  color: #F6F7F7;
}

.has-dark-grey-color-color {
  color: #5A616B;
}

.has-white-color-color {
  color: #FFFFFF;
}

.has-red-color {
  color: #cf2e2e;
}

.wp-block-file.is-style-customized-primary, .wp-block-file.is-style-customized-secondary {
  border-radius: 0px 0px 0px 12px;
  margin-bottom: 40px;
}
.wp-block-file.is-style-customized-primary:hover, .wp-block-file.is-style-customized-secondary:hover {
  background-color: rgb(from var(--primary-color) r g b/0.9);
}
@media only screen and (max-width: 1099px) {
  .wp-block-file.is-style-customized-primary, .wp-block-file.is-style-customized-secondary {
    margin-bottom: 30px;
  }
}
.wp-block-file.is-style-customized-primary a, .wp-block-file.is-style-customized-secondary a {
  color: white;
  display: block;
  background-image: url(../img/download-file.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  text-decoration: none;
  padding: 16px 30px;
  padding-left: 75px;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-file.is-style-customized-primary a, .wp-block-file.is-style-customized-secondary a {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1099px) {
  .wp-block-file.is-style-customized-primary a, .wp-block-file.is-style-customized-secondary a {
    background-size: 19px 21px;
    background-position: left 20px center;
    padding-left: 53px;
    border-radius: 0px 0px 0px 6px;
  }
}
.wp-block-file.is-style-customized-primary a::before, .wp-block-file.is-style-customized-secondary a::before {
  display: none;
}

.wp-block-file.is-style-customized-primary {
  background-color: var(--primary-color);
}

.wp-block-file.is-style-customized-secondary {
  background-color: var(--secondary-color);
}
.wp-block-file.is-style-customized-secondary a {
  color: var(--primary-color);
  background-image: none;
  position: relative;
}
.wp-block-file.is-style-customized-secondary a::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 27px;
  background-color: var(--primary-color);
  -webkit-mask-image: url(../img/download-file-primary.svg);
  mask-image: url(../img/download-file-primary.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media only screen and (max-width: 1099px) {
  .wp-block-file.is-style-customized-secondary a::after {
    left: 20px;
    width: 19px;
    height: 21px;
  }
}
.wp-block-file.is-style-customized-secondary:hover a {
  color: white;
  background-image: url(../img/download-file.svg);
}
.wp-block-file.is-style-customized-secondary:hover a::after {
  display: none;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-file:not(.wp-element-button) {
    font-size: 22px;
    line-height: 34px;
  }
}

.wp-block-quote, .blockquote {
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-quote, .blockquote {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  .wp-block-quote, .blockquote {
    margin-bottom: 5rem;
  }
}
.wp-block-quote p, .blockquote p {
  font-size: 23px;
  line-height: 31px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-quote p, .blockquote p {
    font-size: 32px;
    line-height: 44px;
  }
}
.wp-block-quote cite, .blockquote cite {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
}
.wp-block-quote.is-style-plain, .blockquote.is-style-plain {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.wp-block-quote.is-style-plain cite, .blockquote.is-style-plain cite {
  order: 0;
}
.wp-block-quote.is-style-plain *:not(cite), .blockquote.is-style-plain *:not(cite) {
  order: 1;
}

.wp-block-media-text .wp-block-quote {
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    margin-bottom: 10px;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  margin-right: 40px;
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-left: 40px;
  margin-right: 0;
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    margin-left: 0;
  }
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__content {
  padding-top: 5rem;
  padding-bottom: 5.3125rem;
  padding-right: 9.375rem;
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text.is-style-full-width .wp-block-media-text__content {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text.is-style-full-width .wp-block-media-text__content {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
  }
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__media {
  height: 100%;
}
@media only screen and (min-width: 1100px) {
  .wp-block-media-text.is-style-full-width .wp-block-media-text__media {
    margin-right: 3.75rem;
  }
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__media .image-wrapper {
  height: 100%;
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1100px) {
  .wp-block-media-text.is-style-full-width.has-media-on-the-right .wp-block-media-text__media {
    margin-right: 0;
    margin-left: 3.75rem;
  }
}
.wp-block-media-text.is-style-full-width.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 9.375rem;
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text.is-style-full-width.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text.is-style-full-width.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text.is-style-rounded-fullwidth-margin {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text.is-style-rounded-fullwidth-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  .wp-block-media-text.is-style-rounded-fullwidth-margin {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text.is-style-rounded-fullwidth-margin {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text.is-style-rounded-fullwidth-margin {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .wp-block-media-text.is-style-rounded-fullwidth-margin {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
.wp-block-media-text.is-style-rounded-fullwidth-margin .wp-block-media-text__media img {
  border-radius: 14px;
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text.is-style-circular-fullwidth-margin {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text.is-style-circular-fullwidth-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  .wp-block-media-text.is-style-circular-fullwidth-margin {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text.is-style-circular-fullwidth-margin {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text.is-style-circular-fullwidth-margin {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .wp-block-media-text.is-style-circular-fullwidth-margin {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
.wp-block-media-text.is-style-circular-fullwidth-margin .wp-block-media-text__media img {
  border-radius: 50%;
}
.wp-block-media-text.has-background:not(.is-style-full-width) {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 1099px) {
  .wp-block-media-text.has-background:not(.is-style-full-width) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 700px) {
  .wp-block-media-text.is-style-default.has-background, .wp-block-media-text.is-style-rounded-image.has-background, .wp-block-media-text.is-style-circular-image.has-background {
    padding: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-media-text.is-style-default.has-background, .wp-block-media-text.is-style-rounded-image.has-background, .wp-block-media-text.is-style-circular-image.has-background {
    padding: 20px;
  }
}
.wp-block-media-text.is-style-column {
  display: block;
  padding-bottom: 0 !important;
}
.wp-block-media-text.is-style-column .wp-block-media-text__content {
  padding: 20px 0;
}
@media only screen and (min-width: 1100px) {
  .wp-block-media-text.is-style-column .wp-block-media-text__content {
    padding: 30px 0 40px 0;
  }
}
.wp-block-media-text.is-style-column .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
.wp-block-media-text.is-style-column .wp-block-media-text__media {
  margin: 0;
}
.wp-block-media-text.is-style-column.has-background {
  border-radius: 6px;
}
.wp-block-media-text.is-style-column.has-background .wp-block-media-text__content {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-media-text.is-style-column.has-background .wp-block-media-text__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.wp-block-media-text.is-style-column.has-background:has(> .wp-block-media-text__media) {
  padding-top: 0;
}

.wp-block-cover {
  position: relative;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .wp-block-cover {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-cover {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  .wp-block-cover {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }
}
.wp-block-cover {
  height: calc(100vh - 70px);
}
@media only screen and (max-width: 1099px) {
  .wp-block-cover {
    height: calc(100vh - 70px);
  }
}
.wp-block-cover.has-parallax {
  padding-top: 100vh;
  padding-bottom: 100vh;
}
.wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  left: 9.375rem;
  padding: 24px 30px;
  z-index: 1;
  border-radius: 0px 0px 0px 20px;
  width: 31.25rem;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-cover .wp-block-cover__inner-container {
    font-size: 18px;
    line-height: 28px;
  }
}
.wp-block-cover .wp-block-cover__inner-container {
  bottom: 50px;
}
@media only screen and (max-width: 1099px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    max-width: 600px;
    border-radius: 0px 0px 0px 10px;
    bottom: 30px;
    left: 40px;
    right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-cover .wp-block-cover__inner-container {
    left: 20px;
    right: 20px;
  }
}
.wp-block-cover .wp-block-cover__inner-container p:last-child {
  margin: 0;
}
.wp-block-cover .wp-block-cover__inner-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #1a1a1a;
  opacity: 0.8;
  z-index: -1;
  border-radius: 0px 0px 0px 20px;
}
@media only screen and (max-width: 699px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 40px);
    right: 20px;
    left: 20px;
    padding: 14px 20px;
  }
}
.wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color), .wp-block-cover .wp-block-cover__inner-container .wp-block-heading:not(.has-text-color) {
  color: white;
}
.wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1099px) {
  .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
    margin-bottom: 10px;
  }
}
.wp-block-cover .wp-block-cover__background {
  display: none;
}

.image-wrapper {
  position: relative;
}

.image-photographer {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  line-height: 16px;
  color: white;
  padding: 6px 9px;
  z-index: 2;
}
@media only screen and (max-width: 1099px) {
  .image-photographer {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.image-photographer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 60%;
  z-index: -1;
}

.is-style-rounded-image .image-photographer::before, .is-style-rounded-fullwidth-margin .image-photographer::before {
  border-bottom-right-radius: 14px;
}

#page-content .wp-block-latest-posts__list li {
  margin-left: 0;
  margin-bottom: 20px;
}
#page-content .wp-block-latest-posts__list li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-latest-posts__list li a {
    font-size: 26px;
    line-height: 38px;
  }
}
#page-content .wp-block-latest-posts__list.is-style-custom-list li {
  border-radius: 0px 0px 0px 12px;
  background-color: var(--secondary-color);
  padding: 16px 30px;
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-list li {
    border-radius: 0px 0px 0px 6px;
    padding: 12px 20px;
  }
}
#page-content .wp-block-latest-posts__list.is-style-custom-list li a {
  color: var(--primary-color);
  text-decoration: none;
}
#page-content .wp-block-latest-posts__list.is-style-custom-list li:hover {
  background-color: rgb(from var(--primary-color) r g b/0.9);
  color: white;
}
#page-content .wp-block-latest-posts__list.is-style-custom-list li:hover a {
  color: white;
}
@media only screen and (min-width: 700px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-rows: 12.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 699px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 700px) and (min-width: 1100px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 699px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 700px) and (min-width: 1100px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
#page-content .wp-block-latest-posts__list.is-style-custom-grid li {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid li {
    margin: 0;
  }
  #page-content .wp-block-latest-posts__list.is-style-custom-grid li:nth-child(1) {
    grid-area: 1/1/4/3;
  }
  #page-content .wp-block-latest-posts__list.is-style-custom-grid li:nth-child(2) {
    grid-area: 1/3/3/4;
  }
  #page-content .wp-block-latest-posts__list.is-style-custom-grid li:nth-child(3) {
    grid-area: 4/1/7/3;
  }
  #page-content .wp-block-latest-posts__list.is-style-custom-grid li:nth-child(4) {
    grid-area: 3/3/5/4;
  }
  #page-content .wp-block-latest-posts__list.is-style-custom-grid li:nth-child(5) {
    grid-area: 5/3/7/4;
  }
}
#page-content .wp-block-latest-posts__list.is-style-custom-grid li {
  position: relative;
  position: relative;
}
#page-content .wp-block-latest-posts__list.is-style-custom-grid li: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-content .wp-block-latest-posts__list.is-style-custom-grid li:after {
    top: 0;
  }
}
#page-content .wp-block-latest-posts__list.is-style-custom-grid li .wp-block-latest-posts__featured-image {
  height: 100%;
}
#page-content .wp-block-latest-posts__list.is-style-custom-grid li .wp-block-latest-posts__featured-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-content .wp-block-latest-posts__list.is-style-custom-grid li a {
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-latest-posts__list.is-style-custom-grid li a {
    font-size: 26px;
    line-height: 38px;
  }
}
#page-content .wp-block-latest-posts__list.is-style-custom-grid li a {
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
  padding-bottom: 20px;
}
#page-content .wp-block-group.is-style-full-width .wp-block-latest-posts__list.is-style-custom-grid,
#page-content .wp-block-group.is-style-full-width-with-margin .wp-block-latest-posts__list.is-style-custom-grid {
  padding: 0;
  margin: 0;
}

.selected-posts a, .selected-posts a:visited, .selected-posts a:focus {
  color: #1a1a1a;
}
.selected-posts.list .selected-post {
  border-radius: 0px 0px 0px 12px;
  background-color: var(--secondary-color);
  padding: 16px 30px;
  margin-bottom: 20px;
}
.selected-posts.list .selected-post:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1099px) {
  .selected-posts.list .selected-post {
    border-radius: 0px 0px 0px 6px;
    padding: 12px 20px;
  }
}
.selected-posts.list .selected-post img {
  display: none;
}
.selected-posts.list .selected-post h4 {
  margin: 0;
}
.selected-posts.grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.selected-posts.grid a:hover, .selected-posts.grid a:visited:hover, .selected-posts.grid a:focus:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.selected-posts.grid.p-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 700px) {
  .selected-posts.grid.p-2, .selected-posts.grid.p-4, .selected-posts.grid.p-6, .selected-posts.grid.p-8, .selected-posts.grid.p-10 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 699px) {
  .selected-posts.grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 700px) {
  .selected-posts.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-rows: 25rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  .selected-posts.custom-grid {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 699px) {
  .selected-posts.custom-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 700px) and (min-width: 1100px) {
  .selected-posts.custom-grid {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  .selected-posts.custom-grid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 699px) {
  .selected-posts.custom-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 700px) and (min-width: 1100px) {
  .selected-posts.custom-grid {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  .selected-posts.custom-grid {
    gap: 20px;
  }
}
@media only screen and (min-width: 700px) {
  .selected-posts.custom-grid.p-1 {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 37.5rem;
  }
}
@media only screen and (min-width: 700px) and (min-width: 700px) {
  .selected-posts.custom-grid.p-2, .selected-posts.custom-grid.p-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 360px;
  }
}
@media only screen and (min-width: 700px) {
  .selected-posts.custom-grid.p-3 {
    grid-auto-rows: 360px;
  }
}
.selected-posts.custom-grid.custom-grid.p-5, .selected-posts.custom-grid.custom-grid.p-10 {
  grid-auto-rows: 12.5rem;
}
.selected-posts.custom-grid.custom-grid.p-5 .selected-post:nth-child(1), .selected-posts.custom-grid.custom-grid.p-10 .selected-post:nth-child(1) {
  grid-area: 1/1/4/3;
}
.selected-posts.custom-grid.custom-grid.p-5 .selected-post:nth-child(2), .selected-posts.custom-grid.custom-grid.p-10 .selected-post:nth-child(2) {
  grid-area: 1/3/3/4;
}
.selected-posts.custom-grid.custom-grid.p-5 .selected-post:nth-child(3), .selected-posts.custom-grid.custom-grid.p-10 .selected-post:nth-child(3) {
  grid-area: 4/1/7/3;
}
.selected-posts.custom-grid.custom-grid.p-5 .selected-post:nth-child(4), .selected-posts.custom-grid.custom-grid.p-10 .selected-post:nth-child(4) {
  grid-area: 3/3/5/4;
}
.selected-posts.custom-grid.custom-grid.p-5 .selected-post:nth-child(5), .selected-posts.custom-grid.custom-grid.p-10 .selected-post:nth-child(5) {
  grid-area: 5/3/7/4;
}
.selected-posts.custom-grid .selected-post {
  position: relative;
  position: relative;
}
.selected-posts.custom-grid .selected-post: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) {
  .selected-posts.custom-grid .selected-post:after {
    top: 0;
  }
}
@media only screen and (max-width: 699px) {
  .selected-posts.custom-grid .selected-post {
    margin-bottom: 20px;
  }
}
.selected-posts.custom-grid .selected-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.selected-posts.custom-grid .selected-post a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.selected-posts.custom-grid .selected-post .selected-post-title {
  position: absolute;
  bottom: 15px;
  right: 1.875rem;
  left: 1.875rem;
  color: white;
}
@media only screen and (max-width: 1099px) {
  .selected-posts.custom-grid .selected-post .selected-post-title {
    right: 20px;
    left: 20px;
  }
}
.selected-posts.custom-grid .selected-post .selected-post-title h4 {
  margin: 0;
}
.selected-posts.tabs .tab-item {
  background-image: none !important;
  padding: 31px 45px 28px 45px;
  background-color: var(--secondary-color);
  border-radius: 0px 0px 0px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1099px) {
  .selected-posts.tabs .tab-item {
    padding: 11px 20px 12px 20px;
    border-radius: 0px 0px 0px 10px;
  }
}
.selected-posts.tabs .tab-item:last-child {
  margin-bottom: 0;
}
.selected-posts.tabs .tab-item .tab-switcher {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-right: 44px;
}
.selected-posts.tabs .tab-item .tab-switcher h4 {
  margin: 0;
}
.selected-posts.tabs .tab-item .tab-switcher:before {
  content: "";
  width: 4px;
  height: 26px;
  display: block;
  background-color: #5A616B;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  border-radius: 3px;
}
@media only screen and (max-width: 1099px) {
  .selected-posts.tabs .tab-item .tab-switcher:before {
    height: 19px;
    right: 8px;
    top: 16px;
  }
}
.selected-posts.tabs .tab-item .tab-switcher:after {
  content: "";
  width: 26px;
  height: 4px;
  display: block;
  background-color: #5A616B;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}
@media only screen and (max-width: 1099px) {
  .selected-posts.tabs .tab-item .tab-switcher:after {
    width: 19px;
    top: 16px;
  }
}
.selected-posts.tabs .tab-item .tab-content {
  display: none;
  margin: 10px 0;
}
@media only screen and (min-width: 1100px) {
  .selected-posts.tabs .tab-item .tab-content {
    margin-top: 20px;
    padding-right: 3.125rem;
  }
}
.selected-posts.tabs .tab-item.tab-active .tab-switcher:after {
  display: none;
}
.selected-posts.tabs .tab-item.tab-active .tab-switcher:before {
  transform: translateY(-50%) rotate(90deg);
}
.selected-posts.selected-posts-slider a:hover, .selected-posts.selected-posts-slider a:visited:hover, .selected-posts.selected-posts-slider a:focus:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.selected-posts.selected-posts-slider .slick-dots {
  display: none;
}
.selected-posts.selected-posts-slider .many-slides h2 {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1100px) {
  .selected-posts.selected-posts-slider .many-slides h2 {
    font-size: 22px;
    line-height: 34px;
  }
}

.wp-block-group.has-background .selected-posts.tabs .tab-item {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922);
}
.wp-block-group.has-background .selected-posts.tabs .tab-item:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background .selected-posts.list .selected-post {
  background-color: white;
}

.wp-block-group.is-style-full-width .selected-posts.grid,
.wp-block-group.is-style-full-width .selected-posts.custom-grid,
.wp-block-group.is-style-full-width-with-margin .selected-posts.grid,
.wp-block-group.is-style-full-width-with-margin .selected-posts.custom-grid {
  padding: 0;
  margin: 0;
}

.wp-block-accordion-item {
  padding: 21px 45px 18px 45px;
  background-color: var(--secondary-color);
  border-radius: 0px 0px 0px 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-accordion-item {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  .wp-block-accordion-item {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 1099px) {
  .wp-block-accordion-item {
    padding: 11px 20px 12px 20px;
    border-radius: 0px 0px 0px 10px;
  }
}
.wp-block-accordion-item a, .wp-block-accordion-item a:visited, .wp-block-accordion-item a:focus {
  text-decoration: underline;
}
.wp-block-accordion-item:has(+ .wp-block-accordion-item) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-accordion-item:has(+ .wp-block-accordion-item) {
    margin-bottom: 30px;
  }
}
.wp-block-accordion-item figure, .wp-block-accordion-item .wp-block-group {
  margin-bottom: 0 !important;
}
.wp-block-accordion-item figure:last-child, .wp-block-accordion-item .wp-block-group:last-child {
  margin-bottom: 10px !important;
}
.wp-block-accordion-item .wp-block-accordion-heading {
  margin: 0;
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (min-width: 1100px) {
  .wp-block-accordion-item .wp-block-accordion-heading {
    font-size: 26px;
    line-height: 38px;
  }
}
.wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
  position: relative;
  padding-right: 35px;
  text-decoration: none;
  overflow: visible;
  height: auto;
}
@media only screen and (max-width: 1099px) {
  .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
    padding-right: 25px;
  }
}
.wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:before {
  content: "";
  width: 4px;
  height: 26px;
  display: block;
  background-color: #5A616B;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  border-radius: 3px;
}
.wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:after {
  content: "";
  width: 26px;
  height: 4px;
  display: block;
  background-color: #5A616B;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}
.wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover, .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus, .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:active, .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:visited {
  background: none;
  color: #1a1a1a;
}
.wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
  white-space: normal;
}
.wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  display: none;
}
.wp-block-accordion-item .wp-block-accordion-heading + * {
  display: grid;
  grid-template-rows: 0fr;
  grid-auto-rows: 0fr;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  overflow: hidden;
}
.wp-block-accordion-item .wp-block-accordion-heading + * > * {
  min-height: 0;
  overflow: hidden;
  transition: margin 0.1s ease, padding 0.1s ease;
}
.wp-block-accordion-item:not(.is-open) .wp-block-accordion-heading + * > * {
  margin-block: 0;
  padding-block: 0;
}
.wp-block-accordion-item.is-open .wp-block-accordion-heading .wp-block-accordion-heading__toggle:after {
  display: none;
}
.wp-block-accordion-item.is-open .wp-block-accordion-heading .wp-block-accordion-heading__toggle:before {
  transform: translateY(-50%) rotate(90deg);
}
.wp-block-accordion-item.is-open .wp-block-accordion-heading + * {
  grid-template-rows: 1fr;
  grid-auto-rows: auto;
  opacity: 1;
}
.wp-block-accordion-item p:last-child {
  margin-bottom: 10px;
}
.wp-block-accordion-item.has-white-color .wp-block-accordion-heading:before, .wp-block-accordion-item.has-white-color .wp-block-accordion-heading:after {
  background-color: white;
}

.wp-block-group.has-background .wp-block-accordion-item {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922);
}
.wp-block-group.has-background .wp-block-accordion-item:last-child {
  margin-bottom: 0;
}

@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: 18.75rem;
    padding-right: 18.75rem;
  }
}
#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 .wp-block-list li {
  margin-left: 23px;
}
#page-content .wp-block-media-text,
#page-content .wp-block-image,
#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 .wp-block-gallery,
#page-content .wp-block-cover,
#page-content .wp-block-latest-posts__list,
#page-content .wp-block-details,
#page-content .wp-block-cover,
#page-content iframe {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-media-text,
  #page-content .wp-block-image,
  #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 .wp-block-gallery,
  #page-content .wp-block-cover,
  #page-content .wp-block-latest-posts__list,
  #page-content .wp-block-details,
  #page-content .wp-block-cover,
  #page-content iframe {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-media-text,
  #page-content .wp-block-image,
  #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 .wp-block-gallery,
  #page-content .wp-block-cover,
  #page-content .wp-block-latest-posts__list,
  #page-content .wp-block-details,
  #page-content .wp-block-cover,
  #page-content iframe {
    margin-bottom: 5rem;
  }
}
#page-content p:has(+ h2),
#page-content .wp-block-buttons:has(+ .wp-block-heading),
#page-content .wp-block-columns:has(+ .wp-block-buttons),
#page-content .wp-block-file:has(+ .wp-block-heading),
#page-content ul:has(+ .wp-block-heading),
#page-content ol:has(+ .wp-block-heading) {
  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),
  #page-content .wp-block-file:has(+ .wp-block-heading),
  #page-content ul:has(+ .wp-block-heading),
  #page-content ol:has(+ .wp-block-heading) {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 1900px) {
  #page-content p:has(+ h2),
  #page-content .wp-block-buttons:has(+ .wp-block-heading),
  #page-content .wp-block-columns:has(+ .wp-block-buttons),
  #page-content .wp-block-file:has(+ .wp-block-heading),
  #page-content ul:has(+ .wp-block-heading),
  #page-content ol:has(+ .wp-block-heading) {
    margin-bottom: 3.125rem;
  }
}
#page-content .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}
#page-content p + h3, #page-content p + h4 {
  margin-top: 2.8125rem;
}
@media only screen and (min-width: 1900px) {
  #page-content p + h3, #page-content p + h4 {
    margin-top: 1.875rem;
  }
}
#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,
#page-content p + .wp-block-media-text {
  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,
  #page-content p + .wp-block-media-text {
    margin-top: 6.25rem;
  }
}
@media only screen and (min-width: 1900px) {
  #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,
  #page-content p + .wp-block-media-text {
    margin-top: 5rem;
  }
}
#page-content .wp-block-group p + .custom-block, #page-content .wp-block-group p + figure, #page-content .wp-block-group p + .wp-block-columns, #page-content .wp-block-group p + .wp-block-contact-form-7-contact-form-selector, #page-content .wp-block-group p + .wp-block-group, #page-content .wp-block-group p + .wp-block-image,
#page-content .wp-block-group ul + .custom-block, #page-content .wp-block-group ul + figure, #page-content .wp-block-group ul + .wp-block-columns, #page-content .wp-block-group ul + .wp-block-contact-form-7-contact-form-selector, #page-content .wp-block-group ul + .wp-block-group, #page-content .wp-block-group ul + .wp-block-image,
#page-content .wp-block-group .wp-block-buttons + .custom-block, #page-content .wp-block-group .wp-block-buttons + figure, #page-content .wp-block-group .wp-block-buttons + .wp-block-columns, #page-content .wp-block-group .wp-block-buttons + .wp-block-contact-form-7-contact-form-selector, #page-content .wp-block-group .wp-block-buttons + .wp-block-group {
  margin-top: 0;
}
#page-content .wp-block-group .wp-block-media-text:has(+ .wp-block-buttons),
#page-content .wp-block-group .wp-block-image:has(+ .wp-block-buttons),
#page-content .wp-block-group .wp-block-columns:has(+ .wp-block-buttons),
#page-content .wp-block-group .wp-block-contact-form-7-contact-form-selector:has(+ .wp-block-buttons),
#page-content .wp-block-group .custom-block:has(+ .wp-block-buttons),
#page-content .wp-block-group .wp-block-group:has(+ .wp-block-buttons),
#page-content .wp-block-group .wp-block-gallery:has(+ .wp-block-buttons),
#page-content .wp-block-group .wp-block-cover:has(+ .wp-block-buttons),
#page-content .wp-block-group .wp-block-latest-posts__list:has(+ .wp-block-buttons),
#page-content .wp-block-group .wp-block-details:has(+ .wp-block-buttons),
#page-content .wp-block-group iframe:has(+ .wp-block-buttons) {
  margin-bottom: 30px;
}
#page-content .wp-block-buttons:has(+ p), #page-content .wp-block-buttons:has(+ .wp-block-buttons) {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-buttons:has(+ p), #page-content .wp-block-buttons:has(+ .wp-block-buttons) {
    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: -18.75rem;
    margin-right: -18.75rem;
  }
}
#page-content .is-style-full-width figcaption {
  padding-left: 20px;
}
#page-content .is-style-full-width.wp-block-image picture, #page-content .is-style-full-width.wp-block-image img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-full-width-with-margin {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-full-width-with-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-full-width-with-margin {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .is-style-full-width-with-margin {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .is-style-full-width-with-margin {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .is-style-full-width-with-margin {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
#page-content .is-style-circular-image img {
  border-radius: 50%;
}
#page-content .is-style-rounded-image img {
  border-radius: 14px;
}
#page-content .wp-block-column .wp-block-image {
  margin-bottom: 20px;
  margin-top: 0;
}
#page-content .wp-block-column .wp-block-heading {
  margin-bottom: 10px;
}
#page-content .wp-block-column > :last-child {
  margin-bottom: 0;
}
#page-content .wp-block-group.has-background {
  padding-top: 5rem;
  padding-bottom: 5.9375rem;
}
@media only screen and (min-width: 1900px) {
  #page-content .wp-block-group.has-background {
    padding-top: 3.75rem;
    padding-bottom: 4.6875rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-group.has-background {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#page-content .wp-block-group.is-style-rounded-box {
  border-radius: 14px;
  padding: 20px;
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-group.is-style-rounded-box {
    padding: 40px;
  }
}
#page-content .wp-block-group.is-style-rounded-box:not(.has-background) {
  border: 1px solid #CDCFD2;
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-group.is-style-content-width {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .wp-block-group.is-style-content-width {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-group.is-style-content-width {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }
}
@media only screen and (max-width: 1099px) {
  #page-content .wp-block-group.is-style-content-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 699px) {
  #page-content .wp-block-group.is-style-content-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #page-content .wp-block-group.is-style-content-width {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
#page-content .wp-block-details summary + p {
  margin-top: 20px;
}

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;
  border: 2px solid #1a1a1a;
  width: 100%;
  padding: 0 15px;
  margin-top: 10px;
  background: none;
}
@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: right 10px 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: right 15px 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 (min-width: 700px) {
  .wp-block-contact-form-7-contact-form-selector .fields-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 699px) {
  .wp-block-contact-form-7-contact-form-selector .fields-wrapper {
    margin-bottom: 18px;
  }
}
.wp-block-contact-form-7-contact-form-selector select {
  width: 100%;
  max-width: 100%;
}

.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;
}
.next-slide:focus, .prev-slide:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.next-slide:focus:not(:focus-visible), .prev-slide:focus:not(:focus-visible) {
  outline: none;
}
.next-slide:focus-visible, .prev-slide:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.image_gallery .slider-wrapper.fullsize .slick-dots, .feedbacks-slider .slick-dots {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 1100px) {
  .image_gallery .slider-wrapper.fullsize .slick-dots, .feedbacks-slider .slick-dots {
    height: 15px;
  }
}
.image_gallery .slider-wrapper.fullsize .slick-dots, .feedbacks-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.image_gallery .slider-wrapper.fullsize .slick-dots li, .feedbacks-slider .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, .feedbacks-slider .slick-dots li {
    margin-right: 8px;
  }
}
.image_gallery .slider-wrapper.fullsize .slick-dots li:before, .feedbacks-slider .slick-dots li:before {
  display: none;
}
.image_gallery .slider-wrapper.fullsize .slick-dots li button, .feedbacks-slider .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, .feedbacks-slider .slick-dots li button {
    height: 15px;
    width: 15px;
    border: 2px solid white;
  }
}
.image_gallery .slider-wrapper.fullsize .slick-dots li.slick-active button, .feedbacks-slider .slick-dots li.slick-active button {
  background: white;
}

@media only screen and (min-width: 1100px) {
  .feedbacks-slider {
    padding-bottom: 25px;
  }
}
.feedbacks-slider .blockquote {
  margin: 5px auto 0 auto;
}
@media only screen and (min-width: 1100px) {
  .feedbacks-slider .blockquote {
    max-width: 59.375rem;
    margin: 10px auto 0 auto;
  }
}
.feedbacks-slider .slick-dots {
  bottom: -20px;
}
@media only screen and (max-width: 1099px) {
  .feedbacks-slider .slick-dots {
    bottom: -25px;
  }
}
.feedbacks-slider .slick-dots li button {
  border-color: #929292;
}
.feedbacks-slider .slick-dots li.slick-active button {
  background: #929292;
}

@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: 20px;
  }
}
.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: 20px;
  }
}
.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 {
  border-radius: 0;
  width: 24px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 25px);
}
@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.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.many-slides.int .slick-list {
  margin: 0 -7px;
}
.image_gallery .slider-wrapper.many-slides.int .slick-slide {
  margin: 0 7px;
}
@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 .slick-list {
  margin: 0 -15px;
}
@media only screen and (max-width: 1099px) {
  .text-slides .slick-list {
    margin: 0 -5px;
  }
}
.text-slides .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 1099px) {
  .text-slides .slick-slide {
    margin: 0 5px;
  }
}
.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: 21px;
  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: 34px;
    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;
  }
}

html {
  scrollbar-gutter: stable;
}

html.glightbox-open {
  overflow: initial;
}

body.gscrollbar-fixer {
  margin-right: 0 !important;
}