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

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

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

@font-face {
  font-family: D din;
  src: url('../fonts/D-DIN-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dinexp;
  src: url('../fonts/D-DINExp-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abyss;
  src: url('../fonts/Abyss.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --braun: #705335;
  --grün: #82401f;
  --hellgrün: #e5eee2;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-color: var(--braun);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  height: 15vh;
}

.logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
}

.telefonnummer.white {
  color: #fff;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #82401f;
}

.email {
  margin-bottom: 5px;
}

.email.white {
  color: #fff;
}

.zweitfarbe {
  color: #000;
  background-color: #f1e3d7;
}

.highlights {
  color: #fff;
  background-color: #986246;
}

.adresse {
  margin-bottom: 5px;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Handlee, sans-serif;
  line-height: 1.3;
}

.heading-2 {
  font-family: Handlee, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #82401f;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.nav-menu-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-1.hauptfarbe {
  z-index: 10000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  flex-flow: wrap;
  width: auto;
}

.navbar {
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-1 {
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.nav-link-1.flie-text {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-link-1.flie-text:hover {
  border-bottom: 2px solid var(--grün);
}

.nav-link-1.flie-text.w--current {
  border-bottom: 2px solid var(--grün);
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.background-video1 {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  background-color: var(--grün);
  font-family: Montserrat, sans-serif;
}

.termin-button.heading-3.highlights:hover {
  color: #000;
  background-color: #a89085;
}

.slogan1 {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 65px;
  text-decoration: none;
}

.slogan1.heading-1 {
  z-index: 10;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 70px;
  position: relative;
}

.titelvideo-startseite-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 85vh;
  display: flex;
  position: relative;
}

.banner-2 {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  background-color: #00000061;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-links1 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  text-align: left;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-links1.flie-text.dowm {
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph-links1.flie-text.mit {
  text-align: center;
}

.paragraph-links1.flie-text.unterzeile-training {
  color: #82401f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

._2er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  place-items: center start;
  width: 100%;
  height: 100%;
}

._2er-grid1.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-columns: 1fr;
  place-items: start;
  display: flex;
}

._2er-grid1.flex._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--grün);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding: 20px;
  display: grid;
}

._4er-grid1 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 40px;
  display: grid;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 1px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.inhalt-untereinander1.auto {
  height: auto;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.heading-linksb-ndig1.heading-2.farbe-der-headings {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-linksb-ndig1.heading-2.mid {
  text-align: center;
}

.dic-block-grauer-rand1 {
  border: 1px solid var(--grün);
  background-color: #fff;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-links-gro-1 {
  text-transform: none;
  margin-top: 10px;
  font-size: 35px;
}

.heading-links-gro-1.heading-1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-links-gro-1.heading-1.farbe-der-headings.mitte {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-gro-e-abst-nde1 {
  padding: 100px 10vw;
  position: relative;
}

.section-gro-e-abst-nde1.zweitfarbe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.section-gro-e-abst-nde1.zweitfarbe.min-height {
  min-height: 70vh;
}

.section-gro-e-abst-nde1.mit {
  overflow-wrap: anywhere;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.divblock-farbig {
  position: absolute;
  inset: 0% 60% 0% 0%;
}

.divblock-farbig.hauptfarbe {
  border: 2px solid #fff;
}

.feature-image1 {
  z-index: 10;
  object-fit: cover;
  width: 100.041%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.flex-block-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-mit-abstand {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-mit-abstand.rechts {
  padding-left: 60px;
  padding-right: 20px;
}

.bild-block1 {
  width: 100%;
  height: 50vh;
  position: relative;
}

.div-block-effekt {
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
}

.service-image.blur {
  filter: blur(5px);
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.big-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-no-overflow {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

._2er-grid {
  grid-template-rows: auto;
}

.white-div-block {
  border: 1px solid var(--hellgrün);
  background-color: #fff;
  padding: 20px;
}

.white-div-block.no {
  border-bottom-style: none;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.inhalt-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: auto;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.footer-1 {
  padding: 10px 10vw;
}

.footer-1.hauptfarbe {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-footer1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 99.9998%;
  display: flex;
}

.titelvideo-unterseite {
  height: 70vh;
  position: relative;
}

.grid-galerie {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.galerie-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.div-block-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.div-block-wei.flie-text {
  width: 100%;
}

._2-spalten1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.maps1 {
  width: 100%;
  height: 30vh;
  margin-bottom: 40px;
}

.impdat {
  padding: 100px 10vw;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.success-block.highlights {
  background-color: var(--grün);
  box-shadow: 1px 1px 6px 1px var(--grün);
  border-style: none;
}

.heading-mittig1 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.heading-mittig1.heading-1 {
  font-family: Montserrat, sans-serif;
}

.heading-mittig1.heading-1.wei {
  color: var(--hellgrün);
}

.grid-kontakt {
  grid-column-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 40px 1fr;
  justify-items: start;
}

.icon-small {
  object-fit: contain;
  width: 1.5625rem;
  height: 1.5625rem;
}

.link-block-black {
  color: #000;
  text-decoration: none;
  display: flex;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: auto;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 31vh;
}

.link {
  color: #333;
  text-decoration: none;
  display: block;
}

.embed-maps {
  width: 100%;
  height: 100%;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  text-decoration: none;
}

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

.image-100.btm {
  object-position: 50% 100%;
}

.image-100.bottom-mid {
  object-position: 50% 85%;
}

.div-block-kontakt {
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-black-2 {
  color: #333;
  text-decoration: none;
}

.adresse-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.cover-div {
  border: 1px solid var(--grün);
  color: #000;
  text-decoration: none;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.div-wrap-insta {
  justify-content: flex-start;
  align-items: flex-start;
  width: 3vw;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
  display: flex;
}

.insta-image {
  object-fit: contain;
  height: 5vh;
  margin-top: 0;
}

.slider {
  height: 100%;
}

.card1-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  height: 160px;
  margin: 30px 10px;
  padding: 20px 25px 20px 15px;
  transition: all .3ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 2px #00000080;
}

.banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.social-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bild-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bild-wrapper._45vh {
  height: 60vh;
  display: block;
}

.bild-wrapper._45vh.width {
  width: 100%;
}

.bild-wrapper._45vh.width.bg {
  background-color: #f1e3d7;
}

.bild-large {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bild-large.contain {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #f1e3d7;
}

.bild-large.con {
  object-fit: contain;
  height: 100%;
}

.bild-large.con.bg {
  background-color: #f1e3d7;
}

.inhalt-untereinander1-no-height {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.inhalt-untereinander1-no-height.top-align, .inhalt-untereinander1-no-height.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.inhalt-untereinander1-no-height.no-pad {
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.inhalt-untereinander1-no-height.no-pad._100 {
  justify-content: center;
  height: 100%;
}

.inhalt-untereinander1-no-height.no-pad.center {
  justify-content: center;
}

.inhalt-untereinander1-no-height.no-pad.center._100 {
  justify-content: center;
  align-items: flex-start;
  max-height: 100%;
}

.inhalt-untereinander1-no-height.width {
  width: 100%;
}

.inhalt-untereinander1-no-height.center {
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
}

.list {
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
}

.list-item {
  margin-bottom: 6px;
}

.list-item.svg-check {
  align-items: flex-start;
  gap: 8px;
  list-style: none;
  display: flex;
}

.list-item.svg-check svg {
  color: var(--grün);
  flex: none;
  margin-top: 3px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  text-align: center;
}

.tab-link-tab-1.highlights {
  background-color: var(--grün);
  font-family: Montserrat, sans-serif;
}

.tab-link-tab-1.highlights.w--current {
  background-color: #000;
}

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

.service-image-abslt {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: absolute;
  inset: 0%;
}

._1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 40px;
}

.bild-large-center {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 36vh;
  position: relative;
}

.kleines-bild1-45-vh {
  object-fit: cover;
  width: 100%;
  max-width: 150%;
  height: 40vh;
  padding-top: 0;
}

.kleines-bild1-45-vh.rechts {
  object-position: 90% 50%;
}

.icon-small-invert {
  filter: invert();
  object-fit: contain;
  width: 1.5625rem;
  height: 1.5625rem;
}

.jotform, .jotfrom-wrapper {
  width: 100%;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 100%;
}

.lightbox-link-2 {
  width: auto;
  height: 55vh;
  margin-top: 40px;
}

.lightbox-link-2._100 {
  width: 100%;
}

.lightbox-link-2._100.bg {
  background-color: #f1e3d7;
}

.lightbox-link-2._100.bg.top {
  margin-top: 0;
}

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

.div-block-168 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contentt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.div-block-170 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.div-block-170.full {
  width: 100%;
}

.div-block-170.full.down {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.div-block-170.down {
  height: 36px;
}

.div-block-171 {
  width: 2em;
  height: 2em;
}

.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-104 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.height {
  height: 12px;
}

.height.none {
  height: 36px;
}

.fixed-left {
  position: fixed;
  top: 35%;
}

.slider1 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
}

.right-arrow-2, .left-arrow-2, .left-arrow-3, .right-arrow-3, .left-arrow-4, .right-arrow-4 {
  display: none;
}

._2er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.partner-div {
  width: 100%;
  height: 30vh;
}

.patner-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.slider-5 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.div-block {
  height: 100%;
  padding: 20px;
}

.slide {
  margin-right: 20px;
}

.mask-3 {
  width: 50%;
  margin-left: 140px;
  overflow: visible;
}

.icon-5 {
  filter: invert();
}

.reviews {
  border: 1px solid var(--grün);
  width: 100%;
  height: 100%;
  overflow: auto;
}

.slide-nav-5 {
  bottom: -40px;
}

.reviews-div {
  height: 60vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

._1er {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 49%;
  margin: 10px auto 40px;
  display: block;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .flie-text {
    text-align: left;
    font-size: 16px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1.hauptfarbe {
    background-color: var(--grün);
  }

  .icon {
    color: #fff;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-1.flie-text {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .termin-button.heading-3.highlights {
    font-size: 16px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .titelvideo-startseite-1 {
    height: 60vh;
    position: relative;
  }

  .banner-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-links1.flie-text {
    text-align: center;
    font-size: 16px;
  }

  ._2er-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2er-grid1.flex {
    justify-content: flex-start;
    align-items: center;
  }

  ._2er-grid1.flex._2 {
    flex-flow: column;
    display: flex;
  }

  ._4er-grid1 {
    flex-flow: column;
    margin-bottom: 10px;
    display: flex;
  }

  .inhalt-untereinander1 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander1.auto {
    justify-content: space-between;
    align-items: center;
  }

  .heading-linksb-ndig1.heading-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .dic-block-grauer-rand1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-links-gro-1.heading-1 {
    text-align: center;
  }

  .section-gro-e-abst-nde1 {
    padding: 60px;
  }

  .section-gro-e-abst-nde1._125vh {
    padding: 40px;
  }

  .section-gro-e-abst-nde1.zweitfarbe.min-height {
    min-height: 65vh;
  }

  .divblock-farbig.hauptfarbe {
    display: none;
    right: 60%;
  }

  .feature-image1 {
    height: 100%;
  }

  .flex-block-nebeneinander1 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-block-mit-abstand {
    margin-bottom: 60px;
    padding-right: 20px;
  }

  .div-block-mit-abstand.rechts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-mit-abstand.rechts.unten {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bild-block1.last {
    order: 1;
  }

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

  .div-no-overflow {
    height: 50vh;
  }

  .white-div-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .inhalt-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-1.hauptfarbe, .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-footer1.flie-text {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .grid-galerie {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-wei.flie-text {
    justify-content: flex-start;
    align-items: center;
  }

  ._2-spalten1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .maps1 {
    height: 45vh;
    margin-bottom: 10px;
  }

  .impdat {
    padding: 40px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    padding-left: 100px;
    padding-right: 100px;
  }

  .grid-kontakt {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-button {
    color: #000;
  }

  .nav-button.hauptfarbe {
    margin-left: auto;
  }

  .nav-button.hauptfarbe.w--open {
    background-color: var(--grün);
  }

  .maps-gro {
    height: 100%;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .div-block-kontakt {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .banner-slider {
    background-color: #00000061;
    background-image: linear-gradient(#00000061, #00000061);
    position: static;
  }

  .bild-wrapper {
    order: -9999;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .bild-wrapper._45vh {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bild-wrapper._45vh.width, .bild-large {
    height: 55vh;
  }

  .bild-large.contain {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .inhalt-untereinander1-no-height {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander1-no-height.no-pad {
    justify-content: flex-start;
    align-items: center;
  }

  .list.flie-text {
    text-align: left;
    font-size: 16px;
  }

  .bild-large-center {
    height: 35vh;
  }

  .kleines-bild1-45-vh {
    height: 50vh;
  }

  .kleines-bild1-45-vh.runter {
    object-position: 50% 25%;
  }

  .kleines-bild1-45-vh.runter.weniger {
    object-position: 50% 35%;
  }

  .kleines-bild1-45-vh.hoch {
    object-position: 50% 100%;
  }

  .jotform {
    height: 100%;
    overflow: auto;
  }

  .jotfrom-wrapper {
    height: 90vh;
  }

  .lightbox-link-2._100.bg.top {
    height: 45vh;
  }

  .contentt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .contentt.gap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .div-block-170 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 100%;
  }

  .div-block-170.full.down {
    height: 100%;
  }

  .div-block-171 {
    display: block;
  }

  .height {
    height: 75px;
  }

  .height.none {
    height: 65px;
  }

  .fixed-left.flie-text.highlights {
    left: 0%;
  }

  .slider-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mask-3 {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
  }

  .slide-nav-5 {
    font-size: 12px;
  }

  .slider-arrow {
    width: 5vw;
    font-size: 30px;
  }

  .reviews-div {
    margin-top: 20px;
  }

  ._1er {
    flex-flow: column;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .telefonnummer, .email, .adresse {
    text-align: center;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

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

  .background-video1 {
    width: 100%;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan1.heading-1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .slogan1.heading-1.width {
    width: 65%;
    font-size: 30px;
  }

  .titelvideo-startseite-1 {
    height: 55vh;
  }

  .banner-2 {
    background-image: none;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-links1.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

  ._2er-grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

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

  .inhalt-untereinander1 {
    height: auto;
    padding: 20px 0 30px;
  }

  .heading-linksb-ndig1.heading-2.farbe-der-headings {
    font-size: 21px;
  }

  .dic-block-grauer-rand1 {
    padding: 20px;
  }

  .heading-links-gro-1.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px;
  }

  .section-gro-e-abst-nde1._125vh {
    padding: 20px;
  }

  .section-gro-e-abst-nde1.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-gro-e-abst-nde1.zweitfarbe.min-height {
    min-height: 40vh;
  }

  .section-gro-e-abst-nde1.mit {
    overflow-wrap: anywhere;
  }

  .divblock-farbig.hauptfarbe {
    width: 100%;
    height: 40%;
  }

  .feature-image1 {
    height: 100%;
  }

  .flex-block-nebeneinander1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-mit-abstand {
    margin-bottom: 20px;
  }

  .div-block-mit-abstand.rechts {
    padding: 10px 0;
  }

  .div-block-mit-abstand.rechts.unten {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bild-block1, .bild-block1.last {
    height: 25rem;
  }

  ._3er-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .big-column.zweitfarbe {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-no-overflow {
    height: 25rem;
  }

  ._2er-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .white-div-block {
    min-height: auto;
    margin-bottom: 0;
    padding: 20px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-block-footer1.flie-text {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    display: flex;
  }

  .grid-galerie {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  ._2-spalten1 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .impdat {
    padding: 20px;
  }

  .success {
    height: auto;
    min-height: auto;
    padding: 40px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-block.highlights {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-mittig1.heading-1 {
    font-size: 24px;
    line-height: 33px;
  }

  .nav-button.hauptfarbe {
    padding: 10px;
  }

  .maos-footer {
    height: auto;
  }

  .impressum-link, .datenschutz-link, .adresse-2 {
    text-align: center;
  }

  .div-wrap-insta {
    width: auto;
    margin-right: 0;
  }

  .insta-image {
    max-width: none;
    height: 24px;
  }

  .bild-wrapper._45vh.width, .bild-large {
    height: 25rem;
  }

  .bild-large.contain {
    object-fit: contain;
    background-color: #f1e3d7;
  }

  .inhalt-untereinander1-no-height {
    height: auto;
    padding: 20px 0 10px;
  }

  .list.flie-text {
    font-size: 14px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
  }

  .tab-link-tab-1.highlights {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._1-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    display: flex;
  }

  .bild-large-center, .kleines-bild1-45-vh.hoch {
    height: 25rem;
  }

  .lightbox-link-2 {
    margin-top: 20px;
  }

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

  .div-block-170 {
    margin-bottom: 0;
  }

  .div-block-170.top {
    margin-top: 10px;
  }

  .height.none {
    display: none;
  }

  ._2er {
    flex-flow: column;
    display: flex;
  }

  .partner-div {
    height: 25vh;
  }

  .slide-nav-5 {
    font-size: 10px;
  }

  .slider-arrow {
    font-size: 25px;
  }

  .reviews-div {
    margin-top: 10px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .telefonnummer.white, .email.white, .adresse {
    font-size: 14px;
  }

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

  .flie-text {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .navbar {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wei {
    width: 100%;
    max-height: none;
    position: static;
  }

  .nav-link-1.flie-text {
    font-size: 14px;
  }

  .background-video1 {
    width: 100vw;
    height: 100%;
  }

  .termin-button.heading-3.highlights {
    font-size: 14px;
  }

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
  }

  .slogan1.heading-1.width {
    font-size: 18px;
  }

  .titelvideo-startseite-1 {
    height: 50vh;
  }

  .banner-2 {
    color: #fff;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-links1.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-links1.flie-text.dowm {
    font-size: 18px;
  }

  .inhalt-untereinander1 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .inhalt-untereinander1.auto {
    padding-bottom: 10px;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-linksb-ndig1.heading-2.farbe-der-headings {
    font-size: 19px;
    line-height: 23px;
  }

  .dic-block-grauer-rand1 {
    padding: 20px;
  }

  .heading-links-gro-1.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-gro-e-abst-nde1, .section-gro-e-abst-nde1._125vh, .section-gro-e-abst-nde1.zweitfarbe {
    padding: 20px;
  }

  .divblock-farbig.hauptfarbe {
    height: 50%;
  }

  .flex-block-nebeneinander1 {
    height: 100%;
    margin-bottom: 0;
  }

  .div-block-mit-abstand.rechts {
    height: 60.7373%;
  }

  .div-block-mit-abstand.rechts.unten {
    height: 100%;
  }

  .bild-block1 {
    height: 20rem;
    overflow: hidden;
  }

  .bild-block1.last, .service-image {
    height: 20rem;
  }

  .service-image.blur {
    height: 100%;
  }

  .big-column.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-no-overflow {
    height: 20rem;
  }

  ._2er-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .white-div-block {
    padding: 20px 10px;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-footer1.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-galerie {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    display: flex;
  }

  .div-block-wei.flie-text {
    padding: 20px 0;
  }

  .maps1 {
    height: 45vh;
  }

  .impdat, .success, .success-block.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mittig1.heading-1 {
    font-size: 18px;
    line-height: 130%;
  }

  .nav-button.hauptfarbe {
    text-align: center;
    width: 100%;
  }

  .maps-gro {
    height: 100%;
  }

  .link, .link.wei {
    font-size: 14px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
    font-size: 14px;
  }

  .image-100 {
    height: 100%;
  }

  .adresse-2.flie-text {
    font-size: 14px;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .card1-2 {
    max-width: 280px;
    padding-left: 5px;
    padding-right: 15px;
  }

  .bild-wrapper._45vh.width, .bild-large {
    height: 20rem;
  }

  .bild-large.contain {
    object-fit: contain;
  }

  .inhalt-untereinander1-no-height {
    min-width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inhalt-untereinander1-no-height.no-pad.center._100 {
    padding-bottom: 0;
  }

  .list.flie-text {
    padding-left: 20px;
    font-size: 14px;
  }

  .service-image-abslt {
    height: 100%;
  }

  .bild-large-center {
    height: 20rem;
  }

  .kleines-bild1-45-vh.rechts {
    object-position: 100% 50%;
  }

  .lightbox-link-2 {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  .div-block-170.top {
    margin-top: 20px;
  }

  .partner-div {
    flex-flow: column;
    height: 23vh;
    display: flex;
  }

  .div-block {
    padding: 10px;
  }

  .mask-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .slide-nav-5 {
    font-size: 8px;
  }

  .slider-arrow {
    width: 6vw;
    font-size: 20px;
  }

  .reviews-div {
    height: 50vh;
    margin-top: 0;
  }
}

#w-node-_81353411-3a84-e9b3-77c4-8231ac6ce494-c7d47131, #w-node-f37bf438-0e28-08bd-f457-d15ece536441-c7d47131, #w-node-_0e364596-dcdc-63aa-e81d-56de1452c58a-c7d47146, #w-node-_6324641b-0ca2-5c1e-3abd-3445e9b414ca-c7d47146, #w-node-_9b0253c4-13c7-9139-62d7-ef0c8eaa0127-c7d47146, #w-node-_42534378-03e1-5747-20aa-9f30653b33f1-c7d47146, #w-node-acfb51f8-94c1-99d2-1542-4891752259e0-c7d47146, #w-node-_1550b39f-f00c-f6f1-64d4-4d8eb15138fc-c7d47146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71781cf6-98f2-db93-2671-3b724e13038f-770b5f4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f6725a-20c1-0449-459c-5c6a8171e5ca-fbda7dd5, #w-node-_45c771cf-1f79-e2f8-0d75-18c8d96ef10a-fbda7dd5, #w-node-_8824290b-2c7a-9493-680c-dde373420e6f-fbda7dd5, #w-node-_1ca50129-c5dd-b11c-f075-dbd39b113ecf-fbda7dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aabf8c0-3d17-d6f8-e22d-9ef3b798c8bf-cee741f5 {
  grid-area: 1 / 2 / 2 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_7aabf8c0-3d17-d6f8-e22d-9ef3b798c8bf-cee741f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lanehum';
  src: url('../fonts/Lanehum.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'QuentellCFBold';
  src: url('../fonts/QuentellCFBold-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dinexp';
  src: url('../fonts/D-DINExp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abyss';
  src: url('../fonts/Abyss.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}