:root {
  --fontSize14: 0.70rem;
  --fontSize15: 0.75rem;
  --fontSize16: 0.80rem;
  --fontSize17: 0.85rem;
  --fontSize18: 0.90rem;
  --fontSize19: 0.95rem;
  --fontSize20: 1.00rem;
  --fontSize21: 1.05rem;
  --fontSize22: 1.10rem;
  --fontSize23: 1.15rem;
  --fontSize24: 1.20rem;
  --fontSize25: 1.25rem;
  --fontSize26: 1.30rem;
  --fontSize27: 1.35rem;
  --fontSize28: 1.40rem;
  --fontSize29: 1.45rem;
  --fontSize30: 1.50rem;
  --fontSize31: 1.55rem;
  --fontSize32: 1.60rem;
  --fontSize33: 1.65rem;
  --fontSize34: 1.70rem;
  --fontSize35: 1.75rem;
  --fontSize36: 1.80rem;
  --fontSize37: 1.85rem;
  --fontSize38: 1.90rem;
  --fontSize39: 1.95rem;
  --fontSize40: 2.00rem;
  --fontSize41: 2.05rem;
  --fontSize42: 2.10rem;
  --fontSize43: 2.15rem;
  --fontSize44: 2.20rem;
  --fontSize45: 2.25rem;
  --fontSize46: 2.30rem;
  --fontSize47: 2.35rem;
  --fontSize48: 2.40rem;
  --fontSize49: 2.45rem;
  --fontSize50: 2.50rem;
  --fontSize51: 2.55rem;
  --fontSize52: 2.60rem;
  --fontSize53: 2.65rem;
  --fontSize54: 2.70rem;
  --fontSize55: 2.75rem;
  --fontSize56: 2.80rem;
  --fontSize57: 2.85rem;
  --fontSize58: 2.90rem;
  --fontSize59: 2.95rem;
  --fontSize60: 3.00rem;
  --sideSpacing: 6rem;
  --headerHeight: 9.4rem;
  --colorBlueLight: #ACC1CE;
  --colorBeige: #F2EFED;
  --colorWhite: #FFF;
  --colorBlack: #37393B;
  --colorBrown: #A5998A;
  --colorBlue: #0B3542;
  --colorGreyMedium: #808285;
  --colorBeigeLight: #F8F6F5;
}
@media only screen and (max-width: 768px) {
  :root {
    --sideSpacing: 1.2rem;
    --headerHeight: 6.8rem;
  }
}

input[type=text],
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) {
  scroll-behavior: smooth;
  font-size: 17px;
}
@media only screen and (max-width: 1635px) {
  html:not(.wp-toolbar) {
    font-size: 1.04vw;
  }
}
@media only screen and (max-width: 768px) {
  html:not(.wp-toolbar) {
    font-size: 4.92vw;
  }
}

body:not(.wp-admin) {
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--fontSize22);
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 300;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  body:not(.wp-admin) {
    font-size: var(--fontSize17);
  }
}

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

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

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

.acfe-flexible-placeholder,
body.frontend {
  /* Fix iOS */
  /* Buttons */
  /* Fix IE11 */
  /* Close button on the top right corner of html content */
  /* Navigation arrows */
  /* Caption */
  /* Loading indicator */
  /* Transition effects */
  /* transitionEffect: slide */
  /* transitionEffect: fade */
  /* transitionEffect: zoom-in-out */
  /* transitionEffect: rotate */
  /* transitionEffect: circular */
  /* transitionEffect: tube */
  /* Styling for Small-Screen Devices */
  /* Share */
  /* Thumbs */
  /* Styling for Small-Screen Devices */
}
.acfe-flexible-placeholder img,
body.frontend img {
  border: 0;
}
.acfe-flexible-placeholder .innerwrapper,
body.frontend .innerwrapper {
  width: calc(100% - var(--sideSpacing) - var(--sideSpacing));
  margin: 0 auto;
  max-width: 1430px;
}
.acfe-flexible-placeholder header,
body.frontend header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--colorWhite);
  transition: background-color 300ms ease-out;
}
.acfe-flexible-placeholder header.fixed,
body.frontend header.fixed {
  background-color: #f2f6f8;
}
.acfe-flexible-placeholder header.fixed .innerwrapper,
body.frontend header.fixed .innerwrapper {
  height: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header.fixed .innerwrapper,
  body.frontend header.fixed .innerwrapper {
    height: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header.fixed .innerwrapper .logo,
  body.frontend header.fixed .innerwrapper .logo {
    width: 80%;
  }
}
.acfe-flexible-placeholder header .innerwrapper,
body.frontend header .innerwrapper {
  display: grid;
  grid-template-columns: 7.85rem 1fr;
  align-items: center;
  height: var(--headerHeight);
  transition: height 300ms ease-out;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper,
  body.frontend header .innerwrapper {
    grid-template-columns: 5.3rem 1fr;
  }
}
.acfe-flexible-placeholder header .innerwrapper .logo,
body.frontend header .innerwrapper .logo {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper .logo,
  body.frontend header .innerwrapper .logo {
    transition: width 200ms ease-out;
  }
}
.acfe-flexible-placeholder header .innerwrapper .logo svg,
body.frontend header .innerwrapper .logo svg {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder header .innerwrapper nav,
body.frontend header .innerwrapper nav {
  margin-left: auto;
  font-size: var(--fontSize23);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav,
  body.frontend header .innerwrapper nav {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    height: 100dvh;
    width: calc(100% - 3.7rem);
    background-color: #f0f4f6;
    pointer-events: none;
    transform: translateX(-100%);
    transition: 500ms ease-out;
  }
  .acfe-flexible-placeholder header .innerwrapper nav.is-active,
  body.frontend header .innerwrapper nav.is-active {
    pointer-events: auto;
    transform: translateX(0%);
  }
}
.acfe-flexible-placeholder header .innerwrapper nav ul,
body.frontend header .innerwrapper nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 4.36em;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder header .innerwrapper nav ul,
  body.frontend header .innerwrapper nav ul {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-block: 2.6rem;
  }
}
.acfe-flexible-placeholder header .innerwrapper nav ul li,
body.frontend header .innerwrapper nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder header .innerwrapper nav ul li a,
body.frontend header .innerwrapper nav ul li a {
  color: inherit;
  text-decoration: none;
}
.acfe-flexible-placeholder header .innerwrapper nav ul li a.current,
body.frontend header .innerwrapper nav ul li a.current {
  color: var(--colorBlueLight);
}
.acfe-flexible-placeholder header .innerwrapper nav ul li.nav_button a,
body.frontend header .innerwrapper nav ul li.nav_button a {
  background-color: var(--colorBlueLight);
  color: var(--colorWhite);
  display: flex;
  height: 3.5em;
  align-items: center;
  padding-inline: 2.6em;
  border-radius: 2em;
}
.acfe-flexible-placeholder header .innerwrapper .hamburger,
body.frontend header .innerwrapper .hamburger {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 1.3rem;
  margin-left: auto;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.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 header .innerwrapper .hamburger,
  body.frontend header .innerwrapper .hamburger {
    display: block;
  }
}
.acfe-flexible-placeholder .cta__button,
body.frontend .cta__button {
  background-color: transparent;
  border: 1px solid var(--colorBlack);
  color: var(--colorBlack);
  display: inline-flex;
  height: 3.5em;
  align-items: center;
  padding-inline: 2.6em;
  border-radius: 2em;
  font-size: var(--fontSize23);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .cta__button,
  body.frontend .cta__button {
    font-size: var(--fontSize15);
    height: 3.7em;
    align-items: center;
    padding-inline: 2.9em;
  }
}
@media (hover: hover) {
  .acfe-flexible-placeholder .cta__button:hover,
  body.frontend .cta__button:hover {
    background-color: var(--colorBlack) !important;
    color: var(--colorBeigeLight) !important;
  }
}
.acfe-flexible-placeholder .cta__button.blue,
body.frontend .cta__button.blue {
  background-color: var(--colorBlueLight);
  border-color: var(--colorBlueLight);
  color: var(--colorWhite);
}
.acfe-flexible-placeholder h1,
body.frontend h1 {
  font-size: var(--fontSize60);
  margin: 0;
  font-weight: 200;
  line-height: 1.366;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  max-width: 23em;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder h1,
  body.frontend h1 {
    font-size: var(--fontSize30);
    margin-bottom: 0.9rem;
  }
}
.acfe-flexible-placeholder section,
body.frontend section {
  overflow-x: clip;
}
.acfe-flexible-placeholder section:not(.section__start),
body.frontend section:not(.section__start) {
  scroll-margin-top: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder section:not(.section__start),
  body.frontend section:not(.section__start) {
    scroll-margin-top: 4rem;
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper,
body.frontend .section__start .innerwrapper {
  padding-top: calc(var(--headerHeight) + 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__start .innerwrapper,
  body.frontend .section__start .innerwrapper {
    padding-top: calc(var(--headerHeight) + 1rem);
  }
}
.acfe-flexible-placeholder .section__start .innerwrapper > h1,
.acfe-flexible-placeholder .section__start .innerwrapper > p,
.acfe-flexible-placeholder .section__start .innerwrapper .aerzte_holder .image,
.acfe-flexible-placeholder .section__start .innerwrapper .aerzte_holder .aerzte_infos,
body.frontend .section__start .innerwrapper > h1,
body.frontend .section__start .innerwrapper > p,
body.frontend .section__start .innerwrapper .aerzte_holder .image,
body.frontend .section__start .innerwrapper .aerzte_holder .aerzte_infos {
  opacity: 0;
}
.acfe-flexible-placeholder .aerzte_holder,
body.frontend .aerzte_holder {
  margin-top: -5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .aerzte_holder,
  body.frontend .aerzte_holder {
    margin-top: 1.5rem;
  }
}
.acfe-flexible-placeholder .aerzte_holder > svg,
body.frontend .aerzte_holder > svg {
  position: absolute;
  width: calc(100% + 4rem);
  height: auto;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .aerzte_holder > svg,
  body.frontend .aerzte_holder > svg {
    width: calc(100% + 9rem);
    height: auto;
    top: -1.5rem;
  }
}
.acfe-flexible-placeholder .aerzte_holder .image,
body.frontend .aerzte_holder .image {
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .aerzte_holder .image,
  body.frontend .aerzte_holder .image {
    width: calc(100% + 7rem);
    margin-left: -3.5rem;
    margin-top: -0.4rem;
  }
}
.acfe-flexible-placeholder .aerzte_holder .image > img,
body.frontend .aerzte_holder .image > img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .aerzte_holder .aerzte_infos,
body.frontend .aerzte_holder .aerzte_infos {
  background-color: var(--colorBeige);
  box-shadow: 0 0.15rem 2rem 0 rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -2rem;
  position: relative;
  z-index: 1;
  padding: 2.7rem;
  pointer-events: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .aerzte_holder .aerzte_infos,
  body.frontend .aerzte_holder .aerzte_infos {
    grid-template-columns: 100%;
    margin-top: -1.3rem;
    padding: 1.7rem;
    gap: 1.36rem 0;
  }
}
.acfe-flexible-placeholder .aerzte_holder .aerzte_infos .column,
body.frontend .aerzte_holder .aerzte_infos .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .aerzte_holder .aerzte_infos .column,
  body.frontend .aerzte_holder .aerzte_infos .column {
    gap: 0.2rem 0;
  }
}
.acfe-flexible-placeholder .aerzte_holder .aerzte_infos .column p,
body.frontend .aerzte_holder .aerzte_infos .column p {
  margin: 0;
}
.acfe-flexible-placeholder .aerzte_holder .aerzte_infos .column:not(:last-child),
body.frontend .aerzte_holder .aerzte_infos .column:not(:last-child) {
  border-right: 1px solid var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .aerzte_holder .aerzte_infos .column:not(:last-child),
  body.frontend .aerzte_holder .aerzte_infos .column:not(:last-child) {
    border-right: 0;
  }
}
.acfe-flexible-placeholder .aerzte_holder .aerzte_infos .column .name,
body.frontend .aerzte_holder .aerzte_infos .column .name {
  display: block;
  font-size: var(--fontSize26);
  text-transform: uppercase;
  line-height: 1.384;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .aerzte_holder .aerzte_infos .column .name,
  body.frontend .aerzte_holder .aerzte_infos .column .name {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder .topline,
body.frontend .topline {
  font-size: var(--fontSize16);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--colorBrown);
  line-height: 1.375;
  letter-spacing: 0.15em;
  margin-bottom: 1.3rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .topline,
  body.frontend .topline {
    font-size: var(--fontSize14);
  }
}
.acfe-flexible-placeholder h2,
.acfe-flexible-placeholder .section__headline-image-content h3,
.acfe-flexible-placeholder .section__aerzte h3,
body.frontend h2,
body.frontend .section__headline-image-content h3,
body.frontend .section__aerzte h3 {
  font-size: var(--fontSize40);
  margin: 0;
  font-weight: 200;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  color: var(--colorBlue);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder h2,
  .acfe-flexible-placeholder .section__headline-image-content h3,
  .acfe-flexible-placeholder .section__aerzte h3,
  body.frontend h2,
  body.frontend .section__headline-image-content h3,
  body.frontend .section__aerzte h3 {
    font-size: var(--fontSize29);
    line-height: 1.56;
  }
}
.acfe-flexible-placeholder strong,
body.frontend strong {
  font-weight: 700;
}
.acfe-flexible-placeholder .section__image-content .innerwrapper .content ul,
.acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .content ul,
.acfe-flexible-placeholder .tabs .tab-content ul,
body.frontend .section__image-content .innerwrapper .content ul,
body.frontend .section__image-content-alternative .innerwrapper .content ul,
body.frontend .tabs .tab-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.95em 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content .innerwrapper .content ul,
  .acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .content ul,
  .acfe-flexible-placeholder .tabs .tab-content ul,
  body.frontend .section__image-content .innerwrapper .content ul,
  body.frontend .section__image-content-alternative .innerwrapper .content ul,
  body.frontend .tabs .tab-content ul {
    gap: 1.2em 0;
  }
}
.acfe-flexible-placeholder .section__image-content .innerwrapper .content ul li,
.acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .content ul li,
.acfe-flexible-placeholder .tabs .tab-content ul li,
body.frontend .section__image-content .innerwrapper .content ul li,
body.frontend .section__image-content-alternative .innerwrapper .content ul li,
body.frontend .tabs .tab-content ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 1.1em;
}
.acfe-flexible-placeholder .section__image-content .innerwrapper .content ul li:before,
.acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .content ul li:before,
.acfe-flexible-placeholder .tabs .tab-content ul li:before,
body.frontend .section__image-content .innerwrapper .content ul li:before,
body.frontend .section__image-content-alternative .innerwrapper .content ul li:before,
body.frontend .tabs .tab-content ul li:before {
  --size: 0.5em;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9.58' height='16.425' viewBox='0 0 9.58 16.425'><path fill='%2368899a' d='M9.179 7.246a1.37 1.37 0 0 1 0 1.937l-6.842 6.841a1.37 1.37 0 0 1-1.932-1.937L6.28 8.212.405 2.337A1.37 1.37 0 0 1 2.342.405l6.841 6.841Z' /></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: var(--size);
  aspect-ratio: 1/2;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.acfe-flexible-placeholder .section__image-content#ueberblick .innerwrapper,
body.frontend .section__image-content#ueberblick .innerwrapper {
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content#ueberblick .innerwrapper,
  body.frontend .section__image-content#ueberblick .innerwrapper {
    padding-top: 2.4rem;
  }
}
.acfe-flexible-placeholder .section__image-content .innerwrapper,
body.frontend .section__image-content .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 40.5rem;
  gap: 0 7rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content .innerwrapper,
  body.frontend .section__image-content .innerwrapper {
    grid-template-columns: 100%;
    gap: 2.6rem 0;
  }
}
.acfe-flexible-placeholder .section__image-content .innerwrapper .content,
body.frontend .section__image-content .innerwrapper .content {
  text-align: left;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content .innerwrapper .content,
  body.frontend .section__image-content .innerwrapper .content {
    order: 2;
  }
}
.acfe-flexible-placeholder .section__image-content .innerwrapper .content p:first-child,
body.frontend .section__image-content .innerwrapper .content p:first-child {
  margin-top: 0;
}
.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 .image,
body.frontend .section__image-content .innerwrapper .image {
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content .innerwrapper .image,
  body.frontend .section__image-content .innerwrapper .image {
    order: 1;
  }
}
.acfe-flexible-placeholder .section__image-content .innerwrapper .image img,
body.frontend .section__image-content .innerwrapper .image img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__image-content.blow-out .innerwrapper .image,
body.frontend .section__image-content.blow-out .innerwrapper .image {
  width: calc(100% + var(--sideSpacing));
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content.blow-out .innerwrapper .image,
  body.frontend .section__image-content.blow-out .innerwrapper .image {
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing));
    margin-inline: calc(var(--sideSpacing) * -1);
  }
}
.acfe-flexible-placeholder .section__image-content.blow-out .innerwrapper .image img,
body.frontend .section__image-content.blow-out .innerwrapper .image img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__image-content.bg-color,
body.frontend .section__image-content.bg-color {
  background-color: var(--colorBeigeLight);
  margin: 0;
}
.acfe-flexible-placeholder .section__image-content.bg-color .innerwrapper,
body.frontend .section__image-content.bg-color .innerwrapper {
  padding-block: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content.bg-color .innerwrapper,
  body.frontend .section__image-content.bg-color .innerwrapper {
    padding-block: 2.3rem;
    padding-bottom: 0;
  }
}
.acfe-flexible-placeholder .section__image-content.bg-color .innerwrapper .content p,
body.frontend .section__image-content.bg-color .innerwrapper .content p {
  margin: 1.4em 0;
}
.acfe-flexible-placeholder .section__image-content.bg-color .innerwrapper .content p:first-child,
body.frontend .section__image-content.bg-color .innerwrapper .content p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder .section__image-content.bg-color .innerwrapper .content p:last-child,
body.frontend .section__image-content.bg-color .innerwrapper .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__image-content.reversed .innerwrapper,
body.frontend .section__image-content.reversed .innerwrapper {
  grid-template-columns: 40.5rem 1fr;
  gap: 0 6rem;
  align-items: center;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content.reversed .innerwrapper,
  body.frontend .section__image-content.reversed .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__image-content.reversed .innerwrapper .image,
body.frontend .section__image-content.reversed .innerwrapper .image {
  order: 1;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content.reversed .innerwrapper .image,
  body.frontend .section__image-content.reversed .innerwrapper .image {
    order: 2;
  }
}
.acfe-flexible-placeholder .section__image-content.reversed .innerwrapper .content,
body.frontend .section__image-content.reversed .innerwrapper .content {
  order: 2;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content.reversed .innerwrapper .content,
  body.frontend .section__image-content.reversed .innerwrapper .content {
    order: 1;
    padding-bottom: 0;
  }
}
.acfe-flexible-placeholder .section__image-content.reversed .innerwrapper .content p,
body.frontend .section__image-content.reversed .innerwrapper .content p {
  max-width: 33.5em;
}
.acfe-flexible-placeholder .section__image-content.reversed.blow-out .innerwrapper .image,
body.frontend .section__image-content.reversed.blow-out .innerwrapper .image {
  margin-left: calc(var(--sideSpacing) * -1);
  width: calc(100% + var(--sideSpacing) + 3rem);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content.reversed.blow-out .innerwrapper .image,
  body.frontend .section__image-content.reversed.blow-out .innerwrapper .image {
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing) + 7rem);
    margin-inline: calc((var(--sideSpacing) + 3.5rem) * -1);
    margin-top: 2.4rem;
  }
}
.acfe-flexible-placeholder .section__list .innerwrapper,
body.frontend .section__list .innerwrapper {
  display: grid;
  grid-template-columns: repeat(3, 20.7rem);
  justify-content: space-between;
  padding-block: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__list .innerwrapper,
  body.frontend .section__list .innerwrapper {
    grid-template-columns: 100%;
    padding-block: 3.4rem;
    gap: 2rem 0;
  }
}
.acfe-flexible-placeholder .section__list .innerwrapper .single_list,
body.frontend .section__list .innerwrapper .single_list {
  display: grid;
  grid-template-columns: 5rem 1fr;
  font-size: var(--fontSize25);
  text-align: left;
  line-height: 1.36;
  gap: 0 1.7rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__list .innerwrapper .single_list,
  body.frontend .section__list .innerwrapper .single_list {
    grid-template-columns: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: var(--fontSize20);
    gap: 0.8rem 0;
    max-width: 14em;
    margin-inline: auto;
  }
}
.acfe-flexible-placeholder .section__list .innerwrapper .single_list svg,
body.frontend .section__list .innerwrapper .single_list svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__list .innerwrapper .single_list svg,
  body.frontend .section__list .innerwrapper .single_list svg {
    width: 4.3rem;
    margin-inline: auto;
  }
}
.acfe-flexible-placeholder .section__video .innerwrapper,
body.frontend .section__video .innerwrapper {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__video .innerwrapper,
  body.frontend .section__video .innerwrapper {
    padding-bottom: 2rem;
  }
}
.acfe-flexible-placeholder .section__video .innerwrapper .video,
body.frontend .section__video .innerwrapper .video {
  width: 100%;
  margin-inline: auto;
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  /*
  video {
  	width: 100%;
  	height: auto;
  	aspect-ratio: 16/9;
  }

  &.is-playing {
  	&:before {
  		opacity: 0;
  	}

  	.play_pause {
  		opacity: 0;

  		.pause {
  			display: block;
  		}
  		.play {
  			display: none;
  		}
  	}

  	&:hover {
  		.play_pause {
  			opacity: 1;	
  		}
  	}
  }
  */
}
.acfe-flexible-placeholder .section__video .innerwrapper .video:focus,
body.frontend .section__video .innerwrapper .video:focus {
  outline: 0;
}
.acfe-flexible-placeholder .section__video .innerwrapper .video .play_pause,
body.frontend .section__video .innerwrapper .video .play_pause {
  position: absolute;
  z-index: 5;
  width: 6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__video .innerwrapper .video .play_pause,
  body.frontend .section__video .innerwrapper .video .play_pause {
    width: 3rem;
  }
}
.acfe-flexible-placeholder .section__video .innerwrapper .video .play_pause .pause,
body.frontend .section__video .innerwrapper .video .play_pause .pause {
  display: none;
}
.acfe-flexible-placeholder .section__video .innerwrapper .video:before,
body.frontend .section__video .innerwrapper .video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0B3542;
  opacity: 0.3;
  z-index: 1;
  transition: opacity 200ms ease-out;
}
.acfe-flexible-placeholder .section__video .innerwrapper .video img,
body.frontend .section__video .innerwrapper .video img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper,
body.frontend .section__headline-image-content .innerwrapper {
  --imageSize: 43rem;
  display: grid;
  grid-template-columns: var(--imageSize) 1fr;
  padding-top: 5.3rem;
  gap: 0 5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__headline-image-content .innerwrapper,
  body.frontend .section__headline-image-content .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 4.1rem;
    gap: 3rem 0;
  }
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .headlines,
body.frontend .section__headline-image-content .innerwrapper .headlines {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__headline-image-content .innerwrapper .headlines,
  body.frontend .section__headline-image-content .innerwrapper .headlines {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .headlines .topline,
body.frontend .section__headline-image-content .innerwrapper .headlines .topline {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__headline-image-content .innerwrapper .headlines .topline,
  body.frontend .section__headline-image-content .innerwrapper .headlines .topline {
    margin-bottom: 1.3rem;
  }
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .headlines h2,
body.frontend .section__headline-image-content .innerwrapper .headlines h2 {
  font-size: var(--fontSize50);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__headline-image-content .innerwrapper .headlines h2,
  body.frontend .section__headline-image-content .innerwrapper .headlines h2 {
    font-size: var(--fontSize36);
  }
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .content,
body.frontend .section__headline-image-content .innerwrapper .content {
  margin-block: auto;
  text-align: left;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__headline-image-content .innerwrapper .content h3 br,
  body.frontend .section__headline-image-content .innerwrapper .content h3 br {
    display: none;
  }
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .content p,
body.frontend .section__headline-image-content .innerwrapper .content p {
  margin: 1.4em 0;
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .content p:first-child,
body.frontend .section__headline-image-content .innerwrapper .content p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .content p:last-child,
body.frontend .section__headline-image-content .innerwrapper .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .image,
body.frontend .section__headline-image-content .innerwrapper .image {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.acfe-flexible-placeholder .section__headline-image-content .innerwrapper .image img,
body.frontend .section__headline-image-content .innerwrapper .image img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__headline-image-content.reversed .innerwrapper,
body.frontend .section__headline-image-content.reversed .innerwrapper {
  grid-template-columns: 1fr var(--imageSize);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__headline-image-content.reversed .innerwrapper,
  body.frontend .section__headline-image-content.reversed .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__headline-image-content.reversed .innerwrapper .image,
body.frontend .section__headline-image-content.reversed .innerwrapper .image {
  order: 2;
}
.acfe-flexible-placeholder .section__headline-image-content.reversed .innerwrapper .content,
body.frontend .section__headline-image-content.reversed .innerwrapper .content {
  order: 1;
}
.acfe-flexible-placeholder .section__image-content-alternative .innerwrapper,
body.frontend .section__image-content-alternative .innerwrapper {
  --imageSize: 43rem;
  display: grid;
  grid-template-columns: var(--imageSize) 1fr;
  gap: 0 4.8rem;
  align-items: start;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative .innerwrapper,
  body.frontend .section__image-content-alternative .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 0;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .content,
body.frontend .section__image-content-alternative .innerwrapper .content {
  text-align: left;
  color: var(--colorBlack);
  padding-top: 2.3rem;
  padding-bottom: 4.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .content,
  body.frontend .section__image-content-alternative .innerwrapper .content {
    order: 1 !important;
    padding-top: 3.3rem !important;
    position: relative;
    z-index: 9;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .image,
body.frontend .section__image-content-alternative .innerwrapper .image {
  width: calc(100% + var(--sideSpacing) + 6rem);
  font-size: 0;
  line-height: 0;
  margin-left: calc((var(--sideSpacing) + 6rem) * -1);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .image,
  body.frontend .section__image-content-alternative .innerwrapper .image {
    order: 2 !important;
    width: calc(100% + var(--sideSpacing) + 6rem) !important;
    margin-inline: calc((var(--sideSpacing) + 3rem) * -1) !important;
    margin-top: 0 !important;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative .innerwrapper .image img,
body.frontend .section__image-content-alternative .innerwrapper .image img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__image-content-alternative.bg-color,
body.frontend .section__image-content-alternative.bg-color {
  background-color: var(--colorBeigeLight);
}
.acfe-flexible-placeholder .section__image-content-alternative.bg-color .innerwrapper,
body.frontend .section__image-content-alternative.bg-color .innerwrapper {
  padding-top: 0;
}
.acfe-flexible-placeholder .section__image-content-alternative.bg-color .innerwrapper .content,
body.frontend .section__image-content-alternative.bg-color .innerwrapper .content {
  padding-top: 6.3rem;
}
.acfe-flexible-placeholder .section__image-content-alternative.bg-color .innerwrapper .image,
body.frontend .section__image-content-alternative.bg-color .innerwrapper .image {
  margin-top: -4.8rem;
}
.acfe-flexible-placeholder .section__image-content-alternative.reversed .innerwrapper,
body.frontend .section__image-content-alternative.reversed .innerwrapper {
  grid-template-columns: 1fr var(--imageSize);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative.reversed .innerwrapper,
  body.frontend .section__image-content-alternative.reversed .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative.reversed .innerwrapper .image,
body.frontend .section__image-content-alternative.reversed .innerwrapper .image {
  order: 2;
  margin-right: calc((var(--sideSpacing) + 6rem) * -1);
  margin-left: 0;
  margin-top: 0;
  margin-inline: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative.reversed .innerwrapper .image,
  body.frontend .section__image-content-alternative.reversed .innerwrapper .image {
    order: 2 !important;
    width: 100% !important;
    margin-inline: auto !important;
    margin-top: 0 !important;
    margin-bottom: 3rem;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative.reversed .innerwrapper .content,
body.frontend .section__image-content-alternative.reversed .innerwrapper .content {
  order: 1;
}
.acfe-flexible-placeholder .section__image-content-alternative#mist .innerwrapper .image,
body.frontend .section__image-content-alternative#mist .innerwrapper .image {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative#mist .innerwrapper .image,
  body.frontend .section__image-content-alternative#mist .innerwrapper .image {
    margin-top: -4.5rem !important;
  }
}
.acfe-flexible-placeholder .accordion,
body.frontend .accordion {
  display: flex;
  flex-direction: column;
  margin-top: 2.2rem;
  gap: 0.7rem 0;
}
.acfe-flexible-placeholder .accordion .single__accordion,
body.frontend .accordion .single__accordion {
  border: 1px solid var(--colorBlack);
}
.acfe-flexible-placeholder .accordion .single__accordion .accordion-head,
body.frontend .accordion .single__accordion .accordion-head {
  display: grid;
  grid-template-columns: 1fr 1.3rem;
  padding: 0.9rem 1.2rem;
  color: var(--colorGreyMedium);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .accordion .single__accordion .accordion-head,
  body.frontend .accordion .single__accordion .accordion-head {
    padding: 0.7rem 0.7rem 0.7rem 1rem;
    grid-template-columns: 1fr 1rem;
  }
}
.acfe-flexible-placeholder .accordion .single__accordion .accordion-head span,
body.frontend .accordion .single__accordion .accordion-head span {
  font-weight: 800;
}
.acfe-flexible-placeholder .accordion .single__accordion .accordion-head svg,
body.frontend .accordion .single__accordion .accordion-head svg {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.acfe-flexible-placeholder .accordion .single__accordion .accordion-content,
body.frontend .accordion .single__accordion .accordion-content {
  display: none;
  padding-inline: 1.2rem;
  padding-block: 1rem;
}
.acfe-flexible-placeholder .accordion .single__accordion .accordion-content small a,
body.frontend .accordion .single__accordion .accordion-content small a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.acfe-flexible-placeholder .accordion .single__accordion .accordion-content p:first-child,
body.frontend .accordion .single__accordion .accordion-content p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder .accordion .single__accordion .accordion-content p:last-child,
body.frontend .accordion .single__accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .accordion .single__accordion .accordion-content p > img,
body.frontend .accordion .single__accordion .accordion-content p > img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__image-content-alternative2 .innerwrapper,
body.frontend .section__image-content-alternative2 .innerwrapper {
  --imageSize: 43rem;
  display: grid;
  grid-template-columns: var(--imageSize) 1fr;
  gap: 0 4.8rem;
  align-items: center;
  padding-top: 5.8rem;
  padding-bottom: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative2 .innerwrapper,
  body.frontend .section__image-content-alternative2 .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    gap: 2rem;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative2 .innerwrapper .content,
body.frontend .section__image-content-alternative2 .innerwrapper .content {
  text-align: left;
  color: var(--colorBlack);
  padding-top: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative2 .innerwrapper .content,
  body.frontend .section__image-content-alternative2 .innerwrapper .content {
    padding-top: 0;
    order: 1 !important;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative2 .innerwrapper .image,
body.frontend .section__image-content-alternative2 .innerwrapper .image {
  width: 100%;
  font-size: 0;
  line-height: 0;
  width: calc(100% + var(--sideSpacing));
  margin-left: calc((var(--sideSpacing)) * -1);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative2 .innerwrapper .image,
  body.frontend .section__image-content-alternative2 .innerwrapper .image {
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing)) !important;
    margin-inline: calc((var(--sideSpacing)) * -1) !important;
    order: 2 !important;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative2 .innerwrapper .image img,
body.frontend .section__image-content-alternative2 .innerwrapper .image img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__image-content-alternative2.bg-color,
body.frontend .section__image-content-alternative2.bg-color {
  background-color: var(--colorBeigeLight);
}
.acfe-flexible-placeholder .section__image-content-alternative2.bg-color-2,
body.frontend .section__image-content-alternative2.bg-color-2 {
  background-color: #F2EFED;
}
.acfe-flexible-placeholder .section__image-content-alternative2.reversed .innerwrapper,
body.frontend .section__image-content-alternative2.reversed .innerwrapper {
  grid-template-columns: 1fr var(--imageSize);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative2.reversed .innerwrapper,
  body.frontend .section__image-content-alternative2.reversed .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__image-content-alternative2.reversed .innerwrapper .image,
body.frontend .section__image-content-alternative2.reversed .innerwrapper .image {
  order: 2;
  margin-right: calc((var(--sideSpacing)) * -1);
  margin-left: 0;
}
.acfe-flexible-placeholder .section__image-content-alternative2.reversed .innerwrapper .content,
body.frontend .section__image-content-alternative2.reversed .innerwrapper .content {
  order: 1;
}
.acfe-flexible-placeholder .section__image-content-alternative2.no-padding .innerwrapper,
body.frontend .section__image-content-alternative2.no-padding .innerwrapper {
  --imageSize: 40.6rem;
  padding-block: 0 !important;
  gap: 0 7.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__image-content-alternative2.no-padding .innerwrapper,
  body.frontend .section__image-content-alternative2.no-padding .innerwrapper {
    gap: 2rem;
    padding-top: 3.2rem !important;
    padding-bottom: 0 !important;
  }
}
.acfe-flexible-placeholder .section__aerzte > .innerwrapper,
body.frontend .section__aerzte > .innerwrapper {
  padding-top: 5.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte > .innerwrapper,
  body.frontend .section__aerzte > .innerwrapper {
    padding-top: 3.3rem;
  }
}
.acfe-flexible-placeholder .section__aerzte > .innerwrapper .headlines,
body.frontend .section__aerzte > .innerwrapper .headlines {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.acfe-flexible-placeholder .section__aerzte > .innerwrapper .headlines .topline,
body.frontend .section__aerzte > .innerwrapper .headlines .topline {
  margin-bottom: 0.8rem;
}
.acfe-flexible-placeholder .section__aerzte > .innerwrapper .headlines h2,
body.frontend .section__aerzte > .innerwrapper .headlines h2 {
  font-size: var(--fontSize50);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte > .innerwrapper .headlines h2,
  body.frontend .section__aerzte > .innerwrapper .headlines h2 {
    font-size: var(--fontSize36);
  }
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper,
body.frontend .section__aerzte .single_arzt .innerwrapper {
  --imageSize: 43rem;
  display: grid;
  grid-template-columns: var(--imageSize) 1fr;
  gap: 0 5rem;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper,
  body.frontend .section__aerzte .single_arzt .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 5rem;
    gap: 2rem 0;
  }
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content,
body.frontend .section__aerzte .single_arzt .innerwrapper .content {
  margin-top: 11.5rem;
  text-align: left;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content,
  body.frontend .section__aerzte .single_arzt .innerwrapper .content {
    order: 1 !important;
    margin-top: 0 !important;
  }
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content p,
body.frontend .section__aerzte .single_arzt .innerwrapper .content p {
  margin: 1.4em 0;
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content p:first-child,
body.frontend .section__aerzte .single_arzt .innerwrapper .content p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content p:last-child,
body.frontend .section__aerzte .single_arzt .innerwrapper .content p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content h3,
body.frontend .section__aerzte .single_arzt .innerwrapper .content h3 {
  font-size: var(--fontSize26);
  font-weight: 400;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content h3,
  body.frontend .section__aerzte .single_arzt .innerwrapper .content h3 {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content h4,
body.frontend .section__aerzte .single_arzt .innerwrapper .content h4 {
  margin: 0;
  font-weight: 400;
  font-size: var(--fontSize20);
  color: var(--colorGreyMedium);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .content h4,
  body.frontend .section__aerzte .single_arzt .innerwrapper .content h4 {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .image,
body.frontend .section__aerzte .single_arzt .innerwrapper .image {
  width: calc(100% + var(--sideSpacing) + 2rem);
  font-size: 0;
  line-height: 0;
  margin-left: calc(var(--sideSpacing) * -1);
  margin-top: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .image,
  body.frontend .section__aerzte .single_arzt .innerwrapper .image {
    order: 2 !important;
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing)) !important;
    margin-inline: calc(var(--sideSpacing) * -1) !important;
    margin-top: 0 !important;
  }
}
.acfe-flexible-placeholder .section__aerzte .single_arzt .innerwrapper .image img,
body.frontend .section__aerzte .single_arzt .innerwrapper .image img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__aerzte .single_arzt.reversed,
body.frontend .section__aerzte .single_arzt.reversed {
  background-color: var(--colorBeigeLight);
}
.acfe-flexible-placeholder .section__aerzte .single_arzt.reversed .innerwrapper,
body.frontend .section__aerzte .single_arzt.reversed .innerwrapper {
  grid-template-columns: 1fr var(--imageSize);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte .single_arzt.reversed .innerwrapper,
  body.frontend .section__aerzte .single_arzt.reversed .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__aerzte .single_arzt.reversed .innerwrapper .image,
body.frontend .section__aerzte .single_arzt.reversed .innerwrapper .image {
  order: 2;
  margin-left: -1rem;
  margin-right: calc(var(--sideSpacing) * -1);
}
.acfe-flexible-placeholder .section__aerzte .single_arzt.reversed .innerwrapper .content,
body.frontend .section__aerzte .single_arzt.reversed .innerwrapper .content {
  order: 1;
  margin-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__aerzte .single_arzt.reversed .innerwrapper .content,
  body.frontend .section__aerzte .single_arzt.reversed .innerwrapper .content {
    margin-left: 0;
  }
}
.acfe-flexible-placeholder .section__aerzte .single_arzt:not(:nth-child(2)) .innerwrapper .image,
body.frontend .section__aerzte .single_arzt:not(:nth-child(2)) .innerwrapper .image {
  margin-top: -6rem;
}
.acfe-flexible-placeholder .section__aerzte .single_arzt:not(:nth-child(2)) .innerwrapper .content,
body.frontend .section__aerzte .single_arzt:not(:nth-child(2)) .innerwrapper .content {
  margin-top: 4.5rem;
}
.acfe-flexible-placeholder .tabs,
body.frontend .tabs {
  margin-top: 2.6rem;
}
.acfe-flexible-placeholder .tabs > ul,
body.frontend .tabs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.acfe-flexible-placeholder .tabs > ul > li,
body.frontend .tabs > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0.2rem 1.5rem;
  font-weight: 800;
  color: var(--colorGreyMedium);
  border-bottom: 2px solid rgba(104, 137, 154, 0.22);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .tabs > ul > li,
  body.frontend .tabs > ul > li {
    flex-grow: 1;
    text-align: center;
  }
}
.acfe-flexible-placeholder .tabs > ul > li.current,
body.frontend .tabs > ul > li.current {
  border-bottom: 2px solid var(--colorGreyMedium);
}
.acfe-flexible-placeholder .tabs .tab-content,
body.frontend .tabs .tab-content {
  display: none;
  padding-top: 2rem;
}
.acfe-flexible-placeholder .tabs .tab-content.current,
body.frontend .tabs .tab-content.current {
  display: block;
}
.acfe-flexible-placeholder .tabs .tab-content .cta__button,
body.frontend .tabs .tab-content .cta__button {
  margin-top: 0.8rem;
  padding-inline: 1.5em;
}
.acfe-flexible-placeholder footer,
body.frontend footer {
  background-color: var(--colorBeigeLight);
  overflow-x: clip;
}
.acfe-flexible-placeholder footer .innerwrapper,
body.frontend footer .innerwrapper {
  padding-top: 7.8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper,
  body.frontend footer .innerwrapper {
    padding-top: 3.8rem;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .contact__block,
body.frontend footer .innerwrapper .contact__block {
  display: grid;
  grid-template-columns: 1fr 40rem;
  gap: 0 4rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .contact__block,
  body.frontend footer .innerwrapper .contact__block {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .contact__block .content,
body.frontend footer .innerwrapper .contact__block .content {
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .contact__block .content,
  body.frontend footer .innerwrapper .contact__block .content {
    padding-left: 0;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .contact__block .content p,
body.frontend footer .innerwrapper .contact__block .content p {
  max-width: 32em;
}
.acfe-flexible-placeholder footer .innerwrapper .contact__block .image,
body.frontend footer .innerwrapper .contact__block .image {
  font-size: 0;
  line-height: 0;
  width: calc(100% + 3.4rem);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .contact__block .image,
  body.frontend footer .innerwrapper .contact__block .image {
    width: calc(100% + 2.5rem);
    margin-left: -1.2rem;
    margin-top: 1.6rem;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .contact__block .image svg,
body.frontend footer .innerwrapper .contact__block .image svg {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder footer .innerwrapper .address__block,
body.frontend footer .innerwrapper .address__block {
  border: 1px solid var(--colorBlack);
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2.8rem 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .address__block,
  body.frontend footer .innerwrapper .address__block {
    grid-template-columns: 100%;
    margin-top: 1.6rem;
    padding: 2.3rem 0;
    gap: 2.1rem 0;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column,
body.frontend footer .innerwrapper .address__block .column {
  padding-inline: 4rem 2rem;
  padding-bottom: 1rem;
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column a,
body.frontend footer .innerwrapper .address__block .column a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .address__block .column,
  body.frontend footer .innerwrapper .address__block .column {
    padding-inline: 1rem 1rem;
    padding-bottom: 0;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column:not(:last-child),
body.frontend footer .innerwrapper .address__block .column:not(:last-child) {
  border-right: 1px solid var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .address__block .column:not(:last-child),
  body.frontend footer .innerwrapper .address__block .column:not(:last-child) {
    border-right: 0;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column p,
body.frontend footer .innerwrapper .address__block .column p {
  margin: 0.2em 0;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .address__block .column p,
  body.frontend footer .innerwrapper .address__block .column p {
    margin: 0.7em 0;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column p:first-child,
body.frontend footer .innerwrapper .address__block .column p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column p:last-child,
body.frontend footer .innerwrapper .address__block .column p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column .name,
body.frontend footer .innerwrapper .address__block .column .name {
  font-size: var(--fontSize26);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .address__block .column .name,
  body.frontend footer .innerwrapper .address__block .column .name {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column ul,
body.frontend footer .innerwrapper .address__block .column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem 0;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .address__block .column ul,
  body.frontend footer .innerwrapper .address__block .column ul {
    margin-top: 1.7rem;
    gap: 1.3rem 0;
    margin-bottom: 2rem;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column ul li,
body.frontend footer .innerwrapper .address__block .column ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1.8em 1fr;
  gap: 0 1em;
}
.acfe-flexible-placeholder footer .innerwrapper .address__block .column ul li svg,
body.frontend footer .innerwrapper .address__block .column ul li svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.acfe-flexible-placeholder footer .innerwrapper .generic,
body.frontend footer .innerwrapper .generic {
  padding-block: 2.5rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .generic,
  body.frontend footer .innerwrapper .generic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .generic ul,
body.frontend footer .innerwrapper .generic ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 8rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder footer .innerwrapper .generic ul,
  body.frontend footer .innerwrapper .generic ul {
    gap: 0 2rem;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .generic ul li,
body.frontend footer .innerwrapper .generic ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder footer .innerwrapper .generic ul li a,
body.frontend footer .innerwrapper .generic ul li a {
  color: inherit;
  text-decoration: none;
}
.acfe-flexible-placeholder .text_image_floater,
body.frontend .text_image_floater {
  display: grid;
  grid-template-columns: 1fr 11rem;
  width: 100%;
  gap: 0 1rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .text_image_floater,
  body.frontend .text_image_floater {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .text_image_floater .tif_image,
body.frontend .text_image_floater .tif_image {
  font-size: 0;
  line-height: 0;
  order: 2;
  width: 100%;
  margin-top: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .text_image_floater .tif_image,
  body.frontend .text_image_floater .tif_image {
    margin-top: 0;
  }
}
.acfe-flexible-placeholder .text_image_floater .tif_image img,
body.frontend .text_image_floater .tif_image img {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .text_image_floater .text,
body.frontend .text_image_floater .text {
  order: 1;
}
.acfe-flexible-placeholder .text_image_floater .text p,
body.frontend .text_image_floater .text p {
  margin-top: 0;
}
.acfe-flexible-placeholder .text_image_floater .text p:last-child,
body.frontend .text_image_floater .text p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__content .innerwrapper,
body.frontend .section__content .innerwrapper {
  padding-top: calc(var(--headerHeight) + 4rem);
  padding-inline: 4rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content .innerwrapper,
  body.frontend .section__content .innerwrapper {
    padding-inline: 0;
    padding-top: calc(var(--headerHeight) + 1rem);
  }
}
.acfe-flexible-placeholder .section__content .innerwrapper a,
body.frontend .section__content .innerwrapper a {
  color: inherit;
}
.acfe-flexible-placeholder .section__content .innerwrapper h1,
body.frontend .section__content .innerwrapper h1 {
  margin-inline: 0;
  padding-inline: 0;
  text-align: left;
  color: var(--colorBlue);
}
.acfe-flexible-placeholder .section__content .innerwrapper h2,
body.frontend .section__content .innerwrapper h2 {
  font-size: var(--fontSize36);
  margin: 1.5em 0 0 0;
  font-weight: 200;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0.02em;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  color: var(--colorBlue);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content .innerwrapper h2,
  body.frontend .section__content .innerwrapper h2 {
    font-size: var(--fontSize27);
    line-height: 1.3;
  }
}
.acfe-flexible-placeholder .section__content .innerwrapper h3,
body.frontend .section__content .innerwrapper h3 {
  font-size: var(--fontSize26);
  font-weight: 400;
  color: var(--colorBlue);
}
@media only screen and (max-width: 768px) {
  .acfe-flexible-placeholder .section__content .innerwrapper h3,
  body.frontend .section__content .innerwrapper h3 {
    font-size: var(--fontSize17);
  }
}
.acfe-flexible-placeholder body.compensate-for-scrollbar,
body.frontend body.compensate-for-scrollbar {
  overflow: hidden;
}
.acfe-flexible-placeholder .fancybox-active,
body.frontend .fancybox-active {
  height: auto;
}
.acfe-flexible-placeholder .fancybox-is-hidden,
body.frontend .fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.acfe-flexible-placeholder .fancybox-container,
body.frontend .fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.acfe-flexible-placeholder .fancybox-container *,
body.frontend .fancybox-container * {
  box-sizing: border-box;
}
.acfe-flexible-placeholder .fancybox-outer,
.acfe-flexible-placeholder .fancybox-inner,
.acfe-flexible-placeholder .fancybox-bg,
.acfe-flexible-placeholder .fancybox-stage,
body.frontend .fancybox-outer,
body.frontend .fancybox-inner,
body.frontend .fancybox-bg,
body.frontend .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.acfe-flexible-placeholder .fancybox-outer,
body.frontend .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.acfe-flexible-placeholder .fancybox-bg,
body.frontend .fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.acfe-flexible-placeholder .fancybox-is-open .fancybox-bg,
body.frontend .fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.acfe-flexible-placeholder .fancybox-infobar,
.acfe-flexible-placeholder .fancybox-toolbar,
.acfe-flexible-placeholder .fancybox-caption,
.acfe-flexible-placeholder .fancybox-navigation .fancybox-button,
body.frontend .fancybox-infobar,
body.frontend .fancybox-toolbar,
body.frontend .fancybox-caption,
body.frontend .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.acfe-flexible-placeholder .fancybox-show-infobar .fancybox-infobar,
.acfe-flexible-placeholder .fancybox-show-toolbar .fancybox-toolbar,
.acfe-flexible-placeholder .fancybox-show-caption .fancybox-caption,
.acfe-flexible-placeholder .fancybox-show-nav .fancybox-navigation .fancybox-button,
body.frontend .fancybox-show-infobar .fancybox-infobar,
body.frontend .fancybox-show-toolbar .fancybox-toolbar,
body.frontend .fancybox-show-caption .fancybox-caption,
body.frontend .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.acfe-flexible-placeholder .fancybox-infobar,
body.frontend .fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.acfe-flexible-placeholder .fancybox-toolbar,
body.frontend .fancybox-toolbar {
  right: 0;
  top: 0;
}
.acfe-flexible-placeholder .fancybox-stage,
body.frontend .fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.acfe-flexible-placeholder .fancybox-is-open .fancybox-stage,
body.frontend .fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.acfe-flexible-placeholder .fancybox-slide,
body.frontend .fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.acfe-flexible-placeholder .fancybox-slide::before,
body.frontend .fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.acfe-flexible-placeholder .fancybox-is-sliding .fancybox-slide,
.acfe-flexible-placeholder .fancybox-slide--previous,
.acfe-flexible-placeholder .fancybox-slide--current,
.acfe-flexible-placeholder .fancybox-slide--next,
body.frontend .fancybox-is-sliding .fancybox-slide,
body.frontend .fancybox-slide--previous,
body.frontend .fancybox-slide--current,
body.frontend .fancybox-slide--next {
  display: block;
}
.acfe-flexible-placeholder .fancybox-slide--image,
body.frontend .fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.acfe-flexible-placeholder .fancybox-slide--image::before,
body.frontend .fancybox-slide--image::before {
  display: none;
}
.acfe-flexible-placeholder .fancybox-slide--html,
body.frontend .fancybox-slide--html {
  padding: 6px;
}
.acfe-flexible-placeholder .fancybox-content,
body.frontend .fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.acfe-flexible-placeholder .fancybox-slide--image .fancybox-content,
body.frontend .fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}
.acfe-flexible-placeholder .fancybox-can-zoomOut .fancybox-content,
body.frontend .fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.acfe-flexible-placeholder .fancybox-can-zoomIn .fancybox-content,
body.frontend .fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.acfe-flexible-placeholder .fancybox-can-swipe .fancybox-content,
.acfe-flexible-placeholder .fancybox-can-pan .fancybox-content,
body.frontend .fancybox-can-swipe .fancybox-content,
body.frontend .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.acfe-flexible-placeholder .fancybox-is-grabbing .fancybox-content,
body.frontend .fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.acfe-flexible-placeholder .fancybox-container [data-selectable=true],
body.frontend .fancybox-container [data-selectable=true] {
  cursor: text;
}
.acfe-flexible-placeholder .fancybox-image,
.acfe-flexible-placeholder .fancybox-spaceball,
body.frontend .fancybox-image,
body.frontend .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.acfe-flexible-placeholder .fancybox-spaceball,
body.frontend .fancybox-spaceball {
  z-index: 1;
}
.acfe-flexible-placeholder .fancybox-slide--video .fancybox-content,
.acfe-flexible-placeholder .fancybox-slide--map .fancybox-content,
.acfe-flexible-placeholder .fancybox-slide--pdf .fancybox-content,
.acfe-flexible-placeholder .fancybox-slide--iframe .fancybox-content,
body.frontend .fancybox-slide--video .fancybox-content,
body.frontend .fancybox-slide--map .fancybox-content,
body.frontend .fancybox-slide--pdf .fancybox-content,
body.frontend .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.acfe-flexible-placeholder .fancybox-slide--video .fancybox-content,
body.frontend .fancybox-slide--video .fancybox-content {
  background: #000;
}
.acfe-flexible-placeholder .fancybox-slide--map .fancybox-content,
body.frontend .fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.acfe-flexible-placeholder .fancybox-slide--iframe .fancybox-content,
body.frontend .fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.acfe-flexible-placeholder .fancybox-video,
.acfe-flexible-placeholder .fancybox-iframe,
body.frontend .fancybox-video,
body.frontend .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.acfe-flexible-placeholder .fancybox-iframe,
body.frontend .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.acfe-flexible-placeholder .fancybox-error,
body.frontend .fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.acfe-flexible-placeholder .fancybox-error p,
body.frontend .fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder .fancybox-button,
body.frontend .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.acfe-flexible-placeholder .fancybox-button,
.acfe-flexible-placeholder .fancybox-button:visited,
.acfe-flexible-placeholder .fancybox-button:link,
body.frontend .fancybox-button,
body.frontend .fancybox-button:visited,
body.frontend .fancybox-button:link {
  color: #ccc;
}
.acfe-flexible-placeholder .fancybox-button:hover,
body.frontend .fancybox-button:hover {
  color: #fff;
}
.acfe-flexible-placeholder .fancybox-button:focus,
body.frontend .fancybox-button:focus {
  outline: none;
}
.acfe-flexible-placeholder .fancybox-button.fancybox-focus,
body.frontend .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.acfe-flexible-placeholder .fancybox-button[disabled],
.acfe-flexible-placeholder .fancybox-button[disabled]:hover,
body.frontend .fancybox-button[disabled],
body.frontend .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.acfe-flexible-placeholder .fancybox-button div,
body.frontend .fancybox-button div {
  height: 100%;
}
.acfe-flexible-placeholder .fancybox-button svg,
body.frontend .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.acfe-flexible-placeholder .fancybox-button svg path,
body.frontend .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.acfe-flexible-placeholder .fancybox-button--play svg:nth-child(2),
.acfe-flexible-placeholder .fancybox-button--fsenter svg:nth-child(2),
body.frontend .fancybox-button--play svg:nth-child(2),
body.frontend .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.acfe-flexible-placeholder .fancybox-button--pause svg:nth-child(1),
.acfe-flexible-placeholder .fancybox-button--fsexit svg:nth-child(1),
body.frontend .fancybox-button--pause svg:nth-child(1),
body.frontend .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.acfe-flexible-placeholder .fancybox-progress,
body.frontend .fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.acfe-flexible-placeholder .fancybox-close-small,
body.frontend .fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.acfe-flexible-placeholder .fancybox-close-small:hover,
body.frontend .fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.acfe-flexible-placeholder .fancybox-slide--html .fancybox-close-small,
body.frontend .fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.acfe-flexible-placeholder .fancybox-slide--image.fancybox-is-scaling .fancybox-content,
body.frontend .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.acfe-flexible-placeholder .fancybox-is-scaling .fancybox-close-small,
.acfe-flexible-placeholder .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,
body.frontend .fancybox-is-scaling .fancybox-close-small,
body.frontend .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.acfe-flexible-placeholder .fancybox-navigation .fancybox-button,
body.frontend .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.acfe-flexible-placeholder .fancybox-navigation .fancybox-button div,
body.frontend .fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.acfe-flexible-placeholder .fancybox-navigation .fancybox-button--arrow_left,
body.frontend .fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.acfe-flexible-placeholder .fancybox-navigation .fancybox-button--arrow_right,
body.frontend .fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.acfe-flexible-placeholder .fancybox-caption,
body.frontend .fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .acfe-flexible-placeholder .fancybox-caption,
  body.frontend .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.acfe-flexible-placeholder .fancybox-caption--separate,
body.frontend .fancybox-caption--separate {
  margin-top: -50px;
}
.acfe-flexible-placeholder .fancybox-caption__body,
body.frontend .fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.acfe-flexible-placeholder .fancybox-caption a,
.acfe-flexible-placeholder .fancybox-caption a:link,
.acfe-flexible-placeholder .fancybox-caption a:visited,
body.frontend .fancybox-caption a,
body.frontend .fancybox-caption a:link,
body.frontend .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.acfe-flexible-placeholder .fancybox-caption a:hover,
body.frontend .fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.acfe-flexible-placeholder .fancybox-loading,
body.frontend .fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.acfe-flexible-placeholder .fancybox-animated,
body.frontend .fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.acfe-flexible-placeholder .fancybox-fx-slide.fancybox-slide--previous,
body.frontend .fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.acfe-flexible-placeholder .fancybox-fx-slide.fancybox-slide--next,
body.frontend .fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.acfe-flexible-placeholder .fancybox-fx-slide.fancybox-slide--current,
body.frontend .fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.acfe-flexible-placeholder .fancybox-fx-fade.fancybox-slide--previous,
.acfe-flexible-placeholder .fancybox-fx-fade.fancybox-slide--next,
body.frontend .fancybox-fx-fade.fancybox-slide--previous,
body.frontend .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.acfe-flexible-placeholder .fancybox-fx-fade.fancybox-slide--current,
body.frontend .fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.acfe-flexible-placeholder .fancybox-fx-zoom-in-out.fancybox-slide--previous,
body.frontend .fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.acfe-flexible-placeholder .fancybox-fx-zoom-in-out.fancybox-slide--next,
body.frontend .fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.acfe-flexible-placeholder .fancybox-fx-zoom-in-out.fancybox-slide--current,
body.frontend .fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.acfe-flexible-placeholder .fancybox-fx-rotate.fancybox-slide--previous,
body.frontend .fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}
.acfe-flexible-placeholder .fancybox-fx-rotate.fancybox-slide--next,
body.frontend .fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}
.acfe-flexible-placeholder .fancybox-fx-rotate.fancybox-slide--current,
body.frontend .fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.acfe-flexible-placeholder .fancybox-fx-circular.fancybox-slide--previous,
body.frontend .fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.acfe-flexible-placeholder .fancybox-fx-circular.fancybox-slide--next,
body.frontend .fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.acfe-flexible-placeholder .fancybox-fx-circular.fancybox-slide--current,
body.frontend .fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.acfe-flexible-placeholder .fancybox-fx-tube.fancybox-slide--previous,
body.frontend .fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.acfe-flexible-placeholder .fancybox-fx-tube.fancybox-slide--next,
body.frontend .fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.acfe-flexible-placeholder .fancybox-fx-tube.fancybox-slide--current,
body.frontend .fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .acfe-flexible-placeholder .fancybox-slide,
  body.frontend .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .acfe-flexible-placeholder .fancybox-slide--image,
  body.frontend .fancybox-slide--image {
    padding: 6px 0;
  }
  .acfe-flexible-placeholder .fancybox-close-small,
  body.frontend .fancybox-close-small {
    right: -6px;
  }
  .acfe-flexible-placeholder .fancybox-slide--image .fancybox-close-small,
  body.frontend .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .acfe-flexible-placeholder .fancybox-caption,
  body.frontend .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .acfe-flexible-placeholder .fancybox-caption,
    body.frontend .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.acfe-flexible-placeholder .fancybox-share,
body.frontend .fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.acfe-flexible-placeholder .fancybox-share h1,
body.frontend .fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.acfe-flexible-placeholder .fancybox-share p,
body.frontend .fancybox-share p {
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder .fancybox-share__button,
body.frontend .fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.acfe-flexible-placeholder .fancybox-share__button:visited,
.acfe-flexible-placeholder .fancybox-share__button:link,
body.frontend .fancybox-share__button:visited,
body.frontend .fancybox-share__button:link {
  color: #fff;
}
.acfe-flexible-placeholder .fancybox-share__button:hover,
body.frontend .fancybox-share__button:hover {
  text-decoration: none;
}
.acfe-flexible-placeholder .fancybox-share__button--fb,
body.frontend .fancybox-share__button--fb {
  background: #3b5998;
}
.acfe-flexible-placeholder .fancybox-share__button--fb:hover,
body.frontend .fancybox-share__button--fb:hover {
  background: #344e86;
}
.acfe-flexible-placeholder .fancybox-share__button--pt,
body.frontend .fancybox-share__button--pt {
  background: #bd081d;
}
.acfe-flexible-placeholder .fancybox-share__button--pt:hover,
body.frontend .fancybox-share__button--pt:hover {
  background: #aa0719;
}
.acfe-flexible-placeholder .fancybox-share__button--tw,
body.frontend .fancybox-share__button--tw {
  background: #1da1f2;
}
.acfe-flexible-placeholder .fancybox-share__button--tw:hover,
body.frontend .fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.acfe-flexible-placeholder .fancybox-share__button svg,
body.frontend .fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.acfe-flexible-placeholder .fancybox-share__button svg path,
body.frontend .fancybox-share__button svg path {
  fill: #fff;
}
.acfe-flexible-placeholder .fancybox-share__input,
body.frontend .fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.acfe-flexible-placeholder .fancybox-thumbs,
body.frontend .fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.acfe-flexible-placeholder .fancybox-thumbs-x,
body.frontend .fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.acfe-flexible-placeholder .fancybox-show-thumbs .fancybox-thumbs,
body.frontend .fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.acfe-flexible-placeholder .fancybox-show-thumbs .fancybox-inner,
body.frontend .fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.acfe-flexible-placeholder .fancybox-thumbs__list,
body.frontend .fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.acfe-flexible-placeholder .fancybox-thumbs-x .fancybox-thumbs__list,
body.frontend .fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.acfe-flexible-placeholder .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar,
body.frontend .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.acfe-flexible-placeholder .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track,
body.frontend .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.acfe-flexible-placeholder .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb,
body.frontend .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.acfe-flexible-placeholder .fancybox-thumbs__list a,
body.frontend .fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.acfe-flexible-placeholder .fancybox-thumbs__list a::before,
body.frontend .fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.acfe-flexible-placeholder .fancybox-thumbs__list a:focus::before,
body.frontend .fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.acfe-flexible-placeholder .fancybox-thumbs__list a.fancybox-thumbs-active::before,
body.frontend .fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .acfe-flexible-placeholder .fancybox-thumbs,
  body.frontend .fancybox-thumbs {
    width: 110px;
  }
  .acfe-flexible-placeholder .fancybox-show-thumbs .fancybox-inner,
  body.frontend .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .acfe-flexible-placeholder .fancybox-thumbs__list a,
  body.frontend .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
