@font-face {
  font-family: Kefa;
  src: url('../fonts/Kefa.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fontsfree Net Kefa Regular 3";
  src: url('../fonts/FontsFree-Net-Kefa-Regular-3.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --dark-green: #165514;
  --blau: #3268c7;
  --grey: #878786;
  --midnight-blue: #00233d;
}

.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;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

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

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

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 15px;
  text-decoration: none;
}

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

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

.telefonnummer {
  margin-bottom: 5px;
  font-size: 20px;
}

.telefonnummer.black {
  color: #333;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
  font-size: 20px;
}

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

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

.adresse {
  margin-bottom: 5px;
  font-size: 20px;
}

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

.heading-1, .heading-2 {
  font-family: Muli, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

.flie-text {
  font-family: Darker Grotesque, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}

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

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

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

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.nav-menu-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-1.hauptfarbe {
  color: #fff;
  position: fixed;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#373838, #373838);
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.div-block-video1 {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading.heading-2 {
  text-align: center;
  font-size: 18px;
}

.subheading.heading-2.margin-rem {
  margin-top: 0;
  margin-bottom: 0;
}

.subheading.heading-2.left {
  text-align: left;
}

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

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

.divider {
  width: 6vw;
  height: 2px;
}

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

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

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

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

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

.terminbutton-2.heading-1.highlights:hover {
  background-color: #000;
}

.hintergrund-heading {
  z-index: -5;
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  position: absolute;
  inset: auto 0% 29%;
}

.hintergrund-heading.heading-1 {
  z-index: auto;
  color: #f1eee657;
  font-size: 60px;
}

.hintergrund-heading.heading-1.farbe-der-headings {
  color: #87878640;
}

.inhalt-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-farbig-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 20vh;
  padding: 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 6px 1px #00000008;
}

.div-block-farbig-1:hover {
  transform: translate(0, -10px);
}

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

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

.heading-mittig.heading-1.links {
  text-align: left;
}

.heading-mittig.heading-1.sold-heading {
  color: #175514;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-mittig.heading-1.sold-heading.blau {
  color: var(--blau);
}

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

.text-mittig1.flie-text {
  background-color: #0000;
  font-size: 16px;
  line-height: 1.5;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  align-items: center;
  padding: 140px 10%;
  display: flex;
  position: relative;
}

.section-gro-e-abst-nde1.hauptfarbe {
  z-index: -10;
  color: #fff;
  position: static;
}

.section-gro-e-abst-nde1.background {
  background-image: linear-gradient(#fff9, #fff9), url('../images/attachment_4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-gro-e-abst-nde1.divider-line {
  border-bottom: 1px solid var(--dark-green);
}

.section-gro-e-abst-nde1.projekte {
  padding-left: 8%;
  padding-right: 8%;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.heading-block1.runter {
  margin-bottom: 100px;
}

.heading-block1.l-nger {
  width: 100%;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.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.farbe-der-headings {
  line-height: 1.3;
}

.text-links {
  color: #333;
  letter-spacing: .5px;
  font-size: 17px;
}

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

.text-links.flie-text.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}

.text-links.flie-text.white.kleiner {
  font-size: 14px;
}

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

.text-links.flie-text.green {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.text-links.flie-text.kleinmittig {
  color: var(--grey);
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.text-links.flie-text.reachts {
  text-align: right;
  width: 100%;
  font-size: 12px;
}

.text-links.flie-text.no-pad {
  margin-top: 0;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inhalt-untereinander1.green {
  background-color: var(--dark-green);
}

.inhalt-untereinander1.green.heller {
  background-color: #165514;
  justify-content: center;
  align-items: center;
}

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

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

.heading-klein-links.heading-2.rechts {
  text-align: center;
}

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

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

.heading-mittig-bilder {
  text-align: center;
  margin-top: 0;
  font-weight: 200;
}

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

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

.footer-2 {
  margin-top: auto;
  padding: 40px 140px 20px;
}

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

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

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

.mehr-erfahren2.hauptfarbe {
  color: #fff;
}

.mehr-erfahren2.hauptfarbe.heading-1 {
  cursor: none;
}

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

._3er-grid._6er {
  grid-column-gap: 30px;
  border-bottom: 1px solid #fff;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}

._3er-grid._6er.strichweg {
  border-bottom-width: 0;
}

.bildcover-black1 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/attachment_2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 200px;
  display: flex;
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}

.text-block.heading-3 {
  line-height: 1.5;
}

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

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

.impdat {
  padding: 100px 40px;
}

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

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

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-2.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #111;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-2 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.grid._1er {
  grid-template-columns: 1fr;
  width: 30%;
}

.card-team {
  border-radius: 3%;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.rounded-image {
  object-fit: contain;
  object-position: 100% 50%;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.rounded-image.mittig {
  object-position: 50% 50%;
}

.div-block-115 {
  opacity: 0;
  color: #fff;
  background-color: #00000080;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-115:hover {
  opacity: 1;
  background-image: none;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.grid-2.abst {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.no_overflow {
  height: 45vh;
  position: relative;
  overflow: hidden;
}

.no_overflow.coming-soon {
  background-color: #16551480;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-2:hover {
  transform: scale(1.1);
}

.image-2.blur {
  filter: blur(2px);
}

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

.divider1 {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

.text-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%;
  margin-top: 20px;
}

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

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

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

.section_1 {
  height: 55vh;
  overflow: hidden;
}

.parallax {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('../images/image-9.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
}

.parallax._1 {
  background-image: url('../images/64943b72a371985ba432d7de_7466b257328fb3572391b70d73051178.webp');
  background-position: 50% 10%;
  background-attachment: fixed;
}

.parallax._1.fixed {
  background-image: url('../images/uber-unss.webp');
  background-attachment: scroll;
}

.parallax.kontakt {
  background-image: url('../images/attachment_6_image5.webp');
  height: 55vh;
}

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

.link.black {
  color: #333;
}

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

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

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

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

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

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

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

.navbar-6 {
  border-bottom: 1px solid #686868a8;
  width: 100%;
  position: relative;
}

.navbar-6.hauptfarbe {
  background-color: var(--dark-green);
}

.nav-link-3 {
  color: var(--dark-green);
  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:hover {
  color: #000;
}

.nav-link-3.flie-text.w--current {
  color: var(--dark-green);
  font-weight: 700;
}

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

.navbar1-2 {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0%;
}

.navbar1-2.t-tigkeitsbereiche-nav {
  display: flex;
}

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

.div-block-167 {
  z-index: 200;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 37% auto;
}

.heading-links {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 32px;
  line-height: 120%;
}

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

.small-icon {
  object-fit: contain;
  width: 85px;
}

.small-icon.small {
  width: 75px;
}

.pop-up {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.inhalt-div {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 65vh;
  padding: 60px 40px 20px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.link-block {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.pop-up-4, .pop-up-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-2.anders {
  display: none;
}

.pop-up-3 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown-toggle-1 {
  color: var(--dark-green);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.dropdown-link {
  color: var(--dark-green);
  border-bottom: 1px solid #16551499;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: gray;
}

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

.dropdown-link.flie-text.w--current {
  color: #ece4df;
}

.dropdown-list-13 {
  background-color: #fff;
}

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

.content-div-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

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

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

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

.content-div-rechts {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.toggle-link {
  color: var(--dark-green);
  text-decoration: none;
}

._2er-adj {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 66%;
  margin-top: 10px;
}

.link-block-2 {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 6px 1px #00000029;
}

.image-101 {
  filter: invert();
  object-fit: contain;
  width: 35px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  z-index: 20;
  top: 45%;
  bottom: 45%;
}

.slide-nav {
  z-index: 20;
  font-size: 10px;
}

.jotform {
  width: 100%;
}

.language-tool {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 20% 2% auto auto;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 65vh;
  margin-top: 0;
}

.background-video.kleiner {
  width: 85%;
  height: 60vh;
}

.horizontal-div {
  color: #333;
  flex-direction: column;
  align-items: center;
  min-height: 12vh;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px 1px #64646424;
}

.horizontal-div:hover {
  transform: translate(0, -6px);
}

.horizontal-div.top-margin {
  margin-top: 20px;
}

.icons {
  object-fit: contain;
  width: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.adjust-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: -4px;
}

.pop-up-5 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-6 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.tabs {
  width: 100%;
}

.tab-link-tab-3 {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-family: Kefa, sans-serif;
  font-size: 16px;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: #b4c4b4;
}

.image-102 {
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.tabs-menu {
  grid-column-gap: 30px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.link-block-3 {
  background-color: #fff;
  border-radius: 300px;
  width: 40px;
  height: 40px;
  padding: 10px;
}

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

.div-block-169 {
  grid-column-gap: 10px;
  margin-top: 15px;
  display: flex;
}

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

.div-block-170 {
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
}

.div-block-170.weg {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.grid-18._5er {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

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

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

.image-105.enger {
  width: 70%;
}

.div-block-171 {
  color: #fff;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link.white {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.slide {
  width: 100%;
}

.play-pause-button {
  opacity: .77;
  background-color: #2e2e2e;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-172 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.icon-9, .icon-10 {
  text-shadow: 0 0 14px #0006;
}

.cross-icon {
  object-fit: contain;
}

.text-links-list {
  color: #333;
  letter-spacing: .5px;
  font-size: 17px;
}

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

.download-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.lightbox-link-2.blur {
  filter: blur(2px);
}

.quick-stack {
  width: 100%;
}

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

._3-columns {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

._2-column {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.center-div {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
}

.div-block-173 {
  background-color: var(--dark-green);
  width: 100%;
  position: relative;
  inset: auto 0% 0%;
}

.dropdown-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-2 {
  background-color: var(--dark-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: Kefa, sans-serif;
}

.dropdown-list-14 {
  background-color: #ddd0;
  position: relative;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

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

.div-block-174 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 41px;
  display: flex;
}

.insta-icon {
  height: 50px;
}

.div-block-175 {
  color: #fff;
}

.lightbox-link-3 {
  width: 100%;
}

.image-108 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-108:hover {
  transform: scale(1.1);
}

.div-block-176 {
  background-color: #fff;
  border: 10px solid red;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  display: flex;
  position: absolute;
  inset: 10% 0% auto;
}

.div-block-176.blur {
  filter: blur(3px);
}

.pop-up-2-verkauf {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-2-verkauf.anders {
  display: none;
}

.code-embed {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar {
  border-bottom: 2px solid var(--dark-green);
  background-color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: sticky;
  top: 0;
}

.container-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: auto 1% auto auto;
}

.language-tool-2 {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 20% 3% auto auto;
}

.left-arrow-main, .right-arrow-main {
  z-index: 20;
  display: none;
  top: 45%;
  bottom: 45%;
}

.slider-projects {
  background-color: #0000;
  width: 100%;
  height: 68vh;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}

.mask {
  width: 33%;
  overflow: visible;
}

.slide-projects {
  margin-left: 20px;
  margin-right: 20px;
}

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

.left-arrow-2, .right-arrow-2 {
  background-color: #fff;
  width: 40px;
}

.heading-block-property {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.heading-block-property.runter {
  margin-bottom: 100px;
}

.heading-block-property.l-nger {
  width: 100%;
}

.property-info {
  color: var(--dark-green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-info.green {
  background-color: var(--dark-green);
}

.property-info.green.heller {
  background-color: #165514;
  justify-content: center;
  align-items: center;
}

.section_uber-uns {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.nav-menu-wrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.arrow-icon {
  font-size: 40px;
}

.scroll-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-11 {
  color: #175514;
  margin-left: 0;
}

.relative-block {
  position: relative;
}

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

.image-109 {
  object-fit: contain;
  height: 25vh;
  position: absolute;
  inset: 23% 0% 0% 13%;
}

.div-block-177 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-110 {
  z-index: 5;
  object-fit: contain;
  height: 25vh;
  position: absolute;
  inset: -26% 0% auto auto;
}

.image-11 {
  z-index: 5;
  object-fit: contain;
  height: 25vh;
  position: absolute;
  inset: 2% 5% auto auto;
}

.div-block-178 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-179 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.image-111 {
  background-color: var(--dark-green);
}

.div-block-181 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 55vh;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-182 {
  background-color: var(--dark-green);
  color: #fff;
  padding: 30px;
}

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

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

  .adresse {
    font-size: 18px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

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

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

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

  .terminbutton-2.heading-1.highlights.margins {
    margin-left: 0;
    margin-right: 0;
  }

  .hintergrund-heading.heading-1 {
    font-size: 45px;
    line-height: 50px;
    inset: -41% 0% 0%;
  }

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

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

  .heading-mittig.heading-1.links {
    text-align: center;
  }

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

  .section-gro-e-abst-nde1.hauptfarbe, .section-gro-e-abst-nde1.zweitfarbe {
    overflow: hidden;
  }

  .heading-block1 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .heading-block1.runter {
    margin-bottom: 20px;
  }

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

  .text-links.flie-text {
    font-style: normal;
  }

  .text-links.flie-text.reachts, .text-links.flie-text.center {
    text-align: center;
  }

  .text-links.flie-text.no-pad {
    margin-top: 0;
  }

  .inhalt-untereinander1 {
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .inhalt-untereinander1.green.heller {
    margin-bottom: 0;
  }

  .inhalt-untereinander1.links {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .heading-mittig-bilder {
    text-align: left;
  }

  .heading-mittig-bilder.heading-1 {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
  }

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

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

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

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

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

  ._3er-grid._6er {
    grid-template-rows: auto;
  }

  .bildcover-black1 {
    padding: 60px;
  }

  .maps1 {
    height: 50vh;
    margin-top: 20px;
  }

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

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

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

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

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

  .grid._4er {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .grid._1er {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    display: grid;
  }

  .card-team {
    overflow: hidden;
  }

  .div-block-115 {
    opacity: 1;
    background-color: #00000052;
    justify-content: flex-end;
    padding: 10px;
    transition: none;
    position: absolute;
    overflow: visible;
  }

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

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

  .content {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .grid-3 {
    justify-content: space-between;
    display: flex;
  }

  .error-message {
    width: auto;
  }

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

  .section_1, .parallax {
    height: 50vh;
  }

  .impressum-link, .datenschutz-link {
    font-size: 18px;
  }

  .image-wrapper {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

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

  .men-icon1 {
    color: #fff;
  }

  .navbar-6.hauptfarbe {
    position: static;
  }

  .nav-link-3.flie-text {
    color: #fff;
    margin-left: 0;
  }

  .nav-link-3.flie-text.w--current {
    color: #fff;
  }

  .nav-link-3.flie-text._100 {
    width: 100%;
  }

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

  .men-buttton1.hauptfarbe.w--open {
    background-color: #0000;
  }

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

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

  .heading-links.heading-1 {
    font-size: 28px;
  }

  .small-icon, .small-icon.small {
    width: 70px;
  }

  .pop-up {
    display: none;
  }

  .inhalt-div {
    width: 80%;
  }

  .pop-up-4, .pop-up-3 {
    display: none;
  }

  .dropdown-toggle-1.flie-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list-13 {
    width: 100%;
  }

  .dropdown-list-13.w--open {
    position: relative;
  }

  ._2er-grid {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._2er-grid.switch {
    flex: 0 auto;
  }

  .content-div-links {
    text-align: center;
    order: -1;
    align-items: center;
    padding-right: 0;
  }

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

  .image-100.absolute {
    display: none;
  }

  .content-div-rechts {
    text-align: center;
    order: -1;
    align-items: center;
    padding-left: 0;
  }

  .toggle-link {
    color: #fff;
  }

  ._2er-adj {
    width: 100%;
  }

  .link-block-2.highlights {
    width: 50px;
    height: 50px;
  }

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

  .language-tool {
    margin-top: 6px;
    inset: 0% 0% auto auto;
  }

  .background-video {
    height: 60vh;
  }

  .horizontal-div {
    padding-left: 10px;
  }

  .icons {
    width: 30px;
  }

  .adjust-grid {
    margin-top: 20px;
  }

  .pop-up-6 {
    display: none;
  }

  .tab-link-tab-3, .tab-link-tab-3.w--current {
    text-align: center;
  }

  .image-102 {
    width: 60px;
    height: 60px;
  }

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

  .image-104 {
    height: 60vh;
  }

  .grid-18 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-18._5er {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .slider-3 {
    height: 60vh;
  }

  .div-block-172 {
    height: auto;
  }

  .dropdown {
    width: 100%;
  }

  .text-links-list.flie-text {
    text-align: left;
  }

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

  .success-txt {
    font-size: 26px;
    line-height: 38px;
  }

  ._3-columns {
    width: 60%;
  }

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

  .dropdown-list-14 {
    text-align: center;
  }

  .grid-19 {
    flex-direction: column;
    display: flex;
  }

  .image-107 {
    height: 55vh;
  }

  .div-block-174 {
    align-items: center;
    padding: 18px;
  }

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

  .container-9 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .menu-button-2 {
    margin-left: auto;
  }

  .menu-button-2.w--open {
    z-index: 10000;
    background-color: #0000;
  }

  .menu-button-2.w--open:hover {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: var(--dark-green);
    justify-content: flex-start;
    align-items: center;
    width: 55vw;
    height: 100%;
    padding-top: 8rem;
    padding-left: 2rem;
    overflow: visible;
  }

  .language-tool-2 {
    margin-top: 6px;
    inset: 0% 0% auto auto;
  }

  .slider-projects {
    height: 70vh;
  }

  .mask {
    width: 60%;
  }

  .slide-projects {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-block-property {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .heading-block-property.runter {
    margin-bottom: 20px;
  }

  .property-info {
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .property-info.green.heller {
    margin-bottom: 0;
  }

  .section_uber-uns {
    height: 50vh;
  }

  .form-tag {
    font-size: 20px;
  }

  .dropdown1 {
    width: 100%;
  }

  .nav-menu-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .arrow-icon {
    font-size: 35px;
  }

  .scroll-wrap {
    width: 100%;
    height: 70vh;
    padding-right: 2rem;
    display: block;
    overflow: auto;
  }

  .image-109 {
    height: 22vh;
    left: 22%;
  }

  .image-110 {
    height: 20vh;
    top: -20%;
  }

  .image-110.adjust {
    height: 18vh;
    right: -5%;
  }

  .image-11 {
    height: 18vh;
    top: 1%;
    right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .telefonnummer, .email, .adresse {
    font-size: 18px;
  }

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

  .divblock1 {
    height: auto;
  }

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

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

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

  .titelvideo1 {
    height: 100%;
  }

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

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

  ._4er-grid1 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .terminbutton-2.heading-1.highlights {
    margin-left: 0;
    margin-right: 0;
  }

  .hintergrund-heading.heading-1 {
    font-size: 30px;
    line-height: 35px;
    inset: -67% 0% 0%;
  }

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

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

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

  .heading-block1 {
    width: 100%;
    position: relative;
  }

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

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

  .text-links.flie-text.reachts, .text-links.flie-text.center {
    text-align: center;
  }

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

  .inhalt-untereinander1.green.heller {
    margin-bottom: 0;
  }

  .heading-klein-links.heading-2, .heading-klein-links.heading-2.rechts {
    font-size: 22px;
  }

  .heading-mittig-bilder {
    text-align: left;
  }

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

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

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

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

  ._3er-grid._6er {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .maps1 {
    height: 50vh;
  }

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

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

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

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

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

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

  .card-team {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 50vh;
    display: flex;
  }

  .rounded-image {
    object-fit: contain;
    align-self: auto;
    width: auto;
  }

  .rounded-image.mittig {
    height: 50vh;
  }

  .div-block-115 {
    justify-content: flex-end;
  }

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

  .grid-2.abst {
    flex-direction: column;
    display: flex;
  }

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

  .no_overflow {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .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-top: 0;
    padding-bottom: 0;
  }

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

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

  .maos-footer {
    height: 100px;
  }

  .section_1, .parallax {
    height: 45vh;
  }

  .datenschutz-link {
    font-size: 18px;
  }

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

  .small-icon, .small-icon.small {
    width: 60px;
  }

  .pop-up {
    display: none;
  }

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

  .link-block {
    width: 30px;
    height: 30px;
  }

  .pop-up-2 {
    display: none;
  }

  ._2er-adj {
    flex-direction: column;
    display: flex;
  }

  .adjust-grid {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .tab-link-tab-3, .tab-link-tab-3.w--current {
    width: 100%;
    height: 20vh;
  }

  .image-102 {
    width: 50px;
    height: 50px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .lightbox-link {
    height: auto;
  }

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

  .success-txt {
    font-size: 23px;
    line-height: 35px;
  }

  ._3-columns, ._2-column {
    width: 80%;
  }

  .grid-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-107.pos {
    object-position: 65% 50%;
  }

  .div-block-174 {
    align-items: center;
  }

  .lightbox-link-3 {
    height: auto;
  }

  .pop-up-2-verkauf {
    display: none;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-9 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-menu-2 {
    width: 65vw;
  }

  .slider-projects {
    height: 75vh;
  }

  .heading-block-property {
    width: 100%;
    position: relative;
  }

  .property-info {
    padding-right: 0;
  }

  .property-info.green.heller {
    margin-bottom: 0;
  }

  .section_uber-uns {
    height: 45vh;
  }

  .arrow-icon {
    font-size: 30px;
  }

  .image-109 {
    height: 19vh;
    top: 25%;
  }

  .image-110, .image-11 {
    height: 15vh;
    position: static;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

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

  .logo-img {
    height: 90px;
  }

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

  .flie-text.sm-font {
    font-size: 10px;
    line-height: 15px;
  }

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

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

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

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

  .titelvideo1 {
    height: 100%;
  }

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

  .subheading.heading-2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .divider.highlights {
    width: 40vw;
  }

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

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

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

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

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

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

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

  .heading-block1 {
    width: auto;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

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

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

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

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

  .inhalt-untereinander1.green.heller {
    margin-bottom: 0;
  }

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

  .heading-klein-links.heading-3 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .heading-mittig-bilder {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

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

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

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

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

  .mehr-erfahren2.zweitfarbe.heading-1 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
  }

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

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

  .text-block.heading-3 {
    letter-spacing: 1px;
    font-size: 12px;
  }

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

  .div-block-41.highlights {
    padding: 20px;
  }

  .grid._4er, .grid._1er {
    align-items: stretch;
  }

  .card-team {
    width: 100%;
    height: 45vh;
  }

  .rounded-image, .rounded-image.mittig {
    height: 100%;
  }

  .grid-2.abst {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .no_overflow {
    height: 30vh;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

  .parallax {
    height: 45vh;
  }

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

  .div-block-167 {
    padding-right: 5px;
  }

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

  .small-icon, .small-icon.small {
    width: 45px;
  }

  .inhalt-div {
    width: 90%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    width: 30px;
    height: 30px;
  }

  .pop-up-4 {
    display: none;
  }

  .link-block-2.highlights {
    width: 40px;
    height: 40px;
  }

  .image-101 {
    width: 24px;
  }

  .slide-nav {
    font-size: 8px;
  }

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

  .adjust-grid {
    margin-top: 20px;
  }

  .pop-up-5, .pop-up-6 {
    display: none;
  }

  .image-102 {
    width: 40px;
  }

  .image-104 {
    object-fit: cover;
    height: 45vh;
  }

  .slider-3 {
    height: 45vh;
  }

  .div-block-172 {
    height: auto;
  }

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

  .success-txt {
    font-size: 18px;
    line-height: 28px;
  }

  ._3-columns, ._2-column {
    width: 100%;
  }

  .image-107, .image-107.pos {
    height: 35vh;
  }

  .div-block-174 {
    padding: 10px;
  }

  .aktulles-link {
    word-break: break-all;
  }

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

  .container-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-2 {
    width: 70vw;
    padding-left: 1rem;
    padding-right: 0;
  }

  .slider-projects {
    height: auto;
  }

  .mask {
    width: 100%;
  }

  .slide-projects {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-block-property {
    width: auto;
  }

  .property-info {
    padding-right: 0;
  }

  .property-info.green.heller {
    margin-bottom: 0;
  }

  .image-109 {
    height: 15vh;
    left: 20%;
  }

  .image-110, .image-11 {
    position: static;
  }
}

#w-node-_68444aff-fcbb-fd33-0f11-98a6e4023df9-062d9c05, #w-node-e4f8a151-40f7-ea5f-9fa0-dc9c16a2d2bb-062d9c05, #w-node-_076ad2e3-018f-f4f8-8d2e-46b035acc8ca-062d9c05, #w-node-f219dcda-c38e-9b18-2cdb-dac790df9692-062d9c05, #w-node-_6247406f-3ed4-ae90-943f-bffcef7ed7a6-062d9c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2c712593-6b2a-09a0-2ae1-c51fd69c0429-59b33a39, #w-node-_434a88aa-312f-b28f-8a58-2f018c1447ee-59b33a39, #w-node-_434a88aa-312f-b28f-8a58-2f018c1447f0-59b33a39, #w-node-_434a88aa-312f-b28f-8a58-2f018c1447f3-59b33a39, #w-node-_434a88aa-312f-b28f-8a58-2f018c1447f6-59b33a39, #w-node-_434a88aa-312f-b28f-8a58-2f018c1447fb-59b33a39, #w-node-_75d8435f-7982-e994-ebfd-91d016a991da-59b33a39, #w-node-_1187027d-2f18-1b75-47a5-7e5903dbc913-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82a0-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82a2-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82a5-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82a8-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82ad-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82b3-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82b5-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82b8-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82bb-fda5038a, #w-node-fcc8fb1c-c917-1583-6d5c-6ab8e07c82c0-fda5038a, #w-node-_15d40bb4-ef59-68c0-7d74-846fc69313ce-fda5038a, #w-node-_15d40bb4-ef59-68c0-7d74-846fc69313d2-fda5038a, #w-node-_15d40bb4-ef59-68c0-7d74-846fc69313d6-fda5038a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73bd1964-1356-0854-6e96-3006e17db266-cd768bce, #w-node-_3b413614-e286-aae9-8d51-209322ed021b-cd768bce, #w-node-_63097f75-3570-31a6-4123-95aa2590b72c-cd768bce, #w-node-baae1c24-036f-2746-87c9-49bbed13e14c-cd768bce, #w-node-c8ec6523-0ef7-d858-2504-8140db7d2fff-cd768bce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a798fa54-e7e6-3328-87f1-5db1e5fc6a9a-6e5c2519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5523704-4a6d-5f27-1f75-ffe9624e8da5-6e5c2519, #w-node-_0bc56a55-ac30-12c9-9f0e-8079e100a4f1-6e5c2519 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fdbcf6d8-a2d1-a633-75d9-3a1791dd855a-540fbc71, #w-node-_2770d3c0-d039-1ba4-85a0-e932ce96785f-540fbc71, #w-node-_02263306-9759-a1a6-241a-f72672f09fda-540fbc71, #w-node-_6a844e15-0524-848f-6fef-1559aa8cf58b-540fbc71, #w-node-d2fdd5e4-f7a6-3527-1ea2-0ec885348979-540fbc71, #w-node-a8ea6ca0-3210-1387-dbe9-a7c1c85931d5-540fbc71, #w-node-_1f289f4f-e8f3-43af-b06c-0b01710c4b88-540fbc71, #w-node-_4aebfce3-350a-0631-d03a-a1f017e72b61-540fbc71, #w-node-b1c77c35-2a3f-7f1b-14d7-803b1eb567f9-540fbc71, #w-node-b1c77c35-2a3f-7f1b-14d7-803b1eb567fc-540fbc71, #w-node-b1c77c35-2a3f-7f1b-14d7-803b1eb567ff-540fbc71, #w-node-b1c77c35-2a3f-7f1b-14d7-803b1eb56804-540fbc71, #w-node-f186cab9-c63d-7503-49e7-73744e4e5f53-540fbc71, #w-node-d780f2f4-6613-baf5-bf9a-0dccfe0c595f-540fbc71, #w-node-d780f2f4-6613-baf5-bf9a-0dccfe0c5962-540fbc71, #w-node-d780f2f4-6613-baf5-bf9a-0dccfe0c5965-540fbc71, #w-node-d780f2f4-6613-baf5-bf9a-0dccfe0c596a-540fbc71, #w-node-cae3d3ec-8c71-ebec-b3c5-e9252d0632ed-540fbc71, #w-node-_6ea2549b-956e-7cfd-2020-e8ad3aa47d9f-540fbc71, #w-node-_6ea2549b-956e-7cfd-2020-e8ad3aa47da2-540fbc71, #w-node-_6ea2549b-956e-7cfd-2020-e8ad3aa47da5-540fbc71, #w-node-_6ea2549b-956e-7cfd-2020-e8ad3aa47daa-540fbc71, #w-node-_0fe069f1-8ca2-2564-5076-dd91d7b0d6de-540fbc71, #w-node-_65fbdaa9-1e78-0ef1-ddad-c29d48bd361c-540fbc71, #w-node-_65fbdaa9-1e78-0ef1-ddad-c29d48bd361f-540fbc71, #w-node-_65fbdaa9-1e78-0ef1-ddad-c29d48bd3622-540fbc71, #w-node-_65fbdaa9-1e78-0ef1-ddad-c29d48bd3627-540fbc71, #w-node-_75d8435f-7982-e994-ebfd-91d016a991d2-540fbc71, #w-node-_75d8435f-7982-e994-ebfd-91d016a991d6-540fbc71, #w-node-_75d8435f-7982-e994-ebfd-91d016a991da-540fbc71, #w-node-_75d8435f-7982-e994-ebfd-91d016a991de-540fbc71, #w-node-_75d8435f-7982-e994-ebfd-91d016a991e2-540fbc71, #w-node-fdbcf6d8-a2d1-a633-75d9-3a1791dd855a-c79da93b, #w-node-_2770d3c0-d039-1ba4-85a0-e932ce96785f-c79da93b, #w-node-_02263306-9759-a1a6-241a-f72672f09fda-c79da93b, #w-node-_6a844e15-0524-848f-6fef-1559aa8cf58b-c79da93b, #w-node-d2fdd5e4-f7a6-3527-1ea2-0ec885348979-c79da93b, #w-node-a8ea6ca0-3210-1387-dbe9-a7c1c85931d5-c79da93b, #w-node-_1f289f4f-e8f3-43af-b06c-0b01710c4b88-c79da93b, #w-node-_4aebfce3-350a-0631-d03a-a1f017e72b61-c79da93b, #w-node-b1c77c35-2a3f-7f1b-14d7-803b1eb567f9-c79da93b, #w-node-b1c77c35-2a3f-7f1b-14d7-803b1eb567fc-c79da93b, #w-node-b1c77c35-2a3f-7f1b-14d7-803b1eb567ff-c79da93b, #w-node-b1c77c35-2a3f-7f1b-14d7-803b1eb56804-c79da93b, #w-node-f186cab9-c63d-7503-49e7-73744e4e5f53-c79da93b, #w-node-d780f2f4-6613-baf5-bf9a-0dccfe0c595f-c79da93b, #w-node-d780f2f4-6613-baf5-bf9a-0dccfe0c5962-c79da93b, #w-node-d780f2f4-6613-baf5-bf9a-0dccfe0c5965-c79da93b, #w-node-d780f2f4-6613-baf5-bf9a-0dccfe0c596a-c79da93b, #w-node-cae3d3ec-8c71-ebec-b3c5-e9252d0632ed-c79da93b, #w-node-_6ea2549b-956e-7cfd-2020-e8ad3aa47d9f-c79da93b, #w-node-_6ea2549b-956e-7cfd-2020-e8ad3aa47da2-c79da93b, #w-node-_6ea2549b-956e-7cfd-2020-e8ad3aa47da5-c79da93b, #w-node-_6ea2549b-956e-7cfd-2020-e8ad3aa47daa-c79da93b, #w-node-d6a4c6d2-bf6b-8ad7-d323-c5d49165a25a-c79da93b, #w-node-d6a4c6d2-bf6b-8ad7-d323-c5d49165a25c-c79da93b, #w-node-d6a4c6d2-bf6b-8ad7-d323-c5d49165a25f-c79da93b, #w-node-d6a4c6d2-bf6b-8ad7-d323-c5d49165a262-c79da93b, #w-node-d6a4c6d2-bf6b-8ad7-d323-c5d49165a267-c79da93b, #w-node-_0c5dc81a-0608-4611-22a7-9396d593d041-c79da93b, #w-node-_0c5dc81a-0608-4611-22a7-9396d593d045-c79da93b, #w-node-_0c5dc81a-0608-4611-22a7-9396d593d049-c79da93b, #w-node-_0c5dc81a-0608-4611-22a7-9396d593d068-c79da93b, #w-node-_0c5dc81a-0608-4611-22a7-9396d593d06c-c79da93b, #w-node-fdbcf6d8-a2d1-a633-75d9-3a1791dd855a-4f167121, #w-node-f41c7d05-f73d-e962-6779-320a5b017d2c-4f167121, #w-node-f41c7d05-f73d-e962-6779-320a5b017d2e-4f167121, #w-node-f41c7d05-f73d-e962-6779-320a5b017d31-4f167121, #w-node-f41c7d05-f73d-e962-6779-320a5b017d34-4f167121, #w-node-f41c7d05-f73d-e962-6779-320a5b017d39-4f167121, #w-node-_4bddad5a-cf8b-2022-4488-15514a7a5fea-4f167121, #w-node-_4bddad5a-cf8b-2022-4488-15514a7a5fec-4f167121, #w-node-_4bddad5a-cf8b-2022-4488-15514a7a5fef-4f167121, #w-node-_4bddad5a-cf8b-2022-4488-15514a7a5ff2-4f167121, #w-node-_4bddad5a-cf8b-2022-4488-15514a7a5ff7-4f167121, #w-node-f7e28c1c-2781-fab0-ebac-4d033c1ce451-4f167121, #w-node-f7e28c1c-2781-fab0-ebac-4d033c1ce453-4f167121, #w-node-f7e28c1c-2781-fab0-ebac-4d033c1ce456-4f167121, #w-node-f7e28c1c-2781-fab0-ebac-4d033c1ce459-4f167121, #w-node-f7e28c1c-2781-fab0-ebac-4d033c1ce45e-4f167121, #w-node-b4829e4b-8ab3-747c-e8cf-db3e270483a1-4f167121, #w-node-b4829e4b-8ab3-747c-e8cf-db3e270483a3-4f167121, #w-node-b4829e4b-8ab3-747c-e8cf-db3e270483a6-4f167121, #w-node-b4829e4b-8ab3-747c-e8cf-db3e270483a9-4f167121, #w-node-b4829e4b-8ab3-747c-e8cf-db3e270483ae-4f167121, #w-node-_769a17ce-d89f-4b08-0f03-f0522a3f1ce0-4f167121, #w-node-_769a17ce-d89f-4b08-0f03-f0522a3f1ce2-4f167121, #w-node-_769a17ce-d89f-4b08-0f03-f0522a3f1ce5-4f167121, #w-node-_769a17ce-d89f-4b08-0f03-f0522a3f1ce8-4f167121, #w-node-_769a17ce-d89f-4b08-0f03-f0522a3f1ced-4f167121, #w-node-_9b7c394b-1f1d-0a0d-dadb-ffde4d9e9732-4f167121, #w-node-_9b7c394b-1f1d-0a0d-dadb-ffde4d9e9734-4f167121, #w-node-_9b7c394b-1f1d-0a0d-dadb-ffde4d9e9737-4f167121, #w-node-_9b7c394b-1f1d-0a0d-dadb-ffde4d9e973a-4f167121, #w-node-_9b7c394b-1f1d-0a0d-dadb-ffde4d9e973f-4f167121, #w-node-_0eb0305e-7486-d41a-167f-33ccbce16081-4f167121, #w-node-_0eb0305e-7486-d41a-167f-33ccbce16083-4f167121, #w-node-_0eb0305e-7486-d41a-167f-33ccbce16086-4f167121, #w-node-_0eb0305e-7486-d41a-167f-33ccbce16089-4f167121, #w-node-_0eb0305e-7486-d41a-167f-33ccbce1608e-4f167121, #w-node-_81ba515b-c49a-ba2e-af6c-bbd34b769b94-4f167121, #w-node-_81ba515b-c49a-ba2e-af6c-bbd34b769b96-4f167121, #w-node-_81ba515b-c49a-ba2e-af6c-bbd34b769b99-4f167121, #w-node-_81ba515b-c49a-ba2e-af6c-bbd34b769b9c-4f167121, #w-node-_81ba515b-c49a-ba2e-af6c-bbd34b769ba1-4f167121, #w-node-e2a0b039-4dc8-fa55-1295-0564a6573f52-4f167121, #w-node-e2a0b039-4dc8-fa55-1295-0564a6573f54-4f167121, #w-node-e2a0b039-4dc8-fa55-1295-0564a6573f57-4f167121, #w-node-e2a0b039-4dc8-fa55-1295-0564a6573f5a-4f167121, #w-node-e2a0b039-4dc8-fa55-1295-0564a6573f5f-4f167121, #w-node-_9614769b-631b-291f-fefc-bf213856ee7e-4f167121, #w-node-_9614769b-631b-291f-fefc-bf213856ee80-4f167121, #w-node-_9614769b-631b-291f-fefc-bf213856ee83-4f167121, #w-node-_9614769b-631b-291f-fefc-bf213856ee86-4f167121, #w-node-_9614769b-631b-291f-fefc-bf213856ee8b-4f167121, #w-node-_393add83-11d6-3606-14d1-90929b5720a6-4f167121, #w-node-_393add83-11d6-3606-14d1-90929b5720a8-4f167121, #w-node-_393add83-11d6-3606-14d1-90929b5720ab-4f167121, #w-node-_393add83-11d6-3606-14d1-90929b5720ae-4f167121, #w-node-_393add83-11d6-3606-14d1-90929b5720b3-4f167121, #w-node-_9969ec8e-72da-e507-16a2-12b818887249-4f167121, #w-node-_9969ec8e-72da-e507-16a2-12b81888724b-4f167121, #w-node-_9969ec8e-72da-e507-16a2-12b81888724e-4f167121, #w-node-_9969ec8e-72da-e507-16a2-12b818887251-4f167121, #w-node-_9969ec8e-72da-e507-16a2-12b818887256-4f167121, #w-node-_85367f56-aae3-1ae0-fbb5-7f582a191369-4f167121, #w-node-_85367f56-aae3-1ae0-fbb5-7f582a19136b-4f167121, #w-node-_85367f56-aae3-1ae0-fbb5-7f582a19136e-4f167121, #w-node-_85367f56-aae3-1ae0-fbb5-7f582a191371-4f167121, #w-node-_85367f56-aae3-1ae0-fbb5-7f582a191376-4f167121, #w-node-ba6000de-b433-2e9e-5b71-2583aa7da104-4f167121, #w-node-ba6000de-b433-2e9e-5b71-2583aa7da106-4f167121, #w-node-ba6000de-b433-2e9e-5b71-2583aa7da109-4f167121, #w-node-ba6000de-b433-2e9e-5b71-2583aa7da10c-4f167121, #w-node-ba6000de-b433-2e9e-5b71-2583aa7da111-4f167121, #w-node-_12544647-c5f0-09db-ae34-fe1e96022dc5-4f167121, #w-node-_12544647-c5f0-09db-ae34-fe1e96022dc7-4f167121, #w-node-_12544647-c5f0-09db-ae34-fe1e96022dca-4f167121, #w-node-_12544647-c5f0-09db-ae34-fe1e96022dcd-4f167121, #w-node-_12544647-c5f0-09db-ae34-fe1e96022dd2-4f167121, #w-node-_325d5159-0c6a-5a47-fe68-ed605d298183-4f167121, #w-node-_325d5159-0c6a-5a47-fe68-ed605d298185-4f167121, #w-node-_325d5159-0c6a-5a47-fe68-ed605d298188-4f167121, #w-node-_325d5159-0c6a-5a47-fe68-ed605d29818b-4f167121, #w-node-_325d5159-0c6a-5a47-fe68-ed605d298190-4f167121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fbba83e-3994-d43c-00d1-3ea99192fe50-6f8e38cb, #w-node-dd8ce4ee-eba4-a678-cb19-435314456b4c-6f8e38cb, #w-node-de2d3722-3bcd-a1f9-c027-df291f167e61-6f8e38cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4ddd16a7-0749-abf9-eb0d-aafafdeae1ca-062d9c05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ddd16a7-0749-abf9-eb0d-aafafdeae1f1-062d9c05 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b63f789f-e815-e05d-5533-26414dcfb8d4-062d9c05 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-b6ba26a8-83ed-4037-113f-cc053d038ac8-59b33a39, #w-node-b6ba26a8-83ed-4037-113f-cc053d038ac8-540fbc71, #w-node-b6ba26a8-83ed-4037-113f-cc053d038ac8-c79da93b, #w-node-b6ba26a8-83ed-4037-113f-cc053d038ac8-4f167121 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Kefa';
  src: url('../fonts/Kefa.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Kefa Regular 3';
  src: url('../fonts/FontsFree-Net-Kefa-Regular-3.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}