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

:root {
  --black-2: #292929;
  --black: black;
  --brown: #782631;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

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

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-1 {
  width: 100%;
}

.nav-link-1 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link-1.flie-text {
  color: #333;
}

.nav-link-1.flie-text:hover {
  color: #c5c5c5;
}

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

.farbe-der-headings {
  color: #782631;
}

.hauptfarbe {
  background-color: #000;
}

.zweitfarbe {
  background-color: #f3f3f3;
}

.highlights {
  color: #333;
  background-color: #782631;
}

.heading-1 {
  font-family: Arsenal, sans-serif;
}

.heading-2 {
  font-family: Unica One, sans-serif;
  font-weight: 600;
}

.flie-text {
  font-family: Chivo, sans-serif;
  font-weight: 400;
}

.heading-3 {
  font-family: Unica One, sans-serif;
  font-weight: 500;
}

.farbe-flie-text {
  color: #000;
}

.titelvideo-startseite-1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.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.zweitfarbe.farbe-flie-text:hover {
  background-color: #8b8b8b;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold.jpg');
  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: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

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

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

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

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.impressum1, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.email.flie-text {
  color: #fff;
}

.adresse, .ffnungszeiten {
  margin-bottom: 5px;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu.jpg');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.inhalt-footer1 {
  min-width: 200px;
}

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

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.html-embed-3 {
  height: 100%;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.div-block-113 {
  margin-bottom: 5px;
}

.div-block-video {
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.round-button1 {
  border-radius: 19px;
  padding: 10px 30px;
}

.round-button1.heading-3.zweitfarbe {
  color: #000;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu.jpg');
  background-size: auto, cover;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

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

.heading-linksb-ndig-effekt1 {
  margin-top: 0;
  font-size: 22px;
}

.subheading1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.subheading1.heading-2 {
  letter-spacing: 0;
}

.footer-image {
  margin-right: 10px;
}

.footer-2 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-2.hauptfarbe {
  align-items: flex-start;
}

.footer-2.hauptfarbe.flie-text {
  margin-top: auto;
  margin-bottom: 0;
  overflow: hidden;
}

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

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

.div-block-41 {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.div-block-41.highlights {
  color: #fff;
}

.nav-men-2.hauptfarbe {
  background-color: #0000;
}

.logo-wei {
  order: -1;
}

.navbar-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navbar-2.hauptfarbe {
  background-color: var(--black);
  height: 130px;
}

.header2 {
  z-index: 900;
  background-color: var(--black);
  flex-flow: column;
  padding-left: 10vw;
  padding-right: 10vw;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 0 5px 2px #0003;
}

.div-block-video-2 {
  color: #fff;
  background-color: #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 78px;
}

.terminbutton2.highlights {
  color: #fff;
}

.terminbutton2.highlights.heading-3:hover {
  background-color: #000;
}

.video2-2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.section-gro-e-abst-nde2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde2.dark-background {
  background-color: #2c2c2c;
}

.section-gro-e-abst-nde2.black-background {
  background-color: var(--black);
}

.background-icon2 {
  object-fit: contain;
  width: 60vw;
  max-width: 100%;
  height: 45vh;
  margin-top: 70px;
  font-size: 14px;
  position: relative;
}

.heading-icon2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 55px;
  position: absolute;
  inset: 36% 0% auto;
}

.heading-icon2.heading-1 {
  text-transform: capitalize;
  margin-top: 26px;
  font-weight: 700;
  line-height: 1.2;
  position: static;
  top: 75%;
}

.div-block-icon {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text-mittig2 {
  text-align: center;
  font-family: Chivo, sans-serif;
}

.inhalt-untereinander-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

._2er-grid1-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 40px;
  display: flex;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15vh 10vw;
  display: flex;
  overflow: hidden;
}

.inhalt-nebeneinander1.coloured {
  width: 100vw;
}

.inhalt-nebeneinander1.coloured.zweitfarbe {
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
}

.inhalt-nebeneinander1.dark-background {
  color: #fff;
  background-color: #2c2c2c;
}

.inhalt-nebeneinander1.black-background {
  background-color: var(--black);
}

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

.termin-button.heading-3.highlights {
  color: #fff;
}

.termin-button.heading-3.highlights:hover {
  background-color: #000;
}

.heading-links2 {
  text-transform: uppercase;
}

.heading-links2.heading-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-links2.heading-1.center {
  text-align: center;
}

.heading-links2.heading-1.white {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}

.heading-links2.heading-1.white.cap {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 300;
}

._4er-grid2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

._4er-grid2.auto {
  width: auto;
}

._4er-grid2._1er, ._4er-grid2._2er {
  grid-template-columns: 1fr 1fr;
}

.bild-cover-400 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.bild-cover-400._100 {
  height: 40vh;
}

.bild-cover-400.top {
  object-position: 50% 100%;
}

.image-60vw {
  object-fit: cover;
  flex: 0 auto;
  order: 1;
  width: 50vw;
  height: 75vh;
  margin-left: auto;
  margin-right: 0;
}

.footertext2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.impdat-2 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bild-cover-galerie2 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.galerie2 {
  padding: 15vh 10vw;
  overflow: hidden;
}

.galerie2.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.galerie2.mid.dark-background {
  color: #fff;
}

.galerie2.dark-background {
  background-color: #2c2c2c;
}

.galerie2.black-background {
  background-color: var(--black);
}

.inhalt-mittig-untereinander1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-mittig1-2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading-mittig1-2.heading-2.farbe-der-headings {
  color: var(--brown);
  margin-top: 0;
}

.form-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
  display: flex;
}

._2er-grid1-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.form-text1 {
  text-transform: none;
  margin-bottom: 10px;
}

.impdat2 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 140px 40px 100px;
}

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

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

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

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

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

.logo-img {
  object-fit: contain;
  width: auto;
  height: 120px;
}

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

.maps-gro-2 {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin-top: 23px;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

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

.link-block {
  display: block;
}

.link-block.footerlink {
  color: #fff;
}

.footertext2-copy {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.ablaufplan-big-button-2 {
  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-2:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-2.black.ablaufplan {
  background-color: #333;
  margin-top: 38px;
  top: 10px;
}

.ablaufplan-big-button-2.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-2.black:hover {
  transform: none;
}

.telefonnummer1-copy.flie-text-copy {
  color: #fff;
}

.telefonnummer1-copy {
  margin-bottom: 5px;
}

.div-block-156 {
  order: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-62 {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

.grid-18 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 350px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.image-63 {
  width: 60px;
}

.image-63.round {
  border-radius: 100px;
}

.link-block-2 {
  margin-bottom: 10px;
}

.heading-87 {
  text-align: center;
  font-family: Arsenal, sans-serif;
  font-size: 32px;
}

.section-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15vh 10vw;
  display: flex;
  overflow: hidden;
}

.section-50.dark-background {
  color: #fff;
  background-color: #2c2c2c;
}

.section-50.black-background {
  background-color: var(--black);
  color: #fff;
}

.heading-links2-copy {
  text-transform: uppercase;
}

.heading-links2-copy.heading-1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.section-51 {
  padding: 15vh 10vw;
  overflow: hidden;
}

.section-51.dark-background {
  color: #fff;
  background-color: #2c2c2c;
}

.heading-links2-copy-copy {
  text-transform: uppercase;
}

.heading-links2-copy-copy.heading-1 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-64 {
  object-fit: cover;
  width: 100%;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.submit-button-12.highlight {
  background-color: var(--brown);
  font-family: Unica One, sans-serif;
}

.image-66 {
  object-fit: cover;
  height: 60vh;
}

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

.image-66.pop {
  margin-bottom: 0;
}

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

.image-66.contain.small {
  height: 44.5vh;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}

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

.lightbox-link {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-link._50 {
  position: relative;
  left: 50%;
}

.lightbox-link.hide {
  display: none;
}

.lightbox-link.btm-mrgn {
  margin-bottom: 40px;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 50%;
}

.text-field:active, .text-field:focus {
  border: 1px solid #e29da6;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#000c, #000c);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-67 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-67:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-89 {
  color: var(--black);
  text-align: center;
  font-family: Arsenal, sans-serif;
}

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

.paragraph-57 {
  color: #7f7f7f;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-57.darker {
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.darker:hover {
  color: #4f4f4f;
}

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

.lightbox-link-2 {
  height: 60vh;
}

.image-69 {
  object-fit: contain;
  height: 60vh;
}

.popup-inside-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

.popup-inside-2:hover {
  box-shadow: 4px 0 16px 4px #000;
}

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

.einwilligung_link {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Chivo, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.einwilligung_link:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--brown);
  text-decoration: underline;
}

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

.popup-image {
  object-fit: contain;
  height: 60vh;
  margin-bottom: 0;
}

.popup-image.cover {
  object-fit: cover;
  margin-bottom: 0;
}

._4-col-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding: 20px 0;
}

._4-col-stack.popup {
  padding-top: 0;
  padding-bottom: 0;
}

._4-col-stack._80 {
  width: 60%;
}

.center-cell {
  justify-content: center;
  align-items: center;
}

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

.bg-video.popup {
  height: 50vh;
}

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

.text-mittig1.flie-text {
  margin-bottom: 10px;
}

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

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-header-2 {
  background-color: #fff;
  border-bottom: 1px solid #a6a6a6;
  height: 65vh;
  padding-top: 0;
}

.card-body-3 {
  padding: 20px;
}

.card-block-2 {
  width: 30%;
  box-shadow: 0 0 6px #a7a7a7;
}

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

.heading-mittig1-3.heading-2.farbe-der-headings.text-blue {
  color: #333;
  font-family: Arsenal, sans-serif;
}

.heading-mittig1-3.heading-2.farbe-der-headings.text-white {
  color: #fff;
  font-family: Arsenal, sans-serif;
}

.link-9 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.slide-image-block {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.slide-image-front {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-link-3 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-70 {
  object-fit: contain;
  height: 60vh;
}

.image-71 {
  width: 45px;
  height: 45px;
}

.div-block-157 {
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.popup-inside-3 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

.popup-inside-3:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-72 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-72:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-90 {
  color: #000;
  text-align: center;
  font-family: Arsenal, sans-serif;
}

.heading-90.bottom-margin {
  margin-bottom: 20px;
}

.lightbox-link-4 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-div {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000030;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.popup-card.zweitfarbe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.back {
  cursor: pointer;
  object-fit: contain;
  width: 1.5vw;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-img {
  object-fit: contain;
  height: 50vh;
}

.code-embed {
  order: 3;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000017;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-52 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

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

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  width: auto;
}

.modal1_component-3 {
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.image-55vh {
  object-fit: contain;
  width: 100%;
  height: 48vh;
}

.image-55vh.size {
  width: auto;
  height: 60vh;
}

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

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

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.hide-mobile-landscape {
  filter: invert();
}

.hide-mobile-landscape.invert {
  filter: none;
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_content-wrapper.ize {
  width: auto;
  max-width: 33rem;
}

.div-block-158 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.div-block-154 {
  width: 100%;
  height: 65vh;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

._3er-grid._2er {
  grid-template-columns: 1fr 1fr;
  width: 65%;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.image-overlay.light-overlay {
  background-image: linear-gradient(#0003, #0003);
}

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

._3-col-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.new-card {
  border: 1px solid #5b5b5b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.modal1_component-4 {
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.text-mitting {
  text-align: center;
}

.modal1_content-wrapper-copy {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_content-wrapper-copy.ize {
  background-color: #2c2c2c;
  width: auto;
  max-width: 33rem;
  overflow: hidden;
}

.div-block-159 {
  width: 100%;
  padding-top: 20px;
}

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

.navlink-2 {
  color: #d4d4d4;
}

.navlink-2.flie-text.w--current {
  color: #fff;
}

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

.slogan7.heading-font1 {
  color: #9a7035;
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#00000014, #00000014), url('../images/pexels-christina-peko-318814967-30243820.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.divider-2 {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-2.highlights {
  background-color: #8f7843;
  width: 60%;
}

.text-left2 {
  margin-bottom: 10px;
}

.inhalt-untereinander1-2 {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 20px;
  display: block;
}

.inhalt-untereinander1-2.no {
  margin-bottom: 0;
}

.icon-1 {
  color: #000;
  object-fit: contain;
  width: 75px;
  margin-top: 0;
  font-family: Exo, sans-serif;
}

.icon-1.smasll {
  width: 50px;
  max-width: none;
}

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

.heading-klein-linksb-ndig1.heading-font1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 300;
}

.heading-klein-linksb-ndig1.heading-font1.sub {
  color: #8f7843;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-size: 20px;
}

.heading-klein-linksb-ndig1.heading-font1.sub.no {
  margin-bottom: 0;
}

.heading-klein-linksb-ndig1.heading-font1.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

._6er-grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}

._6er-grid.top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #8f7843;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 20px;
}

._6er-grid.top.tablet {
  display: none;
}

.div-block-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  border-right: 1px solid #8f7843;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-white.no {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right-width: 0;
  flex-flow: row;
}

.div-block-white.no.rel.adj {
  border-top-style: none;
  justify-content: center;
  align-items: center;
}

.div-block-white.rel {
  position: relative;
  left: 50%;
}

.div-block-white.rel.adj {
  border-top: 1px #8f7843;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-white.adj {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #8f7843;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
}

.div-block-white.adj.no {
  justify-content: center;
}

.div-block-white.no-border {
  border-right-style: none;
}

.circle {
  mix-blend-mode: exclusion;
  border: 2px solid #8f7843;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 125px;
  height: 125px;
  padding: 0;
  display: flex;
}

.circle.small {
  width: 75px;
  height: 75px;
}

.italic-text {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 300;
}

.image-74 {
  width: 20%;
}

.link-block-3 {
  width: 33.3334%;
}

.link-10 {
  color: #8f7843;
  text-decoration: none;
}

.body, .body-2 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-160 {
  order: 1;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

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

  .div-block-37 {
    width: auto;
  }

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

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

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

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text, .nav-link.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .men-icon1 {
    color: #fff;
  }

  .telefonnummer1 {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .email {
    margin-bottom: 5px;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

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

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .div-block-video {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan1 {
    font-size: 40px;
  }

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

  .bild-zoom-effekt1 {
    min-height: 50vh;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .men-button1.hauptfarbe.w--open {
    background-color: #000;
  }

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

  .footer-image {
    object-fit: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .footer-2.hauptfarbe.flie-text {
    font-size: 12px;
  }

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

  .nav-men-2.hauptfarbe {
    background-color: var(--black-2);
    background-color: #292929;
    flex-flow: column;
    display: flex;
  }

  .men-button2.hauptfarbe {
    background-color: #0000;
  }

  .logo-wei {
    order: -1;
    margin-left: 20px;
  }

  .men-icon3 {
    color: #fff;
  }

  .navbar-2.hauptfarbe {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .header2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .div-block-video-2 {
    height: 100%;
  }

  .slogan2.heading-1 {
    text-align: center;
    line-height: 45px;
  }

  .video2-2 {
    background-image: linear-gradient(#00000036, #00000036);
  }

  .section-gro-e-abst-nde2 {
    padding: 100px 60px;
  }

  .background-icon2 {
    height: 40vh;
    margin-top: 0;
  }

  .heading-icon2.heading-1 {
    font-size: 35px;
    top: 60%;
  }

  .text-mittig2 {
    line-height: 25px;
  }

  .inhalt-untereinander-2 {
    align-items: center;
    padding: 20px;
  }

  .text-links2.flie-text {
    line-height: 25px;
  }

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

  ._2er-grid1-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 100%;
  }

  .inhalt-nebeneinander1.coloured.zweitfarbe {
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-nebeneinander1.black-background {
    padding: 5vh 5vw;
  }

  ._4er-grid2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .image-60vw {
    object-position: 50% 50%;
    width: 100%;
    height: 55vh;
    margin-right: auto;
  }

  .image-60vw.contain {
    object-fit: cover;
  }

  .impdat-2 {
    padding-left: 0;
  }

  .galerie2 {
    padding: 5vh;
  }

  .galerie2.mid.dark-background, .galerie2.black-background {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .inhalt-mittig-untereinander1 {
    padding: 20px 0;
  }

  .form-block-2 {
    margin-top: 0;
    padding-right: 0;
  }

  ._2er-grid1-3 {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .impdat2 {
    padding: 20px;
  }

  .success-2 {
    height: 75vh;
    padding-top: 10px;
  }

  .maps-gro-2 {
    margin-top: 0;
    padding-top: 0;
  }

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

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

  .telefonnummer1-copy {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .div-block-156 {
    order: 2;
    margin-right: 20px;
    position: static;
  }

  .grid-18 {
    padding-right: 10px;
  }

  .image-63 {
    width: 50px;
  }

  .link-block-2 {
    margin-bottom: 0;
  }

  .heading-87 {
    margin-top: 40px;
    padding-top: 0;
  }

  .section-50 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .section-50.dark-background, .section-50.black-background {
    padding: 5vh 5vw;
  }

  .section-51 {
    padding: 20px 60px 100px;
  }

  .image-64 {
    height: 70vw;
  }

  .image-66 {
    object-fit: cover;
    margin-bottom: 20px;
  }

  .image-66.cover {
    margin-bottom: 0;
  }

  .image-66.auto, .image-66.pop {
    height: auto;
  }

  .image-66.contain.small {
    height: 100%;
  }

  .lightbox-link._50._1 {
    left: 0%;
  }

  .lightbox-link.hide {
    display: block;
  }

  .lightbox-link.hide1 {
    display: none;
  }

  .grid-19 {
    width: 100%;
  }

  .popupmain {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
  }

  .heading-89.bottom-margin {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .popup-inside-2 {
    width: 40%;
    padding-top: 40px;
    overflow: hidden;
  }

  .popup-image {
    height: 100%;
  }

  .lightbox-link-popup {
    width: 40vw;
  }

  ._4-col-stack._80 {
    width: 80%;
  }

  .card-block-2 {
    width: 60%;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .lightbox-link-3 {
    width: 40vw;
  }

  .image-70 {
    object-fit: contain;
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-157 {
    order: 1;
    margin-right: 20px;
    position: static;
  }

  .popup-inside-3 {
    width: 60%;
    max-height: 90vh;
    padding-top: 40px;
    overflow: auto;
  }

  .heading-90.bottom-margin {
    font-size: 34px;
  }

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

  .image-55vh {
    height: auto;
  }

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

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-154 {
    height: 45vh;
  }

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

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

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

  ._3er-grid._2er {
    grid-template-rows: auto auto;
    width: 100%;
  }

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

  .feature-image {
    margin-top: 0;
  }

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

  .new-card {
    padding: 20px;
  }

  .modal1_component-4 {
    display: none;
  }

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

  .text-mitting.flie-text {
    line-height: 25px;
  }

  .modal1_content-wrapper-copy {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .inhalt-untereinander1-2 {
    text-align: left;
  }

  .icon-1.smasll {
    width: 35px;
  }

  .heading-klein-linksb-ndig1.heading-font1.sub, .heading-klein-linksb-ndig1.heading-font1.left {
    text-align: center;
  }

  ._6er-grid {
    width: 90%;
  }

  ._6er-grid.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  ._6er-grid.top.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 66.66%;
    margin-top: 0;
    display: grid;
  }

  .div-block-white {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-white.no.rel.adj {
    justify-content: space-between;
  }

  .div-block-white.rel.adj {
    border-top-width: 0;
    border-bottom-style: none;
    border-right-style: none;
    border-right-width: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    position: static;
  }

  .div-block-white.rel.adj.tablet-hide {
    display: none;
  }

  .div-block-white.adj {
    border-bottom-style: none;
    border-right-style: none;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-white.adj.no {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .inhalt-mittig1 {
    height: auto;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .impdatfooter, .impressum1 {
    text-align: left;
  }

  .inhalt-footer1 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

  .div-block-video {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 22px;
  }

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

  .footer-image {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .footer-2.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-2.hauptfarbe.flie-text {
    text-align: center;
    flex-direction: column;
    padding-bottom: 0;
  }

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

  .men-icon3 {
    color: #fff;
  }

  .navbar-2.hauptfarbe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-video-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .video2-2 {
    height: 100%;
  }

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

  .background-icon2 {
    width: 100%;
  }

  .heading-icon2.heading-1 {
    top: 26%;
  }

  .inhalt-untereinander-2 {
    padding: 60px 40px;
  }

  ._2er-grid1-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-nebeneinander1 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

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

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

  ._4er-grid2._1er {
    grid-template-rows: auto;
  }

  .image-60vw {
    height: 45vh;
    margin-left: auto;
  }

  .footertext2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .impdat-2 {
    padding-left: 0;
  }

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

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

  ._2er-grid1-3 {
    flex-direction: column;
    display: flex;
  }

  .impdat2 {
    padding: 20px;
  }

  .success-2 {
    height: auto;
    padding: 140px 20px;
  }

  .logo-img {
    width: 130px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 350px;
  }

  .footertext2-copy {
    flex-direction: column;
    align-items: center;
  }

  .grid-18 {
    height: 250px;
    margin-bottom: 0;
  }

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

  .section-51 {
    padding: 20px 40px 60px;
  }

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

  .image-64 {
    height: 80vw;
    margin-left: 0;
    margin-right: 0;
  }

  .image-66.cover {
    height: 50vh;
  }

  .image-66.contain {
    width: 100%;
    height: auto;
  }

  .lightbox-link {
    width: 100%;
  }

  .lightbox-link._50._2 {
    left: 0%;
  }

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

  .popup-inside {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-67 {
    width: 25px;
    height: 25px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-57.darker {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .lightbox-link-2 {
    height: 55vh;
  }

  .popup-inside-2 {
    width: 50%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
  }

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

  .popup-image.cover {
    height: 50vh;
  }

  .lightbox-link-popup {
    width: 50vw;
  }

  .center-cell {
    align-items: center;
  }

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

  .lightbox-link-3 {
    width: 50vw;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .popup-inside-3 {
    width: 80%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
  }

  .image-72 {
    width: 25px;
    height: 25px;
  }

  .heading-90.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

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

  .modal1_component-3 {
    justify-content: center;
    align-items: center;
  }

  .image-55vh {
    height: auto;
  }

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

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .show-mobile-landscape.no-invert {
    filter: none;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-154 {
    height: 40vh;
  }

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

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

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

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

  .project-item {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .feature-image {
    object-position: 50% 40%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .new-card {
    padding: 20px;
  }

  .modal1_component-4 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .akt-grid {
    display: flex;
  }

  .modal1_content-wrapper-copy {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-1 {
    width: 35px;
  }

  ._6er-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

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

  ._6er-grid.top.tablet {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .div-block-white {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-white.rel.adj.tablet-hide {
    display: flex;
  }

  .circle {
    width: 55px;
    height: 55px;
  }

  .image-74 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 25px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
  }

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .grid-7 {
    justify-content: start;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

  .rounded-block {
    min-width: 200px;
  }

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

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

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

  .div-block-wei-1 {
    width: 90%;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 20px;
  }

  .subheading1.heading-2 {
    font-size: 18px;
    line-height: 23px;
  }

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

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

  .men-icon3 {
    color: #fff;
  }

  .navbar-2.hauptfarbe {
    flex-direction: column;
  }

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

  .background-icon2 {
    height: 250px;
  }

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

  .text-mittig2 {
    line-height: 22px;
  }

  .inhalt-untereinander-2 {
    align-items: center;
    padding: 0;
  }

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

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

  ._2er-grid1-2 {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

  .inhalt-nebeneinander1 {
    width: 100%;
  }

  .inhalt-nebeneinander1.black-background {
    padding-left: 1vw;
    padding-right: 1vw;
  }

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

  ._4er-grid2 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .bild-cover-400, .bild-cover-400._100 {
    height: 35vh;
  }

  .image-60vw {
    height: 30vh;
  }

  .bild-cover-galerie2 {
    height: 35vh;
    margin-left: 0;
    margin-right: 0;
  }

  .galerie2 {
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .galerie2.mid.dark-background, .galerie2.black-background {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .impdat2 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .success-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .maps-gro-2 {
    height: 300px;
  }

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

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

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

  .div-block-156 {
    background-color: var(--black-2);
    order: 2;
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .grid-18 {
    padding-right: 5px;
  }

  .image-63 {
    width: 40px;
  }

  .heading-87 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .section-50 {
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .section-50.dark-background, .section-50.black-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-links2-copy.heading-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

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

  .heading-links2-copy-copy.heading-1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .image-66 {
    object-fit: contain;
    margin-bottom: 20px;
  }

  .image-66.cover {
    height: 100%;
  }

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

  .lightbox-link {
    width: 100%;
  }

  .popup-inside {
    width: 90%;
  }

  .image-67 {
    width: 20px;
    height: 20px;
  }

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

  .heading-89.bottom-margin {
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .lightbox-link-2 {
    height: 40vh;
  }

  .image-69 {
    height: 50vh;
  }

  .popup-inside-2 {
    width: 80%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .einwilligung_link {
    text-align: center;
  }

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

  .lightbox-link-popup, ._4-col-stack._80 {
    width: 100%;
  }

  .card-header-2 {
    height: 45vh;
  }

  .card-block-2 {
    width: 80%;
  }

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

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

  .image-70 {
    object-fit: contain;
    margin-bottom: 20px;
  }

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

  .div-block-157 {
    background-color: #292929;
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .popup-inside-3 {
    width: 90%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-72 {
    width: 20px;
    height: 20px;
  }

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

  .heading-90.bottom-margin {
    font-size: 24px;
    line-height: 28px;
  }

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

  .popup-card.zweitfarbe {
    padding: 20px;
  }

  .back {
    width: 2.5vw;
  }

  .popup-img {
    height: 20vh;
  }

  .code-embed {
    order: 1;
  }

  .modal1_component-3 {
    width: auto;
    height: auto;
  }

  .image-55vh {
    height: auto;
  }

  .image-55vh.size {
    height: 55vh;
  }

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

  .show-mobile-landscape.no-invert {
    filter: none;
  }

  .modal1_content-wrapper.ize {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .div-block-158 {
    flex-flow: column;
  }

  .div-block-154 {
    height: 30vh;
  }

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

  .project-card-info {
    padding: 18px 12px;
  }

  .project-item {
    min-height: 250px;
  }

  .new-card {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
  }

  .modal1_component-4 {
    width: auto;
    height: auto;
    display: none;
  }

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

  .modal1_content-wrapper-copy.ize {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

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

  .icon-1, .icon-1.smasll {
    width: 30px;
  }

  .heading-klein-linksb-ndig1 {
    font-size: 18px;
    line-height: 25px;
  }

  ._6er-grid.top {
    display: flex;
  }

  ._6er-grid.top.tablet {
    display: none;
  }

  .div-block-white.rel.adj.tablet-hide {
    display: flex;
  }

  .circle {
    width: 50px;
    height: 50px;
  }

  .image-74 {
    width: 60%;
  }

  .div-block-160 {
    order: 3;
  }
}

#w-node-_1cd18903-a605-b1bd-3e89-dedb5f26dfc8-6421dfff, #w-node-de715f73-c07b-89c9-5a69-15f44491fd38-6421dfff {
  align-self: auto;
}

#w-node-_08a92e1e-ae59-c81b-b866-42d5d811b513-6421dfff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77899884-6104-784d-8ba6-55bf441b583b-6421dfff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5b47abb5-3b23-eb7a-3797-1ee31826964d-6421dfff, #w-node-_5b47abb5-3b23-eb7a-3797-1ee318269665-6421dfff, #w-node-a07343f7-1ac3-3490-4208-36842737c57d-6421dfff, #w-node-_4189d1a4-2fc3-fb27-ec35-babff73038b9-6421dfff {
  align-self: stretch;
}

#w-node-_10bae3d0-6cf2-ccc2-f58f-2b65ac9e1327-6421dfff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15b7d46c-e9f8-f5c3-4644-ed60b14bd1b4-6421dfff, #w-node-_27668965-c906-3726-481f-c09136764474-6421dfff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b43ff8a-beba-70c1-87af-fb2103d0f989-6421dfff {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ec2b55a9-b6e9-d1fc-ed22-5e05c3cb0f97-6421dfff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_6b43ff8a-beba-70c1-87af-fb2103d0f989-6421dfff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Castillo';
  src: url('../fonts/Castillo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}