:root {
  --green: #9cbe74;
  --dark-green: #333a2a;
  --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;
}

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

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

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

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

p {
  margin-bottom: 10px;
}

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

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

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

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

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

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.hauptfarbe {
  color: #fff;
  background-color: #333a2a;
}

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

.highlights {
  color: #fff;
  background-color: #9cbe74;
}

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

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

.heading-3 {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: #9cbe74;
  line-height: 1.3;
}

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

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

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

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

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

.terminbutton.highlights.flie-text:hover {
  background-color: var(--dark-green);
}

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

._1 {
  flex-direction: column;
  justify-content: flex-start;
  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;
}

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

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

.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: 50px;
  line-height: 1.3;
}

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

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

.div-block-video {
  color: #fff;
  background-image: url('../images/8vxFeRD.webp');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

.lottie-animation {
  object-fit: contain;
  width: 100%;
  height: 40vh;
}

.lottie-animation.rechts {
  object-fit: contain;
  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 {
  z-index: 5;
  font-size: 32px;
  position: relative;
}

.section-gro-e-abst-nde {
  color: #4c4c4c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  text-decoration: none;
  display: flex;
}

.section-gro-e-abst-nde.spacing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

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

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

.section1.zweitfarbe {
  padding-left: 0;
}

.text-ber-bild {
  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.left {
  object-position: 20% 50%;
}

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

.feature-image.contain {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.feature-image.abs {
  z-index: 0;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.image-big1 {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.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 {
  font-size: 50px;
  line-height: 1.3;
}

.heading-mittig-klein1.heading-2.farbe-der-headings.font-size {
  font-size: 30px;
}

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

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

._2er-grid.outline {
  border: 4px solid var(--green);
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

._2er-grid.outline.space {
  border-width: 4px;
  margin-top: 60px;
}

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

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

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

.feature-image-mask.versetzt.links.space {
  top: 0;
}

.feature-image-mask.versetzt.new {
  left: 40px;
  right: 0;
}

.feature-image-mask.versetzt.new.mg, .feature-image-mask.versetzt.space {
  top: 0;
}

.feature-image-mask.versetzt.center {
  margin-top: 4vh;
  left: 40px;
  right: 0;
}

.feature-image-mask._1 {
  width: 50%;
  height: 45vh;
}

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

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

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

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

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

.hintergrund-wei.versetzt.new {
  margin-left: 40px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
  right: 0;
}

.mehr-erfahren {
  color: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  margin-top: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

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

.mehr-erfahren.highlights {
  color: #000;
}

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

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

.heading-links1.heading-1 {
  color: #4c4c4c;
  font-size: 32px;
}

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

.bild-cover-1 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/2V20luR.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.titelvideo-unterseiten {
  background-image: url('../images/1d6c2ae61d1eb6ad135142a05ea0f4ea.webp');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
  position: relative;
}

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

._3er-grid.flie-text {
  grid-template-columns: 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;
}

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

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

.icon-1.invert {
  filter: invert();
  object-fit: contain;
}

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

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

.impdat {
  padding: 100px 40px;
}

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

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

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

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  background-color: var(--dark-green);
  margin-top: auto;
  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 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

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

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

.text-field {
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

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

.form {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

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

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

.html-embed {
  height: 100%;
}

.navlink.flie-text {
  color: #fff;
}

.navlink.flie-text:hover {
  color: #fff;
  font-weight: 400;
}

.navlink.flie-text.w--current {
  color: #fff;
}

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

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

.navlinks.hauptfarbe {
  color: #fff;
}

.field-label-2 {
  line-height: 1.3;
}

.textarea {
  height: 100px;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 8px;
}

.image-wrapper {
  height: 50vh;
  position: relative;
}

.image-100 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-100.blur {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image-100.blur-2 {
  z-index: 1;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image-100.index {
  z-index: 5;
  position: relative;
}

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

.feature-image-120.up {
  object-position: 50% 0%;
}

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

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

.dropdown-toggle {
  color: #fff;
  background-color: #9cbe74;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle.flie-text {
  width: 100%;
}

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

.dropdown-list {
  background-color: #fff0;
  margin-top: 10px;
  position: relative;
}

.grid-div-rechts {
  text-align: right;
  min-height: 5vh;
}

.text-span {
  font-weight: 400;
}

.paragraph-left {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.angebot-grid {
  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.hide-border {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.angebot-grid.top-margin {
  grid-row-gap: 5px;
  padding-top: 0;
}

.grid-div-links {
  min-height: 5vh;
}

.preislise {
  background-color: #fff;
  width: 85%;
  margin: 20px auto;
  padding: 30px 60px 40px;
  box-shadow: 1px 1px 5px 3px #cbcbcb;
}

.text-block {
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

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

.komm-ich {
  text-align: center;
  padding-bottom: 60px;
}

.social-icon {
  z-index: 999;
  object-fit: contain;
  height: 6vh;
}

.fixed-div {
  z-index: 999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
}

.slider {
  height: 100%;
}

.code-embed {
  width: 100%;
}

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

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

.paragraph-ccenter {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.wrap-offfer {
  padding: 15px;
}

.wrap-offfer.zweitfarbe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-100 {
  width: 100%;
  height: 120%;
}

.slide-nav {
  display: none;
}

.arrow1 {
  font-size: 25px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

._4er-grid._3er.abstand {
  margin-top: 20px;
}

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

.image-100-cover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100-cover.blur {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.section-less-padding {
  color: #4c4c4c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vh 5vw;
  text-decoration: none;
  display: flex;
}

.section-less-padding.zweitfarbe.gr-er {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section-less-padding.spacing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.text-span-2 {
  text-decoration: underline;
}

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

  .logo {
    padding-top: 0;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

  .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-video {
    width: 100%;
    padding: 60px;
    display: flex;
    inset: 0%;
  }

  .titelvideo-start {
    height: 60vh;
  }

  .inhalt-mittig-untereinander-1.flie-text {
    text-align: center;
  }

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

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

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

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

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

  .section1.zweitfarbe {
    padding: 60px;
  }

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

  .image-big1 {
    height: 50vh;
  }

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

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

  ._4er-grid-2 {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  ._2er-grid.outline {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .feature-image-mask.versetzt.new.mg {
    height: 50vh;
    left: 0;
  }

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

  .feature-image-mask.versetzt.center {
    left: 0;
  }

  .feature-image-mask._1 {
    width: 75%;
  }

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

  .text-links1.flie-text.abst {
    margin-bottom: 0;
  }

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

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

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

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

  .bild-cover-section {
    justify-content: center;
    align-items: center;
    height: 40vh;
    padding: 60px;
  }

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

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

  .heading-links.heading-1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .titelvideo-unterseiten {
    height: 55vh;
  }

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

  ._3er-grid.flie-text {
    grid-template-rows: auto;
  }

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

  .maps {
    height: 45vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

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

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

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

  .div-block-footer1.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-1.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 12px;
  }

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

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

  .checkbox-field-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-field {
    height: 45px;
  }

  .error-message {
    width: auto;
  }

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

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

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

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

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

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

  .men-button.hauptfarbe.w--open {
    background-color: var(--dark-green);
    text-align: center;
    width: 100%;
  }

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

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

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

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

  .list.flie-text._60 {
    width: 70%;
  }

  .dropdown-toggle.flie-text {
    text-align: center;
  }

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

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

  .grid-div-links {
    min-height: 5vh;
  }

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

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

  .komm-ich {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .section {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .slider-100 {
    height: 100%;
  }

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .logo-img {
    width: 25vw;
  }

  .logo.w--current {
    padding-top: 0;
  }

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

  .divblock1 {
    height: auto;
  }

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

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

  .rahmen-unten {
    width: 95%;
    height: 50px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .div-block-text {
    padding-right: 20px;
  }

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

  .rahmen-oben {
    width: 95%;
    height: 50px;
    padding-left: 0;
  }

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

  .div-block-video {
    width: 100%;
    padding: 40px;
  }

  .titelvideo-start {
    height: 55vh;
  }

  .lottie-animation {
    height: 25vh;
  }

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

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

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

  .inhalt-mittig1 {
    height: auto;
  }

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

  ._3er-grid-1 {
    flex-flow: 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;
  }

  ._4er-grid-2 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

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

  ._2er-grid.outline.space {
    margin-top: 20px;
  }

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

  .feature-image-mask.versetzt, .feature-image-mask.versetzt.links, .feature-image-mask.versetzt.new.mg, .feature-image-mask.versetzt.space {
    height: 45vh;
  }

  .feature-image-mask._1, .hintergrund-wei.versetzt {
    width: 100%;
  }

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

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

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

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

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

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

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

  .titelvideo-unterseiten {
    height: 45vh;
  }

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

  ._3er-grid.flie-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

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

  .maps {
    height: 34vh;
  }

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

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

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

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

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

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

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

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

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

  .text-field {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

  .grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .list.flie-text._60 {
    width: 90%;
  }

  .paragraph-left {
    text-align: center;
    margin-bottom: 5px;
  }

  .angebot-grid {
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 10px;
    display: flex;
  }

  .angebot-grid.abst {
    padding-bottom: 20px;
  }

  .grid-div-links {
    min-height: auto;
  }

  .text-block, .text-block.mitig-2, .text-block.smaller {
    text-align: center;
  }

  .komm-ich {
    margin-bottom: 40px;
  }

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

  .section {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-ccenter {
    text-align: center;
    margin-bottom: 5px;
  }

  .wrap-offfer {
    padding: 10px;
  }

  .arrow1 {
    margin-left: 10px;
    margin-right: auto;
  }

  .arrow1.right {
    margin-left: auto;
    margin-right: 10px;
  }

  .image-wrapper-40vh {
    height: auto;
  }

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

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-img {
    width: 150px;
  }

  .logo {
    padding-top: 0;
  }

  .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.highlights.flie-text {
    font-size: 14px;
  }

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

  .rahmen-unten {
    height: 30px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .slogan1.heading-1 {
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

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

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

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

  .titelvideo-start {
    height: 50vh;
  }

  .divider.highlights {
    width: 40vw;
  }

  .lottie-animation {
    height: 22vh;
  }

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

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

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

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

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

  .image-big1 {
    height: 40vh;
  }

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

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

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

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

  .feature-image-mask.versetzt, .feature-image-mask.versetzt.links, .feature-image-mask.versetzt.space, .feature-image-mask._1, .feature-image-mask._1 {
    height: 35vh;
  }

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

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

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

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

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

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

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

  .titelvideo-unterseiten {
    height: 35vh;
  }

  .heading-block1 {
    width: 100vw;
  }

  .maps {
    height: 30vh;
  }

  .icon-1.invert {
    height: 40px;
  }

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

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

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

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

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

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

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

  .text-field {
    width: 100%;
  }

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

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

  .grid {
    width: 100%;
  }

  .image-wrapper {
    height: 40vh;
  }

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

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

  .list.flie-text._60 {
    width: 100%;
  }

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

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

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

  .social-icon {
    height: 5vh;
  }

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

  .wrap-offfer {
    padding: 5px;
  }

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

  .section-less-padding {
    padding: 40px 20px;
  }

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

#w-node-_957ceb94-365f-baaf-1810-94d344f0159c-dd8dd422 {
  place-self: center;
}

#w-node-a02ceabd-6797-09b9-c963-996f799aba79-dd8dd42c, #w-node-_08dfa254-f6e3-7892-e44f-4e9663719126-dd8dd42c, #w-node-_9d705b87-7c50-a725-e9a9-4fa5cd382f1f-dd8dd42c, #w-node-a6d7af10-4725-195d-c261-27a06b98afc3-dd8dd42c, #w-node-d299215a-44a8-b231-7227-f69854b8d96f-dd8dd42c, #w-node-d87fdb3e-e648-4465-d0f8-771e29689320-dd8dd42c, #w-node-_575a7573-99f3-5d80-4dce-075e52c3b990-dd8dd42c, #w-node-a52b4c9d-3a02-a26d-00dc-b689a6498018-dd8dd42c, #w-node-_5281a754-6edb-ba42-9385-f36b4fdb1e3b-dd8dd42c, #w-node-cf927fb4-f544-b166-b884-3067559d7864-dd8dd42c, #w-node-_555c7d16-4062-9abf-4275-d9d3e7ba9ab4-dd8dd42c, #w-node-_7f72db92-66e6-4f02-5904-a6101511478c-dd8dd42c, #w-node-_49c5d13d-0cef-739a-a2e3-3258ff79930b-dd8dd42c, #w-node-fb4fc82b-c30f-1c51-9e16-91171161aed0-dd8dd42c, #w-node-_18fd91be-86d9-5a5a-5755-92fa4ab69fe8-dd8dd42c, #w-node-_958d7742-2b8d-3908-1498-4f091b26a3ba-dd8dd42c, #w-node-b3821f8c-3793-4adb-4c43-f0d0a0a37d2e-dd8dd42c, #w-node-fe08587e-4938-0a15-8cef-aa50ceb11ccc-dd8dd42c, #w-node-_477175e6-be07-036e-0e7a-2c60b1ffe3fa-dd8dd42c, #w-node-_1e5540f0-bfc7-ea23-ea49-7054825a3ffc-dd8dd42c, #w-node-_70ea5bb7-6943-3486-b416-88ac3bd96701-dd8dd42c, #w-node-_58a195a3-373e-f882-14e5-a5f4d6be9822-dd8dd42c, #w-node-_152c0aed-c223-7db2-eaac-3b50d8eb8f45-dd8dd42c, #w-node-_16f6e560-d088-aaf8-6a8f-039544ae44a7-dd8dd42c, #w-node-_9e3d077b-3847-ee46-5d3a-966e5cd99303-dd8dd42c, #w-node-_2eb2c184-6e03-cb53-d445-4fb822078445-dd8dd42c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b05d045a-f5dd-b875-4660-399c8ceeadaa-dd8dd436 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_72e5874d-c918-4856-eddc-142b9e6adae2-dd8dd436, #w-node-e5cf5165-0d17-8f41-1831-1e1ed5e4a8b6-dd8dd436, #w-node-_7ab07284-784b-692e-f0bc-8c4dcbc3100b-dd8dd436 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ab07284-784b-692e-f0bc-8c4dcbc31012-dd8dd436 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a285e81-3e07-38c0-ac2d-2542c3ef8ea9-dd8dd436 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a285e81-3e07-38c0-ac2d-2542c3ef8eb3-dd8dd436 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2bd24ebe-8861-f8bc-8bd3-57360b9e0bea-dd8dd422 {
    order: -9999;
  }

  #w-node-_1e650b2c-e464-dd45-64b2-129bb7a438b3-b7a438ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2bd24ebe-8861-f8bc-8bd3-57360b9e0bea-dd8dd43f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72e5874d-c918-4856-eddc-142b9e6adae2-dd8dd436, #w-node-e5cf5165-0d17-8f41-1831-1e1ed5e4a8b6-dd8dd436, #w-node-_7ab07284-784b-692e-f0bc-8c4dcbc3100b-dd8dd436, #w-node-_7ab07284-784b-692e-f0bc-8c4dcbc31012-dd8dd436, #w-node-_2a285e81-3e07-38c0-ac2d-2542c3ef8ea9-dd8dd436, #w-node-_2a285e81-3e07-38c0-ac2d-2542c3ef8eb3-dd8dd436 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


