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

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

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Avenir Next;
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format("opentype"), url('../fonts/AvenirNextLTPro-Cn.otf') format("opentype"), url('../fonts/AvenirNextLTPro-It.otf') format("opentype"), url('../fonts/AvenirNextLTPro-UltLtCn.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Avenir Next;
  src: url('../fonts/AvenirNextLTPro-MediumCn.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --grad-left: #9f7435;
  --grad-mid-34: #dd9117;
  --grad-mid-72: #fbe024;
  --secondry: #fbe8bd;
  --highlights: #9f7435;
  --green: #b5ce81;
  --blue: #96c5d8;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-flow: 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: 28px;
  font-weight: 700;
  line-height: 36px;
}

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

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 44%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-content._404 {
  width: auto;
  position: static;
}

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

.submit-button {
  background-color: #0d0e37;
}

.logo-img {
  object-fit: contain;
  height: 7rem;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  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;
}

.ffnungszeiten {
  white-space: pre;
  word-break: keep-all;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.5;
}

.hauptfarbe {
  background-color: #333a2a;
  background-image: linear-gradient(135deg, var(--grad-left), var(--grad-mid-34) 34%, var(--grad-mid-72) 72%, #dd9117 99%, #9f7435);
  color: #000;
}

.zweitfarbe {
  background-color: var(--secondry);
  color: #000;
}

.highlights {
  background-color: var(--highlights);
  color: #fff;
}

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

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

.heading-1 {
  font-family: Averia Libre, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

.flie-text {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.farbe-der-headings {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg, #9f7435, #dd9117 34%, #fbe024 72%, #9f7435);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.3;
}

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

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

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

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

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

.terminbutton.highlights.flie-text:hover {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--green), var(--blue));
}

.terminbutton.flie-text.hauptfarbe:hover {
  background-color: var(--highlights);
  color: #fff;
  background-image: none;
}

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

.vertical_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-text {
  line-height: 1.3;
}

.link-formular {
  text-decoration: none;
}

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

.success_block.highlights {
  color: #fff;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-2.hauptfarbe {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-4:hover {
  color: #919191;
  width: 100%;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#465116, #465116);
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.rahmen-unten {
  border: 5px solid #fff;
  border-top-style: none;
  width: 90%;
  height: 20vh;
}

.titelvideo {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-text {
  border-right: 5px solid #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 75px;
}

.slogan1.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
}

.rahmen-oben {
  border: 5px solid #fff;
  border-bottom-style: none;
  align-items: flex-end;
  width: 90%;
  height: 20vh;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.wei-er-rahmen {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  display: flex;
}

.div-block-video {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titelvideo-start {
  height: 85vh;
  position: relative;
}

.divider {
  width: 15rem;
  height: 4px;
  margin-bottom: 10px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.lottie-animation {
  filter: invert() hue-rotate(45deg);
  width: 100%;
  height: 40vh;
}

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

.inhalt-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.inhalt-mittig-untereinander-1.flie-text {
  text-decoration: none;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  font-size: 28px;
  position: relative;
}

.heading-mittig.heading-1.preis {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.3;
}

.heading-mittig.heading-1.is-small {
  text-transform: none;
}

.section-gro-e-abst-nde1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  display: flex;
  position: relative;
}

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

._3er-grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
}

.text-ber-bild1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.feature-image._100 {
  height: 100%;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

.heading-mittig-klein1.heading-2.farbe-der-headings {
  background-image: linear-gradient(315deg, #9f7435, #dd9117 34%, #fbe024 72%, #9f7435);
}

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

._2er-grid.outline {
  border: 1px solid #979797;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

._2er-grid.outline.offnungszeiten_edit {
  background-color: #fff;
}

.feature-image-mask {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask.versetzt {
  height: 55vh;
  position: relative;
  top: 40px;
  right: 40px;
}

.feature-image-mask.versetzt.links {
  top: 40px;
  left: 40px;
  right: auto;
}

.text-links1.flie-text {
  display: block;
}

.hintergrund-wei {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-wei.versetzt {
  height: auto;
  position: relative;
  right: 40px;
}

.hintergrund-wei.versetzt.rechts {
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 30px;
  right: -40px;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.heading-1.hauptfarbe:hover {
  background-color: var(--highlights);
  color: #fff;
  background-image: none;
}

.heading-links1 {
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-links1.heading-1 {
  font-size: 1.5rem;
}

.heading-links1.heading-1.align-center {
  text-align: center;
}

.bild-cover-section1 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#e7ebe3, #0000), url('../images/Massageraum-Jan-16-2026.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.bild-cover-1 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

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

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

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

.kreis1 {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.kreis1.hauptfarbe {
  width: 8rem;
  height: 8rem;
}

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}

.text-mittig1.flie-text {
  line-height: 1.3;
}

.text-mittig1.flie-text.top-margin {
  margin-top: 10px;
}

.text-mittig1.flie-text.is-margin {
  margin-top: 10px;
  margin-bottom: 40px;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.div-block-farbig1 {
  border: 1px solid #333;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.div-block-farbig {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig:hover {
  background-color: #f8f8f8;
}

.div-block-farbig.is-flex {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.maps1-2 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
}

.icon-large {
  object-fit: contain;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Averia Libre, sans-serif;
  font-size: 28px;
  line-height: 1.3;
}

.impdat-3 {
  padding: 100px 40px;
}

.impdat-3.flie-text {
  padding-top: 100px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer-1 {
  margin-top: auto;
  padding: 60px 140px 10px;
}

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

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

.heading-footer.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inhalt-footer {
  width: 100%;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-3.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-2 {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

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

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

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

.text_field {
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Verdana, Geneva, sans-serif;
  transition: border .4s, color .4s;
  display: block;
}

.text_field:hover {
  border-color: #1d1f2e80;
}

.text_field:active, .text_field:focus {
  border-color: #1d1f2e;
}

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 6rem;
}

.error-message {
  color: #fff;
  background-color: #f80101;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
  font-family: Verdana, Geneva, sans-serif;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.checkbox-2 {
  border-radius: 5px;
}

.form1 {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

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

.link.black {
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
}

.link.black:hover {
  color: var(--grad-left);
}

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

.impdat-2.flie-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

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

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

.navlink {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navlink.flie-text {
  border-bottom: 1px solid #0000;
}

.navlink.flie-text:hover {
  color: #333;
  border-bottom: 1px solid #000;
}

.navlink.flie-text.w--current {
  color: #000;
  border-bottom: 1px solid #000;
}

.men {
  z-index: 1000;
}

.navlinks {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navlinks.hauptfarbe {
  color: #fff;
}

.navbar3 {
  background-color: #fdf5e2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  line-height: 1.3;
}

.field_label {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.3;
}

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

.image-100.contain {
  object-fit: contain;
}

.image-100.is-vh {
  object-position: 50% 100%;
  width: auto;
  height: 100%;
}

.image-100.is-bewertung {
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  height: 20rem;
}

.textarea-2 {
  line-height: 3;
}

.password_image {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-8 {
  filter: invert();
}

.heading-4, .text-block-2 {
  color: #fff;
}

.html-embed-3 {
  height: 500px;
}

.html-embed-4 {
  width: 100%;
}

.list.flie-text {
  display: block;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.spacer {
  height: 20px;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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: 80px auto auto 0%;
}

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

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

.impdat {
  padding: 100px 40px;
}

.image-wrapper-70vh {
  width: 100%;
  height: 70vh;
}

.image-wrapper-70vh.float-left {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  margin-right: 30px;
}

.content-wrap {
  width: 100%;
}

.flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lightbox-40vh {
  height: 40vh;
}

.hintergrund-transparent {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-transparent.versetzt {
  height: auto;
  position: relative;
  right: 40px;
}

.hintergrund-transparent.versetzt.rechts {
  padding-left: 40px;
  padding-right: 0;
  right: -40px;
}

.heading-links-sml {
  font-size: 20px;
  line-height: 30px;
}

.icon-logo {
  object-fit: contain;
  width: 12rem;
}

.social-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 45% auto;
}

.social-icon {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  padding: 1px;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

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

.section-bild-bg {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Feuerphönix.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  display: flex;
}

.content-80 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

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

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

.list-item {
  font-family: Verdana, Geneva, sans-serif;
}

.linked-text {
  color: var(--highlights);
  text-decoration: none;
}

.linked-text:hover {
  text-decoration: underline;
}

.slider {
  background-color: #0000;
  width: 24.375rem;
  height: 100%;
  position: static;
}

.slider.is-full {
  width: 100%;
}

.mask-2 {
  max-width: 24.375rem;
  position: static;
  overflow: visible;
}

.mask-2.is-full {
  max-width: 100%;
}

.heading-links-klein {
  margin-top: 0;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

.heading-links-klein.heading-2 {
  font-size: 1.25rem;
  line-height: 1.3;
}

.lottie {
  width: 12.5rem;
  height: 12.5rem;
}

.image-wrapper-20rem {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper-20rem.zweitfarbe {
  height: 20rem;
}

.hiddem {
  display: none;
}

.card-vertical {
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
  box-shadow: 1px 1px .4375rem #8a8a8a80;
}

.card-vertical:hover {
  border: .0625rem solid #adadad;
  transform: scale(1.05);
}

.slide_content_wrapper {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.right_arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  right: -1.875rem;
  box-shadow: 3px 3px .625rem #0000001a;
}

.slider_wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slider_wrapper.has-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.slide-content {
  max-width: 24.375rem;
  margin-right: 1.875rem;
}

.slide-content.is-full-width {
  max-width: 100%;
  margin-right: 0;
}

.arrwow-icon {
  color: #000;
}

.arrwow-icon.highlights {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.card-content {
  padding: 1.25rem 1.875rem 1.875rem;
}

.left_arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  left: -1.875rem;
  box-shadow: 3px 3px .625rem #0000001a;
}

.slider_container {
  z-index: 10;
  width: 100%;
  min-height: 18.75rem;
  margin-top: 0;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.watermark {
  z-index: -1;
  opacity: .1;
  object-fit: contain;
  width: 45rem;
  height: 45rem;
  position: absolute;
  inset: auto;
}

.watermark.small {
  width: 20rem;
  height: 20rem;
  inset: 5% 5% auto auto;
}

.text-footer {
  margin-bottom: 0;
  line-height: 1.7;
}

.text-footer.flie-text {
  display: block;
}

.text-footer.flie-text.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

.text-footer.flie-text.is-colored {
  color: #333;
}

.code-embed {
  width: 100%;
}

.spacer-large {
  height: 60px;
}

.heading-mitig-sml {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

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

.slider_container-sml {
  z-index: 10;
  width: 100%;
  margin-top: 0;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.right_arrow-sml {
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  right: -1.875rem;
  box-shadow: 3px 3px .625rem #0000001a;
}

.right_arrow-sml.hide {
  display: none;
}

.arrwow-icon-sml {
  color: #000;
  font-size: 25px;
}

.arrwow-icon-sml.highlights {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.left_arrow-small {
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  left: -1.875rem;
  box-shadow: 3px 3px .625rem #0000001a;
}

.left_arrow-small.hide {
  display: none;
}

.stars-icon {
  width: 7vw;
}

.card-content-mittig {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.875rem 1.875rem;
  display: flex;
}

.offnug-grid {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  text-align: left;
  grid-template-columns: .5fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.line-space {
  height: 16px;
}

.image-101 {
  height: 30vh;
}

.align-left {
  width: 100%;
}

.code-embed-2 {
  aspect-ratio: 2.39;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image_wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 35rem;
  display: flex;
}

.video_wraper {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.aktuelles_date {
  margin-bottom: 1rem;
  font-family: Averia Libre, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.flex_item {
  width: 50%;
}

.navlink_dropdown {
  padding: 0 1.3rem 0 0;
}

.navlink_dropdown-icon {
  margin-right: 0;
}

.navlink_dropdown-list.w--open {
  background-color: var(--grad-mid-34);
}

.icon_small {
  width: 16px;
  height: 16px;
}

.link_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.g-reviews {
  margin-top: 2rem;
}

.icon_embed_small {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 1;
}

.empfehlung_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo-img {
    height: 6rem;
  }

  .logo {
    width: 100%;
  }

  .terminbutton.flie-text.hauptfarbe {
    margin-top: 10px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .success_block.highlights {
    padding: 60px;
  }

  .rahmen-unten {
    height: 10vh;
  }

  .titelvideo {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .rahmen-oben {
    height: 10vh;
  }

  .wei-er-rahmen {
    width: 80%;
  }

  .div-block-video {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .titelvideo-start {
    height: 65vh;
  }

  .divider.hauptfarbe {
    width: 10rem;
  }

  .lottie-animation {
    height: 7rem;
  }

  .inhalt-mittig-untereinander-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-mittig.heading-1 {
    font-size: 30px;
  }

  .heading-mittig.heading-1.preis {
    font-size: 35px;
  }

  .heading-mittig.heading-1.is-small {
    font-size: 22px;
    line-height: 1.2;
  }

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

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .inhalt-mittig1.flie-text {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  ._3er-grid-1 {
    width: 100%;
  }

  .feature-image {
    height: 100%;
    margin-top: 0;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 25px;
  }

  ._2er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  ._2er-grid.outline {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  ._2er-grid.outline.is-invert {
    flex-flow: column-reverse;
  }

  .feature-image-mask {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask.versetzt {
    height: 55vh;
    top: auto;
    right: auto;
  }

  .feature-image-mask.versetzt.links {
    height: 55vh;
    top: auto;
    left: auto;
  }

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

  .hintergrund-wei.versetzt {
    padding-right: 0;
    right: auto;
  }

  .hintergrund-wei.versetzt.rechts {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 0;
    right: auto;
  }

  .mehr-erfahren2.heading-1.hauptfarbe {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 1.3;
  }

  .heading-links1.heading-1 {
    text-align: center;
  }

  .bild-cover-section1 {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .heading-klein-links.heading-3 {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .text-mittig1.flie-text.top-margin {
    margin-top: 0;
  }

  .text-mittig1.flie-text.is-margin {
    margin-bottom: 10px;
  }

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

  .div-block-farbig {
    padding-bottom: 20px;
  }

  .maps1-2 {
    height: 45vh;
  }

  .icon-large {
    height: 45px;
    margin-bottom: 0;
  }

  .success-2 {
    height: auto;
    padding: 60px;
  }

  .heading-success {
    margin-bottom: 10px;
  }

  .impdat-3.flie-text {
    padding: 60px;
  }

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

  .footer-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-1.highlights {
    padding: 40px;
  }

  .heading-footer.heading-3 {
    text-align: center;
  }

  .inhalt-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .checkbox-field-2 {
    margin-top: 0;
  }

  .form-grid {
    width: 100%;
  }

  .text_field {
    padding: 10px 12px;
  }

  .error-message {
    width: auto;
  }

  .contact-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .impdat-2.flie-text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-icon-3 {
    color: #fff;
  }

  .navlink.flie-text {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .men {
    background-color: var(--secondry);
    padding: 20px;
    position: absolute;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

  .navlinks.hauptfarbe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-100.is-top {
    object-position: 50% 25%;
  }

  .image-100.is-contain {
    object-fit: contain;
  }

  .image-100.is-vh {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
  }

  .image-100.is-contain-black {
    object-fit: contain;
    background-color: #030303;
  }

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

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

  .image-wrapper-70vh {
    height: 55vh;
  }

  .image-wrapper-70vh.float-left {
    width: 100%;
    height: 55vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .flex-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hintergrund-transparent.versetzt {
    padding-right: 0;
    right: auto;
  }

  .hintergrund-transparent.versetzt.rechts {
    right: auto;
  }

  .hintergrund-transparent.versetzt.rechts.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .hintergrund-transparent.versetzt.zweitfarbe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-links-sml.heading-3 {
    margin-top: 10px;
  }

  .icon-logo {
    width: 10rem;
  }

  .social-wrap {
    bottom: 5%;
  }

  .section-bild-bg {
    padding: 60px;
  }

  .content-80 {
    width: 100%;
  }

  ._2er-grid1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

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

  .slider {
    width: 100%;
  }

  .mask-2 {
    max-width: 100%;
  }

  .heading-links-klein.heading-2 {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
  }

  .image-wrapper-20rem.zweitfarbe {
    height: 25rem;
  }

  .right_arrow {
    width: 3rem;
    height: 3rem;
    right: 0;
  }

  .slider_wrapper.has-gap {
    flex-flow: column;
  }

  .slide-content {
    width: 100%;
    max-width: 100%;
    margin-right: 1.5rem;
  }

  .arrwow-icon.highlights {
    font-size: 25px;
  }

  .card-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .left_arrow {
    width: 3rem;
    height: 3rem;
    left: 0;
  }

  .slider_container {
    padding: 20px;
  }

  .watermark.small {
    width: 12rem;
    height: 12rem;
    top: auto;
    right: 2%;
  }

  .text-footer.flie-text {
    text-align: center;
  }

  .about-_block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .field_label {
    text-align: left;
    width: 100%;
  }

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

  .heading-mitig-sml.heading-3 {
    margin-top: 10px;
  }

  .slider_container-sml {
    padding: 20px;
  }

  .right_arrow-sml {
    width: 3rem;
    height: 3rem;
    right: 0;
  }

  .arrwow-icon-sml.highlights {
    font-size: 25px;
  }

  .left_arrow-small {
    width: 3rem;
    height: 3rem;
    left: 0;
  }

  .card-content-mittig {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    height: 5rem;
  }

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

  .terminbutton.flie-text.hauptfarbe {
    font-size: 13px;
  }

  .divblock1 {
    height: auto;
  }

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

  .success_block.highlights {
    padding: 40px;
  }

  .nav-menu-2.hauptfarbe {
    padding-top: 20vh;
  }

  .rahmen-unten {
    height: 50px;
  }

  .titelvideo {
    height: 100%;
  }

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

  .rahmen-oben {
    height: 50px;
  }

  .wei-er-rahmen {
    width: 400px;
  }

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

  .titelvideo-start {
    height: 55vh;
  }

  .divider.hauptfarbe {
    width: 6rem;
  }

  .lottie-animation {
    height: 5rem;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
  }

  .heading-mittig.heading-1.preis {
    font-size: 30px;
  }

  .heading-mittig.heading-1.is-small {
    font-size: 20px;
  }

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

  .inhalt-mittig1 {
    height: auto;
  }

  ._3er-grid-1 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 22px;
  }

  ._2er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2er-grid.outline {
    flex-flow: column;
    padding: 15px;
    display: flex;
  }

  .feature-image-mask {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask.versetzt {
    height: 45vh;
  }

  .feature-image-mask.versetzt.links {
    height: 50vh;
  }

  .hintergrund-wei.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hintergrund-wei.versetzt.rechts {
    padding-left: 0;
  }

  .heading-links1.heading-1 {
    font-size: 25px;
  }

  .bild-cover-section1 {
    height: 40vh;
    padding: 40px;
  }

  .bild-cover-1 {
    height: auto;
    min-height: 500px;
  }

  .div-block-wei-1 {
    width: 90%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-links1-3.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo-unterseiten {
    height: 60vh;
  }

  .heading-klein-links.heading-3 {
    font-size: 20px;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .kreis1.hauptfarbe {
    width: 7rem;
    height: 7rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
  }

  .div-block-farbig1 {
    padding: 15px;
  }

  .div-block-farbig {
    height: auto;
  }

  .maps1-2 {
    height: 40vh;
    margin-top: 20px;
  }

  .icon-large {
    height: 40px;
  }

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

  .heading-success {
    font-size: 25px;
  }

  .impdat-3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .impdat-3.flie-text {
    padding: 40px;
  }

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

  .footer-1.highlights {
    padding: 20px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text_field {
    height: 2.8rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text_field::placeholder {
    text-align: center;
  }

  .text_field.cc-textarea {
    height: 5.5rem;
    margin-bottom: 20px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
    display: flex;
  }

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

  .men {
    padding: 15px;
  }

  .men-button3.hauptfarbe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .field_label {
    font-size: 13px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-wrapper-70vh, .image-wrapper-70vh.float-left {
    height: 50vh;
  }

  .hintergrund-transparent.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hintergrund-transparent.versetzt.rechts {
    padding-left: 0;
  }

  .heading-links-sml.heading-3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .icon-logo {
    width: 8rem;
  }

  .social-icon.hauptfarbe {
    width: 2.2rem;
  }

  .section-bild-bg {
    padding: 40px;
  }

  .heading-links-klein.heading-2 {
    font-size: 22px;
  }

  .image-wrapper-20rem.zweitfarbe {
    height: 20rem;
  }

  .right_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .card-content {
    padding: 15px;
  }

  .left_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .slider_container {
    width: 100%;
    padding: 1.25rem;
  }

  .watermark.small {
    width: 10rem;
    height: 10rem;
    right: 1%;
  }

  .heading-mitig-sml.heading-3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .slider_container-sml {
    width: 100%;
    padding: 1.25rem;
  }

  .right_arrow-sml, .left_arrow-small {
    width: 2.5rem;
    height: 2.5rem;
  }

  .card-content-mittig {
    padding: 15px;
  }

  .line-space {
    height: 0;
  }
}

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

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

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

  .logo-img {
    height: 4rem;
  }

  .logo {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ffnungszeiten {
    font-size: 13.5px;
  }

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

  .flie-text {
    font-size: 13.5px;
  }

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

  .terminbutton.flie-text.hauptfarbe {
    margin-top: 5px;
    font-size: 12px;
  }

  .form-text.flie-text {
    font-size: 13.5px;
  }

  .success_block.highlights {
    padding: 20px;
  }

  .nav-menu-2.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .rahmen-unten {
    height: 30px;
  }

  .titelvideo {
    height: 100%;
  }

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

  .rahmen-oben {
    height: auto;
    padding-top: 10px;
  }

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
    padding-right: 20px;
  }

  .div-block-video {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-start {
    height: 50vh;
  }

  .divider.highlights {
    width: 40vw;
  }

  .divider.hauptfarbe {
    width: 5rem;
    height: 3px;
  }

  .lottie-animation {
    height: 4rem;
  }

  .heading-mittig.heading-1 {
    font-size: 20px;
  }

  .heading-mittig.heading-1.preis {
    font-size: 25px;
  }

  .heading-mittig.heading-1.is-small {
    font-size: 18px;
  }

  .section-gro-e-abst-nde1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-mittig1.flie-text {
    font-size: 13.5px;
  }

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 20px;
  }

  ._2er-grid.outline {
    padding: 10px;
  }

  .feature-image-mask.versetzt.links {
    height: 45vh;
  }

  .text-links1.flie-text {
    font-size: 13.5px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .mehr-erfahren2.heading-1.hauptfarbe {
    min-width: auto;
    margin-top: 5px;
    font-size: 11px;
  }

  .heading-links1.heading-1 {
    font-size: 20px;
  }

  .bild-cover-section1 {
    height: 35vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-cover-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-wei-1 {
    width: 90%;
  }

  .heading-links1-3.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-klein-links.heading-3 {
    font-size: 18px;
  }

  .kreis1.hauptfarbe {
    width: 6rem;
    height: 6rem;
    padding: 12px;
  }

  .text-mittig1.flie-text, .text-mittig1.flie-text.top-margin, .text-mittig1.flie-text.is-margin {
    font-size: 13.5px;
  }

  .heading-block1 {
    width: 100vw;
  }

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

  .maps1-2 {
    height: 35vh;
    margin-top: 10px;
  }

  .icon-large {
    height: 35px;
  }

  .success-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-success {
    font-size: 20px;
  }

  .impdat-3, .impdat-3.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .text_field {
    height: 2.5rem;
    padding: 9px 10px;
  }

  .text_field.cc-textarea {
    height: 5rem;
    margin-bottom: 10px;
  }

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

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

  .navlink.flie-text {
    font-size: 13.5px;
    line-height: 1.4;
  }

  .men {
    padding: 10px;
  }

  .men-button3.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field_label {
    font-size: 12px;
  }

  .image-100.is-vh {
    object-position: 50% 50%;
    height: auto;
  }

  .list.flie-text {
    padding-left: 30px;
    font-size: 13.5px;
  }

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

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

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

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

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

  .image-wrapper-70vh, .image-wrapper-70vh.float-left {
    height: 45vh;
  }

  .heading-links-sml.heading-3 {
    font-size: 16px;
  }

  .icon-logo {
    width: 7rem;
  }

  .social-icon.hauptfarbe {
    width: 2rem;
  }

  .section-bild-bg {
    padding: 40px 20px;
  }

  .slider {
    width: 100%;
  }

  .mask-2 {
    width: 100%;
    max-width: none;
  }

  .heading-links-klein.heading-2 {
    font-size: 20px;
  }

  .image-wrapper-20rem.zweitfarbe {
    height: 15rem;
  }

  .right_arrow {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: auto;
    inset: 0% 0% 0% auto;
  }

  .arrwow-icon.highlights {
    font-size: 20px;
  }

  .left_arrow {
    width: 2.3rem;
    height: 2.3rem;
    margin-left: auto;
    inset: 0% auto 0% 0%;
  }

  .slider_container {
    padding: 5px;
  }

  .watermark.small {
    width: 8rem;
    height: 8rem;
  }

  .text-footer.flie-text {
    font-size: 13.5px;
  }

  .heading-mitig-sml.heading-3 {
    font-size: 16px;
  }

  .slider_container-sml {
    padding: 5px;
  }

  .right_arrow-sml {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: auto;
    inset: 0% 0% 0% auto;
  }

  .arrwow-icon-sml.highlights {
    font-size: 20px;
  }

  .left_arrow-small {
    width: 2.3rem;
    height: 2.3rem;
    margin-left: auto;
    inset: 0% auto 0% 0%;
  }

  .code-embed-2 {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .image_wrapper {
    margin-bottom: 2rem;
  }
}

#w-node-c4e4c8d7-55de-d896-55c4-1f43b53abd84-416a0e31, #w-node-ca6ac90a-131c-1b50-6ae6-61fdad19022e-416a0e35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73ecc1d4-1f7f-bd4a-3375-3db800c89a62-5a2abd04 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_293f3d54-ad6a-7bea-2852-eef2efd6442b-5a2abd04 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_97e96bba-bc0b-478f-da7b-78c98bf767a7-416a0e22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype'), url('../fonts/AvenirNextLTPro-Cn.otf') format('opentype'), url('../fonts/AvenirNextLTPro-It.otf') format('opentype'), url('../fonts/AvenirNextLTPro-UltLtCn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNextLTPro-MediumCn.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}