@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: #747474;
  --akzent-clr: #2BB6B7;
  --secondary-clr: #2BB6B7;
  --light-grey-clr: #F4F4F4;
  --grey-clr: #6b6767;
  --grey-text-clr: #747474;
  --primary-hover-clr: #747474;
  --secondary-hover-clr: #2BB6B7;
  --akzent-hover-clr: #2BB6B7;
  --default-heading-font: Open Sans, Helvetica, Arial, sans-serif;
  --default-text-font: Open Sans, Helvetica, Arial, sans-serif;
  --default-heading-clr: #747474;
  --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: #747474;
  --mobile-nav-link-clr: #ffffff;
  --mobile-nav-link-hover-clr: #2BB6B7;
  --mobile-nav-link-current-clr: #2BB6B7;
  --hero-pretitle-fs: clamp(15px, 2.3333vw, 16px);
  --hero-title-fs: clamp(29px, 3.5vw, 65px);
  --hero-subtitle-fs: clamp(13px, 2.3333vw, 14px);
  --hero-text-clr: #747474;
  --hero-bg-clr: #747474;
  --nav-bg: #747474;
  --nav-shadow: 1px 2px 7px rgba(61, 61, 61, 0.25);
  --nav-sticky-bg: #747474;
  --nav-sticky-shadow: 1px 2px 7px rgba(61, 61, 61, 0.25);
  /* Sizing */
  --nav-container-width: 100%;
  --nav-height-desktop: 130px;
  --nav-height-mobile: 100px;
  --nav-height-sticky: 100px;
  /* Logo */
  --logo-max-width: 320px;
  --logo-max-width-sticky: 90%;
  --mobile-logo-max-width: 250px;
  /* Surfaces & shadows */
  --nav-bg-clr: #747474;
  --nav-shadow: 1px 2px 7px rgba(61, 61, 61, 0.25);
  --nav-sticky-bg: #747474;
  --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: #2BB6B7;
  --nav-link-active-clr: #2BB6B7;
  --nav-link-fs: clamp(15px, 2.3333vw, 16px);
  --nav-link-weight: 700;
  /* Links (TRANSPARENT) */
  --nav-transparent-link-clr: #ffffff;
  --nav-transparent-link-hover-clr: #2BB6B7;
  --nav-transparent-link-active-clr: #2BB6B7;
  --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: #2BB6B7;
  --hamburger-background-active-color:#2BB6B7;
  /* NAV CTA – STANDARD (filled) */
  --nav-cta-bg: #191919;
  --nav-cta-text: #ffffff;
  --nav-cta-border: #191919;
  --nav-cta-bg-hover: #2BB6B7;
  --nav-cta-text-hover: #191919;
  --nav-cta-border-hover: #2BB6B7;
  /* 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: #747474;
  --mobile-nav-link-clr: #ffffff;
  --mobile-nav-link-hover-clr: #2BB6B7;
  --mobile-nav-link-current-clr: #2BB6B7;
  /* 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: #747474;
  --footer-top-link-clr: #747474;
  --footer-top-link-hover-clr: #2BB6B7;
  --footer-top-fs: clamp(12px, 2.333vw, 13px);
  --footer-top-bg-clr: #F4F4F4;
  --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: #2BB6B7;
  --footer-social-link-clr: #ffffff;
  --footer-social-link-hover-clr: #2BB6B7;
  --footer-social-link-fs: 30px;
  --footer-bottom-clr: #A7A7A7;
  --footer-bottom-link-clr: #A7A7A7;
  --footer-bottom-fs: clamp(14px, 2.33333vw, 15px);
  --footer-bottom-bg-clr: #747474;
  --footer-bottom-link-clr: #A7A7A7;
  --footer-bottom-link-hover-clr: #2BB6B7;
  --accordion-title-clr: $dark;
  --accordion-title-fs: clamp(16px, 2.3333vw, 18px);
  --accordion-icon-clr: $dark;
  --accordion-active-title-clr: #747474;
  --accordion-active-icon-clr: #747474;
  --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: #747474;
  --btn-primary-text: #ffffff;
  --btn-primary-border: #747474;
  --btn-primary-bg-hover: transparent;
  --btn-primary-text-hover: #747474;
  --btn-primary-border-hover: #747474;
  --btn-secondary-bg: #2BB6B7;
  --btn-secondary-text: #191919;
  --btn-secondary-border: #2BB6B7;
  --btn-secondary-bg-hover: #747474;
  --btn-secondary-text-hover: #ffffff;
  --btn-secondary-border-hover: #747474;
  --btn-outline-bg: transparent;
  --btn-outline-text: #747474;
  --btn-outline-border: #747474;
  --btn-outline-bg-hover: #747474;
  --btn-outline-text-hover: #ffffff;
  --btn-outline-border-hover: #747474;
  --html-selection-bg-clr: #2BB6B7;
  --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);
}

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

.text-columns {
  column-count: 1;
  column-gap: 2.5rem;
}

@media (min-width: 992px) {
  .text-columns {
    column-count: 2;
  }
}
.dsb-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);
}

.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;
  margin-top: 1.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;
  }
}
.dsb-map-wrapper {
  position: relative;
  padding: 15px;
}

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

.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-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
}

p.hero-pretitle {
  color: var(--akzent-clr) !important;
  text-transform: uppercase;
  font-size: 17px !important;
  letter-spacing: 0.1em;
}

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

.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) 0%, rgba(0, 0, 0, 0.15) 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: 992px) {
  .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 2rem;
  }
  .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;
  }
}
.main-nav .nav-menu > li.nav-cta {
  margin-left: 3rem;
}

.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;
  }
}
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: 210px;
}

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

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

section#hero-startseite .hero-pretitle {
  color: var(--akzent-clr);
}

section#map {
  background-color: var(--primary-clr);
  padding-top: 60px;
  padding-bottom: 60px;
}

#experts-about {
  background-color: #f4f4f4;
  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(--akzent-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;
}

/** Default Theme Card Style */
.card {
  border-radius: 10px;
  box-shadow: unset;
  background: #ffffff;
}
.card .card-content .card-title {
  font-weight: 600;
  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;
}

.footer-bottom-row{
  display: flex;
  align-items: center;
  gap: 12px;         
  flex-wrap: wrap;   
}

.footer-credit{
  margin: 0;          
  white-space: nowrap;
}

@media (min-width: 992px) {
    #experts-persons .expert-person-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

span.website-by {
    display: none !important;
}
