:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 40px;
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 100px;
}

.hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  display: flex;
}

.hero-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.hero-image-wrapper {
  width: auto;
  padding-right: 40px;
}

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

.heading {
  color: #00797a;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 20px;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 8vw;
  line-height: 9vw;
}

.text-span {
  margin-left: -3px;
  font-size: 9.7vw;
  font-weight: 300;
  line-height: 7vw;
}

.text-block {
  color: #00797a;
  text-transform: uppercase;
  width: auto;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 3.2vw;
  font-weight: 300;
  line-height: 3.7vw;
}

.text-span-2, .text-span-3 {
  font-weight: 700;
}

.hero-section {
  background-image: radial-gradient(circle at 114% 69%, rgba(0, 121, 122, .33), #fff);
  justify-content: center;
  padding-top: 140px;
  display: flex;
}

.ct-wrapper {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: auto;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.ctb {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #fe7f2d;
  border-radius: 100px;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: #fe7f2d;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
}

.text-block-3 {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
  text-decoration: none;
}

.image-2 {
  width: 40px;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row-reverse;
  width: 3.4vw;
  display: flex;
  overflow: hidden;
}

.image-3 {
  width: 4vw;
}

.image-4 {
  width: auto;
  min-width: 43vw;
  max-width: 43vw;
  height: auto;
  min-height: 42vw;
}

.image-4.desktop {
  z-index: 50;
  position: relative;
}

.image-4.mobile {
  display: none;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.hero-welcome {
  background-color: #eee;
  justify-content: center;
  margin-top: -118px;
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-welcome-wrapper {
  justify-content: flex-end;
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.hero-welcome-text {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-bottom: 60px;
  display: flex;
}

.hero-welcome-bild {
  justify-content: center;
  width: 50%;
  display: flex;
}

.heading-2 {
  z-index: 5;
  color: #00797a;
  font-family: Lemonmilkpro, sans-serif;
  font-weight: 400;
  position: relative;
}

.paragraph {
  font-size: 20px;
  line-height: 24px;
}

.text-span-4 {
  font-weight: 700;
}

.image-5 {
  width: 226px;
  margin-top: -19px;
  margin-bottom: 10px;
  margin-left: 138px;
}

.usp {
  padding: 60px 40px;
}

.usp-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  margin-top: 0;
  display: flex;
}

.usp-card {
  color: #fff;
  background-color: #00797a;
  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  max-width: 25rem;
  padding: 30px;
  display: flex;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, .2);
}

.usp-card.front {
  z-index: 5;
  box-shadow: none;
  position: relative;
}

.usp-img {
  display: flex;
}

.image-6 {
  width: 100px;
}

.card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-wrapper.behandeln {
  flex-direction: row;
}

.text-block-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 24px;
}

.behandlung {
  background-color: #eee;
  justify-content: center;
  min-width: 0;
  min-height: 100vh;
  margin-top: -41px;
  padding: 140px 40px 40px;
  display: flex;
}

.behandlung-wrapper {
  max-width: 1500px;
}

.heading-4 {
  margin-bottom: 60px;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}

.rezept {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  width: 60%;
  padding: 30px;
  display: flex;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, .2);
}

.rezept.right {
  flex-direction: row-reverse;
}

.lottie-animation {
  width: 200px;
  margin-top: 0;
  transform: translate(0, 29px);
}

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

.div-block-3.right {
  flex-direction: row-reverse;
}

.text-block-5 {
  color: #00797a;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-5.right {
  text-align: left;
}

.paragraph-3 {
  font-size: 20px;
  line-height: 22px;
}

.paragraph-3.right {
  text-align: left;
}

.image-7 {
  height: 150px;
}

.text-left {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-left.right {
  align-items: flex-start;
}

.lottie-right {
  width: 200px;
  transform: translate(0, 30px);
}

.heading-5 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 34px;
}

.termin {
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.cta-button {
  background-color: #fe7f2d;
  border-radius: 50px;
  flex-direction: row;
  min-width: 10rem;
  height: 3rem;
  display: flex;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fe7f2d;
  border-radius: 50px;
  align-items: center;
  width: auto;
  height: auto;
  padding: 13px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-8 {
  height: 1.8rem;
}

.text-block-6 {
  white-space: nowrap;
  word-break: keep-all;
  font-size: 24px;
  font-weight: 600;
}

.footer {
  background-color: #02797a;
  justify-content: center;
  padding: 20px 40px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.social-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-9 {
  width: 2rem;
}

.image-10 {
  width: 15rem;
  position: absolute;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

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

.nav-link {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link.team {
  width: 5.8rem;
}

.nav-link.praxis {
  width: 6.5rem;
}

.nav-link.leistungen {
  width: 9rem;
}

.nav-link.kontakt {
  width: 12.7rem;
}

.brush {
  width: 6.5rem;
  min-width: 6.5px;
  max-width: none;
  height: 2.6rem;
  margin-left: 0;
}

.brush.team {
  transform-style: preserve-3d;
  width: 5.8rem;
  min-width: 5.8px;
  min-height: 2.6rem;
  transform: scale3d(1, 1.1, 1);
}

.brush.leistungen {
  transform-style: preserve-3d;
  min-width: 8.7rem;
  transform: translate(6px)scale3d(1.4, 1, 1);
}

.brush.kontakt {
  transform-style: preserve-3d;
  transform: translate(56px, -1px)scale3d(2, 1, 1);
}

.link {
  color: #006c6d;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: absolute;
  transform: translate(16px, 9px);
}

.div-block-5 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.burger, .mobile-nav {
  display: none;
}

.image-12.leistungen, .image-12.kontakt {
  transform-style: preserve-3d;
}

.div-block-8, .div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  display: flex;
}

.hero.team.bewerbung {
  height: 100vh;
}

.hero.contact {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 90vh;
  padding-bottom: 0;
}

.background-video {
  opacity: .26;
  width: 100%;
  height: 90vh;
}

.background-video.kontakt {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .15;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vw;
  min-height: 100vw;
  max-height: 100%;
  display: flex;
  position: absolute;
}

.gallery {
  z-index: 10;
  background-color: #00797a;
  flex-direction: column;
  margin-top: -171px;
  padding-top: 220px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: #00797a;
  text-align: right;
  margin-bottom: 10px;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.text-block-7.le {
  text-align: left;
}

.paragraph-4 {
  font-size: 20px;
  line-height: 22px;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.gallery-wrapper {
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  width: 90%;
  max-width: 1500px;
  min-height: 25rem;
  margin-bottom: 60px;
  margin-left: auto;
  display: flex;
}

.gallery-wrapper.left {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
}

.gallery-text-wrapper {
  flex-direction: column;
  width: 35%;
  padding: 25px;
  display: flex;
}

.paragraph-5 {
  text-align: right;
  font-size: 20px;
}

.paragraph-5.le {
  text-align: left;
}

.gallery-img-wrapper {
  width: 65%;
  display: flex;
}

.gallery-img-wrapper.left {
  flex-direction: row-reverse;
}

.div-block-10 {
  background-image: url('../images/Raum_hoch.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.div-block-10.le {
  background-image: url('../images/Geräte_hoch.png');
}

.div-block-10.kurs {
  background-image: url('../images/Kurs_quer_oben.png');
}

.div-block-11 {
  background-image: url('../images/Raum_quer_untenpng.png');
  background-position: 50%;
  background-size: cover;
  height: 50%;
}

.div-block-11.bild1 {
  background-image: url('../images/Raum_quer_oben.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-11.bild1.le {
  background-image: url('../images/Geräte_quer_oben.png');
}

.div-block-11.bild1.kurs {
  background-image: url('../images/Kurs_hoch.png');
}

.div-block-11.le {
  background-image: url('../images/Geräte_quer_unten.png');
}

.div-block-11.kurs {
  background-image: url('../images/Kurs_quer_unten.png');
}

.div-block-12 {
  background-image: linear-gradient(#fff 46%, rgba(255, 255, 255, 0));
  height: 12rem;
  margin-top: 0;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.headline {
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  display: flex;
  position: absolute;
  top: 20vh;
  bottom: auto;
  left: auto;
  right: auto;
}

.heading-6 {
  z-index: 2;
  color: #fff;
  margin-left: 26px;
  font-size: 80px;
  line-height: 80px;
  position: relative;
}

.heading-6.team {
  margin-left: 45px;
}

.heading-6.leistung {
  margin-top: 35px;
}

.image-13 {
  width: 20.6rem;
  max-width: none;
}

.image-13.leistungen {
  transform-style: preserve-3d;
  width: 35rem;
  margin-top: -5px;
  transform: translate(0, -16px)scale3d(1, .8, 1);
}

.image-13.leistung {
  width: 28rem;
  min-width: 28rem;
  height: auto;
  margin-top: 0;
}

.div-block-13 {
  height: 10.9rem;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  overflow: hidden;
}

.div-block-13.leistung {
  margin-top: -21px;
}

.div-block-14 {
  display: flex;
}

.team-section {
  z-index: 10;
  color: #fff;
  background-color: #eee;
  padding-top: 274px;
  padding-bottom: 80px;
  position: relative;
}

.text-block-8 {
  color: #fff;
  text-align: right;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.text-block-8.rezi {
  text-align: right;
  margin-bottom: 5px;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.team-card {
  background-color: #007a7b;
  border-radius: 0 50px 50px 0;
  justify-content: flex-end;
  align-items: stretch;
  width: 90%;
  margin-bottom: 130px;
  padding: 20px 0 0 40px;
  display: flex;
}

.team-card.right {
  border-radius: 50px 0 0 50px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  padding-left: 0;
  padding-right: 40px;
}

.team-card.right.pino {
  overflow: hidden;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-end;
  max-width: 35rem;
  display: flex;
}

.div-block-16.right {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.div-block-17 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.div-block-17.right {
  align-items: flex-start;
}

.div-block-18 {
  background-color: #fe7f2d;
  justify-content: flex-end;
  width: 100%;
  height: 5px;
  display: flex;
}

.paragraph-6 {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}

.paragraph-6.right {
  text-align: left;
}

.text-block-9 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.image-14 {
  width: auto;
  height: 35rem;
  margin-top: -220px;
  position: relative;
}

.image-14.rezi {
  height: 35rem;
  margin-top: -221px;
  margin-right: -21px;
  padding-right: 0;
  bottom: auto;
}

.div-block-19 {
  display: flex;
  overflow: hidden;
}

.div-block-20 {
  align-items: flex-end;
  width: auto;
  min-width: 34.4rem;
  display: flex;
}

.div-block-21 {
  background-image: url('../images/Team_bild-min.png');
  background-position: 50% 40%;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.div-block-21.bewerbung {
  opacity: .39;
  height: 100vh;
  display: flex;
}

.leistungen {
  display: flex;
}

.grid {
  grid-template: "Area" 417px
                 "."
                 "."
                 "."
                 / minmax(20rem, 24rem) minmax(20rem, 24rem) minmax(20rem, 24rem);
  grid-auto-flow: row;
}

.div-block-22 {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-top: -76px;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.image-15 {
  max-width: none;
  max-height: 6rem;
}

.div-block-23 {
  background-color: #f3f3f3;
  border-radius: 50px;
  margin-bottom: 70px;
  padding: 31px;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.main-leistungen {
  z-index: 10;
  background-color: #007a7b;
  padding-top: 111px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.text-block-10 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-7 {
  font-size: 20px;
  line-height: 22px;
}

.leistungen-wrapper {
  max-width: 1500px;
}

.bold-text-3 {
  font-size: 26px;
  line-height: 28px;
}

.body-5 {
  font-family: Montserrat, sans-serif;
}

.heading-7 {
  color: #00797a;
  margin-top: 0;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 5vw;
  line-height: 6vw;
}

.hero-wrapper-kontakt {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8.8rem;
  margin-bottom: 5rem;
  display: flex;
}

.image-16 {
  width: 50vw;
  max-width: none;
  box-shadow: 7px 6px 18px rgba(0, 0, 0, .2);
}

.kontaktform-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #007a7b;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.kontaktform-section.erfolg {
  justify-content: center;
  align-items: center;
}

.termine {
  background-color: #006768;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: flex-end;
  width: 50%;
  padding: 20px 20px 20px 40px;
  display: flex;
  box-shadow: 3px 2px 15px rgba(0, 0, 0, .2);
}

.rezeptdaten {
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.form-block {
  padding-top: 40px;
}

.text-field, .text-field-2 {
  border-radius: 20px;
}

.textarea {
  border-radius: 20px;
  min-height: 10rem;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.submit-button {
  background-color: #fe7f2d;
  border-radius: 20px;
  width: 8rem;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-8 {
  color: #fff;
  font-size: 20px;
}

.paragraph-8._2 {
  font-size: 16px;
}

.image-17 {
  width: 50rem;
  max-width: 26rem;
}

.div-block-25 {
  width: 100%;
  max-width: 1500px;
}

.div-block-26 {
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.div-block-27 {
  width: 100%;
  max-width: 1500px;
}

.maps {
  justify-content: flex-start;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.kontakt-info-wrapper {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #016668;
  border-radius: 0 0 50px 50px;
  flex-direction: column;
  width: 27.8rem;
  height: auto;
  margin-top: 0;
  margin-right: 15vw;
  padding: 25px 25px 30px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.html-embed-2 {
  display: flex;
}

.section {
  justify-content: flex-end;
  align-items: flex-start;
  height: 450px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 25px;
  align-items: center;
  height: 4.4rem;
  padding: 15px;
  display: flex;
}

.img {
  justify-content: center;
  width: 1.9rem;
  display: flex;
}

.image-18 {
  width: 100%;
}

.div-block-29 {
  background-color: #fe7f2d;
  width: 3px;
  height: 100%;
}

.link-3 {
  color: #007a7b;
  font-size: 20px;
  text-decoration: none;
}

.bold-text-4 {
  color: #fff;
}

.link-4 {
  color: #007a7b;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.img-loc {
  height: 3.7rem;
}

.section-2 {
  display: none;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 50px;
  width: 80%;
  max-width: 1500px;
  min-height: 200px;
  padding: 45px;
  display: flex;
}

.text-block-12 {
  color: #016668;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-9 {
  font-size: 18px;
  line-height: 23px;
}

.div-block-31 {
  width: 80%;
}

.div-block-32 {
  width: 20%;
}

.text-span-6 {
  font-weight: 600;
}

.checkbox {
  border-radius: 50px;
  min-width: 30px;
  height: 30px;
  margin-left: -40px;
}

.checkbox-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.checkbox-label {
  color: #fff;
  font-size: 16px;
}

.open-patient {
  color: #fe7f2d;
}

.text-span-7 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.section-3 {
  z-index: 999;
  background-color: rgba(0, 121, 122, .51);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  top: 0;
  overflow: visible;
}

.div-block-33 {
  background-color: #fff;
  border-radius: 50px;
  width: 90%;
  max-width: 600px;
  height: 80vh;
  min-height: 0;
  padding: 40px;
  position: relative;
  overflow: scroll;
}

.text-block-13 {
  color: #00797a;
  padding-bottom: 10px;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.close-button {
  cursor: pointer;
  width: 30px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.text-span-8 {
  font-size: 16px;
  font-weight: 700;
}

.text-span-9 {
  font-weight: 700;
}

.no-scroll {
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.impressum {
  padding: 149px 5% 50px;
  display: flex;
}

.paragraph-10 {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.header-impressum {
  font-size: 24px;
  line-height: 30px;
}

.bewerbung-form {
  background-color: #02797a;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.bewerbung-wrapper {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 0;
  display: flex;
}

.div-block-35 {
  width: 50%;
}

.form-block-2 {
  flex-flow: column;
  display: flex;
}

.submit-button-2 {
  background-color: #fe7f2d;
  border-radius: 20px;
  margin-right: auto;
  padding: 10px 20px;
  font-weight: 700;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-field-3, .text-field-4, .text-field-5, .text-field-6 {
  border-radius: 20px;
  font-weight: 600;
}

.text-field-7 {
  color: #000;
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
}

.field-label {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.field-label-2 {
  font-size: 20px;
  line-height: 25px;
}

.textarea-2 {
  border-radius: 20px;
  min-height: 8rem;
  font-weight: 600;
}

.field-label-3 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.heading-8 {
  color: #fff;
  margin-bottom: 30px;
}

.radio-button-label, .radio-button-label-2, .radio-button-label-3, .radio-button-label-4, .code-embed {
  color: #fff;
}

.heading-9 {
  position: absolute;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 40vh;
}

.heading-10 {
  color: #006868;
  font-family: Lemonmilkpro, sans-serif;
  font-size: 4.5vw;
}

.cta-bewerbung {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80vh;
  display: flex;
  position: absolute;
}

.lottie-animation-3 {
  height: 7.2rem;
  transform: rotate(180deg);
}

.text-block-14 {
  color: #fe7e2d;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}

.section-4 {
  z-index: 99;
  background-color: rgba(236, 236, 236, .48);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: fixed;
  top: 0;
}

.div-block-38 {
  background-color: #02797a;
  border-radius: 20px;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 25px;
  display: flex;
}

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

.lottie-animation-4 {
  width: 5rem;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.lottie-animation-5 {
  width: 8.2rem;
}

.paragraph-11 {
  color: #fff;
  margin-top: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.link-18 {
  color: #fe7e2d;
  font-weight: 600;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.link-block-2 {
  color: #fff;
  background-color: #fe7e2d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  margin-top: 20px;
  padding: 14px;
  text-decoration: none;
  display: flex;
}

.div-block-39 {
  text-align: center;
}

.text-block-17 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-18 {
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.div-block-40 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-19 {
  cursor: pointer;
  width: 2rem;
  margin-left: auto;
  position: absolute;
}

.div-block-41 {
  z-index: 99;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #02797a;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 10px;
  display: flex;
  position: fixed;
  top: 20vh;
  right: 0;
  overflow: hidden;
}

.text-block-19 {
  color: #fff;
}

.lottie-animation-6 {
  width: 4rem;
  min-width: 4rem;
}

.div-block-42 {
  display: flex;
}

.link-19 {
  color: #fe7f2d;
}

.text-span-10 {
  font-size: 20px;
}

.div-block-43 {
  display: flex;
}

.div-block-44, .div-block-45 {
  width: 50%;
}

.paragraph-12, .paragraph-13 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.image-20 {
  width: 23.5rem;
  margin-bottom: -71px;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    align-items: center;
  }

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

  .heading {
    font-size: 8vw;
    line-height: 7vw;
  }

  .text-span {
    font-size: 9.8vw;
    line-height: 9vw;
  }

  .text-block {
    margin-left: 0;
    font-size: 3.2vw;
    line-height: 3.7vw;
  }

  .ct-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .text-block-3 {
    font-size: 2vw;
  }

  .image-4 {
    min-width: 42vw;
    max-width: 42vh;
    min-height: 0;
  }

  .hero {
    background-position: 50% 40%;
  }

  .hero.team {
    background-image: none;
  }

  .headline {
    width: 100%;
    padding-left: 140px;
    left: auto;
  }

  .div-block-14 {
    display: flex;
    transform: scale(1.2);
  }

  .div-block-21 {
    background-image: url('../images/Team_bild-min.png');
    background-position: 50% 40%;
    background-size: cover;
    width: 100%;
    height: 90vh;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(20rem, 24rem) minmax(20rem, 24rem) minmax(20rem, 24rem) minmax(20rem, 24rem);
    justify-content: center;
  }

  .termin-wrapper {
    max-width: 35rem;
  }

  .div-block-25 {
    display: flex;
  }

  .text-block-12 {
    padding-bottom: 10px;
  }

  .lottie-animation-2 {
    height: 150px;
  }

  .text-span-5 {
    color: #fe7f2d;
    font-weight: 700;
  }

  .text-span-6 {
    font-weight: 700;
  }

  .checkbox {
    border-radius: 50px;
    width: 29px;
    min-width: 30px;
    height: 30px;
    margin-left: -10px;
  }

  .checkbox-field {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .checkbox-label {
    color: #fff;
    font-size: 16px;
  }

  .open-patient {
    color: #fe7f2d;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    display: block;
  }

  .ct-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-2 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-block-3 {
    line-height: 2vw;
  }

  .image-4 {
    min-width: 0;
    max-width: 42vw;
  }

  .image-4.desktop {
    min-width: 42vw;
  }

  .usp {
    justify-content: center;
    display: flex;
  }

  .hero {
    background-position: 50% 40%;
  }

  .headline.leistung {
    justify-content: center;
    max-width: none;
    padding-left: 100px;
  }

  .div-block-14 {
    width: auto;
    transform: scale(1.3);
  }

  .team-card {
    width: 80%;
  }

  .main-leistungen {
    z-index: 10;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .text-block-10, .bold-text, .bold-text-2 {
    font-size: 26px;
    line-height: 28px;
  }

  .heading-7 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .image-16 {
    max-width: 45rem;
  }

  .kontaktform-section {
    padding-bottom: 100px;
  }

  .div-block-24 {
    width: 100%;
    max-width: 1500px;
    display: flex;
  }

  .div-block-25 {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 158px;
    line-height: 137px;
  }

  .text-span {
    font-size: 190px;
    line-height: 190px;
  }

  .text-block {
    margin-left: 8px;
    font-size: 60px;
    line-height: 65px;
  }

  .text-block-2, .text-block-3 {
    font-size: 38px;
  }

  .div-block {
    width: 4.4rem;
  }

  .image-3 {
    width: 4.2rem;
    min-width: 4.1rem;
  }

  .image-4 {
    max-width: 51.3rem;
  }

  .image-4.desktop {
    width: 100%;
    min-width: 0;
  }

  .hero {
    background-position: 70% 35%;
    background-size: cover;
    height: 90vh;
    display: flex;
  }

  .background-video {
    height: 90vh;
  }

  .gallery {
    margin-top: -170px;
    padding-top: 220px;
  }

  .div-block-12 {
    height: 10rem;
  }

  .div-block-14 {
    transform: scale(1.5);
  }

  .team-card {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    z-index: 100;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .image-4 {
    display: block;
  }

  .image-4.mobile {
    display: none;
  }

  .div-block-2 {
    align-items: center;
    width: 100%;
  }

  .hero-welcome {
    margin-top: -75px;
  }

  .hero-welcome-text {
    min-width: 50%;
    padding-bottom: 20px;
  }

  .hero-welcome-bild {
    align-items: flex-end;
    width: auto;
    max-width: 50%;
  }

  .image-5 {
    width: 207px;
  }

  .usp-card.front {
    width: 70%;
    transform: translate(0);
  }

  .usp-card.card-1, .usp-card.card-3 {
    width: 70%;
  }

  .card-wrapper.behandeln {
    flex-direction: column;
    align-items: center;
  }

  .rezept {
    width: 100%;
  }

  .lottie-animation, .lottie-right, .nav-link-wrapper {
    display: none;
  }

  .image-11 {
    flex: 0 auto;
    width: auto;
    min-width: 0%;
    max-width: none;
    height: auto;
    display: block;
    position: relative;
    overflow: visible;
  }

  .stroke {
    background-color: #00797a;
    border-radius: 19px;
    width: 50px;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .mobile-nav {
    z-index: 99;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 0 0 0 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 18rem;
    height: auto;
    padding-top: 127px;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: hidden;
    box-shadow: -10px 2px 8px rgba(0, 0, 0, .2);
  }

  .nav-link-mobile {
    width: 14rem;
    display: flex;
    overflow: hidden;
  }

  .nav-link-mobile.praxis {
    width: 7rem;
  }

  .nav-link-mobile.leistungen {
    width: 9.5rem;
  }

  .image-12 {
    width: 7rem;
    max-width: none;
    height: 2.5rem;
  }

  .image-12.leistungen {
    width: 9.7rem;
    transform: scale3d(1.5, 1, 1);
  }

  .image-12.kontakt {
    width: 14rem;
    transform: scale3d(2.2, 1, 1);
  }

  .link-2 {
    z-index: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    transform: translate(22px, 7px);
  }

  .link-2.leistungen {
    transform: translate(16px, 7px);
  }

  .link-2.kontakt {
    transform: translate(14px, 8px);
  }

  .div-block-7 {
    width: auto;
    overflow: hidden;
  }

  .gallery-wrapper {
    flex-direction: column;
    overflow: hidden;
  }

  .gallery-wrapper.left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
  }

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

  .gallery-img-wrapper {
    width: 100%;
    height: 22rem;
  }

  .text-block-8 {
    letter-spacing: -1px;
  }

  .team-card {
    border-radius: 0;
    align-items: flex-end;
    width: 100%;
  }

  .team-card.right {
    border-radius: 0;
    align-items: flex-end;
  }

  .team-card.right.pino {
    align-items: flex-end;
  }

  .image-14 {
    height: 25.3rem;
  }

  .image-14.rezi {
    height: 25rem;
  }

  .div-block-20 {
    width: 100%;
    min-width: 23.4rem;
  }

  .grid {
    grid-template-columns: minmax(20rem, 24rem) minmax(20rem, 24rem);
    justify-content: center;
  }

  .heading-7 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .hero-wrapper-kontakt {
    margin-top: 8.3rem;
  }

  .image-16 {
    width: 70vw;
  }

  .termine {
    width: 60%;
  }

  .rezeptdaten {
    width: 40%;
    padding-right: 40px;
  }

  .image-17 {
    width: 40rem;
    max-width: 100%;
  }

  .kontakt-info-wrapper {
    margin-right: 40px;
  }

  .div-block-30 {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .text-block-12 {
    text-align: center;
  }

  .paragraph-9 {
    text-align: left;
  }

  .div-block-31 {
    width: 90%;
  }

  .close-button {
    top: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-text-wrapper {
    align-items: center;
    margin-top: 20px;
  }

  .heading {
    margin-top: 0;
    font-size: 19vw;
    line-height: 20vw;
  }

  .text-span {
    font-size: 23vw;
    line-height: 9vw;
  }

  .text-block {
    margin-top: 21px;
    font-size: 8vw;
    line-height: 8vw;
  }

  .hero-section {
    padding-top: 110px;
  }

  .ct-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .text-block-2 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-block-3 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .div-block {
    width: 5vw;
  }

  .image-3 {
    width: 4vw;
    min-width: 5vw;
  }

  .image-4.desktop {
    display: none;
  }

  .image-4.mobile {
    min-width: 54vw;
    display: block;
  }

  .hero-welcome {
    flex-direction: column;
    margin-top: -106px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-welcome-wrapper {
    flex-direction: column;
  }

  .hero-welcome-text {
    width: 100%;
  }

  .hero-welcome-bild {
    max-width: 100%;
  }

  .usp-card.front, .usp-card.card-1, .usp-card.card-3 {
    width: 100%;
  }

  .behandlung {
    min-height: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rezept {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .rezept.right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-7 {
    height: 145px;
  }

  .mobile-nav {
    display: flex;
  }

  .html-embed {
    display: block;
  }

  .background-video.kontakt {
    min-height: 100vh;
  }

  .gallery {
    padding-top: 175px;
  }

  .text-block-7 {
    text-align: left;
  }

  .gallery-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .gallery-wrapper.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .paragraph-5 {
    text-align: left;
  }

  .headline {
    margin-left: 0;
    left: auto;
    transform: scale(.9);
  }

  .headline.leistung {
    padding-left: 0;
  }

  .team-card, .team-card.right {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-card.right.pino, .div-block-16, .div-block-17 {
    align-items: flex-start;
  }

  .paragraph-6 {
    text-align: left;
  }

  .image-14, .image-14.rezi {
    margin-top: 0;
  }

  .image-14.pino {
    margin-top: -141px;
  }

  .grid {
    grid-template-columns: minmax(20rem, 24rem);
  }

  .heading-7 {
    font-size: 8.5vw;
    line-height: 8.5vw;
  }

  .hero-wrapper-kontakt {
    margin-top: 8rem;
  }

  .image-16 {
    width: 85vw;
  }

  .kontaktform-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .termine {
    width: 90%;
  }

  .rezeptdaten {
    justify-content: center;
    width: 100%;
  }

  .image-17 {
    width: 20rem;
  }

  .kontakt-info-wrapper.mobile {
    background-color: #007a7b;
    border-radius: 0;
    width: 100%;
  }

  .kontakt-info-wrapper.maps {
    display: none;
  }

  .section-2 {
    display: block;
  }

  .div-block-31 {
    width: 95%;
  }

  .text-block-13 {
    margin-top: 21px;
    font-size: 24px;
    line-height: 28px;
  }

  .header-impressum {
    font-size: 20px;
  }

  .div-block-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-35 {
    width: 100%;
  }

  .image-19 {
    width: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image {
    width: 75px;
  }

  .ct-wrapper {
    margin-top: 20px;
  }

  .ctb {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2, .text-block-3 {
    font-size: 16px;
  }

  .hero-welcome {
    margin-top: -38px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .paragraph {
    font-size: 16px;
  }

  .image-5 {
    width: 172px;
    margin-left: 115px;
  }

  .usp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .usp-card.card-1 {
    padding: 20px;
  }

  .text-block-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 27px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .behandlung {
    padding-top: 62px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 26px;
  }

  .rezept {
    flex-direction: column-reverse;
    align-items: center;
  }

  .rezept.right {
    flex-direction: column-reverse;
  }

  .text-block-5 {
    text-align: left;
    letter-spacing: -2px;
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-5.right {
    line-height: 28px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-3.right {
    line-height: 18px;
  }

  .image-7 {
    height: 130px;
  }

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

  .heading-5 {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
  }

  .termin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    height: 1.6rem;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .footer {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper, .link-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .link-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    display: flex;
  }

  .div-block-4 {
    justify-content: space-between;
    width: 100%;
  }

  .burger {
    transform: scale(.8);
  }

  .mobile-nav {
    padding-top: 89px;
    display: flex;
  }

  .div-block-8, .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .hero {
    overflow: hidden;
  }

  .hero.team {
    justify-content: center;
  }

  .background-video.kontakt {
    min-height: 100vh;
    max-height: none;
  }

  .text-block-7 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 28px;
  }

  .gallery-text-wrapper {
    padding: 15px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .gallery-img-wrapper {
    height: 15rem;
  }

  .headline {
    margin-left: -47px;
    padding-left: 0;
    top: 15vh;
    left: 0;
    transform: scale(.7);
  }

  .headline.leistung {
    margin-left: -50px;
    transform: scale(.5);
  }

  .text-block-8 {
    text-align: left;
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-8.rezi {
    text-align: left;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .image-14 {
    height: 20rem;
  }

  .image-14.rezi {
    height: 18.5rem;
  }

  .div-block-20 {
    min-width: 0;
  }

  .grid {
    grid-template-columns: minmax(19rem, 24rem);
  }

  .div-block-23 {
    padding: 20px;
  }

  .main-leistungen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .hero-wrapper-kontakt {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-16 {
    width: 95vw;
  }

  .termine {
    width: auto;
    margin-right: 20px;
    padding-left: 20px;
  }

  .rezeptdaten {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    font-size: 26px;
    line-height: 28px;
  }

  .form-block {
    padding-top: 20px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .paragraph-8._2 {
    font-size: 13px;
  }

  .div-block-28 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .img {
    width: 2rem;
  }

  .img.mail {
    width: 1.8rem;
  }

  .link-4 {
    font-size: 16px;
  }

  .img-loc {
    height: 2.4rem;
  }

  .mail {
    height: 1.5rem;
  }

  .div-block-30 {
    justify-content: flex-end;
    align-items: center;
    width: 95%;
    padding: 12px;
  }

  .lottie-animation-2 {
    min-width: 5rem;
    margin-left: -13px;
  }

  .checkbox {
    margin-left: -30px;
  }

  .checkbox-field {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .div-block-33 {
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .text-block-13 {
    margin-top: 26px;
    font-size: 19px;
    line-height: 28px;
  }

  .close-button {
    width: 25px;
    margin-top: -14px;
  }

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

  .link-7, .link-8 {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .link-9 {
    word-break: break-all;
  }

  .link-10 {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .link-11 {
    word-break: break-all;
    overflow-wrap: break-word;
  }

  .link-12 {
    overflow-wrap: anywhere;
  }

  .link-13, .link-14, .link-15, .link-16, .link-17 {
    word-break: break-all;
  }

  .bewerbung-form {
    overflow: hidden;
  }

  .field-label-3 {
    flex-flow: column;
    display: flex;
  }

  .heading-8 {
    font-size: 8vw;
  }

  .div-block-37 {
    top: 25vh;
  }

  .heading-10 {
    text-align: center;
    font-size: 2.5rem;
  }

  .cta-bewerbung {
    margin-top: 70vh;
  }

  .text-block-14 {
    font-size: 26px;
  }

  .section-4 {
    display: none;
  }

  .text-block-15 {
    font-size: 23px;
    line-height: 28px;
  }

  .paragraph-11, .text-block-16 {
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-2 {
    margin-top: 14px;
  }

  .text-block-17 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .image-19 {
    width: 2.2rem;
  }
}

#w-node-_5c9cc23e-e5e5-7977-20fe-883eae654d69-39beedd1, #w-node-_3ba6db14-c41e-1289-7d52-072c72d86873-39beedd1, #w-node-_32887fe8-822d-bdcf-8bbe-0a483fb648a7-39beedd1, #w-node-_5956779f-7cdf-f06b-c188-84b6bfd56971-39beedd1, #w-node-_4494d325-5651-c88a-456b-add677264d7a-39beedd1, #w-node-_560a3064-45a0-5e9a-0d53-a381b16e7c74-39beedd1, #w-node-c81c500c-8126-4a20-0e7a-a2d1104b8d35-39beedd1, #w-node-_8afae26a-716f-5d5b-e2a4-6aedfb452f5e-39beedd1, #w-node-_724ea1bd-2241-b661-cfaf-b3ac4fdd4491-39beedd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Lemonmilkpro';
  src: url('../fonts/LEMONMILKPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilkpro';
  src: url('../fonts/LEMONMILKPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilkpro';
  src: url('../fonts/LEMONMILKPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}