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

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

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

:root {
  --green: #3b6e3c;
  --dark-grey: #232323;
  --grey: grey;
  --silver: #bbb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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: auto;
  max-height: 15vh;
}

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

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

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

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

.telefonnummer {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--dark-grey);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #fff;
  background-color: #3b6e3c;
}

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

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

.heading-1 {
  text-transform: uppercase;
  font-family: Nova Mono, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Nova Mono, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: #3b6e3c;
  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 {
  background-color: var(--green);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

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

.impressum.flie-text {
  line-height: 25px;
}

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

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-men-1.hauptfarbe {
  z-index: 100000;
}

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

.nav-link-3.flie-text {
  border-bottom: 1px solid #fff0;
  padding: 20px;
  transition: all .3s;
}

.nav-link-3.flie-text:hover {
  color: #fff;
  text-transform: none;
  border-bottom-color: #fff;
}

.nav-link-3.flie-text.w--current {
  color: #fff;
  text-transform: none;
  border-bottom-color: #fff;
  font-family: Montserrat, sans-serif;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.titelvideo-start-1.unterseite {
  height: 60vh;
}

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

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

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

.termin-button.heading-3.hauptfarbe {
  background-color: var(--green);
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.termin-button.heading-3.hauptfarbe:hover {
  background-color: var(--dark-grey);
  box-shadow: 0 2px 20px #0003;
}

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

.feature-image-mask {
  width: 100%;
  height: 450px;
}

.feature-image-mask.ferstezt {
  height: auto;
}

.feature-image-mask.ferstezt.rel {
  position: absolute;
  top: 53%;
}

.feature-image-mask.fersetzt-rechts {
  justify-content: flex-end;
  height: auto;
  display: flex;
}

.feature-image-mask.gro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.feature-image-mask.gro.uber-mich {
  height: auto;
}

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

.feature-image:hover {
  filter: grayscale(0%);
}

.feature-image.klein {
  filter: none;
  object-fit: contain;
  object-position: 50% 0%;
  width: 70%;
  height: 45vh;
  transition: all .2s;
}

.feature-image.klein:hover {
  filter: none;
}

.feature-image.klein.down {
  object-position: 50% 100%;
}

.feature-image.klein.mid {
  object-position: 50% 50%;
}

.feature-image.size {
  aspect-ratio: 1;
  object-position: 50% 65%;
  height: auto;
}

.feature-image.con {
  filter: none;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  display: flex;
}

.inhalt-nebeneinander1.links {
  justify-content: flex-start;
}

.section-mittig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.text-links1 {
  font-size: 16px;
  line-height: 1.5;
}

.text-links1.flie-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-links1 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
}

.heading-links1.heading-1 {
  line-height: 1.3;
}

.heading-links1.gro {
  text-transform: none;
  margin-top: 0;
  font-size: 32px;
  line-height: 35px;
}

.heading-links1.gro.heading-1 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.heading-links1.heading-2.farbe-der-headings {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.icon1 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.icon1.kleiner {
  width: 58px;
  height: 58px;
}

.heading-mittig1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
}

.heading-mittig1.heading-2 {
  line-height: 1.3;
}

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

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

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

.inhalt-footer.flie-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-1 {
  padding: 20px 140px 10px;
}

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

.card-form {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.card-form.highlights {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-form.highlights.mittig {
  justify-content: flex-start;
  align-items: center;
}

.card-form.highlights.mittig.flie-text {
  background-color: var(--green);
}

.card-form.mittig {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-form.mittig.highlights.flie-text.white-line {
  border-right: 4px dotted #fff;
}

.form-text {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

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

.link-formular.farbe-der-headings {
  font-size: 18px;
}

.checkbox-field {
  text-align: left;
  margin-bottom: 0;
}

.impdat {
  padding: 100px 40px;
}

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

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

.success-block.highlights {
  border: 3px dashed var(--grey);
}

.success1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.success1.heading-1 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

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

.heading-klein.heading-2 {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.divider {
  width: 10px;
  height: 90%;
  margin-right: 20px;
}

.grid-versetzt {
  z-index: 5;
  grid-column-gap: 0px;
  width: 80%;
  box-shadow: 1px 1px 6px 1px var(--silver);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.5fr;
  margin-top: -5%;
  position: relative;
}

.grid-versetzt.fest {
  min-width: 800px;
}

.section1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 30vh;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 10px;
  margin-bottom: 10px;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.flie-text {
  line-height: 1.3;
}

.flie-text-2 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.form-block-2 {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-bilder {
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
  place-items: center;
  position: relative;
}

._2er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.button-transparent {
  z-index: 20;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #82909c00;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 120%;
  position: relative;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.link-footer.w--current {
  font-family: Montserrat, sans-serif;
}

.link-footer.w--current:hover {
  text-decoration: underline;
}

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

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

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig3.heading-2.farbe-der-headings {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.text-field-4 {
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  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;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 60px;
  padding-right: 60px;
}

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

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

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

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

.form1 {
  margin-bottom: 0;
}

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label3.abstand-nach-oben.heading-3 {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

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

.maps-gro {
  width: 100%;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.button-transparent-2 {
  z-index: 2147483647;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #82909c00;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
}

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

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

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

.impressum-link {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.impressum-link:hover {
  text-decoration: underline;
}

.datenschutz-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.datenschutz-link:hover {
  text-decoration: underline;
}

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

.image-101 {
  object-fit: contain;
  height: 6vh;
}

.link-block {
  z-index: 1000;
  position: fixed;
  inset: 50% 1% 50% auto;
}

.slider {
  width: 80%;
  height: 100%;
}

.list {
  font-size: 16px;
  line-height: 1.7;
}

.list.flie-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-181 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.grid-17 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: 1px solid #00000036;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.small-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 10px 5px;
  display: flex;
}

.price-text {
  text-align: right;
  line-height: 1.5;
}

.small-div-2 {
  border-right: 1px solid #00000036;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px 20px 10px 10px;
  display: flex;
}

.submit_button-2 {
  background-color: #000;
  font-size: 16px;
}

.submit_button-2.flie-text {
  border: 1px solid var(--dark-grey);
  background-color: var(--dark-grey);
  transition: all .3s;
  display: none;
}

.submit_button-2.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.submit_button-1 {
  background-color: #000;
  font-size: 16px;
}

.submit_button-1.flie-text {
  border: 1px solid var(--dark-grey);
  background-color: var(--dark-grey);
  transition: all .3s;
}

.submit_button-1.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.field-label-4 {
  font-family: Montserrat, sans-serif;
}

.feature-image-dp {
  filter: grayscale(20%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.feature-image-dp:hover {
  filter: grayscale(0%);
}

.feature-image-dp.klein {
  filter: grayscale(20%);
  object-position: 50% 50%;
  width: 80%;
  height: 75vh;
  transition: all .2s;
}

.feature-image-dp.klein:hover {
  filter: grayscale(0%);
}

.feature-image-dp.klein.down {
  object-position: 50% 100%;
}

.feature-image-dp.klein.mid {
  object-position: 50% 50%;
}

.grid-18._100 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.div-block-182 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-183 {
  display: none;
}

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

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .container-8 {
    min-width: 100%;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--green);
  }

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

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--dark-grey);
  }

  .nav-link-3.flie-text {
    text-align: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-6.hauptfarbe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .men-icon1 {
    color: #fff;
  }

  .logo-abstand1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .titelvideo-start-1.unterseite {
    height: 50vh;
  }

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inhalt-untereinander1 {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .feature-image-mask.ferstezt.rel, .feature-image-mask.fersetzt-rechts {
    position: static;
  }

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

  .feature-image-mask.gro.uber-mich {
    height: 100%;
  }

  .feature-image.klein.down {
    object-position: 50% 66%;
  }

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

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 90vw;
  }

  .inhalt-nebeneinander1.links {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-mittig1 {
    padding: 60px;
  }

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

  .heading-links1.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 19px;
  }

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

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

  .div-block-footer1 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-form.highlights.mittig.flie-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-form.mittig.highlights.flie-text.white-line {
    border-bottom: 4px dashed #fff;
    border-right-style: none;
  }

  .impdat {
    padding: 60px;
  }

  .success {
    padding: 40px;
  }

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

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

  .success1.heading-1 {
    font-size: 23px;
    line-height: 1.5;
  }

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

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

  .grid-versetzt.fest {
    min-width: auto;
  }

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

  .grid-bilder {
    display: none;
  }

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

  .subheading-mittig3.heading-2.farbe-der-headings {
    text-align: center;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .label3.abstand-nach-oben.heading-3 {
    text-align: center;
  }

  .maps-gro {
    height: 45vh;
  }

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

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

  .image-101 {
    height: 40px;
  }

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

  .feature-image-dp.klein.down {
    object-position: 50% 66%;
  }

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

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

  .image-102 {
    height: 20vh;
  }
}

@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 {
    max-height: 10vh;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start-1.unterseite {
    height: 50vh;
  }

  .titelvideo1 {
    height: 100%;
  }

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

  .slogan1.heading-1 {
    font-size: 27px;
    line-height: 35px;
  }

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

  .feature-image-mask.fersetzt-rechts {
    justify-content: flex-end;
  }

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

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image.klein {
    width: 88%;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-image.klein.down {
    object-position: 50% 69%;
  }

  .feature-image.size {
    aspect-ratio: auto;
    object-position: 50% 50%;
  }

  .section-mittig1 {
    padding: 40px;
  }

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

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

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

  .heading-links1.heading-2.farbe-der-headings {
    font-size: 16px;
    line-height: 130%;
  }

  .heading-mittig1.heading-2 {
    font-size: 22px;
    line-height: 130%;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .inhalt-footer.flie-text {
    text-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .heading-klein.heading-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .grid-versetzt {
    flex-flow: column;
    width: 100%;
    margin-top: 0%;
    display: flex;
  }

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

  .grid-2 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .grid-bilder {
    flex-flow: column;
    display: none;
  }

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

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

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 25px;
  }

  .text-field-4 {
    text-align: left;
    width: 100%;
    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;
  }

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

  .maos-footer {
    height: auto;
  }

  .maps-gro {
    height: 45vh;
  }

  .image-101 {
    height: 33px;
  }

  .list.flie-text {
    text-align: left;
    line-height: 1.6;
  }

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

  .grid-17 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .small-div {
    justify-content: center;
    align-items: center;
  }

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

  .small-div-2 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-right: 10px;
  }

  .submit_button-2.flie-text {
    margin-top: 10px;
    display: block;
  }

  .submit_button-1.flie-text {
    display: none;
  }

  .feature-image-dp {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-dp.klein {
    width: 88%;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-image-dp.klein.down {
    object-position: 50% 69%;
  }

  .grid-18 {
    flex-flow: column;
    display: flex;
  }

  .div-block-183 {
    justify-content: center;
    align-items: center;
  }

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

  .image-102 {
    height: 30vh;
  }
}

@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 {
    max-height: 7vh;
  }

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

  .flie-text {
    overflow-wrap: break-word;
  }

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

  .titelvideo-start-1 {
    height: 50vh;
    display: none;
  }

  .titelvideo-start-1.unterseite {
    height: 50vh;
  }

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .feature-image-mask.ferstezt, .feature-image-mask.fersetzt-rechts, .feature-image-mask.gro {
    height: auto;
  }

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

  .feature-image.size {
    aspect-ratio: auto;
    object-position: 50% 50%;
    height: auto;
  }

  .feature-image.size.up {
    object-fit: cover;
    object-position: 50% 50%;
  }

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

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

  .section-mittig1, .section-mittig1.zweitfarbe {
    padding: 40px 20px;
  }

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

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

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

  .heading-links1.heading-2.farbe-der-headings {
    font-size: 16px;
  }

  .icon1 {
    width: 50px;
    height: 50px;
  }

  .icon1.kleiner {
    width: 48px;
    height: 48px;
  }

  .heading-mittig1.heading-2 {
    font-size: 16px;
  }

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

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

  .card-form.highlights.mittig.flie-text {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .success1.heading-1 {
    font-size: 14px;
  }

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

  .heading-klein.heading-2 {
    font-size: 16px;
    line-height: 120%;
  }

  .section1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flie-text-2 {
    width: 99.9998%;
  }

  .form-block-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 130%;
  }

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

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

  .maps-gro {
    height: 40vh;
  }

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

  .slider {
    width: 100%;
  }

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

  .small-div {
    padding-top: 20px;
  }

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

  .small-div-2 {
    padding-top: 10px;
  }

  .feature-image-dp.klein {
    width: 100%;
  }
}

#w-node-a05c801a-a622-e612-7887-9da72c4f388a-5bd827de {
  grid-area: 2 / 1 / 3 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_802ee77a-0e54-1866-a5cf-7153d670381d-5bd827e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4af27997-718d-8d30-71c0-57c21b5645ab-5bd827f8, #w-node-f867e498-073d-a706-c3a8-d633ad620abd-5bd827f8, #w-node-fe599186-89bf-659f-6f5f-6208b3692bf2-5bd827f8, #w-node-be169656-af32-9f6f-c101-4362ba880ade-5bd827f8, #w-node-_0bbf8952-0176-5382-a68f-0dbaa85ef991-5bd827f8, #w-node-c41be25a-3749-085b-fcc0-a3f598801076-5bd827f8, #w-node-b39b1240-a8e8-df02-55fa-98166e82e39d-5bd827f8, #w-node-d2bed793-d8bc-f8d1-442c-11f48f187d51-5bd827f8, #w-node-ec94f8f5-f5a4-0a20-f03b-83b301c999f4-5bd827f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a05c801a-a622-e612-7887-9da72c4f388a-5bd827de {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@font-face {
  font-family: 'Twotwenty';
  src: url('../fonts/TWOTWENTY.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Organo';
  src: url('../fonts/Organo.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lanehum';
  src: url('../fonts/Lanehum.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}