@font-face {
  font-family: Cormorant normal;
  src: url('../fonts/cormorant-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorant medium;
  src: url('../fonts/cormorant-medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorant bold;
  src: url('../fonts/cormorant-bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --redbrown: #371722;
  --light-grey: #f2f2f2;
  --white: white;
  --dark-grey: #333;
  --dark-redbrown-hover-only: #270d16;
  --transparent: #37172200;
}

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

body {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant normal, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant bold, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

a {
  color: var(--black);
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-styles {
  display: block;
}

.section {
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10vw;
  display: block;
}

.section.hero {
  background-image: url('../images/header-khalili-top-margin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.section.hero.hero-mobile {
  display: none;
}

.section.section--benefit {
  background-color: #0000;
  background-image: linear-gradient(319deg, var(--redbrown), #431d2adb 76%, #371722e6);
  color: var(--light-grey);
  justify-content: space-between;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.section.section--bg__grey {
  background-color: var(--light-grey);
  flex-direction: row;
  padding-bottom: 5em;
  display: block;
}

.section.section--bg__grey.section-leistungen {
  background-color: var(--white);
  color: var(--black);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2em;
  display: flex;
}

.section.section--slider {
  background-color: var(--light-grey);
  padding: 2em 0;
  display: block;
}

.section.section--slider.scroll-into-view {
  object-fit: fill;
  object-position: 50% 50%;
  padding-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section.section-cta {
  background-color: var(--redbrown);
  color: var(--light-grey);
  justify-content: space-around;
  align-items: center;
  padding-top: 3em;
}

.section.section-footer {
  background-image: linear-gradient(330deg, var(--redbrown) 8%, #431d2ad9 78%, var(--redbrown));
  color: var(--light-grey);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 60px;
}

.section.section-footer-bar {
  background-color: var(--redbrown);
  color: var(--light-grey);
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.top-section {
  margin-top: 11vh;
}

.section.section-first {
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
}

.section.section-bg__augsburg {
  background-image: linear-gradient(#f2f2f233, #f2f2f233), url('../images/hoch3media-h6i7muwju78-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-left: 15vw;
  padding-right: 15vw;
}

.section.subhero {
  display: none;
}

.hero__h1 {
  width: auto;
}

.hero__h1.h1--white {
  color: var(--white);
  width: auto;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-weight: 400;
}

.button {
  background-color: var(--light-grey);
  color: var(--dark-grey);
  letter-spacing: .02em;
  text-transform: uppercase;
  object-fit: fill;
  border-radius: .6em;
  align-self: flex-start;
  padding: 1em 2em;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--redbrown);
  color: var(--light-grey);
}

.button.button--leistungen {
  align-items: center;
  margin-top: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 1vw;
  font-weight: 400;
  display: flex;
}

.button.button-ghost {
  border: 1px solid var(--dark-grey);
  background-color: #0000;
}

.button.button-ghost.button-ghost-light {
  border-color: var(--light-grey);
  color: var(--light-grey);
  cursor: pointer;
  margin-left: 2em;
  font-size: 1rem;
  transition: letter-spacing .2s, color .2s, background-color .2s;
  display: block;
}

.button.button-ghost.button-ghost-light:hover {
  background-color: var(--light-grey);
  color: var(--redbrown);
}

.button.button-ghost.margin-top-big {
  margin-top: 1.5em;
  position: relative;
}

.button.button-ghost.margin-top-big:hover {
  background-color: var(--redbrown);
}

.button.button-ghost.button-second {
  margin-left: 1.5em;
}

.button.button-ghost.button-second.button-small {
  margin-left: 0;
  padding: .7em 1.5em;
}

.button.button-ghost.button-second.button-small:hover, .button.button-ghost.button-ghost-dark:hover {
  background-color: var(--redbrown);
}

.button.nav-button {
  background-color: var(--redbrown);
  color: var(--light-grey);
  letter-spacing: .1em;
  margin-left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 400;
}

.button.nav-button:hover {
  background-color: var(--dark-redbrown-hover-only);
  font-weight: 700;
}

.button.nav-button.w--current {
  padding-top: 1em;
  padding-bottom: 1em;
}

.button.nav-button.nav-ghost {
  background-color: var(--transparent);
  color: var(--black);
  border: 1px solid #000;
}

.button.button-hero {
  color: var(--redbrown);
  letter-spacing: .1em;
  margin-top: 4vw;
}

.button.button-hero:hover {
  color: var(--light-grey);
}

.button.button-hero.button-kontaktieren {
  background-color: var(--redbrown);
  color: var(--light-grey);
}

.button.button-hero.button-kontaktieren:hover {
  background-color: var(--dark-redbrown-hover-only);
}

.button.button-hero.button-call, .button.button-cta-call {
  display: none;
}

.button.button-cta-kontaktieren {
  transition: letter-spacing .2s, color .2s, background-color .2s;
}

.button.button-cta-kontaktieren:hover {
  border: 1px solid var(--light-grey);
  background-color: var(--dark-redbrown-hover-only);
}

.button.button-brown {
  background-color: var(--redbrown);
  color: var(--white);
  margin-right: 3vw;
}

.button.button-brown.button-brown-popup {
  text-transform: none;
  margin-right: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  transition: border .2s, color .2s, background-color .2s;
}

.button.button-brown.button-brown-popup:hover {
  border: .3px solid var(--redbrown);
  background-color: var(--light-grey);
  color: var(--redbrown);
}

.button.button-brown.button-brown-popup:active {
  border-style: solid;
  border-width: 1px;
}

.button.secondary-button-404 {
  background-color: var(--light-grey);
}

.h4--hero {
  color: var(--white);
  text-transform: none;
  font-family: Cormorant normal, sans-serif;
  font-weight: 400;
}

.three-col-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.three-col-flex-item {
  flex-direction: row;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.icon-container {
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 1.7rem;
  height: 1.4rem;
  padding-left: .2px;
  padding-right: 8px;
  display: flex;
}

.icon-container.expand {
  display: none;
}

.icon-container.left-algn {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.icon-check {
  object-fit: contain;
  max-width: none;
  font-size: 16px;
}

.link--white {
  color: #fffdfd;
  font-weight: 400;
}

.link--white:hover {
  text-decoration: underline;
}

.link--white.p-link__underlined {
  font-weight: 400;
}

.two-col-contain {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1260px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.two-col-contain.two-col-contain__center-aligned, .two-col-contain.two-col-cta {
  justify-content: space-between;
  align-items: center;
}

.two-col-contain.vertical-flex {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
}

.two-col-contain.bg__grey-transparent {
  background-color: var(--light-grey);
  opacity: .75;
  justify-content: center;
  padding-top: 3vw;
  padding-bottom: 1vw;
  padding-left: 3vw;
}

.two-col-item {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 38vw;
  display: flex;
}

.two-col-item.two-col-item__image {
  width: 30vw;
}

.two-col-item.two-col-item__image.margin-top-big.two-col-item-dentist {
  margin-right: 1.5em;
}

.two-col-item.two-col-item__image.margin-top-big.two-col-item-dentist.no-spacing-right {
  margin-right: 0;
  display: none;
}

.two-col-item.faq {
  align-items: stretch;
  width: 20vw;
  display: block;
  position: relative;
}

.two-col-item.two-col-item-leftalign {
  text-align: right;
  align-items: flex-end;
}

.two-col-item.two-col-item__bg-lightgrey {
  background-color: var(--light-grey);
  justify-content: space-between;
  margin-top: 0;
  padding: 1em 1.5em;
}

.two-col-item.two-col-item__bg-lightgrey.two-col-item--philosophie {
  width: auto;
  box-shadow: 3px 3px 8px #cccaca;
}

.two-col-item.two-col-item--blogpost {
  width: 100%;
}

.two-col-item.horiz-img {
  justify-content: center;
  align-items: center;
}

.item-check {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1vh;
  padding-right: 0;
  display: flex;
}

.hero-text {
  flex-direction: column;
  justify-content: space-around;
  margin-top: 5em;
  display: flex;
}

.list-check {
  margin-top: 1vw;
  margin-bottom: auto;
}

.two-col-content-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 3em;
  display: block;
}

.two-col-content-wrapper.faq-question {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.two-col-content-wrapper.two-col-wrap-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 5em;
  display: flex;
  position: relative;
}

.two-col-content-wrapper.horizontal-flex {
  padding-bottom: 1em;
  display: flex;
}

.two-col-content-wrapper.margin-1-5em {
  margin-bottom: 1.5em;
}

.two-col-content-wrapper.datenschutzneu {
  display: none;
}

.bold {
  font-weight: 700;
}

.link--arrow {
  align-items: center;
  margin-top: 1em;
  margin-bottom: .5em;
  display: flex;
}

.link--arrow:hover {
  text-decoration: underline;
}

.link--arrow.faq-question__link {
  justify-content: space-between;
  margin-bottom: 5px;
}

.link--arrow.link--white {
  flex-wrap: nowrap;
}

.link--arrow.link--white.link--footer {
  align-items: center;
  margin-top: .5em;
}

.link--arrow.link-subtext {
  max-width: 1260px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.link--arrow.center-event {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}

.button--arrow-wrapper {
  border: 1px solid var(--dark-grey);
  background-color: var(--white);
  border-radius: .6em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  display: flex;
}

.button--arrow-wrapper.button--arrow-margin {
  width: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
  transition: background-color .5s;
  position: static;
  overflow: visible;
}

.button--arrow-wrapper.button--arrow-margin:hover {
  background-color: var(--redbrown);
  color: var(--light-grey);
}

.button--arrow-wrapper.button-ghost {
  justify-content: space-between;
  transition: background-color .2s, color .2s;
}

.button--arrow-wrapper.button-ghost:hover, .button--arrow-wrapper.button--arrow-wrapper__brown {
  background-color: var(--redbrown);
  color: var(--light-grey);
}

.button--arrow-wrapper.button--arrow-wrapper__brown.button--small {
  padding: .7em 1.5em;
  display: none;
}

.button-section {
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-right: 1em;
  font-size: 1.25rem;
  font-weight: 400;
}

.h4--light {
  font-weight: 300;
}

.h4--light.smaller {
  padding-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.h4--light.right-align {
  text-align: right;
}

.two-col__square-image {
  object-fit: contain;
  width: 30vw;
  height: auto;
}

.grid-2col {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto auto;
  justify-content: stretch;
  place-items: stretch stretch;
  margin-top: 5vh;
}

.link-2 {
  padding-right: 5px;
}

.link-2.link-equipment {
  text-decoration: underline;
}

.link-2.link-equipment:hover {
  font-weight: 700;
}

.equipment__image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 60%;
}

.equipment__image.equipment__image--tablet {
  width: 100%;
}

.arrowlink {
  justify-content: space-around;
  align-items: center;
  padding-right: .1em;
  display: flex;
}

.equipment__text-content {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 40%;
  padding: 2vw 50px;
  display: flex;
}

.h4--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h4--centered.h4-centered--mobile {
  display: none;
}

.p--centered {
  text-align: center;
}

.p--centered.equpment__text-paragraph {
  flex: 0 auto;
  min-width: auto;
  display: block;
}

.equipment-wrapper {
  background-color: #fff;
  height: auto;
  box-shadow: 1px 1px 5px #0000001a;
}

.dropdown-lebenslauf-wrapper {
  width: 100%;
  margin-top: 2.5em;
  position: static;
}

.dropdown-lebenslauf__content {
  background-color: var(--white);
  border-radius: 0 0 .6em .6em;
  padding: 1em 1vw;
  display: flex;
  position: static;
}

.dropdown-lebenslauf__content:hover {
  transform: translate(0);
}

.h5--lineheight {
  margin-left: .2em;
  margin-right: .2em;
  line-height: 1.6;
  display: block;
  overflow: visible;
}

.button-leistungen-text {
  text-transform: none;
  padding: .5em 1vw;
  font-size: 1.2rem;
}

.icon-leistungen {
  width: auto;
  height: 1.7em;
}

.icon-leistungen.icon-leistungen--big {
  height: 1.9em;
}

.paragraph--white {
  color: var(--light-grey);
}

.h5-subtext {
  max-width: 1260px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.link--inline {
  font-weight: 700;
}

.testimonial-contain {
  max-width: 1260px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item {
  background-image: radial-gradient(circle closest-corner at 50% 50%, var(--white) 70%, var(--light-grey));
  order: 1;
  margin-bottom: 1.5em;
  padding: 1.5em 1em;
}

.h4-cormorant {
  text-align: left;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant bold, sans-serif;
  font-size: 1.75rem;
}

.testimonial-paragraph {
  padding-top: 11px;
}

.testimonials-source {
  color: var(--dark-grey);
  text-align: right;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.impressionen-slider {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  max-width: 1200px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.impressionen-slider__image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 0%;
  max-width: 100%;
}

.impressionen-slider-slide, .slide {
  object-fit: cover;
}

.section-title {
  text-align: left;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.section-title.h2-hide-mobile {
  display: none;
}

.section-title.two-col-section-title {
  margin-left: 0;
}

.section-title.section-title--desktop {
  font-weight: 400;
}

.faq-image {
  object-fit: fill;
  object-position: 50% 50%;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.faq-question__divider {
  border: .5px solid var(--light-grey);
  height: .5px;
  margin-top: 10px;
}

.faq-question__divider.footer {
  width: 80%;
  margin-top: 15px;
}

.faq-question__answer {
  color: var(--dark-grey);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.h3-cormorant, .h3-cormorant.h3-centered {
  font-family: Cormorant bold, sans-serif;
}

.cta-right {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-right.cta-double {
  flex-direction: row;
  margin-top: 1vh;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.four-col-contain {
  max-width: 1260px;
  margin: 2em auto;
  padding-right: 10px;
  display: flex;
}

.four-col-item {
  width: 30%;
}

.four-col-item.socials {
  width: auto;
}

.footer-category {
  color: var(--light-grey);
  display: block;
}

.footer-paragraph {
  line-height: 30px;
}

.footer-paragraph.p-wide {
  letter-spacing: .02px;
}

.footer-paragraph.link--white.p-small {
  font-size: .9rem;
}

.footer-sociallinks {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-top: .5em;
  display: none;
}

.icon-social {
  width: 20px;
  height: 20px;
}

.footer-bar {
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-bar__link {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
}

.footer-bar__link.link--white {
  display: flex;
}

.footer-bar__link.link--white:hover {
  font-weight: 400;
}

.navbar__logo-img-default {
  opacity: 1;
  background-color: #0000;
  display: inline-block;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar__logo {
  opacity: 1;
  object-fit: fill;
  flex: 0 auto;
  width: 9vw;
  height: 6vw;
  position: relative;
}

.nav-link {
  text-transform: uppercase;
}

.lei-intro-wrapper {
  width: 60%;
  padding-right: 3vw;
}

.lei-image-wrapper {
  object-fit: fill;
  flex: 1;
  height: auto;
  max-height: 700px;
  margin-top: 2rem;
  padding-right: 0;
  position: static;
  overflow: hidden;
}

.lei-image {
  object-fit: cover;
  margin-right: 0;
  overflow: hidden;
}

.lei__leistungstitel {
  white-space: normal;
  font-size: 4rem;
}

.lei__keywords {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 300;
}

.lei__kurzbeschreibung {
  white-space: normal;
  width: 80%;
  margin-top: 30px;
}

.three-row-contain {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.three-row-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.three-col-item {
  width: 40%;
  margin-right: 15px;
  padding-right: 15px;
}

.question--black {
  letter-spacing: .02em;
  font-weight: 900;
}

.lei__richtext-wrapper {
  width: 75%;
}

.sidebar-nav-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding-left: 3vw;
  display: flex;
}

.sidebar__divider {
  border: 1px solid #000;
  width: auto;
}

.sidebar__menu {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 2vh;
  padding-bottom: 3vh;
  padding-left: 1.5vw;
  display: flex;
}

.link--light {
  padding-bottom: 10px;
  font-weight: 300;
}

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

.link--light.w--current {
  font-weight: 700;
}

.desktop-nav {
  z-index: 998;
  background-color: #f2f2f2f0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 3vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar__link {
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1em;
  font-size: 1rem;
  transition: opacity .2s;
}

.navbar__link.w--current:hover {
  font-weight: 700;
}

.navbar__link.btn-ghost {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: .6em;
  align-items: center;
  display: none;
}

.navbar__link.btn-ghost:hover {
  background-color: #f1f1f1;
  font-weight: 700;
}

.navbar__link.btn-ghost.logo {
  align-content: flex-end;
  align-items: center;
  display: none;
}

.navbar__link.btn-ghost.logo:hover {
  background-color: var(--light-grey);
  border-width: 1px;
}

.navbar__link.btn-ghost.hide {
  display: flex;
}

.navbar__logo-img-scroll {
  opacity: 0;
  width: 7vw;
  display: inline-block;
  position: absolute;
  inset: 4vh auto auto 0%;
}

.z-i-portrait {
  object-position: 50% 100%;
}

.z-i-portrait.show-mobile {
  display: none;
}

.about-image-wrapper {
  margin: 2vw 3vw;
}

.about-image-wrapper.portrait {
  object-fit: contain;
  max-width: 270px;
  overflow: hidden;
}

.margin-top-small {
  margin-top: 1vh;
}

.margin-top-small.cv-span-italics {
  font-style: italic;
  font-weight: 400;
}

.h5__capital {
  text-transform: uppercase;
}

.team-text-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}

.p__light-capital {
  text-transform: uppercase;
  padding-bottom: .5em;
  font-weight: 300;
}

.collection-list-team {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2vh;
  display: grid;
}

.collection-list--leistungenlinks {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  display: grid;
}

.team-leistungen-link {
  align-items: center;
  display: flex;
}

.team-leistungen-link:hover {
  text-decoration: underline;
}

.p__capital-bold {
  text-transform: uppercase;
  padding-right: .2em;
  font-weight: 700;
}

.p__capital-bold.more-padding {
  padding-right: .4em;
}

.vertical-line {
  background-color: var(--black);
  border: 3px #000;
  width: 3px;
  height: auto;
  margin-right: 1em;
}

.dropdown-toggle {
  padding: 0 20px 0 0;
}

.dropdown-toggle:hover {
  font-weight: 700;
}

.nav-dropdown-list {
  background-color: var(--white);
  border-radius: .3em;
  display: none;
  box-shadow: 5px 5px 17px 4px #9191914f;
}

.nav-dropdown-list.w--open {
  margin-top: 1em;
  padding-top: 0;
}

.nav-dropdown-link {
  text-transform: none;
  transition: color .2s, background-color .2s;
  display: block;
}

.nav-dropdown-link:hover {
  background-color: var(--redbrown);
  color: var(--light-grey);
}

.nav-dropdown-link.w--current {
  color: var(--black);
  font-weight: 700;
}

.nav-dropdown-link.w--current:hover {
  color: var(--light-grey);
}

.nav-dropdown-link.w--current:visited {
  color: var(--black);
  font-weight: 700;
}

.nav-dropdown-link.booking {
  display: flex;
}

.margin-top-big {
  margin-top: 1.5em;
}

.margin-top-big.cv-span-italics {
  font-style: italic;
  font-weight: 400;
}

.collection-list-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.text-with-icon {
  align-items: center;
  display: flex;
}

.text-with-icon.text-with-icon__multiline {
  justify-content: flex-start;
  align-items: flex-start;
}

.p-link__underlined {
  text-decoration: underline;
}

.p-link__underlined:hover {
  font-weight: 700;
}

.p-wide {
  line-height: 2;
}

.grid-philosophie {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
}

.cms-leistungen-link {
  padding-top: 1em;
}

.menu-button {
  display: none;
}

.h5--link {
  font-size: 1.25rem;
}

.h5--link:hover {
  text-decoration: underline;
}

.blog-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vw;
  display: grid;
}

.empty-state {
  color: #1c4a36;
  text-align: center;
  background-color: #f0f9f5;
  border-radius: 7px;
  padding: 21px;
}

.news--meta {
  padding-top: .5em;
  padding-bottom: .5em;
}

.news--blog-title-link {
  padding-bottom: .5em;
}

.news--blog-title-link:hover {
  text-decoration: underline;
}

.mobile-nav {
  display: none;
}

.mobile-logo-wrapper {
  width: 15vw;
  height: 10vw;
}

.mobile-logo-wrapper.logo-wrapper-drop {
  margin-top: 2vw;
}

.menu-drop-mask {
  display: none;
}

.call-button-wrapper {
  z-index: 100;
  position: fixed;
  inset: auto 3vw 3vw auto;
}

.sticky-call-button {
  background-color: var(--redbrown);
  border-radius: 180px;
}

.call-button-icon {
  padding: 1.5rem;
  display: none;
}

.grid-3col {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5vh;
}

.nachhaltig-image {
  color: var(--black);
  object-fit: cover;
  max-height: 40px;
}

.nachhaltig-text-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.nachhaltig-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.h3-centered {
  text-align: center;
  text-transform: uppercase;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-arrow-default {
  display: block;
}

.icon-arrow--hover {
  display: none;
}

.leistungen-cms-wrap {
  width: 100%;
  max-width: 1260px;
}

.testimonial-cms-wrapper {
  margin-top: 2vw;
}

.progressbar {
  background-color: var(--redbrown);
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-container {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 18%, var(--redbrown));
}

.paragraph-3 {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}

._404-button-wrap {
  justify-content: center;
  width: 100%;
  margin-top: 1vw;
  display: flex;
}

.news-image-container {
  object-fit: cover;
  width: 60%;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.news-image-container.startpage {
  width: auto;
}

.blogpost-content {
  width: 60%;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  object-fit: fill;
}

.html-embed-2, .html-embed-3 {
  display: block;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.cv-popup-container {
  z-index: 120;
  background-color: #f2f2f266;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.cv-wrapper {
  z-index: 20;
  background-color: var(--white);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  max-width: 1000px;
  height: 75vh;
  margin-top: -20vh;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 4vw 2em;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: auto;
  box-shadow: 3px 3px 15px 4px #d3d0d0;
}

.close-popup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5vw;
  margin-right: 1.5vw;
  padding: 5px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.html-embed-maps {
  height: 350px;
}

.announcement-popup {
  z-index: 999;
  text-align: center;
  background-color: #00000042;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.holiday-wrapper {
  background-color: var(--white);
  width: 30vw;
  max-width: 100%;
  margin: auto;
  padding: 2em;
  position: relative;
}

.holiday-wrapper.event-wider {
  width: 44vw;
  position: relative;
}

.p-margin-top-bottom {
  margin-top: 2em;
  margin-bottom: 2em;
}

.p-margin-top-bottom.hide, .p-margin-top-bottom.event.mobile {
  display: none;
}

.cv-span-normal {
  font-weight: 400;
}

.chevron-white {
  display: none;
}

.link-references:hover {
  text-decoration: underline;
}

.booking-logo {
  height: 1.2rem;
  margin-left: .3em;
}

.booking-logo.jameda {
  height: 1.1rem;
}

.booking-logo.dampsoft {
  height: 1.4rem;
  position: relative;
  bottom: .2em;
}

.booking-link-wrap {
  flex: none;
  align-items: center;
  padding: 10px 20px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.booking-link-wrap:hover {
  background-color: var(--redbrown);
  color: var(--light-grey);
}

.icon, .icon-2 {
  margin-right: 0;
}

.booking-text {
  text-transform: none;
  padding-right: 3px;
}

.cta-link {
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1em;
  font-size: 1rem;
  transition: opacity .2s;
}

.cta-link:hover {
  font-weight: 700;
}

.cta-link.btn-ghost {
  border: 1px solid #000;
  border-radius: .6em;
  align-items: center;
  display: flex;
}

.cta-link.btn-ghost:hover {
  font-weight: 700;
}

.cta-link.btn-ghost.logo {
  border-color: var(--light-grey);
  color: var(--light-grey);
  flex: none;
  align-content: flex-end;
  align-items: center;
  margin-left: 1em;
  transition: color .2s, background-color .2s, opacity .2s, opacity .2s;
  display: none;
}

.cta-link.btn-ghost.logo:hover {
  color: var(--dark-grey);
  background-color: #f2f2f2;
  border-width: 1px;
}

.cta-link.btn-ghost.logo.show-dark {
  border-color: var(--black);
  color: var(--black);
  display: flex;
}

.cta-link.btn-ghost.logo.show-dark:hover {
  background-color: var(--redbrown);
  color: var(--light-grey);
}

.cta-link.btn-ghost.logo.show-dark.no-margin {
  margin-left: 0;
}

.nav-link-2 {
  text-transform: uppercase;
}

.nav-link-2.low-cap {
  text-transform: none;
}

.booking-logo-wrap {
  flex: none;
}

.jameda_html_embed {
  display: none;
}

.h4--margin-top-small {
  margin-top: 3vh;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section {
    font-size: 16px;
  }

  .section.hero {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
    display: none;
  }

  .section.hero.hero-mobile {
    background-image: url('../images/hero-mobile.jpg');
    background-position: 50%;
    background-size: cover;
    min-height: 60vh;
    margin-top: 13vw;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .section.section--bg__grey.section-leistungen {
    flex-direction: column-reverse;
    padding-top: 3em;
  }

  .section.section--slider.scroll-into-view {
    padding-bottom: 0;
  }

  .section.section-first {
    margin-top: 14vw;
    padding-top: 2.5em;
  }

  .section.section-first.section-first-leistungen {
    margin-top: 0;
  }

  .section.section-bg__augsburg {
    background-image: linear-gradient(#0000, #0000), url('../images/hoch3media-h6i7muwju78-unsplash-1.jpg');
    background-position: 0 0, 10%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 4em;
  }

  .section.subhero {
    min-height: 30vh;
    padding-top: 2em;
    padding-bottom: 3em;
    display: block;
  }

  .hero__h1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 2vw;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .hero__h1.h1--white {
    color: var(--redbrown);
  }

  .button {
    display: block;
  }

  .button.button-ghost.button-ghost-light:hover {
    color: var(--dark-redbrown-hover-only);
  }

  .button.button-ghost.button-ghost-light.button-nav-secondary {
    margin-left: 0;
    transition: color .2s, background-color .2s;
  }

  .button.button-ghost.button-ghost-light.button-nav-secondary:active {
    background-color: var(--white);
    color: var(--black);
  }

  .button.button-ghost.margin-top-big {
    font-size: 1em;
  }

  .button.nav-button {
    display: inline-block;
  }

  .button.button-hero {
    background-color: var(--redbrown);
    color: var(--light-grey);
    text-align: center;
  }

  .button.button-hero.button-call, .button.button-nav-primary {
    display: none;
  }

  .button.button-brown {
    width: 100%;
    margin-bottom: 2vw;
  }

  .button.secondary-button-404 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h4--hero {
    color: var(--black);
    text-align: center;
  }

  .three-col-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .three-col-flex-item {
    width: 100%;
    margin-bottom: 2vh;
  }

  .two-col-contain {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .two-col-contain.two-col-contain__center-aligned {
    flex-direction: column;
  }

  .two-col-contain.two-col-contain__center-aligned.reverse-order {
    text-align: left;
    flex-direction: column-reverse;
  }

  .two-col-contain.two-col-contain__center-aligned.two-col-leistungen {
    flex-direction: column-reverse;
  }

  .two-col-contain.two-col-cta {
    align-items: center;
  }

  .two-col-contain.bg__grey-transparent {
    opacity: .85;
  }

  .two-col-item {
    width: 100%;
  }

  .two-col-item.two-col-item__image {
    align-items: center;
    width: 100%;
    margin-top: 2em;
  }

  .two-col-item.faq {
    display: none;
  }

  .two-col-item.two-col-item-leftalign {
    align-items: flex-start;
  }

  .hero-text {
    justify-content: space-between;
    margin-left: 8vw;
    position: absolute;
    inset: auto 0% 0%;
  }

  .two-col-content-wrapper.faq-question, .two-col-content-wrapper.two-col-wrap-flex {
    width: 100%;
  }

  .button--arrow-wrapper.button-ghost {
    background-color: #0000;
    border-style: none;
    padding-left: 0;
  }

  .button--arrow-wrapper.button--arrow-wrapper__brown.button--small {
    display: none;
  }

  .h4--light.right-align, .h4--light.mobile-right-align-reverse {
    text-align: left;
  }

  .two-col__square-image {
    width: 100%;
  }

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

  .equipment__image {
    object-fit: cover;
  }

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

  .button-leistungen-text {
    font-size: 1rem;
  }

  .h5-subtext {
    display: none;
  }

  .testimonial-contain {
    margin-top: 3em;
  }

  .testimonial-item {
    width: 100%;
    margin-top: 1.5em;
  }

  .testimonials-source {
    font-size: .8rem;
  }

  .impressionen-slider {
    height: auto;
  }

  .impressionen-slider__image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .two-col-question-block-wrapper {
    flex: 0 auto;
  }

  .cta-left {
    margin-bottom: 2vh;
  }

  .cta-right {
    display: flex;
  }

  .cta-right.cta-double {
    flex-direction: row;
  }

  .footer-top {
    margin-bottom: 4vh;
  }

  .four-col-contain {
    flex-flow: wrap;
  }

  .four-col-item {
    width: 50%;
    margin-bottom: 3vh;
  }

  .four-col-item.socials {
    width: 50%;
  }

  .four-col-item.four-col-item-100 {
    width: 100%;
  }

  .footer-sociallinks {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    color: var(--light-grey);
    white-space: nowrap;
    padding-right: .5em;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .nav-link.nav-link__lowercase {
    text-transform: none;
    font-size: 1em;
    font-weight: 400;
  }

  .nav-link.nav-link__lowercase:active {
    color: var(--black);
  }

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

  .lei-image-wrapper {
    object-fit: cover;
    flex: 0 auto;
    width: 100vw;
    max-height: none;
    margin-bottom: 2em;
  }

  .lei-image {
    object-fit: cover;
  }

  .lei__leistungstitel {
    font-size: 2.7rem;
  }

  .lei__kurzbeschreibung {
    width: 100%;
  }

  .three-col-item {
    width: 100%;
    margin-right: 1rem;
    padding-right: 1rem;
  }

  .three-col-item.three-col-faq {
    margin-bottom: 4vw;
  }

  .lei__richtext-wrapper {
    width: 100%;
  }

  .sidebar-nav-wrapper, .desktop-nav {
    display: none;
  }

  .navbar-menu {
    display: block;
  }

  .navbar__link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    transition: color .2s, background-color .2s;
  }

  .navbar__link:active {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .navbar__link.w--current {
    padding-left: 1em;
  }

  .about-image-wrapper {
    margin: 8vw 0 3vw;
  }

  .about-image-wrapper.portrait {
    max-width: 50%;
  }

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

  .collection-list--leistungenlinks {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-dropdown-list {
    background-color: #0000;
    display: none;
  }

  .nav-dropdown-list.w--open {
    color: var(--light-grey);
    background-color: #0000;
  }

  .nav-dropdown-link {
    color: var(--light-grey);
    padding: .8em 1em;
    transition: border-color .2s, color .2s, background-color .2s;
  }

  .nav-dropdown-link:hover, .nav-dropdown-link:active {
    border: 1px solid var(--light-grey);
    border-radius: 10px;
  }

  .margin-top-big {
    margin-top: 1.5em;
  }

  .grid-philosophie {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .mobile-nav-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    z-index: 9;
    object-fit: fill;
    display: block;
    position: relative;
  }

  .blog-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-nav {
    z-index: 500;
    background-color: #f2f2f2;
    width: 100vw;
    height: 14vw;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-logo-wrapper, .mobile-logo-wrapper.w--current {
    position: relative;
  }

  .nav-top-container {
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin-top: 2vw;
    display: flex;
  }

  .mobile-menu-button {
    z-index: 45;
    cursor: pointer;
    width: 6vw;
    height: 5vw;
    padding: .5em 1vw;
    position: relative;
  }

  .mob-nav-drop {
    background-color: var(--redbrown);
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  ._90-container {
    justify-content: space-between;
    width: 90vw;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mob-drop-left-align {
    z-index: 45;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
    margin-bottom: 10vw;
    display: flex;
    position: relative;
  }

  .mob-menu-links-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .mob-button-wrap {
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin-bottom: 10vw;
    display: flex;
  }

  .menu-drop-wrap {
    display: block;
  }

  .menu-drop-trigger {
    flex-direction: row;
    height: auto;
    padding: 1em;
    display: flex;
  }

  .menu-drop-trigger.trigger-about {
    cursor: pointer;
    align-items: center;
    transition: border-width .2s, border-color .2s;
  }

  .menu-drop-trigger.trigger-about:active {
    border: 1px solid var(--light-grey);
    border-radius: 10px;
  }

  .menu-drop-trigger.trigger-leistung {
    cursor: pointer;
    align-items: center;
    transition: border-width .2s, border-color .2s;
  }

  .menu-drop-trigger.trigger-leistung:active {
    border: 1px solid var(--light-grey);
    color: var(--black);
    border-radius: 15px;
  }

  .menu-drop-trigger.trigger-leistung:focus {
    border: 1px solid var(--light-grey);
    color: var(--light-grey);
    border-radius: 15px;
  }

  .menu-drop-trigger.trigger-booking {
    cursor: pointer;
    transition: border-width .2s, border-color .2s;
  }

  .menu-drop-trigger.trigger-booking:active {
    border: 1px solid var(--light-grey);
    border-radius: 10px;
  }

  .menu-drop-mask {
    flex-direction: column;
    margin-left: 3vw;
    display: none;
    overflow: hidden;
  }

  .menu-drop-mask.mobile-menu-scrollable {
    height: 30vh;
    display: none;
    overflow: auto;
  }

  .h3__white {
    color: var(--white);
    padding-left: .2em;
  }

  .mob-nav-tel {
    flex-direction: row;
    align-items: center;
    margin-right: 3vw;
    display: flex;
  }

  .call-button-wrapper {
    display: none;
    bottom: 2.5vw;
    right: 2.5vw;
  }

  .call-button-icon {
    display: block;
  }

  ._404-button-wrap {
    flex-direction: column;
  }

  .menu-close {
    display: none;
  }

  .news-image-container, .blogpost-content {
    width: 80%;
  }

  .hero__h2 {
    text-align: center;
    text-transform: none;
    margin-top: .7vw;
    font-size: 2rem;
    font-weight: 500;
  }

  .hero__h6 {
    text-align: center;
    font-weight: 300;
  }

  .html-embed-3 {
    max-width: 100%;
  }

  .cv-popup-container {
    inset: 0% 0% auto;
  }

  .cv-wrapper {
    height: 80vh;
    margin-top: 0;
    top: 5vw;
    overflow: auto;
  }

  .holiday-wrapper {
    width: 50vw;
  }

  .holiday-wrapper.event-wider {
    width: 70vw;
  }

  .booking-link-wrap {
    color: var(--light-grey);
    padding: .8em 1em;
  }

  .booking-link-wrap:hover {
    border: 1px solid var(--light-grey);
    border-radius: 10px;
  }

  .cta-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    transition: color .2s, background-color .2s;
  }

  .cta-link:active {
    background-color: #f2f2f2;
    border-radius: 10px;
  }

  .cta-link.w--current {
    padding-left: 1em;
  }

  .cta-link.btn-ghost.logo {
    display: none;
  }

  .cta-link.btn-ghost.logo.show-dark {
    text-transform: none;
  }

  .nav-link-2 {
    color: #f2f2f2;
    white-space: nowrap;
    padding-right: .5em;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .nav-link-2:active {
    color: #371722;
  }
}

@media screen and (max-width: 767px) {
  .section.hero.hero-mobile {
    background-position: 50%;
  }

  .section.section--benefit {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .section.section--bg__grey {
    padding-top: 3em;
  }

  .section.section-cta {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .hero__h1 {
    font-size: 2.4rem;
  }

  .hero__h1.h1--white {
    font-size: 5em;
  }

  .button {
    display: block;
  }

  .button.button-ghost {
    margin-right: 1em;
  }

  .button.button-ghost.button-ghost-light {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .button.button-ghost.button-ghost-light.button-nav-secondary {
    text-align: center;
    width: 100%;
  }

  .button.button-ghost.button-second.button-small {
    margin-left: 1em;
  }

  .button.button-hero.button-kontaktieren {
    display: none;
  }

  .button.button-hero.button-call {
    display: block;
  }

  .button.button-nav-primary {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.1rem;
    display: block;
  }

  .button.button-cta-call {
    width: 100%;
    margin-bottom: 1em;
    display: block;
  }

  .button.button-cta-kontaktieren {
    display: none;
  }

  .two-col-contain.two-col-contain__center-aligned {
    margin-top: 0;
  }

  .two-col-contain.bg__grey-transparent {
    padding-top: 5vw;
    padding-left: 5vw;
  }

  .two-col-item {
    margin-top: 0;
  }

  .two-col-item.two-col-item__image {
    justify-content: space-between;
  }

  .hero-text {
    align-items: flex-start;
  }

  .two-col-content-wrapper.two-col-wrap-flex {
    margin-top: 4em;
    margin-bottom: 0;
  }

  .button--arrow-wrapper.button--arrow-wrapper__brown.button--small {
    width: 50%;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
  }

  .button-section {
    font-size: 1em;
  }

  .h4--light {
    font-size: 1.5rem;
  }

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

  .equipment__image {
    object-fit: fill;
    overflow: hidden;
  }

  .equipment__text-content {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .equipment-wrapper {
    object-fit: fill;
  }

  .testimonial-item {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .h4-cormorant {
    font-size: 1.75rem;
  }

  .section-title {
    font-size: 2.7em;
  }

  .section-title.section-title__too-large {
    font-size: 2.5em;
    display: block;
  }

  .section-title.section-title-smaller {
    font-size: 2.7rem;
  }

  .h3-cormorant {
    font-size: 2rem;
  }

  .cta-right {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-right.cta-double {
    flex-direction: column;
  }

  .footer-logo {
    margin-left: 1em;
  }

  .four-col-item {
    width: 45%;
    margin-right: 1em;
  }

  .lei__leistungstitel {
    font-size: 2rem;
  }

  .lei__keywords {
    font-size: 1rem;
  }

  .three-col-item.three-col-faq {
    margin-bottom: 6vw;
  }

  .about-image-wrapper {
    margin-top: 10vw;
    margin-bottom: 5vw;
  }

  .about-image-wrapper.portrait {
    max-width: 60%;
  }

  .margin-top-small {
    text-align: left;
  }

  .collection-list-team {
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .collection-list--leistungenlinks {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .margin-top-big {
    text-align: left;
  }

  .collection-list-wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-philosophie {
    grid-row-gap: 3vw;
    grid-template-columns: 1fr;
  }

  .mob-nav-drop {
    display: none;
  }

  .mob-button-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mob-nav-tel {
    margin-top: 2vw;
    display: none;
  }

  .call-button-wrapper {
    display: block;
  }

  .grid-3col {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr;
  }

  .nachhaltig-wrapper {
    margin-bottom: 5vw;
  }

  .paragraph {
    display: none;
  }

  .news-image-container, .blogpost-content {
    width: auto;
  }

  .hero__h2 {
    font-size: 1.9rem;
  }

  .html-embed-maps {
    height: 250px;
  }

  .holiday-wrapper {
    width: 70vw;
  }

  .holiday-wrapper.event-wider {
    width: 85vw;
    margin-top: 1em;
  }

  .p-margin-top-bottom.event.desktop {
    display: none;
  }

  .p-margin-top-bottom.event.mobile {
    display: block;
  }

  .cta-link.btn-ghost.logo {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .c-styles {
    display: none;
  }

  .section.hero.hero-mobile {
    background-position: 50%;
    min-height: 50vh;
    margin-top: 14vw;
  }

  .hero__h1 {
    font-size: 2.4rem;
  }

  .button.button-ghost.button-ghost-light {
    width: 100%;
    margin-left: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.button-ghost.button-second.button-small {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button.button-cta-call {
    width: 100%;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .two-col-item.two-col-item__bg-lightgrey.two-col-item--philosophie {
    flex-wrap: nowrap;
    padding-left: .7em;
    padding-right: .7em;
  }

  .item-check {
    margin-bottom: 1vh;
  }

  .two-col-content-wrapper {
    margin-bottom: 2em;
  }

  .link--arrow {
    align-items: center;
  }

  .button--arrow-wrapper.button--arrow-wrapper__brown.button--small {
    width: 100%;
    margin-bottom: .5em;
  }

  .h4--light.mobile-right-align-reverse {
    overflow-wrap: anywhere;
  }

  .arrowlink {
    font-size: 1rem;
  }

  .h4--centered {
    font-size: 1.3rem;
  }

  .h4--centered.h4-centered--mobile {
    display: block;
  }

  .h4--centered.h4--centered-desktop, .p--centered, .p--centered.equpment__text-paragraph {
    display: none;
  }

  .h5-subtext {
    font-size: 1.1rem;
  }

  .testimonial-contain {
    margin-top: 2em;
  }

  .h4-cormorant {
    font-size: 1.5rem;
  }

  .testimonials-source {
    font-size: .8rem;
  }

  .section-title {
    font-size: 2.5em;
  }

  .section-title.section-title__too-large {
    letter-spacing: .02em;
    white-space: normal;
    font-size: 2.2rem;
    display: block;
    overflow: visible;
  }

  .section-title.h2-hide-mobile {
    display: block;
  }

  .section-title.section-title-smaller {
    font-size: 2.2rem;
  }

  .section-title.section-title--desktop {
    display: none;
  }

  .cta-right {
    flex-direction: column;
  }

  .cta-right.cta-double {
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-top {
    flex-direction: column-reverse;
  }

  .footer-logo {
    margin-bottom: 5vw;
    margin-left: 0;
  }

  .four-col-item.four-col-item-100-mobile {
    width: 100%;
  }

  .footer-bar {
    flex-direction: column;
    align-items: center;
  }

  .z-i-portrait.show-mobile {
    display: block;
  }

  .z-i-portrait.hide-mobile {
    display: none;
  }

  .about-image-wrapper.portrait {
    max-width: 100%;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .grid-philosophie {
    grid-row-gap: 8vw;
    grid-template-columns: 1fr;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .mobile-nav {
    height: 16.5vw;
  }

  .mobile-logo-wrapper.w--current {
    width: 20vw;
    height: 15vw;
  }

  .mobile-menu-button {
    width: 11vw;
    height: 10vw;
  }

  .mob-nav-drop {
    display: none;
  }

  .sticky-call-button {
    box-shadow: 0 0 8px -3px #f2f2f280;
  }

  .grid-3col {
    grid-row-gap: 10vw;
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    display: none;
  }

  .hero__h2 {
    font-size: 1.8rem;
  }

  .html-embed-3 {
    overflow: hidden;
  }

  .cv-popup-container {
    display: none;
  }

  .holiday-wrapper.event-wider {
    width: 80vw;
    margin-top: .5em;
    overflow: visible;
  }
}

#w-node-f47fd1f8-ea80-806d-8703-461fef6c40cb-275b9914, #w-node-_584f5057-4cb9-1577-99b4-10cc1d51bdd0-275b9914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7ae63ee-16eb-73d5-9b96-a740cd8546bc-275b9914 {
  justify-self: auto;
}

#w-node-ebc35f37-54c5-025c-370e-2dc0af6ebc8d-945b991f, #w-node-_40e32183-d3d9-4024-0fb2-775876e1513f-945b991f, #w-node-c0544e34-74d0-1c35-53a2-7a81ec5700e1-945b991f, #w-node-_85cc0048-b629-215f-cfe6-49d170457248-945b991f, #w-node-_28b583c6-4935-cc4f-002d-f18ca9275fea-945b991f, #w-node-_653697a7-a065-d076-7390-04e41d548705-945b991f {
  place-self: auto center;
}

#w-node-e0469601-497a-5b7d-611a-32850fbdc3a4-945b991f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto center;
}

@media screen and (max-width: 991px) {
  #w-node-f47fd1f8-ea80-806d-8703-461fef6c40cb-275b9914, #w-node-_0b28f7f1-75f3-8d54-5411-ae456d29f55e-275b9914, #w-node-_584f5057-4cb9-1577-99b4-10cc1d51bdd0-275b9914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7ae63ee-16eb-73d5-9b96-a740cd8546bc-275b9914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f47fd1f8-ea80-806d-8703-461fef6c40cb-275b9914, #w-node-_0b28f7f1-75f3-8d54-5411-ae456d29f55e-275b9914 {
    grid-column: span 1 / span 1;
  }

  #w-node-da189d5c-2509-6b73-5c61-2f5daac031fe-9d5b9923 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0469601-497a-5b7d-611a-32850fbdc3a4-945b991f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cormorant normal';
  src: url('../fonts/cormorant-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant medium';
  src: url('../fonts/cormorant-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant bold';
  src: url('../fonts/cormorant-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}