:root {
  --highlight-color: #a22730;
  --gry: #686769;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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(--highlight-color);
  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 {
  object-fit: contain;
  width: 16rem;
}

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

.logo.w--current {
  justify-content: flex-start;
  align-items: center;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/concrete-g63f44b70c_1281concrete-g63f44b70c_1280.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.email.white {
  color: #fff;
}

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

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

.adresse {
  margin-bottom: 5px;
  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 {
  font-family: Staatliches, sans-serif;
  font-weight: 900;
  line-height: 1.3;
}

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

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

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

.farbe-der-headings {
  color: var(--highlight-color);
  line-height: 1.3;
}

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

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

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

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

.terminbutton.highlights.flie-text {
  background-color: var(--gry);
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

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

.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: 100vw;
  height: 55vh;
}

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

.navbar {
  background-color: #0000004d;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 30px;
  display: flex;
  position: absolute;
}

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

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

.logo-wei {
  display: flex;
}

.nav-menu-1 {
  z-index: 100000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.nav-link-1.flie-text {
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  padding: 15px;
  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: 85vh;
}

.background-video1 {
  z-index: 5;
  width: 68vw;
  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;
  width: 30vw;
  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;
}

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

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

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

.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 {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
}

.slogan1-2.heading-2.farbe-der-headings.bottom {
  margin-bottom: 60px;
}

.slogan1-2.heading-2.white {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
}

.slogan1-2.heading-2.white.bottom {
  margin-bottom: 60px;
}

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

.button-link.zweitfarbe.heading-2.bottom_space {
  margin-bottom: 20px;
}

.button-link.zweitfarbe.heading-2.bottom_space.sticky {
  z-index: 100;
  width: 20vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-link.zweitfarbe.heading-2.bottom_space-1 {
  margin-bottom: 20px;
}

.button-link.zweitfarbe.heading-2.bottom_space-1.sticky {
  z-index: 100;
  width: 20vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.button-link.zweitfarbe.heading-2.width.white {
  color: #333;
  background-color: #fff;
}

.button-link.zweitfarbe.heading-2.width.white:hover {
  color: #333;
}

.button-link.zweitfarbe.heading-2.width._1 {
  background-color: var(--gry);
  color: #fff;
}

.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 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig1.flie-text {
  font-size: 15px;
  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: 60px;
  line-height: 65px;
}

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

.heading-mittig1.heading-1.logo {
  color: var(--highlight-color);
  text-align: left;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--highlight-color);
  margin-top: 10px;
  margin-bottom: 10px;
}

.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 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.5;
}

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

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

.block-mittig {
  text-align: center;
  border: 1px solid #cfcfcf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.1vw;
  line-height: 2.8vh;
  display: flex;
  position: relative;
}

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

.icons {
  filter: grayscale();
  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: 20%;
  inset: auto auto 0% 0%;
}

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

.section-no-space {
  height: 100%;
  overflow: hidden;
}

._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 {
  text-align: left;
  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.flie-text {
  text-align: left;
  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/5918EBD3-57C5-4ECD-9F92-392A29D9558E.webp');
  background-position: 50%;
  background-size: cover;
  font-size: 1.1vw;
  line-height: 2.8vh;
}

.slide-5 {
  background-image: url('../images/AE3BB40A-FA94-418F-8ACC-3F94747A0C12.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/1DBF026F-B740-46B0-A62E-DB85F02BC67F.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;
}

.footer.hauptfarbe.flie-text {
  padding-left: 7%;
  padding-right: 7%;
}

.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 {
  width: auto;
  height: 100%;
  margin-right: 0;
}

.inhalt-footer.maps {
  margin-right: 0;
}

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

.heading-footer.heading-3 {
  font-size: 16px;
  line-height: 1.5;
}

.maos-footer-2 {
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  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;
}

.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: Staatliches, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

.zitat.bottom {
  margin-bottom: 0;
}

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

.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%;
  padding-right: 60px;
}

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

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

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

.link-formular.white {
  color: var(--highlight-color);
}

.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;
  overflow: auto;
}

.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: #fff;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.link.black {
  color: #333;
}

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

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

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

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

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

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

.datenschutz-link {
  color: #fff;
  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.contain {
  object-fit: contain;
}

.image-100._70 {
  height: 70vh;
}

.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 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  overflow: hidden;
}

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

.padding-section-1.top {
  margin-top: 25vh;
  position: relative;
}

.padding-section-1.highlights-light {
  background-color: #e9c3c6;
  align-items: stretch;
}

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

.no-padding-section-1.f-nf {
  padding-left: 5%;
  padding-right: 5%;
}

.no-padding-section-1.f-nf.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-padding-section-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 220px 5% 60px;
  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: 100px;
  top: 10px;
}

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

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

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

._4er-grid1._3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.quick-stack {
  width: 100%;
}

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

.image-wrapper-33-4vh {
  width: 100%;
  height: 33.4vh;
}

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

.image-101 {
  width: 3rem;
}

.grid-9 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 2.25fr;
  place-items: center start;
  margin-bottom: 10px;
}

.icon-3 {
  object-fit: contain;
  width: 120px;
}

.icon-3.invert {
  filter: invert();
  width: 25px;
  max-width: none;
}

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

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

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

._4er-grid2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

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

._4er-grid2._3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

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

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

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

.subheading-center.heading-1 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.subheading-center.klen {
  font-size: 30px;
  line-height: 35px;
}

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

.card-overlay {
  background-color: var(--highlight-color);
  opacity: 0;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph_links-center {
  font-size: 16px;
  line-height: 26px;
}

.paragraph_links-center.flie-text {
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 1.56;
}

.dazu-button {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.dazu-button.more-spc {
  margin-top: 20px;
}

.card-wrapper-4 {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.heading-center {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 30px;
}

.heading-center.heading-2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.image-40vh {
  object-fit: cover;
  width: 100%;
  height: 30vh;
  transition: transform .2s linear;
}

.image-40vh:hover {
  transform: scale(1.05);
}

.image-40vh.rel {
  z-index: 1;
  position: relative;
}

.inner-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapper-card {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.content-wrapper-card.rel {
  justify-content: center;
  align-items: center;
  position: relative;
}

.grid-2err {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

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

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

.heading-107 {
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 120%;
}

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

.bild-100-top {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.content_3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 60px;
  display: flex;
}

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

.bild-wrapper-90vh.margin {
  height: 75vh;
}

.div-100 {
  height: 100%;
}

.paragraph-72 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-72.flie-text {
  font-size: 18px;
  line-height: 1.5;
}

.divider-11 {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

._2er_grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.section_3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.faq-dropdown-content {
  background-color: #fff;
  position: static;
}

.faq-icon {
  font-size: 20px;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown-button {
  border: 1px solid #dfdfdf;
  width: 100%;
  padding-left: 40px;
}

.faq-main-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.faq-single-block {
  background-color: #fff;
  border-radius: 10px;
  transition: all .2s ease-in;
  overflow: hidden;
  box-shadow: 1px 1px 4px #6d6d6d;
}

.answer-text {
  font-size: 16px;
  line-height: 24px;
}

.answer-block {
  padding: 20px 40px;
  transition: all .2s ease-in;
}

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

.link-6 {
  color: var(--gry);
  text-decoration: none;
}

.grid-3er {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.list {
  font-size: 15px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

  .logo-img {
    width: 21rem;
  }

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

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

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .maps-gro {
    height: 55vh;
  }

  .navbar {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 40px 10px 10px;
    position: relative;
  }

  .icon {
    color: #fff;
  }

  .hauptfarbe-2 {
    background-color: var(--highlight-color);
    margin-left: auto;
  }

  .hauptfarbe-2.w--open, .nav-menu-1 {
    background-color: var(--highlight-color);
  }

  .nav-link-1.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

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

  .background-video1 {
    order: -1;
    width: 100%;
    height: 55vh;
  }

  .div-block-video {
    z-index: 20;
    background-image: linear-gradient(#ffffff4d, #ffffff4d);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
  }

  .termin-button.heading-3.highlights {
    margin-top: 10px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
  }

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

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

  .slogan1-2.heading-2.farbe-der-headings, .slogan1-2.heading-2.white {
    text-align: center;
  }

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

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

  .button-link.zweitfarbe.heading-2.bottom_space.sticky {
    width: 40vw;
    inset: auto 0% 0% auto;
  }

  .button-link.zweitfarbe.heading-2.bottom_space-1 {
    width: 42vw;
  }

  .button-link.zweitfarbe.heading-2.bottom_space-1.sticky {
    width: 40vw;
    inset: auto 0% 0% auto;
  }

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

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

  .arrow {
    width: 3vw;
  }

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

  .heading-mittig1.klein.heading-2.farbe-der-headings {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._3er-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 10px;
    display: flex;
  }

  .block-mittig {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .icons {
    width: 40px;
    height: 40px;
  }

  .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 {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

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

  .heading-links.heading-1 {
    font-weight: 400;
  }

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

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

  .slider {
    height: 50vh;
  }

  .slider.klein {
    height: 45vh;
  }

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

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

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

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

  .project-icon.highlights {
    width: 11%;
  }

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

  .lottie-animation {
    height: 80px;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .inhalt-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-right: 0;
    display: flex;
  }

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

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

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

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

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

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

  .zitat {
    margin-bottom: 60px;
  }

  .no-overflow {
    order: -9999;
    height: 50vh;
  }

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

  .error-message {
    width: auto;
  }

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

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

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

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

  .success {
    padding: 60px 20px;
  }

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

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

  .impdat-2.flie-text {
    text-align: center;
  }

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

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

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

  .image-100.top {
    object-position: 50% 8%;
  }

  .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-left: 60px;
    padding-right: 60px;
  }

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

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

  ._4er-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .quick-stack {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-9 {
    flex-flow: column;
    grid-auto-flow: row;
    place-items: center;
    display: flex;
  }

  .icon-3.invert {
    width: 20px;
    max-width: 50px;
  }

  .image-102 {
    order: -9999;
    width: 100%;
  }

  ._4er-grid2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

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

  .subheading-center.heading-1 {
    font-weight: 400;
  }

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

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

  .content-wrapper-card {
    height: auto;
  }

  .symbol {
    width: 40px;
    height: 40px;
  }

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

  .bild-wrapper-90vh.margin {
    height: 45vh;
  }

  ._2er_grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section_3 {
    flex-direction: column;
    padding: 40px;
  }

  .faq-dropdown-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-main-block {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 767px) {
  .heading-einstellungen {
    font-size: 32px;
    line-height: 38px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .maos-footer {
    height: 100px;
  }

  .navbar {
    padding-top: 10px;
  }

  .hauptfarbe-2 {
    padding: 10px;
  }

  .titelvideo-startseite-1 {
    height: 500px;
  }

  .background-video1 {
    height: 45vh;
  }

  .div-block-video {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 40px;
  }

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

  .slogan1.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
  }

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

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

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

  .button-link.zweitfarbe.heading-2.bottom_space.sticky {
    width: 50vw;
  }

  .button-link.zweitfarbe.heading-2.bottom_space-1 {
    width: 61vw;
  }

  .button-link.zweitfarbe.heading-2.bottom_space-1.sticky {
    width: 50vw;
  }

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

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

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

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

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

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

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

  .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.hauptfarbe {
    padding: 40px;
  }

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

  .heading-links.heading-1 {
    text-align: center;
    font-size: 29px;
  }

  .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.hauptfarbe.flie-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .maos-footer-2 {
    height: auto;
  }

  .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-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: 40px;
    padding-bottom: 40px;
  }

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

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

  .success-block.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: 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;
  }

  .quick-stack {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .image-wrapper-70vh, .image-wrapper-33-4vh._1 {
    height: 50vh;
  }

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

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

  .subheading-center.heading-1 {
    text-align: center;
    font-size: 29px;
  }

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

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

  .symbol {
    width: 15vw;
  }

  .heading-107 {
    font-size: 50px;
    line-height: 50px;
  }

  .content_3 {
    padding: 20px;
  }

  .bild-wrapper-90vh.margin {
    height: 40vh;
  }

  .divider-11 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section_3 {
    flex-direction: column;
  }

  .faq-main-block, .grid-3er {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

  .telefonnummer {
    font-size: 14px;
  }

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

  .adresse {
    font-size: 14px;
  }

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

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

  .maps-gro {
    height: 45vh;
  }

  .navbar {
    flex-flow: column;
    justify-content: space-between;
    padding: 0 0% 0 0;
  }

  .hauptfarbe-2 {
    text-align: center;
    width: 100%;
  }

  .logo-wei {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    position: static;
  }

  .titelvideo-startseite-1 {
    height: 400px;
  }

  .background-video1 {
    width: 100vw;
    height: 40vh;
  }

  .div-block-video {
    color: #fff;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

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

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

  .slogan1-2.heading-2 {
    text-align: center;
    font-size: 16px;
    line-height: 130%;
  }

  .slogan1-2.heading-2.farbe-der-headings, .slogan1-2.heading-2.white {
    text-align: center;
    font-size: 16px;
  }

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

  .button-link.zweitfarbe.heading-2 {
    width: 86%;
  }

  .button-link.zweitfarbe.heading-2.bottom_space {
    height: 5vh;
  }

  .button-link.zweitfarbe.heading-2.bottom_space.sticky {
    width: 80vw;
  }

  .button-link.zweitfarbe.heading-2.bottom_space-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5vh;
  }

  .button-link.zweitfarbe.heading-2.bottom_space-1.sticky {
    width: 80vw;
  }

  .button-link.zweitfarbe.heading-2.width {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

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

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

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

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

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

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

  .heading-mittig1.klein.heading-2.farbe-der-headings {
    font-size: 16px;
    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.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .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: 20%;
    height: 7vh;
  }

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

  .zitat {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 21px;
  }

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

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

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

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

  .flie-text-2 {
    overflow-wrap: anywhere;
  }

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

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

  .image-100.top {
    object-position: 30% 0%;
  }

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

  ._4er-grid1 {
    margin-top: 0;
  }

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

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

  .icon-3 {
    object-position: 0% 50%;
  }

  .text-left {
    font-size: 15px;
    line-height: 22px;
  }

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

  ._4er-grid2 {
    margin-top: 0;
  }

  .subheading-center.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

  .subheading-center.klen.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

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

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

  .symbol.invert {
    width: 28vw;
  }

  .heading-107 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-107.heading-1 {
    line-height: 1.1;
  }

  .content_3 {
    padding: 0 10px;
  }

  .paragraph-72 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .divider-11 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section_3 {
    padding: 20px;
  }
}

#w-node-_0ef31c7c-6398-086d-a87d-48c5fa064773-44199c0f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0ef31c7c-6398-086d-a87d-48c5fa064774-44199c0f, #w-node-_353a78ab-21bd-e6ea-61f9-7eb791d8cdf0-44199c0f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-bb92cb5b-e9b6-0e28-86eb-f6acc2c450ff-44199c0f {
  grid-row: span 2 / span 2;
}

#w-node-_2a7b9b1f-b519-9b95-a8d2-fa3e8b92271b-44199c0f, #w-node-_8749bf3c-4d10-5d93-a98f-4cdce95c406f-44199c0f, #w-node-_5a10fe02-f922-007b-3d2f-18a609f458a8-44199c0f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8ddeaef7-0804-ff77-d63c-54ff019f0bdf-4a3ddc34, #w-node-f52ecbbf-73e6-66f4-a016-7f2093239f6f-4a3ddc34, #w-node-a9df3470-07a7-dd99-a52d-86e0cbb86562-4a3ddc34, #w-node-b1792252-6e90-a407-e73d-85d54a7a7c46-4a3ddc34, #w-node-_8ddeaef7-0804-ff77-d63c-54ff019f0bdf-aba0e7a9, #w-node-f52ecbbf-73e6-66f4-a016-7f2093239f6f-aba0e7a9, #w-node-a9df3470-07a7-dd99-a52d-86e0cbb86562-aba0e7a9, #w-node-_065bcdf0-9aec-4ca3-2fd6-bd8a2841904d-aba0e7a9, #w-node-_065bcdf0-9aec-4ca3-2fd6-bd8a28419057-aba0e7a9, #w-node-_065bcdf0-9aec-4ca3-2fd6-bd8a28419061-aba0e7a9, #w-node-_8ddeaef7-0804-ff77-d63c-54ff019f0bdf-09427521, #w-node-f52ecbbf-73e6-66f4-a016-7f2093239f6f-09427521, #w-node-a9df3470-07a7-dd99-a52d-86e0cbb86562-09427521, #w-node-_8ddeaef7-0804-ff77-d63c-54ff019f0bdf-ac8f0877, #w-node-f52ecbbf-73e6-66f4-a016-7f2093239f6f-ac8f0877, #w-node-a9df3470-07a7-dd99-a52d-86e0cbb86562-ac8f0877 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0ef31c7c-6398-086d-a87d-48c5fa064773-44199c0f {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0ef31c7c-6398-086d-a87d-48c5fa064774-44199c0f, #w-node-_353a78ab-21bd-e6ea-61f9-7eb791d8cdf0-44199c0f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-bb92cb5b-e9b6-0e28-86eb-f6acc2c450ff-44199c0f {
    grid-row: span 2 / span 2;
  }

  #w-node-_4077a97a-5338-3ee4-fcca-ab0faaad2294-44199c0f {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a7b9b1f-b519-9b95-a8d2-fa3e8b92271b-44199c0f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8749bf3c-4d10-5d93-a98f-4cdce95c406f-44199c0f {
    grid-column: span 2 / span 2;
  }

  #w-node-_126fd1be-5434-41da-d4e0-d67f26a13904-44199c0f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0ef31c7c-6398-086d-a87d-48c5fa064773-44199c0f {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ef31c7c-6398-086d-a87d-48c5fa064774-44199c0f {
    grid-row: span 2 / span 2;
  }

  #w-node-_806cf35c-8394-610d-b8ae-3c723d76c1a7-44199c0f {
    grid-column: span 2 / span 2;
  }

  #w-node-_353a78ab-21bd-e6ea-61f9-7eb791d8cdf0-44199c0f {
    grid-row: span 2 / span 2;
  }

  #w-node-_4077a97a-5338-3ee4-fcca-ab0faaad2294-44199c0f {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a7b9b1f-b519-9b95-a8d2-fa3e8b92271b-44199c0f, #w-node-_8749bf3c-4d10-5d93-a98f-4cdce95c406f-44199c0f {
    grid-row: span 2 / span 2;
  }

  #w-node-_3b895fbc-9740-9c41-aaf3-4ffba6b3a8ef-44199c0f {
    grid-column: span 2 / span 2;
  }

  #w-node-_126fd1be-5434-41da-d4e0-d67f26a13904-44199c0f {
    grid-row: span 2 / span 2;
  }

  #w-node-c0d142d4-f8bd-6330-2f45-827134bf1475-44199c0f {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0ef31c7c-6398-086d-a87d-48c5fa064774-44199c0f, #w-node-_3ab65268-b418-b405-7ffe-72d5340ec382-44199c0f, #w-node-e684a668-efab-5dc8-6742-d2f89a6bd5bf-44199c0f, #w-node-f010875e-5838-9ef1-8840-cd37b896514f-44199c0f, #w-node-_446f0101-bfce-8fa6-6419-c632dd473bce-44199c0f, #w-node-_806cf35c-8394-610d-b8ae-3c723d76c1a7-44199c0f, #w-node-_353a78ab-21bd-e6ea-61f9-7eb791d8cdf0-44199c0f, #w-node-bb92cb5b-e9b6-0e28-86eb-f6acc2c450ff-44199c0f, #w-node-ccaa389a-d2bb-a457-76c5-3859eaa803ff-44199c0f, #w-node-_4077a97a-5338-3ee4-fcca-ab0faaad2294-44199c0f {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a7b9b1f-b519-9b95-a8d2-fa3e8b92271b-44199c0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_623d11ab-c5e8-d16e-bc6c-9729d1b2377c-44199c0f, #w-node-_986152a3-2545-687b-b574-ecf4c0083d45-44199c0f {
    grid-column: span 2 / span 2;
  }

  #w-node-_8749bf3c-4d10-5d93-a98f-4cdce95c406f-44199c0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ab95fbf-85b7-a085-c903-dd40af54e260-44199c0f, #w-node-_02bffeb6-cdb0-6bb5-1dd4-67ba3b7b2a9f-44199c0f, #w-node-_3b895fbc-9740-9c41-aaf3-4ffba6b3a8ef-44199c0f {
    grid-column: span 2 / span 2;
  }

  #w-node-_126fd1be-5434-41da-d4e0-d67f26a13904-44199c0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


