@font-face {
  font-display: block;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lexend-v23-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lexend-v23-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v21-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v21-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v21-latin-700.woff2") format("woff2");
}
:root {
  --sideSpacing: 7.2vw;
  --fontSize13: 0.8125rem;
  --fontSize14: 0.875rem;
  --fontSize15: 0.9375rem;
  --fontSize16: 1rem;
  --fontSize17: 1.0625rem;
  --fontSize18: 1.125rem;
  --fontSize20: 1.25rem;
  --fontSize22: 1.375rem;
  --fontSize23: 1.4375rem;
  --fontSize24: 1.5rem;
  --fontSize25: 1.5625rem;
  --fontSize28: 1.75rem;
  --fontSize29: 1.8125rem;
  --fontSize32: 2rem;
  --fontSize33: 2.0625rem;
  --fontSize35: 2.1875rem;
  --fontSize48: 3rem;
  --fontSize60: 3.75rem;
  --fontSize64: 4rem;
  --fontSize65: 4.0625rem;
  --fontSize73: 4.5625rem;
  --fontSize96: 6rem;
  --headerHeight: 8rem;
  --colorWhite: #FFF;
  --colorYellow: #FFA700;
  --colorBlack: #262523;
  --colorGreyMedium: #8F8F8F;
  --colorGreyBlueLight: #EAEEF5;
  --colorGreen: #40838E;
  --colorGreenLight: #ACC6CA;
  --colorBrown: #503131;
}
@media only screen and (max-width: 768px) {
  :root {
    --sideSpacing: 5.4vw;
    --headerHeight: 5.2rem;
  }
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

*:focus:not(:focus-visible) {
  outline: 0;
}

html, body {
  scrollbar-gutter: stable;
}

html:not(.wp-toolbar) {
  font-size: 15px;
}
@media only screen and (max-width: 1790px) {
  html:not(.wp-toolbar) {
    font-size: 0.84vw;
  }
}
@media only screen and (max-width: 768px) {
  html:not(.wp-toolbar) {
    font-size: 4.06vw;
  }
}

body:not(.wp-admin) {
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--fontSize18);
  line-height: 1.5625;
  font-family: "Poppins";
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body:not(.wp-admin) {
    font-size: var(--fontSize14);
    line-height: 1.5;
  }
}

.preview_check {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 999999;
}

body:not(.wp-admin) .preview {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0.6rem;
  height: auto;
  z-index: 999999;
  pointer-events: none;
  opacity: 0.4;
  display: block;
}

.preview_check:checked + .preview {
  display: none;
}

img {
  border: 0;
}

.acfe-flexible-placeholder .innerwrapper,
body.frontend .innerwrapper {
  width: calc(100% - var(--sideSpacing) * 2);
  margin: 0 auto;
  max-width: 1532px;
}
.acfe-flexible-placeholder header,
body.frontend header {
  --headerColor: var(--colorWhite);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: var(--colorWhite);
  transition: background-color 200ms ease-out;
}
.acfe-flexible-placeholder header + .section__default-text,
body.frontend header + .section__default-text {
  padding-top: calc(var(--headerHeight) + 3rem);
}
.acfe-flexible-placeholder header.fixed, .acfe-flexible-placeholder header:has(+ .section__default-text), .acfe-flexible-placeholder header:has(+ footer), .acfe-flexible-placeholder header:has(nav.is-active),
body.frontend header.fixed,
body.frontend header:has(+ .section__default-text),
body.frontend header:has(+ footer),
body.frontend header:has(nav.is-active) {
  --headerColor: var(--colorBlack);
  background-color: var(--colorWhite);
}
.acfe-flexible-placeholder header.fixed .innerwrapper nav ul li.menu-item-has-children > a:after, .acfe-flexible-placeholder header:has(+ .section__default-text) .innerwrapper nav ul li.menu-item-has-children > a:after, .acfe-flexible-placeholder header:has(+ footer) .innerwrapper nav ul li.menu-item-has-children > a:after, .acfe-flexible-placeholder header:has(nav.is-active) .innerwrapper nav ul li.menu-item-has-children > a:after,
body.frontend header.fixed .innerwrapper nav ul li.menu-item-has-children > a:after,
body.frontend header:has(+ .section__default-text) .innerwrapper nav ul li.menu-item-has-children > a:after,
body.frontend header:has(+ footer) .innerwrapper nav ul li.menu-item-has-children > a:after,
body.frontend header:has(nav.is-active) .innerwrapper nav ul li.menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6.443' height='3.864' viewBox='0 0 6.443 3.864'><path fill='%23262523' d='m.059.497.036.042L2.833 3.69a.509.509 0 0 0 .387.173.516.516 0 0 0 .387-.173L6.342.55l.051-.057a.311.311 0 0 0 .054-.175A.326.326 0 0 0 6.113 0H.339a.326.326 0 0 0-.334.318.307.307 0 0 0 .054.179Z' /></svg>");
}
.acfe-flexible-placeholder header.fixed,
body.frontend header.fixed {
  box-shadow: 0 0.35rem 1.25rem rgba(38, 37, 35, 0.12);
}
.acfe-flexible-placeholder header .innerwrapper,
body.frontend header .innerwrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: var(--headerHeight);
  gap: 0 1.2rem;
  color: var(--headerColor);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper,
  body.frontend header .innerwrapper {
    grid-template-columns: 1fr auto auto;
  }
}
.acfe-flexible-placeholder header .innerwrapper .logo,
body.frontend header .innerwrapper .logo {
  width: 18.845rem;
  font-size: 0;
  line-height: 0;
  display: block;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper .logo,
  body.frontend header .innerwrapper .logo {
    width: 11.25rem;
    margin-right: auto;
  }
}
.acfe-flexible-placeholder header .innerwrapper .logo svg,
body.frontend header .innerwrapper .logo svg {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder header .innerwrapper .logo svg g[fill="#fff"],
body.frontend header .innerwrapper .logo svg g[fill="#fff"] {
  fill: var(--headerColor);
}
.acfe-flexible-placeholder header .innerwrapper nav,
body.frontend header .innerwrapper nav {
  font-size: var(--fontSize16);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav,
  body.frontend header .innerwrapper nav {
    position: fixed;
    height: calc(100dvh - var(--headerHeight));
    left: 0;
    top: var(--headerHeight);
    width: 100%;
    background-color: var(--colorWhite);
    color: var(--colorBlack);
    font-size: var(--fontSize16);
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
  }
  .acfe-flexible-placeholder header .innerwrapper nav.is-active,
  body.frontend header .innerwrapper nav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.acfe-flexible-placeholder header .innerwrapper nav ul,
.acfe-flexible-placeholder header .innerwrapper nav li,
body.frontend header .innerwrapper nav ul,
body.frontend header .innerwrapper nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder header .innerwrapper nav > ul,
body.frontend header .innerwrapper nav > ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul,
  body.frontend header .innerwrapper nav > ul {
    flex-direction: column;
  }
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li,
body.frontend header .innerwrapper nav > ul > li {
  padding: 0 0.75rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li,
  body.frontend header .innerwrapper nav > ul > li {
    padding: 0;
  }
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li:first-child,
body.frontend header .innerwrapper nav > ul > li:first-child {
  padding-left: 0;
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li:last-child,
body.frontend header .innerwrapper nav > ul > li:last-child {
  padding-right: 0;
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li a,
body.frontend header .innerwrapper nav > ul > li a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li a,
  body.frontend header .innerwrapper nav > ul > li a {
    display: block;
    padding: 1rem 1.3rem;
  }
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li.menu-item-has-children > a,
body.frontend header .innerwrapper nav > ul > li.menu-item-has-children > a {
  padding-right: 0.8em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li.menu-item-has-children > a,
  body.frontend header .innerwrapper nav > ul > li.menu-item-has-children > a {
    padding-right: 1.3rem;
    pointer-events: none;
  }
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li.menu-item-has-children > a:after,
body.frontend header .innerwrapper nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6.443' height='3.864' viewBox='0 0 6.443 3.864'><path fill='%23fff' d='m.059.497.036.042L2.833 3.69a.509.509 0 0 0 .387.173.516.516 0 0 0 .387-.173L6.342.55l.051-.057a.311.311 0 0 0 .054-.175A.326.326 0 0 0 6.113 0H.339a.326.326 0 0 0-.334.318.307.307 0 0 0 .054.179Z' /></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: 0.5em;
  height: 0.35em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li.menu-item-has-children > a:after,
  body.frontend header .innerwrapper nav > ul > li.menu-item-has-children > a:after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6.443' height='3.864' viewBox='0 0 6.443 3.864'><path fill='%23262523' d='m.059.497.036.042L2.833 3.69a.509.509 0 0 0 .387.173.516.516 0 0 0 .387-.173L6.342.55l.051-.057a.311.311 0 0 0 .054-.175A.326.326 0 0 0 6.113 0H.339a.326.326 0 0 0-.334.318.307.307 0 0 0 .054.179Z' /></svg>");
    right: 1.3em;
  }
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li.menu-item-has-children.is-active > a,
  body.frontend header .innerwrapper nav > ul > li.menu-item-has-children.is-active > a {
    color: var(--colorWhite);
    background-color: var(--colorGreen);
  }
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li.menu-item-has-children.is-active > a:after,
  body.frontend header .innerwrapper nav > ul > li.menu-item-has-children.is-active > a:after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' style='transform: rotate(180deg);' width='6.443' height='3.864' viewBox='0 0 6.443 3.864'><path fill='%23FFF' d='m.059.497.036.042L2.833 3.69a.509.509 0 0 0 .387.173.516.516 0 0 0 .387-.173L6.342.55l.051-.057a.311.311 0 0 0 .054-.175A.326.326 0 0 0 6.113 0H.339a.326.326 0 0 0-.334.318.307.307 0 0 0 .054.179Z' /></svg>");
  }
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul,
body.frontend header .innerwrapper nav > ul > li > ul {
  position: absolute;
  width: 18.9rem;
  padding-top: 2.1rem;
  left: 1rem;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul,
  body.frontend header .innerwrapper nav > ul > li > ul {
    position: relative;
    pointer-events: auto;
    width: 100%;
    opacity: 1;
    left: auto;
    padding-top: 0;
    display: none;
    background-color: var(--colorGreyBlueLight);
  }
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul > li,
body.frontend header .innerwrapper nav > ul > li > ul > li {
  position: static;
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul > li > a,
body.frontend header .innerwrapper nav > ul > li > ul > li > a {
  display: block;
  background-color: var(--colorWhite);
  color: var(--colorBlack);
  padding: 0.93rem 1.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul > li > a,
  body.frontend header .innerwrapper nav > ul > li > ul > li > a {
    background-color: var(--colorGreyBlueLight);
  }
}
@media (hover: hover) {
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul > li:hover > a,
  body.frontend header .innerwrapper nav > ul > li > ul > li:hover > a {
    background-color: var(--colorGreen);
    color: var(--colorWhite);
  }
  .acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul > li:hover > ul,
  body.frontend header .innerwrapper nav > ul > li > ul > li:hover > ul {
    opacity: 1;
    pointer-events: auto;
  }
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul > li > ul,
body.frontend header .innerwrapper nav > ul > li > ul > li > ul {
  position: absolute;
  width: 19.6rem;
  padding-top: 2.1rem;
  left: 100%;
  top: 0;
  padding-left: 0.7rem;
  opacity: 0;
  pointer-events: none;
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul > li > ul > li > a,
body.frontend header .innerwrapper nav > ul > li > ul > li > ul > li > a {
  display: block;
  background-color: var(--colorGreyBlueLight);
  color: var(--colorBlack);
  padding: 0.93rem 1.3rem;
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li > ul > li > ul > li:hover > a,
body.frontend header .innerwrapper nav > ul > li > ul > li > ul > li:hover > a {
  background-color: var(--colorWhite);
}
.acfe-flexible-placeholder header .innerwrapper nav > ul > li:hover > ul,
body.frontend header .innerwrapper nav > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.acfe-flexible-placeholder header .innerwrapper > .cta__button,
body.frontend header .innerwrapper > .cta__button {
  --buttonColor: var(--headerColor);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper > .cta__button,
  body.frontend header .innerwrapper > .cta__button {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    padding: 0;
    order: 1;
  }
  .acfe-flexible-placeholder header .innerwrapper > .cta__button.filled,
  body.frontend header .innerwrapper > .cta__button.filled {
    order: 0;
  }
  .acfe-flexible-placeholder header .innerwrapper > .cta__button svg,
  body.frontend header .innerwrapper > .cta__button svg {
    --size: 1.1rem;
  }
  .acfe-flexible-placeholder header .innerwrapper > .cta__button > span,
  body.frontend header .innerwrapper > .cta__button > span {
    display: none;
  }
}
.acfe-flexible-placeholder header .innerwrapper .hamburger,
body.frontend header .innerwrapper .hamburger {
  display: none;
  position: relative;
}
.acfe-flexible-placeholder header .innerwrapper .hamburger svg,
body.frontend header .innerwrapper .hamburger svg {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder header .innerwrapper .hamburger svg path,
body.frontend header .innerwrapper .hamburger svg path {
  stroke: var(--headerColor);
}
.acfe-flexible-placeholder header .innerwrapper .hamburger .close,
body.frontend header .innerwrapper .hamburger .close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.acfe-flexible-placeholder header .innerwrapper .hamburger.is-active .close,
body.frontend header .innerwrapper .hamburger.is-active .close {
  opacity: 1;
}
.acfe-flexible-placeholder header .innerwrapper .hamburger.is-active svg:not(.close),
body.frontend header .innerwrapper .hamburger.is-active svg:not(.close) {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper .hamburger,
  body.frontend header .innerwrapper .hamburger {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 1.5625rem;
    order: 2;
  }
  .acfe-flexible-placeholder header .innerwrapper .hamburger svg,
  body.frontend header .innerwrapper .hamburger svg {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder section,
  body.frontend section {
    overflow: clip;
  }
}
.acfe-flexible-placeholder .section__start,
body.frontend .section__start {
  position: relative;
  width: 100%;
  background-color: #387d8a;
  display: grid;
  grid-template-columns: 100%;
  padding-bottom: 9rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='1078' viewBox='0 0 800 1078'><defs><clipPath id='a'><path fill='%23fff' stroke='%23707070' d='M0 0h800v1078H0z' data-name='Rechteck 202'/></clipPath></defs><g clip-path='url(%23a)' data-name='Gruppe maskieren 8'><g fill='%23f4f8fc' data-name='Layer 2' opacity='.067'><path d='m-118.124 909.937 2.499-47.365 590.041 31.13-2.499 47.364z' data-name='Rechteck 1'/><path d='m-123.465 787.212 589.826-61.785 4.941 47.173-589.826 61.785z' data-name='Rechteck 2'/><path d='m-139.988 713.557 572.123-153.086 12.26 45.82-572.123 153.085z' data-name='Rechteck 3'/><path d='M-378.756 432.517-82.485-80.624-41.41-56.91l-296.27 513.142z' data-name='Rechteck 4'/><path d='m-448.02 402.341 212.316-551.786 44.253 17.028-212.316 551.786z' data-name='Rechteck 5'/><path d='m-521.488 383.82 123.041-577.872 46.391 9.878-123.04 577.872z' data-name='Rechteck 6'/><path d='m-597.113 377.662 31.131-590.078 47.365 2.499-31.13 590.078z' data-name='Rechteck 7'/><path d='m-734.253-204.346 47.173-4.941 61.75 589.5-47.172 4.94z' data-name='Rechteck 8'/><path d='m-899.204-170.029 45.82-12.26 153.246 572.723-45.82 12.26z' data-name='Rechteck 9'/><path d='m-1056.782-110.338 43.352-19.257 240.142 540.615-43.352 19.257z' data-name='Rechteck 10'/><path d='m-1203.09-26.794 39.795-25.802 322.085 496.745-39.795 25.802z' data-name='Rechteck 11'/><path d='m-1334.491 78.674 35.26-31.725 396.846 441.053-35.259 31.725z' data-name='Rechteck 12'/><path d='m-1447.797 203.376 29.882-36.854 460.262 373.186-29.881 36.854z' data-name='Rechteck 13'/><path d='m-1540.158 344.328 23.715-41.075 512.763 296.052-23.716 41.075z' data-name='Rechteck 14'/><path d='m-1609.374 497.936 17.028-44.253 551.717 212.29-17.028 44.253z' data-name='Rechteck 15'/><path d='m-1653.726 660.475 9.878-46.391 579.122 123.307-9.878 46.392z' data-name='Rechteck 16'/><path d='m-1672.065 827.951 2.499-47.365 591.354 31.198-2.498 47.366z' data-name='Rechteck 17'/><path d='m-1668.957 949.091 587.175-61.507 4.942 47.173-587.176 61.507z' data-name='Rechteck 18'/><path d='m-1641.961 1115.434 571.453-152.906 12.26 45.819-571.453 152.906z' data-name='Rechteck 19'/><path d='m-1589.286 1275.448 540.182-239.95 19.257 43.352-540.182 239.95z' data-name='Rechteck 20'/><path d='m-1512.234 1425.285 495.55-321.31 25.802 39.795-495.55 321.31z' data-name='Rechteck 21'/><path d='m-1412.68 1561.202 439.777-395.7 31.726 35.26-439.778 395.7z' data-name='Rechteck 22'/><path d='m-1293.102 1679.959 373.118-460.178 36.853 29.881-373.117 460.179z' data-name='Rechteck 23'/><path d='m-1156.434 1778.458 295.468-511.75 41.075 23.715-295.468 511.75z' data-name='Rechteck 24'/><path d='m-1006.003 1854.369 212.356-551.888 44.253 17.028-212.356 551.888z' data-name='Rechteck 25'/><path d='m-845.596 1905.893 123.452-579.8 46.391 9.877-123.452 579.8z' data-name='Rechteck 26'/><path d='m-679.095 1931.565 31.197-591.319 47.365 2.5-31.197 591.318z' data-name='Rechteck 27'/><path d='m-572.309 1341.734 47.173-4.941 61.72 589.209-47.173 4.941z' data-name='Rechteck 28'/><path d='m-497.376 1331.717 45.82-12.26 153.123 572.264-45.82 12.26z' data-name='Rechteck 29'/><path d='m-424.887 1310.258 43.352-19.257 240.424 541.25-43.352 19.257z' data-name='Rechteck 30'/><path d='m-356.753 1277.428 39.795-25.802L5.226 1748.523l-39.795 25.803z' data-name='Rechteck 31'/><path d='m-239.196 1182.698 29.882-36.854 459.554 372.612-29.882 36.854z' data-name='Rechteck 33'/><path d='m-194.681 1121.725 23.715-41.075 513.584 296.526-23.715 41.076z' data-name='Rechteck 34'/><path d='m-157.467 1055.783 17.028-44.253 551.956 212.382-17.028 44.253z' data-name='Rechteck 35'/><path d='m-132.367 984.402 9.878-46.391 578.55 123.186-9.877 46.39z' data-name='Rechteck 36'/></g></g></svg>");
  background-repeat: no-repeat;
  background-size: 50rem auto;
  background-position: left calc(100% + 1rem);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1911' height='3065' preserveAspectRatio='none' viewBox='0 0 1911 3065'><path fill='%23000' fill-rule='evenodd' d='M1911 0v2849h-.5c-811.363 0-1521.224 86.388-1909.515 215.418L1 0h1910Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1911' height='3065' preserveAspectRatio='none' viewBox='0 0 1911 3065'><path fill='%23000' fill-rule='evenodd' d='M1911 0v2849h-.5c-811.363 0-1521.224 86.388-1909.515 215.418L1 0h1910Z'/></svg>");
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  overflow: clip;
  margin-bottom: 0.9rem;
  max-height: 66rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start,
  body.frontend .section__start {
    -webkit-mask-image: none;
            mask-image: none;
    background-size: 36rem auto;
    background-position: -8rem calc(100% - 19rem);
    padding-bottom: 0;
    margin-bottom: 2.9rem;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper,
body.frontend .section__start .innerwrapper {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding-top: calc(var(--headerHeight) + 2rem);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper,
  body.frontend .section__start .innerwrapper {
    grid-column: unset;
    grid-row: unset;
    padding-top: calc(var(--headerHeight) + 2rem);
    padding-bottom: 2rem;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .phone-info,
body.frontend .section__start .innerwrapper .phone-info {
  background-color: var(--colorYellow);
  font-size: var(--fontSize22);
  color: var(--colorBlack);
  padding: 0.75em 1.5em;
  border-radius: 3rem;
  z-index: 9999999;
  grid-column: 1/4;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .phone-info,
  body.frontend .section__start .innerwrapper .phone-info {
    font-size: var(--fontSize16);
    grid-column: 1/3;
    text-align: center;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content,
body.frontend .section__start .innerwrapper .content {
  color: var(--colorWhite);
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 1rem 1.9rem;
  margin-top: 5rem;
  margin-bottom: auto;
  opacity: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content,
  body.frontend .section__start .innerwrapper .content {
    grid-template-columns: auto auto;
    gap: 1.2rem 1rem;
    grid-template-rows: auto auto auto 1fr;
    margin-top: 0;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content h1,
body.frontend .section__start .innerwrapper .content h1 {
  grid-column: 1/4;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content h1,
  body.frontend .section__start .innerwrapper .content h1 {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-bottom: 1rem;
  }
  .acfe-flexible-placeholder .section__start .innerwrapper .content h1 br,
  body.frontend .section__start .innerwrapper .content h1 br {
    display: none;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .arzt_small,
body.frontend .section__start .innerwrapper .content .arzt_small {
  margin: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .arzt_small,
  body.frontend .section__start .innerwrapper .content .arzt_small {
    margin: 0;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .arzt_small:nth-child(2),
body.frontend .section__start .innerwrapper .content .arzt_small:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .arzt_small:nth-child(2),
  body.frontend .section__start .innerwrapper .content .arzt_small:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .arzt_small:nth-child(3),
body.frontend .section__start .innerwrapper .content .arzt_small:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .arzt_small:nth-child(3),
  body.frontend .section__start .innerwrapper .content .arzt_small:nth-child(3) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button,
body.frontend .section__start .innerwrapper .content .cta__button {
  --buttonColor: var(--colorWhite);
  margin-bottom: auto;
  margin-right: auto;
  max-width: none;
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button svg,
body.frontend .section__start .innerwrapper .content .cta__button svg {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button,
  body.frontend .section__start .innerwrapper .content .cta__button {
    margin-top: 0;
    width: 20rem;
    justify-content: flex-start;
  }
  .acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button span,
  body.frontend .section__start .innerwrapper .content .cta__button span {
    white-space: pre-wrap;
    line-height: 1.34;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button:nth-child(5),
body.frontend .section__start .innerwrapper .content .cta__button:nth-child(5) {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button:nth-child(5),
  body.frontend .section__start .innerwrapper .content .cta__button:nth-child(5) {
    grid-column: span 2;
    grid-row: unset;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button:nth-child(6),
body.frontend .section__start .innerwrapper .content .cta__button:nth-child(6) {
  grid-column: 1/3;
  grid-row: 4/5;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button:nth-child(6),
  body.frontend .section__start .innerwrapper .content .cta__button:nth-child(6) {
    grid-column: span 2;
    grid-row: unset;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button:nth-child(7),
body.frontend .section__start .innerwrapper .content .cta__button:nth-child(7) {
  grid-column: 1/2;
  grid-row: 5/6;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .cta__button:nth-child(7),
  body.frontend .section__start .innerwrapper .content .cta__button:nth-child(7) {
    grid-column: span 2;
    grid-row: unset;
    width: auto;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .google_reviews,
body.frontend .section__start .innerwrapper .content .google_reviews {
  margin-left: 3rem;
  margin-top: -2rem;
  grid-column: 3/4;
  grid-row: 2/4;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .google_reviews,
  body.frontend .section__start .innerwrapper .content .google_reviews {
    grid-column: 2/3;
    grid-row: 2/5;
    margin-top: -2.2rem;
    margin-left: auto;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .job_button,
body.frontend .section__start .innerwrapper .content .job_button {
  width: 11rem;
  height: auto;
  margin-left: 2rem;
  margin-top: -0.5rem;
  grid-column: 3/4;
  grid-row: 2/5;
  transform: rotate(-6deg);
  font-size: 0;
  line-height: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper .content .job_button,
  body.frontend .section__start .innerwrapper .content .job_button {
    grid-column: 2/3;
    grid-row: 2/5;
    margin-top: -1rem;
    margin-left: auto;
    width: 7rem;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper .content .job_button svg,
body.frontend .section__start .innerwrapper .content .job_button svg {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__start .start__video,
body.frontend .section__start .start__video {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 0;
  line-height: 0;
  margin-left: auto;
  width: calc(100% - 15rem);
  margin-right: -16rem;
  margin-top: -2.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .start__video,
  body.frontend .section__start .start__video {
    grid-column: unset;
    grid-row: unset;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
.acfe-flexible-placeholder .section__start .start__video:before,
body.frontend .section__start .start__video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 100%;
  background: linear-gradient(90deg, rgb(56, 125, 138) 0%, rgba(56, 125, 138, 0) 100%);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .start__video:before,
  body.frontend .section__start .start__video:before {
    display: none;
  }
}
.acfe-flexible-placeholder .section__start .start__video video,
body.frontend .section__start .start__video video {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .start__video video,
  body.frontend .section__start .start__video video {
    aspect-ratio: 10/8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.acfe-flexible-placeholder .section__subpage-top,
body.frontend .section__subpage-top {
  overflow: clip;
  padding-top: calc(var(--headerHeight) + 3rem);
  position: relative;
  margin-bottom: -7.7rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top,
  body.frontend .section__subpage-top {
    padding-top: calc(var(--headerHeight) + 0.5rem);
    margin-bottom: 2.3rem;
  }
}
.acfe-flexible-placeholder .section__subpage-top:before,
body.frontend .section__subpage-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 11rem);
  background-color: #387d8a;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1911' height='3065' preserveAspectRatio='none' viewBox='0 0 1911 3065'><path fill='%23000' fill-rule='evenodd' d='M1911 0v2849h-.5c-811.363 0-1521.224 86.388-1909.515 215.418L1 0h1910Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1911' height='3065' preserveAspectRatio='none' viewBox='0 0 1911 3065'><path fill='%23000' fill-rule='evenodd' d='M1911 0v2849h-.5c-811.363 0-1521.224 86.388-1909.515 215.418L1 0h1910Z'/></svg>");
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='669.097' height='857.957' opacity='0.067'><path fill='%23f4f8fc' d='m76.558 349.464 2.499-47.365 590.041 31.13-2.499 47.364z' /><path fill='%23f4f8fc' d='m71.216 226.74 589.826-61.785 4.941 47.173-589.826 61.785z' /><path fill='%23f4f8fc' d='M54.693 153.085 626.816-.001l12.26 45.82L66.953 198.903z' /><path fill='%23f4f8fc' d='m0 561.253 23.715-41.075L537.3 816.704l-23.715 41.076z' /><path fill='%23f4f8fc' d='m37.214 495.311 17.028-44.253L606.198 663.44l-17.028 44.253z' /><path fill='%23f4f8fc' d='m62.314 423.929 9.878-46.391 578.55 123.186-9.877 46.39z' /></svg>");
  background-repeat: no-repeat;
  background-size: 42rem auto;
  background-position: -14rem calc(100% + 10rem);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top:before,
  body.frontend .section__subpage-top:before {
    -webkit-mask-image: none;
            mask-image: none;
    height: calc(100% - 18rem);
    background-size: 26rem auto;
    background-position: -13rem calc(100% + 7rem);
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper,
body.frontend .section__subpage-top .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 40.8rem;
  grid-template-rows: auto 1fr;
  position: relative;
  z-index: 2;
  gap: 0 10rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper,
  body.frontend .section__subpage-top .innerwrapper {
    grid-template-columns: 100%;
    padding-bottom: 0;
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .breadcrumb,
body.frontend .section__subpage-top .innerwrapper .breadcrumb {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: var(--fontSize14);
  color: var(--colorGreenLight);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .breadcrumb,
  body.frontend .section__subpage-top .innerwrapper .breadcrumb {
    font-size: var(--fontSize13);
    grid-column: unset;
    grid-row: unset;
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .breadcrumb ul,
body.frontend .section__subpage-top .innerwrapper .breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: -0.15rem;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .breadcrumb ul li,
body.frontend .section__subpage-top .innerwrapper .breadcrumb ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .breadcrumb ul li a,
body.frontend .section__subpage-top .innerwrapper .breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .breadcrumb ul li:not(:last-child),
body.frontend .section__subpage-top .innerwrapper .breadcrumb ul li:not(:last-child) {
  display: flex;
  align-items: center;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .breadcrumb ul li:not(:last-child):after,
body.frontend .section__subpage-top .innerwrapper .breadcrumb ul li:not(:last-child):after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5.725' height='9.541'><path fill='%23acc6ca' d='M0 .578.617 0l5.107 4.771L.617 9.542 0 8.967l4.487-4.2Z' /></svg>");
  width: 0.5em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-size: 98% auto;
  margin: 0 0.65em;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .content,
body.frontend .section__subpage-top .innerwrapper .content {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: var(--fontSize20);
  color: var(--colorWhite);
  margin-top: 3rem;
  line-height: 1.55;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .content,
  body.frontend .section__subpage-top .innerwrapper .content {
    margin-top: 1rem;
    grid-column: unset;
    grid-row: unset;
    font-size: var(--fontSize15);
    line-height: 1.55;
  }
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .content p,
  body.frontend .section__subpage-top .innerwrapper .content p {
    max-width: none;
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .content a:not(.cta__button),
body.frontend .section__subpage-top .innerwrapper .content a:not(.cta__button) {
  color: inherit;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .content h1,
body.frontend .section__subpage-top .innerwrapper .content h1 {
  width: calc(100% + 2em);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .content h1,
  body.frontend .section__subpage-top .innerwrapper .content h1 {
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .content h1 br,
  body.frontend .section__subpage-top .innerwrapper .content h1 br {
    display: none;
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .content .button_wrapper,
body.frontend .section__subpage-top .innerwrapper .content .button_wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem 0;
  margin-top: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .content .button_wrapper,
  body.frontend .section__subpage-top .innerwrapper .content .button_wrapper {
    margin-top: 1.3rem;
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .content .button_wrapper .cta__button,
body.frontend .section__subpage-top .innerwrapper .content .button_wrapper .cta__button {
  --buttonColor: var(--colorWhite);
  max-width: none;
  margin-right: auto;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .content .button_wrapper .cta__button svg,
body.frontend .section__subpage-top .innerwrapper .content .button_wrapper .cta__button svg {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .content .button_wrapper .cta__button,
  body.frontend .section__subpage-top .innerwrapper .content .button_wrapper .cta__button {
    width: 20rem;
  }
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .content .button_wrapper .cta__button span,
  body.frontend .section__subpage-top .innerwrapper .content .button_wrapper .cta__button span {
    line-height: 1.34;
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .image__wrapper,
body.frontend .section__subpage-top .innerwrapper .image__wrapper {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-template-rows: 1fr auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .image__wrapper,
  body.frontend .section__subpage-top .innerwrapper .image__wrapper {
    grid-column: unset;
    grid-row: unset;
    margin-top: 3rem;
    grid-template-columns: 9.5rem 1fr;
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .image__wrapper .image,
body.frontend .section__subpage-top .innerwrapper .image__wrapper .image {
  grid-column: 1/3;
  grid-row: 1/3;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .image__wrapper .google_reviews,
body.frontend .section__subpage-top .innerwrapper .image__wrapper .google_reviews {
  --color: var(--colorBlack);
  grid-column: 1/2;
  grid-row: 2/3;
  margin: auto auto 1.8rem 2.8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__subpage-top .innerwrapper .image__wrapper .google_reviews,
  body.frontend .section__subpage-top .innerwrapper .image__wrapper .google_reviews {
    margin: auto auto 0rem 1rem;
  }
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .image,
body.frontend .section__subpage-top .innerwrapper .image {
  font-size: 0;
  line-height: 0;
}
.acfe-flexible-placeholder .section__subpage-top .innerwrapper .image img,
body.frontend .section__subpage-top .innerwrapper .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 656/828;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d1d1d1' d='M58.612 0C26.241 0 0 23.012 0 51.4v447.643c0 28.387 26.241 51.4 58.612 51.4h167.31c32.37 0 58.611 23.013 58.611 51.4V776.6c0 28.388 26.242 51.4 58.612 51.4h254.7c32.37 0 58.612-23.012 58.612-51.4V51.4c0-28.387-26.242-51.4-58.612-51.4Z' /></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d1d1d1' d='M58.612 0C26.241 0 0 23.012 0 51.4v447.643c0 28.387 26.241 51.4 58.612 51.4h167.31c32.37 0 58.611 23.013 58.611 51.4V776.6c0 28.388 26.242 51.4 58.612 51.4h254.7c32.37 0 58.612-23.012 58.612-51.4V51.4c0-28.387-26.242-51.4-58.612-51.4Z' /></svg>");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  overflow: clip;
}
.acfe-flexible-placeholder .slick-dots.hide-extra-dots li:nth-child(n+3),
body.frontend .slick-dots.hide-extra-dots li:nth-child(n+3) {
  display: none;
}
.acfe-flexible-placeholder .google_reviews,
body.frontend .google_reviews {
  --color: var(--colorWhite);
  border: 1px solid var(--color) !important;
  border-radius: 1rem;
  width: 11.8rem;
  height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .google_reviews,
  body.frontend .google_reviews {
    width: 7.7rem;
    height: 8.5rem;
    border-radius: 1.5rem;
  }
}
.acfe-flexible-placeholder .google_reviews > svg,
body.frontend .google_reviews > svg {
  width: 2.5625rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .google_reviews > svg,
  body.frontend .google_reviews > svg {
    width: 2rem;
  }
}
.acfe-flexible-placeholder .google_reviews .rpi,
.acfe-flexible-placeholder .google_reviews .rpi-badge-cnt,
.acfe-flexible-placeholder .google_reviews .rpi-badge,
.acfe-flexible-placeholder .google_reviews .rpi-badge-body,
.acfe-flexible-placeholder .google_reviews .rpi-info,
body.frontend .google_reviews .rpi,
body.frontend .google_reviews .rpi-badge-cnt,
body.frontend .google_reviews .rpi-badge,
body.frontend .google_reviews .rpi-badge-body,
body.frontend .google_reviews .rpi-info {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.acfe-flexible-placeholder .google_reviews .rpi-badge-line,
.acfe-flexible-placeholder .google_reviews .rpi-name,
body.frontend .google_reviews .rpi-badge-line,
body.frontend .google_reviews .rpi-name {
  display: none !important;
}
.acfe-flexible-placeholder .google_reviews .rpi-badge-body,
.acfe-flexible-placeholder .google_reviews .rpi-info,
body.frontend .google_reviews .rpi-badge-body,
body.frontend .google_reviews .rpi-info {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.acfe-flexible-placeholder .google_reviews .rpi-logo-google,
body.frontend .google_reviews .rpi-logo-google {
  width: 3rem !important;
  height: 3rem !important;
  margin: 0 0 0.4rem !important;
  flex: 0 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .google_reviews .rpi-logo-google,
  body.frontend .google_reviews .rpi-logo-google {
    width: 2rem !important;
    height: 2rem !important;
    margin-bottom: 0.25rem !important;
  }
}
.acfe-flexible-placeholder .google_reviews .rpi-logo-google:before,
body.frontend .google_reviews .rpi-logo-google:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.acfe-flexible-placeholder .google_reviews .rpi-stars,
body.frontend .google_reviews .rpi-stars {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 0 1.75rem !important;
  color: var(--color) !important;
  font-size: var(--fontSize60) !important;
  font-weight: 700 !important;
  line-height: 0.9 !important;
  text-align: center !important;
}
.acfe-flexible-placeholder .google_reviews .rpi-stars::before, .acfe-flexible-placeholder .google_reviews .rpi-stars::after,
body.frontend .google_reviews .rpi-stars::before,
body.frontend .google_reviews .rpi-stars::after {
  position: absolute !important;
  top: auto !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 6.25rem !important;
  height: 1.125rem !important;
  transform: translateX(-50%) !important;
  -webkit-mask-size: 20% 100% !important;
  mask-size: 20% 100% !important;
  -webkit-mask-repeat: repeat-x !important;
  mask-repeat: repeat-x !important;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .google_reviews .rpi-stars,
  body.frontend .google_reviews .rpi-stars {
    padding-bottom: 1.15rem !important;
    font-size: var(--fontSize33) !important;
  }
  .acfe-flexible-placeholder .google_reviews .rpi-stars::before, .acfe-flexible-placeholder .google_reviews .rpi-stars::after,
  body.frontend .google_reviews .rpi-stars::before,
  body.frontend .google_reviews .rpi-stars::after {
    width: 5rem !important;
    height: 0.9rem !important;
  }
}
.acfe-flexible-placeholder .google_reviews .rpi-based,
body.frontend .google_reviews .rpi-based {
  margin-top: 0.35rem !important;
  color: var(--color) !important;
  font-size: var(--fontSize16) !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .google_reviews .rpi-based,
  body.frontend .google_reviews .rpi-based {
    margin-top: 0.2rem !important;
    font-size: 0.6rem !important;
  }
}
.acfe-flexible-placeholder .google_reviews .wp-gr .wp-google-left,
.acfe-flexible-placeholder .google_reviews .wp-gr.wpac .wp-google-name,
.acfe-flexible-placeholder .google_reviews .wp-gr .wp-google-powered,
.acfe-flexible-placeholder .google_reviews .wp-gr .wp-google-wr,
body.frontend .google_reviews .wp-gr .wp-google-left,
body.frontend .google_reviews .wp-gr.wpac .wp-google-name,
body.frontend .google_reviews .wp-gr .wp-google-powered,
body.frontend .google_reviews .wp-gr .wp-google-wr {
  display: none !important;
}
.acfe-flexible-placeholder .google_reviews .wp-gr .wp-google-based,
body.frontend .google_reviews .wp-gr .wp-google-based {
  text-align: center !important;
  margin: 0 !important;
  color: var(--color) !important;
  font-size: var(--fontSize16) !important;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .google_reviews .wp-gr .wp-google-based,
  body.frontend .google_reviews .wp-gr .wp-google-based {
    font-size: 0.6rem !important;
  }
}
.acfe-flexible-placeholder .google_reviews .wp-google-right > div:not(.wp-google-name):not(.wp-google-powered):not(.wp-google-powered):not(.wp-google-wr),
body.frontend .google_reviews .wp-google-right > div:not(.wp-google-name):not(.wp-google-powered):not(.wp-google-powered):not(.wp-google-wr) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acfe-flexible-placeholder .google_reviews .wp-google-right > div:not(.wp-google-name):not(.wp-google-powered):not(.wp-google-powered):not(.wp-google-wr) .wp-google-rating,
body.frontend .google_reviews .wp-google-right > div:not(.wp-google-name):not(.wp-google-powered):not(.wp-google-powered):not(.wp-google-wr) .wp-google-rating {
  font-size: var(--fontSize60) !important;
  color: var(--color) !important;
  line-height: 1 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .google_reviews .wp-google-right > div:not(.wp-google-name):not(.wp-google-powered):not(.wp-google-powered):not(.wp-google-wr) .wp-google-rating,
  body.frontend .google_reviews .wp-google-right > div:not(.wp-google-name):not(.wp-google-powered):not(.wp-google-powered):not(.wp-google-wr) .wp-google-rating {
    font-size: var(--fontSize33) !important;
  }
}
.acfe-flexible-placeholder .google_reviews .wp-google-right .wp-google-stars .wp-stars,
body.frontend .google_reviews .wp-google-right .wp-google-stars .wp-stars {
  display: flex;
  gap: 0 0.2rem;
}
.acfe-flexible-placeholder .google_reviews .wp-google-right .wp-google-stars .wp-stars .wp-star,
body.frontend .google_reviews .wp-google-right .wp-google-stars .wp-stars .wp-star {
  padding: 0 0 0 0 !important;
  line-height: 1 !important;
}
.acfe-flexible-placeholder .google_reviews .wp-google-right .wp-google-stars .wp-stars .wp-star svg,
body.frontend .google_reviews .wp-google-right .wp-google-stars .wp-stars .wp-star svg {
  width: 1.3rem !important;
  height: 1.3rem !important;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .google_reviews .wp-google-right .wp-google-stars .wp-stars .wp-star svg,
  body.frontend .google_reviews .wp-google-right .wp-google-stars .wp-stars .wp-star svg {
    width: 1rem !important;
    height: 1rem !important;
  }
}
.acfe-flexible-placeholder .google_reviews .wp-gr,
body.frontend .google_reviews .wp-gr {
  padding-bottom: 0 !important;
}
.acfe-flexible-placeholder .arzt_small,
body.frontend .arzt_small {
  display: inline-grid;
  grid-template-columns: 5.7rem 1fr;
  gap: 0 0.8rem;
  font-size: var(--fontSize17);
  align-items: center;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .arzt_small,
  body.frontend .arzt_small {
    font-size: var(--fontSize13);
    grid-template-columns: 2.6rem 1fr;
  }
}
.acfe-flexible-placeholder .arzt_small img,
body.frontend .arzt_small img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acfe-flexible-placeholder .cta__button,
body.frontend .cta__button {
  --buttonColor: var(--colorBlack);
  display: inline-flex;
  font-size: 0;
  line-height: 1;
  border: 1px solid var(--buttonColor);
  color: var(--buttonColor);
  padding: 1.2rem 1.6rem 1.2rem 1.4rem;
  gap: 0 0.7rem;
  border-radius: 2rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  max-width: 14.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .cta__button,
  body.frontend .cta__button {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    gap: 0 0.4rem;
  }
}
.acfe-flexible-placeholder .cta__button span,
body.frontend .cta__button span {
  font-size: var(--fontSize16);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .cta__button span,
  body.frontend .cta__button span {
    font-size: var(--fontSize14);
    white-space: pre-wrap;
    line-height: 1.34;
  }
}
.acfe-flexible-placeholder .cta__button svg,
body.frontend .cta__button svg {
  --size: 1.3rem;
  width: var(--size);
  height: var(--size);
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.acfe-flexible-placeholder .cta__button svg path,
body.frontend .cta__button svg path {
  stroke: var(--buttonColor);
}
.acfe-flexible-placeholder .cta__button.filled,
body.frontend .cta__button.filled {
  --buttonColor: var(--colorBlack) !important;
  background-color: var(--colorYellow);
  border-color: var(--colorYellow);
  padding-inline: 2.15rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .cta__button.filled,
  body.frontend .cta__button.filled {
    padding-inline: 0.8rem;
  }
}
.acfe-flexible-placeholder .cta__button-more,
body.frontend .cta__button-more {
  display: inline-flex;
  background-color: var(--colorYellow);
  padding: 0.8rem 0.8rem 0.8rem 2rem;
  gap: 0 0.7rem;
  border-radius: 2rem;
  text-decoration: none;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  color: var(--colorBlack);
  min-width: 17.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .cta__button-more,
  body.frontend .cta__button-more {
    min-width: 14.5rem;
  }
}
.acfe-flexible-placeholder .cta__button-more:after,
body.frontend .cta__button-more:after {
  --size: 2em;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><g><circle cx='16' cy='16' r='16' fill='%23fff' /><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10.5 22.5 12-12m-12 0h12v12' /></g></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: var(--size);
  height: var(--size);
  margin-left: auto;
}
.acfe-flexible-placeholder h1,
body.frontend h1 {
  font-size: var(--fontSize73);
  font-family: "Lexend";
  margin: 0;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder h1,
  body.frontend h1 {
    font-size: var(--fontSize33);
    line-height: 1.244;
  }
}
.acfe-flexible-placeholder h2,
body.frontend h2 {
  font-size: var(--fontSize65);
  font-family: "Lexend";
  margin: 0;
  font-weight: 300;
  line-height: 1.246;
  letter-spacing: -0.005em;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder h2,
  body.frontend h2 {
    font-size: var(--fontSize28);
  }
}
.acfe-flexible-placeholder h3,
body.frontend h3 {
  font-size: var(--fontSize35);
  font-family: "Lexend";
  margin: 0;
  font-weight: 300;
  line-height: 1.246;
  letter-spacing: -0.005em;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder h3,
  body.frontend h3 {
    font-size: var(--fontSize24);
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser,
body.frontend .section__intro-small-teaser {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser,
  body.frontend .section__intro-small-teaser {
    overflow: hidden;
    margin-bottom: 4rem;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper,
body.frontend .section__intro-small-teaser .innerwrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper,
  body.frontend .section__intro-small-teaser .innerwrapper {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .content,
body.frontend .section__intro-small-teaser .innerwrapper .content {
  color: var(--colorGreyMedium);
  grid-column: 1/4;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .content,
  body.frontend .section__intro-small-teaser .innerwrapper .content {
    grid-column: unset;
    grid-row: unset;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .content h2 + p,
body.frontend .section__intro-small-teaser .innerwrapper .content h2 + p {
  margin-top: 0.7em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .content h2 + p,
  body.frontend .section__intro-small-teaser .innerwrapper .content h2 + p {
    margin-top: 1.2em;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .content p,
body.frontend .section__intro-small-teaser .innerwrapper .content p {
  max-width: 48em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .content p,
  body.frontend .section__intro-small-teaser .innerwrapper .content p {
    max-width: 25em;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .content p:last-child,
body.frontend .section__intro-small-teaser .innerwrapper .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper,
body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper {
  grid-column: 1/4;
  grid-row: 2/4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper {
    grid-column: unset;
    grid-row: unset;
    display: flex;
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing) + 16rem);
    margin-left: calc(var(--sideSpacing) * -1);
    margin-right: calc(var(--sideSpacing) * -1);
    margin-top: 1.5rem;
    margin-bottom: 2.7rem;
  }
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .slick-list,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .slick-list {
    padding-left: var(--sideSpacing);
    padding-bottom: 2.7rem;
  }
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .slick-slide,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .slick-slide {
    padding-right: var(--sideSpacing);
  }
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .slick-arrow.slick-prev,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .slick-arrow.slick-prev {
    display: none !important;
  }
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .slick-arrow.slick-next,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .slick-arrow.slick-next {
    top: calc(50% - 2rem);
    transform: translateY(-50%);
    left: 18.8rem;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser,
body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser {
  background-color: var(--colorWhite);
  border-radius: 2.25rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  padding: 3.25rem 2.9rem 2.3rem 2.9rem;
  color: var(--colorGreyMedium);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser {
    padding: 2.5rem 1.4rem 2.5rem 1.4rem;
    border-radius: 1.875rem;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser h3,
body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser h3 {
  font-size: var(--fontSize20);
  font-weight: 400;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.7em;
  margin: 0;
  margin-bottom: 1.3em;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser h3,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser h3 {
    font-size: var(--fontSize17);
    gap: 0 1em;
    margin-bottom: -0.2em;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser h3:before,
body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser h3:before {
  --size: 3em;
  content: attr(data-count);
  display: flex;
  width: var(--size);
  height: var(--size);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><path fill='%23ffa700' d='M0 30a30 30 0 1 1 30 30A30 30 0 0 1 0 30Z' style='isolation:isolate'/></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  justify-content: center;
  align-items: center;
  font-family: "Lexend";
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser h3:before,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser h3:before {
    --size: 3.3em;
    margin-top: 0.3rem;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser p:last-child,
body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser .arrow__button,
body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser .arrow__button {
  margin-top: 0.9em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser .arrow__button,
  body.frontend .section__intro-small-teaser .innerwrapper .teaser__wrapper .single__teaser .arrow__button {
    margin-top: 0.3em;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser,
body.frontend .section__intro-small-teaser .innerwrapper .team__teaser {
  grid-column: 2/3;
  grid-row: 3/4;
  height: 19.4rem;
  background-color: var(--colorYellow);
  border-radius: 2.25rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser,
  body.frontend .section__intro-small-teaser .innerwrapper .team__teaser {
    grid-column: unset;
    grid-row: unset;
    border-radius: 1.875rem;
    height: 19.1rem;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser img,
body.frontend .section__intro-small-teaser .innerwrapper .team__teaser img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.25rem 2.25rem 0 0;
  aspect-ratio: 462/138;
  object-fit: cover;
  -o-object-position: center 38%;
     object-position: center 38%;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser img,
  body.frontend .section__intro-small-teaser .innerwrapper .team__teaser img {
    border-radius: 1.25rem 1.25rem 0 0;
    aspect-ratio: 462/199;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser .content,
body.frontend .section__intro-small-teaser .innerwrapper .team__teaser .content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser .content,
  body.frontend .section__intro-small-teaser .innerwrapper .team__teaser .content {
    gap: 0.6rem 0;
    padding-bottom: 0;
    padding-top: 0.8rem;
    align-items: flex-end;
    padding-inline: 2.4rem;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser .content h3,
body.frontend .section__intro-small-teaser .innerwrapper .team__teaser .content h3 {
  margin: 0;
  font-size: var(--fontSize35);
  color: var(--colorBlack);
  font-family: "Lexend";
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser .content h3,
  body.frontend .section__intro-small-teaser .innerwrapper .team__teaser .content h3 {
    font-size: var(--fontSize24);
    margin-inline: auto;
  }
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser .content h3 + p,
body.frontend .section__intro-small-teaser .innerwrapper .team__teaser .content h3 + p {
  margin-top: 0.5em;
}
.acfe-flexible-placeholder .section__intro-small-teaser .innerwrapper .team__teaser .arrow__button:after,
body.frontend .section__intro-small-teaser .innerwrapper .team__teaser .arrow__button:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><g><circle cx='16' cy='16' r='16' fill='%23fff' /><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10.5 22.5 12-12m-12 0h12v12' /></g></svg>");
}
.acfe-flexible-placeholder .arrow__button,
body.frontend .arrow__button {
  font-weight: 500;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  color: var(--colorBlack);
  text-decoration: none;
  gap: 0 0.7em;
  align-items: center;
}
.acfe-flexible-placeholder .arrow__button:after,
body.frontend .arrow__button:after {
  --size: 2em;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><g><circle cx='16' cy='16' r='16' fill='%23ffa700' /><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10.5 22.5 12-12m-12 0h12v12' /></g></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: var(--size);
  height: var(--size);
}
.acfe-flexible-placeholder .single__blue-teaser,
body.frontend .single__blue-teaser {
  background-color: var(--colorGreyBlueLight);
  border-radius: 2.25rem;
  padding: 2.6rem 2.5rem 2rem 4.5rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single__blue-teaser,
  body.frontend .single__blue-teaser {
    border-radius: 1.875rem;
    padding: 1.5rem 1.5rem 1.6rem 4.2rem;
  }
  .acfe-flexible-placeholder .single__blue-teaser p:last-child,
  body.frontend .single__blue-teaser p:last-child {
    margin-bottom: 0;
  }
}
.acfe-flexible-placeholder .single__blue-teaser h3,
body.frontend .single__blue-teaser h3 {
  font-weight: 400;
  margin: 0;
  font-size: var(--fontSize20);
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single__blue-teaser h3,
  body.frontend .single__blue-teaser h3 {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder .single__blue-teaser h3:before,
body.frontend .single__blue-teaser h3:before {
  --size: 1.4em;
  content: "";
  display: block;
  position: absolute;
  left: -2.3em;
  top: 0.3em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28.243' height='20.121' viewBox='0 0 28.243 20.121'><path fill='none' stroke='%23ffa700' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m26.121 2.121-16.5 16.5-7.5-7.5' /></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: var(--size);
  height: calc(var(--size) * 0.75);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single__blue-teaser h3:before,
  body.frontend .single__blue-teaser h3:before {
    --size: 1.7em;
    left: -2.7em;
  }
}
.acfe-flexible-placeholder .single__blue-teaser h3 + p,
body.frontend .single__blue-teaser h3 + p {
  margin-top: 0.5em;
}
.acfe-flexible-placeholder .single__blue-teaser.with-arrow h3:before,
body.frontend .single__blue-teaser.with-arrow h3:before {
  --size: 1.2em;
  left: -1.9em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25.243'><path fill='none' stroke='%23ffa700' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1.5 12.621h21M12 2.121l10.5 10.5-10.5 10.5' /></svg>");
  height: calc(var(--size) * 1);
  top: 0.15em;
}
.acfe-flexible-placeholder .single__image-teaser,
body.frontend .single__image-teaser {
  background-color: var(--colorWhite);
  border-radius: 2.25rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  overflow: clip;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single__image-teaser,
  body.frontend .single__image-teaser {
    border-radius: 1.875rem;
  }
}
.acfe-flexible-placeholder .single__image-teaser .image,
body.frontend .single__image-teaser .image {
  font-size: 0;
  line-height: 0;
}
.acfe-flexible-placeholder .single__image-teaser .image img,
body.frontend .single__image-teaser .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 506/298;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single__image-teaser .image img,
  body.frontend .single__image-teaser .image img {
    aspect-ratio: 506/352;
  }
}
.acfe-flexible-placeholder .single__image-teaser .content,
body.frontend .single__image-teaser .content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.6rem;
  color: var(--colorBlack);
  flex-direction: column;
  width: calc(100% - 4rem);
  margin-inline: auto;
  padding: 2rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single__image-teaser .content,
  body.frontend .single__image-teaser .content {
    min-height: auto;
    width: calc(100% - 3rem);
    padding: 1.8rem 0;
  }
}
.acfe-flexible-placeholder .single__image-teaser .content a,
body.frontend .single__image-teaser .content a {
  color: inherit;
}
.acfe-flexible-placeholder .single__image-teaser .content h4,
body.frontend .single__image-teaser .content h4 {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: var(--fontSize20);
  margin: 0;
  font-weight: 400;
  align-items: center;
  gap: 0 1.4rem;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single__image-teaser .content h4,
  body.frontend .single__image-teaser .content h4 {
    font-size: var(--fontSize17);
    text-align: left;
  }
}
.acfe-flexible-placeholder .single__image-teaser .content h4:before,
body.frontend .single__image-teaser .content h4:before {
  --size: 3em;
  content: attr(data-count);
  display: flex;
  width: var(--size);
  height: var(--size);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><path fill='%23ffa700' d='M0 30a30 30 0 1 1 30 30A30 30 0 0 1 0 30Z' style='isolation:isolate'/></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  justify-content: center;
  align-items: center;
  font-family: "Lexend";
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single__image-teaser .content h4:before,
  body.frontend .single__image-teaser .content h4:before {
    font-size: var(--fontSize13);
  }
}
.acfe-flexible-placeholder .section__big-teaser,
body.frontend .section__big-teaser {
  margin-bottom: 12.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser,
  body.frontend .section__big-teaser {
    margin-bottom: 4.9rem;
  }
}
.acfe-flexible-placeholder .section__big-teaser .innerwrapper,
body.frontend .section__big-teaser .innerwrapper {
  display: grid;
  grid-template-columns: 23.1rem 14.9rem 1fr;
  gap: 2.8rem 2.8rem;
  grid-template-rows: 34.2rem 1fr;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser .innerwrapper,
  body.frontend .section__big-teaser .innerwrapper {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 2rem 0;
  }
}
.acfe-flexible-placeholder .section__big-teaser .innerwrapper .image,
body.frontend .section__big-teaser .innerwrapper .image {
  font-size: 0;
  line-height: 0;
  grid-column: 1/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser .innerwrapper .image,
  body.frontend .section__big-teaser .innerwrapper .image {
    grid-column: unset;
    grid-row: unset;
    width: calc(100% - 3.3rem);
  }
}
.acfe-flexible-placeholder .section__big-teaser .innerwrapper .image img,
body.frontend .section__big-teaser .innerwrapper .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 656/828;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d8d8d8' d='M597.841 0c32.371 0 58.612 23.012 58.612 51.4v447.643c0 28.387-26.241 51.4-58.612 51.4h-167.31c-32.37 0-58.611 23.013-58.611 51.4V776.6c0 28.388-26.242 51.4-58.612 51.4H58.612C26.242 828 0 804.988 0 776.6V51.4C0 23.012 26.242 0 58.612 0Z' /></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d8d8d8' d='M597.841 0c32.371 0 58.612 23.012 58.612 51.4v447.643c0 28.387-26.241 51.4-58.612 51.4h-167.31c-32.37 0-58.611 23.013-58.611 51.4V776.6c0 28.388-26.242 51.4-58.612 51.4H58.612C26.242 828 0 804.988 0 776.6V51.4C0 23.012 26.242 0 58.612 0Z' /></svg>");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  overflow: clip;
}
.acfe-flexible-placeholder .section__big-teaser .innerwrapper .content,
body.frontend .section__big-teaser .innerwrapper .content {
  grid-column: 3/4;
  grid-row: 1/2;
  margin-left: 1.3rem;
  color: var(--colorGreyMedium);
  margin-block: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser .innerwrapper .content,
  body.frontend .section__big-teaser .innerwrapper .content {
    grid-column: unset;
    grid-row: unset;
    margin-left: 0;
  }
}
.acfe-flexible-placeholder .section__big-teaser .innerwrapper .content h2,
body.frontend .section__big-teaser .innerwrapper .content h2 {
  margin-bottom: 0.35em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser .innerwrapper .content h2,
  body.frontend .section__big-teaser .innerwrapper .content h2 {
    margin-bottom: 0.7em;
    max-width: 12em;
  }
}
.acfe-flexible-placeholder .section__big-teaser .innerwrapper .content .cta__button-more,
body.frontend .section__big-teaser .innerwrapper .content .cta__button-more {
  margin-top: 0.4rem;
}
.acfe-flexible-placeholder .section__big-teaser .innerwrapper .content p:last-child,
body.frontend .section__big-teaser .innerwrapper .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser .innerwrapper .content p,
  body.frontend .section__big-teaser .innerwrapper .content p {
    max-width: 25em;
  }
}
.acfe-flexible-placeholder .section__big-teaser .innerwrapper .teaser__wrapper,
body.frontend .section__big-teaser .innerwrapper .teaser__wrapper {
  grid-column: 2/4;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.9rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser .innerwrapper .teaser__wrapper,
  body.frontend .section__big-teaser .innerwrapper .teaser__wrapper {
    grid-column: unset;
    grid-row: unset;
    grid-template-columns: 100%;
    margin-top: -0.5rem;
    gap: 1.2rem 0;
  }
}
.acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper,
body.frontend .section__big-teaser.reversed .innerwrapper {
  grid-template-columns: 1fr 14.9rem 23.1rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper,
  body.frontend .section__big-teaser.reversed .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper .image,
body.frontend .section__big-teaser.reversed .innerwrapper .image {
  grid-column: 2/4;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper .image,
  body.frontend .section__big-teaser.reversed .innerwrapper .image {
    grid-column: unset;
    grid-row: unset;
    margin-left: auto;
  }
}
.acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper .image img,
body.frontend .section__big-teaser.reversed .innerwrapper .image img {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d1d1d1' d='M58.612 0C26.241 0 0 23.012 0 51.4v447.643c0 28.387 26.241 51.4 58.612 51.4h167.31c32.37 0 58.611 23.013 58.611 51.4V776.6c0 28.388 26.242 51.4 58.612 51.4h254.7c32.37 0 58.612-23.012 58.612-51.4V51.4c0-28.387-26.242-51.4-58.612-51.4Z' /></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d1d1d1' d='M58.612 0C26.241 0 0 23.012 0 51.4v447.643c0 28.387 26.241 51.4 58.612 51.4h167.31c32.37 0 58.611 23.013 58.611 51.4V776.6c0 28.388 26.242 51.4 58.612 51.4h254.7c32.37 0 58.612-23.012 58.612-51.4V51.4c0-28.387-26.242-51.4-58.612-51.4Z' /></svg>");
}
.acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper .content,
body.frontend .section__big-teaser.reversed .innerwrapper .content {
  grid-column: 1/2;
  margin-left: 0;
  margin-right: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper .content,
  body.frontend .section__big-teaser.reversed .innerwrapper .content {
    grid-column: unset;
    grid-row: unset;
  }
}
.acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper .teaser__wrapper,
body.frontend .section__big-teaser.reversed .innerwrapper .teaser__wrapper {
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__big-teaser.reversed .innerwrapper .teaser__wrapper,
  body.frontend .section__big-teaser.reversed .innerwrapper .teaser__wrapper {
    grid-column: unset;
    grid-row: unset;
  }
}
.acfe-flexible-placeholder .section__google-reviews,
body.frontend .section__google-reviews {
  margin-bottom: 7.6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews,
  body.frontend .section__google-reviews {
    margin-top: -1.5rem;
    margin-bottom: 4rem;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper,
body.frontend .section__google-reviews .innerwrapper {
  display: grid;
  grid-template-columns: 67rem 1fr;
  gap: 0 2.6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper,
  body.frontend .section__google-reviews .innerwrapper {
    grid-template-columns: 100%;
    gap: 4rem 0;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container,
body.frontend .section__google-reviews .innerwrapper .review__container {
  background-color: var(--colorGreyBlueLight);
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 2.25rem;
  padding: 4.4rem 3.9rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container,
  body.frontend .section__google-reviews .innerwrapper .review__container {
    border-radius: 1.875rem;
    min-height: none;
    padding: 1.5rem;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr {
  padding-bottom: 0 !important;
  overflow: clip !important;
  position: relative !important;
  padding-inline: 1.59375rem !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:before,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:before {
  content: "";
  display: block;
  background-color: var(--colorWhite) !important;
  border-radius: 2.25rem !important;
  position: absolute;
  left: 1.59375rem;
  width: calc(100% - 3.1875rem);
  height: calc(100% - 5.5rem);
  top: 5.5rem;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr[data-layout=slider] .grw-reviews,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr[data-layout=slider] .grw-reviews {
  margin: 0 !important;
  padding: 0 !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
  background-color: transparent !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .grw-controls .grw-btns,
body.frontend .section__google-reviews .innerwrapper .review__container .grw-controls .grw-btns {
  --size: 3.1875rem;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  display: block !important;
  border: 0 !important;
  text-indent: -9999px !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-size: 98% auto !important;
  background-position: center !important;
  width: var(--size) !important;
  height: var(--size) !important;
  position: absolute !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .grw-controls .grw-btns svg,
body.frontend .section__google-reviews .innerwrapper .review__container .grw-controls .grw-btns svg {
  display: none !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .grw-controls .grw-btns.grw-prev,
body.frontend .section__google-reviews .innerwrapper .review__container .grw-controls .grw-btns.grw-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='51' height='51'><path fill='%23d5ddeb' d='M25.5 0A25.5 25.5 0 1 0 51 25.5 25.5 25.5 0 0 0 25.5 0Z' opacity='.5'/><path d='M32 15.364 30.545 14 18.5 25.25 30.545 36.5 32 35.143 21.418 25.25Z' /></svg>") !important;
  transform: translateX(-50%);
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .grw-controls .grw-btns.grw-next,
body.frontend .section__google-reviews .innerwrapper .review__container .grw-controls .grw-btns.grw-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='51' height='51'><g><path fill='%23d5ddeb' d='M25.5 0A25.5 25.5 0 1 1 0 25.5 25.5 25.5 0 0 1 25.5 0Z' opacity='.5'/><path d='M19 15.364 20.455 14 32.5 25.25 20.455 36.5 19 35.143l10.582-9.893Z' /></g></svg>") !important;
  transform: translateX(50%);
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner {
  margin: 0 !important;
  padding: 0 2rem 4rem 2rem !important;
  display: flex !important;
  flex-direction: column !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner > svg,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner > svg {
  display: none !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left {
  line-height: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 1rem 0;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left .wp-google-time,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left .wp-google-time {
  display: none !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left img,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left img {
  --size: 11.2rem;
  margin: 0 !important;
  width: var(--size) !important;
  height: var(--size) !important;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left img,
  body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left img {
    --size: 5.2rem;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left a.wp-google-name,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-left a.wp-google-name {
  font-size: var(--fontSize20) !important;
  color: var(--colorBlack) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-stars,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-stars {
  margin: 0 auto !important;
  margin-top: 1rem !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-stars .wp-stars,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-stars .wp-stars {
  display: flex;
  gap: 0 0.2rem;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-stars .wp-stars .wp-star,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-stars .wp-stars .wp-star {
  padding: 0 0 0 0 !important;
  line-height: 1 !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-stars .wp-stars .wp-star svg,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-stars .wp-stars .wp-star svg {
  width: 2rem !important;
  height: 2rem !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-feedback,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-feedback {
  height: auto !important;
  display: flex;
  justify-content: center;
  margin-top: 2rem !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-feedback .wp-google-text,
body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-feedback .wp-google-text {
  max-width: 26em !important;
  margin: 0 auto !important;
  font-size: var(--fontSize24) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-feedback .wp-google-text,
  body.frontend .section__google-reviews .innerwrapper .review__container .wp-gr:not(.wp-dark) .grw-review-inner .wp-google-feedback .wp-google-text {
    font-size: var(--fontSize12) !important;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .review__container .grw-review,
body.frontend .section__google-reviews .innerwrapper .review__container .grw-review {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser,
body.frontend .section__google-reviews .innerwrapper .team__teaser {
  border-radius: 2.25rem;
  background-color: var(--colorYellow);
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser,
  body.frontend .section__google-reviews .innerwrapper .team__teaser {
    border-radius: 1.875rem;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser img,
body.frontend .section__google-reviews .innerwrapper .team__teaser img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.25rem 2.25rem 0 0;
  aspect-ratio: 520/356;
  object-fit: cover;
  -o-object-position: center 38%;
     object-position: center 38%;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser img,
  body.frontend .section__google-reviews .innerwrapper .team__teaser img {
    border-radius: 1.25rem 1.25rem 0 0;
    aspect-ratio: 520/528;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content,
body.frontend .section__google-reviews .innerwrapper .team__teaser .content {
  text-align: center;
  padding-top: 1.7rem;
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content,
  body.frontend .section__google-reviews .innerwrapper .team__teaser .content {
    padding-top: 2.7rem;
  }
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content p,
  body.frontend .section__google-reviews .innerwrapper .team__teaser .content p {
    max-width: 20em;
    margin-inline: auto;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content h3,
body.frontend .section__google-reviews .innerwrapper .team__teaser .content h3 {
  margin: 0;
  font-size: var(--fontSize35);
  color: var(--colorBlack);
  font-family: "Lexend";
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content h3,
  body.frontend .section__google-reviews .innerwrapper .team__teaser .content h3 {
    font-size: var(--fontSize24);
    margin-bottom: 0.8em;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content h3 + p,
body.frontend .section__google-reviews .innerwrapper .team__teaser .content h3 + p {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content ul,
body.frontend .section__google-reviews .innerwrapper .team__teaser .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: var(--fontSize29);
  font-weight: 300;
  width: calc(100% - 7.5rem);
  padding: 0.3em 0;
  margin: 0rem auto 0rem auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content ul,
  body.frontend .section__google-reviews .innerwrapper .team__teaser .content ul {
    font-size: var(--fontSize22);
    margin-top: 0.4rem;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content ul li,
body.frontend .section__google-reviews .innerwrapper .team__teaser .content ul li {
  list-style-type: none;
  margin: 0;
  padding: 0.3em 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content ul li,
  body.frontend .section__google-reviews .innerwrapper .team__teaser .content ul li {
    padding: 0.4em 0;
  }
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content ul li:not(:last-child),
body.frontend .section__google-reviews .innerwrapper .team__teaser .content ul li:not(:last-child) {
  border-bottom: 1px solid var(--colorBlack);
}
.acfe-flexible-placeholder .section__google-reviews .innerwrapper .team__teaser .content .arrow__button:after,
body.frontend .section__google-reviews .innerwrapper .team__teaser .content .arrow__button:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><g><circle cx='16' cy='16' r='16' fill='%23fff' /><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m10.5 22.5 12-12m-12 0h12v12' /></g></svg>");
}
.acfe-flexible-placeholder .section__standorte,
body.frontend .section__standorte {
  background-color: var(--colorGreyBlueLight);
  padding-top: 8.1rem;
  padding-bottom: 10.2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte,
  body.frontend .section__standorte {
    padding-top: 3.4rem;
    padding-bottom: 4rem;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper,
body.frontend .section__standorte .innerwrapper {
  background-color: var(--colorWhite);
  border-radius: 2.25rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 1fr 61rem;
  overflow: clip;
  padding-bottom: 5.5rem;
  gap: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper,
  body.frontend .section__standorte .innerwrapper {
    grid-template-columns: 100%;
    border-radius: 1.875rem;
    padding-bottom: 3rem;
    gap: 0;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper,
body.frontend .section__standorte .innerwrapper .standorte_wrapper {
  padding: 5.4rem 4.6rem 0 4.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.3rem 0;
  grid-column: 1/2;
  grid-row: 1/3;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper {
    grid-column: unset;
    grid-row: unset;
    padding: 2.6rem 1.5rem 0 1.5rem;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .logo,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .logo {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 19.2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .logo,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .logo {
    width: 17rem;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .logo svg,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .logo svg {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort {
  font-size: var(--fontSize20);
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort {
    font-size: var(--fontSize16);
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort p,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort p {
  margin: 1.35em 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort p,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort p {
    margin: 1.7em 0;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort p:has(+ p.sprechzeiten),
body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort p:has(+ p.sprechzeiten) {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort p.sprechzeiten,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort p.sprechzeiten {
  margin-top: 0;
  display: grid;
  grid-template-columns: 7.5em 1fr;
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort p.sprechzeiten .sprechzeiten_label,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort p.sprechzeiten .sprechzeiten_label {
  grid-column: 1/-1;
  margin-bottom: 1.35em;
  font-weight: 400;
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort h3,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort h3 {
  margin: 0;
  font-size: var(--fontSize29);
  font-weight: 300;
  font-family: "Lexend";
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort h3,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort h3 {
    font-size: var(--fontSize23);
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: -1rem;
  margin-top: -0.5rem;
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper .cta__button,
body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper .cta__button {
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper {
    margin-left: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem 0;
    align-items: start;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .map_holder,
body.frontend .section__standorte .innerwrapper .map_holder {
  font-size: 0;
  line-height: 0;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .map_holder,
  body.frontend .section__standorte .innerwrapper .map_holder {
    grid-column: unset;
    grid-row: unset;
    margin-top: 3.6rem;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .map_holder img,
body.frontend .section__standorte .innerwrapper .map_holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 2.25rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .map_holder img,
  body.frontend .section__standorte .innerwrapper .map_holder img {
    border-radius: 0;
    aspect-ratio: 350/274;
    -o-object-position: right center;
       object-position: right center;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper,
body.frontend .section__standorte .innerwrapper .aerzte_wrapper {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: auto;
  display: flex;
  padding-inline: 3.5rem;
  gap: 0 3.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper,
  body.frontend .section__standorte .innerwrapper .aerzte_wrapper {
    grid-column: unset;
    grid-row: unset;
    flex-direction: column;
    margin-top: 2.7rem;
    gap: 0.9rem 0;
    padding-inline: 2.4rem;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small,
body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small {
  flex: 1;
  background-color: var(--colorWhite);
  border-radius: 1.875rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.2rem;
  gap: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small,
  body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small {
    gap: 0.1rem 0;
    padding-bottom: 0;
    padding: 1.5rem 0;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small img,
body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small img {
  width: 7.5625rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small img,
  body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small img {
    margin-bottom: 0.8rem;
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small strong,
body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small strong {
  font-size: var(--fontSize16);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small strong,
  body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small strong {
    font-size: var(--fontSize14);
  }
}
.acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small span,
body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small span {
  font-size: var(--fontSize14);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small span,
  body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small span {
    font-size: var(--fontSize12);
  }
}
@media only screen and (min-width: 769px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper,
  body.frontend .section__standorte .innerwrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 3rem;
    padding: 3.5rem;
    overflow: hidden;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_top,
  body.frontend .section__standorte .innerwrapper .standorte_top {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: minmax(24rem, 0.85fr) minmax(34rem, 1.15fr);
    gap: 3rem;
    margin-top: -3.5rem;
    margin-right: -3.5rem;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_top > .logo,
  body.frontend .section__standorte .innerwrapper .standorte_top > .logo {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    width: 19.2rem;
    margin-top: 3.5rem;
    font-size: 0;
    line-height: 0;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_top > .logo svg,
  body.frontend .section__standorte .innerwrapper .standorte_top > .logo svg {
    width: 100%;
    height: auto;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_top > .logo svg g[fill="#fff"],
  body.frontend .section__standorte .innerwrapper .standorte_top > .logo svg g[fill="#fff"] {
    fill: var(--colorBlack);
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper,
  body.frontend .section__standorte .innerwrapper .aerzte_wrapper {
    grid-column: 1;
    grid-row: 1;
    margin: auto 0 0 0;
    padding: 0;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1.5rem;
    align-items: stretch;
    padding-top: 0;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small,
  body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small {
    justify-content: center;
    padding: 2rem 1rem;
    box-shadow: none;
    background-color: var(--colorGreyBlueLight);
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .aerzte_wrapper .arzt_small img,
  body.frontend .section__standorte .innerwrapper .aerzte_wrapper .arzt_small img {
    width: 8.5rem;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .map_holder,
  body.frontend .section__standorte .innerwrapper .map_holder {
    grid-column: 2;
    grid-row: 1;
    min-height: 24rem;
    overflow: hidden;
    border-radius: 0 0 0 1.875rem;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .map_holder a,
  body.frontend .section__standorte .innerwrapper .map_holder a {
    display: block;
    height: 100%;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .map_holder img,
  body.frontend .section__standorte .innerwrapper .map_holder img {
    display: block;
    border-radius: 0;
    aspect-ratio: 16/9;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 0;
    align-items: stretch;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .logo,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .logo {
    grid-column: 1/-1;
    margin-bottom: 0.5rem;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 1.5rem;
    background-color: var(--colorGreyBlueLight);
    font-size: var(--fontSize16);
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort h3,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort h3 {
    font-size: var(--fontSize23);
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper {
    display: flex;
    margin: auto 0 0;
    padding-top: 1rem;
  }
  @supports (grid-template-rows: subgrid) {
    .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort,
    body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort {
      display: grid;
      grid-row: span 3;
      grid-template-rows: subgrid;
      row-gap: 0;
    }
    .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort .standort_content,
    body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort .standort_content {
      grid-row: 1;
    }
    .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort .sprechzeiten,
    body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort .sprechzeiten {
      grid-row: 2;
      align-self: start;
    }
    .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper,
    body.frontend .section__standorte .innerwrapper .standorte_wrapper .single__standort .button_wrapper {
      grid-row: 3;
      align-self: end;
      margin: 0;
    }
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_top,
  body.frontend .section__standorte .innerwrapper .standorte_top {
    grid-row: 1;
    display: flex;
    flex-direction: column;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_top > .logo,
  body.frontend .section__standorte .innerwrapper .standorte_top > .logo {
    width: 17rem;
    margin: 2.6rem 1.5rem 0;
    font-size: 0;
    line-height: 0;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_top > .logo svg,
  body.frontend .section__standorte .innerwrapper .standorte_top > .logo svg {
    width: 100%;
    height: auto;
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_top > .logo svg g[fill="#fff"],
  body.frontend .section__standorte .innerwrapper .standorte_top > .logo svg g[fill="#fff"] {
    fill: var(--colorBlack);
  }
  .acfe-flexible-placeholder .section__standorte .innerwrapper .standorte_wrapper,
  body.frontend .section__standorte .innerwrapper .standorte_wrapper {
    grid-row: 2;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper,
body.frontend footer > .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 16.6rem 16.6rem 12rem;
  gap: 0 7rem;
  padding-top: 8rem;
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper,
  body.frontend footer > .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 4.7rem;
    padding-inline: 1.3rem;
    padding-bottom: 2.5rem;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .questions,
body.frontend footer > .innerwrapper .questions {
  font-size: var(--fontSize20);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .questions,
  body.frontend footer > .innerwrapper .questions {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .questions h3,
body.frontend footer > .innerwrapper .questions h3 {
  margin: 0;
  font-size: var(--fontSize35);
  font-weight: 300;
  font-family: "Lexend";
}
.acfe-flexible-placeholder footer > .innerwrapper .questions h3:not(:first-child),
body.frontend footer > .innerwrapper .questions h3:not(:first-child) {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .questions h3,
  body.frontend footer > .innerwrapper .questions h3 {
    font-size: var(--fontSize25);
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .questions h3 + p,
body.frontend footer > .innerwrapper .questions h3 + p {
  margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .questions h3 + p,
  body.frontend footer > .innerwrapper .questions h3 + p {
    margin-top: 1.6em;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .questions .cta__button,
body.frontend footer > .innerwrapper .questions .cta__button {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .questions .cta__button,
  body.frontend footer > .innerwrapper .questions .cta__button {
    margin-top: 1rem;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .mitgliedschaften_wrapper,
body.frontend footer > .innerwrapper .mitgliedschaften_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1.5rem;
  margin-top: 1.5rem;
  align-items: center;
}
.acfe-flexible-placeholder footer > .innerwrapper .mitgliedschaften_wrapper img,
body.frontend footer > .innerwrapper .mitgliedschaften_wrapper img {
  width: auto;
  height: 2.7rem;
  aspect-ratio: 17/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.acfe-flexible-placeholder footer > .innerwrapper .mitgliedschaften_wrapper img.higher,
body.frontend footer > .innerwrapper .mitgliedschaften_wrapper img.higher {
  height: 3.5rem;
  aspect-ratio: unset;
}
.acfe-flexible-placeholder footer > .innerwrapper .list,
body.frontend footer > .innerwrapper .list {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .list,
  body.frontend footer > .innerwrapper .list {
    margin-top: 2.8rem;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .list h4,
body.frontend footer > .innerwrapper .list h4 {
  font-size: var(--fontSize20);
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .list h4,
  body.frontend footer > .innerwrapper .list h4 {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .list ul,
body.frontend footer > .innerwrapper .list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 1.4rem;
}
.acfe-flexible-placeholder footer > .innerwrapper .list ul li,
body.frontend footer > .innerwrapper .list ul li {
  list-style-type: none;
  margin: 0;
  padding: 1.4rem 0;
  border-top: 1px solid var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .list ul li,
  body.frontend footer > .innerwrapper .list ul li {
    padding: 1.01rem 0;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .list ul li a,
body.frontend footer > .innerwrapper .list ul li a {
  color: inherit;
  text-decoration: none;
}
.acfe-flexible-placeholder footer > .innerwrapper .list ul li.telefon a, .acfe-flexible-placeholder footer > .innerwrapper .list ul li.termin a, .acfe-flexible-placeholder footer > .innerwrapper .list ul li.whatsapp a,
body.frontend footer > .innerwrapper .list ul li.telefon a,
body.frontend footer > .innerwrapper .list ul li.termin a,
body.frontend footer > .innerwrapper .list ul li.whatsapp a {
  position: relative;
  display: inline-block;
  padding-left: 2.1em;
}
.acfe-flexible-placeholder footer > .innerwrapper .list ul li.telefon a:before, .acfe-flexible-placeholder footer > .innerwrapper .list ul li.termin a:before, .acfe-flexible-placeholder footer > .innerwrapper .list ul li.whatsapp a:before,
body.frontend footer > .innerwrapper .list ul li.telefon a:before,
body.frontend footer > .innerwrapper .list ul li.termin a:before,
body.frontend footer > .innerwrapper .list ul li.whatsapp a:before {
  --size: 1.3em;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.acfe-flexible-placeholder footer > .innerwrapper .list ul li.telefon a:before,
body.frontend footer > .innerwrapper .list ul li.telefon a:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17.604' height='17.637' viewBox='0 0 17.604 17.637'><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M17.103 12.955v2.5a1.67 1.67 0 0 1-1.82 1.67 16.52 16.52 0 0 1-7.2-2.563 16.278 16.278 0 0 1-5.009-5.009A16.52 16.52 0 0 1 .508 2.32 1.67 1.67 0 0 1 2.169.5h2.5a1.67 1.67 0 0 1 1.674 1.436 10.718 10.718 0 0 0 .584 2.346 1.67 1.67 0 0 1-.376 1.761L5.491 7.1a13.356 13.356 0 0 0 5.009 5.009l1.06-1.06a1.67 1.67 0 0 1 1.761-.376 10.719 10.719 0 0 0 2.346.584 1.67 1.67 0 0 1 1.436 1.695Z' /></svg>");
}
.acfe-flexible-placeholder footer > .innerwrapper .list ul li.termin a:before,
body.frontend footer > .innerwrapper .list ul li.termin a:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18.795' height='20.772' viewBox='0 0 18.795 20.772'><g fill='none' stroke='%23262523' stroke-linecap='round' stroke-linejoin='round'><path d='M2.477 2.477h13.84a1.977 1.977 0 0 1 1.977 1.977v13.84a1.977 1.977 0 0 1-1.977 1.977H2.477A1.977 1.977 0 0 1 .5 18.295V4.454a1.977 1.977 0 0 1 1.977-1.977Z' /><path d='M13.352.5v3.954M5.443.5v3.954M.5 8.409h17.795' /></g></svg>");
}
.acfe-flexible-placeholder footer > .innerwrapper .list ul li.whatsapp a:before,
body.frontend footer > .innerwrapper .list ul li.whatsapp a:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20.117' height='20.112' viewBox='0 0 20.117 20.112'><g><path fill='%23262523' stroke='%23fff' stroke-width='.5' d='M14.578 11.942c-.244-.124-1.435-.7-1.658-.788s-.384-.121-.546.124-.626.784-.768.943-.283.171-.524.063a6.615 6.615 0 0 1-1.953-1.21 7.264 7.264 0 0 1-1.35-1.683c-.143-.241-.016-.378.1-.5s.244-.279.368-.426a2.2 2.2 0 0 0 .241-.4.451.451 0 0 0-.022-.426c-.06-.121-.546-1.318-.749-1.794s-.4-.413-.546-.413-.3-.013-.463-.013a.919.919 0 0 0-.648.292 2.71 2.71 0 0 0-.851 2.01 4.766 4.766 0 0 0 .991 2.5 10.857 10.857 0 0 0 4.155 3.649c.581.244 1.032.391 1.385.512a3.375 3.375 0 0 0 1.53.1 2.526 2.526 0 0 0 1.639-1.159 2.027 2.027 0 0 0 .146-1.159c-.06-.111-.219-.171-.463-.279Zm-4.417 5.99h-.013a8.148 8.148 0 0 1-4.112-1.122l-.292-.174-3.049.794.819-2.966-.2-.3a8.063 8.063 0 0 1 12.563-9.951 7.962 7.962 0 0 1 2.366 5.684 8.075 8.075 0 0 1-8.079 8.034ZM17.036 3.05a9.876 9.876 0 0 0-6.888-2.8 9.668 9.668 0 0 0-8.415 14.5L.355 19.761l5.151-1.343a9.835 9.835 0 0 0 4.643 1.178 9.707 9.707 0 0 0 9.714-9.673 9.58 9.58 0 0 0-2.842-6.837Z' /></g></svg>");
}
.acfe-flexible-placeholder footer > .innerwrapper .list .social_links,
body.frontend footer > .innerwrapper .list .social_links {
  display: flex;
  margin-top: 1.5rem;
  gap: 0 2.4rem;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .list .social_links,
  body.frontend footer > .innerwrapper .list .social_links {
    margin-top: 1.2rem;
    gap: 0 1.2rem;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .list .social_links a,
body.frontend footer > .innerwrapper .list .social_links a {
  --size: 2.7rem;
  font-size: 0;
  line-height: 0;
  display: block;
  width: var(--size);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .list .social_links a,
  body.frontend footer > .innerwrapper .list .social_links a {
    --size: 2.2rem;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .list .social_links a svg,
body.frontend footer > .innerwrapper .list .social_links a svg {
  width: 100%;
  height: calc(var(--size) * 0.8);
  -o-object-fit: contain;
     object-fit: contain;
}
.acfe-flexible-placeholder footer > .innerwrapper .last_column,
body.frontend footer > .innerwrapper .last_column {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .last_column,
  body.frontend footer > .innerwrapper .last_column {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.7rem;
    align-items: center;
    margin-top: 1.2rem;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .last_column .google_reviews,
body.frontend footer > .innerwrapper .last_column .google_reviews {
  --color: var(--colorBlack);
}
.acfe-flexible-placeholder footer > .innerwrapper .last_column .signet,
body.frontend footer > .innerwrapper .last_column .signet {
  font-size: 0;
  line-height: 0;
  width: calc(100% - 2rem);
  margin: 1.5rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer > .innerwrapper .last_column .signet,
  body.frontend footer > .innerwrapper .last_column .signet {
    width: 100%;
    margin: 0;
  }
}
.acfe-flexible-placeholder footer > .innerwrapper .last_column .signet svg,
body.frontend footer > .innerwrapper .last_column .signet svg {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder footer .generic,
body.frontend footer .generic {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.acfe-flexible-placeholder footer .generic .innerwrapper,
body.frontend footer .generic .innerwrapper {
  display: flex;
  justify-content: center;
  gap: 0 0.3rem;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .generic .innerwrapper,
  body.frontend footer .generic .innerwrapper {
    font-size: var(--fontSize14);
    flex-direction: column;
    align-items: center;
    padding: 2.3rem 0;
  }
}
.acfe-flexible-placeholder footer .generic .innerwrapper p,
body.frontend footer .generic .innerwrapper p {
  margin: 0;
}
.acfe-flexible-placeholder footer .generic .innerwrapper ul,
body.frontend footer .generic .innerwrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.acfe-flexible-placeholder footer .generic .innerwrapper ul li,
body.frontend footer .generic .innerwrapper ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder footer .generic .innerwrapper ul li a,
body.frontend footer .generic .innerwrapper ul li a {
  color: inherit;
}
.acfe-flexible-placeholder footer .generic .innerwrapper ul li:not(:last-child):after,
body.frontend footer .generic .innerwrapper ul li:not(:last-child):after {
  content: "|";
  margin: 0 0.3rem;
}
.acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .content h2,
body.frontend .section__content-fact-boxes .innerwrapper .content h2 {
  max-width: 15em;
}
.acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .content p,
body.frontend .section__content-fact-boxes .innerwrapper .content p {
  max-width: 54em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .content p,
  body.frontend .section__content-fact-boxes .innerwrapper .content p {
    max-width: 25em;
  }
}
.acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .content p:last-child,
body.frontend .section__content-fact-boxes .innerwrapper .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper,
body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 4rem;
  margin-top: 2.4rem;
}
.acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper:not(:has(.single__blue-teaser:nth-child(3))),
body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper:not(:has(.single__blue-teaser:nth-child(3))) {
  grid-template-columns: repeat(2, 1fr);
}
.acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper:has(.single__blue-teaser:nth-child(7)),
body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper:has(.single__blue-teaser:nth-child(7)) {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper {
    grid-column: unset;
    grid-row: unset;
    display: flex;
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing) + 16rem);
    margin-left: calc(var(--sideSpacing) * -1);
    margin-right: calc(var(--sideSpacing) * -1);
    margin-top: 1.9rem;
    margin-bottom: 2.7rem;
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-track,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-track {
    display: flex;
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-track .slick-slide,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: stretch;
    justify-content: center;
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .single__blue-teaser,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .single__blue-teaser {
    padding: 1.5rem 1.5rem 1.6rem 4.2rem;
    min-height: 100%;
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .single__blue-teaser h3,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .single__blue-teaser h3 {
    font-size: var(--fontSize20);
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .single__blue-teaser h3:before,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .single__blue-teaser h3:before {
    left: -2.3em;
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-list,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-list {
    padding-left: var(--sideSpacing);
    padding-bottom: 2.7rem;
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-slide,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-slide {
    padding-right: var(--sideSpacing);
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-arrow.slick-prev,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-arrow.slick-prev {
    display: none !important;
  }
  .acfe-flexible-placeholder .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-arrow.slick-next,
  body.frontend .section__content-fact-boxes .innerwrapper .teaser__wrapper .slick-arrow.slick-next {
    top: calc(50% - 2rem);
    transform: translateY(-50%);
    left: 18.8rem;
  }
}
.acfe-flexible-placeholder .section__content-small-link-boxes .innerwrapper .content h2,
body.frontend .section__content-small-link-boxes .innerwrapper .content h2 {
  max-width: 15em;
}
.acfe-flexible-placeholder .section__content-small-link-boxes .innerwrapper .content p,
body.frontend .section__content-small-link-boxes .innerwrapper .content p {
  max-width: 61em;
}
.acfe-flexible-placeholder .section__content-small-link-boxes .innerwrapper .content p:last-child,
body.frontend .section__content-small-link-boxes .innerwrapper .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__content-small-link-boxes .innerwrapper .teaser__wrapper,
body.frontend .section__content-small-link-boxes .innerwrapper .teaser__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2rem;
  margin-top: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-small-link-boxes .innerwrapper .teaser__wrapper,
  body.frontend .section__content-small-link-boxes .innerwrapper .teaser__wrapper {
    grid-template-columns: 100%;
    margin-top: 2.4rem;
  }
}
.acfe-flexible-placeholder .section__content-small-link-boxes .innerwrapper .teaser__wrapper .single__blue-teaser,
body.frontend .section__content-small-link-boxes .innerwrapper .teaser__wrapper .single__blue-teaser {
  padding: 1.4rem 1.7rem 1.4rem 4rem;
}
.acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .content p,
body.frontend .section__content-step-boxes .innerwrapper .content p {
  max-width: 48em;
}
.acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper,
body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4rem;
  margin-top: 2.4rem;
  counter-reset: teaser;
}
.acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper:has(.single__image-teaser:nth-child(4)),
body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper:has(.single__image-teaser:nth-child(4)) {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper {
    grid-column: unset;
    grid-row: unset;
    display: flex;
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing) + 16rem);
    margin-left: calc(var(--sideSpacing) * -1);
    margin-right: calc(var(--sideSpacing) * -1);
    margin-top: 1.9rem;
    margin-bottom: 2.7rem;
  }
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper .single__image-teaser,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper .single__image-teaser {
    min-height: 100%;
  }
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-track,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-track {
    display: flex;
  }
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-track .slick-slide,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: stretch;
  }
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-track .slick-slide > div,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-track .slick-slide > div {
    width: 100%;
  }
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-list,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-list {
    padding-left: var(--sideSpacing);
    padding-bottom: 2.7rem;
  }
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-slide,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-slide {
    padding-right: var(--sideSpacing);
  }
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-arrow.slick-prev,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-arrow.slick-prev {
    display: none !important;
  }
  .acfe-flexible-placeholder .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-arrow.slick-next,
  body.frontend .section__content-step-boxes .innerwrapper .teaser__wrapper .slick-arrow.slick-next {
    top: calc(50% - 2rem);
    transform: translateY(-50%);
    left: 18.8rem;
  }
}
.acfe-flexible-placeholder .sub-content-box,
body.frontend .sub-content-box {
  margin-bottom: 11.3rem;
  scroll-margin-top: calc(var(--headerHeight) + 3rem);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .sub-content-box,
  body.frontend .sub-content-box {
    margin-bottom: 2rem;
  }
}
.acfe-flexible-placeholder .sub-content-box.smaller-bottom-space,
body.frontend .sub-content-box.smaller-bottom-space {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .sub-content-box.smaller-bottom-space,
  body.frontend .sub-content-box.smaller-bottom-space {
    margin-bottom: 2rem;
  }
}
.acfe-flexible-placeholder .sub-content-box .content,
body.frontend .sub-content-box .content {
  color: var(--colorGreyMedium);
}
.acfe-flexible-placeholder .sub-content-box h2,
body.frontend .sub-content-box h2 {
  max-width: 14em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .sub-content-box h2,
  body.frontend .sub-content-box h2 {
    margin-bottom: 0.65em;
  }
}
.acfe-flexible-placeholder .sub-content-box h3:not(:first-child),
body.frontend .sub-content-box h3:not(:first-child) {
  margin-top: 1.4em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .sub-content-box h3:not(:first-child),
  body.frontend .sub-content-box h3:not(:first-child) {
    margin-top: 1.7em;
  }
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper,
body.frontend .section__content-image-highlightbox .innerwrapper {
  display: grid;
  grid-template-columns: 100%;
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper:has(> .image),
body.frontend .section__content-image-highlightbox .innerwrapper:has(> .image) {
  grid-template-columns: 45rem 1fr;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper:has(> .image),
  body.frontend .section__content-image-highlightbox .innerwrapper:has(> .image) {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper > .image,
body.frontend .section__content-image-highlightbox .innerwrapper > .image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: -6.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper > .image,
  body.frontend .section__content-image-highlightbox .innerwrapper > .image {
    margin-bottom: 0;
    display: flex;
    margin-left: auto;
    width: calc(100% - 6rem);
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper > .image img,
body.frontend .section__content-image-highlightbox .innerwrapper > .image img {
  width: calc(100% + 7.5rem);
  margin-left: -8rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper > .image img,
  body.frontend .section__content-image-highlightbox .innerwrapper > .image img {
    margin-left: auto;
    width: 100%;
    margin-right: auto;
  }
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper {
  max-width: 75rem;
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .content a,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .content a {
  color: inherit;
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .image,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .image {
  font-size: 0;
  line-height: 0;
  margin: 2.5rem 0;
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .image img,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 916/337;
  border-radius: 1.875rem;
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box {
  background-color: var(--colorGreyBlueLight);
  border-radius: 2.25rem;
  padding: 3.8rem 3rem 2.8rem 3.3rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  margin: 2.8rem 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box,
  body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box {
    padding: 2rem 1.5rem 2rem 1.5rem;
    border-radius: 1.875rem;
  }
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser {
  width: calc(100% - 4rem);
  margin: 2.3rem 0;
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser,
  body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser {
    margin: 1.8rem 0;
    margin-left: 2.6rem;
    width: calc(100% - 2.6rem);
  }
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser:last-child,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser h3,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser h3 {
  font-weight: 400;
  margin: 0;
  font-size: var(--fontSize20);
  line-height: 1.5;
  position: relative;
  font-family: "Poppins";
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser h3,
  body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser h3 {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser h3:before,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser h3:before {
  --size: 1.2em;
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: var(--size);
  left: -2.4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25.243'><path fill='none' stroke='%23ffa700' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1.5 12.621h21M12 2.121l10.5 10.5-10.5 10.5' /></svg>");
  height: calc(var(--size) * 1);
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser h3 + p,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box .single__teaser h3 + p {
  margin-top: 0.5em;
}
.acfe-flexible-placeholder .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box,
body.frontend .section__content-image-highlightbox .innerwrapper .main_wrapper .highlight_box {
  /*
  h3 {
  	font-weight: 400;
  	margin: 0;
  	font-size: var(--fontSize20);
  	line-height: 1.5;
  	position: relative;

  	&:before {
  		--size: 1.4em;
  		content: '';
  		display: block;
  		position: absolute;
  		left: -2.3em;
  		top: 0.3em;
  		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28.243' height='20.121' viewBox='0 0 28.243 20.121'><path fill='none' stroke='%23ffa700' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m26.121 2.121-16.5 16.5-7.5-7.5' /></svg>");	
  		background-repeat: no-repeat;
  		background-size: 98% auto;
  		width: var(--size);
  		height: calc(var(--size) * 0.75);
  	}

  	+ p {
  		margin-top: 0.5em;
  	}
  }
  */
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper,
body.frontend .section__three-columns .innerwrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__three-columns .innerwrapper,
  body.frontend .section__three-columns .innerwrapper {
    grid-template-columns: 100%;
    gap: 2.4rem 0;
  }
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper .column h3,
body.frontend .section__three-columns .innerwrapper .column h3 {
  margin-bottom: 0.4em;
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper .column a,
body.frontend .section__three-columns .innerwrapper .column a {
  color: inherit;
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight,
body.frontend .section__three-columns .innerwrapper .column.highlight {
  text-align: center;
  position: relative;
  padding: 0 3.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight,
  body.frontend .section__three-columns .innerwrapper .column.highlight {
    background-color: var(--colorYellow);
    border-radius: 1.875rem;
    padding: 2.8rem 1.5rem 2rem 1.5rem;
  }
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight:before,
body.frontend .section__three-columns .innerwrapper .column.highlight:before {
  content: "";
  display: block;
  background-color: var(--colorYellow);
  border-radius: 2.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -53%);
  z-index: -1;
  width: 100%;
  height: calc(100% + 4.5rem);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight:before,
  body.frontend .section__three-columns .innerwrapper .column.highlight:before {
    display: none;
  }
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight ul,
body.frontend .section__three-columns .innerwrapper .column.highlight ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight ul,
  body.frontend .section__three-columns .innerwrapper .column.highlight ul {
    margin-top: 0.5rem;
  }
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight ul li,
body.frontend .section__three-columns .innerwrapper .column.highlight ul li {
  list-style-type: none;
  margin: 0;
  padding: 0.3em 0;
  font-size: var(--fontSize29);
  font-weight: 300;
  position: relative;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 0.8em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight ul li,
  body.frontend .section__three-columns .innerwrapper .column.highlight ul li {
    font-size: var(--fontSize22);
    padding: 0.6em 0;
  }
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight ul li:not(:last-child):after,
body.frontend .section__three-columns .innerwrapper .column.highlight ul li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 25rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight ul li:not(:last-child):after,
  body.frontend .section__three-columns .innerwrapper .column.highlight ul li:not(:last-child):after {
    width: 19rem;
  }
}
.acfe-flexible-placeholder .section__three-columns .innerwrapper .column.highlight ul li:before,
body.frontend .section__three-columns .innerwrapper .column.highlight ul li:before {
  --size: 1em;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28.243' height='20.121' viewBox='0 0 28.243 20.121'><path fill='none' stroke='%23262523' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m26.121 2.121-16.5 16.5-7.5-7.5' /></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: var(--size);
  height: calc(var(--size) * 0.75);
}
.acfe-flexible-placeholder .section__two-columns .innerwrapper,
body.frontend .section__two-columns .innerwrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__two-columns .innerwrapper,
  body.frontend .section__two-columns .innerwrapper {
    grid-template-columns: 100%;
    gap: 2rem 0;
  }
}
.acfe-flexible-placeholder .section__two-columns .innerwrapper .column h3,
body.frontend .section__two-columns .innerwrapper .column h3 {
  margin-bottom: 0.4em;
}
.acfe-flexible-placeholder .section__two-columns .innerwrapper .column.highlight,
body.frontend .section__two-columns .innerwrapper .column.highlight {
  position: relative;
}
.acfe-flexible-placeholder .section__two-columns .innerwrapper .column.highlight:before,
body.frontend .section__two-columns .innerwrapper .column.highlight:before {
  content: "";
  display: block;
  background-color: var(--colorGreyBlueLight);
  border-radius: 2.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -53%);
  z-index: -1;
  width: 100%;
  height: calc(100% + 4.5rem);
}
.acfe-flexible-placeholder .section__two-columns .innerwrapper .column.highlight ul,
body.frontend .section__two-columns .innerwrapper .column.highlight ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acfe-flexible-placeholder .section__two-columns .innerwrapper .column.highlight ul li,
body.frontend .section__two-columns .innerwrapper .column.highlight ul li {
  list-style-type: none;
  margin: 0;
  padding: 0.3em 0;
  font-weight: 300;
  position: relative;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 0.8em;
}
.acfe-flexible-placeholder .section__two-columns .innerwrapper .column.highlight ul li:before,
body.frontend .section__two-columns .innerwrapper .column.highlight ul li:before {
  --size: 1em;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28.243' height='20.121' viewBox='0 0 28.243 20.121'><path fill='none' stroke='%23262523' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m26.121 2.121-16.5 16.5-7.5-7.5' /></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: var(--size);
  height: calc(var(--size) * 0.75);
}
.acfe-flexible-placeholder .section__profile-teaser,
body.frontend .section__profile-teaser {
  padding-top: 3rem;
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box,
body.frontend .section__profile-teaser .innerwrapper .profile-box {
  background-color: var(--colorGreen);
  border-radius: 2.25rem;
  display: grid;
  grid-template-columns: 47rem 1fr;
  margin-top: -2rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box,
  body.frontend .section__profile-teaser .innerwrapper .profile-box {
    grid-template-columns: 100%;
    border-radius: 1.875rem;
    overflow: clip;
  }
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .image,
body.frontend .section__profile-teaser .innerwrapper .profile-box .image {
  font-size: 0;
  line-height: 0;
  margin-top: -6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .image,
  body.frontend .section__profile-teaser .innerwrapper .profile-box .image {
    order: 2;
    margin-top: 0;
    overflow: clip;
  }
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .image img,
body.frontend .section__profile-teaser .innerwrapper .profile-box .image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .image img,
  body.frontend .section__profile-teaser .innerwrapper .profile-box .image img {
    width: calc(100% + 6rem);
    margin-left: -2.33rem;
    margin-top: -0.5rem;
    aspect-ratio: 100/57;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content,
body.frontend .section__profile-teaser .innerwrapper .profile-box .content {
  color: var(--colorWhite);
  font-size: var(--fontSize20);
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content,
  body.frontend .section__profile-teaser .innerwrapper .profile-box .content {
    order: 1;
    padding: 3rem 1.4rem 1rem 1rem;
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content a:not(.cta__button),
body.frontend .section__profile-teaser .innerwrapper .profile-box .content a:not(.cta__button) {
  color: inherit;
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content h3,
body.frontend .section__profile-teaser .innerwrapper .profile-box .content h3 {
  color: var(--colorWhite);
  margin-bottom: 0.8em;
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content p,
body.frontend .section__profile-teaser .innerwrapper .profile-box .content p {
  max-width: 37em;
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content .button_wrapper,
body.frontend .section__profile-teaser .innerwrapper .profile-box .content .button_wrapper {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem 1rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content .button_wrapper,
  body.frontend .section__profile-teaser .innerwrapper .profile-box .content .button_wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.2rem 0;
  }
}
.acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content .button_wrapper .cta__button,
body.frontend .section__profile-teaser .innerwrapper .profile-box .content .button_wrapper .cta__button {
  max-width: none;
  --buttonColor: var(--colorWhite);
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__profile-teaser .innerwrapper .profile-box .content .button_wrapper .cta__button span,
  body.frontend .section__profile-teaser .innerwrapper .profile-box .content .button_wrapper .cta__button span {
    white-space: pre-wrap;
  }
}
.acfe-flexible-placeholder,
body.frontend {
  /* Slider */
}
.acfe-flexible-placeholder .slick-slider,
body.frontend .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.acfe-flexible-placeholder .slick-list,
body.frontend .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder .slick-list:focus,
body.frontend .slick-list:focus {
  outline: none;
}
.acfe-flexible-placeholder .slick-list.dragging,
body.frontend .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.acfe-flexible-placeholder .slick-slider .slick-track,
.acfe-flexible-placeholder .slick-slider .slick-list,
body.frontend .slick-slider .slick-track,
body.frontend .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.acfe-flexible-placeholder .slick-track,
body.frontend .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.acfe-flexible-placeholder .slick-track:before, .acfe-flexible-placeholder .slick-track:after,
body.frontend .slick-track:before,
body.frontend .slick-track:after {
  content: "";
  display: table;
}
.acfe-flexible-placeholder .slick-track:after,
body.frontend .slick-track:after {
  clear: both;
}
.slick-loading .acfe-flexible-placeholder .slick-track,
.slick-loading body.frontend .slick-track {
  visibility: hidden;
}
.acfe-flexible-placeholder .slick-slide,
body.frontend .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .acfe-flexible-placeholder .slick-slide,
[dir=rtl] body.frontend .slick-slide {
  float: right;
}
.acfe-flexible-placeholder .slick-slide img,
body.frontend .slick-slide img {
  display: block;
}
.acfe-flexible-placeholder .slick-slide.slick-loading img,
body.frontend .slick-slide.slick-loading img {
  display: none;
}
.acfe-flexible-placeholder .slick-slide.dragging img,
body.frontend .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .acfe-flexible-placeholder .slick-slide,
.slick-initialized body.frontend .slick-slide {
  display: block;
}
.slick-loading .acfe-flexible-placeholder .slick-slide,
.slick-loading body.frontend .slick-slide {
  visibility: hidden;
}
.slick-vertical .acfe-flexible-placeholder .slick-slide,
.slick-vertical body.frontend .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.acfe-flexible-placeholder .slick-arrow.slick-hidden,
body.frontend .slick-arrow.slick-hidden {
  display: none;
}
.acfe-flexible-placeholder .slick-arrow,
body.frontend .slick-arrow {
  --size: 3.1875rem;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: block;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 98% auto;
  background-position: center;
  width: var(--size);
  height: var(--size);
  position: absolute;
}
.acfe-flexible-placeholder .slick-arrow.slick-prev,
body.frontend .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='51' height='51'><path fill='%23d5ddeb' d='M25.5 0A25.5 25.5 0 1 0 51 25.5 25.5 25.5 0 0 0 25.5 0Z' opacity='.5'/><path d='M32 15.364 30.545 14 18.5 25.25 30.545 36.5 32 35.143 21.418 25.25Z' /></svg>");
}
.acfe-flexible-placeholder .slick-arrow.slick-next,
body.frontend .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='51' height='51'><g><path fill='%23d5ddeb' d='M25.5 0A25.5 25.5 0 1 1 0 25.5 25.5 25.5 0 0 1 25.5 0Z' opacity='.5'/><path d='M19 15.364 20.455 14 32.5 25.25 20.455 36.5 19 35.143l10.582-9.893Z' /></g></svg>");
}
.acfe-flexible-placeholder .slick-dots,
body.frontend .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  position: absolute;
  bottom: 0;
}
.acfe-flexible-placeholder .slick-dots li,
body.frontend .slick-dots li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder .slick-dots li button,
body.frontend .slick-dots li button {
  --size: 1rem;
  background-color: transparent;
  border: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
  background-color: transparent;
  width: var(--size);
  height: var(--size);
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><g fill='%23d5ddeb'><circle cx='5' cy='5' r='5' stroke='none'/><circle cx='5' cy='5' r='4.5' fill='none'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .slick-dots li button,
  body.frontend .slick-dots li button {
    --size: 0.6rem;
  }
}
.acfe-flexible-placeholder .slick-dots li button:focus,
body.frontend .slick-dots li button:focus {
  outline: 0;
}
.acfe-flexible-placeholder .slick-dots li.slick-active button,
body.frontend .slick-dots li.slick-active button {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><g fill='%23FFA700'><circle cx='5' cy='5' r='5' stroke='none'/><circle cx='5' cy='5' r='4.5' fill='none'/></g></svg>");
}
.acfe-flexible-placeholder .section__image-content-tabs,
body.frontend .section__image-content-tabs {
  margin-bottom: 12.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs,
  body.frontend .section__image-content-tabs {
    margin-bottom: 4.9rem;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper,
body.frontend .section__image-content-tabs .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 41rem;
  gap: 2.8rem 2.8rem;
  grid-template-rows: auto 1fr;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper,
  body.frontend .section__image-content-tabs .innerwrapper {
    grid-template-columns: 100%;
    gap: 0.8rem 0;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .image,
body.frontend .section__image-content-tabs .innerwrapper > .image {
  font-size: 0;
  line-height: 0;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .image,
  body.frontend .section__image-content-tabs .innerwrapper > .image {
    grid-column: unset;
    grid-row: unset;
    width: calc(100% - 3.2rem);
    margin-left: auto;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .image img,
body.frontend .section__image-content-tabs .innerwrapper > .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 656/828;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d1d1d1' d='M58.612 0C26.241 0 0 23.012 0 51.4v447.643c0 28.387 26.241 51.4 58.612 51.4h167.31c32.37 0 58.611 23.013 58.611 51.4V776.6c0 28.388 26.242 51.4 58.612 51.4h254.7c32.37 0 58.612-23.012 58.612-51.4V51.4c0-28.387-26.242-51.4-58.612-51.4Z' /></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d1d1d1' d='M58.612 0C26.241 0 0 23.012 0 51.4v447.643c0 28.387 26.241 51.4 58.612 51.4h167.31c32.37 0 58.611 23.013 58.611 51.4V776.6c0 28.388 26.242 51.4 58.612 51.4h254.7c32.37 0 58.612-23.012 58.612-51.4V51.4c0-28.387-26.242-51.4-58.612-51.4Z' /></svg>");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  overflow: clip;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .content,
body.frontend .section__image-content-tabs .innerwrapper > .content {
  color: var(--colorGreyMedium);
  margin-top: 11rem;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .content,
  body.frontend .section__image-content-tabs .innerwrapper > .content {
    grid-column: unset;
    grid-row: unset;
    margin-top: 2.2rem;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .content h2,
body.frontend .section__image-content-tabs .innerwrapper > .content h2 {
  margin-bottom: 0.5em;
  max-width: 13em;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .content .cta__button-more,
body.frontend .section__image-content-tabs .innerwrapper > .content .cta__button-more {
  margin-top: 0.4rem;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .content p,
body.frontend .section__image-content-tabs .innerwrapper > .content p {
  max-width: 40em;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper > .content p:last-child,
body.frontend .section__image-content-tabs .innerwrapper > .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder {
    grid-column: unset;
    grid-row: unset;
    width: calc(100% - 3.3rem);
    margin-left: auto;
    width: 100%;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons {
  display: flex;
  margin-top: 2.3rem;
  gap: 0 1.8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons {
    gap: 0 1rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: scroll;
    overflow-y: hidden;
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing));
    margin-left: calc(var(--sideSpacing) * -1);
    padding-left: var(--sideSpacing);
  }
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons::-webkit-scrollbar,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons .slider__button,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons .slider__button {
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  font-size: var(--fontSize20);
  padding: 0.6em 1.2em;
  color: var(--colorBrown);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons .slider__button,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons .slider__button {
    font-size: var(--fontSize17);
    padding-inline: 1.6em;
    white-space: nowrap;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons .slider__button.is-active,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__buttons .slider__button.is-active {
  background-color: var(--colorBrown);
  color: var(--colorWhite);
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper {
  margin-top: 4rem;
  padding-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper {
    margin-top: 3rem;
    padding-bottom: 2rem;
  }
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .slick-track,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .slick-track {
    display: flex;
  }
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .slick-track .slick-slide,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: stretch;
    justify-content: center;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .slick-dots,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .slick-dots {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide {
    min-height: 100%;
    display: flex !important;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner {
  display: grid;
  grid-template-columns: 32rem 23rem 1fr;
  gap: 0 7rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner {
    grid-template-columns: 100%;
    min-height: 100%;
    grid-template-rows: auto auto 1fr;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .image,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .image {
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .image,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .image {
    width: calc(100% - 4rem);
    margin-inline: auto;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .image img,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .image img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper {
  grid-column: 1/4;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.5rem;
  margin-top: 3.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper {
    grid-column: unset;
    grid-row: unset;
    grid-template-columns: 100%;
    margin-top: 2.2rem;
    gap: 1.8rem 0;
    grid-template-rows: auto auto 1fr;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column {
  background-color: var(--colorGreyBlueLight);
  border-radius: 2.25rem;
  padding: 3.5rem 3.3rem 3.5rem 3.3rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  font-size: var(--fontSize18);
  min-height: 28rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column {
    min-height: 0;
    border-radius: 1.875rem;
    padding: 2.4rem 1.4rem 2.7rem 1.4rem;
    font-size: var(--fontSize14);
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column p:last-child,
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul:last-child,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column p:last-child,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column h4,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column h4 {
  margin: 0;
  font-weight: 400;
  font-size: var(--fontSize20);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column h4,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column h4 {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column h4 + p,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column h4 + p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column h4 + p,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column h4 + p {
    margin-top: 1.1em;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul li,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul li {
  list-style-type: none;
  margin: 0;
  padding: 1.2em 0;
  padding-left: 2.6em;
  position: relative;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul li:not(:last-child),
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul li:not(:last-child) {
  border-bottom: 1px solid currentcolor;
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul li:before,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul li:before {
  width: 1.7em;
  height: 1.7em;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 98% auto;
  background-position: center center;
  top: 1.3em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul li:last-child,
  body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column ul li:last-child {
    padding-bottom: 0;
  }
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.vorteile,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.vorteile {
  background-color: var(--colorYellow);
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.vorteile ul li:before,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.vorteile ul li:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26.828' height='18.914' viewBox='0 0 26.828 18.914'><path fill='none' stroke='%23262523' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m25.414 1.414-16.5 16.5-7.5-7.5' /></svg>");
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.nachteile,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.nachteile {
  background-color: var(--colorGreen);
  color: var(--colorWhite);
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.nachteile h3,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.nachteile h3 {
  color: var(--colorWhite);
}
.acfe-flexible-placeholder .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.nachteile ul li:before,
body.frontend .section__image-content-tabs .innerwrapper .slider__holder .slider__wrapper .single__slide .single__slide-inner .teaser__wrapper .column.nachteile ul li:before {
  width: 1.3em;
  height: 1.3em;
  top: 1.6em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19.328' height='19.328' viewBox='0 0 19.328 19.328'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m17.914 1.414-16.5 16.5m0-16.5 16.5 16.5' /></svg>");
}
.acfe-flexible-placeholder .section__image-content .innerwrapper,
body.frontend .section__image-content .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 41rem;
  gap: 2.8rem 2.8rem;
  grid-template-rows: auto 1fr;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content .innerwrapper,
  body.frontend .section__image-content .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .image,
body.frontend .section__image-content .innerwrapper > .image {
  font-size: 0;
  line-height: 0;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content .innerwrapper > .image,
  body.frontend .section__image-content .innerwrapper > .image {
    grid-column: unset;
    grid-row: unset;
  }
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .image img,
body.frontend .section__image-content .innerwrapper > .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 656/828;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d1d1d1' d='M58.612 0C26.241 0 0 23.012 0 51.4v447.643c0 28.387 26.241 51.4 58.612 51.4h167.31c32.37 0 58.611 23.013 58.611 51.4V776.6c0 28.388 26.242 51.4 58.612 51.4h254.7c32.37 0 58.612-23.012 58.612-51.4V51.4c0-28.387-26.242-51.4-58.612-51.4Z' /></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='656.453' height='828' viewBox='0 0 656.453 828'><path fill='%23d1d1d1' d='M58.612 0C26.241 0 0 23.012 0 51.4v447.643c0 28.387 26.241 51.4 58.612 51.4h167.31c32.37 0 58.611 23.013 58.611 51.4V776.6c0 28.388 26.242 51.4 58.612 51.4h254.7c32.37 0 58.612-23.012 58.612-51.4V51.4c0-28.387-26.242-51.4-58.612-51.4Z' /></svg>");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  overflow: clip;
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .content,
body.frontend .section__image-content .innerwrapper > .content {
  color: var(--colorGreyMedium);
  margin-top: 3rem;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content .innerwrapper > .content,
  body.frontend .section__image-content .innerwrapper > .content {
    grid-column: unset;
    grid-row: unset;
    margin-top: 0;
  }
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .content a,
body.frontend .section__image-content .innerwrapper > .content a {
  color: inherit;
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .content h2,
body.frontend .section__image-content .innerwrapper > .content h2 {
  margin-bottom: 0.5em;
  max-width: 13em;
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .content .cta__button-more,
body.frontend .section__image-content .innerwrapper > .content .cta__button-more {
  margin-top: 0.4rem;
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .content p,
body.frontend .section__image-content .innerwrapper > .content p {
  max-width: 49em;
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .content p:last-child,
body.frontend .section__image-content .innerwrapper > .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__image-content .innerwrapper > .content .single_team,
body.frontend .section__image-content .innerwrapper > .content .single_team {
  margin-bottom: 3rem;
  grid-template-columns: 10rem 1fr;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content .innerwrapper > .content .single_team,
  body.frontend .section__image-content .innerwrapper > .content .single_team {
    grid-template-columns: 100%;
    gap: 2rem 0;
    padding: 1.5rem;
  }
}
.acfe-flexible-placeholder .section__default-centered-text .innerwrapper,
body.frontend .section__default-centered-text .innerwrapper {
  display: flex;
  justify-content: center;
  padding: 0 4rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__default-centered-text .innerwrapper,
  body.frontend .section__default-centered-text .innerwrapper {
    padding: 0;
    padding-bottom: 1.3rem;
  }
}
.acfe-flexible-placeholder .section__default-centered-text .innerwrapper .content,
body.frontend .section__default-centered-text .innerwrapper .content {
  font-size: var(--fontSize20);
  line-height: 1.5;
  text-align: center;
  color: var(--colorBrown);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__default-centered-text .innerwrapper .content,
  body.frontend .section__default-centered-text .innerwrapper .content {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder .section__default-centered-text .innerwrapper .content .button_wrapper,
body.frontend .section__default-centered-text .innerwrapper .content .button_wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 1rem;
  margin-top: 3.3rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__default-centered-text .innerwrapper .content .button_wrapper,
  body.frontend .section__default-centered-text .innerwrapper .content .button_wrapper {
    grid-template-columns: 100%;
    width: 100%;
    margin-top: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
  }
}
.acfe-flexible-placeholder .section__default-centered-text .innerwrapper .content .button_wrapper .cta__button,
body.frontend .section__default-centered-text .innerwrapper .content .button_wrapper .cta__button {
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__default-centered-text .innerwrapper .content .button_wrapper .cta__button,
  body.frontend .section__default-centered-text .innerwrapper .content .button_wrapper .cta__button {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 20rem;
  }
}
.acfe-flexible-placeholder .section__default-text .innerwrapper .content,
body.frontend .section__default-text .innerwrapper .content {
  font-size: var(--fontSize20);
  line-height: 1.5;
  color: var(--colorBlack);
  display: flex;
  flex-direction: column;
}
.acfe-flexible-placeholder .section__default-text .innerwrapper .content a,
body.frontend .section__default-text .innerwrapper .content a {
  color: inherit;
}
.acfe-flexible-placeholder .section__image-content-tabs + .section__default-centered-text,
body.frontend .section__image-content-tabs + .section__default-centered-text {
  margin-top: -5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-tabs + .section__default-centered-text,
  body.frontend .section__image-content-tabs + .section__default-centered-text {
    margin-top: -1.6rem;
  }
}
.acfe-flexible-placeholder .section__info-box .innerwrapper,
body.frontend .section__info-box .innerwrapper {
  display: flex;
  justify-content: center;
}
.acfe-flexible-placeholder .section__info-box .innerwrapper .info-box,
body.frontend .section__info-box .innerwrapper .info-box {
  width: 59rem;
  background-color: var(--colorGreen);
  color: var(--colorWhite);
  border-radius: 2.25rem;
  padding: 2.8rem 3.3rem 3.5rem 2.2rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  font-size: var(--fontSize18);
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__info-box .innerwrapper .info-box,
  body.frontend .section__info-box .innerwrapper .info-box {
    width: 100%;
    border-radius: 1.875rem;
    grid-template-columns: 100%;
    padding: 2.8rem 1.3rem 3.5rem 1.3rem;
    gap: 1.8rem 0;
    font-size: var(--fontSize14);
  }
}
.acfe-flexible-placeholder .section__info-box .innerwrapper .info-box .content,
body.frontend .section__info-box .innerwrapper .info-box .content {
  color: var(--colorWhite);
}
.acfe-flexible-placeholder .section__info-box .innerwrapper .info-box .content a,
body.frontend .section__info-box .innerwrapper .info-box .content a {
  color: inherit;
}
.acfe-flexible-placeholder .section__info-box .innerwrapper .info-box .content p:last-child,
body.frontend .section__info-box .innerwrapper .info-box .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__info-box .innerwrapper .info-box h3,
body.frontend .section__info-box .innerwrapper .info-box h3 {
  color: var(--colorWhite);
  margin-bottom: 0.9em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__info-box .innerwrapper .info-box h3,
  body.frontend .section__info-box .innerwrapper .info-box h3 {
    margin-bottom: 1.6em;
  }
}
.acfe-flexible-placeholder .section__info-box .innerwrapper .info-box svg,
body.frontend .section__info-box .innerwrapper .info-box svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__info-box .innerwrapper .info-box svg,
  body.frontend .section__info-box .innerwrapper .info-box svg {
    width: 2.8rem;
  }
}
.acfe-flexible-placeholder .formular__wrapper,
body.frontend .formular__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .formular__wrapper,
  body.frontend .formular__wrapper {
    display: flex;
    flex-direction: column;
    font-size: var(--fontSize14);
  }
}
.acfe-flexible-placeholder .formular__wrapper p,
body.frontend .formular__wrapper p {
  max-width: none !important;
}
.acfe-flexible-placeholder .formular__wrapper > .single__row,
body.frontend .formular__wrapper > .single__row {
  grid-column: 1/3;
}
.acfe-flexible-placeholder .formular__wrapper input[type=text],
.acfe-flexible-placeholder .formular__wrapper input[type=date],
.acfe-flexible-placeholder .formular__wrapper input[type=email],
.acfe-flexible-placeholder .formular__wrapper textarea,
.acfe-flexible-placeholder .formular__wrapper select,
body.frontend .formular__wrapper input[type=text],
body.frontend .formular__wrapper input[type=date],
body.frontend .formular__wrapper input[type=email],
body.frontend .formular__wrapper textarea,
body.frontend .formular__wrapper select {
  display: block;
  width: 100%;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  color: var(--colorBlack);
  padding: 0.5rem 1rem;
  border: 1px solid #8d92a0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  height: 2.7rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .formular__wrapper input[type=text],
  .acfe-flexible-placeholder .formular__wrapper input[type=date],
  .acfe-flexible-placeholder .formular__wrapper input[type=email],
  .acfe-flexible-placeholder .formular__wrapper textarea,
  .acfe-flexible-placeholder .formular__wrapper select,
  body.frontend .formular__wrapper input[type=text],
  body.frontend .formular__wrapper input[type=date],
  body.frontend .formular__wrapper input[type=email],
  body.frontend .formular__wrapper textarea,
  body.frontend .formular__wrapper select {
    padding: 0.5rem 0.5rem;
    font-size: var(--fontSize18);
  }
}
.acfe-flexible-placeholder .formular__wrapper textarea,
body.frontend .formular__wrapper textarea {
  max-width: 10000px;
  width: 100%;
  height: 10rem;
  margin-bottom: 1rem;
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .formular__wrapper textarea,
  body.frontend .formular__wrapper textarea {
    width: 100%;
  }
}
.acfe-flexible-placeholder .formular__wrapper .wpcf7-not-valid-tip,
body.frontend .formular__wrapper .wpcf7-not-valid-tip {
  display: none;
}
.acfe-flexible-placeholder .formular__wrapper select,
body.frontend .formular__wrapper select {
  padding: 0.75rem 1rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .formular__wrapper select,
  body.frontend .formular__wrapper select {
    padding: 0.75rem 0.5rem;
    font-size: var(--fontSize18);
  }
}
.acfe-flexible-placeholder .formular__wrapper select,
body.frontend .formular__wrapper select {
  position: relative; /* Ensure the arrow stays positioned correctly */
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24"%3E%3Cpath fill="%238d92a0" d="M7 10l5 5 5-5z"/%3E%3C/svg%3E'); /* Custom arrow */
  background-repeat: no-repeat;
  background-position: right 1rem center; /* Position the arrow */
  background-size: 2rem 2rem;
}
.acfe-flexible-placeholder .formular__wrapper input[type=checkbox],
body.frontend .formular__wrapper input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--colorBlack);
  margin: 0.45rem 0 0 0;
  display: block;
  accent-color: var(--colorBlack);
}
.acfe-flexible-placeholder .formular__wrapper input[type=checkbox]:checked,
body.frontend .formular__wrapper input[type=checkbox]:checked {
  background-color: var(--colorBlack);
}
.acfe-flexible-placeholder .formular__wrapper .wpcf7-submit,
body.frontend .formular__wrapper .wpcf7-submit {
  --buttonColor: var(--colorWhite);
  display: inline-flex;
  font-size: 0;
  line-height: 1;
  border: 1px solid var(--buttonColor);
  background-color: var(--colorGreen);
  color: var(--buttonColor);
  padding: 1.2rem 1.6rem 1.2rem 1.4rem;
  gap: 0 0.7rem;
  border-radius: 2rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  max-width: 14.5rem;
  font-family: "Poppins";
  font-size: var(--fontSize18);
  font-weight: 500;
  line-height: 1;
}
.acfe-flexible-placeholder .formular__wrapper .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
body.frontend .formular__wrapper .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0 0.75rem;
}
.acfe-flexible-placeholder .formular__wrapper .wpcf7-acceptance .wpcf7-list-item label,
body.frontend .formular__wrapper .wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0 0.75rem;
}
.acfe-flexible-placeholder .formular__wrapper .single__row label,
body.frontend .formular__wrapper .single__row label {
  display: block;
  margin-bottom: 0.3rem;
}
.acfe-flexible-placeholder .formular__wrapper .single__row .wpcf7-form-control-wrap,
body.frontend .formular__wrapper .single__row .wpcf7-form-control-wrap {
  margin-top: 0;
  display: block;
}
.acfe-flexible-placeholder .formular__wrapper .single__row .wpcf7-form-control-wrap .wpcf7-form-control,
body.frontend .formular__wrapper .single__row .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.acfe-flexible-placeholder .formular__wrapper .single__row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
body.frontend .formular__wrapper .single__row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0;
}
.acfe-flexible-placeholder .section__team .innerwrapper .content,
body.frontend .section__team .innerwrapper .content {
  font-size: var(--fontSize20);
  line-height: 1.5;
  color: var(--colorBlack);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__team .innerwrapper .content,
  body.frontend .section__team .innerwrapper .content {
    font-size: var(--fontSize14);
  }
}
.acfe-flexible-placeholder .section__team .innerwrapper .content p,
body.frontend .section__team .innerwrapper .content p {
  max-width: 40em;
}
.acfe-flexible-placeholder .section__team .innerwrapper .team_wrapper,
body.frontend .section__team .innerwrapper .team_wrapper {
  margin-top: 4rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 3rem;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__team .innerwrapper .team_wrapper,
  body.frontend .section__team .innerwrapper .team_wrapper {
    margin-top: 2rem;
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .single_team,
body.frontend .single_team {
  background-color: var(--colorGreyBlueLight);
  border-radius: 2.25rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  padding: 2.9rem;
  color: var(--colorBlack);
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single_team,
  body.frontend .single_team {
    grid-template-columns: 100%;
    gap: 2rem 0;
    padding: 1.5rem;
  }
  .acfe-flexible-placeholder .single_team a,
  body.frontend .single_team a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
.acfe-flexible-placeholder .single_team .image,
body.frontend .single_team .image {
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single_team .image,
  body.frontend .single_team .image {
    width: 9rem;
    margin-inline: auto;
  }
}
.acfe-flexible-placeholder .single_team .image img,
body.frontend .single_team .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.acfe-flexible-placeholder .single_team .text h4,
body.frontend .single_team .text h4 {
  margin: 0.5em 0 0 0;
  font-size: var(--fontSize20);
  color: var(--colorBlack);
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .single_team .text h4,
  body.frontend .single_team .text h4 {
    font-size: var(--fontSize16);
  }
}
.acfe-flexible-placeholder .vita,
body.frontend .vita {
  margin-top: 1rem;
}
.acfe-flexible-placeholder .vita .open_vita,
body.frontend .vita .open_vita {
  cursor: pointer;
  padding: 0.8rem 1.5rem;
  margin-top: 1rem;
}
.acfe-flexible-placeholder .vita .vita_inner,
body.frontend .vita .vita_inner {
  display: none;
}
.acfe-flexible-placeholder .vita .vita_inner p,
body.frontend .vita .vita_inner p {
  margin-top: 0;
}
.acfe-flexible-placeholder .vita .vita_inner p:first-child,
body.frontend .vita .vita_inner p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder .vita .vita_inner p:last-child,
body.frontend .vita .vita_inner p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.5rem;
  margin-top: 3.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper,
  body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper {
    grid-template-columns: 100%;
    gap: 2rem 0;
    margin-top: 2rem;
  }
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column {
  background-color: var(--colorGreyBlueLight);
  border-radius: 2.25rem;
  padding: 3.5rem 3.3rem 3.5rem 3.3rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  font-size: var(--fontSize18);
  min-height: 28rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column,
  body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column {
    min-height: 0;
    border-radius: 1.875rem;
    padding: 2rem;
  }
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column p:last-child,
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul:last-child,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column p:last-child,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column h4,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column h4 {
  margin: 0;
  font-weight: 400;
  font-size: var(--fontSize20);
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column h4 + p,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column h4 + p {
  margin-top: 1.5em;
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul li,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul li {
  list-style-type: none;
  margin: 0;
  padding: 1.2em 0;
  padding-left: 2.6em;
  position: relative;
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul li:not(:last-child),
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul li:not(:last-child) {
  border-bottom: 1px solid currentcolor;
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul li:before,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column ul li:before {
  width: 1.7em;
  height: 1.7em;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 98% auto;
  background-position: center center;
  top: 1.3em;
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.vorteile,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.vorteile {
  background-color: var(--colorYellow);
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.vorteile ul li:before,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.vorteile ul li:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26.828' height='18.914' viewBox='0 0 26.828 18.914'><path fill='none' stroke='%23262523' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m25.414 1.414-16.5 16.5-7.5-7.5' /></svg>");
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.nachteile,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.nachteile {
  background-color: var(--colorGreen);
  color: var(--colorWhite);
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.nachteile h3,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.nachteile h3 {
  color: var(--colorWhite);
}
.acfe-flexible-placeholder .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.nachteile ul li:before,
body.frontend .section__three-colored-teaser-boxes .innerwrapper .teaser__wrapper .column.nachteile ul li:before {
  width: 1.3em;
  height: 1.3em;
  top: 1.6em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19.328' height='19.328' viewBox='0 0 19.328 19.328'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m17.914 1.414-16.5 16.5m0-16.5 16.5 16.5' /></svg>");
}
.acfe-flexible-placeholder .single_team + .accordion,
body.frontend .single_team + .accordion {
  border-top: 1px solid var(--colorGreyMedium);
}
.acfe-flexible-placeholder .accordion,
body.frontend .accordion {
  border-bottom: 1px solid var(--colorGreyMedium);
  padding: 1.5rem 0;
}
.acfe-flexible-placeholder .accordion .accordion_head,
body.frontend .accordion .accordion_head {
  display: grid;
  grid-template-columns: 1fr 2.5rem;
  cursor: pointer;
}
.acfe-flexible-placeholder .accordion .accordion_head svg,
body.frontend .accordion .accordion_head svg {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .accordion .accordion_inner,
body.frontend .accordion .accordion_inner {
  display: none;
}
.acfe-flexible-placeholder .accordion.is-active .accordion_head svg,
body.frontend .accordion.is-active .accordion_head svg {
  transform: rotate(45deg);
}
.acfe-flexible-placeholder .overlay,
body.frontend .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0; /* Initially hidden */
  visibility: hidden; /* Prevents interactions */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.acfe-flexible-placeholder .overlay.show,
body.frontend .overlay.show {
  opacity: 1;
  visibility: visible;
}
.acfe-flexible-placeholder .overlay.hidden,
body.frontend .overlay.hidden {
  display: none;
}
.acfe-flexible-placeholder .overlay .content,
body.frontend .overlay .content {
  background: var(--colorWhite);
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  width: 36rem;
  font-size: var(--fontSize20);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(100vw - var(--sideSpacing) - var(--sideSpacing));
  overflow: clip;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .overlay .content,
  body.frontend .overlay .content {
    font-size: var(--fontSize14);
  }
}
.acfe-flexible-placeholder .overlay .content .overlay_header,
body.frontend .overlay .content .overlay_header {
  width: calc(100% + 2rem + 2rem);
  margin: -2rem -2rem 0 -2rem;
  background-color: var(--colorGreen);
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .overlay .content .overlay_header,
  body.frontend .overlay .content .overlay_header {
    padding: 4rem 0 2rem 0;
  }
}
.acfe-flexible-placeholder .overlay .content a,
body.frontend .overlay .content a {
  color: inherit;
}
.acfe-flexible-placeholder .overlay .content .overlay_logo,
body.frontend .overlay .content .overlay_logo {
  width: 28rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .overlay .content .overlay_logo,
  body.frontend .overlay .content .overlay_logo {
    width: 18rem;
  }
}
.acfe-flexible-placeholder .overlay .close-btn,
body.frontend .overlay .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0;
  line-height: 0;
  width: 2rem;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}
.acfe-flexible-placeholder .overlay .close-btn svg,
body.frontend .overlay .close-btn svg {
  width: 100%;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

:root {
  --headerTopHeight: 6rem;
  --headerNavHeight: 3.75rem;
  --headerHeight: calc(var(--headerTopHeight) + var(--headerNavHeight));
}

body.frontend header > .innerwrapper {
  height: var(--headerHeight);
  grid-template-columns: auto 1fr;
  grid-template-rows: var(--headerTopHeight) var(--headerNavHeight);
  gap: 0 2rem;
  align-items: center;
}
body.frontend header > .innerwrapper > .logo {
  grid-column: 1;
  grid-row: 1;
}
body.frontend header > .innerwrapper > .header-contact {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}
body.frontend header > .innerwrapper > nav {
  grid-column: 1/-1;
  grid-row: 2;
  align-self: stretch;
  display: flex;
  align-items: center;
  border-top: 1px solid color-mix(in srgb, var(--headerColor) 20%, transparent);
  font-size: var(--fontSize20);
}
body.frontend header > .innerwrapper > nav > ul {
  width: 100%;
  justify-content: center;
}
body.frontend header > .innerwrapper > nav > ul > li {
  padding-left: 2.15rem;
  padding-right: 2.15rem;
}

.header-contact {
  position: relative;
  z-index: 2;
  color: var(--headerColor);
}
.header-contact__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
}
.header-contact__menu {
  position: relative;
}
.header-contact__menu[open]::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.5rem;
}
.header-contact__menu summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 38px;
  padding: 0.45rem 0.9rem;
  border: 1px solid currentColor;
  border-radius: 2rem;
  font-size: var(--fontSize16);
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.header-contact__menu summary::-webkit-details-marker {
  display: none;
}
.header-contact__menu summary::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.header-contact__menu:first-child summary {
  background: var(--colorYellow);
  border-color: var(--colorYellow);
  color: var(--colorBlack);
}
.header-contact__menu[open] summary::after {
  transform: rotate(225deg);
}
.header-contact__panel {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  width: 25rem;
  max-width: calc(100vw - 2 * var(--sideSpacing));
  max-height: calc(100dvh - var(--headerTopHeight) - 1rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.6rem;
  background: var(--colorWhite);
  color: var(--colorBlack);
  border: 1px solid var(--colorGreyBlueLight);
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(38, 37, 35, 0.1490196078);
  font-size: max(14px, var(--fontSize14));
  line-height: 1.5;
}
.header-contact__panel p {
  margin: 0;
  padding: 0.75rem;
}
.header-contact__panel ul, .header-contact__panel li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact__panel a {
  display: block;
  padding: 0.75rem;
  color: var(--colorBlack);
  border-radius: 0.5rem;
  text-decoration: none;
  touch-action: manipulation;
}
.header-contact__panel a:hover {
  background: var(--colorGreyBlueLight);
}
.header-contact__panel strong, .header-contact__panel span {
  display: block;
}
.header-contact__panel strong {
  font-weight: 500;
}
.header-contact__panel span {
  margin-top: 0.15rem;
}
.header-contact summary:focus-visible, .header-contact a:focus-visible {
  outline: 2px solid var(--colorGreen);
  outline-offset: 2px;
}

@media only screen and (max-width: 768px) {
  :root {
    --headerActionsHeight: 4rem;
    --headerTopHeight: 5.2rem;
    --headerNavHeight: 0rem;
    --headerHeight: var(--headerTopHeight);
  }
  body.frontend {
    padding-bottom: calc(var(--headerActionsHeight) + env(safe-area-inset-bottom));
  }
  body.frontend header > .innerwrapper {
    grid-template-columns: 1fr auto;
    grid-template-rows: var(--headerTopHeight);
    gap: 0;
  }
  body.frontend header > .innerwrapper > .header-contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    width: 100%;
    padding: 0.55rem var(--sideSpacing) calc(0.55rem + env(safe-area-inset-bottom));
    background: var(--colorWhite);
    color: var(--colorBlack);
    border-top: 1px solid var(--colorGreyBlueLight);
    box-shadow: 0 -0.35rem 1.25rem rgba(38, 37, 35, 0.12);
  }
  body.frontend header > .innerwrapper > .logo {
    grid-column: 1;
    grid-row: 1;
  }
  body.frontend header > .innerwrapper > .hamburger {
    grid-column: 2;
    grid-row: 1;
  }
  body.frontend header > .innerwrapper > nav {
    display: block;
    grid-column: auto;
    grid-row: auto;
    border-top: 0;
    top: var(--headerHeight);
    height: calc(100dvh - var(--headerHeight));
  }
  body.frontend header > .innerwrapper > nav > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .header-contact__inner {
    gap: 0.5rem;
  }
  .header-contact__menu {
    position: static;
    flex: 1;
  }
  .header-contact__menu[open]::before {
    display: none;
  }
  .header-contact__menu summary {
    min-height: 42px;
    padding: 0.45rem;
    gap: 0.35rem;
    font-size: var(--fontSize14);
  }
  .header-contact__panel {
    top: auto;
    bottom: calc(100% + 0.35rem);
    left: var(--sideSpacing);
    right: var(--sideSpacing);
    width: auto;
    max-height: calc(100dvh - var(--headerHeight) - var(--headerActionsHeight) - 1rem);
  }
}
