@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --grün-grau: #526363;
  --yellow: #ffc400;
  --pink: #ffd8d6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.section._100vh {
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.section._100vh.hidden {
  display: none;
}

.section.flex {
  padding-top: 200px;
  display: flex;
}

.hero-wrapper {
  margin-bottom: 10%;
  padding-top: 12%;
  padding-left: 15%;
  padding-right: 15%;
}

.logo-wrapper {
  width: 350px;
  margin-bottom: 25px;
}

.logo-wrapper.w--current {
  margin-bottom: 50px;
}

.logo-wrapper.partner {
  width: 40%;
  margin-right: 35px;
}

.hero-text {
  color: var(--grün-grau);
  margin-bottom: 15px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.1em;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image.cover {
  object-fit: cover;
  object-position: 50% 0%;
}

.image.cover.center {
  object-position: 50% 50%;
}

.hero-image-wrapper {
  height: 400px;
  margin-bottom: 20%;
  padding-left: 10%;
  padding-right: 10%;
}

.hero-image-wrapper.hidden {
  height: 450px;
}

.hero-image-holder {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image-holder.olivia-portrait {
  height: 60%;
}

.hero-image-holder.olivia-portrait.hidden {
  display: none;
}

.text-p {
  color: var(--grün-grau);
  margin-bottom: 15px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.1em;
}

.text-p.bold {
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.text-p._50percent {
  width: 50%;
}

.text-p._50percent.marked, .text-p.marked {
  color: #ff0004;
}

.hero-wrapper-intro {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.hero-wrapper-intro.hidden {
  display: none;
}

.content-box-wrapper {
  padding-top: 50px;
  padding-left: 10%;
}

.content-box-wrapper.split {
  width: 100%;
}

.h3-heading {
  color: var(--grün-grau);
  word-break: normal;
  margin-bottom: 50px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 6em;
  line-height: 1.2em;
}

.content-box-linkbox {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

.icon-arrow-holder {
  width: 30px;
  margin-right: 25px;
}

.h4-heading {
  color: var(--grün-grau);
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
}

.content-linkbox {
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.line {
  background-color: var(--grün-grau);
  width: 100%;
  height: 1px;
}

.icon-arrow {
  color: var(--grün-grau);
  object-fit: contain;
}

.content-box-grid {
  width: 100%;
  padding: 50px 10%;
}

.content-box-grid.behandlung {
  padding-left: 10%;
  padding-right: 10%;
}

.content-gridbox {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 350px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.content-gridbox.grey {
  background-color: #52636326;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
}

.content-gridbox.grey:hover {
  opacity: .7;
}

.content-gridbox.yellow {
  background-color: #ffc40033;
  padding: 70px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
}

.content-gridbox.yellow:hover {
  opacity: .7;
}

.content-gridbox.imagebox {
  background-color: #ffc40033;
  padding: 0;
}

.content-gridbox.cta {
  background-color: var(--yellow);
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.content-gridbox.cta:hover {
  opacity: .7;
}

.content-gridbox.hidden {
  display: none;
}

.content-gridbox.cta-unterseite {
  background-color: var(--yellow);
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.content-gridbox.cta-unterseite:hover {
  opacity: .7;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.heading {
  color: var(--grün-grau);
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
}

.heading.light {
  font-weight: 400;
}

.heading.boxed {
  font-size: 2.7em;
}

.text-cta {
  color: #fff;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1em;
}

.kontakt-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 66.6%;
  height: auto;
  padding-left: 10%;
  display: flex;
}

.kontakt-image-holder {
  border-radius: 30px;
  width: 33.3%;
  height: 900px;
  overflow: hidden;
}

.kontakt-holder {
  width: 60%;
}

.logo-holder {
  width: 300px;
  margin-bottom: 40px;
}

.logo-holder.small-footer {
  width: 250px;
  margin-bottom: 20px;
}

.oeffnungszeiten-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.oeffnungszeiten-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.footer {
  background-color: #52636326;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 200px;
  padding: 50px 10%;
  display: flex;
}

.text-footer {
  color: var(--grün-grau);
  margin-bottom: 10px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
}

.text-footer.bold {
  font-weight: 700;
}

.text-footer.link {
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
}

.text-footer.link:hover {
  opacity: .7;
}

.footer-right-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-wrapper {
  flex-flow: column;
  display: flex;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  z-index: 500;
  display: block;
}

.fs-cc-manager2_component-2 {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-manager2_button-2 {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button-2:hover {
  color: #000;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #747373;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #747373;
  border: 1px solid #000;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-banner2_component-2 {
  z-index: 999;
  color: #fff;
  background-color: #a8a8a8;
  width: 28.125rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #000;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_text-2 {
  font-size: 1rem;
}

.fs-cc-prefs2_title {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.navbar-desktop {
  z-index: 50;
  background-color: #0000;
  width: 100%;
  padding-top: 50px;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
}

.nav-link {
  color: var(--grün-grau);
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1px;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.hidden {
  display: none;
}

.container {
  width: 100%;
}

.grid-krankheitsbilder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.krankheitsbilder-gridbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px 70px 50px 0;
  display: flex;
}

.krankheitsbilder-gridbox.hidden {
  display: none;
}

.section-behandlungsschwerpunkte {
  padding-top: 300px;
}

.link-holder {
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.link-holder:hover {
  opacity: .7;
}

.arrow-link {
  width: 20px;
  margin-right: 10px;
}

.arrow-link.back {
  transform: rotate(180deg);
}

.navbar-mobile, .nav-bg-mobile {
  display: none;
}

.krankehitsbilder-content-wrapper {
  padding-top: 30px;
}

.underline {
  background-color: var(--yellow);
  width: 40px;
  height: 6px;
}

.infobanner-fixed {
  z-index: 10;
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.infobanner-fixed.hidden {
  display: none;
}

.text-block {
  color: var(--grün-grau);
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.link-holder-behandlung {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.link-holder-behandlung:hover {
  opacity: .7;
}

.link-holder-behandlung.w--current {
  width: 100%;
}

.body {
  font-family: Spacegrotesk, Arial, sans-serif;
}

.section-team {
  padding-top: 300px;
}

.grid-team {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lenz-gridbox {
  flex-flow: row;
  margin-bottom: 80px;
  display: flex;
}

.image-wrapper {
  margin-bottom: 30px;
}

.image-wrapper.lenz {
  width: 500px;
  margin-bottom: 50px;
  margin-right: 50px;
}

.image-wrapper.hidden {
  width: 100%;
  height: 250px;
}

.mitarbeiter-text-wrapper {
  width: 100%;
}

.section-krankheitsbilder {
  padding-top: 300px;
}

.behandlungsschwerpunkt-gridbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px 70px 50px 0;
  display: flex;
}

.section-impressum {
  padding-top: 300px;
}

.content-wrapper {
  width: 100%;
  padding-top: 100px;
}

.impressum-content-wrapper {
  flex-flow: column;
  margin-bottom: 80px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-link {
  color: var(--grün-grau);
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
}

.text-link:hover {
  opacity: .7;
}

.text-link.light {
  font-weight: 400;
}

.temp {
  color: #ff00a1;
}

.text-animation-wrapper {
  width: 80%;
  overflow: hidden;
}

.section-produktpartner {
  height: 50vh;
}

.flexbox {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-box-merz-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.content-box-merz-wrapper.split, .text-wrapper {
  width: 100%;
}

.intro-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .section._100vh {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }

  .logo-wrapper {
    width: 400px;
    margin-bottom: 25px;
  }

  .logo-wrapper.partner {
    width: 30%;
  }

  .hero-text {
    color: var(--grün-grau);
    font-family: Spacegrotesk, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .image {
    object-fit: cover;
    max-width: none;
    height: 100%;
  }

  .image.cover {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
  }

  .hero-image-wrapper {
    height: 500px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .hero-image-holder {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .text-p {
    font-family: Spacegrotesk, Arial, sans-serif;
    font-weight: 400;
  }

  .text-p.bold {
    margin-bottom: 0;
  }

  .hero-wrapper-intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-intro-wrapper {
    width: 800px;
  }

  .content-box-wrapper {
    padding-top: 15%;
    padding-right: 10%;
  }

  .content-box-wrapper.split {
    padding-top: 5%;
    padding-right: 10%;
  }

  .content-box-linkbox {
    padding-top: 22%;
    padding-left: 5%;
  }

  .content-gridbox {
    height: 350px;
    padding-left: 80px;
    padding-right: 100px;
  }

  .content-gridbox.grey {
    padding-left: 80px;
  }

  .content-gridbox.yellow {
    padding: 0 100px 0 80px;
  }

  .content-gridbox.cta, .content-gridbox.cta-unterseite {
    padding-right: 80px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .heading {
    color: var(--grün-grau);
    overflow-wrap: anywhere;
    font-size: 2em;
  }

  .heading.light {
    font-weight: 400;
  }

  .heading.boxed {
    font-size: 2.5em;
  }

  .text-cta {
    font-size: 2.5em;
    line-height: 1em;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-footer {
    font-family: Spacegrotesk, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
  }

  .text-footer.bold, .text-footer.link {
    font-size: 1.2em;
  }

  .text-footer.link.ffd {
    font-size: 1em;
  }

  .footer-right-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-krankheitsbilder {
    width: 100%;
  }

  .krankheitsbilder-gridbox {
    padding-right: 100px;
  }

  .section-behandlungsschwerpunkte {
    padding-top: 220px;
  }

  .krankehitsbilder-content-wrapper {
    padding-top: 30px;
  }

  .underline {
    width: 40px;
    height: 6px;
  }

  .section-team {
    padding-top: 220px;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .lenz-gridbox {
    flex-flow: row;
  }

  .image-wrapper.lenz {
    width: 400px;
  }

  .section-krankheitsbilder {
    padding-top: 220px;
  }

  .behandlungsschwerpunkt-gridbox {
    padding-bottom: 30px;
  }

  .section-impressum {
    padding-top: 220px;
  }

  .impressum-content-wrapper {
    flex-flow: column;
  }

  .content-box-merz-wrapper, .content-box-merz-wrapper.split {
    padding-top: 15%;
    padding-right: 10%;
  }

  .intro-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .logo-wrapper.w--current {
    margin-bottom: 75px;
  }

  .logo-wrapper.partner {
    width: 15%;
  }

  .hero-text-wrapper {
    width: 80%;
  }

  .hero-image-wrapper {
    width: 70%;
    height: 500px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .hero-image-holder.olivia-portrait {
    height: 100%;
  }

  .hero-intro-wrapper {
    width: 900px;
  }

  .h3-heading {
    line-height: 1.1em;
  }

  .content-gridbox {
    padding-right: 150px;
  }

  .content-gridbox.grey, .content-gridbox.yellow {
    height: 450px;
    padding-right: 150px;
  }

  .content-gridbox.imagebox, .content-gridbox.cta {
    height: 450px;
  }

  .heading.boxed {
    font-size: 2.5em;
  }

  .fs-cc-manager2_component-2 {
    color: #082753;
  }

  .fs-cc-manager2_button-2 {
    background-color: #0000;
  }

  .fs-cc-banner2_component-2 {
    color: red;
  }

  .fs-cc-banner2_text-2 {
    color: #fff;
  }

  .nav-link {
    font-size: 1.3em;
  }

  .krankheitsbilder-gridbox {
    padding-right: 80px;
  }

  .lenz-gridbox {
    width: 100%;
  }

  .image-wrapper.lenz {
    width: 350px;
  }

  .image-wrapper.hidden {
    height: 250px;
  }

  .mitarbeiter-text-wrapper {
    width: 80%;
  }

  .behandlungsschwerpunkt-gridbox {
    padding-right: 80px;
  }

  .impressum-content-wrapper {
    width: 100%;
  }

  .section-produktpartner {
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    display: flex;
  }

  .content-box-merz-wrapper {
    padding-top: 0%;
  }
}

@media screen and (max-width: 991px) {
  .section._100vh {
    flex-flow: column;
  }

  .hero-wrapper {
    padding-top: 200px;
  }

  .hero-image-holder.olivia-portrait {
    width: 60%;
    height: 100%;
  }

  .content-box-linkbox {
    width: 100%;
    padding-top: 150px;
    padding-left: 10%;
  }

  .content-box-grid {
    flex-flow: column;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .heading.boxed {
    word-break: break-all;
  }

  .navbar-desktop {
    padding-top: 0;
    display: none;
  }

  .nav-link {
    width: 80%;
    color: var(--yellow);
    font-size: 1.6em;
    line-height: 2.1em;
    text-decoration: none;
    display: block;
  }

  .nav-link.menu {
    word-break: break-all;
    font-size: 2em;
    line-height: 2.3em;
  }

  .container {
    display: none;
  }

  .grid-krankheitsbilder {
    grid-template-columns: 1fr;
  }

  .navbar-mobile {
    z-index: 50;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav-bg-mobile {
    z-index: 49;
    background-color: var(--grün-grau);
    flex-flow: column;
    width: 100%;
    height: 100vh;
    padding-top: 50%;
    padding-left: 10%;
    padding-right: 10%;
    display: none;
    position: fixed;
  }

  .menu-link-mobile {
    color: var(--grün-grau);
    font-family: Spacegrotesk, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.1em;
    text-decoration: none;
  }

  .grid-team {
    grid-template-columns: 1fr;
  }

  .lenz-gridbox {
    flex-flow: column;
  }

  .image-wrapper.lenz {
    width: 40%;
  }

  .intro-wrapper {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .section._100vh {
    flex-flow: column;
    height: auto;
  }

  .section.flex {
    flex-flow: column;
  }

  .hero-wrapper {
    height: auto;
    padding: 200px 10% 100px;
  }

  .logo-wrapper {
    width: 100%;
  }

  .hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-holder {
    border-radius: 0;
  }

  .hero-image-holder.olivia-portrait {
    border-radius: 50px;
  }

  .text-p {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .text-p._50percent {
    width: 100%;
  }

  .hero-wrapper-intro {
    height: auto;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .content-box-wrapper.split {
    width: 100%;
    padding-top: 200px;
    padding-right: 10%;
  }

  .h3-heading {
    font-size: 2.2em;
    line-height: 1em;
  }

  .content-box-linkbox {
    width: 100%;
    padding-top: 50px;
    padding-left: 10%;
  }

  .icon-arrow-holder {
    width: 20px;
    margin-right: 15px;
  }

  .h4-heading {
    font-size: 1.6em;
    line-height: 1em;
  }

  .content-gridbox {
    height: 350px;
    padding: 20px 10% 50px;
  }

  .content-gridbox.grey {
    padding: 50px 10%;
  }

  .content-gridbox.yellow {
    height: auto;
    padding: 50px 10%;
  }

  .content-gridbox.cta {
    padding-top: 50px;
  }

  .content-gridbox.cta-unterseite {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .heading {
    word-break: break-all;
    font-size: 1.4em;
    line-height: 1em;
  }

  .heading.boxed, .text-cta {
    font-size: 2em;
  }

  .kontakt-wrapper {
    width: 100%;
    padding-bottom: 50px;
    padding-right: 10%;
  }

  .kontakt-image-holder {
    border-radius: 0;
    width: 100%;
    height: 350px;
  }

  .kontakt-holder {
    width: 100%;
  }

  .logo-holder {
    width: 250px;
  }

  .logo-holder.small-footer {
    width: 220px;
  }

  .oeffnungszeiten-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-flow: column;
    padding-bottom: 100px;
  }

  .footer-right-wrapper {
    flex-flow: column;
    margin-top: 50px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-banner2_component-2 {
    width: 100%;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .nav-link {
    word-break: break-all;
    width: 100%;
    line-height: 1.2em;
  }

  .nav-link.menu {
    margin-bottom: 40px;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .grid-krankheitsbilder {
    grid-template-columns: 1fr;
    width: 100%;
    display: block;
  }

  .krankheitsbilder-gridbox {
    padding-bottom: 30px;
    padding-right: 10%;
  }

  .link-holder {
    width: auto;
  }

  .nav-bg-mobile {
    display: block;
  }

  .krankehitsbilder-content-wrapper {
    padding-top: 15px;
  }

  .div-block-3 {
    display: none;
  }

  .infobanner-fixed {
    height: 100px;
    padding: 20px;
  }

  .grid-team {
    grid-template-columns: 1fr;
    width: 100%;
    padding-right: 0%;
    display: block;
  }

  .image-wrapper.lenz {
    width: 100%;
  }

  .mitarbeiter-text-wrapper {
    margin-bottom: 50px;
  }

  .behandlungsschwerpunkt-gridbox {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .text-animation-wrapper {
    width: 90%;
  }

  .section-produktpartner {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .flexbox {
    flex-flow: column;
  }

  .content-box-merz-wrapper.split {
    width: 100%;
    padding-top: 200px;
    padding-right: 10%;
  }
}

#w-node-_1ae5fa52-776c-6881-6e7f-673514726258-880cf4bf, #w-node-_7a029743-8b07-6ad0-93fe-0361c5179c98-880cf4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e39ecb2-ec2f-7e4e-5a32-b4e531d723cc-880cf4bf {
  align-self: end;
}

#w-node-bedcd79d-0dcb-a506-1a42-7ebbe66ca801-9433130c {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-c06ab0be-668d-cd90-6b26-15a80884368e-9433130c, #w-node-_10e7226f-52ae-3776-0700-c752d40ce4f1-9433130c, #w-node-fd581320-168a-7f90-a7e3-ecce8b470dfe-9433130c, #w-node-a773ea45-9d97-5711-59a0-116fee6608f7-9433130c, #w-node-_3b5b01ed-af5a-9cec-6266-4a503b7933da-9433130c, #w-node-_34c7e7b0-bc38-289b-7169-2e2f6d709c26-9433130c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3bd0711-4cd7-ffc4-c258-fe411261025a-75031cb6, #w-node-f3bd0711-4cd7-ffc4-c258-fe411261025a-0b9e0823 {
  grid-area: 3 / 1 / 4 / 4;
}

@media screen and (min-width: 1280px) {
  #w-node-_1ae5fa52-776c-6881-6e7f-673514726258-880cf4bf {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}