/* urbanist-regular - latin */
@font-face {
  font-display: block;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/urbanist-v15-latin-regular.woff2") format("woff2");
}
/* urbanist-200 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/urbanist-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-300 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/urbanist-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-500 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/urbanist-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-700 - latin */
@font-face {
  font-display: block;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/urbanist-v15-latin-700.woff2") format("woff2");
}
/* work-sans-300 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/work-sans-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-regular - latin */
@font-face {
  font-display: block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans-v19-latin-regular.woff2") format("woff2");
}
/* work-sans-600 - latin */
@font-face {
  font-display: block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/work-sans-v19-latin-600.woff2") format("woff2");
}
/* work-sans-700 - latin */
@font-face {
  font-display: block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/work-sans-v19-latin-700.woff2") format("woff2");
}
:root {
  --fontSize11: 0.55rem;
  --fontSize13: 0.65rem;
  --fontSize14: 0.7rem;
  --fontSize15: 0.75rem;
  --fontSize18: 0.9rem;
  --fontSize20: 1rem;
  --fontSize22: 1.1rem;
  --fontSize28: 1.4rem;
  --fontSize30: 1.5rem;
  --fontSize38: 1.9rem;
  --fontSize40: 2rem;
  --fontSize42: 2.1rem;
  --fontSize45: 2.25rem;
  --fontSize62: 3.1rem;
  --fontSize80: 4rem;
  --fontSize87: 4.35rem;
  --sideSpacing: 6.9rem;
  --colorBrownLight: #B4B0A5;
  --colorBlueLight: #EBEFF6;
  --colorBrown: #512538;
  --colorWhite: #FFFFFF;
  --colorBlack: #1F1F1F;
}
@media only screen and (max-width: 768px) {
  :root {
    --sideSpacing: 1.1rem;
  }
}

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 {
  font-size: 1.05vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 5.1vw;
  }
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--fontSize20);
  line-height: 1.65;
  font-family: "Work Sans";
  font-weight: 400;
  color: var(--colorBlack);
}
@media only screen and (max-width: 768px) {
  body {
    font-size: var(--fontSize15);
  }
}

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

img {
  border: 0;
}

.innerwrapper {
  width: calc(100% - var(--sideSpacing) - var(--sideSpacing));
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  --headerColor: var(--colorWhite);
  color: var(--headerColor);
  z-index: 99;
  transition: background-color 200ms ease-out;
}
header:has(+ .section__default) {
  background-color: var(--colorWhite);
  --headerColor: var(--colorBlack);
}
header.fixed {
  background-color: var(--colorWhite);
  --headerColor: var(--colorBlack);
}
header.fixed .innerwrapper {
  height: 6rem;
}
header.fixed .innerwrapper nav ul li.menu-item-home > a:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20.449' height='19.208' viewBox='0 0 20.449 19.208'><g fill='none' stroke='%231F1F1F' stroke-linecap='round' stroke-linejoin='round'><path d='M3.19 10.431v7.449a.828.828 0 0 0 .828.828h3.724a.414.414 0 0 0 .414-.414v-3.311a2.069 2.069 0 1 1 4.138 0v3.31a.414.414 0 0 0 .414.414h3.728a.828.828 0 0 0 .828-.828v-7.034' data-name='Pfad 182'/><path d='M.707 10.018 10.228.5l9.518 9.518' data-name='Pfad 183'/><path d='M13.535 1.328h2.483a.414.414 0 0 1 .414.414v2.482' data-name='Pfad 184'/></g></svg>");
}
header .innerwrapper {
  display: flex;
  align-items: center;
  height: 9.3rem;
  justify-content: flex-end;
  gap: 0 1.8rem;
  transition: height 200ms ease-out;
}
@media only screen and (max-width: 768px) {
  header .innerwrapper {
    height: 3.8rem !important;
  }
}
header .innerwrapper .burger {
  width: 1.2rem;
  font-size: 0;
  line-height: 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  header .innerwrapper .burger {
    display: block;
  }
}
header .innerwrapper .burger svg {
  width: 100%;
  height: auto;
}
header .innerwrapper .burger svg path {
  fill: var(--headerColor);
}
header .innerwrapper .logo {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14.935rem;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  header .innerwrapper .logo {
    width: 11.643rem;
  }
}
header .innerwrapper .logo svg {
  width: 100%;
  height: auto;
}
header .innerwrapper .logo svg g {
  fill: var(--headerColor);
}
header .innerwrapper nav {
  margin-right: 0.2rem;
}
@media only screen and (max-width: 768px) {
  header .innerwrapper nav {
    position: fixed;
    height: 100dvh;
    left: 0;
    top: 0;
    width: calc(100% - 4rem);
    background-color: var(--colorBrownLight);
    overflow-y: auto;
    color: var(--colorWhite);
    overflow-x: hidden;
    box-shadow: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 500ms ease-out, box-shadow 500ms ease-out;
  }
  header .innerwrapper nav.is-active {
    pointer-events: auto;
    transform: translateX(0%);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  }
}
header .innerwrapper nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: var(--fontSize15);
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  letter-spacing: 0.2em;
  gap: 0 2rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header .innerwrapper nav > ul {
    flex-direction: column;
    padding-top: 0.9rem;
    gap: 2rem 0;
  }
}
header .innerwrapper nav > ul a {
  color: inherit;
  text-decoration: none;
}
header .innerwrapper nav > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
header .innerwrapper nav > ul > li > a {
  padding: 0;
  height: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
}
header .innerwrapper nav > ul > li > a:after {
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: currentColor;
  position: absolute;
  transition: width 200ms ease-out;
}
header .innerwrapper nav > ul > li.current-menu-item > a:after {
  width: 100%;
}
@media (hover: hover) {
  header .innerwrapper nav > ul > li > a:hover:after {
    width: 100%;
  }
}
header .innerwrapper nav > ul > li.menu-item-home > a {
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .innerwrapper nav > ul > li.menu-item-home > a:before {
  --size: 1.4em;
  content: "";
  display: block;
  font-size: var(--fontSize15);
  line-height: 1;
  width: var(--size);
  height: var(--size);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20.449' height='19.208' viewBox='0 0 20.449 19.208'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'><path d='M3.19 10.431v7.449a.828.828 0 0 0 .828.828h3.724a.414.414 0 0 0 .414-.414v-3.311a2.069 2.069 0 1 1 4.138 0v3.31a.414.414 0 0 0 .414.414h3.728a.828.828 0 0 0 .828-.828v-7.034' data-name='Pfad 182'/><path d='M.707 10.018 10.228.5l9.518 9.518' data-name='Pfad 183'/><path d='M13.535 1.328h2.483a.414.414 0 0 1 .414.414v2.482' data-name='Pfad 184'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
}
@media only screen and (max-width: 768px) {
  header .innerwrapper nav > ul > li.menu-item-home > a:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20.449' height='19.208' viewBox='0 0 20.449 19.208'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'><path d='M3.19 10.431v7.449a.828.828 0 0 0 .828.828h3.724a.414.414 0 0 0 .414-.414v-3.311a2.069 2.069 0 1 1 4.138 0v3.31a.414.414 0 0 0 .414.414h3.728a.828.828 0 0 0 .828-.828v-7.034' data-name='Pfad 182'/><path d='M.707 10.018 10.228.5l9.518 9.518' data-name='Pfad 183'/><path d='M13.535 1.328h2.483a.414.414 0 0 1 .414.414v2.482' data-name='Pfad 184'/></g></svg>") !important;
  }
}
header .innerwrapper .header_link {
  font-size: var(--fontSize15);
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
header .innerwrapper .header_link > span {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  height: 4em;
  letter-spacing: 0.3em;
  gap: 0 1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  header .innerwrapper .header_link {
    display: none;
  }
}
header .innerwrapper .header_link svg g[stroke],
header .innerwrapper .header_link svg path[stroke] {
  stroke: var(--headerColor);
}
header .innerwrapper .header_link.hl_termin {
  letter-spacing: 0.2em;
}
header .innerwrapper .header_link.hl_termin svg {
  width: 2.1em;
}
header .innerwrapper .header_link.hl_phone {
  margin-right: -0.2rem;
}
header .innerwrapper .header_link.hl_phone svg {
  width: 1.3em;
}

section {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section {
    overflow-x: clip;
  }
}

h1 {
  font-size: var(--fontSize80);
  font-family: "Urbanist";
  margin: 0;
  line-height: 1;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: var(--fontSize38);
  }
}
h1 strong {
  font-weight: 700;
}

h2 {
  font-size: var(--fontSize62);
  font-family: "Urbanist";
  margin: 0;
  line-height: 1.091;
  font-weight: 200;
  text-wrap: balance;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: var(--fontSize28);
  }
}
h2 strong {
  font-weight: 500;
}

h3 {
  font-size: var(--fontSize45);
  font-family: "Urbanist";
  margin: 0;
  line-height: 1.091;
  font-weight: 200;
  text-wrap: balance;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: var(--fontSize22);
  }
}
h3 strong {
  font-weight: 500;
}

.section__start h1,
.section__start p,
.section__start-sub h1,
.section__start-sub p {
  opacity: 0;
}

.section__start {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  background-color: var(--colorBrownLight);
}
@media only screen and (max-width: 768px) {
  .section__start {
    display: block;
    grid-template-columns: unset;
  }
}
.section__start .innerwrapper {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  padding-top: 15.2rem;
  z-index: 8;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper {
    padding-top: 6rem;
    grid-column: unset;
    grid-row: unset;
  }
}
.section__start .innerwrapper .content {
  color: var(--colorWhite);
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content h1 {
    margin-bottom: 1.4rem;
  }
}
.section__start .innerwrapper .content .cta_button {
  margin-top: 0.9rem;
}
.section__start .start__image {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  overflow: clip;
}
@media only screen and (max-width: 768px) {
  .section__start .start__image {
    grid-column: unset;
    grid-row: unset;
    margin-top: 2.2rem;
    overflow-y: visible;
    overflow-x: clip;
  }
}
.section__start .start__image svg {
  width: 117%;
  height: auto;
  position: absolute;
  z-index: 1;
  bottom: -54%;
  right: -13%;
  opacity: 0.15;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .section__start .start__image svg {
    height: auto;
    position: absolute;
    z-index: 1;
    bottom: -29%;
    right: -104%;
    opacity: 0.15;
    width: 300%;
  }
}
.section__start .start__image img {
  width: 57%;
  height: auto;
  margin-top: 5.2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .section__start .start__image img {
    width: calc(100% + 1rem);
    margin-left: 0rem;
    margin-top: 0;
    display: block;
    margin-right: -0.5rem;
  }
}

.section__start-sub {
  background-color: var(--colorBrownLight);
  position: relative;
  overflow: clip;
}
.section__start-sub > svg {
  width: 117%;
  height: auto;
  position: absolute;
  z-index: 1;
  bottom: -82%;
  right: -13%;
  opacity: 0.15;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .section__start-sub > svg {
    height: auto;
    position: absolute;
    z-index: 1;
    bottom: 3%;
    right: -104%;
    opacity: 0.15;
    width: 300%;
  }
}
.section__start-sub .innerwrapper {
  display: grid;
  grid-template-columns: 38.9rem 1fr;
  padding-top: 6.1rem;
  gap: 0 4.7rem;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .section__start-sub .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 5.4rem;
  }
}
.section__start-sub .innerwrapper .content {
  color: var(--colorWhite);
  padding-top: 5.4rem;
}
@media only screen and (max-width: 768px) {
  .section__start-sub .innerwrapper .content {
    order: 1;
    text-align: center;
    padding-top: 0;
    line-height: 1.6;
  }
}
.section__start-sub .innerwrapper .content h1 {
  font-weight: 700;
}
.section__start-sub .innerwrapper .content .cta_button {
  margin-top: 0.9rem;
}
.section__start-sub .innerwrapper .content .breadcrumb {
  font-size: var(--fontSize14);
  margin-bottom: 1.3rem;
  display: flex;
  gap: 0 1rem;
}
.section__start-sub .innerwrapper .content .breadcrumb a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .section__start-sub .innerwrapper .content .breadcrumb {
    margin-bottom: 0.6rem;
  }
}
.section__start-sub .innerwrapper .image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin-top: -2.4rem;
}
@media only screen and (max-width: 768px) {
  .section__start-sub .innerwrapper .image {
    order: 2;
    width: calc(100% + var(--sideSpacing) + var(--sideSpacing));
    margin-left: calc(var(--sideSpacing) * -1);
    margin-right: calc(var(--sideSpacing) * -1);
    margin-top: 0;
  }
}
.section__start-sub .innerwrapper .image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .section__start-sub .innerwrapper .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 34.6rem;
  }
}

.cta_button {
  --buttonColor: var(--colorBlack);
  display: inline-block;
  padding: 0.5rem 0 0 0.5rem;
  /* Create the top border */
  background-image: linear-gradient(to right, var(--buttonColor) 2rem, transparent 2rem), linear-gradient(to bottom, var(--buttonColor) 2rem, transparent 2rem);
  /* Position the gradients */
  background-position: top, left;
  /* Set the size of the gradients */
  background-size: 100% 1px, 1px 100%;
  /* Prevent the gradients from repeating */
  background-repeat: no-repeat;
}
.cta_button > span {
  font-size: var(--fontSize18);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--buttonColor);
  text-decoration: none;
  display: inline-grid;
  justify-content: center;
  height: 4rem;
  border: 1px solid var(--buttonColor);
  align-items: center;
  padding: 0 1.2em;
  gap: 0 0.8em;
}
@media only screen and (max-width: 768px) {
  .cta_button > span {
    font-size: var(--fontSize13);
    height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .cta_button.with-icon {
    width: 100%;
  }
}
.cta_button.with-icon > span {
  grid-template-columns: auto 1fr;
  min-width: 23.3rem;
  padding: 0 0.6em;
}
@media only screen and (max-width: 768px) {
  .cta_button.with-icon > span {
    min-width: 0;
    width: 100%;
  }
}
.cta_button.with-icon > span:before {
  --size: 2.4em;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  margin: auto;
  background-repeat: no-repeat;
  background-size: 98% auto;
  background-position: center center;
}
.cta_button.online_termin > span:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38.098' height='38.098' viewBox='0 0 38.098 38.098'><g fill='none' stroke='%231F1F1F' stroke-linecap='round' stroke-linejoin='round'><path d='M2.113 3.725h33.873a1.58 1.58 0 0 1 1.613 1.613v30.646a1.58 1.58 0 0 1-1.613 1.613H2.113A1.58 1.58 0 0 1 .5 35.984V5.338a1.58 1.58 0 0 1 1.613-1.613' data-name='Pfad 458'/><path d='M8.565.5v8.064' data-name='Pfad 459'/><path d='M29.533.5v8.064' data-name='Pfad 460'/><path d='M.5 11.79h37.1' data-name='Pfad 461'/><path d='M27.111 24.692a8.065 8.065 0 1 1-8.065-8.065' data-name='Pfad 462'/><path d='m15.824 23.885 2.613 1.96a.806.806 0 0 0 1.1-.129l7.574-9.089' data-name='Pfad 463'/></g></svg>");
}
.cta_button.phone > span:before {
  background-size: 60% auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='23.064' height='23.064' viewBox='0 0 23.064 23.064'><path fill='none' stroke='%231F1F1F' stroke-linecap='round' stroke-linejoin='round' d='M13.208 22.327c-2.939-2.946-1.9-5.243-.3-6.838l1.03-1.03a2.625 2.625 0 0 1 3.713 0l4.457 4.457a1.533 1.533 0 0 1-.507 2.505A15.311 15.311 0 0 1 1.643 1.464 1.533 1.533 0 0 1 4.148.956l4.457 4.457a2.625 2.625 0 0 1 0 3.713l-1.03 1.03c-1.6 1.595-3.892 2.638-6.838-.3'/></svg>");
}
@media (hover: hover) {
  .cta_button:hover > span {
    --buttonColor: var(--colorWhite);
    background-color: var(--colorBlack);
    border-color: var(--colorBlack);
  }
  .cta_button:hover.online_termin > span:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38.098' height='38.098' viewBox='0 0 38.098 38.098'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'><path d='M2.113 3.725h33.873a1.58 1.58 0 0 1 1.613 1.613v30.646a1.58 1.58 0 0 1-1.613 1.613H2.113A1.58 1.58 0 0 1 .5 35.984V5.338a1.58 1.58 0 0 1 1.613-1.613' data-name='Pfad 458'/><path d='M8.565.5v8.064' data-name='Pfad 459'/><path d='M29.533.5v8.064' data-name='Pfad 460'/><path d='M.5 11.79h37.1' data-name='Pfad 461'/><path d='M27.111 24.692a8.065 8.065 0 1 1-8.065-8.065' data-name='Pfad 462'/><path d='m15.824 23.885 2.613 1.96a.806.806 0 0 0 1.1-.129l7.574-9.089' data-name='Pfad 463'/></g></svg>");
  }
  .cta_button:hover.phone > span:before {
    background-size: 60% auto;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='23.064' height='23.064' viewBox='0 0 23.064 23.064'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M13.208 22.327c-2.939-2.946-1.9-5.243-.3-6.838l1.03-1.03a2.625 2.625 0 0 1 3.713 0l4.457 4.457a1.533 1.533 0 0 1-.507 2.505A15.311 15.311 0 0 1 1.643 1.464 1.533 1.533 0 0 1 4.148.956l4.457 4.457a2.625 2.625 0 0 1 0 3.713l-1.03 1.03c-1.6 1.595-3.892 2.638-6.838-.3'/></svg>");
  }
}
.cta_button.white {
  --buttonColor: var(--colorWhite);
}
.cta_button.white.online_termin > span:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38.098' height='38.098' viewBox='0 0 38.098 38.098'><g fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'><path d='M2.113 3.725h33.873a1.58 1.58 0 0 1 1.613 1.613v30.646a1.58 1.58 0 0 1-1.613 1.613H2.113A1.58 1.58 0 0 1 .5 35.984V5.338a1.58 1.58 0 0 1 1.613-1.613' data-name='Pfad 458'/><path d='M8.565.5v8.064' data-name='Pfad 459'/><path d='M29.533.5v8.064' data-name='Pfad 460'/><path d='M.5 11.79h37.1' data-name='Pfad 461'/><path d='M27.111 24.692a8.065 8.065 0 1 1-8.065-8.065' data-name='Pfad 462'/><path d='m15.824 23.885 2.613 1.96a.806.806 0 0 0 1.1-.129l7.574-9.089' data-name='Pfad 463'/></g></svg>");
}
.cta_button.white.phone > span:before {
  background-size: 60% auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='23.064' height='23.064' viewBox='0 0 23.064 23.064'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M13.208 22.327c-2.939-2.946-1.9-5.243-.3-6.838l1.03-1.03a2.625 2.625 0 0 1 3.713 0l4.457 4.457a1.533 1.533 0 0 1-.507 2.505A15.311 15.311 0 0 1 1.643 1.464 1.533 1.533 0 0 1 4.148.956l4.457 4.457a2.625 2.625 0 0 1 0 3.713l-1.03 1.03c-1.6 1.595-3.892 2.638-6.838-.3'/></svg>");
}
@media (hover: hover) {
  .cta_button.white:hover > span {
    --buttonColor: var(--colorBlack);
    background-color: var(--colorWhite);
    border-color: var(--colorWhite);
  }
  .cta_button.white:hover.online_termin > span:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38.098' height='38.098' viewBox='0 0 38.098 38.098'><g fill='none' stroke='%231F1F1F' stroke-linecap='round' stroke-linejoin='round'><path d='M2.113 3.725h33.873a1.58 1.58 0 0 1 1.613 1.613v30.646a1.58 1.58 0 0 1-1.613 1.613H2.113A1.58 1.58 0 0 1 .5 35.984V5.338a1.58 1.58 0 0 1 1.613-1.613' data-name='Pfad 458'/><path d='M8.565.5v8.064' data-name='Pfad 459'/><path d='M29.533.5v8.064' data-name='Pfad 460'/><path d='M.5 11.79h37.1' data-name='Pfad 461'/><path d='M27.111 24.692a8.065 8.065 0 1 1-8.065-8.065' data-name='Pfad 462'/><path d='m15.824 23.885 2.613 1.96a.806.806 0 0 0 1.1-.129l7.574-9.089' data-name='Pfad 463'/></g></svg>");
  }
  .cta_button.white:hover.phone > span:before {
    background-size: 60% auto;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='23.064' height='23.064' viewBox='0 0 23.064 23.064'><path fill='none' stroke='%231F1F1F' stroke-linecap='round' stroke-linejoin='round' d='M13.208 22.327c-2.939-2.946-1.9-5.243-.3-6.838l1.03-1.03a2.625 2.625 0 0 1 3.713 0l4.457 4.457a1.533 1.533 0 0 1-.507 2.505A15.311 15.311 0 0 1 1.643 1.464 1.533 1.533 0 0 1 4.148.956l4.457 4.457a2.625 2.625 0 0 1 0 3.713l-1.03 1.03c-1.6 1.595-3.892 2.638-6.838-.3'/></svg>");
  }
}

.section__centered-text-with-certificates .innerwrapper {
  padding: 6rem 0 3.9rem 0;
}
@media only screen and (max-width: 768px) {
  .section__centered-text-with-certificates .innerwrapper {
    padding: 2.6rem 0 2.8rem 0;
  }
}
.section__centered-text-with-certificates .innerwrapper .content {
  max-width: 37rem;
  margin: 0 auto;
  text-align: center;
}
.section__centered-text-with-certificates .innerwrapper .content h2 {
  margin-bottom: 0.5em;
}
.section__centered-text-with-certificates .innerwrapper .certificates {
  background-color: red;
  height: 8.4rem;
  margin-top: 2rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  .section__centered-text-with-certificates .innerwrapper .certificates {
    height: 10.5rem;
  }
}

.section__image-teaser {
  display: grid;
  grid-template-columns: 100%;
}
@media only screen and (max-width: 768px) {
  .section__image-teaser {
    background-color: var(--colorBlueLight);
  }
}
.section__image-teaser .innerwrapper {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section__image-teaser .innerwrapper {
    grid-row: 2/3;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__image-teaser .innerwrapper .content {
    width: 100%;
  }
}
.section__image-teaser .innerwrapper .content h3 {
  max-width: 17em;
}
@media only screen and (max-width: 768px) {
  .section__image-teaser .innerwrapper .content h3 {
    max-width: 14em;
    text-align: center;
    margin: 0 auto;
  }
}
.section__image-teaser .innerwrapper .button_wrapper {
  display: flex;
  gap: 0 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .section__image-teaser .innerwrapper .button_wrapper {
    flex-direction: column;
    gap: 0.7rem 0;
    margin-top: 1.4rem;
  }
}
.section__image-teaser .innerwrapper .button_wrapper p {
  margin: 0;
}
.section__image-teaser .image {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .section__image-teaser .image {
    overflow: clip;
  }
}
.section__image-teaser .image img {
  width: 100%;
  height: auto;
  --additionalWidth: 14rem;
}
@media only screen and (max-width: 768px) {
  .section__image-teaser .image img {
    width: calc(100% + var(--additionalWidth));
    margin-left: calc(var(--additionalWidth) * -1);
  }
}

.section__text-with-image .innerwrapper ul,
.section__text-with-image-and-highlightbox .innerwrapper ul,
.section__expertinnen-detail .innerwrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 2.7em 0;
  gap: 0.9em 0;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image .innerwrapper ul,
  .section__text-with-image-and-highlightbox .innerwrapper ul,
  .section__expertinnen-detail .innerwrapper ul {
    gap: 0.5em 0;
  }
}
.section__text-with-image .innerwrapper ul li,
.section__text-with-image-and-highlightbox .innerwrapper ul li,
.section__expertinnen-detail .innerwrapper ul li {
  --iconSize: 2.7em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: calc(var(--iconSize) + 1em);
  position: relative;
  font-weight: 700;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  min-height: 3em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image .innerwrapper ul li,
  .section__text-with-image-and-highlightbox .innerwrapper ul li,
  .section__expertinnen-detail .innerwrapper ul li {
    text-align: left;
    --iconSize: 4.3em;
  }
}
.section__text-with-image .innerwrapper ul li:before,
.section__text-with-image-and-highlightbox .innerwrapper ul li:before,
.section__expertinnen-detail .innerwrapper ul li:before {
  content: "";
  display: block;
  width: var(--iconSize);
  height: var(--iconSize);
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='76.142' height='77.926' viewBox='0 0 76.142 77.926'><g fill='none' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round'><path d='M75.438.705 33.33 52.91a3.569 3.569 0 0 1-5.317.428L12.99 38.172' /><path d='M64.732 36.388v37.47a3.569 3.569 0 0 1-3.57 3.568H4.068A3.569 3.569 0 0 1 .5 73.858V16.762a3.569 3.569 0 0 1 3.568-3.569h41.038' /></g></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
}

.section__text-with-image {
  --imageSize: 44rem;
  --imageOffset: 7.2rem;
  --imageOffsetOpposite: 6.3rem;
  overflow-x: clip;
}
.section__text-with-image .innerwrapper {
  display: grid;
  grid-template-columns: 1fr var(--imageSize);
  padding-top: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image .innerwrapper {
    grid-template-columns: 100% !important;
    padding-top: 0;
  }
}
.section__text-with-image .innerwrapper .content {
  padding-top: 10.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image .innerwrapper .content {
    padding-top: 5.6rem;
    text-align: center;
  }
}
.section__text-with-image .innerwrapper .content:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.4rem;
  width: 1px;
  height: 11.4rem;
  background-color: var(--colorBrown);
}
@media only screen and (max-width: 768px) {
  .section__text-with-image .innerwrapper .content:before {
    top: 0;
    height: 4.4rem;
  }
}
.section__text-with-image .innerwrapper .image {
  font-size: 0;
  line-height: 0;
  width: calc(100% + var(--imageOffset) + var(--imageOffsetOpposite));
  margin-right: calc(var(--imageOffset) * -1);
  margin-left: calc(var(--imageOffsetOpposite) * -1);
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1027' height='1109' viewBox='0 0 1027 1109'><path fill='%23B4B0A5' fill-rule='nonzero' d='M506.049 306.734C341.247 373.01 140.177 406.79 38.999 628.698-8.745 735.729-16.686 885.53 37.02 986.581c179.653 303.234 705.653-26.106 870.278-254.116 130.188-163.909 235.607-624.436 25.313-731.462-125.234-17.234-122.218 214.144-426.561 305.731' opacity='.147'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 6rem 10rem;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image .innerwrapper .image {
    width: calc(100% + 15.3rem) !important;
    margin-right: -5rem !important;
    margin-left: -7.5rem !important;
    margin-top: 2.2rem !important;
    background-position: 2rem 0rem !important;
  }
}
.section__text-with-image .innerwrapper .image .badge {
  position: absolute;
  width: 11rem;
  height: auto;
  right: 4rem;
  top: 4rem;
  transform: rotate(-8deg);
}
@media only screen and (max-width: 768px) {
  .section__text-with-image .innerwrapper .image .badge {
    position: absolute;
    width: 5rem;
    height: auto;
    right: 7.2rem;
    top: -1.5rem;
    transform: rotate(-8deg);
  }
}
.section__text-with-image .innerwrapper .image img {
  width: 100%;
  height: auto;
}
.section__text-with-image.reversed {
  --imageOffset: 7.5rem;
  --imageOffsetOpposite: 1.6rem;
}
.section__text-with-image.reversed .innerwrapper {
  grid-template-columns: var(--imageSize) 1fr;
}
.section__text-with-image.reversed .innerwrapper .content {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image.reversed .innerwrapper .content {
    order: 1;
  }
}
.section__text-with-image.reversed .innerwrapper .image {
  order: 1;
  margin-left: calc(var(--imageOffset) * -1);
  margin-right: calc(var(--imageOffsetOpposite) * -1);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1027' height='1109' viewBox='0 0 1027 1109'><path fill='%23B4B0A5' fill-rule='nonzero' d='M545.935 306.734c164.802 66.276 365.872 100.056 467.049 321.964 47.746 107.031 55.687 256.832 1.981 357.883-179.653 303.234-705.653-26.106-870.278-254.116C14.499 568.556-90.92 108.029 119.374 1.003c125.234-17.234 122.218 214.144 426.561 305.731' opacity='.147'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: -15rem 4rem;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image.reversed .innerwrapper .image {
    width: calc(100% + 14rem) !important;
    margin-right: -5rem !important;
    margin-left: -6.5rem !important;
    margin-top: 1rem !important;
    background-position: -15rem 0rem !important;
  }
}

/*
.section__text-with-image.reversed + .section__text-with-image {
	.innerwrapper {
		.image {
			&:before {
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
				bottom: 100%;
				width: 1px;
				height: 11.4rem;
				background-color: var(--colorBrown);
			}
		}
	}
}
*/
.section__text-with-image-and-highlightbox {
  --imageSize: 44rem;
  --imageOffset: 4.5rem;
  --imageOffsetOpposite: -0.8rem;
  overflow-x: clip;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1027' height='1109' viewBox='0 0 1027 1109'><path fill='%23B4B0A5' fill-rule='nonzero' d='M545.935 306.734c164.802 66.276 365.872 100.056 467.049 321.964 47.746 107.031 55.687 256.832 1.981 357.883-179.653 303.234-705.653-26.106-870.278-254.116C14.499 568.556-90.92 108.029 119.374 1.003c125.234-17.234 122.218 214.144 426.561 305.731' opacity='.147'/></svg>");
  background-repeat: no-repeat;
  background-size: 57% auto;
  background-position: -15rem 4rem;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image-and-highlightbox {
    background-size: 300% auto;
    background-position: 47% 55rem;
  }
}
.section__text-with-image-and-highlightbox .innerwrapper {
  display: grid;
  grid-template-columns: var(--imageSize) 1fr;
  grid-template-rows: auto 1fr;
  padding-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image-and-highlightbox .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 0;
    grid-template-rows: auto;
    padding-top: 2.3rem;
  }
  .section__text-with-image-and-highlightbox .innerwrapper:before {
    content: "";
    display: block;
    width: 1px;
    margin: 0 auto;
    height: 4.2rem;
    background-color: var(--colorBlack);
    margin-bottom: 0;
  }
}
.section__text-with-image-and-highlightbox .innerwrapper > .content {
  padding-top: 5.5rem;
  position: relative;
  grid-column: 2/3;
  grid-row: 1/2;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image-and-highlightbox .innerwrapper > .content {
    text-align: center;
    grid-column: unset;
    grid-row: unset;
    padding-top: 1.4rem;
    padding-bottom: 0;
  }
  .section__text-with-image-and-highlightbox .innerwrapper > .content h2 {
    max-width: 11.8em;
    margin-inline: auto;
  }
  .section__text-with-image-and-highlightbox .innerwrapper > .content ul {
    margin-top: 3rem;
    gap: 1.1em 0;
  }
}
.section__text-with-image-and-highlightbox .innerwrapper .image {
  font-size: 0;
  line-height: 0;
  width: calc(100% + var(--imageOffset) + var(--imageOffsetOpposite));
  margin-left: calc(var(--imageOffset) * -1);
  margin-right: calc(var(--imageOffsetOpposite) * -1);
  position: relative;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image-and-highlightbox .innerwrapper .image {
    width: calc(100% + 1rem) !important;
    margin-right: 0 !important;
    margin-left: -2rem !important;
    margin-top: 0 !important;
    grid-column: unset;
    grid-row: unset;
  }
}
.section__text-with-image-and-highlightbox .innerwrapper .image img {
  width: 100%;
  height: auto;
}
.section__text-with-image-and-highlightbox .innerwrapper > .highlight-box {
  width: calc(100% + var(--sideSpacing) + var(--sideSpacing));
  margin-left: calc(var(--sideSpacing) * -1);
  margin-right: calc(var(--sideSpacing) * -1);
  padding-inline: var(--sideSpacing);
  background-color: var(--colorBrownLight);
  grid-column: 1/3;
  grid-row: 2/3;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section__text-with-image-and-highlightbox .innerwrapper > .highlight-box {
    grid-column: unset;
    grid-row: unset;
    padding-top: 3.2rem;
    padding-bottom: 3.5rem;
  }
}
.section__text-with-image-and-highlightbox .innerwrapper > .highlight-box .content {
  margin-left: var(--imageSize);
  color: var(--colorWhite);
}
@media only screen and (max-width: 768px) {
  .section__text-with-image-and-highlightbox .innerwrapper > .highlight-box .content {
    margin-left: 0;
    text-align: center;
  }
  .section__text-with-image-and-highlightbox .innerwrapper > .highlight-box .content h3 {
    font-size: var(--fontSize28);
  }
}
.section__text-with-image-and-highlightbox .innerwrapper > .highlight-box .content .button_wrapper {
  margin-top: 2.5rem;
}

header + .section__expertinnen .innerwrapper {
  padding-top: 13.2rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  header + .section__expertinnen .innerwrapper {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

.section__expertinnen {
  background-color: var(--colorBrownLight);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4496' height='2931' viewBox='0 0 4496 2931' style='opacity: 0.15;'><path fill='%23EFEFEF' fill-rule='nonzero' d='M2162.448 810.48c-704.05 175.169-1563.058 264.447-1995.299 850.964-203.978 282.887-237.9 678.82-8.465 945.9 767.5 801.462 3014.65-69 3717.953-671.641C4432.821 1502.486 4883.184 285.29 3984.775 2.417 3449.762-43.134 3462.647 568.41 2162.448 810.48'/></svg>");
  background-size: 200% auto;
  background-position: 38% 9%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen {
    background-size: 370% auto;
    background-position: 72% 94%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .section__expertinnen {
    overflow-x: clip;
  }
}
.section__expertinnen .innerwrapper {
  color: var(--colorWhite);
  padding: 6.5rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 3.2rem;
  }
}
.section__expertinnen .innerwrapper .content {
  text-align: center;
  grid-column: 1/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .content {
    grid-column: unset;
    grid-row: unset;
    font-size: var(--fontSize20);
  }
}
.section__expertinnen .innerwrapper .content h2 {
  margin-bottom: 0.6em;
}
.section__expertinnen .innerwrapper .content p {
  max-width: 37em;
  margin-inline: auto;
}
.section__expertinnen .innerwrapper .single__arzt {
  --imageSize: 31rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr var(--imageSize);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .single__arzt {
    grid-template-columns: 100%;
    margin-top: 1.4rem;
  }
}
.section__expertinnen .innerwrapper .single__arzt:not(:last-child) {
  margin-right: -5.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .single__arzt:not(:last-child) {
    margin-right: 0;
  }
}
.section__expertinnen .innerwrapper .single__arzt .image {
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .single__arzt .image {
    width: calc(100% + 3.4rem);
    margin-left: -1.4rem;
  }
}
.section__expertinnen .innerwrapper .single__arzt .image img {
  width: 100%;
  height: auto;
}
.section__expertinnen .innerwrapper .single__arzt .name {
  width: calc(100% + 4rem);
  margin-right: -4rem;
  font-size: var(--fontSize18);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .single__arzt .name {
    width: 100%;
    margin-right: 0;
    font-size: var(--fontSize11);
    margin-bottom: 0.7rem;
  }
}
.section__expertinnen .innerwrapper .single__arzt .name strong {
  display: block;
  text-transform: none;
  font-size: var(--fontSize30);
  font-weight: 300;
  font-family: "Urbanist";
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .single__arzt .name strong {
    font-size: var(--fontSize20);
  }
}
.section__expertinnen .innerwrapper .single__arzt:last-child {
  grid-template-columns: var(--imageSize) 1fr;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .single__arzt:last-child {
    grid-template-columns: 100%;
    margin-top: 2.8rem;
  }
}
.section__expertinnen .innerwrapper .single__arzt:last-child .image {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .single__arzt:last-child .image {
    order: 2;
  }
}
.section__expertinnen .innerwrapper .single__arzt:last-child .name {
  order: 2;
  margin-left: -4rem;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen .innerwrapper .single__arzt:last-child .name {
    order: 1;
    margin-left: 0;
  }
}

footer {
  background-color: var(--colorWhite);
}
footer > .innerwrapper {
  display: grid;
  grid-template-columns: 15rem 23rem auto 1fr;
  padding-top: 5rem;
  padding-bottom: 4.6rem;
}
@media only screen and (max-width: 768px) {
  footer > .innerwrapper {
    padding-top: 4.4rem;
    grid-template-columns: 100%;
    gap: 2.1rem 0;
    padding-bottom: 2rem;
  }
}
footer > .innerwrapper p {
  margin: 1.6em 0;
}
footer > .innerwrapper p:first-child {
  margin-top: 0;
}
footer > .innerwrapper p:last-child {
  margin-bottom: 0;
}
footer > .innerwrapper .footer_logo {
  font-size: 0;
  line-height: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer > .innerwrapper .footer_logo {
    width: 15rem;
    margin: 0 auto;
  }
}
footer > .innerwrapper .footer_logo svg {
  width: 100%;
  height: auto;
}
footer > .innerwrapper .column {
  margin-left: 4.8rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  footer > .innerwrapper .column {
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
  footer > .innerwrapper .column p {
    margin-inline: auto;
    max-width: 16em;
  }
}
footer > .innerwrapper .column__last {
  margin-left: 3.7rem;
}
@media only screen and (max-width: 768px) {
  footer > .innerwrapper .column__last {
    margin-left: 0;
    text-align: center;
  }
}
footer > .innerwrapper .column__last .external_links {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: var(--fontSize18);
  margin-top: 2.8rem;
}
@media only screen and (max-width: 768px) {
  footer > .innerwrapper .column__last .external_links {
    font-size: var(--fontSize13);
    margin-top: 0;
  }
}
footer > .innerwrapper .column__last .external_links p {
  margin: 1em 0;
}
footer > .innerwrapper .column__last .external_links a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  footer > .innerwrapper .button_wrapper {
    text-align: center;
  }
}
footer > .innerwrapper .button_wrapper .mail_link {
  display: inline-flex;
  gap: 0 0.5em;
  color: inherit;
  text-decoration: none;
  margin-top: 0.75rem;
}
footer > .innerwrapper .button_wrapper .mail_link svg {
  width: 1.2em;
  height: auto;
}
footer .footer__bottom {
  border-top: 1px solid var(--colorBrown);
}
footer .footer__bottom > .innerwrapper {
  padding: 2.4rem 0;
}
footer .footer__bottom > .innerwrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0 2.5rem;
  font-size: var(--fontSize18);
}
@media only screen and (max-width: 768px) {
  footer .footer__bottom > .innerwrapper ul {
    font-size: var(--fontSize13);
    flex-direction: column;
    text-align: center;
    gap: 1.2rem 0;
  }
}
footer .footer__bottom > .innerwrapper ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer__bottom > .innerwrapper ul li a {
  color: inherit;
  text-decoration: none;
}

.section__quote .innerwrapper {
  font-size: var(--fontSize42);
  line-height: 1.33;
  font-weight: 300;
  text-align: center;
  padding: 5.3rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .section__quote .innerwrapper {
    font-size: var(--fontSize20);
    line-height: 1.35;
    padding-top: 1rem;
  }
}
.section__quote .innerwrapper p {
  margin-inline: auto;
  max-width: 29em;
}
.section__quote .innerwrapper > svg {
  width: 10rem;
  height: auto;
  margin: 0.7rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .section__quote .innerwrapper > svg {
    width: 5rem;
    margin-top: 0.3rem;
  }
}

.section__multiple-column-with-images .innerwrapper {
  padding-top: 3.3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section__multiple-column-with-images .innerwrapper {
    padding-top: 2.5rem;
  }
}
.section__multiple-column-with-images .innerwrapper .column__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 6.1rem;
  margin-top: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .section__multiple-column-with-images .innerwrapper .column__holder {
    margin-top: 1.7rem;
    gap: 2.7rem 0;
  }
}
.section__multiple-column-with-images .innerwrapper .column__holder .column {
  width: 30.7rem;
  box-shadow: 0px 0px 0.75rem 0px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-rows: auto 1fr;
}
.section__multiple-column-with-images .innerwrapper .column__holder .column .image {
  font-size: 0;
  line-height: 0;
}
.section__multiple-column-with-images .innerwrapper .column__holder .column .image img {
  width: 100%;
  height: auto;
}
.section__multiple-column-with-images .innerwrapper .column__holder .column .content {
  background-color: var(--colorWhite);
  font-size: var(--fontSize18);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.833;
  padding: 1.6rem 1.2rem;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .section__multiple-column-with-images .innerwrapper .column__holder .column .content {
    font-size: var(--fontSize13);
    padding: 1.2rem 1.2rem;
  }
}
.section__multiple-column-with-images .innerwrapper .column__holder .column .content p:first-child {
  margin-top: 0;
}
.section__multiple-column-with-images .innerwrapper .column__holder .column .content p:last-child {
  margin-bottom: 0;
}

/* Slider */
.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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 2rem;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .slick-dots {
    margin-top: 1rem;
    gap: 0 0.65rem;
  }
}
.slick-dots li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 4px;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  height: 1px;
  width: 5rem;
  background-color: var(--colorBlack);
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .slick-dots li button {
    width: 2.6rem;
  }
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li.slick-active button {
  height: 4px;
  background-color: var(--colorBrownLight);
}
.slick-dots li.slick-active button:focus {
  outline: 0;
}

.section__text-slider .innerwrapper {
  padding-top: 2.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper {
    padding-top: 2rem;
  }
}
.section__text-slider .innerwrapper:before {
  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  height: 6rem;
  background-color: var(--colorBlack);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper:before {
    height: 4.2rem;
  }
}
.section__text-slider .innerwrapper h2 {
  margin-bottom: 1.3rem;
}
.section__text-slider .innerwrapper > .content {
  margin-inline: auto;
  max-width: 37em;
}
.section__text-slider .innerwrapper .text-slider__wrapper {
  margin-top: 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper .text-slider__wrapper {
    margin-top: 3.4rem;
  }
}
.section__text-slider .innerwrapper .text-slider__wrapper .slider-nav {
  display: flex;
  justify-content: center;
  gap: 0 2.9rem;
  margin: 0 auto;
  margin-bottom: 2.8rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper .text-slider__wrapper .slider-nav {
    gap: 0;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2.1rem;
  }
}
.section__text-slider .innerwrapper .text-slider__wrapper .slider-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: var(--colorBlack);
  z-index: 0;
}
.section__text-slider .innerwrapper .text-slider__wrapper .slider-nav button {
  --size: 4rem;
  margin: 0;
  padding: 0;
  background-color: var(--colorWhite);
  border: 0;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fontSize40);
  font-family: "Work Sans";
  font-weight: 300;
  border: 1px solid var(--colorBlack);
  color: var(--colorBlack);
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper .text-slider__wrapper .slider-nav button {
    --size: 2.6rem;
    font-size: var(--fontSize22);
  }
}
.section__text-slider .innerwrapper .text-slider__wrapper .slider-nav button.active {
  background-color: var(--colorBrownLight);
  color: var(--colorWhite);
  border: 1px solid var(--colorBrownLight);
}
.section__text-slider .innerwrapper .text-slider__wrapper .text-slider {
  width: 100%;
}
.section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner {
  background-color: var(--colorBrownLight);
  display: grid;
  grid-template-columns: 9.4rem 19.5rem 1fr;
  padding: 3.2rem 3.3rem;
  text-align: left;
  gap: 0 4rem;
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner {
    grid-template-columns: 100%;
    padding: 2.5rem 1rem;
  }
}
.section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .icon {
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .icon {
    margin-top: 0;
    margin-inline: auto;
    width: 6rem;
  }
}
.section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .icon svg {
  width: 100%;
  height: auto;
}
.section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .headline {
  color: var(--colorWhite);
  margin-top: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .headline {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .headline h3 {
    font-size: var(--fontSize28);
    text-align: center;
  }
}
.section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .content {
  color: var(--colorWhite);
}
@media only screen and (max-width: 768px) {
  .section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .content {
    margin-top: 1rem;
    text-align: center;
  }
}
.section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .content p:first-child {
  margin-top: 0;
}
.section__text-slider .innerwrapper .text-slider__wrapper .text-slider .single__slide .single__slide-inner .content p:last-child {
  margin-bottom: 0;
}

.column__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6.1rem;
}
@media only screen and (max-width: 768px) {
  .column__wrapper {
    grid-template-columns: 100%;
    gap: 1rem 0;
  }
}

header + .section__default .innerwrapper {
  padding-top: 13.2rem;
}
@media only screen and (max-width: 768px) {
  header + .section__default .innerwrapper {
    padding-top: 5rem;
  }
}

.section__default .innerwrapper {
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .section__default .innerwrapper {
    padding-top: 2rem;
  }
}
.section__default .innerwrapper .content {
  text-align: center;
  margin-inline: auto;
  max-width: 40em;
}
.section__default .innerwrapper .content a {
  color: inherit;
}
.section__default .innerwrapper .content:has(.column__wrapper) {
  max-width: 68rem;
  margin-inline: auto;
}
.section__default .innerwrapper .content:has(h1) {
  max-width: 68rem;
  margin-inline: auto;
  text-align: left;
}
.section__default .innerwrapper .content h3 {
  margin-top: 2rem;
}

.formular__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .formular__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.formular__wrapper p {
  max-width: none !important;
}
.formular__wrapper > .single__row {
  grid-column: 1/3;
}
.formular__wrapper input[type=text],
.formular__wrapper input[type=email],
.formular__wrapper textarea,
.formular__wrapper select {
  display: block;
  width: 100%;
  font-family: "Work Sans";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  color: var(--colorBlack);
  padding: 0.5rem 1rem;
  border: 1px solid #8d92a0;
  height: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .formular__wrapper input[type=text],
  .formular__wrapper input[type=email],
  .formular__wrapper textarea,
  .formular__wrapper select {
    padding: 0.5rem 0.5rem;
    font-size: var(--fontSize18);
  }
}
.formular__wrapper textarea {
  max-width: 10000px;
  width: 100%;
  height: 10rem;
  margin-bottom: 1rem;
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  .formular__wrapper textarea {
    width: 100%;
  }
}
.formular__wrapper select {
  margin: 0;
}
.formular__wrapper input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--colorBlack);
  margin: 0.25rem 0 0 0;
  display: block;
}
.formular__wrapper .wpcf7-submit {
  background-color: var(--colorBrownLight);
  color: var(--colorWhite);
  border: 0;
  padding: 0;
  font-family: "Work Sans";
  font-weight: 700;
  font-size: var(--fontSize20);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}
.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;
}
.formular__wrapper .wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0 0.75rem;
}
.formular__wrapper .single__row label {
  display: block;
  font-size: var(--fontSize20);
}
@media only screen and (max-width: 768px) {
  .formular__wrapper .single__row label {
    font-size: var(--fontSize16);
  }
}
.formular__wrapper .single__row .wpcf7-form-control-wrap {
  margin-top: 0.5rem;
  display: block;
}
.formular__wrapper .single__row .wpcf7-form-control-wrap span.wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.formular__wrapper .single__row .wpcf7-form-control-wrap span.wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .section__interactive {
    overflow: clip;
  }
}
.section__interactive .innerwrapper {
  padding-top: 3rem;
  text-align: center;
  border-bottom: 1px solid rgba(180, 176, 165, 0.5);
}
.section__interactive .innerwrapper .interactive {
  margin: 5rem auto 0 auto;
  width: 57.5rem;
  padding-left: 4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section__interactive .innerwrapper .interactive {
    padding-left: 0;
    width: calc(100% + 8rem);
    margin-left: -4rem;
  }
}
.section__interactive .innerwrapper .interactive .int_title {
  position: absolute;
  --factor: 1;
}
@media only screen and (max-width: 768px) {
  .section__interactive .innerwrapper .interactive .int_title {
    --factor: 0.9;
  }
}
.section__interactive .innerwrapper .interactive .int_title .text {
  background-color: var(--colorWhite);
  text-align: center;
  position: absolute;
  top: 0;
  left: 2.8rem;
  width: 20rem;
  padding: 0.5rem 1rem;
  font-size: var(--fontSize15);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.833;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 768px) {
  .section__interactive .innerwrapper .interactive .int_title .text {
    font-size: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 11rem;
    line-height: 1.5;
    top: calc(100% + 0.5rem);
  }
}
.section__interactive .innerwrapper .interactive .int_title .plus {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .section__interactive .innerwrapper .interactive .int_title .plus {
    width: 1.4rem;
  }
}
.section__interactive .innerwrapper .interactive .int_title .plus svg {
  width: 100%;
  height: auto;
}
.section__interactive .innerwrapper .interactive .int_title[data-id="1"] {
  left: calc(52.6% * var(--factor));
  top: calc(15.5% * var(--factor));
}
.section__interactive .innerwrapper .interactive .int_title[data-id="2"] {
  left: calc(52.6% * var(--factor));
  top: calc(23% * var(--factor));
}
.section__interactive .innerwrapper .interactive .int_title[data-id="3"] {
  left: calc(41.6% * var(--factor));
  top: calc(28% * var(--factor));
}
.section__interactive .innerwrapper .interactive .int_title[data-id="4"] {
  left: calc(52.6% * var(--factor));
  top: calc(48% * var(--factor));
}
.section__interactive .innerwrapper .interactive .int_title:hover {
  z-index: 9;
}
.section__interactive .innerwrapper .interactive .int_title:hover .text {
  opacity: 1;
}
.section__interactive .innerwrapper .interactive .image {
  font-size: 0;
  line-height: 0;
}
.section__interactive .innerwrapper .interactive .image img {
  width: 100%;
  height: auto;
}

.section__expertinnen-detail .innerwrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen-detail .innerwrapper {
    padding-top: 3rem;
  }
}
.section__expertinnen-detail .innerwrapper ul li {
  --iconSize: 2.3em;
  min-height: 0;
}
.section__expertinnen-detail .innerwrapper ul li:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='78.548' height='80.332' viewBox='0 0 78.548 80.332'><path fill='none' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M76.438 2.111 34.33 54.316a3.569 3.569 0 0 1-5.317.428L13.99 39.578' data-name='Pfad 432'/><path fill='none' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M65.733 37.794v37.47a3.569 3.569 0 0 1-3.57 3.568H5.069a3.569 3.569 0 0 1-3.568-3.568V18.168a3.569 3.569 0 0 1 3.568-3.569h41.038' data-name='Pfad 433'/></svg>");
}
.section__expertinnen-detail .innerwrapper .single__arzt {
  width: 100%;
  display: grid;
  grid-template-columns: 34rem 1fr;
  gap: 0 4rem;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen-detail .innerwrapper .single__arzt {
    grid-template-columns: 100%;
    gap: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section__expertinnen-detail .innerwrapper .single__arzt h3 {
    font-size: var(--fontSize30);
  }
}
.section__expertinnen-detail .innerwrapper .single__arzt .image {
  font-size: 0;
  line-height: 0;
  background-color: rgba(180, 176, 165, 0.3);
  padding: 2rem 0 0 4rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .section__expertinnen-detail .innerwrapper .single__arzt .image {
    padding: 1rem 1rem 0 2rem;
  }
}
.section__expertinnen-detail .innerwrapper .single__arzt .image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 0.75rem rgba(180, 176, 165, 0.5));
}
