@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v44-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Typography Variables
--------------------------------------------- */
.heading-xl {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1.25;
}

.heading-lg {
  font-size: clamp(29px, 2.3333vw, 51px);
  line-height: 1.25;
}

.heading-md {
  font-size: clamp(26px, 2.3333vw, 44px);
  line-height: 1.2;
}

.heading-sm {
  font-size: clamp(22px, 2.3333vw, 32px);
  line-height: 1.2;
}

.heading-xs {
  font-size: clamp(17px, 2.3333vw, 25px);
  line-height: 1.2;
}

.heading-xxs {
  font-size: clamp(15px, 2.3333vw, 21px);
  line-height: 1.2;
}

/* Default Color Variables
--------------------------------------------- */
/* #7C7C7C; */
/* Theme Color Variables
--------------------------------------------- */
/** HTML Selection 
--------------------------------------------- */
/* Primary theme fonts
--------------------------------------------- */
/* Border Colors
--------------------------------------------- */
/* Base Line Height.
--------------------------------------------- */
/* Font Sizes
--------------------------------------------- */
/* Spacing
--------------------------------------------- */
/* Hero
--------------------------------------------- */
/* Footer
--------------------------------------------- */
/* Navbar
--------------------------------------------- */
/* Components
--------------------------------------------- */
/* Theme Custom Variabeles
-------------------------------------------- */
/** CSS Variables */
:root {
  --primary-font: Open Sans, Helvetica, Arial, sans-serif;
  --secondary-font: Open Sans, Helvetica, Arial, sans-serif;
  --body-text-clr: #747474;
  --dark-clr: #191919;
  --white-clr: #ffffff;
  --primary-clr: #378C94;
  --akzent-clr: #B7C307;
  --secondary-clr: #EEB200;
  --light-grey-clr: #F4F4F4;
  --grey-clr: #6b6767;
  --grey-text-clr: #747474;
  --primary-hover-clr: #378C94;
  --secondary-hover-clr: #EEB200;
  --akzent-hover-clr: #B7C307;
  --default-heading-font: Open Sans, Helvetica, Arial, sans-serif;
  --default-text-font: Open Sans, Helvetica, Arial, sans-serif;
  --default-heading-clr: #191919;
  --default-heading-fw: 600;
  --secondary-heading-font: Open Sans, Helvetica, Arial, sans-serif;
  --heading-xl-fs: clamp(32px, 4vw, 60px);
  --heading-xl-lh: 1.25;
  --heading-lg-fs: clamp(29px, 2.3333vw, 51px);
  --heading-lg-lh: 1.25;
  --heading-md-fs: clamp(26px, 2.3333vw, 44px);
  --heading-md-lh: 1.2;
  --heading-sm-fs: clamp(22px, 2.3333vw, 32px);
  --heading-sm-lh: 1.2;
  --heading-xs-fs: clamp(17px, 2.3333vw, 25px);
  --heading-xs-lh: 1.2;
  --heading-xxs-fs: clamp(15px, 2.3333vw, 21px);
  --heading-xxs-lh: 1.2;
  --text-sm: clamp(12px, 2.333vw, 13px);
  --text-md: clamp(14px, 2.333vw, 15px);
  --text-lg: clamp(16px, 2.333vw, 17px);
  --text-xl: clamp(18px, 2.333vw, 20px);
  --small-text: clamp(12px, 2.333vw, 13px);
  --text-fs-sm: clamp(12px, 2.333vw, 13px);
  --small-text-fs: clamp(12px, 2.333vw, 13px);
  --pretitle-font: Open Sans, Helvetica, Arial, sans-serif;
  --pretitle: clamp(16px, 2.3333vw, 18px);
  --pretitle-fw: 400;
  --subtitle-font: 400;
  --subtitle: clamp(13px, 2.3333vw, 14px);
  --subtitle-fw: Open Sans, Helvetica, Arial, sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --body-fs: clamp(14px, 2.33333vw, 15px);
  --body-lh: 1.7;
  --body-fw: 400;
  --body-text-clr:#747474;
  --mobile-nav-fs: clamp(19px, 2.3333vw, 21px);
  --mobile-nav-bg-clr: #378C94;
  --mobile-nav-link-clr: #ffffff;
  --mobile-nav-link-hover-clr: #B7C307;
  --mobile-nav-link-current-clr: #B7C307;
  --hero-pretitle-fs: clamp(16px, 2.3333vw, 18px);
  --hero-title-fs: clamp(29px, 3.5vw, 54px);
  --hero-subtitle-fs: clamp(13px, 2.3333vw, 14px);
  --hero-text-clr: #ffffff;
  --hero-bg-clr: #378C94;
  --nav-bg: #378C94;
  --nav-shadow: 1px 2px 7px rgba(61, 61, 61, 0.25);
  --nav-sticky-bg: #378C94;
  --nav-sticky-shadow: 1px 2px 7px rgba(61, 61, 61, 0.25);
  /* Sizing */
  --nav-container-width: 100%;
  --nav-height-desktop: 240px;
  --nav-height-mobile: 170px;
  --nav-height-sticky: 240px;
  /* Logo */
  --logo-max-width: 355px;
  --logo-max-width-sticky: 355px;
  --mobile-logo-max-width: 250px;
  /* Surfaces & shadows */
  --nav-bg-clr: #378C94;
  --nav-shadow: 1px 2px 7px rgba(61, 61, 61, 0.25);
  --nav-sticky-bg: #378C94;
  --nav-sticky-shadow: 1px 2px 7px rgba(61, 61, 61, 0.25);
  /* Back-compat alias */
  --nav-bg: var(--nav-bg-clr);
  /* Links (STANDARD) */
  --nav-link-clr: #ffffff;
  --nav-link-hover-clr: #B7C307;
  --nav-link-active-clr: #B7C307;
  --nav-link-fs: clamp(14px, 2.3333vw, 14px);
  --nav-link-weight: 700;
  /* Links (TRANSPARENT) */
  --nav-transparent-link-clr: #ffffff;
  --nav-transparent-link-hover-clr: #B7C307;
  --nav-transparent-link-active-clr: #B7C307;
  --nav-transparent-link-hover-opacity: 1;
  --nav-transparent-link-active-opacity: 1;
  /* Hamburger (state colors) */
  --hamburger-line-height: 2.5px;
  --hamburger-line-color-standard: #ffffff;
  --hamburger-line-color-transparent: #ffffff;
  /* Legacy tokens */
  --hamburger-line-color: #ffffff;
  --hamburger-line-active-color: #ffffff;
  --hamburger-background-color: #EEB200;
  --hamburger-background-active-color:#EEB200;
  /* NAV CTA – STANDARD (filled) */
  --nav-cta-bg: #191919;
  --nav-cta-text: #ffffff;
  --nav-cta-border: #191919;
  --nav-cta-bg-hover: #B7C307;
  --nav-cta-text-hover: #191919;
  --nav-cta-border-hover: #B7C307;
  /* NAV CTA – TRANSPARENT (outline white) */
  --nav-cta-tr-bg: transparent;
  --nav-cta-tr-text: #ffffff;
  --nav-cta-tr-border: #ffffff;
  --nav-cta-tr-bg-hover: #ffffff;
  --nav-cta-tr-text-hover: #191919;
  --nav-cta-tr-border-hover: #ffffff;
  /* Mobile navigation */
  --mobile-nav-fs: clamp(19px, 2.3333vw, 21px);
  --mobile-nav-bg-clr: #378C94;
  --mobile-nav-link-clr: #ffffff;
  --mobile-nav-link-hover-clr: #B7C307;
  --mobile-nav-link-current-clr: #B7C307;
  /* Mobile overlay close button */
  --mobile-nav-close-clr: #ffffff;
  --mobile-nav-close-hover-clr: var(--akzent-clr);
  --mobile-nav-close-bg: transparent;
  --mobile-nav-close-bg-hover: transparent;
  /* Dropdown sizes */
  --dropdown-desktop-fs: 14px;
  --dropdown-mobile-fs: 14px;
  --footer-top-clr: #ffffff;
  --footer-top-link-clr: #ffffff;
  --footer-top-link-hover-clr: #B7C307;
  --footer-top-fs: clamp(12px, 2.333vw, 13px);
  --footer-top-bg-clr: #378C94;
  --footer-section-title-fs: clamp(15px, 2.33333vw, 16px);
  --footer-section-title-fw: 700;
  --footer-section-title-font: Open Sans, Helvetica, Arial, sans-serif;
  --footer-section-title-clr: #ffffff;
  --footer-social-link-clr: #ffffff;
  --footer-social-link-hover-clr: #B7C307;
  --footer-social-link-fs: 30px;
  --footer-bottom-clr: #ffffff;
  --footer-bottom-link-clr: #ffffff;
  --footer-bottom-fs: clamp(14px, 2.33333vw, 15px);
  --footer-bottom-bg-clr: #4AA7AF;
  --footer-bottom-link-clr: #ffffff;
  --footer-bottom-link-hover-clr: #B7C307;
  --accordion-title-clr: $dark;
  --accordion-title-fs: clamp(16px, 2.3333vw, 18px);
  --accordion-icon-clr: $dark;
  --accordion-active-title-clr: #378C94;
  --accordion-active-icon-clr: #378C94;
  --btn-padding-y: 15px;
  --btn-padding-x: 40px;
  --btn-border-radius: 100px;
  --btn-fs: clamp(14px, 2.333vw, 15px);
  --btn-font: Open Sans, Helvetica, Arial, sans-serif;
  --btn-weight: 700;
  --btn-text-transform: uppercase;
  --btn-line-height: 1.25;
  --btn-primary-bg: #378C94;
  --btn-primary-text: #ffffff;
  --btn-primary-border: #378C94;
  --btn-primary-bg-hover: transparent;
  --btn-primary-text-hover: #378C94;
  --btn-primary-border-hover: #378C94;
  --btn-secondary-bg: #B7C307;
  --btn-secondary-text: #ffffff;
  --btn-secondary-border: #B7C307;
  --btn-secondary-bg-hover: #378C94;
  --btn-secondary-text-hover: #ffffff;
  --btn-secondary-border-hover: #378C94;
  --btn-outline-bg: transparent;
  --btn-outline-text: #378C94;
  --btn-outline-border: #378C94;
  --btn-outline-bg-hover: #378C94;
  --btn-outline-text-hover: #ffffff;
  --btn-outline-border-hover: #378C94;
  --html-selection-bg-clr: #B7C307;
  --html-selection-clr: #191919;
  --card-title-fs: clamp(18px, 2.3333vw, 21px);
  --card-description-fs: clamp(14px, 2.33333vw, 15px);
}

img {
  width: auto;
  height: auto;
}

.white-text {
  color: #ffffff;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.akzent-text {
  color: var(--akzent-clr);
}

div#content {
  overflow: hidden;
}

.pretitle {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
}

.divider {
  border: 0;
  border-top: 1px solid #cfcfcf;
  margin: 2.5rem 0 0;
}

.has-dark-bg {
  background-color: var(--footer-top-bg-clr);
  padding-top: 60px;
  padding-bottom: 60px;
}

.mobile-logo .site-brand .site-logo {
  max-width: var(--mobile-logo-max-width) !important;
}

.expert-block .wysiwyg-content ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.expert-block .wysiwyg-content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.4rem;
}

.expert-block .wysiwyg-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 15px;
  height: 3px;
  background-color: #2bb6b7;
}

.expert-contact-box {
  background-color: var(--akzent-clr);
  padding: 25px;
}

.expert-contact-figure {
  position: relative;
  margin: 0;
}

.expert-contact-image {
  display: block;
  width: 100%;
  height: auto;
}

.expert-contact-box {
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
  max-width: 420px;
  padding: 3rem 3.5rem;
  background-color: var(--akzent-clr);
  color: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.expert-contact-box a {
  color: #ffffff;
  text-decoration: none;
}

.expert-contact-box a:hover,
.expert-contact-box a:focus {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .expert-contact-box {
    position: static;
    transform: none;
    max-width: 100%;
    margin-top: 1.5rem;
    box-shadow: none;
  }
}
.bbg-map-wrapper {
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.bbg-map-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 450px;
}

.map-intro-wrapper {
  max-width: 450px;
}

.intro-text {
  font-size: 18px;
}

.map-expert {
  position: absolute;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: inherit;
}

.map-expert-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--akzent-clr);
  box-shadow: 0 0 0 4px rgba(0, 160, 176, 0.25);
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.map-expert-box {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0.75rem 1rem;
  min-width: max-content;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
}

.map-expert-logo img {
  max-height: 40px;
  width: auto;
  display: block;
  margin-left: 0.75rem;
  max-width: 90px;
}

.map-expert-text strong {
  font-size: 0.9rem;
  display: block;
}

.map-expert-text span {
  font-size: 0.8rem;
}

.map-expert-text {
  line-height: 1.2;
}

.map-expert-name {
  display: block;
  margin-bottom: 2px;
  font-size: 0.9rem;
}

.map-expert-city {
  display: block;
  font-size: 0.8rem;
}

@media (max-width: 991.98px) {
  .map-expert-box {
    display: none;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
  .map-expert.is-active .map-expert-box {
    display: inline-flex;
  }
}
@media (max-width: 991.98px) {
  .map-expert-box {
    display: none;
  }
}
.map-expert--left .map-expert-box {
  transform: translateX(-100%) translateX(-30px);
}

/* --- Custom Modal --- */
.map-expert-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1050;
}

.map-expert-modal.is-open {
  display: block;
}

.map-expert-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.map-expert-modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 1.5rem;
  max-width: 320px;
  width: calc(100% - 2rem);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}

.map-expert-modal-close {
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  cursor: pointer;
}

.map-expert-modal-body {
  text-align: center;
}

.map-expert-modal-logo-wrapper {
  margin-bottom: 0.75rem;
  text-align: center;
}

.map-expert-modal-logo {
  max-height: 65px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.map-expert-modal-name {
  font-weight: 600;
}

.map-expert-modal-city {
  font-size: 0.9rem;
  color: #666;
}

.hero-content {
  background: rgba(55, 140, 148, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.35);
  padding: 40px;
  border-radius: 20px;
}

.hero--content-wrapper .hero-container::after {
  content: "";
  position: absolute;
  left: 90px;
  bottom: -16px;
  width: 260px;
  height: 40px;
  background: url("/wp-content/themes/axel-wohlgemuth/assets/build/images/header-stripes.svg") no-repeat;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
}

@media (max-width: 576px) {
  .hero-header.hero-image .hero--image-wrapper .hero-image {
    object-fit: cover;
    min-height: 390px;
    object-position: right;
  }
}
p.hero-pretitle {
  color: var(--akzent-clr) !important;
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 0.1em;
}

.hero-container {
  max-width: 700px;
  position: relative;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .hero-container {
    max-width: 500px;
  }
}

.hero-title {
  text-transform: uppercase;
}

.hero-header.hero-image.has-text-on-image {
  position: relative;
}
.hero-header.hero-image.has-text-on-image .hero--image-wrapper {
  position: relative;
}
.hero-header.hero-image.has-text-on-image .hero--image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
}
.hero-header.hero-image.has-text-on-image .hero--image-wrapper .hero-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}
.hero-header.hero-image.has-text-on-image .hero--content-wrapper {
  z-index: 2;
}

@media (min-width: 768px) {
  .hero-header.hero-image.has-text-on-image .hero--content-wrapper {
    left: -15%;
    right: auto;
    transform: none;
  }
}
@media (min-width: 1300px) {
  .hero-header.hero-image.has-text-on-image .hero--content-wrapper {
    left: -24%;
    right: auto;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .hero-header.hero-image.has-text-on-image .hero--content-wrapper {
    position: static;
    width: 100%;
    padding: 1rem 0 4rem;
  }
  .hero-header.hero-image.has-text-on-image .hero-container {
    max-width: 650px;
    margin: 0 auto;
  }
  .hero-header.hero-image.has-text-on-image .hero-content {
    padding: 0px;
  }
}
@media (max-width: 767.98px) {
  .hero-header.hero-image.has-text-on-image .hero-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  .hero-header.hero-image.has-text-on-image .hero--content-wrapper .hero-title {
    color: var(--primary-clr);
  }
  .hero-header.hero-image.has-text-on-image .hero--content-wrapper .hero-subtitle {
    color: var(--body-text-clr);
  }
  .hero--content-wrapper .hero-container::after {
    content: "";
    left: 0px;
    bottom: -60px;
  }
}
.main-nav .nav-menu > li.nav-cta {
  margin-left: 1rem;
}

.main-nav .nav-menu > li.nav-cta > a {
  display: inline-block;
  padding: 0.6rem 2.8rem;
  border-radius: 999px;
  background-color: var(--akzent-clr);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.main-nav .nav-menu > li.nav-cta > a:hover,
.main-nav .nav-menu > li.nav-cta > a:focus {
  background-color: white;
  color: var(--primary-clr);
}

.main-nav .nav-menu > li.nav-cta.current-menu-item > a,
.main-nav .nav-menu > li.nav-cta.current_page_item > a,
.main-nav .nav-menu > li.nav-cta.current-page-ancestor > a,
.main-nav-mobile .nav-menu > li.nav-cta.current-menu-item > a,
.main-nav-mobile .nav-menu > li.nav-cta.current_page_item > a,
.main-nav-mobile .nav-menu > li.nav-cta.current-page-ancestor > a {
  background-color: var(--akzent-clr);
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .main-nav-mobile .nav-menu > li.nav-cta {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .main-nav-mobile .nav-menu > li.nav-cta > a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.6rem 2.8rem;
    border-radius: 999px;
    background-color: var(--akzent-clr);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
}
.navbar.is-sticky .site-logo {
  max-width: var(--logo-max-width-sticky);
}

@media (max-width: 1399px) {
  .navbar {
    height: var(--nav-height-mobile) !important;
  }
}
.navbar-social {
  margin-bottom: 10px; /* Abstand zur Nav */
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 10px;
}

footer .footer-section--title {
  text-transform: uppercase;
}

.footer-cta-mail {
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem !important;
  color: #777777;
  text-decoration: none;
}

.footer-cta-mail:hover,
.footer-cta-mail:focus {
  text-decoration: underline;
}

.footer-logo-wrapper {
  max-width: 250px;
}

ul.social-icon-list {
  display: flex;
}

li.social-item a {
  font-size: 30px !important;
  margin-right: 10px;
}

.dark-bg-section {
  background: var(--dark-clr);
  padding-block: clamp(3rem, 1.5rem + 4vw, 7.813rem);
}
.dark-bg-section .section-header h2, .dark-bg-section .section-header h3, .dark-bg-section .section-header h4, .dark-bg-section .section-header h5, .dark-bg-section .section-header h6, .dark-bg-section .section-header p, .dark-bg-section .section-header span {
  color: #ffffff;
}

/** Home */
#home-intro {
  margin: 0;
  padding-top: clamp(1.5rem, 0.75rem + 2vw, 4.25rem);
  padding-bottom: clamp(3rem, 1.5rem + 4vw, 7.813rem);
}

.handwritten-name img {
  max-width: 180px;
  height: auto;
}

.section-divider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 2px;
  background: #eaeaea;
}

/** Biography */
#about-me .about-image {
  width: 100%;
  height: 100%;
}

/** Overview Boxes Home */
.overview-box {
  background-color: #000000;
  border-radius: 24px;
  padding: 2.5rem;
  color: #ffffff;
}
.overview-box .overview-box-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 480px) {
  .bbg-map-img {
    max-width: 260px;
  }
}
section#hero-startseite .hero-pretitle {
  color: var(--akzent-clr);
}

section#map {
  padding-top: 60px;
  padding-bottom: 60px;
}

#experts-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Logo Row Home */
.experts-logo-strip-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 2.5rem 0;
}

.experts-logo-strip-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 120px;
  max-width: 110px;
  height: 80px;
  text-align: center;
}

.experts-logo-strip-img {
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.experts-logo-strip-item:hover .experts-logo-strip-img,
.experts-logo-strip-item:focus .experts-logo-strip-img {
  transform: translateY(-2px);
  transition: transform 0.15s ease-out;
}

@media (max-width: 767.98px) {
  .experts-logo-strip-wrapper {
    gap: 2.5rem;
  }
  .experts-logo-strip-item {
    flex: 0 1 45%;
    height: 60px;
  }
}
/* Home Competencies */
#home-competencies {
  background-color: var(--primary-clr);
  padding-bottom: 60px;
  padding-top: 60px;
}

.card-icon-wrapper {
  margin: 0 auto;
}

.card {
  border-radius: 0px !important;
}

.home-clients-references__single img {
  width: 100%;
  height: auto;
  display: block;
}

.home-clients-references__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.home-clients-references__item {
  max-width: 160px;
  flex: 0 1 140px;
  text-align: center;
}

.home-clients-references__item img {
  max-height: 60px;
  width: auto;
  display: inline-block;
}

.expert-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

span.home-advantages-list__icon.me-3 {
  display: flex;
  align-items: center;
  padding-right: 12px;
}

section.content-section.has-dark-bg.expert-block--text-image {
  margin: 0px;
}

.experts-icon-value {
  text-transform: uppercase;
  font-weight: bolder;
  color: var--(primary-clr) !important;
}

/* Section: Vita */
.experts-vita-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.experts-vita-item {
  display: grid;
  grid-template-columns: 340px 1fr;
  column-gap: 48px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  align-items: start;
}

.experts-vita-time {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.05;
  color: var(--primary-clr);
}

.experts-vita-text {
  font-size: 16px;
  line-height: 1.55;
  color: #111;
}

@media (max-width: 768px) {
  .experts-vita-item {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding: 22px 0;
  }
  .experts-vita-time {
    font-size: 26px;
  }
}
/* Section: Offices */
#experts-offices .experts-offices-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#experts-offices .experts-offices-list li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 14px 0;
  line-height: 1.55;
}

#experts-offices .experts-offices-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 15px;
  height: 3px;
  background: var(--primary-clr);
}

/** Default Theme Card Style */
.card {
  border-radius: 10px;
  box-shadow: unset;
  background: #ffffff;
}
.card .card-content .card-title {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
.card .card-icon-wrapper {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#contact .wpcf7-form {
  max-width: 900px;
  margin: 0 auto 3rem;
}

#contact .wpcf7-form label {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--primary-clr);
}

#contact .wpcf7-form .form-control,
#contact .wpcf7-form input[type=text],
#contact .wpcf7-form input[type=email],
#contact .wpcf7-form input[type=tel],
#contact .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #fff;
}

#contact .wpcf7-form textarea {
  min-height: 160px;
  resize: vertical;
}

#contact .wpcf7-form .form-control:focus {
  outline: none;
  border-color: var(--akzent-clr);
  box-shadow: 0 0 0 2px rgba(55, 190, 192, 0.2);
}

/* Checkbox / Datenschutzhinweis */
#contact .wpcf7-form .wpcf7-acceptance {
  font-size: 0.9rem;
}

#contact .wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

#contact .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 4px;
  font-size: 0.9rem;
}

#contact .wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--akzent-clr);
  background: #eafaf1;
  color: var(--akzent-clr);
}

#contact .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #e74c3c;
  background: #fcebea;
  color: #a5281b;
}

/* =========================
   Finished Themes Layout
   ========================= */

.finished-theme__bg{
  background: var(--primary-clr);
  padding: 56px 0;
}

.finished-theme__card{
  background: #fff;
  border-radius: 24px;
  padding: 46px 56px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

.finished-theme__image img{
  border-radius: 22px;
  width: 100%;
  height: auto;
  display:block;
}

@media (max-width: 992px){
  .finished-theme__card{ padding: 28px 20px; }
  .finished-theme__bg{ padding: 36px 0; }
}

/* =========================
   Accordion old
   

.accordion-wrapper{
  max-width: 920px;
  margin: 0 auto;
}

.accordion-toggle{
  width: 100%;
  background: none;
  border: 0;
  padding: 0;

  display: grid;
  grid-template-columns: 44px 1fr 36px;
  align-items: center;
  gap: 16px;

  cursor: pointer;
  text-align: left;           
  justify-items: start;       
}

.accordion-number{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #378c94;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.accordion-title{
  justify-self: start;
  text-align: left !important;
  font-weight: 800;
  font-size: 18px;
  margin: 0;
}

.accordion-icon{
  justify-self: end;
  display: inline-flex;
  transition: transform .2s ease;
}

.accordion-toggle.is-open .accordion-icon{
  transform: rotate(90deg);
}

.accordion-content{
  text-align: left;
}

.accordion-body{
  padding: 10px 0 0 60px;
}
========================= */
/* =========================
   Benefits: teal "stripes"
   ========================= */

.finished-benefits{
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.finished-benefits li{
  margin: 0 0 5px 0;
}

.finished-map-stage{
  position: relative;
}

.finished-map-img{
  display:block;
  width:100%;
  height:auto;
}

.finished-map-markers{
  position:absolute;
  inset:0;
  z-index:10;
}

/* Marker Basis */
.finished-marker{
  position:absolute;
  transform: translate(-50%, -50%);
  z-index:11;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: transparent; /* kein Background */
}

/* Icon */
.finished-marker__icon{
  width: 31px;
  height: 31px;
  display:block;
  object-fit: contain;
  transform-origin: 50% 50%;
  transition: transform .18s ease, filter .18s ease;
}

/* Desktop größer */
@media (min-width: 992px){
  .finished-marker{ width: 64px; height: 64px; }
  .finished-marker__icon{ width: 64px; height: 64px; }
}

/* Hover: minimal, ohne “weißen Ring” */
.finished-marker:hover .finished-marker__icon{
  transform: scale(1.06);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
}

.finished-marker:active .finished-marker__icon{
  transform: scale(.97);
}

/* ---------------------------
   SOFT PULSE + RING WAVES (faster / a bit more noticeable)
   --------------------------- */

.finished-marker .finished-marker__icon{
  animation: markerSoftPulse 3.2s ease-in-out infinite; /* schneller */
  will-change: transform;
}

.finished-marker::before,
.finished-marker::after{
  content:"";
  position:absolute;
  inset: -10px;
  border-radius: 999px;
  border: 2px solid rgba(83,175,183,.34); /* minimal stärker */
  opacity: 0;
  transform: scale(.85);
  pointer-events:none;
}

/* Ringe etwas schneller, damit häufiger was passiert */
.finished-marker::before{
  animation: markerRing 3.0s ease-out infinite;
}
.finished-marker::after{
  animation: markerRing 3.0s ease-out infinite;
  animation-delay: 1.5s; /* halbe Periode */
}

/* Stagger: ABER für ::before/::after (so wirkt es wirklich versetzt) */
.finished-map-markers .finished-marker:nth-child(2)::before,
.finished-map-markers .finished-marker:nth-child(2)::after{ animation-delay: .45s; }

.finished-map-markers .finished-marker:nth-child(3)::before,
.finished-map-markers .finished-marker:nth-child(3)::after{ animation-delay: .9s; }

.finished-map-markers .finished-marker:nth-child(4)::before,
.finished-map-markers .finished-marker:nth-child(4)::after{ animation-delay: 1.35s; }

.finished-map-markers .finished-marker:nth-child(5)::before,
.finished-map-markers .finished-marker:nth-child(5)::after{ animation-delay: 1.8s; }

.finished-map-markers .finished-marker:nth-child(6)::before,
.finished-map-markers .finished-marker:nth-child(6)::after{ animation-delay: 2.25s; }

/* Pulse: Peak schneller & kürzer => wirkt “aufploppen” */
@keyframes markerSoftPulse{
  0%, 62%  { transform: scale(1); }
  72%      { transform: scale(1.15); }
  78%      { transform: scale(0.99); }  /* kleiner “snap back” */
  100%     { transform: scale(1); }
}

/* Ring: früher sichtbar + etwas mehr Range */
@keyframes markerRing{
  0%   { opacity: 0;    transform: scale(.82); }
  8%   { opacity: .85; }
  30%  { opacity: 0;    transform: scale(1.42); }
  100% { opacity: 0;    transform: scale(1.42); }
}

.finished-marker:hover .finished-marker__icon,
.finished-marker:hover::before,
.finished-marker:hover::after{
  animation-play-state: paused;
}

@media (max-width: 768px){
  .finished-marker::before,
  .finished-marker::after{ inset:-8px; border-width:2px; }

  /* optional: Mobile minimal langsamer, falls es zu präsent ist */
  .finished-marker .finished-marker__icon{ animation-duration: 3.6s; }
  .finished-marker::before,
  .finished-marker::after{ animation-duration: 3.4s; }
  .finished-marker::after{ animation-delay: 1.7s; }
}

@media (prefers-reduced-motion: reduce){
  .finished-marker__icon,
  .finished-marker::before,
  .finished-marker::after{
    animation:none !important;
  }
}

#modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
#modal-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

body.modal-open { overflow: hidden; }

.finished-project-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 24px;
}
.finished-project-modal.is--active { display: block; }

.finished-project-modal .modal-wrapper {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
  max-height: calc(100vh - 48px);
  background: #f7f7f4;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.finished-project-modal.show .modal-wrapper {
  opacity: 1;
  transform: translateY(0);
}

.finished-project-modal .modal-content {
  padding: 34px 44px 40px;
  max-height: calc(100vh - 48px);
  overflow: auto;
}

.finished-project-modal .modal-btn--close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #ecebe8;
  color: #8c8c8c;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}

.finished-modal__topbar {
  padding-right: 76px;
  padding-bottom: 9px;
  margin-bottom: 34px;
  border-bottom: 1px solid #d4d4d0;
}

.finished-modal__section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.finished-modal__divider {
  height: 1px;
  background: #d4d4d0;
  margin: 34px 0 38px;
}

.finished-modal__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}



.finished-modal__desc {
  margin-bottom: 26px;
  color: #6d6d6a;
  font-size: 18px;
  line-height: 1.6;
}

.finished-modal__desc p { margin: 0; font-style: italic; }

.finished-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.finished-benefits li {
  position: relative;
  padding-left: 34px;
  color: #6d6d6a;
  font-size: 16px;
  line-height: 1.45;
}

.finished-benefits li::before {
  content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 15px;
    height: 3px;
    background: var(--primary-clr);
}

.finished-modal__image-wrap { width: 100%; }
.finished-modal__image {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.finished-modal__video-wrap {
  width: 100%;
  max-width: 520px;      
  margin-left: auto;     
}
.finished-modal__video {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;  
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

@media (max-width: 1100px) {
  .finished-modal__section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .finished-modal__title { max-width: none; }
  .finished-modal__video-wrap {
    max-width: 100%;
    margin-left: 0;
  }
  .finished-modal__claim svg {
    max-width: 210px;
}
}

@media (max-width: 767px) {
  .finished-project-modal { padding: 12px; }
  .finished-project-modal .modal-content { padding: 22px 18px 24px; }

  .finished-project-modal .modal-btn--close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .finished-modal__topbar {
    padding-right: 52px;
    margin-bottom: 24px;
  }

  .finished-modal__meta { gap: 12px; margin-bottom: 18px; }

  .finished-modal__pretitle { font-size: 15px; }

  .finished-modal__desc,
  .finished-benefits li { font-size: 14px; }

  .finished-modal__image { max-height: 320px; }
  .finished-modal__video { max-height: 600px; } 
}

.finished-project-modal .finished-modal__meta-icon{
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.finished-project-modal .finished-modal__meta-icon img{
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  object-fit: contain;
  display: block;
}


/* =========================
   Team Page
   ========================= */

.team-page{
  padding-top: 60px;
  padding-bottom: 80px;
}

.team-page__header{
  margin-bottom: 56px;
}

.team-sections{
  display: grid;
  gap: 76px;
}

.team-section__header{
  margin-bottom: 34px;
}

/* Desktop: 5er Raster */
.team-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

/* Card */
.team-card{
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,.10);
  transition: transform .18s ease, box-shadow .18s ease;
}

.team-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0,0,0,.14);
}

.team-card__image-wrap{
  position: relative;
  aspect-ratio: 4 / 5;
  background: #f0f0ed;
  overflow: hidden;
}

.team-card__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fallback ohne Bild */
.team-card__placeholder{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--primary-clr);
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.team-card__position{
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--primary-clr);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.team-card__content{
  padding: 18px 16px 20px;
}

.team-card__name{
  margin: 0;
  color: var(--dark-clr);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

/* Parteilos */
.team-card__tag{
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(55,140,148,.12);
  color: var(--primary-clr);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* Responsive */
@media (max-width: 1199px){
  .team-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px){
  .team-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .team-sections{
    gap: 60px;
  }
}
@media (max-width: 767px){
  .team-page{
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .team-page__header{
    margin-bottom: 42px;
  }

  .team-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .team-card{
    border-radius: 16px;
  }

  .team-card__image-wrap{
    aspect-ratio: 4 / 5;
  }

  .team-card__content{
    padding: 12px 10px 14px;
  }

  .team-card__name{
    font-size: 14px;
    line-height: 1.25;
  }

  .team-card__position{
    left: 8px;
    bottom: 8px;
    min-height: 26px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .team-card__tag{
    margin-top: 7px;
    font-size: 9px;
    padding: 4px 7px;
  }
}

@media (max-width: 420px){
  .team-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .team-card__name{
    font-size: 13px;
  }

  .team-card__position{
    font-size: 8px;
    padding: 5px 7px;
  }
}
/* =========================
   Goals Accordion
   ========================= */

.goals-accordion-wrapper{
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.goals-accordion.accordion-wrapper{
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.goals-accordion{
  display: grid;
  gap: 8px;
}

/* Card */
.goals-accordion .accordion-item{
  width: 100%;
  background: #ffffff;
  border-radius: 26px;
  border: 1px solid rgba(0,0,0,.045);
  box-shadow: 0 18px 56px rgba(0,0,0,.07);
  overflow: hidden;
}

/* Header ohne Icon */
.goals-accordion .accordion-toggle{
  width: 100%;
  min-height: auto;
  padding: 24px 64px 24px;
  border: 0;
  background: transparent;

  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 22px;

  cursor: pointer;
  text-align: left;
}

/* Header mit Icon */
.goals-accordion .accordion-toggle.has-icon{
  grid-template-columns: 38px 44px minmax(0, 1fr) 32px;
}

/* Nummer */
.goals-accordion .accordion-number,
.goals-accordion__number{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--primary-clr);
  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

/* Optionales Icon */
.goals-accordion__icon{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(55,140,148,.10);

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.goals-accordion__icon img{
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: block;
}

.goals-accordion .accordion-title,
.goals-accordion__title{
  margin: 0;
  color: var(--dark-clr);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left !important;
  justify-self: start;
  transition: color .18s ease;
}

.goals-accordion .accordion-item.active .accordion-title,
.goals-accordion .accordion-item.active .goals-accordion__title{
  color: var(--primary-clr);
}
/* Plus / X */
.goals-accordion .symbol,
.goals-accordion__chevron{
  justify-self: end;
  color: #111;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

/* Linie unter Header nur geöffnet */
.goals-accordion .accordion-item.active .accordion-toggle{
  position: relative;
}

.goals-accordion .accordion-item.active .accordion-toggle::after{
  content: "";
  position: absolute;
  left: 64px;
  right: 64px;
  bottom: 0;
  height: 1px;
  background: rgba(0,0,0,.16);
}

.goals-accordion .accordion-body,
.goals-accordion__body{
  padding: 24px 72px 72px;
}

.goals-accordion__description{
  max-width: 980px;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
}

.goals-accordion__goal-box{
  margin: 52px 0 0;
  max-width: 860px;
  background: rgba(55,140,148,.10);
  border-radius: 18px;
  padding: 38px 42px 40px;
}

/* Zielbox */
.goals-accordion__goal-box{
  margin: 52px 0 0;
  max-width: 860px;
  background: rgba(55,140,148,.10);
  border-radius: 18px;
  padding: 38px 42px 40px;
}

/* Zielbox Titel */
.goals-accordion__goal-box-title{
  margin: 0 0 24px;
  color: var(--primary-clr);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

/* Liste */
.goals-accordion__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
}

.goals-accordion__list li{
  position: relative;
  padding-left: 36px;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
}

.goals-accordion__list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 16px;
  height: 3px;
  background: var(--primary-clr);
}

@media (max-width: 767px){
  .goals-accordion{
    gap: 8px;
  }

  .goals-accordion .accordion-item{
    border-radius: 18px;
  }

  .goals-accordion .accordion-toggle{
    padding: 22px 20px 18px;
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    gap: 12px;
  }

  .goals-accordion .accordion-toggle.has-icon{
    grid-template-columns: 32px minmax(0, 1fr) 28px;
  }

  .goals-accordion__icon{
    display: none;
  }

  .goals-accordion .accordion-number,
  .goals-accordion__number{
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .goals-accordion .accordion-title,
  .goals-accordion__title{
    font-size: 17px;
    line-height: 1.25;
  }

  .goals-accordion .symbol,
  .goals-accordion__chevron{
    font-size: 26px;
  }

  .goals-accordion .accordion-item.active .accordion-toggle::after{
    left: 20px;
    right: 20px;
  }

  .goals-accordion .accordion-body,
  .goals-accordion__body{
    padding: 18px 20px 30px;
  }

  .goals-accordion__description{
    max-width: none;
    font-size: 14px;
    line-height: 1.7;
  }

  .goals-accordion__goal-box{
    margin-top: 30px;
    border-radius: 16px;
    padding: 24px 20px;
  }

  .goals-accordion__goal-box-title{
    font-size: 15px;
    margin-bottom: 18px;
  }

  .goals-accordion__list{
    gap: 12px;
  }

  .goals-accordion__list li{
    font-size: 14px;
    padding-left: 28px;
  }

  .goals-accordion__list li::before{
    width: 14px;
  }
}

/* =========================
   Experts Images
   ========================= */

#experts-images{
  padding-top: 40px;
  padding-bottom: 40px;
}

.experts-image-card{
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}

.experts-image{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px){
  #experts-images .row{
    row-gap: 24px;
  }
}

img.intro-image {
    border-radius: 20px;
}
/* =========================
   Experts Slideshow
   ========================= */

#experts-slideshow{
  padding-top: 60px;
  padding-bottom: 80px;
}

.experts-slide-card{
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #f4f4f4;
}

.experts-slide-image{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.experts-slideshow .splide__slide{
  height: auto;
}

.experts-slideshow .slide-wrapper{
  height: 100%;
}

@media (max-width: 767px){
  #experts-images{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .experts-image{
    min-height: 300px;
  }

  #experts-slideshow{
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .experts-slide-image{
    aspect-ratio: 4 / 4.5;
  }
}

.splide__pagination__page {
  display: none;
}

/* =========================
   Page Load Animations
   ========================= */

.fade-in-up{
  opacity: 0;
  transform: translateY(22px);
  animation: fadeInUp .75s ease forwards;
}

.fade-delay-1{ animation-delay: .12s; }
.fade-delay-2{ animation-delay: .24s; }
.fade-delay-3{ animation-delay: .36s; }
.fade-delay-4{ animation-delay: .48s; }

.hero--content-wrapper .hero-content{
  opacity: 0;
  transform: translateY(24px);
  animation: fadeInUp .85s ease forwards;
  animation-delay: .15s;
}

.hero--content-wrapper .hero-pretitle{
  opacity: 0;
  transform: translateY(14px);
  animation: fadeInUp .7s ease forwards;
  animation-delay: .25s;
}

.hero--content-wrapper .hero-title{
  opacity: 0;
  transform: translateY(18px);
  animation: fadeInUp .75s ease forwards;
  animation-delay: .38s;
}

.hero--content-wrapper .hero-subtitle{
  opacity: 0;
  transform: translateY(18px);
  animation: fadeInUp .75s ease forwards;
  animation-delay: .52s;
}

.hero--content-wrapper .d-btn{
  opacity: 0;
  transform: translateY(14px);
  animation: fadeInUp .7s ease forwards;
  animation-delay: .68s;
}

@keyframes fadeInUp{
  from{
    opacity: 0;
    transform: translateY(22px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .fade-in-up,
  .hero--content-wrapper .hero-content,
  .hero--content-wrapper .hero-pretitle,
  .hero--content-wrapper .hero-title,
  .hero--content-wrapper .hero-subtitle,
  .hero--content-wrapper .d-btn{
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.footer-bottom {
	.footer-legal-link {
		margin-left: 1rem;
	}
}


.team-card__website {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.team-card__website:hover,
.team-card__website:focus-visible {
  text-decoration-thickness: 2px;
}