:root {
  --green: #5b9b6b;
  --black: #231f20;
  --white: white;
  --black-2: 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-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;
}

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-wrap.hauptfarbe, .utility-page-wrap.highlights {
  background-image: none;
}

.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: #ecbf38;
}

.logo-img {
  object-fit: contain;
  width: 10vw;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  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;
  display: none;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #231f20;
}

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

.highlights {
  color: #fff;
  background-color: #5b9b6b;
}

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

.heading-1 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Vollkorn, serif;
  font-weight: 400;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: #5b9b6b;
  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:hover {
  background-color: #161616;
}

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

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

.titelvideo1-3 {
  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;
}

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

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

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

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

.lottie-animation {
  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;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

.heading-mittig.heading-1 {
  z-index: 5;
  position: relative;
}

.heading-mittig.heading-2 {
  color: #5b9b6b;
  font-size: 25px;
}

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

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

.inhalt-mittig1.flie-text {
  width: 75%;
}

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

.section1 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section1.zweitfarbe {
  padding-left: 13vw;
  padding-right: 13vw;
}

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

.feature-image._100.contain {
  object-fit: contain;
}

.feature-image._30vh {
  object-position: 50% 37%;
  height: 35vh;
}

.feature-image.contain {
  object-fit: contain;
  background-color: #fff;
}

.image-big1 {
  background-color: #fff;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.image-big1.white {
  background-color: #fff;
}

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

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

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

.feature-image-mask {
  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;
}

.text-links1.flie-text {
  margin-bottom: 0;
  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;
}

.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 {
  background-color: var(--green);
  color: #fff;
  margin-left: 0;
  line-height: 1.3;
  display: inline-block;
}

.mehr-erfahren2.highlights.heading-1:hover {
  background-color: var(--black);
}

.heading-links1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

.bild-cover-1 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/60659decb3fd3c5d80d8b266_AdobeStock_268842093_visu_160659decb3fd3c5d80d8b266_AdobeStock_268842093_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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;
}

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

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

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

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

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

.form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

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

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

.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 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.heading-footer.heading-3 {
  font-family: Marcellus SC, sans-serif;
}

.inhalt-footer {
  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-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  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;
}

.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 {
  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.grey {
  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: #fff;
  text-decoration: none;
}

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

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

.navlink3.heading-1 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.navlink3.heading-1.w--current {
  color: #333;
  border-bottom: 1px solid #333;
}

.men-3 {
  align-items: center;
  display: flex;
}

.navlinks3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.navbar3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

.field-label-6, .field-label-7, .field-label-8 {
  line-height: 1.3;
}

.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 {
  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-3.black:hover {
  transform: none;
}

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

.section-50 {
  width: 100vw;
  height: auto;
  padding: 40px;
}

.section-50.zweitfarbe {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.background-video {
  z-index: 5;
  border: 5px solid #5b9b6b;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.cell {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.quick-stack {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.quick-stack.spc {
  margin-top: 40px;
}

.cell-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 20px;
  box-shadow: 0 2px 5px #0003;
}

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

.cell-3 {
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 40px;
}

.text-span {
  text-transform: uppercase;
  font-weight: 700;
}

.heading-links-klein1 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 23px;
  line-height: 27px;
}

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

.inhalt-links.flie-text {
  text-align: justify;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---color-neutral-800 {
  color: #211f54;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---section {
  padding: 140px;
}

.brix---product-card-image {
  object-fit: cover;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brix---product-card-image.contain {
  object-fit: contain;
}

.brix---product-card-image.auto {
  height: 35vh;
}

.brix---container-default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 60px 0;
  display: flex;
}

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

.brix-prod {
  object-fit: fill;
  border-top: 1px solid #e5e0e0;
  border-left: 1px solid #e5e0e0;
  border-right: 1px solid #e5e0e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix-prod._1 {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.brix---badge-wrapper-top-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---prod-content {
  border: 1px solid #e5e0e0;
  width: 100%;
  min-height: 45vh;
  padding: 10px 32px 20px;
}

.brix---prod-content.min-40 {
  min-height: 40vh;
}

.brix---prod-content.min-35 {
  min-height: 35vh;
}

.brix---prod-content.min20 {
  min-height: 20vh;
}

.brix---prod-content.sm {
  min-height: 10vh;
}

.brix---mg-bottom-24px {
  margin-bottom: 0;
}

.brix---color-neutral-600 {
  color: #6e7191;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brix---inner-container-640px---center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-holder {
  width: 100%;
}

.card-holder._50 {
  margin-left: 50%;
}

.image-101 {
  object-fit: contain;
  width: 70px;
}

.brix---color-neutral-800-2 {
  color: #211f54;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.div-block-168.mitting {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-block {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.text-links1-2 {
  text-align: left;
  font-family: Marcellus SC, sans-serif;
  font-size: 15px;
}

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

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

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

.f-tab-button-line {
  color: #1e085e;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  border-bottom: 2px solid #e4e6f1;
  padding: 12px 44px;
  font-size: 14px;
}

.f-tab-button-line.w--current {
  color: #5b9b6b;
  background-color: #fff;
  border-bottom-color: #5b9b6b;
  font-weight: 500;
}

.f-tab-button-line.current {
  border-bottom-color: var(--green);
  color: #5b9b6b;
  border-bottom-color: #5b9b6b;
}

.f-tab-pane {
  border-radius: 12px;
  padding: 24px 0;
}

.slider {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-arrow {
  filter: invert();
  object-fit: contain;
}

.left-arrow {
  filter: invert();
}

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

._3-grid._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._3-grid.top-margin {
  margin-top: 100px;
}

._2-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin-top: 40px;
  margin-bottom: 40px;
}

._2-grid._1 {
  width: 35vw;
}

.div-block-167-60vw {
  width: 35vw;
  margin: 40px auto;
  box-shadow: 0 2px 5px #0003;
}

.text-span-2 {
  font-size: 27px;
}

.brix---product-card-image-2 {
  object-fit: scale-down;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-links1-list.flie-text {
  margin-bottom: 0;
  display: block;
}

.red-text {
  color: #e90808;
}

.icon-7 {
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-button {
  background-color: var(--green);
  color: #fff;
  text-transform: uppercase;
  width: auto;
  padding: 10px 60px 10px 20px;
  font-family: Marcellus SC, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.dropdown-button.w--open {
  width: auto;
}

.dropdown-content-3 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.dropdown-15 {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
}

.slide {
  width: 100%;
}

.mask-2 {
  border-top: 1px solid #e5e0e0;
  border-left: 1px solid #e5e0e0;
  border-right: 1px solid #e5e0e0;
  width: 100%;
}

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

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

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

.mask-4 {
  border-top: 1px solid #e5e0e0;
  border-left: 1px solid #e5e0e0;
  border-right: 1px solid #e5e0e0;
  width: 100%;
}

.div-block-171 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

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

.dropdown-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #5b9b6b;
  padding: 10px 60px;
  font-family: Marcellus SC, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.text-links1-4 {
  text-align: left;
  font-family: Marcellus SC, sans-serif;
  font-size: 15px;
}

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

.brix---color-neutral-801 {
  color: #6e7191;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-16 {
  margin-top: 10px;
  margin-left: 0;
}

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

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

.quick-stack-2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.mehr-erfahren2-3 {
  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-3:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2-3.highlights {
  color: #000;
}

.mehr-erfahren2-3.highlights.heading-1 {
  border: 3px solid var(--green);
  color: var(--green);
  background-color: #fff;
  margin-left: 0;
  line-height: 1.3;
  display: inline-block;
}

.mehr-erfahren2-3.highlights.heading-1:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #333;
}

.mehr-erfahren2-3.highlights.heading-1 {
  color: #fff;
  background-color: #5b9b6b;
  margin-left: 0;
  line-height: 1.3;
  display: inline-block;
}

.mehr-erfahren2-3.highlights.heading-1:hover {
  background-color: #231f20;
}

.mehr-erfahren2-4 {
  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-4:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2-4.highlights {
  color: #000;
}

.mehr-erfahren2-4.highlights.heading-1 {
  border: 3px solid var(--green);
  background-color: var(--green);
  color: #fff;
  margin-left: 0;
  line-height: 1.3;
  display: inline-block;
}

.mehr-erfahren2-4.highlights.heading-1:hover {
  background-color: var(--black);
  border-color: #333;
}

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

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

.quick-stack-3 {
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  background-color: #5b9b6b;
}

.body.zweitfarbe {
  background-color: #e7ebe3;
}

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

.inhalt-mittig1-2.flie-text.red {
  font-size: 18px;
}

.inhalt-mittig1-2.flie-text {
  width: 75%;
}

.dropdown-15-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-15-2.left {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
}

.image-103 {
  object-fit: contain;
  width: 10%;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.white {
  background-color: #fff;
  justify-content: center;
}

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

.fake-tab-menu {
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-174 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.text-links1-5 {
  text-align: left;
  font-family: Marcellus SC, sans-serif;
  font-size: 15px;
}

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

.brix---color-neutral-802 {
  color: #6e7191;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-17 {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
}

.dropdown-button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #5b9b6b;
  width: 100%;
  padding: 10px 60px 10px 20px;
  font-family: Marcellus SC, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

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

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

._3er-grid1 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-2 {
  font-size: 12px;
}

.text-block-2.flie-text.farbe-der-headings {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Marcellus SC, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-2.flie-text.farbe-der-headings.font {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

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

.block-1 {
  border: 1px solid var(--green);
  margin-left: 40px;
  padding: 10px 15px;
}

.quick-stack-5 {
  width: 100%;
  padding: 0;
}

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

.cell-7 {
  justify-content: center;
}

.success-txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Marcellus SC, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

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

._2._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._2.top-margin {
  grid-template-columns: 1fr;
  width: 35%;
  margin-top: 100px;
}

.spacer-div {
  margin-bottom: 10px;
}

.red {
  color: red;
}

.popup {
  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: none;
  position: fixed;
  inset: 0%;
}

.divpopup {
  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 {
  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:hover {
  background-color: var(--green);
  opacity: 1;
  background-image: none;
  border-radius: 5px;
}

.heading-88 {
  margin-top: 0;
}

.div-block-177 {
  z-index: 10000;
  background-image: linear-gradient(#0006, #0006), url('../images/60659decb3fd3c5d80d8b266_AdobeStock_268842093_visu_160659decb3fd3c5d80d8b266_AdobeStock_268842093_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 100%;
  height: 450px;
  position: relative;
}

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

.div-block-178 {
  padding-left: 140px;
  padding-right: 140px;
  position: absolute;
  inset: 0%;
}

.heading-89, .paragraph {
  color: var(--white);
}

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

.modal1_content-wrapper {
  border: 5px solid var(--green);
  background-color: #e5f2e9;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal1_content-wrapper.bg {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/decorative_christmas_background_with_tree_branches_and_stars_0311.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.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 {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

.text-span-3 {
  color: var(--green);
}

.modal1_component-christmis {
  z-index: 2000;
  -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%;
}

.popup-text-mitting.flie-text {
  text-align: center;
  margin-bottom: 0;
  display: block;
}

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

  .divpopup {
    min-height: 150px;
  }

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

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

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

  .logo, .logo.w--current {
    padding-bottom: 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

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

  .lottie-animation, .lottie-animation.rechts {
    height: 100%;
  }

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

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

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

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

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

  .inhalt-mittig1.flie-text {
    width: 100%;
    padding-bottom: 0;
  }

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

  .section1 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section1.zweitfarbe {
    padding: 60px;
  }

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

  .image-big1 {
    height: 50vh;
  }

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

  ._2er-grid.outline {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

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

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

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

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

  .titelvideo-unterseiten {
    height: 50vh;
  }

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

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

  .maps1-2 {
    height: 45vh;
  }

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

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

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

  .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;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

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

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

  .inhalt-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .error-message {
    width: auto;
  }

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

  .navlink3.heading-1 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .navlink3.heading-1.w--current {
    color: #fff;
    border-bottom-color: #fff;
  }

  .men-3 {
    z-index: 1000;
    background-color: var(--green);
  }

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

  .men-button3.hauptfarbe {
    background-color: var(--black);
    padding: 10px;
  }

  .men-button3.hauptfarbe.w--open {
    background-color: var(--black);
  }

  .navlinks3 {
    background-color: var(--black);
    width: 100%;
  }

  .navbar3 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .background-video {
    height: 55vh;
  }

  .cell {
    padding-left: 0;
  }

  .quick-stack {
    width: 100%;
    padding-right: 0;
  }

  .cell-3 {
    padding-right: 0;
  }

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

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

  .inhalt-links.flie-text {
    padding-bottom: 0;
  }

  .brix---section {
    padding: 60px;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .brix---product-card-image.contain1 {
    object-fit: contain;
  }

  .brix---container-default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---prod-content {
    min-height: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---prod-content.min-40, .brix---prod-content.min-35 {
    min-height: auto;
  }

  .brix---color-neutral-600 {
    justify-content: center;
    align-items: center;
  }

  .card-holder._50 {
    margin-left: 0%;
  }

  .brix---color-neutral-800-2 {
    justify-content: center;
    align-items: center;
  }

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

  .heading-block {
    align-items: center;
    padding-right: 0;
  }

  .text-links1-2.flie-text, .heading-mittig-klein1-links.heading-2 {
    text-align: center;
  }

  ._3-grid, ._2-grid {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  ._2-grid._1, .div-block-167-60vw, .brix---product-card-image-2 {
    width: 100%;
  }

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

  .dropdown-button.w--open {
    width: 100%;
  }

  .dropdown-content-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .heading-mittig-klein1-60.heading-2.farbe-der-headings {
    width: 100%;
  }

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

  .dropdown-button-2 {
    width: 100%;
    padding-left: 40px;
  }

  .dropdown-button-2.w--open {
    margin-left: auto;
    margin-right: auto;
  }

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

  .brix---color-neutral-801 {
    justify-content: center;
    align-items: center;
  }

  .dropdown-16 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .quick-stack-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .inhalt-mittig1-2.flie-text {
    width: 100%;
    padding-bottom: 0;
  }

  .dropdown-15-2 {
    text-align: center;
    width: 100%;
  }

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

  .fake-tabs {
    width: 100%;
  }

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

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

  .text-block-2.flie-text.farbe-der-headings {
    text-align: center;
  }

  .text-block-2.flie-text.farbe-der-headings.font {
    color: #fff;
    font-size: 16px;
  }

  .block-1 {
    border-color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .quick-stack-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cell-6 {
    align-items: flex-end;
  }

  .cell-7 {
    align-items: center;
  }

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

  .quick-stack-6 {
    padding: 0;
  }

  .success-txt {
    font-size: 27px;
  }

  ._2 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  ._2.top-margin {
    width: 100%;
  }

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

  .popup-text-mitting.flie-text {
    text-align: center;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

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

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

  .titelvideo1-3 {
    height: 100%;
  }

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

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

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

  .lottie-animation, .lottie-animation.rechts {
    height: 14vh;
  }

  .inhalt-mittig-untereinander-1 {
    width: 100%;
  }

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

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

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

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

  .inhalt-mittig1 {
    height: auto;
  }

  ._3er-grid-1 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section1.zweitfarbe {
    padding: 40px;
  }

  .image-big1 {
    height: 45vh;
  }

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

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

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

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

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

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

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

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

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

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

  .titelvideo-unterseiten {
    height: 50vh;
  }

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

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

  .maps1-2 {
    height: 40vh;
  }

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

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

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .text-field-4 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

  .section-50.zweitfarbe {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .background-video {
    height: 50vh;
  }

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

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

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

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

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

  .inhalt-links {
    height: auto;
  }

  .inhalt-links.flie-text {
    text-align: justify;
  }

  .cell1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---section {
    padding: 40px;
  }

  .brix---product-card-image.contain1 {
    height: 45vh;
  }

  .image-101 {
    width: 50px;
  }

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

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

  .f-tab-button-line {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .quick-stack-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inhalt-mittig1-2 {
    height: auto;
  }

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

  .fake-tab-menu {
    flex-flow: column;
  }

  ._3er-grid1 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .quick-stack-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    width: 100%;
  }

  .success-txt {
    font-size: 24px;
  }

  .modal1_content-wrapper {
    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;
  }

  .modal1_component, .modal1_component-christmis {
    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%;
  }

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

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

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

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

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

  .titelvideo1-3 {
    height: 100%;
  }

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

  .divider.highlights {
    width: 40vw;
  }

  .heading-mittig.heading-1.font {
    font-size: 15px;
    line-height: 23px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .titelvideo-unterseiten {
    height: 45vh;
  }

  .heading-block1 {
    width: 100vw;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-1 {
    height: 32px;
  }

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

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

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

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

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

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

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

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

  .section-50.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video {
    height: 45vh;
  }

  .cell-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---product-card-image.contain1 {
    height: 40vh;
  }

  .brix---container-default {
    padding: 10px 0 0;
  }

  .brix-prod {
    flex-direction: row;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---prod-content {
    padding: 10px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .image-101 {
    width: 50px;
  }

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

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

  .f-tab-button-line {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-tab-pane {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider {
    height: 40vh;
  }

  ._2-grid {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-span-2 {
    font-size: 14px;
    line-height: 18px;
  }

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

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

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

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .mehr-erfahren2-3.highlights.heading-1 {
    min-width: auto;
  }

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

  .mehr-erfahren2-4.highlights.heading-1 {
    min-width: auto;
  }

  .cell-4, .cell-5 {
    align-items: stretch;
  }

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

  .fake-tab-menu {
    width: 100%;
  }

  ._3er-grid1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-2.flie-text.farbe-der-headings.font {
    font-size: 14px;
    line-height: 1.2;
  }

  .success-txt {
    font-size: 17px;
    line-height: 25px;
  }

  .divpopup {
    padding: 20px;
  }

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

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

  .modal1_component, .modal1_component-christmis {
    width: auto;
    height: auto;
  }
}

#w-node-ac5ab39e-2085-6294-6637-5aae3b33bd38-f7b1a8fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_340a6974-260c-d742-c855-0226b6354dad-f7b1a8fa {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_6b6e9093-9440-da79-ed9b-d58f7e46fd0d-48d20134 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_8de24bdd-34d6-f9bb-ca7a-a28398f938c3-f7b1a8fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_97e0d824-b3cb-6138-c1cc-0df607762a45-f7b1a919 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_691f9720-7f35-8217-9255-f655ccddbab8-8f398799 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8c40b1af-8d74-e2d9-8c01-4777f71c5b18-8f398799 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_8c2d65fb-5971-83b6-da89-858da4ccd31b-d9f7fb67, #w-node-b84633f5-a9e6-48dd-816a-cb828aa943fd-ba7b65f8 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_3b29a09f-fbdd-d847-9549-83c0a3e99b07-fc91ce3c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_28ac73bf-656c-215e-d40e-34d739a4688e-2a1139c0 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_842c7cbe-8d86-dfa6-e332-d819f2cd0500-820ebf7a, #w-node-_7aa7eff9-f01e-cc5d-f83a-bf9c78d00935-fb73a666 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_77ae04d8-b107-9f4e-20b1-012058dfa90f-1898ae53, #w-node-_6985a473-71c8-2f9a-046a-91d1c6381235-59a71d37, #w-node-_3df8d4a1-7352-84fb-8167-a6b81f02b30f-43fa3c7d {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_7d0303f4-25f5-fd67-0c41-abe3f29c4558-2bf1fa70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6555e23a-febe-d692-7345-0391dfb089dd-4301aec4 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-b4ae894a-3061-128d-c33a-8bb89795ee24-14b5afcc {
  grid-area: 1 / 2 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-c91a2032-64d9-e9a3-5a2d-8efa983ec829-f7b1a8fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b6e9093-9440-da79-ed9b-d58f7e46fd0d-48d20134 {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  #w-node-_691f9720-7f35-8217-9255-f655ccddbab8-8f398799 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_340a6974-260c-d742-c855-0226b6354dad-f7b1a8fa {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8de24bdd-34d6-f9bb-ca7a-a28398f938c3-f7b1a8fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


