:root {
  --beige: #f1eee6;
  --orange: #f47d2a;
  --grey: #373838;
  --section-padding: 60px;
  --section-padding-side: 100px;
  --box-shd: transparent;
  --black: black;
  --white: white;
}

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

.utility-page-wrap.hauptfarbe {
  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: #0d0d38;
}

.logo-img {
  height: 10vh;
}

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

.telefonnummer {
  margin-bottom: 5px;
}

.ffnungszeiten {
  margin-bottom: 5px;
  font-family: Bellota, sans-serif;
}

.hauptfarbe {
  color: #fff;
  background-color: #373838;
}

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

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

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

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

.farbe-der-headings {
  color: #f47d2a;
  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;
}

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

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

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

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

.titelvideo1 {
  z-index: 10;
  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;
}

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

.slogan1.heading-1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider {
  width: 20vw;
  height: 4px;
}

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

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

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

.terminbutton-2.heading-1.highlights:hover {
  background-color: var(--grey);
}

.terminbutton-2.heading-1.zweitfarbe:hover {
  background-color: var(--grey);
  color: #fff;
}

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

.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: var(--beige);
}

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

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

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

.text-mittig1 {
  text-align: justify;
  font-size: 18px;
  line-height: 25px;
}

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

.section-gro-e-abst-nde1 {
  padding: var(--section-padding) var(--section-padding-side);
}

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

.heading-mittig-klein1.heading-2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

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

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

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

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

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

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

.bild-section-cover1 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: static;
}

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

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

.footer-2 {
  margin-top: auto;
  padding-top: 60px;
}

.footer-2.hauptfarbe {
  background-color: var(--grey);
}

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

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

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

.heading-links1.heading-1 {
  font-weight: 700;
}

.maps1 {
  width: 100%;
  height: 80vh;
}

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

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

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

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.text-area {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

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

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

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

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

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

.link.black {
  color: #333;
}

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

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

.impdat-2.flie-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.impressum-link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

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

.navbar-6 {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

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

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

.nav-link-3.flie-text:hover {
  color: #f47d2a;
}

.nav-link-3.flie-text.w--current {
  color: var(--orange);
}

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

.navbar1-2 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-6 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

._3er-grid1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

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

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

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

.spacer {
  height: 20px;
}

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

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

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

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

.ablaufplan-big-button-4.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.title-section {
  background-image: url('../images/Igensdorf_1.webp');
  background-position: 50%;
  width: 100%;
  height: 75vh;
  position: relative;
}

.title-section.img-2 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Nr.-2-Eckental-Eschenau-aussicht.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-3 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Immobilienmakler-Eschenau.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-4 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Kontakt2.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-ratgeber {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Immobilienmakler-Gräfenberg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-uber-uns {
  background-image: linear-gradient(#0003, #0003), url('../images/Immobilienmakler-Egloffstein.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

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

.title-text {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-80 {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.list-text {
  font-size: 18px;
  line-height: 25px;
}

.heading-sml-links {
  margin-top: 0;
  font-size: 20px;
  line-height: 25px;
}

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

.section-no-padding {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

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

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

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

.icon-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.icon-100.invert-color {
  filter: invert();
}

.icon-round {
  border: 2px solid var(--orange);
  border-radius: 50%;
  width: 4rem;
}

.cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #c2c2c24d;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.shape-icon {
  height: 10vh;
}

.video {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.content-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

._4er-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

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

.map-wrap {
  width: 80%;
  height: 80vh;
  margin: 30px auto;
  overflow: hidden;
}

.card-heading-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overaly {
  opacity: 1;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-heading-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
  position: relative;
}

.card-content {
  z-index: 5;
  opacity: 1;
  color: #fff;
  object-fit: cover;
  background-color: #0000009c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: -5rem;
  padding: 1rem 5% 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.card {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.card-wrap {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.card-background {
  filter: saturate(120%);
  height: 100%;
  position: relative;
}

.card-heading-background-2 {
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.card-heading-3 {
  object-fit: fill;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
  display: flex;
  position: relative;
}

.leistungen-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.arrow-icon {
  z-index: 10;
  object-fit: contain;
  width: 1.5rem;
  position: relative;
}

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

.list-icon {
  object-fit: contain;
  width: 1.2rem;
}

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

.image-wrapper-round {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

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

.path-line1 {
  z-index: -1;
  width: 100%;
  margin-top: -3%;
  margin-bottom: -3%;
  position: relative;
}

.path-line-img {
  width: 100%;
}

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

.spacer-large {
  height: 60px;
}

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

.review-slide {
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.left-arrow-5 {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.mask-2 {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.paragraph_center {
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph_center.flie-text {
  line-height: 1.5;
}

.heading-mitig-sml {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
}

.heading-mitig-sml.heading-1 {
  line-height: 1.3;
}

.right-arrow-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
}

.slider-wrap {
  width: 100%;
  margin-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}

.review-slider {
  background-color: #0000;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-3 {
  font-size: 12px;
  display: none;
  bottom: -60px;
}

.review-block {
  color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.review-block.white {
  background-color: #fff;
}

.star-icon {
  object-fit: contain;
  width: 6rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.jotform {
  width: 100%;
  margin-top: -90px;
}

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

.nav-wrap {
  width: 100%;
}

.nav-absolute {
  z-index: 100;
  position: absolute;
  inset: 6% 0% auto;
}

.heading-mitig-sml-2 {
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 22px;
  line-height: 30px;
}

.heading-mitig-sml-2.heading-1 {
  line-height: 1.3;
}

.section-form {
  padding: var(--section-padding) var(--section-padding-side) 0px;
  position: relative;
}

.flex-space {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.code-embed {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.certificates {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  place-items: center end;
  margin-left: auto;
}

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

.terminbutton-border {
  border: 2px solid var(--orange);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
}

.terminbutton-border:hover {
  color: var(--orange);
  background-color: #0000;
}

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

.title-overlay {
  z-index: 15;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto auto 5% 0%;
}

.block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .8;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px 5px 20px;
  display: flex;
}

.block:hover {
  opacity: 100;
}

.block.highlights, .block.zweitfarbe {
  text-decoration: none;
}

.icon-sml {
  object-fit: contain;
  width: 2rem;
  margin-bottom: 10px;
}

.arrow {
  object-fit: contain;
  width: 1.8rem;
}

.single-counte {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.padded-block {
  padding: 20px 40px;
}

.padded-block.white {
  background-image: linear-gradient(#fffc, #fffc);
}

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

.icon-lrg {
  opacity: .8;
  object-fit: contain;
  width: 4rem;
  margin-bottom: 10px;
}

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

._5er-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-text {
  border: 1px solid #f1eee6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.grid-text.white {
  color: #333;
  background-color: #fff;
}

.downloads-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  width: 100%;
  min-height: 30vh;
  text-decoration: none;
  position: relative;
}

.heading-mittig-2 {
  text-align: center;
  font-size: 40px;
  line-height: 45px;
}

.heading-mittig-2.heading-font2 {
  font-family: Montserrat, sans-serif;
}

.downloads-icon {
  object-fit: contain;
  width: 3rem;
}

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

.heading-mitig-klein {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}

.heading-mitig-klein.heading-font3 {
  font-family: Montserrat, sans-serif;
}

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

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

.heading-number {
  opacity: .7;
  color: #c2c2c2;
  text-align: left;
  letter-spacing: 1px;
  margin-top: -40px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

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

.heading-number.heading-2.orange {
  color: #b15b25;
}

.cards-full {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  box-shadow: 0 2px 5px 0 var(--box-shd);
  cursor: pointer;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.section-side-padded {
  padding-right: var(--section-padding);
  padding-left: var(--section-padding);
}

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

.image-wrapper-auto {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  overflow: visible;
}

.padding-top {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.top-bar {
  z-index: 1000;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px 25px;
  display: flex;
  position: sticky;
  top: 0;
}

.top-bar.hauptfarbe {
  margin-bottom: 0;
  position: sticky;
}

.top-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.review-wraps {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.title-overlay-sub-pages {
  z-index: 15;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto auto 5% 0%;
}

.block-sml {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .8;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.block-sml:hover {
  opacity: 100;
}

.block-sml.highlights, .block-sml.zweitfarbe {
  text-decoration: none;
}

.icon-sml-2 {
  object-fit: contain;
  width: 1.5rem;
  margin-bottom: 10px;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.card-circle {
  background-color: var(--beige);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.icon-leist {
  z-index: 10;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 10px;
  display: flex;
  position: relative;
}

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

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #cecece;
}

.button-2 {
  border: 1px solid var(--black);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #e2e7f1;
}

.cards1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.arrow1 {
  filter: invert();
  object-fit: contain;
  width: 3rem;
}

.preise-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

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

.background-img {
  z-index: -1;
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Nr.-5-Preise-Geld.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.downloads-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.downloads-details {
  z-index: 20;
  background-image: linear-gradient(#0006, #0006);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.downloads-details:hover {
  background-image: linear-gradient(#0009, #0009);
}

.uber-uns-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.certicate-wrap {
  height: 6vh;
}

.footer-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grid-footer {
  grid-row-gap: 0px;
  width: 100%;
}

.top-icon1 {
  object-fit: contain;
  width: 1.5rem;
}

.content-right {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

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

.spacer-reviews {
  height: 90px;
}

.section-overlay {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-padding {
  height: var(--section-padding);
}

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

.grid-left-focus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.grid-right-focus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

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

.cards-symbol {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.property-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.slider-property {
  height: 45vh;
}

.slide-nav-5 {
  display: none;
}

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

.left-arrow-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.right-arrow-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
}

.arrow-wrap {
  background-color: #fff;
  border-radius: 50%;
}

.vermietung-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

._3er-grid-no-spc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

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

.absolute-icon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-md {
  object-fit: contain;
  width: 3rem;
}

.absolute-icon-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cursive {
  text-transform: none;
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.slogan-2 {
  text-align: center;
  text-transform: none;
  font-size: 55px;
  line-height: 65px;
}

.slogan-2.cursive {
  font-family: Montserrat, sans-serif;
}

.bordered-cards {
  border: 2px solid var(--orange);
  position: relative;
}

.card-inlay {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.image-101 {
  filter: invert();
  margin-bottom: -5px;
  display: block;
}

.code-embed-2 {
  width: 100%;
}

.subheading-kontakt {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

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

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

.section-divider {
  height: 15px;
}

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

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

.terminbutton-3 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

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

.section-gro-e-abst-nde1-4 {
  padding: 100px;
}

.section-gro-e-abst-nde1-4.bg-section {
  color: #fff;
  position: relative;
}

.jotform-wrapper {
  width: 100%;
}

.textarea {
  font-family: Montserrat, sans-serif;
}

._100 {
  width: 100%;
  display: none;
}

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

.calender {
  width: 100%;
}

.flex-center-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-slider-mobile {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.mask-mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

  .terminbutton-2.heading-1.highlights {
    margin-top: 10px;
  }

  .div-block-farbig-1 {
    background-color: var(--beige);
    padding-bottom: 20px;
  }

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

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

  .text-mittig1.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .section-gro-e-abst-nde1, .section-gro-e-abst-nde1.zweitfarbe, .section-gro-e-abst-nde1.highlights {
    padding: 60px;
  }

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

  .text-links1.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .heading-klein-links.heading-2 {
    text-align: center;
    margin-top: 10px;
  }

  .bild-section-cover1 {
    height: 50vh;
    padding-right: 40px;
  }

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

  .footer-2.hauptfarbe {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .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;
    place-items: start center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

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

  ._3er-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

  .maps1 {
    height: 50vh;
  }

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

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

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

  .heading-22 {
    line-height: 41px;
  }

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

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

  .error-message {
    width: auto;
  }

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

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

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

  .men-icon1 {
    color: #fff;
  }

  .nav-link-3.flie-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .men-buttton1.hauptfarbe {
    background-color: var(--orange);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  ._3er-grid1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
    margin-top: 20px;
    display: flex;
  }

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

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

  .title-section, .title-section.img-2, .title-section.img-3, .title-section.img-4, .title-section.img-ratgeber, .title-section.img-uber-uns {
    height: 60vh;
  }

  .title-text.p {
    padding-bottom: 163px;
  }

  .content-80 {
    width: auto;
    margin-top: 0;
  }

  .list-text.flie-text {
    text-align: left;
    font-size: 16px;
  }

  .heading-sml-links.heading-2 {
    margin-bottom: 4px;
    font-size: 14px;
  }

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

  .icon-round.highlights {
    width: 3rem;
  }

  .content-50 {
    width: 80%;
  }

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

  .flex-center {
    margin-left: auto;
    margin-right: auto;
  }

  .map-wrap {
    width: 100%;
    height: 50vh;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .card-content {
    justify-content: flex-start;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }

  .card {
    height: 60vh;
  }

  .card-background {
    background-color: #fff;
    background-image: none;
  }

  .card-heading-3.heading-2 {
    font-size: 20px;
  }

  .leistungen-grid {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .arrow-icon {
    width: 1rem;
  }

  .list-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-wrapper-round {
    width: 200px;
    height: 200px;
  }

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

  .path-line-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._2er-grid1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .review-slide {
    width: 100%;
    min-height: 50vh;
    max-height: 100%;
  }

  .mask-2 {
    width: 100%;
    overflow: hidden;
  }

  .slider-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .review-slider {
    width: 100%;
    min-height: 70vh;
    display: none;
  }

  .review-block {
    width: 100%;
    min-height: 50vh;
    padding-left: 60px;
    padding-right: 60px;
  }

  .review-block.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 50vh;
    padding-left: 60px;
    padding-right: 60px;
    overflow: auto;
  }

  .jotform {
    height: 100%;
    margin-top: 0;
    overflow: auto;
  }

  .nav-absolute {
    background-color: #fff;
    position: static;
  }

  .heading-mitig-sml-2.heading-1 {
    text-align: center;
  }

  .section-form {
    padding: 60px;
  }

  .flex-space {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

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

  .code-embed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .certificates {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    place-items: stretch stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._2er-grid-content-right {
    flex-flow: column;
    display: flex;
  }

  .terminbutton-border.heading-1.highlights {
    margin-top: 10px;
  }

  .block.zweitfarbe {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .icon-sml {
    width: 1rem;
  }

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

  .downloads-card {
    height: 50vh;
    min-height: auto;
  }

  .donwload-grid, ._2er-grid-content-left {
    flex-flow: column;
    display: flex;
  }

  .heading-number.heading-1.farbe-der-headings {
    font-size: 40px;
  }

  .heading-number.heading-2.orange {
    text-align: center;
  }

  .section-side-padded {
    padding: 60px;
  }

  .section-side-padded.no-btm-pd {
    padding-bottom: 0;
  }

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

  .image-wrapper-auto {
    height: 50vh;
    max-height: none;
  }

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

  .block-sml.highlights, .block-sml.zweitfarbe {
    padding-top: 4px;
  }

  .icon-sml-2 {
    width: 1rem;
  }

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

  .services-card {
    grid-row-gap: 0px;
    padding: 36px 24px;
  }

  .arrow1.rotate {
    filter: invert();
    transform: rotate(90deg);
  }

  .image-wrapper-90vh {
    height: 120vh;
  }

  .uber-uns-grid {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 0;
    display: flex;
  }

  .align-end {
    flex: 0 auto;
  }

  .section-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padded-card.highlights, .padded-card.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-left-focus, .grid-right-focus {
    flex-flow: column;
    display: flex;
  }

  .cards-symbol {
    padding: 10px;
  }

  .image-auto.cont {
    object-fit: contain;
  }

  .slider-property {
    width: 100%;
    height: 50vh;
  }

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

  ._3er-grid-no-spc {
    flex-flow: column;
    display: flex;
  }

  .slogan-2.cursive {
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .image-wrapper-80vh {
    height: 60vh;
  }

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

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

  .terminbutton-3.heading-1.highlights {
    margin-top: 10px;
  }

  .section-gro-e-abst-nde1-4 {
    padding: 50px 5%;
  }

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

  .jotform-wrapper {
    overflow: auto;
  }

  .flex-center-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .review-slider-mobile {
    width: 100%;
    height: 100%;
    display: block;
  }

  .mask-mobile {
    width: 100%;
    overflow: hidden;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

  .nav-link-1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .titelvideo1 {
    height: 100%;
  }

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

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

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

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

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

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

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

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

  .bild-section-cover1 {
    height: 40vh;
    padding: 20px;
  }

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

  ._3er-grid {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .maps1 {
    height: 50vh;
  }

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

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

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

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

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

  .heading-22 {
    font-size: 25px;
    line-height: 36px;
  }

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

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

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

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

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .maos-footer {
    width: auto;
    height: 100%;
  }

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

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

  .title-section, .title-section.img-2, .title-section.img-3, .title-section.img-4, .title-section.img-ratgeber, .title-section.img-uber-uns {
    height: 55vh;
  }

  .title-text.p {
    padding-bottom: 186px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-80 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

  .content-80.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-round.highlights {
    width: 2.5rem;
  }

  .shape-icon {
    height: 7vh;
  }

  .content-50 {
    width: 90%;
  }

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

  .card-heading-3 {
    border-left-style: solid;
    padding-left: .75rem;
  }

  .card-heading-3.heading-2 {
    border-left: 1px #000;
  }

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

  .path-line1 {
    display: none;
  }

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

  .grid-left-text.invert {
    flex-flow: column-reverse wrap;
  }

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

  .review-slide {
    vertical-align: baseline;
    width: 100%;
  }

  .review-slider {
    flex-flow: column;
    min-height: 80vh;
  }

  .review-block.zweitfarbe {
    flex-flow: column;
    overflow: auto;
  }

  .review-block.white {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: auto;
  }

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

  .form-wrap-100 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .title-overlay {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .block.highlights {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .block.zweitfarbe {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-right: 10px;
  }

  .heading-mittig-2.heading-font2 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-number.heading-1.farbe-der-headings {
    font-size: 50px;
  }

  .heading-number.heading-2.orange {
    font-size: 50px;
    line-height: 55px;
  }

  .section-side-padded {
    padding: 40px;
  }

  .section-side-padded.no-btm-pd {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .top-bar.hauptfarbe {
    justify-content: center;
    align-items: center;
  }

  .review-wraps {
    flex-flow: column;
  }

  .block-sml.highlights, .block-sml.zweitfarbe {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .preise-grid.hide {
    display: none;
  }

  .image-wrapper-90vh {
    height: 150vh;
  }

  .uber-uns-grid {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .top-icon1 {
    width: 1.1rem;
  }

  .vermietung-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .slogan-2.cursive {
    font-size: 24px;
    line-height: 34px;
  }

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

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

  ._100 {
    display: block;
  }

  .review-slider-mobile {
    flex-flow: column;
    display: block;
  }
}

@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 {
    overflow-wrap: anywhere;
  }

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

  .nav-link-1.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .titelvideo1 {
    height: 100%;
  }

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

  .divider.highlights {
    width: 40vw;
  }

  .terminbutton-2.hauptfarbe.heading-1 {
    font-size: 12px;
    line-height: 20px;
  }

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

  .heading-mittig.heading-1 {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 19px;
    line-height: 25px;
  }

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

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

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

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

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

  .bild-section-cover1 {
    height: auto;
    padding: 20px;
  }

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

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

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

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

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

  .heading-22 {
    font-size: 18px;
    line-height: 27px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .maps-gro {
    height: 100%;
  }

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

  .impdat-2.flie-text {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-3.flie-text {
    font-size: 14px;
  }

  ._3er-grid1 {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 20px;
    display: flex;
  }

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

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

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

  .title-section, .title-section.img-2, .title-section.img-3, .title-section.img-4, .title-section.img-ratgeber, .title-section.img-uber-uns {
    height: 50vh;
  }

  .title-text.p, .content-80.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-text.flie-text {
    line-height: 22px;
  }

  .heading-sml-links.heading-2 {
    font-size: 12px;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .image-overaly {
    padding-top: 0;
  }

  .card {
    height: 25rem;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .card-heading-3 {
    border-left-style: solid;
    height: 1.5rem;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .card-heading-3.heading-2 {
    padding-left: 0;
    font-size: 15px;
  }

  .review-slide {
    vertical-align: top;
  }

  .paragraph_center {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .review-block.white {
    justify-content: center;
    align-items: center;
    min-height: 65vh;
  }

  .heading-mitig-sml-2.heading-1 {
    overflow-wrap: anywhere;
    font-size: 18px;
  }

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

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

  .form-wrap-100 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .certificates {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 40px;
    display: flex;
  }

  .terminbutton-border.heading-1.highlights {
    font-size: 14px;
  }

  .block.highlights {
    padding-left: 10px;
  }

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

  .padded-block.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._5er-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .heading-mitig-klein.heading-font3 {
    overflow-wrap: anywhere;
  }

  .section-side-padded {
    padding: 40px 5%;
  }

  .section-side-padded.no-btm-pd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar.hauptfarbe {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
  }

  .icon-leist {
    margin-bottom: 36px;
  }

  .services-card {
    padding: 20px 18px;
  }

  .downloads-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uber-uns-grid {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .padded-card.highlights, .padded-card.zweitfarbe {
    padding: 40px 20px;
  }

  .absolute-icon {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .slogan-2.cursive {
    font-size: 22px;
    line-height: 32px;
  }

  .bordered-cards {
    width: 100%;
    height: 40vh;
  }

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

  .section-gro-e-abst-nde1-4 {
    padding: 40px 5%;
  }

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

#w-node-_62eab584-2fab-7b58-b8e6-591126f4dccb-3ec526f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb657000-c5f1-7f37-8e12-ee230198e6c8-3ec526f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8761383d-d7d9-8f53-9e70-0382b7b07cca-3ec526f4 {
  align-self: end;
}

#w-node-c631fabb-39c5-c9e6-c34a-fe23539c0e50-3ec526f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b2012056-ad9d-c782-15bf-fdf1a61fba89-3ec526f6, #w-node-c48d539b-a274-8d75-5413-d3f3eaaefafc-3ec526f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ada0596-798b-ba03-651e-a0f61c7ea55a-3ec526f6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7000f1d3-f7a3-bb2c-7652-94b560919dce-2438aa57 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2ba9ee2b-8fb9-2e00-45cc-c897aeb2f981-2438aa57 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-cbce387e-af14-b07c-5546-8325abf247f0-6f4dcc62, #w-node-_12807b0a-ac79-0b36-d019-87380d3fcc7e-1b71cdbb {
  align-self: end;
}


