:root {
  --orange: #f28e42;
  --black: black;
  --white: white;
  --grey: #738079;
}

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

p {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  height: 100vh;
}

.html-embed {
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
}

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

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

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

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

.schwarzer-button {
  z-index: 1000;
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 10% auto;
}

.schwarzer-button:hover {
  background-color: #d4af37;
}

.heading-einstellungen {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-einstellungen._2 {
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.logo-img {
  z-index: 9999999;
  object-fit: contain;
  height: 18vh;
  padding-left: 20px;
  padding-right: 20px;
}

.logo {
  object-fit: contain;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.logo.ber-button {
  justify-content: flex-end;
  width: 100%;
  height: 21vh;
}

.logo.left {
  position: absolute;
  inset: auto 0% 15% auto;
}

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

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

.telefonnummer {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
}

.telefonnummer.black {
  color: var(--black);
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: var(--white);
  background-color: #1b2d21;
  background-image: linear-gradient(#1e3024, #152319 48%);
  margin-top: 20px;
}

.email {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
}

.email.white {
  color: #fff;
}

.email.black {
  color: var(--black);
}

.zweitfarbe {
  color: var(--black);
  background-color: #f5f5f5;
}

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

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.section-einstellungen {
  flex-direction: column;
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.block-logo-einstellungen {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  padding: 10px 5px;
  display: flex;
}

.inhalt-einstellungen {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

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

.heading-1 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.flie-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  display: flex;
}

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

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

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

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

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

.body-black {
  background-color: #000;
  overflow: hidden;
}

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

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

.navbar {
  z-index: 100;
  background-color: #0000004d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
}

.icon {
  width: 75px;
}

.div-block-111 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.hauptfarbe-2 {
  color: #fff;
  background-color: #000;
}

.logo-wei {
  margin-top: 10px;
  margin-right: auto;
}

.nav-menu-1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-1 {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link-1.flie-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8vh;
}

.nav-link-1.flie-text.w--current {
  border-bottom: 1px solid #fff;
}

.navlink_content {
  overflow: hidden;
}

.titelvideo-startseite-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 85vh;
  display: flex;
  position: relative;
}

.titelvideo-startseite-1.hauptfarbe {
  align-items: stretch;
  width: 100%;
  height: 95vh;
}

.background-video1 {
  z-index: 5;
  width: 70vw;
  height: 100%;
  font-size: 1vw;
  line-height: 2.8vh;
}

.div-block-video {
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding-top: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.termin-button.heading-3 {
  font-size: 16px;
  font-weight: 400;
}

.termin-button.heading-3.highlights {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2.6vh;
  transition: all .2s;
}

.termin-button.heading-3.highlights:hover {
  transform: translate(0, -5px);
  box-shadow: 0 6px 10px 1px #0003;
}

.termin-button.heading-3.hauptfarbe {
  font-size: 14px;
  transition: all .5s;
}

.termin-button.heading-3.hauptfarbe:hover {
  background-image: none;
}

.termin-button.heading-3.hauptfarbe._1 {
  background-color: #f18d42;
  background-image: linear-gradient(#ef8d41, #c25500);
  font-size: 26px;
}

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 100px;
}

.slogan1.heading-1 {
  z-index: 10;
  font-size: 52px;
  line-height: 1;
}

.slogan1.mittig {
  text-align: center;
}

.slogan1.mittig.heading-1 {
  line-height: 1.3;
}

._2er-grid-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.slogan1-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
}

.slogan1-2.heading-2 {
  letter-spacing: 2px;
}

.slogan1-2.heading-2.farbe-der-headings {
  font-size: 20px;
  line-height: 1.3;
}

.social-icons-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  inset: auto auto 5% 5vw;
}

.icon-social-media {
  object-fit: contain;
  width: 2vw;
  height: 4.3vh;
  margin-top: 0;
  transition: all .2s;
}

.icon-social-media:hover {
  transform: scale(.7);
}

.button-link {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link.zweitfarbe.heading-2 {
  width: 20vw;
  min-width: auto;
  height: 7vh;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.button-link.zweitfarbe.heading-2:hover {
  color: #fff;
  background-color: #6b6b6b;
}

.block-highlight {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-highlight.highlights {
  width: 4vw;
}

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

.button-text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 2.6vh;
}

.arrow {
  object-fit: contain;
  width: 1.6vw;
  height: 3.4vh;
}

.text-mittig1 {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig1.flie-text {
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
}

.heading-mittig1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 38px;
  line-height: 65px;
}

.heading-mittig1.heading-1 {
  color: var(--black);
  font-size: 38px;
  line-height: 1.3;
}

.heading-mittig1.klein {
  font-size: 30px;
  line-height: 35px;
}

.heading-mittig1.klein.heading-2 {
  font-size: 25px;
  line-height: 1.5;
}

.heading-mittig1.klein.heading-2.farbe-der-headings {
  font-size: 23px;
  line-height: 1.5;
}

.heading-mittig1.klein.heading-1 {
  font-size: 20px;
  line-height: 1.3;
}

._3er-grid1 {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 10%;
}

.block-mittig {
  background-color: var(--white);
  border: 1px solid #cfcfcf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  font-size: 1.1vw;
  line-height: 2.8vh;
  display: flex;
  position: relative;
}

.block-mittig.flie-text {
  line-height: 1.5;
}

.icons {
  object-fit: contain;
  width: 5vw;
  height: 10.1vh;
  margin-bottom: 10px;
  font-size: 1.1vw;
  line-height: 2.8vh;
}

.icons.invert {
  filter: invert();
  height: 10vh;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
}

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

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

.colorline-horizontal {
  height: 3px;
  position: absolute;
}

.colorline-horizontal.small {
  width: 100%;
  inset: auto 0% 0%;
}

.colorline-horizontal.big {
  width: 80%;
  inset: auto 0% 0% auto;
}

.section-no-space {
  height: 100%;
  margin-top: 0;
}

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

.inhalt-mittig-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10% 20%;
  display: flex;
}

.inhalt-mittig-links.hauptfarbe {
  font-size: 1vw;
  line-height: 2.8vh;
}

.inhalt-mittig-links.wei {
  background-color: #fff;
}

.heading-links {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
}

.heading-links.heading-1 {
  font-size: 32px;
  line-height: 1.3;
}

.heading-links.klen {
  font-size: 30px;
  line-height: 35px;
}

.heading-links.klen.heading-2 {
  font-size: 32px;
  line-height: 1.5;
}

.text-links1 {
  text-align: left;
}

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

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

.slider.klein {
  height: 35vh;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/AdobeStock_306148216_visu_1AdobeStock_306148216_visu.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/AdobeStock_315419968_visu_1AdobeStock_315419968_visu.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/AdobeStock_75794950_visu_1AdobeStock_75794950_visu.webp');
  background-position: 50%;
  background-size: cover;
  font-size: 1.1vw;
  line-height: 2.8vh;
}

.slide-5 {
  background-image: url('../images/616959a9dd5f7a2e7347c84e_AdobeStock_202183369_visu_1616959a9dd5f7a2e7347c84e_AdobeStock_202183369_visu.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/61695a2c48019c3a1353c394_AdobeStock_126394058_visu_161695a2c48019c3a1353c394_AdobeStock_126394058_visu.webp');
  background-position: 60%;
  background-size: cover;
}

.html-embed-2 {
  font-size: 14px;
  line-height: 1.3;
}

.section-embed {
  padding: 50px 10%;
}

.section-embed.highlights {
  padding-top: 96px;
  font-size: 14px;
  line-height: 1.5;
}

.grid-untereinander {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.lightbox-link {
  color: #fff;
  width: 100%;
  height: 40vh;
  text-decoration: none;
  position: relative;
}

.lightbox-link.gro {
  height: 100%;
  margin-bottom: 0;
}

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

.projekt-info {
  object-fit: fill;
  font-size: 1.1vw;
  line-height: 2.8vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-name {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 60px;
  padding: 10px 20px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.project-name.zweitfarbe {
  width: 100%;
  height: 10vh;
}

.project-icon {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.project-icon.highlights {
  width: 15%;
  height: 10vh;
}

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

.slider-transparent {
  background-color: #0000;
}

._4er-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100vw;
  height: 30vh;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10%;
  display: flex;
}

.lottie-animation {
  height: 22vh;
  margin-bottom: 20px;
}

.div-block-footer1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  height: 99.9998%;
  margin-top: 40px;
  display: flex;
}

.inhalt-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

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

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

.maos-footer-2 {
  justify-content: center;
  display: flex;
}

.absolute_100 {
  z-index: 100;
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading_big {
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  line-height: 200px;
}

.heading_big.heading-3 {
  font-size: 73px;
  line-height: 21.5vh;
}

.titelvideo-1 {
  height: 75vh;
}

.titelvideo-1.hauptfarbe {
  height: 95vh;
}

.picture-round {
  object-fit: cover;
  border-radius: 50%;
  width: 17vw;
  height: 29vh;
}

.picture-round:hover {
  transform: scale(1.1);
}

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

.service-card {
  width: 100%;
  height: 45vh;
  position: relative;
}

.service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.service-content {
  color: #fff;
  background-color: #0009;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 20px;
  font-size: 1vw;
  line-height: 2.8vh;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-7 {
  background-image: url('../images/616959aa956d2b09ba9c64d3_AdobeStock_271056073_visu_1616959aa956d2b09ba9c64d3_AdobeStock_271056073_visu.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/616956ed0d63dcffa82c2a98_AdobeStock_127920403_visu_1616956ed0d63dcffa82c2a98_AdobeStock_127920403_visu.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/616956ece847ec0dbfd985d4_AdobeStock_144007478_visu_1616956ece847ec0dbfd985d4_AdobeStock_144007478_visu.webp');
  background-position: 50%;
  background-size: cover;
}

.zitat {
  text-align: center;
  margin-bottom: 100px;
  font-family: Great Vibes, cursive;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

.no-overflow {
  font-size: 1vw;
  line-height: 1.5;
  transition: all .2s;
  overflow: hidden;
}

.img-70-vh {
  object-fit: cover;
  font-size: 1.1vw;
  line-height: 1.5;
}

.img-70-vh:hover {
  transform: scale(1.1);
}

.stripe {
  z-index: -1;
  width: 100%;
  height: 300px;
  position: absolute;
}

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

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  width: 100%;
}

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

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

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

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

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

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

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

.link-formular {
  color: var(--white);
  text-decoration: none;
}

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

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

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

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

.text-field-4.cc-textarea {
  height: 14.4vh;
}

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

.form1 {
  margin-bottom: 0;
}

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

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

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

.label3.abstand-nach-oben.heading-3 {
  font-size: 14px;
  line-height: 1.3;
}

.link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.impdat {
  padding: 180px 40px 100px;
}

.flie-text-2 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.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;
  display: flex;
}

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

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

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

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.impressum-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.datenschutz-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 2.8vh;
  text-decoration: none;
}

.img-100-copy {
  object-fit: cover;
  object-fit: cover;
  width: 39.5vw;
  height: 75vh;
}

.field-label {
  font-size: 14px;
  line-height: 1.5;
}

.field-label-2, .field-label-3, .field-label-4 {
  font-size: 14px;
  line-height: 1.3;
}

.img-100-copy {
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  width: 39.5vw;
  height: 73vh;
  line-height: 67px;
}

.img-70-vh-copy {
  object-fit: cover;
  font-size: 1.1vw;
  line-height: 1.5;
}

.img-70-vh-copy:hover {
  transform: scale(1.1);
}

.no-overflow-copy {
  font-size: 1vw;
  line-height: 1.5;
  transition: all .2s;
  overflow: hidden;
}

.img-100-copy {
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  width: 39.5vw;
  height: 75vh;
}

.field-label-5, .field-label-6, .field-label-7, .field-label-8 {
  font-size: 14px;
  line-height: 1.5;
}

.img-100-copy {
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  width: 39.5vw;
  height: 100%;
}

.heading-logo-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 1.5;
}

.logo-img-2 {
  width: 15vw;
}

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

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

.textarea {
  line-height: 3.7;
}

.section-gro-e-abst-nde2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0% 100px;
  display: flex;
}

.section-gro-e-abst-nde3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0% 0;
  display: flex;
}

.textarea-2 {
  line-height: 2.4;
}

.img-100-copy-copy {
  object-fit: cover;
  width: auto;
  height: 67vh;
}

.section-gro-e-abst-nde1-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 259px 5% 60px;
  display: flex;
}

.section-gro-e-abst-nde {
  padding-top: 0;
}

.padding-section-1 {
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.padding-section-1.highlights {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.padding-section-1.zweitfarbe {
  justify-content: space-between;
  align-items: center;
}

._2er-grid-with-1-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.no-padding-section-1 {
  text-align: center;
  padding-top: 40px;
}

.large-padding-section-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 160px 140px 100px;
  display: flex;
}

.large-padding-section-1.highlights {
  align-items: stretch;
}

.html-embed-7 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 10% auto;
}

.div-block-145 {
  z-index: 200;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px 60px 50px;
  position: relative;
  overflow: auto;
}

.bold-text-5 {
  font-weight: 400;
}

.spacer {
  height: 20px;
}

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

.dropdown-13 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.dropdown-14 {
  z-index: 1;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-14:hover {
  transform: scale(1.05);
}

.wrapy {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.ablaufplan-spalteninhalt-2 {
  width: 100%;
}

.platzhalter-ablaufplan {
  width: 10px;
  height: 10px;
}

.paragraph-ablaufplan-2 {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-ablaufplan-2.listpara {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ablaufplan-2.infos {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-ablaufplan-2.infos.abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.grid-links-programme {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-56 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 20px;
}

.image-56.links {
  object-position: 70% 0%;
}

.div-block-116 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-12 {
  z-index: 10;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dropdown-12.wei-er-rand {
  z-index: 50;
  background-color: #fff;
  border-radius: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 12px #0000001f;
}

.grid-ablaufplan {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.divblock-fortschritt {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.ansprechpartner-paragraph-2 {
  color: gray;
  background-color: #0000;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.ansprechpartner-paragraph-2.special.klein {
  font-size: 15px;
}

.div-block-142 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-142.shadow {
  padding: 20px;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-list-11-copy {
  position: relative;
}

.dropdown-list-11-copy.w--open {
  background-color: #0000;
  padding: 40px 30px 20px;
}

.dropdown-list-11-copy.popup {
  background-color: #00000080;
  padding: 100px;
  position: fixed;
  inset: 0%;
}

.dropdown-list-11-copy.popup._2 {
  z-index: 1000;
  display: none;
  position: fixed;
}

.dropdown-list-11-copy.popup._2.w--open {
  z-index: 200;
  display: flex;
}

.heading-79 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-61 {
  text-align: right;
  margin-left: 20px;
  font-size: 20px;
}

.zahl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

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

.dropdown-toggle-11 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 24px;
  display: flex;
}

.dropdown-toggle-11:hover {
  transform: scale(1);
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center end;
  position: absolute;
  inset: 0%;
}

.section-balken {
  padding: 300px 40px 40px;
}

.heading-ablaufplan-3 {
  height: 70px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-ablaufplan-3.special {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.haken {
  object-fit: contain;
}

.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.dropdowntoogle.w--open {
  z-index: 3000;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding-left: 40px;
  padding-right: 0;
  transition-property: none;
  display: block;
  position: fixed;
  inset: 120px 130px auto auto;
  overflow: hidden;
}

.ablaufplan-big-button-3.dropdowntoogle.zindex.w--open {
  z-index: 300;
}

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

.ablaufplan-big-button-3.heading-79.green {
  background-color: #52cd60;
}

.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: 60px auto auto 0%;
}

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

.balken-1 {
  background-image: linear-gradient(to right, #d4af37 4% 20%, #e7e7e7 20%);
  border-radius: 60px;
  width: 100%;
  height: 15px;
}

.balken-1._4 {
  background-image: linear-gradient(to right, #d4af37 65%, #e7e7e7 65%);
}

.balken-1._6 {
  background-image: linear-gradient(to right, #d4af37 100%, #e7e7e7);
}

.balken-1._3 {
  background-image: linear-gradient(to right, #d4af37 42%, #e7e7e7 42%);
}

.dropdown-list-12 {
  z-index: 100;
}

.dropdown-list-12.w--open {
  z-index: 100;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 25px 10px;
  display: flex;
  box-shadow: 1px 1px 20px #00000026, 1px 1px 20px #00000045;
}

.ablaufplan-spalte-2 {
  border: 2px solid gray;
  flex-flow: wrap;
  flex: 1;
  align-content: space-between;
  align-items: stretch;
  width: 48%;
  min-width: 300px;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.ablaufplan-spalte-2.gold {
  border-color: #d4af37;
}

.ablaufplan-spalte-2.gold._100 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.ablaufplan-spalte-2.gold.speciale {
  width: auto;
}

.ablaufplan-spalten-inhalt-3 {
  width: 100%;
  min-height: 400px;
  padding-bottom: 20px;
}

.heading-80 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-80.absolut {
  text-align: center;
  width: 200px;
  font-size: 18px;
  position: absolute;
  top: 20px;
}

.div-block-147 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: block;
}

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

.bubble {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/sprechblase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 190px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -190px -120px auto auto;
  overflow: auto;
}

.dropdown-list-11 {
  width: 100%;
  position: relative;
}

.dropdown-list-11.w--open {
  background-color: #0000;
  padding: 30px 20px 20px;
}

.download-hilfsprogramme {
  width: 40px;
  height: 40px;
}

.circle {
  background-color: #e7e7e7;
  border: 1px solid #d4af37;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #0000001f;
}

.circle.erl {
  background-color: #d4af37;
  transition: all .2s;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.list-3 {
  color: silver;
  border: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
}

.heading-86 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-sprechblase {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

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

.div-block-166 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.link-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.div-block-168 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50px;
  height: 100px;
  display: block;
  position: fixed;
  inset: 45% 1% 0% auto;
}

.icon-wrap {
  z-index: 50;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 45% auto;
}

.social-icon {
  border: 1.5px solid #d0d6d6;
  border-radius: 50%;
  width: 3rem;
  box-shadow: 0 2px 5px #0003;
}

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

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  border: 1px solid var(--white);
  background-color: var(--orange);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  display: flex;
  box-shadow: 0 2px 5px #00000080;
}

.social-icon-2 {
  opacity: .8;
  filter: invert();
  object-fit: contain;
  width: 27px;
}

.link-block-4 {
  border: 1px solid var(--white);
  background-color: var(--orange);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  box-shadow: 0 2px 5px #00000080;
}

.social-icon-3 {
  opacity: .8;
  filter: invert();
  object-fit: contain;
  width: 27px;
}

.navbar-wrapper {
  z-index: 99999;
}

.section-50 {
  height: 20vh;
}

.section-51 {
  height: 30vh;
}

.text-block, .text-block-2 {
  color: var(--black);
}

.navbar-main {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-container3 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin-right: 4vw;
  display: flex;
}

.logo-img-3 {
  width: 100%;
}

.navigation-link3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navigation-link3:hover {
  color: #fff;
  background-image: linear-gradient(#fff3, #fff3);
}

.navigation-link3.paragraph-font.w--current {
  opacity: 1;
  color: #fff;
  background-image: linear-gradient(#fff3, #fff3);
}

.logo-wei-2 {
  margin-left: 4vw;
}

.logo-4 {
  z-index: 9999999;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu3 {
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.navbar-button3 {
  border: 1px solid var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  margin-left: 0;
  font-size: 14px;
}

.navbar-button3:hover {
  background-color: #616161;
}

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

.navbar3 {
  z-index: 20;
  color: #fff;
  border-bottom: 1px solid #9b9b9b;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar3.hauptfarbe {
  z-index: 30;
  background-image: linear-gradient(-100deg, #1e2f23, #152319 50%);
}

.logo-white {
  z-index: 10;
  margin-top: 10px;
  margin-left: 5vw;
  position: relative;
}

.logo-img-4 {
  width: 200px;
}

.logo-5 {
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

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

.navbar-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5vw;
  display: flex;
}

.div-navbar {
  order: -1;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  font-size: 20px;
  transition: all .2s;
}

.nav-link-3:hover {
  transform: translate(0, -10px);
}

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

.banner-div-block {
  z-index: 2;
  color: var(--white);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(90deg, var(--orange) 15%, #f28e42e3 61%, #f28e4275 89%, #13131300);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 80px;
  padding-right: 60px;
  display: flex;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.grid-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-border {
  width: 80%;
  height: 50vh;
  position: absolute;
  inset: auto -1.5rem -1.5rem auto;
}

.image-100-absolute {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 65vh;
  position: relative;
  inset: 0%;
}

.divider {
  background-image: linear-gradient(270deg, #4b505312, #fff);
  min-width: 16.5rem;
  min-height: 1px;
}

.divider.kleiner {
  min-width: 10rem;
}

.button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 23px 35px;
  text-decoration: none;
  display: flex;
}

.div-block-169 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-169.text-wrapper {
  background-image: linear-gradient(90deg, var(--black) 17%, #13131300 41%, #f28e42e3 61%, #f28e4275 89%);
}

.gradient-top-line {
  background-image: linear-gradient(#4a4f51, #fff);
  width: 1px;
  min-height: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.gradient-bottom-line {
  background-image: linear-gradient(0deg, #4a4f51, #fff);
  width: 1px;
  min-height: 2.5rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.buttonfarbe {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.div-block-175 {
  width: 100%;
  height: 450px;
  text-decoration: none;
  position: relative;
}

.image-68 {
  width: 40px;
  height: 17px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.image-wrapper-2 {
  background-color: #af0e04;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.d-button {
  color: #f3f6e5;
  letter-spacing: 2px;
  background-color: #af0e04;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.d-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.card-wrapper-3 {
  perspective: 1000px;
  cursor: pointer;
  width: 100%;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.h3-card-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.heading-klein-linksb-ndig1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

.heading-klein-linksb-ndig1.center {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-181 {
  z-index: 1;
  width: 100%;
  height: 2%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.content-wrapper {
  z-index: 1;
  backface-visibility: hidden;
  transform-origin: 0%;
  background-color: #383838;
  flex-direction: column;
  justify-content: flex-start;
  width: 55%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-176 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-67 {
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-177 {
  align-items: center;
  height: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

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

.author-text {
  color: #fff;
  text-transform: none;
}

.divider-1 {
  width: 100px;
  height: 2px;
  margin-bottom: 10px;
  display: inline-block;
}

.slider-2 {
  width: 60%;
  height: 65vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.div-block-182 {
  height: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-183 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.slide-10 {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--white);
  margin-right: 1%;
}

.overlay {
  z-index: -1;
  background-image: linear-gradient(#00000091, #00000091);
  position: absolute;
  inset: 0%;
}

.mask {
  overflow: visible;
}

.left-arrow-2 {
  background-color: var(--white);
  color: var(--orange);
  width: 60px;
  height: 60px;
  left: 2%;
}

.right-arrow-2 {
  background-color: var(--white);
  color: var(--orange);
  width: 60px;
  height: 60px;
  right: 2%;
}

.bild {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/5f7b1be6c8f5db76960dc001_AdobeStock_376477446_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bild-text {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.heading-title {
  text-align: center;
  font-size: 24px;
}

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

.project-card-info {
  z-index: 10;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 36px 20px;
  display: flex;
  position: relative;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.background-image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kontak-block {
  color: #fff;
  background-color: #193154;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  padding: 10px 20px;
  display: none;
}

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

.text-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-image {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.image-115 {
  width: 28px;
}

.card-circle-2 {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle-2.overlay {
  background-color: #090b1959;
}

.div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.teambild3 {
  object-fit: cover;
  width: 100%;
  height: 25vw;
}

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

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: column;
  justify-content: space-between;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-overlay {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.about-image-item {
  color: #fff;
  text-align: center;
  width: 25vw;
  min-width: 25vw;
  height: 65vh;
  min-height: 60vh;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.team-image-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.team-background-image {
  position: absolute;
  inset: 0%;
}

.team-location-icon {
  background-color: #c0c0d333;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

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

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper-2.black {
  background-color: #000;
  place-items: center;
}

.images-section {
  background-color: #292929;
  overflow: hidden;
}

.about-images {
  z-index: 10;
  margin-left: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image-location {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-2 {
  background-color: #0f13268c;
  position: absolute;
  inset: 0%;
}

.overlay-2.extra-light {
  background-color: #0f13260d;
}

.about-images-wrapper {
  position: relative;
  overflow: hidden;
}

.content_block-3 {
  z-index: 1;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: static;
}

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

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

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

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

.text-field-9.cc-textarea {
  height: 100px;
}

.checkbox-field-6 {
  text-align: left;
  margin-top: 10px;
}

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

.flie-text-3 {
  font-weight: 400;
}

.button-7 {
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button-7.highlights {
  margin-top: 10px;
  transition: all .2s;
}

.button-7.highlights:hover {
  transform: scale(1.1);
  box-shadow: 0 0 14px -4px #00000080;
}

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

.heading-left {
  font-size: 35px;
  line-height: 120%;
}

.text-wrapper-50 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrapper-50.flie-text {
  width: 60%;
}

.titelvideo-startseite-70vh {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 65vh;
  display: flex;
  position: relative;
}

.titelvideo-startseite-70vh.hauptfarbe {
  align-items: stretch;
  width: 100%;
  height: 95vh;
}

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

.small-icon {
  filter: invert();
  object-fit: contain;
  width: 100px;
  padding: 5px;
}

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

.button-text-2 {
  z-index: 10;
  position: relative;
}

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

.clip {
  position: relative;
  overflow: hidden;
}

.icon-9 {
  z-index: 10;
  background-color: var(--orange);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: relative;
}

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

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

.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;
  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 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.grey-outline {
  background-color: var(--orange);
  border-color: #e2e7f1;
}

.button-2.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

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

.heading-mittig-klein1-2.heading-2.linkss {
  text-align: left;
}

.divider-180 {
  background-image: linear-gradient(#4b505312, #fff);
  min-width: 16.5rem;
  min-height: 1px;
}

.kontakt-bloc {
  color: #fff;
  background-color: #193154;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  padding: 10px 20px;
  display: none;
}

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

.div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-18 {
  grid-template-rows: auto;
  margin-top: 100px;
}

.image-absolute-left {
  z-index: -1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.play-pause-button {
  display: none;
}

.block-heading {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 34px;
  display: flex;
}

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

.block-heading-text.linkss {
  justify-content: flex-start;
  align-items: flex-start;
}

.subtitle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.line {
  background-color: var(--orange);
  width: 27px;
  height: 1px;
}

.text-block-14 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.heading-link {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 60px;
  line-height: 65px;
}

.heading-link.heading-1 {
  color: var(--black);
  font-size: 37px;
  line-height: 1.3;
}

.heading-link.klein {
  font-size: 30px;
  line-height: 35px;
}

.heading-link.klein.heading-2 {
  font-size: 25px;
  line-height: 1.5;
}

.heading-link.klein.heading-2.farbe-der-headings {
  font-size: 23px;
  line-height: 1.5;
}

.heading-link.klein.heading-1 {
  font-size: 20px;
  line-height: 1.3;
}

.block-heading-button {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 34px;
  margin-left: 25px;
  display: flex;
}

._3er_grid-5 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.content_4-2 {
  transition: all .5s;
  box-shadow: 0 13px 20px 2px #00000040;
}

.content_4-2:hover {
  transform: scale(1.02);
}

.text-left {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 135%;
}

.text-left.paragraph-font {
  line-height: 160%;
}

.content_5 {
  padding: 20px 40px 40px;
}

.image-250px {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 250px;
  transition: all .2s;
}

.image-250px:hover {
  transform: none;
}

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

.divider-17 {
  width: 100%;
  height: 5px;
}

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

.gradient-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.bild-section-cover1-2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/20210505-IMG-20210426-WA0011-Edit_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.inhalt-50-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-mittig-5 {
  text-align: center;
  margin-top: 10px;
}

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

.text-mittig1-3.paragraph-font {
  line-height: 1.5;
}

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

.dropdown-list {
  transition: all .2s;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 41px;
  padding-right: 127px;
}

.faq-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-icon-line {
  background-color: #010202;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.paragraph-link {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  line-height: 30px;
}

.paragraph-link.flie-text {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.margin-top {
  margin: 40px 0 0;
}

.faq-icon-line-4 {
  background-color: #14275d;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.accrodian-item-2 {
  z-index: auto;
  border-bottom: 1px solid #14275d;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 10px;
  transition: all .2s;
}

.accrodian-toggle {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.faq-icon-line-3 {
  background-color: #14275d;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.faq-icon-line-2 {
  background-color: #010202;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.blog-accrodian-question {
  font-size: 1.4rem;
  font-weight: 500;
}

.accrodian-item {
  background-color: #e4d3ca;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.faq-icon-2 {
  border: 3px solid #333;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.accrodian-ans {
  color: #fff;
  letter-spacing: -.5px;
}

.dropdown-list-15 {
  margin-top: 10px;
  padding-right: 40px;
  transition: all .2s;
  position: relative;
}

.dropdown-list-15.w--open {
  background-color: #0000;
}

.section-2 {
  height: 100%;
  padding: 100px 60px;
  position: static;
}

._2er_grid {
  z-index: 1;
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.grid-galerie-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5%;
  margin-bottom: 5%;
}

.div-galerie {
  flex-direction: column;
  align-items: flex-start;
  padding: 5%;
  display: flex;
}

.galerie-img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: all .2s;
}

.galerie-img:hover {
  filter: none;
}

.link-14 {
  color: #333;
  text-decoration: none;
  display: block;
}

.footer-title {
  color: #4d5b32;
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 700;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.social-link-full {
  color: #1e2833;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.text-rights {
  color: #1e283380;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.logo-6 {
  width: 120px;
  margin-bottom: 32px;
}

.social-square {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  display: flex;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 22px;
}

.footer-3 {
  background-color: #dfdfdf;
  border-top: 3px solid #836040;
  padding: 92px 3%;
}

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

.footer-link-dark {
  color: var(--white);
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.footer-link-dark:hover {
  color: #4d5b32;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.footer-social-icons---f24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.foooter-social-icon-block---f24 {
  background-color: var(--grey);
  color: #1d262d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.foooter-social-icon-block---f24:hover {
  background-color: #404b53;
}

.footer-social-icon---f24 {
  color: #fff;
}

.smaill-icon {
  width: 40px;
  height: 40px;
}

.link-block-5 {
  color: var(--black);
  text-decoration: none;
}

.inhalt-footer-no-marging {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.inhalt-footer-no-marging.maps {
  margin-right: 40px;
}

.lottie-top-right {
  z-index: -1;
  width: 30%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lottie-bottom-left {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  padding: 20px;
  display: flex;
  position: relative;
}

.button-8 {
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: auto;
  transition: all .2s;
  display: block;
}

.button-8:hover {
  color: #000;
  background-color: #fff;
}

.heading-87 {
  color: #fff;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.card {
  width: auto;
  height: 55vh;
  position: relative;
}

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

.paragraph-2 {
  color: #fff;
}

.paragraph-2.text-left {
  text-align: left;
}

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

.plus-icon {
  filter: invert();
  cursor: pointer;
  background-color: #0000;
  width: 2.5rem;
  margin: 10px 20px 20px auto;
  transition: all .2s;
  display: block;
}

.plus-icon.absolut {
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-101 {
  z-index: 10;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  top: -90px;
}

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

.tab-link-tab-1.hauptfarbe {
  margin-top: 0;
}

.tab-link-tab-1.hauptfarbe.w--current {
  background-color: #f28e42;
  background-image: none;
}

.text-block-15 {
  font-size: 20px;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon2 {
  text-align: center;
  margin-top: -32px;
  display: inline-block;
}

.tick {
  object-fit: contain;
  width: 1.8rem;
  margin-bottom: 10px;
}

.tick.invert {
  filter: invert();
  margin-bottom: 10px;
}

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

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

.pdf-icon {
  object-fit: contain;
  width: 4rem;
}

.card-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.tabs-content {
  margin-top: 60px;
}

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

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

.dropdown-block {
  z-index: 1;
  width: 100%;
}

.dropdown-button {
  font-size: 16px;
  font-weight: 600;
}

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

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

.side-para {
  text-align: left;
  font-size: 17px;
  line-height: 25px;
}

.side-para.flie-text {
  margin-bottom: 20px;
}

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

.faq-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-icon-line-5 {
  background-color: #14275d;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.dropdown-list-16 {
  margin-top: 10px;
  padding-right: 40px;
  transition: all .2s;
  position: relative;
}

.dropdown-list-16.w--open {
  background-color: #0000;
}

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

.popup {
  z-index: 99;
  background-image: linear-gradient(#000c, #000c);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup.none {
  display: none;
}

.heading-88 {
  z-index: 999;
  position: relative;
}

.popup-content {
  padding: 60px;
}

.popup-content.flie-text.highlights {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-184 {
  cursor: pointer;
  transition: all .2s;
  position: absolute;
  inset: 5% 3% auto auto;
}

.div-block-184:hover {
  transform: scale(1.1);
}

.image-100-absolute-copy {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-89 {
  margin-top: 20px;
  margin-bottom: 0;
}

.overly, .heading-90 {
  color: var(--white);
}

.div-block-185 {
  background-image: linear-gradient(#00000080 100%, #fff);
  width: 100%;
}

.section-52 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 40px 140px;
  display: flex;
  position: static;
}

.text-mitting2 {
  color: var(--black);
  font-size: 18px;
}

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

.heading-mitting-2 {
  color: #333;
}

.backgroundimage {
  z-index: 1;
  text-align: left;
  background-image: linear-gradient(#fffc, #fffc), url('../images/back.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 60%;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 55%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.block-heading-text-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-heading-copy, .block-heading-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
  display: flex;
}

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

.block-heading-text-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapp {
  overflow-wrap: normal;
}

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

.contact-form-4 {
  width: 100%;
}

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

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

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

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

.text-field-7.cc-textarea {
  height: 100px;
}

.send-button {
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #292929;
}

.checkbox-field {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .heading-einstellungen {
    line-height: 42px;
  }

  .logo-img {
    padding-left: 0;
    padding-right: 0;
  }

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

  .adresse {
    font-size: 13px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .maps-gro {
    height: 55vh;
  }

  .icon {
    color: #fff;
  }

  .hauptfarbe-2.w--open, .nav-menu-1 {
    background-color: #313131;
  }

  .titelvideo-startseite-1.hauptfarbe {
    flex-direction: column;
  }

  .background-video1 {
    width: 100%;
  }

  .div-block-video {
    z-index: 20;
    background-image: linear-gradient(#ffffff4d, #ffffff4d);
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .termin-button.heading-3.hauptfarbe._1 {
    font-size: 20px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    font-size: 50px;
    line-height: 60px;
  }

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

  .icon-social-media {
    width: 4vw;
  }

  .button-link.zweitfarbe.heading-2 {
    width: 32vw;
  }

  .block-highlight.highlights {
    width: 7vw;
  }

  .arrow {
    width: 3vw;
  }

  .text-mittig1.flie-text {
    font-size: 14px;
  }

  .heading-mittig1.heading-1 {
    font-size: 40px;
    line-height: 1.3;
  }

  ._3er-grid1 {
    grid-template-columns: 1fr;
    position: relative;
  }

  ._3er-grid1.neben {
    width: 100%;
    display: flex;
  }

  .block-mittig {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .block-mittig.flie-text {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icons {
    width: 12vw;
    height: 10vh;
  }

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

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

  .inhalt-mittig-links.hauptfarbe {
    padding: 5% 10%;
  }

  .inhalt-mittig-links.wei {
    padding-left: 10%;
  }

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

  .heading-links.klen.heading-2 {
    font-size: 25px;
    line-height: 1.5;
  }

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

  .slider {
    height: 50vh;
  }

  .slider.klein {
    height: 45vh;
  }

  .section-embed.highlights {
    padding-top: 20px;
  }

  .lightbox-link, .lightbox-link.gro {
    height: 45vh;
  }

  .projekt-info {
    line-height: 1.3;
  }

  .footer.hauptfarbe.flie-text {
    padding: 20px 5%;
  }

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

  .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;
    justify-items: center;
    margin-top: 0;
    display: flex;
  }

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

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

  .heading_big {
    font-size: 220px;
    line-height: 170px;
  }

  .heading_big.heading-3 {
    font-size: 150px;
  }

  .picture-round {
    width: 34vw;
  }

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

  .service-img {
    width: 100%;
    height: 100%;
  }

  .img-70-vh {
    height: 100%;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text {
    align-items: flex-start;
    width: 100%;
  }

  .error-message {
    width: auto;
  }

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

  .contact-form {
    text-align: left;
  }

  .link {
    font-size: 13px;
  }

  .impdat {
    padding-top: 100px;
  }

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

  .impdat-2.flie-text {
    text-align: center;
    font-size: 13px;
  }

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

  .img-100-copy {
    width: 100%;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    text-align: left;
  }

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

  .section-gro-e-abst-nde2 {
    padding: 20px 5% 60px;
  }

  .section-gro-e-abst-nde3 {
    padding: 60px 5% 0;
  }

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

  .padding-section-1, .padding-section-1.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .dropdown-14 {
    margin-bottom: 10px;
    padding: 20px;
  }

  .wrapy {
    grid-template-columns: 50% 50%;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 10px;
  }

  .paragraph-ablaufplan-2 {
    font-size: 18px;
  }

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

  .image-56 {
    object-fit: contain;
    object-position: 0% 50%;
    margin-top: 0;
  }

  .image-56.links {
    object-position: 0% 0%;
  }

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

  .ansprechpartner-paragraph-2 {
    font-size: 18px;
  }

  .div-block-142 {
    margin-right: 0;
  }

  .heading-79 {
    font-size: 18px;
  }

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

  .dropdown-toggle-11 {
    font-size: 18px;
  }

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

  .heading-ablaufplan-3 {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

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

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

  .ablaufplan-spalte-2 {
    display: block;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-80.absolut {
    width: 100%;
  }

  .div-block-147 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bubble {
    background-image: url('../images/sprechblase.png');
    width: 150px;
    right: -80px;
    overflow: visible;
  }

  .heading-86 {
    font-size: 18px;
  }

  .text-sprechblase {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

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

  .navbar-container3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-right: 0;
  }

  .navigation-link3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-wei-2 {
    margin-left: 0;
  }

  .menu-icon3 {
    color: #fff;
  }

  .menu3 {
    background-color: var(--grey);
    margin-right: 0;
  }

  .menu-button3 {
    color: #fff;
  }

  .menu-button3.w--open {
    color: #f69d49;
    background-color: #0000;
  }

  .menu-button3.hauptfarbe {
    background-color: #1b2d2100;
    background-image: none;
    margin-top: 0;
  }

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

  .nav-menu-3 {
    background-color: #1a1a1a;
  }

  .icon-5 {
    color: #fff;
  }

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

  .text-wrapper {
    padding-left: 60px;
    padding-right: 100px;
  }

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

  .card-wrapper-3 {
    margin-bottom: 60px;
  }

  .slider-2, .div-block-182 {
    width: 100%;
  }

  .div-block-183 {
    width: 70%;
  }

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

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

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

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .feature-image {
    margin-top: 20px;
  }

  .about-image-item {
    width: 100%;
    min-width: auto;
    height: 50vh;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-wrapper-2 {
    flex-flow: column;
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
    display: flex;
  }

  .grid-wrapper-2.black {
    background-color: #292929;
  }

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

  .about-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    display: grid;
    overflow: auto;
  }

  .team-image-location {
    display: none;
  }

  .about-images-wrapper {
    width: 100%;
  }

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

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

  .titelvideo-startseite-70vh.hauptfarbe {
    flex-direction: column;
  }

  .titelvideo-startseite-70vh.highlights {
    height: 50vh;
  }

  .services-card {
    padding: 36px 24px;
  }

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

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

  .grid-18 {
    margin-top: 60px;
  }

  .heading-link.heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

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

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

  .image-250px {
    height: 150px;
  }

  .bild-section-cover1-2 {
    height: auto;
    padding-right: 0;
  }

  .inhalt-50-1 {
    width: 100%;
  }

  .paragraph-link {
    font-size: 13px;
  }

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

  .blog-accrodian-question {
    font-size: 1.2rem;
  }

  .accrodian-item {
    border-radius: 24px;
  }

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

  .grid-galerie-2 {
    margin-right: 0%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-link-dark {
    margin-right: 0;
    font-size: 13px;
  }

  .foooter-social-icon-block---f24, .smaill-icon {
    width: 30px;
    height: 30px;
  }

  .inhalt-footer-no-marging {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inhalt-footer-no-marging.maps {
    margin-right: 10px;
  }

  .plus-icon.absolut {
    width: 2rem;
  }

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

  .tabs-menu {
    align-items: stretch;
  }

  .dropdown-block {
    z-index: 1;
  }

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

  .section-52 {
    padding: 40px 60px;
  }

  .backgroundimage {
    width: 100%;
  }
}

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

  .heading-einstellungen {
    font-size: 32px;
    line-height: 38px;
  }

  .logo-img {
    height: 7rem;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .maos-footer {
    height: 100px;
  }

  .icon {
    width: 40px;
  }

  .titelvideo-startseite-1 {
    height: 30rem;
  }

  .titelvideo-startseite-1.hauptfarbe {
    height: auto;
  }

  .background-video1 {
    height: 65vh;
  }

  .div-block-video {
    height: 65vh;
    margin-top: 183px;
    padding-top: 5vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .termin-button.heading-3.hauptfarbe._1 {
    font-size: 14px;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan1.heading-1 {
    font-size: 60px;
    line-height: 1.3;
  }

  .slogan1.mittig.heading-1 {
    font-size: 46px;
    line-height: 1.1;
  }

  ._2er-grid-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .social-icons-grid {
    margin-top: 40px;
    margin-bottom: 20px;
    position: static;
  }

  .icon-social-media {
    width: 6vw;
  }

  .button-link.zweitfarbe.heading-2 {
    width: 48vw;
    padding-right: 5px;
  }

  .block-highlight.highlights {
    width: 11vw;
  }

  .button-text {
    font-size: 16px;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

  .text-mittig1.flie-text {
    font-size: 14px;
  }

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

  .heading-mittig1.heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  ._3er-grid1.neben {
    flex-flow: column;
  }

  .block-mittig.flie-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icons {
    width: 15vw;
  }

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

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

  .inhalt-mittig-links.wei {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .slider {
    height: 45vh;
  }

  .lightbox-link {
    height: 45vh;
    margin-bottom: 20px;
  }

  .lightbox-link.gro {
    object-fit: cover;
    height: 45vh;
    margin-bottom: 20px;
  }

  .slider-small, ._4er-grid {
    height: 35vh;
  }

  .footer.highlights {
    padding: 40px 10px;
  }

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .inhalt-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .absolute_100 {
    height: 35vh;
  }

  .heading_big {
    font-size: 100px;
    line-height: 80px;
  }

  .heading_big.heading-3 {
    width: 100%;
  }

  .titelvideo-1.hauptfarbe {
    height: auto;
  }

  .picture-round {
    width: 150px;
    height: 150px;
  }

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

  .zitat {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 25px;
  }

  .no-overflow {
    height: 45vh;
  }

  .img-70-vh {
    height: 400px;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.flie-text {
    width: 100%;
    padding: 20px;
  }

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

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

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

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

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

  .text-field-4.cc-textarea {
    margin-bottom: 20px;
  }

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

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

  .impdat.midde {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .success {
    height: auto;
    margin-top: 0;
    padding: 60px 20px;
  }

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

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

  .img-70-vh-copy {
    height: 400px;
  }

  .no-overflow-copy {
    height: 45vh;
  }

  .section-gro-e-abst-nde1-copy {
    padding-top: 258px;
  }

  .padding-section-1 {
    padding: 60px 40px;
  }

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

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

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

  .wrapy {
    grid-template-columns: 100%;
  }

  .ablaufplan-spalteninhalt-2 {
    min-height: 250px;
  }

  .section-49 {
    padding-left: 10px;
  }

  .divblock-fortschritt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-142.shadow {
    max-width: none;
  }

  .paragraph-61 {
    margin-left: 0;
  }

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

  .div-block-146 {
    margin-left: 0;
  }

  .dropdown-toggle-11 {
    flex-direction: column;
    padding: 10px 30px 10px 20px;
  }

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

  .section-balken {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    top: 130px;
    right: 50px;
  }

  .balken-1 {
    height: 5px;
  }

  .balken-1._4 {
    height: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    min-height: 250px;
  }

  .heading-80.absolut {
    font-size: 14px;
    top: 10px;
  }

  .div-block-147 {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .circle, .circle.erl {
    width: 20px;
    height: 20px;
  }

  .div-block-168 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .link-block-3 {
    width: 35px;
    height: 35px;
  }

  .social-icon-2 {
    width: 20px;
  }

  .link-block-4 {
    width: 35px;
    height: 35px;
  }

  .social-icon-3 {
    width: 20px;
  }

  .navbar3 {
    padding-left: 20px;
  }

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

  .navbar-2 {
    flex-direction: column;
  }

  .text-wrapper {
    text-align: center;
    background-image: linear-gradient(#000000c2, #000000c2);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-wrapper {
    height: 25rem;
  }

  .button.highlights {
    padding: 10px 20px;
  }

  .slider-2 {
    height: 25rem;
  }

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

  .overlay {
    background-image: linear-gradient(#000c, #000c);
  }

  .left-arrow-2, .right-arrow-2 {
    width: 40px;
    height: 40px;
  }

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

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

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

  .project-item {
    width: 100%;
    height: auto;
  }

  .teambild3 {
    height: 200px;
  }

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

  .about-image-item {
    width: 46%;
    height: 20rem;
  }

  .team-image-lightbox {
    padding: 20px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .about-images {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

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

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

  .text-field-9.cc-textarea {
    margin-bottom: 20px;
  }

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

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

  .text-wrapper-50 {
    width: 100%;
  }

  .text-wrapper-50.flie-text {
    width: 80%;
  }

  .titelvideo-startseite-70vh {
    height: 28rem;
  }

  .titelvideo-startseite-70vh.hauptfarbe {
    height: auto;
  }

  .titelvideo-startseite-70vh.highlights {
    height: 10rem;
  }

  .small-icon {
    width: 40px;
  }

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

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

  .heading-mittig-klein1-2.heading-2.linkss {
    text-align: center;
  }

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

  .grid-18 {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .block-heading {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .block-heading-text.linkss {
    justify-content: flex-start;
    align-items: center;
  }

  .subtitle {
    flex-flow: column;
  }

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

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

  .slogan.heading-1 {
    text-align: center;
    font-size: 25px;
  }

  ._3er_grid-5 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .gradient-block {
    flex-flow: column;
    display: flex;
  }

  .content-block.highlights {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-block.highlights.last {
    order: 1;
  }

  .bild-section-cover1-2 {
    height: 300px;
    min-height: auto;
  }

  .inhalt-50-1 {
    padding: 20px;
  }

  .paragraph-link {
    margin-left: 0;
  }

  .paragraph-link.flie-text {
    text-align: center;
    font-size: 14px;
  }

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

  .accrodian-item-2 {
    padding-left: 22px;
    padding-right: 21px;
  }

  .blog-accrodian-question {
    white-space: pre-wrap;
    width: 92%;
    font-size: 1rem;
    line-height: 120%;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .section-2 {
    padding: 60px 40px;
  }

  ._2er_grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-galerie-2 {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .galerie-img {
    height: 25rem;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .social-square {
    margin-right: 4px;
  }

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

  .link-block-5 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .card {
    height: 20rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .plus-icon.absolut {
    width: 1.5rem;
  }

  .icon-101.highlights {
    top: -30px;
  }

  .tab-link-tab-1.hauptfarbe {
    text-align: center;
    margin-top: 0;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .tick.invert {
    margin-bottom: 0;
  }

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

  .image-wrapper-120vh {
    height: 25rem;
  }

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

  .dropdown-button.hauptfarbe.flie-text {
    font-size: 14px;
  }

  .dropdown-content-3.w--open {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

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

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

  ._3er-grid2 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .popup-content.flie-text.highlights, .section-52 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-mitting2.flie-text {
    font-size: 14px;
  }

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

  ._2er-grid2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  ._2er-grid2.oben {
    margin-top: 20px;
  }

  .block-heading-text-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-116 {
    width: 40px;
  }

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

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

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

  .text-field-7.cc-textarea {
    margin-bottom: 20px;
  }
}

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

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

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

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

  .heading-einstellungen {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .logo-img {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .navbar {
    justify-content: space-between;
    padding-right: 0%;
  }

  .logo-wei {
    max-width: 180px;
    margin-right: 20px;
    position: static;
  }

  .titelvideo-startseite-1.hauptfarbe {
    height: auto;
  }

  .background-video1 {
    width: 100vw;
    height: 50vh;
  }

  .div-block-video {
    color: #fff;
    background-image: none;
    align-items: flex-start;
    height: 50vh;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 10px;
  }

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

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

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

  .slogan1-2.heading-2 {
    text-align: center;
    font-size: 16px;
    line-height: 130%;
  }

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

  .icon-social-media {
    width: 11vw;
  }

  .button-link.zweitfarbe.heading-2 {
    width: 86%;
  }

  .block-highlight.highlights {
    width: 16vw;
  }

  .text-mittig1.flie-text {
    font-size: 12px;
  }

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

  .heading-mittig1.heading-1 {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .heading-mittig1.klein.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 1.3;
  }

  ._3er-grid1 {
    margin-top: 0;
  }

  .block-mittig {
    padding: 20px;
  }

  .icons.invert {
    width: 28vw;
  }

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

  ._2er-grid {
    flex-direction: column;
    grid-template-columns: minmax(200px, 1fr);
    justify-content: space-between;
    display: flex;
  }

  .inhalt-mittig-links.wei {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-links.klen.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .slider {
    height: 45vh;
  }

  .section-embed.highlights {
    padding: 20px 5%;
  }

  .grid-untereinander {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .lightbox-link, .lightbox-link.gro {
    height: 45vh;
    margin-bottom: 0;
  }

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

  .project-icon.highlights {
    width: 27%;
  }

  ._4er-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: 35vh;
  }

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

  .maos-footer-2 {
    min-width: 200px;
  }

  .absolute_100 {
    object-fit: fill;
  }

  .heading_big.heading-3 {
    font-size: 50px;
    line-height: 55px;
  }

  .picture-round {
    width: 100%;
    height: 26vh;
  }

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

  .no-overflow {
    height: 45vh;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 10px;
  }

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

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

  .impdat {
    padding: 40px 20px;
  }

  .impdat.midde, .success {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .img-70-vh-copy {
    height: 300px;
  }

  .section-gro-e-abst-nde2 {
    padding: 20px 5%;
  }

  .section-gro-e-abst-nde3 {
    padding: 20px 5% 0;
  }

  .section-gro-e-abst-nde1-copy {
    padding: 242px 5% 20px;
  }

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

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

  ._2er-grid-with-1-row {
    flex-direction: column;
    grid-template-columns: minmax(200px, 1fr);
    justify-content: space-between;
    display: flex;
  }

  .no-padding-section-1 {
    padding-left: 0%;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 0;
  }

  .paragraph-ablaufplan-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-56 {
    width: 100%;
    min-width: auto;
    height: 80vw;
  }

  .ansprechpartner-paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .ansprechpartner-paragraph-2.special.klein {
    font-size: 14px;
  }

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

  .dropdown-list-11-copy.w--open {
    padding: 120px 10px 10px;
  }

  .heading-79 {
    font-size: 15px;
  }

  .paragraph-61 {
    text-align: center;
    margin-left: 0;
  }

  .dropdown-toggle-11 {
    text-align: center;
    white-space: normal;
  }

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

  .heading-ablaufplan-3 {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-ablaufplan-3.special {
    font-size: 20px;
  }

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

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    right: 40px;
  }

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

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

  .ablaufplan-spalte-2 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-80.absolut {
    font-size: 10px;
  }

  .div-block-147 {
    grid-template-columns: 1fr;
    width: 99.9999%;
    padding: 10px;
  }

  .bubble {
    width: 100px;
    height: 120px;
    top: -110px;
    right: -50px;
  }

  .dropdown-list-11.w--open {
    padding: 0;
  }

  .grid-15 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .heading-86 {
    font-size: 16px;
  }

  .text-sprechblase {
    font-size: 12px;
  }

  .navbar-container3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    max-width: none;
  }

  .navigation-link3.paragraph-font {
    font-size: 14px;
  }

  .navbar-button3 {
    margin-left: 0;
  }

  .navbar-button3.heading-font3.highlights.full {
    text-align: center;
    width: 100%;
  }

  .menu-button3.hauptfarbe {
    background-color: var(--grey);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar3 {
    padding-left: 0;
  }

  .navbar3.hauptfarbe {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider {
    width: 10rem;
    min-width: auto;
  }

  .card-wrapper-3 {
    width: 300px;
  }

  .heading-klein-linksb-ndig1 {
    font-size: 18px;
    line-height: 25px;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

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

  .project-card-info {
    padding: 18px 12px;
  }

  .about-image-item {
    height: 10rem;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .images-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .button-7.highlights {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .form-wrap-3 {
    margin-bottom: 0;
    margin-left: -10px;
    padding-bottom: 0;
  }

  .heading-left.heading-font1 {
    font-size: 25px;
  }

  .text-wrapper-50.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .titelvideo-startseite-70vh.hauptfarbe {
    height: auto;
  }

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

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

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

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

  .heading-mittig-klein1-2.heading-2.linkss {
    line-height: 30px;
  }

  .text-block-14 {
    letter-spacing: 1px;
  }

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

  .heading-link.heading-1, .heading-link.klein.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .text-left {
    font-size: 15px;
    line-height: 22px;
  }

  .text-left.paragraph-font {
    text-align: left;
  }

  .content_5 {
    padding: 5px 20px 20px;
  }

  .image-250px {
    height: 200px;
  }

  .content-block.highlights {
    padding: 40px 20px;
  }

  .bild-section-cover1-2, .inhalt-50-1 {
    height: auto;
  }

  .heading-mittig-5.heading-font1 {
    width: 100%;
  }

  .paragraph-link {
    font-size: 15px;
  }

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

  .accrodian-item-2 {
    height: 100%;
    padding: 22px 10px;
  }

  .accrodian-toggle {
    justify-content: flex-end;
  }

  .blog-accrodian-question {
    white-space: normal;
    width: 90%;
    font-size: 15px;
  }

  .accrodian-item {
    height: 100%;
    padding: 22px 10px;
  }

  .accrodian-ans {
    font-size: .9rem;
  }

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

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

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

  .footer-social-icons---f24 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

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

  .side-para.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .popup-content.flie-text.highlights {
    text-align: center;
    width: 100%;
    padding: 40px 20px;
  }

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

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

  .div-block-186 {
    text-align: center;
    width: 100%;
  }

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

#w-node-ab0ece2b-f602-0dd1-b9bb-c8df5f41139e-c0a61d8c {
  grid-area: 4 / 2 / 5 / 2;
}

#w-node-fb446e5d-9508-7a06-dfba-0147a138275c-c0a61d8c {
  grid-area: 9 / 2 / 10 / 2;
}

#w-node-_37563c27-b587-9c9d-632a-272574a858b5-c0a61d92, #w-node-_37563c27-b587-9c9d-632a-272574a858c4-c0a61d92, #w-node-_37563c27-b587-9c9d-632a-272574a858d1-c0a61d92, #w-node-_37563c27-b587-9c9d-632a-272574a858de-c0a61d92, #w-node-_37563c27-b587-9c9d-632a-272574a858eb-c0a61d92, #w-node-_37563c27-b587-9c9d-632a-272574a858f8-c0a61d92, #w-node-_82a3bce9-5ea3-57ef-334c-d15981b66c00-c0a61d92, #w-node-f77813b5-427f-cfd5-48f7-ed54c204a9e0-c0a61d92, #w-node-f77813b5-427f-cfd5-48f7-ed54c204a9d3-c0a61d92, #w-node-f77813b5-427f-cfd5-48f7-ed54c204a9c6-c0a61d92, #w-node-f77813b5-427f-cfd5-48f7-ed54c204a9b7-c0a61d92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc41df4a-831f-fe50-be32-e6c8188af38d-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af397-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3a1-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3ab-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3b5-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3bf-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3c9-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3d3-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3dd-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3e7-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3f1-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af3fb-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af405-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af40f-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af419-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af423-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af42d-c0a61d95, #w-node-bc41df4a-831f-fe50-be32-e6c8188af437-c0a61d95 {
  place-self: center;
}

#w-node-b32ec647-b07b-a499-8e9f-225bb5c90d5b-c0a61d95, #w-node-b32ec647-b07b-a499-8e9f-225bb5c90d6a-c0a61d95, #w-node-b32ec647-b07b-a499-8e9f-225bb5c90d77-c0a61d95, #w-node-b32ec647-b07b-a499-8e9f-225bb5c90d85-c0a61d95, #w-node-b32ec647-b07b-a499-8e9f-225bb5c90d92-c0a61d95, #w-node-b32ec647-b07b-a499-8e9f-225bb5c90d9f-c0a61d95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


