:root {
  --dark-brown: #402e0f;
  --turq: #7ccab9;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  border-radius: 5px;
  height: 6rem;
  margin-bottom: 10px;
}

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

.logo.ber-button {
  justify-content: flex-end;
  width: 50%;
  height: 21vh;
  position: fixed;
  inset: auto 0% 15% auto;
}

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

.telefonnummer {
  color: #333;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.telefonnummer.font-wh {
  color: #fff;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #402e0f;
}

.email {
  color: #333;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.email.font-wh {
  color: #fff;
}

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

.highlights {
  color: #000;
  background-color: #7ccab9;
}

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

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

.heading-1 {
  font-family: Gruppo, 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: #402e0f;
  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 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.terminbutton.highlights.flie-text:hover {
  background-color: var(--dark-brown);
  color: #fff;
}

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

.maps-gro {
  width: 100%;
  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: space-between;
  align-items: center;
  width: 100%;
  height: 19vh;
  padding-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
}

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

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

.logo-wei {
  height: 19vh;
  padding-left: 1px;
  display: flex;
  position: relative;
}

.nav-menu-1 {
  z-index: 10000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

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

.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;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.titelvideo-startseite-1.hauptfarbe {
  align-items: stretch;
}

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

.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: 4vw;
  line-height: 1;
}

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

.slogan1.mittig.heading-1 {
  font-size: 45px;
  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: 2vw;
  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;
  margin-top: 40px;
}

.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 {
  border: 1px solid #73b0a1;
  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;
  transition: all .6s;
}

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

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

._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: 5% 5vw;
  display: flex;
}

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

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

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

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

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

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

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

.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 {
  background-color: var(--turq);
  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: 10px 5vw 40px;
  display: flex;
}

.footer.hauptfarbe {
  background-color: var(--dark-brown);
}

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

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

.inhalt-footer {
  height: 100%;
}

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

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

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

.maos-footer-2 {
  justify-content: center;
  width: 16.3vw;
  min-width: 250px;
  height: 17.2vh;
  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: 80vh;
}

.picture-round {
  object-fit: cover;
  border-radius: 50%;
  width: 17rem;
  height: 17rem;
  transition: all .6s;
}

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

.zitat {
  text-align: center;
  margin-bottom: 20px;
  font-family: Gruppo, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

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

.text-field-4 {
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.8vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 400;
  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;
}

.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-size: 1.1vw;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.impdat {
  padding: 100px 5vw;
}

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

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

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

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

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

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

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

.padding-section-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.padding-section-1.highlights {
  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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  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;
}

.fixed-block {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 1% 40% auto;
}

.social-wrap {
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
  box-shadow: 0 2px 5px #0003;
}

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

.linsocial {
  width: 2rem;
  height: 2rem;
}

.navbar-block {
  width: 100%;
  height: 21vh;
}

.link-blk {
  color: #000;
  font-size: 1.1vw;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

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

.image-100-links {
  object-fit: cover;
  object-position: 20% 0%;
  width: 100%;
  height: 100%;
}

.bild-wrapper-50vh {
  width: 100%;
  height: 50vh;
  position: relative;
}

.tabbtn.highlights.flie-text {
  bottom: 2px;
}

.tabbtn.highlights.flie-text.w--current {
  background-color: #67a597;
  bottom: -1px;
}

.tabs-content {
  border: 1px solid #67a597;
  padding: 10px;
}

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

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

.code-embed {
  width: 100%;
}

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

.image-100vh-sticky {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0%;
}

._2er-grid-video-overflow {
  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%;
  margin-top: 20px;
  display: grid;
  overflow: visible;
}

.slider-100vh {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.dropdown-nav {
  color: #fff;
}

.dropdown-nav.flie-text {
  font-size: 15px;
  font-weight: 500;
}

.nav-link-1-dropdown-list {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-1-dropdown-list.flie-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all .6s;
}

.nav-link-1-dropdown-list.flie-text:hover {
  background-color: #00000052;
}

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

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

.absolute-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.absolute-block.hauptfarbe {
  background-color: #0505056e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

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

.image-100-blur {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-100-contain-abs {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.zweitfarbe-white {
  color: #000;
  background-color: #fff;
}

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

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

.grid-17 {
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  overflow: visible;
}

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

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

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

.collage-wrapper {
  height: 75vh;
  overflow: hidden;
}

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

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

.image-wrapper {
  height: 45vh;
}

._2er-grid-video2, ._2er-grid-start-video {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.list {
  margin-bottom: 10px;
  padding-left: 0;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
  margin-bottom: 10px;
}

.grid-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.wrapper {
  width: 100%;
  height: auto;
  overflow: visible;
}

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

.grid-21 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.collage-2 {
  width: 100%;
  height: 100%;
}

.termin-button-auto {
  margin-top: auto;
  margin-bottom: 10px;
}

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

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

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

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

.utility-page-wrap-3 {
  background-color: var(--dark-brown);
  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-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.image-101 {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 10rem;
}

.text-block {
  font-family: Roboto, sans-serif;
}

.heading-4 {
  font-family: Gruppo, sans-serif;
}

.wrapp {
  overflow-wrap: anywhere;
}

.image-102 {
  object-fit: contain;
  height: 50vh;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 150px;
    height: auto;
    margin-bottom: 0;
  }

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

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .maps-gro {
    height: 55vh;
  }

  .navbar {
    background-color: var(--dark-brown);
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    box-shadow: 0 2px 5px #ebebeb33;
  }

  .icon {
    color: #fff;
  }

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

  .hauptfarbe-2.w--open {
    background-color: var(--turq);
  }

  .logo-wei {
    margin-right: auto;
    padding-left: 0;
  }

  .nav-menu-1 {
    background-color: var(--dark-brown);
    flex-flow: column;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-1.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .background-video1 {
    width: 100%;
  }

  .div-block-video {
    z-index: 20;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .div-block-video.last {
    order: 1;
  }

  .slogan1 {
    font-size: 40px;
  }

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

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

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

  .social-icons-grid {
    margin-top: 10px;
    display: flex;
  }

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

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

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

  .arrow {
    width: 3vw;
  }

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

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

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

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

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

  .inhalt-mittig-links, .inhalt-mittig-links.hauptfarbe {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .inhalt-mittig-links.hauptfarbe.last {
    order: 1;
  }

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

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

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

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

  .project-name.zweitfarbe {
    height: 7vh;
  }

  .project-icon.highlights {
    width: 14%;
    height: 7vh;
  }

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

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

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

  .inhalt-footer {
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

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

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

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

  .heading_big.heading-3 {
    font-size: 50px;
    line-height: 155px;
  }

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

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

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

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

  .zitat {
    margin-bottom: 20px;
  }

  .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;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

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

  .impdat {
    padding: 60px;
  }

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

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

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

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

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

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

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

  .social-wrap {
    width: 32px;
    height: 32px;
  }

  .navbar-block.hauptfarbe {
    display: none;
  }

  .image-100-links.size {
    object-fit: contain;
    object-position: 50% 50%;
    height: auto;
  }

  .tabbtn.highlights.flie-text {
    text-align: center;
  }

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

  .tabs-menu {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .no-overflow-100.size, .image-100vh-sticky {
    height: 60vh;
  }

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

  .slider-100vh {
    height: 100%;
  }

  .dropdown-nav.flie-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list.hauptfarbe.w--open {
    background-color: var(--turq);
    position: relative;
  }

  .nav-link-1-dropdown-list.flie-text {
    overflow-wrap: anywhere;
    line-height: 1.3;
  }

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

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

  .grid-18 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }

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

  .image-wrapper {
    width: 100%;
  }

  ._2er-grid-video2, ._2er-grid-start-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

  .list-item-16, .list-item-17 {
    text-align: left;
  }

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

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

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

  .tabs, .dropdown {
    width: 100%;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

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

  .maos-footer {
    height: 100px;
  }

  .hauptfarbe-2 {
    padding: 10px;
  }

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

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

  .background-video1 {
    height: 65vh;
  }

  .div-block-video {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .slogan1.mittig.heading-1 {
    font-size: 34px;
    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;
  }

  .slogan1-2.heading-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .social-icons-grid {
    margin-top: 20px;
    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;
  }

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

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

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

  .heading-mittig1.klein.heading-2.farbe-der-headings {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._3er-grid1 {
    margin-top: 10px;
  }

  .icons {
    width: 15vw;
  }

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

  .inhalt-mittig-links {
    padding: 40px;
  }

  .inhalt-mittig-links.hauptfarbe {
    width: 100%;
    padding: 40px;
  }

  .heading-links.heading-1 {
    text-align: center;
    overflow-wrap: anywhere;
    font-size: 30px;
  }

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

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

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

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

  .project-name.zweitfarbe {
    height: 6vh;
  }

  .project-icon.highlights {
    width: 12%;
    height: 6vh;
  }

  .slider-small {
    height: 35vh;
  }

  ._4er-grid {
    height: 35vh;
    display: flex;
  }

  .lottie-animation {
    height: 19vh;
    margin-bottom: 10px;
  }

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

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

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

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

  .absolute_100 {
    height: 35vh;
  }

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

  .heading_big.heading-3 {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    margin-top: 0;
    padding: 100px 40px;
  }

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

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

  .image-100, .image-100.size {
    height: 25rem;
  }

  .padding-section-1 {
    padding: 40px;
  }

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

  .fixed-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .social-wrap {
    width: 30px;
    height: 30px;
  }

  .bild-wrapper-50vh {
    height: 25rem;
  }

  .tabbtn.highlights.flie-text, .tabbtn.highlights.flie-text.w--current {
    bottom: 0;
  }

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

  .no-overflow-100, .no-overflow-100.size {
    height: 25rem;
  }

  .image-100vh-sticky {
    height: 100%;
  }

  ._2er-grid-video-overflow {
    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%;
    margin-top: 0;
    display: flex;
  }

  .nav-link-1-dropdown-list.flie-text {
    white-space: pre-wrap;
  }

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

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

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

  .collage-wrapper {
    height: auto;
  }

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

  .image-wrapper {
    height: 25rem;
  }

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

  .grid-20, .grid-21 {
    flex-flow: column;
    display: flex;
  }

  .image-101 {
    height: 5rem;
  }

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

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

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

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

  .logo-img {
    width: 120px;
  }

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

  .logo-wei {
    max-width: 180px;
    margin-right: 0;
    position: static;
  }

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

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

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

  .div-block-video {
    color: #fff;
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 20px 20px 0;
  }

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

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

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

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

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

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

  ._2er-grid {
    flex-direction: column;
    grid-template-columns: minmax(200px, 1fr);
    justify-content: space-between;
    display: flex;
  }

  .inhalt-mittig-links, .inhalt-mittig-links.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-untereinander {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

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

  .project-name.zweitfarbe {
    height: 6vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-icon.highlights {
    width: 20%;
    height: 6vh;
  }

  .slider-small {
    height: 35vh;
  }

  ._4er-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: 35vh;
  }

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

  .maos-footer-2 {
    min-width: 200px;
  }

  .absolute_100 {
    object-fit: fill;
  }

  .heading_big.heading-3 {
    font-size: 37px;
    line-height: 100px;
  }

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

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

  .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, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .impdat-2.flie-text {
    min-height: auto;
  }

  .padding-section-1 {
    width: 100%;
    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-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .social-wrap {
    width: 25px;
    height: 25px;
  }

  ._3er-grid1-no-margin {
    margin-top: 0;
  }

  .no-padding-section-1-2 {
    padding-left: 0%;
  }

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

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

  .grid-18 {
    width: 100%;
  }

  ._2er-grid-1 {
    flex-direction: column;
    grid-template-columns: minmax(200px, 1fr);
    justify-content: space-between;
    display: flex;
  }

  .utility-page-wrap-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

#w-node-_9a9765c6-379c-db80-10dc-72fec11e880a-c11e87f8, #w-node-_8100c9b1-c9e0-c69b-86e9-1778a2423938-5fe0ef38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_966da854-4433-e5e4-7b5a-a48ff06bce8a-0cc126b3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-df5f3824-4a39-f38d-55d6-cd7ea158d312-0cc126b3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_56c07773-b092-5fb0-9de6-2457a2da5acd-0cc126b3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f53e41c1-5a00-c3b1-031e-133446795701-0cc126b3 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-a5df9d2f-03c8-df40-1876-b13de456e8a6-0cc126b3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a5df9d2f-03c8-df40-1876-b13de456e8ac-0cc126b3 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a5df9d2f-03c8-df40-1876-b13de456e8b0-0cc126b3 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_44c2398e-f37d-b7bd-e22b-8bf25b6e49b3-2d4a6bf0, #w-node-_9e73db1a-69bc-0f93-7fa4-c356d20aa6b8-61345ff6, #w-node-_9e73db1a-69bc-0f93-7fa4-c356d20aa6bb-61345ff6, #w-node-_9e73db1a-69bc-0f93-7fa4-c356d20aa6b9-61345ff6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8b39cb06-2bd8-3ceb-fbc6-dbf61e98f80c-c4228cc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b1939ba-db03-46c6-7f52-ccb449165b7a-c4228cc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ad0df8c-16a9-292e-e072-c7286e5059b1-c4228cc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_550ad93b-e9ec-d326-f54e-140fc950211c-c4228cc8, #w-node-_74cbb1a8-4bc5-0b96-e31c-3e1e0100f699-c4228cc8, #w-node-c0241a68-4002-4760-5819-d78813c01fbf-c4228cc8, #w-node-_4db5af86-956b-76eb-b134-08ffb1d048a0-c4228cc8, #w-node-_5e860fbe-fa0f-c87c-f528-423c8a85c7f0-c4228cc8, #w-node-e829353c-fb98-71eb-3d72-a2a1ad67de6f-c4228cc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


