:root {
  --eukalyptus: #7a9581;
  --brown: #aa8646;
  --yellow: #ede6a5;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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: 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-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss gold.webp');
  background-position: 50%;
  background-size: cover;
  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-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

.logo {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  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 {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #000;
  background-color: #d8c189;
  background-image: linear-gradient(45deg, #aa8646, #ede6a5 52%, #d9c377);
}

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

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

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

.heading-1 {
  text-align: center;
  width: 80%;
  font-family: 'Cormorant SC', 'Marcellus SC', serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-1._100 {
  text-align: left;
  width: 100%;
}

.heading-2 {
  font-family: 'Cormorant SC', 'Marcellus SC', serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: 'Cormorant SC', 'Marcellus SC', serif;
  font-weight: 600;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: #7a9581;
  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: Exo, sans-serif;
}

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

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

.terminbutton.highlights.flie-text:hover {
  background-color: var(--brown);
  background-image: linear-gradient(180deg, var(--brown), var(--yellow));
}

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

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

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

.terminbutton.hauptfarbe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.terminbutton.hauptfarbe.top, .terminbutton.hauptfarbe._0margin-top {
  margin-top: 0;
}

.terminbutton.hauptfarbe.highlights {
  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;
}

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

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

.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;
  border-style: none;
}

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

.titelvideo1-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.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: 80px;
  line-height: 85px;
}

.slogan1.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 65px;
  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-video1 {
  color: #fff;
  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%;
}

.div-block-video1.rel {
  position: relative;
}

.titelvideo-start-3 {
  width: 100%;
  height: 85vh;
  position: relative;
}

.titelvideo-start-3.padding {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding: 10%;
  display: flex;
  position: relative;
}

.divider {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

.divider.highlights {
  background-color: var(--eukalyptus);
  background-color: #7a9581;
  width: 15vw;
  margin-bottom: 20px;
}

.lottie-animation {
  width: 100%;
  height: auto;
}

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

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

.heading-mittig.heading-1._100 {
  width: 100%;
}

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

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

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

.section-gro-e-abst-nde1-2.zweitfarbe.small, .section-gro-e-abst-nde1-2.small {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

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

.inhalt-mittig1.flie-text {
  color: #333;
  margin-top: 10px;
  padding-bottom: 0;
}

.inhalt-mittig1.flie-text.left {
  text-align: left;
}

.inhalt-mittig1.flie-text.margin-bottom {
  margin-bottom: 5px;
}

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

.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 {
  object-position: 50% 0%;
  height: 100%;
}

.feature-image._100.con {
  object-fit: contain;
  object-position: 50% 50%;
}

.feature-image.top {
  object-position: 50% 65%;
}

.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 {
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  display: block;
}

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

.heading-mittig-klein1.heading-2.left {
  text-align: left;
}

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

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

._2er-grid.outline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #979797;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
}

._2er-grid.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  margin-bottom: 20px;
}

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

.feature-image-mask.versetzt {
  z-index: 5;
  height: 55vh;
}

.feature-image-mask.versetzt.first {
  justify-content: center;
  align-items: center;
  height: 55vh;
}

.feature-image-mask.versetzt.first.bigger {
  height: 95vh;
}

.feature-image-mask.versetzt.first.full {
  height: 100%;
}

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

.text-links1.flie-text {
  color: #333;
  display: block;
}

.text-links1.flie-text.farbe-der-headings-white {
  color: #fff;
}

.hintergrund-wei {
  color: #333;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.hintergrund-wei.versetzt {
  color: #333;
  height: auto;
  padding-left: 40px;
  position: relative;
  right: auto;
}

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

.hintergrund-wei.versetzt.highlights.white {
  color: #fff;
}

.hintergrund-wei.versetzt.frame {
  border: 1px solid #979797;
}

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

.heading-links1.heading-1 {
  text-align: left;
  text-transform: none;
  font-size: 32px;
}

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

.heading-links1.heading-1.left {
  text-align: left;
  font-weight: 400;
}

.heading-links1.heading-3 {
  font-size: 18px;
  font-weight: 400;
}

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

.heading-links1.heading-3.center.sm-letter {
  text-transform: uppercase;
}

.bild-cover-section1 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.bild-cover-section1.highlights {
  background-image: none;
  justify-content: center;
  align-items: center;
}

.bild-cover-section1.highlights.direction {
  flex-flow: column;
  height: auto;
}

.bild-cover-section1.direction {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.bild-cover-section1.direction.top-btm-padding {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bild-cover-1 {
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
  position: relative;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  position: absolute;
  inset: auto;
}

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

._3er-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr;
  grid-auto-columns: 3.25fr;
  grid-auto-flow: column;
  padding-bottom: 0;
}

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

.heading-block1._80vw {
  width: 80vw;
}

.div-block-farbig1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

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

.div-block-farbig1._60vh.mittig {
  place-items: start stretch;
}

.bildcover-black1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10vw;
  display: flex;
}

.div-block-farbig-1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.heading-22.heading-1 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.impdat-3 {
  padding: 100px 15vw;
}

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

.div-block-footer1 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: center;
  width: 100%;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer-1 {
  padding: 60px 15vw;
}

.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 {
  color: #000;
  margin-bottom: 10px;
}

.inhalt-footer {
  flex-flow: column;
  height: 100%;
  display: flex;
}

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

.big-paragraph.heading-1.light {
  font-weight: 400;
}

.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-4 {
  height: 54px;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

.text-field-4.flie-text.margin {
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

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

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

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

.contact-form.left {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-form._100 {
  width: 100%;
}

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

.link.is-font_black {
  color: #333;
}

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

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

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

.map-2 {
  height: 100%;
}

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

.navlink3.flie-text {
  color: #000;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
}

.navlink3.flie-text.w--current {
  color: #0000008a;
  font-family: Marcellus SC, sans-serif;
}

.men-3 {
  z-index: 1000;
}

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

.navlinks3.hauptfarbe {
  z-index: 90;
  color: #fff;
}

.fieldlabel {
  line-height: 1.3;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-wrapper {
  height: 50vh;
}

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

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

.italic-text {
  color: #7a9581;
}

.paragraph-left3 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.angebot-grid-3 {
  grid-column-gap: 5px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

.angebot-grid-3.paragraph-font {
  grid-template-columns: 1fr .25fr;
}

.text-span-11 {
  color: var(--eukalyptus);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.preislise {
  background-color: #fff;
  width: 70%;
  padding: 30px 60px 40px;
  box-shadow: 2px 2px 6px 2px #acacac;
}

.preislise.margin {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.preislise.margin.none {
  display: none;
}

.grid-div-links {
  min-height: 20px;
}

.grid-div-rechts {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  min-height: 20px;
  display: flex;
}

.accordion-tab-button-dark {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-question-header-4 {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.accordion-item-wrapper-white-4 {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px 0;
  display: flex;
}

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

.whatsapp-icon {
  background-color: var(--eukalyptus);
  color: #7a9581;
  object-fit: contain;
  border-radius: 100%;
  width: 3vw;
  padding: 3px;
}

.whatsapp-icon.invert {
  background-color: var(--eukalyptus);
  filter: invert();
  color: #fff;
}

.link-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: auto 1% 20% auto;
}

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

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

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

.image-100-3.to-btm.cnt {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image-100-3.to-btm.rel {
  filter: blur(5px);
  position: relative;
}

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

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

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

.div-block-farbig-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

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

._3er-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-mittig-s {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.3;
}

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

.heading-mittig-s.heading-1.top-spc.mittig {
  width: 100%;
}

.farbe-der-headings-white {
  color: var(--white);
  line-height: 1.3;
}

.image_wrapper {
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
  position: relative;
}

.image_wrapper.auto {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-mittig-s-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.3;
}

.heading-mittig-s-2.heading-1 {
  z-index: 5;
  width: 100%;
  margin-left: 0;
  font-size: 22px;
  position: relative;
}

.text-links1-adresse.flie-text {
  color: #fff;
  display: block;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.absolute-overlay {
  filter: blur(13px);
  background-color: #7a9581c4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0 0%;
}

.div-block-wei-1-3 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 40px;
}

.div-block-wei-1-3.small {
  padding-bottom: 30px;
}

.div-block-wei-1-3.kontakt {
  width: 100%;
  height: 95vh;
}

.div-block-wei-1-3._100 {
  width: 100%;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.quick-stack {
  z-index: 90;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding: 0;
  position: relative;
}

.bild-cover-1-2 {
  background-image: linear-gradient(#e1e1e16b, #e1e1e16b), url('../images/attachment_6_Startseite--Unten_1.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 130vh;
  display: flex;
  position: relative;
}

.absoluteimg {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0;
}

.text-links1-5.flie-text {
  color: #333;
  margin-bottom: 0;
  display: block;
}

._10-px-text {
  font-size: 10px;
}

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

.flag-icon {
  object-fit: contain;
  width: 2.3rem;
}

.dropdown-toggle-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navlink3-2 {
  font-size: 20px;
  font-weight: 700;
}

.navlink3-2.flie-text {
  color: #000;
  font-family: Marcellus SC, sans-serif;
}

.navlink3-2.flie-text.w--current {
  color: #0000008a;
  font-family: Marcellus SC, sans-serif;
}

.icon-9 {
  font-size: 20px;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  width: 100%;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-2.hauptfarbe {
  transition: all .3s;
}

.link-block-2.hauptfarbe:hover {
  background-image: linear-gradient(45deg, #aa8646, #a39e70 52%, #d9c377);
}

.dropdown1.hauptfarbe {
  position: absolute;
  inset: 1% 1% auto auto;
}

.price-text-wrapper {
  padding-top: 20px;
}

.price-text-wrapper.below-line {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

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

.text-mittig.flie-text.farbe-der-headings {
  color: #7a9581;
  font-weight: 500;
}

.body {
  background-color: var(--eukalyptus);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.social-div {
  z-index: 90;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 7%;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
}

.code-embed {
  width: 100%;
}

.list-links1.flie-text {
  color: #333;
  display: block;
}

.list-links1.flie-text.farbe-der-headings-white {
  color: #fff;
}

.calendly-embe {
  width: 100%;
  height: 75vh;
}

.div-block-44 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

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

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

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

.terminbutton-popup.highlights.flie-text:hover {
  background-color: var(--brown);
  background-image: linear-gradient(180deg, var(--brown), var(--yellow));
}

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

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

.terminbutton-popup.hauptfarbe {
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-mittig-note {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.3;
}

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

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

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  font-family: Roboto, sans-serif;
}

.modal1_content-wrapper {
  background-color: var(--yellow);
  color: #333;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.hide-mobile-landscape {
  filter: invert();
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.3;
}

.modal1_component {
  z-index: 9999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.fields-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-label {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

.checkbox-label.no-spc {
  margin-bottom: 0;
}

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

.heading-font {
  font-family: Marcellus SC, sans-serif;
  font-size: 20px;
}

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

.image-wrapper1 {
  width: 50%;
}

.image-wrapper1.border {
  border: 1px solid #979797;
  width: 55%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

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

.checkbox-field-3 {
  margin-bottom: 0;
}

.accordion-pane-3 {
  overflow: hidden;
}

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

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

.videowrap {
  width: 50%;
  display: flex;
}

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

.div-block-49 {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-2 {
  height: 90vh;
}

.section-2.auto {
  height: auto;
}

.text-span-12 {
  font-size: 25px;
}

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

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

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

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

.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.highlights {
  color: #000;
}

.mehr-erfahren2.highlights.heading-1 {
  color: #fff;
  line-height: 1.3;
}

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

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

.link-2 {
  color: var(--eukalyptus);
}

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

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

.popup-2 {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.divpopup-2 {
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.image-popup-2 {
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup-2:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.titelvideo {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.titelvideo.heading-1 {
  width: auto;
  font-size: 35px;
  line-height: 45px;
}

.paragraph-54 {
  margin-top: 0;
  font-size: 16px;
}

.link-4 {
  color: #7a9581;
  text-decoration: none;
}

.green {
  color: #7a9581;
}

.link-5 {
  color: var(--eukalyptus);
  text-decoration: none;
}

.small1 {
  font-size: 25px;
}

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

.link-7 {
  color: #333;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.modal1_content-wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form1-small {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .popup-2 {
    display: none;
  }

  .divpopup-2 {
    min-height: 150px;
  }

  .image-popup-2 {
    width: 30px;
    padding: 7px;
    transition: background-color .6s, opacity .4s;
  }

  .image-popup-2:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }
}

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

  .heading-1 {
    width: 80%;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .rahmen-unten {
    height: 10vh;
  }

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

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

  .rahmen-oben {
    height: 10vh;
  }

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

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

  .titelvideo-start-3 {
    height: 60vh;
  }

  .titelvideo-start-3.padding {
    flex-flow: row;
  }

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

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

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

  .section-gro-e-abst-nde1-2.zweitfarbe.small, .section-gro-e-abst-nde1-2.small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .feature-image._100 {
    object-position: 50% 15%;
  }

  .heading-mittig-klein1.heading-2, .heading-mittig-klein1.heading-2.small {
    font-size: 26px;
  }

  .heading-mittig-klein1.heading-2.left {
    text-align: center;
  }

  .heading-mittig-klein1.heading-2.sm {
    margin-top: 40px;
  }

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

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

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

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

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

  .feature-image-mask.versetzt.first {
    order: -1;
  }

  .feature-image-mask.versetzt.first.bigger {
    height: 85vh;
  }

  .text-links1.flie-text {
    text-align: center;
    margin-bottom: 4px;
  }

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

  .hintergrund-wei {
    padding: 10px 0;
  }

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

  .hintergrund-wei.versetzt.rechts {
    padding-left: 20px;
    padding-right: 20px;
    right: auto;
  }

  .hintergrund-wei.versetzt.last {
    order: 1;
  }

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

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 27px;
  }

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

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

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

  .bild-cover-1 {
    padding: 60px;
  }

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

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

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

  .heading-block1._80vw {
    width: 95vw;
  }

  .div-block-farbig1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-farbig1._60vh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: 20vh;
  }

  .bildcover-black1 {
    min-height: 0;
  }

  .bildcover-black1.highlights {
    min-height: auto;
    padding: 60px;
  }

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

  .success-2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .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;
    grid-auto-flow: row;
    justify-items: center;
    padding: 20px 20px 0;
    display: flex;
  }

  .footer-1.hauptfarbe {
    flex-flow: row;
    padding: 20px 40px;
    display: flex;
  }

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

  .inhalt-footer {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .error-message {
    width: auto;
  }

  .link {
    text-align: center;
  }

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

  .navlink3.flie-text {
    color: var(--white);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink3.flie-text.w--current {
    color: var(--white);
  }

  .men-3 {
    background-color: var(--eukalyptus);
  }

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

  .men-button3.hauptfarbe {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .men-button3.hauptfarbe.w--open {
    background-image: linear-gradient(45deg, var(--brown), var(--yellow) 52%, #d9c377);
  }

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

  .image-wrapper {
    width: 100%;
  }

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

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

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

  .paragraph-left3 {
    font-size: 14px;
  }

  .angebot-grid-3.paragraph-font {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .preislise {
    width: 100%;
    padding: 20px;
  }

  .arrow-div {
    margin-right: 20px;
  }

  .accordion-item-wrapper-white-4 {
    margin-bottom: 20px;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .accordion-pane-content.left {
    justify-content: center;
    align-items: center;
  }

  .whatsapp-icon {
    width: 35px;
  }

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

  .icon-8.invert {
    height: 40px;
    margin-bottom: 10px;
  }

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

  .div-block-farbig-2.highlights {
    width: 100%;
  }

  ._3er-grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

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

  .heading-mittig-s.heading-1.top-spc {
    margin-top: 70px;
  }

  .image_wrapper {
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .image_wrapper.auto {
    width: 170px;
    height: 170px;
  }

  .heading-mittig-s-2.heading-1 {
    width: 100%;
    margin-left: 0%;
    font-size: 12px;
  }

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

  .div-block-wei-1-3.kontakt {
    height: auto;
  }

  .background-video-3._60vh {
    height: 50vh;
  }

  .bild-cover-1-2 {
    height: 120vh;
  }

  .flag-icon {
    width: 1.2rem;
  }

  .dropdown-toggle-12 {
    padding-left: 10px;
    padding-right: 40px;
  }

  .navlink3-2.flie-text {
    font-size: 16px;
  }

  .list-links1.flie-text {
    margin-bottom: 4px;
  }

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

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .no-break {
    white-space: normal;
    word-break: normal;
  }

  .image-wrapper1 {
    width: 60%;
  }

  .div-block-49 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

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

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

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

  .div-block-farbig1-2.hauptfarbe {
    min-height: 40vh;
  }

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

  .modal1_content-wrapper-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .modal1_component-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 30px;
  }

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

  .terminbutton.highlights.spc {
    margin-bottom: 20px;
  }

  .terminbutton.hauptfarbe._0margin-top {
    padding-left: 12px;
    padding-right: 12px;
  }

  .divblock1 {
    height: auto;
  }

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

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

  .rahmen-unten {
    height: 50px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

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

  .rahmen-oben {
    height: 50px;
  }

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

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

  .titelvideo-start-3 {
    height: 25rem;
  }

  .lottie-animation {
    height: 150px;
  }

  .heading-mittig.heading-1 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

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

  .section-gro-e-abst-nde1-2.zweitfarbe.small, .section-gro-e-abst-nde1-2.small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

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

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

  .feature-image._100 {
    height: 25rem;
  }

  .feature-image._100.kontakt {
    height: 85vh;
  }

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

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

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

  .heading-mittig-klein1.heading-2.sm {
    margin-top: 30px;
  }

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

  ._2er-grid.outline {
    border-style: solid;
    width: 100%;
    padding-top: 20px;
  }

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

  .feature-image-mask.versetzt {
    height: 25rem;
  }

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

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

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

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

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

  .bild-cover-section1.direction.top-btm-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

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

  .bildcover-black1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bildcover-black1.highlights {
    padding: 40px;
  }

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

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

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

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

  .div-block-footer1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .big-paragraph.heading-1.light {
    font-size: 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-4 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

  .text-field-4.flie-text {
    text-align: left;
    width: 100%;
  }

  .text-field-4.flie-text.margin {
    text-align: left;
    margin-bottom: 0;
    margin-right: 10px;
  }

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

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

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-wrapper {
    height: 25rem;
  }

  .paragraph-left3 {
    margin-bottom: 5px;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-tab-button-dark.highlights {
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .accordion-question-header-4 {
    font-size: 1.4em;
  }

  .accordion-question-header-4.heading-1 {
    font-size: 1.2em;
  }

  .arrow-div {
    width: 22px;
    height: 22px;
  }

  .arrow-left-2.white-back {
    width: 28px;
    left: 2.4px;
  }

  .arrow-right-2.white-back {
    width: 28px;
    right: 2.4px;
  }

  .background-video, .image-100-3 {
    height: 25rem;
  }

  .image-100-3.to-btm {
    height: 100%;
  }

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

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

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

  ._3er-grid-2 {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .heading-mittig-s.heading-1.top-spc {
    font-size: 18px;
    line-height: 25px;
  }

  .image_wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-mittig-s-2.heading-1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.5;
  }

  .div-block-wei-1-3 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-wei-1-3.kontakt, .div-block-wei-1-3._100 {
    padding: 20px;
  }

  .bild-cover-1-2 {
    height: 125vh;
    min-height: auto;
  }

  .social-div {
    z-index: 91;
  }

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

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

  .heading-mittig-note.heading-1.top-spc {
    font-size: 18px;
    line-height: 25px;
  }

  .modal1_content-wrapper {
    height: 60vh;
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_component {
    justify-content: center;
    align-items: center;
  }

  .fields-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-wrapper1 {
    width: auto;
    height: 30vh;
  }

  .div-block-50 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .section-2 {
    height: 70vh;
  }

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

  ._3er-grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .titelvideo.heading-1 {
    font-size: 22px;
    line-height: 35px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-2 {
    justify-content: center;
    align-items: center;
  }
}

@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: 120px;
  }

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

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

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

  .flie-text {
    overflow-wrap: anywhere;
  }

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

  .terminbutton.hauptfarbe._0margin-top {
    font-size: 13px;
  }

  .success-block.highlights {
    padding: 20px;
  }

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

  .rahmen-unten {
    height: 30px;
  }

  .titelvideo1-3 {
    width: auto;
    height: auto;
  }

  .slogan1.heading-1 {
    font-size: 18px;
    line-height: 26px;
  }

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

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

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

  .titelvideo-start-3 {
    height: 45vh;
  }

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

  .divider.highlights {
    width: 40vw;
  }

  .lottie-animation {
    height: 100px;
  }

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

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

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

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

  .heading-mittig-klein1.heading-2, .heading-mittig-klein1.heading-2.small {
    font-size: 18px;
  }

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

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

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

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }

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

  .heading-links1.heading-3 {
    font-size: 15px;
    line-height: 1.5;
  }

  .bild-cover-section1.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-wei-1 {
    padding: 20px;
  }

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

  .heading-block1 {
    width: 100vw;
  }

  .bildcover-black1.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-22.heading-1 {
    font-size: 16px;
    line-height: 1.4em;
  }

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

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

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

  .big-paragraph.heading-1.light {
    font-size: 15px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .text-field-4 {
    width: 100%;
  }

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

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

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

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

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

  .angebot-grid-3.paragraph-font {
    padding-left: 0;
    padding-right: 0;
  }

  .preislise {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-div-rechts {
    text-align: left;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .accordion-question-header-4 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .accordion-question-header-4.heading-1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1em;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .arrow-div {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .accordion-pane-content {
    padding-left: 0;
    padding-right: 0;
  }

  .whatsapp-icon {
    width: 30px;
  }

  .icon-8.invert {
    height: 40px;
    margin-bottom: 10px;
  }

  .inhalt-mittig-untereinander-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  ._3er-grid-2 {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-mittig-s.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mittig-s.heading-1.top-spc {
    font-size: 13px;
    line-height: 22px;
  }

  .image_wrapper.auto {
    width: 150px;
    height: 150px;
  }

  .heading-mittig-s-2.heading-1 {
    margin-left: 0%;
    font-size: 15px;
    line-height: 1.5;
  }

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

  .bild-cover-1-2 {
    height: 120vh;
    padding: 40px 20px;
  }

  .dropdown-toggle-12 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 31px;
  }

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

  .icon-9 {
    margin-right: 10px;
  }

  .body {
    padding-left: 60px;
    padding-right: 60px;
  }

  .list-links1 {
    padding-left: 20px;
  }

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

  .heading-mittig-note.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mittig-note.heading-1.top-spc {
    font-size: 13px;
    line-height: 22px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .modal1_component {
    width: auto;
    height: auto;
  }

  .image-wrapper1 {
    height: auto;
  }

  .image-wrapper1.border {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .section-2 {
    height: 50vh;
  }

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

  .div-block-farbig1-2.hauptfarbe {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divpopup-2 {
    padding: 20px;
  }

  .image-popup-2 {
    margin-top: 5px;
    margin-right: 5px;
  }

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

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

  .small1 {
    font-size: 20px;
  }

  .modal1_content-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .modal1_component-2 {
    width: auto;
    height: auto;
  }
}

#w-node-_51d8253a-2d3c-d852-123c-9bf805898862-3eec629f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef54cb9c-74a6-ce96-0891-97c49c9aed80-3eec62be {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3492bf76-377d-a559-abc3-6aa3d8a48849-3eec62bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d8253a-2d3c-d852-123c-9bf805898862-f8791868 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f15f811b-5ef5-2e1f-8733-4513db542c27-168510c5, #w-node-f15f811b-5ef5-2e1f-8733-4513db542c31-168510c5, #w-node-_2ed7d12d-75d5-88fc-e545-a43c5fe90e97-168510c5, #w-node-_2ed7d12d-75d5-88fc-e545-a43c5fe90ea1-168510c5, #w-node-_2a9ba749-7d2e-8547-810c-2bb0f1ab899c-168510c5, #w-node-_2a9ba749-7d2e-8547-810c-2bb0f1ab89a6-168510c5, #w-node-_164d75c7-053a-dc6f-0481-a314502fad8b-168510c5, #w-node-_164d75c7-053a-dc6f-0481-a314502fad95-168510c5, #w-node-e30b818d-7d56-6100-ccdc-5fa273966462-168510c5, #w-node-e30b818d-7d56-6100-ccdc-5fa27396646c-168510c5, #w-node-_26386d7c-24b1-b849-2452-f658cbf7c5aa-168510c5, #w-node-_26386d7c-24b1-b849-2452-f658cbf7c5b4-168510c5, #w-node-_8fea3ca1-5e3d-509a-67e3-ab6a10a8c683-168510c5, #w-node-_652aa604-7b5a-cc28-607c-7b6ea09198cc-168510c5, #w-node-_7f0cefdd-56f3-9437-d8a4-734c70a33b16-168510c5, #w-node-_7f0cefdd-56f3-9437-d8a4-734c70a33b20-168510c5, #w-node-e0f6255a-60fb-8bf8-2cac-789f6b3710a3-168510c5, #w-node-e0f6255a-60fb-8bf8-2cac-789f6b3710ad-168510c5, #w-node-a6572dbf-0c26-7be3-6ba6-f2ea352e96f9-168510c5, #w-node-a6572dbf-0c26-7be3-6ba6-f2ea352e9703-168510c5, #w-node-_13e78f10-4e8b-a16d-bdcb-e6b778824267-168510c5, #w-node-_13e78f10-4e8b-a16d-bdcb-e6b778824271-168510c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3492bf76-377d-a559-abc3-6aa3d8a48849-168510c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3492bf76-377d-a559-abc3-6aa3d8a4884e-168510c5 {
  align-self: auto;
}

#w-node-_634c11de-64f5-1bab-73ca-86b1e319f077-16876438 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_51d8253a-2d3c-d852-123c-9bf805898862-3946a9a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eac05de2-b9b4-828d-6715-a9cd8cba03a5-b9bbed14, #w-node-eac05de2-b9b4-828d-6715-a9cd8cba03af-b9bbed14, #w-node-_38ae3fff-307e-db80-ec34-6033c03050a7-b9bbed14, #w-node-_38ae3fff-307e-db80-ec34-6033c03050b1-b9bbed14, #w-node-_41cdc148-a96f-b645-c8ca-deadea96c580-b9bbed14, #w-node-_41cdc148-a96f-b645-c8ca-deadea96c58a-b9bbed14, #w-node-d5a55694-a857-8813-1b0b-9b1f3271183b-b9bbed14, #w-node-d5a55694-a857-8813-1b0b-9b1f32711845-b9bbed14, #w-node-c97aada2-9d6e-d3d0-be37-83d97d98e5e2-b9bbed14, #w-node-c97aada2-9d6e-d3d0-be37-83d97d98e5ec-b9bbed14, #w-node-_6f3e49d4-b7ee-0d65-223b-e94b9ef75119-b9bbed14, #w-node-_6f3e49d4-b7ee-0d65-223b-e94b9ef75123-b9bbed14, #w-node-_80b0b010-b025-23dc-cf37-67811d0e86c5-b9bbed14, #w-node-aa4f16cc-923a-b5fd-3ab5-bbb0197973b3-b9bbed14, #w-node-_64330f24-d773-c675-ec41-eff062f4ee04-b9bbed14, #w-node-_64330f24-d773-c675-ec41-eff062f4ee0e-b9bbed14, #w-node-_29236d38-cc31-1589-b000-2577991561f2-b9bbed14, #w-node-_29236d38-cc31-1589-b000-2577991561fc-b9bbed14, #w-node-e18926ce-6b1b-92b3-b670-4f68b1297666-b9bbed14, #w-node-e18926ce-6b1b-92b3-b670-4f68b1297670-b9bbed14, #w-node-c60e7da7-e440-be73-7e9f-bfc3e06d9a16-b9bbed14, #w-node-c60e7da7-e440-be73-7e9f-bfc3e06d9a20-b9bbed14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3492bf76-377d-a559-abc3-6aa3d8a48849-b9bbed14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0581d958-8621-6dc0-d776-1bb3c2f83773-d2e9a799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_90dc7bf3-dc05-af89-65d4-df48d194122c-3eec629f {
    order: -9999;
  }

  #w-node-ef54cb9c-74a6-ce96-0891-97c49c9aed80-3eec62be {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f5801ac-0ac8-68b4-13c3-b47f9ed7a7b3-f8791868 {
    order: -9999;
  }

  #w-node-_634c11de-64f5-1bab-73ca-86b1e319f077-16876438 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13e5d12e-b5fb-6f3c-b577-b871de8f6e45-3946a9a1 {
    order: -9999;
  }

  #w-node-_0581d958-8621-6dc0-d776-1bb3c2f83773-d2e9a799 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_90dc7bf3-dc05-af89-65d4-df48d194122c-3eec629f, #w-node-_5f5801ac-0ac8-68b4-13c3-b47f9ed7a7b3-f8791868, #w-node-_13e5d12e-b5fb-6f3c-b577-b871de8f6e45-3946a9a1 {
    order: -9999;
  }
}


