@font-face {
  font-family: Urw Din Condensed Freefontdownload Org;
  src: url('../fonts/urw-din-condensed-black_freefontdownload_org.zip') format("undefined");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-clr: #020202;
  --secondary-color: #f8f1f1;
  --black: black;
  --white: white;
  --red: #db0004;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Roboto, 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: 30px;
  font-weight: 700;
  line-height: 36px;
}

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

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

.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%;
  min-width: 180px;
  padding-left: 0;
  display: block;
}

.inhalt-men-punkte2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 20% 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;
}

.men-2 {
  width: 100%;
}

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

.nav-link2:hover {
  color: gray;
}

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

.nav-link2.flie-text {
  line-height: 1.3;
}

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

.heading-color {
  color: #db0004;
  line-height: 1.3;
}

.main-color {
  background-color: var(--main-clr);
  color: #fff;
}

.secondary-color {
  background-color: var(--secondary-color);
}

.highlight {
  background-color: #db0004;
}

.heading-font1 {
  color: var(--black);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-font1.small {
  overflow-wrap: anywhere;
  font-size: 28px;
}

.heading-font1.small.weit {
  color: var(--white);
}

.heading-font1.small.mittig {
  font-size: 25px;
}

.heading-font1.weit {
  color: var(--main-clr);
  overflow-wrap: anywhere;
  font-size: 32px;
}

.heading-font1.itting, .heading-font1.mittig {
  text-align: center;
}

.heading-font2 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.paragraph-font {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-font3 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

.divblock1 {
  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.highlight.paragraph-font {
  background-color: var(--red);
  text-transform: none;
  border-radius: 5px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.3;
}

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold_15e4e799880743331e550192d_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: 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;
}

.titel3-start-1 {
  height: auto;
  position: relative;
}

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

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

.mehr-erfahren1.highlight {
  line-height: 1.3;
}

.mehr-erfahren1.highlight.paragraph-font {
  background-color: var(--red);
  text-transform: none;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 14px 25px;
  font-size: 16px;
  line-height: 1.3;
}

.mehr-erfahren1.highlight.paragraph-font:hover {
  background-color: var(--main-clr);
}

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

.inhaltstartseite {
  padding: 20px 10px;
}

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

.leistungen1 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

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

.slogan2 {
  font-size: 60px;
  line-height: 65px;
}

.leistungsbild-rund2 {
  background-image: url('../images/AdobeStock_251971442-min_visu_1AdobeStock_251971442-min_visu.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
}

.grauesfeld2 {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.graues-feld-effekt2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.galerie-bild2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  display: block;
}

.bild2 {
  object-fit: cover;
  border-radius: 50%;
  width: 400px;
  height: 400px;
}

.mitarbeiter-nild2 {
  background-image: url('../images/man_1man.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

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

.navbar1 {
  z-index: 10;
  background-color: #fbfafb;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.inhaltservice1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.leistungstitel1 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.leistungstitel1.heading-font2 {
  text-transform: none;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

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

.inhalt1.paragraph-font {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  overflow-wrap: anywhere;
  flex-flow: column;
  line-height: 1.5;
  display: flex;
}

.inhalt1.paragraph-font.mittig {
  text-align: center;
}

.unser-service1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-farbig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-farbig1.zweitfarbe {
  padding-left: 100px;
  padding-right: 100px;
}

.section-farbig1.main-color {
  background-color: var(--white);
  padding-left: 100px;
  padding-right: 100px;
}

.inhalt-startseite1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #000;
  -webkit-text-stroke-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.inhalt-startseite1.midde {
  place-items: center stretch;
}

.klassen-inhalt1 {
  background-position: 0 0, 0%;
}

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

.klassen1.heading-3 {
  line-height: 1.5;
}

.klassen1.heading-3.heading-color {
  overflow-wrap: anywhere;
  font-family: Montserrat, sans-serif;
}

.klassen1.heading-3.top {
  margin-top: 60px;
}

.klassen1.heading-3.small-margin {
  margin-top: 20px;
}

.image-100 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-100.is-top {
  object-fit: contain;
  object-position: 50% 20%;
  background-color: #929292;
  background-image: linear-gradient(95deg, #909090, #909090 48%, #727171);
  border-radius: 10px;
}

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

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

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

.image-100.con {
  object-fit: contain;
  background-color: #f8f8f8;
}

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

.image-100.adjust-left {
  object-position: 65% 50%;
}

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

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

.div-block-footer1 {
  border-top: 1px solid #db000466;
  justify-content: space-between;
  margin-top: auto;
  padding: 20px 140px;
  display: flex;
}

.div-block-footer1.hauptfarbe {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.maps3 {
  height: 100%;
}

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

.succes-block.highlight {
  color: #fff;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

.nav-men-1 {
  z-index: 10000;
  flex-flow: wrap;
  display: flex;
}

.slogan {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
}

.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.secondary-color.paragraph-font {
  line-height: 1.3;
}

.serviceangebote2 {
  width: 60%;
  min-width: auto;
  margin-top: 50px;
}

.footerschrift2 {
  color: #fff;
}

.footerschrift2.flie-text {
  min-width: 150px;
}

.headingfooter2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.headingfooter2.heading-3 {
  line-height: 1.5;
}

.footer2 {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer2.main-color.paragraph-font {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-inhalt3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.f-hrerschein-klassen2 {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.navigation-link3:hover {
  color: #9e9e9e;
}

.navigation-link3.flie-text.w--current {
  color: #acacac;
}

.navigation-link3.paragraph-font.w--current {
  color: #a1a1a1;
}

.header3 {
  background-color: #303030;
}

.menu3 {
  float: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.navbar3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.navbar-container3 {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.schrift-titelvideo3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  margin-left: 10px;
}

.button-3:hover {
  background-color: #919191;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-block.paragraph-font {
  width: 100%;
}

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

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

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

.impdat-2.flie-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  min-height: auto;
  padding: 0;
  display: flex;
}

.top-header4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.top-inhalt-mittig4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.icon-header4 {
  object-fit: contain;
  width: 25px;
  max-height: 25px;
  margin-right: 5px;
}

.paragraph-51 {
  margin-bottom: 10px;
}

.paragraph-51.flie-text {
  line-height: 1.3;
}

.paragraph-52 {
  margin-bottom: 10px;
}

.paragraph-52.flie-text {
  line-height: 1.3;
}

.paragraph-53 {
  margin-bottom: 10px;
}

.paragraph-53.flie-text {
  line-height: 1.3;
}

.link-social-media {
  margin-right: 10px;
}

.navbar-4 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

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

.nav-link-4 {
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  font-style: normal;
}

.nav-link-4:hover {
  color: #747474;
  border-bottom: 0 solid #fff;
  transform: translate(0);
}

.nav-link-4.w--current {
  color: #7a7a7a;
}

.background-video-2 {
  background-color: #61616159;
  height: 100%;
}

.schrift-video4 {
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan-4 {
  text-align: right;
  margin-top: 10px;
  font-size: 60px;
  line-height: 65px;
}

.slogan-4.heading-font1 {
  line-height: 1.5;
}

.subheadline4 {
  text-align: right;
  font-size: 30px;
  line-height: 30px;
}

.subheadline4.heading-font2 {
  line-height: 1.3;
}

.mehr-erfahren-button4 {
  text-transform: uppercase;
}

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

.footer4.main-color.paragraph-font {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-footer4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.navbar-visu-5 {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-nav {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-f-r-nav {
  background-image: url('../images/Illustration2_1Illustration2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
  width: 50%;
  min-height: 50px;
  padding-left: 100px;
}

.icon {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.div-mit-abstand {
  color: #fff;
  padding-left: 20px;
}

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

.footer-visu-5 {
  padding: 60px 10%;
}

.footer-visu-5.hauptfarbe {
  padding-left: 10vw;
  padding-right: 10vw;
}

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

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

.nav-link-5.paragraph-font {
  color: #000;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
  transition: all .313s;
}

.nav-link-5.paragraph-font:hover, .nav-link-5.paragraph-font.w--current {
  color: var(--red);
  border-bottom: 0 #fff;
}

.kontakt-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 80%;
}

.grid-kontakt5-1 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
  place-items: center start;
  width: 100%;
  margin-bottom: 5px;
}

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

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

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

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

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

.maps-big {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

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

.block-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-media {
  filter: invert();
  height: 3vw;
}

.link-block {
  margin-right: 10px;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: start center;
  width: 100%;
}

.div-block-120 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1 {
  height: 3vw;
  margin-right: 10px;
}

.div-block-121 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  border: 1px solid #dfdfdf;
  transition: all .2s;
}

.form:hover {
  border-color: #5e5e5e;
}

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

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

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

.impressum-link-2, .datenschutz-link-2 {
  color: #333;
  line-height: 1.3;
  text-decoration: none;
}

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

.grid-8.top {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  position: relative;
}

.image-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 65vh;
  display: flex;
  position: sticky;
  top: 5vh;
}

.image-wrapper.small {
  height: 40vh;
}

.image-wrapper.auto {
  height: auto;
}

.content-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

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

.content-wrapper.center {
  align-items: center;
}

.content-wrapper.center.black {
  color: #333;
}

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

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

.terminbutton-2 {
  text-transform: uppercase;
}

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

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

.paragraph-font-3 {
  font-weight: 400;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

.ablaufplan-big-button-3.black.ablaufplan {
  border: 1px solid #fff;
  border-left-color: #000;
  margin-top: -2px;
  top: 10px;
}

.icon-2 {
  color: var(--main-clr);
  margin-right: 0;
}

.dropdown-list-18 {
  border-top: 1px solid var(--red);
  background-color: var(--white);
  padding: 10px;
}

.dropdown-link {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--red);
}

.terminbutton-transparent {
  border: 1px solid var(--white);
  color: var(--red);
  text-transform: uppercase;
  overflow-wrap: anywhere;
  background-color: #fff0;
  border-radius: 5px;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
}

.terminbutton-transparent:hover {
  background-color: var(--white);
  color: var(--red);
}

.label-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.label-wrap.btm {
  margin-bottom: 10px;
}

.divider-small {
  background-color: var(--red);
  width: 5%;
  height: 2px;
}

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

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

.feature-card-description.center {
  place-items: start center;
}

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

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

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

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

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

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 5px solid var(--red);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: transform .5s;
  display: flex;
  box-shadow: 0 2px 5px #00000091;
}

.services-card.secondary-color:hover {
  transform: none;
}

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

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #101010;
}

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

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

.label-wrap-btm {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.label-wrap-btm.links {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

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

.heading-links.heading-2.farbe-der-headings {
  overflow-wrap: anywhere;
}

.card-block {
  border-bottom: 3px solid var(--red);
}

.card-block.relativ {
  position: relative;
  left: 109%;
}

.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 {
  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-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 25vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

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

.feature-image.contain {
  background-color: var(--red);
  object-fit: contain;
  box-shadow: 0 2px 5px #fff3;
}

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

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

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

.heading-klein-links.heading-3.top {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-feature-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.large-feature-wrapper {
  border-bottom: 5px solid var(--red);
  background-color: var(--red);
  border-radius: 10px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-feature-wrapper.black {
  border-bottom-color: var(--red);
  background-color: var(--black);
}

.large-feature-wrapper.weit {
  color: var(--white);
}

.profit_content-wrapper {
  grid-column-gap: 2rem;
  background-color: var(--red);
  height: 100%;
  color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  transition: all .5s;
  display: flex;
}

.profit_content-wrapper:hover {
  transform: translate(0, -5px);
}

.profit_content-wrapper.balck {
  background-color: var(--black);
  color: var(--white);
}

.profit_content-wrapper.balck:hover {
  border-color: #30303000;
}

.profit_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.link-12.black {
  color: #333;
}

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

.link-13.black {
  color: #333;
}

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

._2er_card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

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

.heading-mittig-klein1 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.slider-8 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: 0;
  position: relative;
}

.horizontal-div {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.color-block-4 {
  background-color: var(--red);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: flex;
}

.icon-8 {
  background-color: var(--red);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 0;
  font-size: 35px;
  display: flex;
}

.star-3 {
  object-fit: contain;
  width: 18px;
  margin-right: 5px;
}

.mask-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.content-block-3 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: flex;
  position: relative;
}

.absolute-block-3 {
  border-bottom: 1px solid var(--red);
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  position: static;
  inset: 5% auto auto 3%;
}

.slide-16 {
  width: 50%;
  margin-right: 30px;
}

.vertical-block {
  flex-direction: column;
  display: flex;
}

.border-block-2 {
  background-color: var(--secondary-color);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px 1px #b7b7b7;
}

.abs-block {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: auto 0% 0% auto;
}

.abs-block-1 {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-block-3 {
  text-decoration: none;
}

.large-feature-wrapper-secondary {
  border-bottom: 5px solid var(--red);
  background-color: var(--secondary-color);
  border-radius: 10px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-feature-wrapper-secondary.image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.profit_content-wrapper-secondary {
  grid-column-gap: 2rem;
  background-color: var(--secondary-color);
  width: 100%;
  height: 100%;
  color: var(--main-clr);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  transition: all .5s;
  display: flex;
}

.dropdown-content-4 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-block {
  width: 100%;
}

.dropdown-button-2 {
  background-color: var(--red);
  color: #fff;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

._4-2-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

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

.round-img {
  object-fit: cover;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.round-img.padding {
  padding: 5px;
}

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

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fbfafb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.icon-img {
  object-fit: contain;
  width: 50px;
}

.card-heading {
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
}

.card-heading.heading-font3 {
  overflow-wrap: anywhere;
}

.paragra {
  color: #333;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.paragra.paragraph-font {
  overflow-wrap: anywhere;
}

.fixed {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 43% auto;
}

.socila-icon {
  object-fit: contain;
  width: 35px;
}

.section {
  padding: 60px 100px;
}

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

.adj._2 {
  object-position: 50% 70%;
}

.adj._3 {
  object-position: 50% 50%;
}

.slider-9 {
  width: 100%;
  height: 65vh;
}

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

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

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

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

.inhalt1-list {
  font-size: 15px;
  line-height: 22px;
}

.inhalt1-list.paragraph-font {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  overflow-wrap: anywhere;
  flex-flow: column;
  line-height: 1.5;
  display: flex;
}

.dropdown-18 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-18 {
  padding-left: 0;
  padding-right: 10px;
}

.icon-33 {
  background-color: var(--red);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 0;
  font-size: 35px;
  display: flex;
}

.send-button-2 {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
}

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

.send-button-2.heading-font1 {
  background-color: #db0004;
  font-size: 14px;
}

.right-arrow-2 {
  inset: 0% 0% 0% auto;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.image-109 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 5px solid var(--red);
  background-color: #fbfafb;
  border-radius: 10px;
  width: 85%;
  margin-top: 0;
  padding: 0;
}

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

.kurse-text.paragraph-font {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  overflow-wrap: anywhere;
  border: .5px solid #000;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 5px;
  line-height: 1.5;
  display: flex;
}

.kurse-text.paragraph-font.mittig {
  text-align: center;
}

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

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

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

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

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

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

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

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.3;
}

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

.modal1_content-wrapper {
  border: 2px solid var(--red);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  height: auto;
  max-height: 80vh;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

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

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

.paragraph-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-wrapper.top-margin {
  margin-top: 60px;
}

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

.image-110 {
  object-fit: contain;
  width: 100%;
  height: 70vh;
}

@media screen and (min-width: 1440px) {
  .grid-15 {
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 991px) {
  .logo {
    margin-right: auto;
  }

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

  .inhalt-men-punkte2 {
    justify-content: flex-start;
  }

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

  .heading-font1 {
    text-align: center;
    font-size: 25px;
  }

  .heading-font1.weit {
    text-align: center;
    font-size: 30px;
  }

  .paragraph-font {
    overflow-wrap: anywhere;
  }

  .divblock1, .leistungen1 {
    padding-bottom: 20px;
  }

  .navbar1 {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

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

  .leistungstitel1.heading-font2 {
    text-align: center;
  }

  .inhalt1 {
    font-size: 14px;
    line-height: 24px;
  }

  .inhalt1.paragraph-font {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .unser-service1 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .section-farbig1.main-color {
    padding: 60px;
  }

  .inhalt-startseite1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .klassen1.heading-3.heading-color {
    text-align: center;
  }

  .image-100.rechtss {
    object-position: 90% 30%;
  }

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

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

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

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

  .maps3 {
    height: 100%;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .heading-22 {
    font-size: 25px;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-men-1 {
    background-color: var(--main-clr);
    padding: 10px;
  }

  .men-button1, .men-button1.w--open {
    background-color: var(--red);
  }

  .serviceangebote2 {
    width: 90%;
  }

  .men-icon2 {
    color: #fff;
  }

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

  .f-hrerschein-klassen2 {
    width: 100%;
  }

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

  .navigation-link3.flie-text {
    text-align: right;
  }

  .menu-icon3, .menu-button3 {
    color: #fff;
  }

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

  .navbar-container3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-4 {
    background-color: #fff;
  }

  .nav-link-4 {
    text-align: right;
  }

  .background-video-2 {
    height: 80vh;
  }

  .schrift-video4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .men-button4.w--open {
    background-color: #fff;
  }

  .men-icon4 {
    color: #000;
  }

  .logo-wei {
    margin-right: auto;
  }

  .footer-visu-5.hauptfarbe {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nav-link-5 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    display: flex;
  }

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

  .nav-link-5.paragraph-font {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
  }

  .kontakt-grid {
    max-width: 90%;
  }

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

  .social-media {
    height: 5vw;
  }

  .grid-8.top {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .image-wrapper {
    width: 100%;
    height: 60vh;
    position: static;
  }

  .image-wrapper.small {
    height: 60vh;
  }

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

  .content-wrapper.left {
    justify-content: center;
  }

  .content-wrapper.first {
    order: -9999;
  }

  .content-wrapper.last {
    order: 9999;
  }

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

  .paragraph-font-3.mid {
    text-align: center;
  }

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

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

  .icon-2 {
    color: var(--white);
  }

  .dropdown-list-18 {
    position: relative;
  }

  .dropdown-list-18.w--open {
    background-color: var(--red);
  }

  .dropdown-link {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link:hover {
    color: var(--white);
    font-weight: 800;
  }

  .dropdown-link.w--current {
    color: var(--white);
    font-weight: 600;
  }

  .terminbutton-transparent {
    margin-right: 3px;
  }

  ._2-1-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .feature-card-description {
    grid-column-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .feature-card-description.center {
    justify-content: flex-start;
    align-items: center;
  }

  .icon-9 {
    margin-bottom: 10px;
  }

  ._3er-grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .feature-card-info {
    flex-flow: column;
    display: flex;
  }

  .services-card {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding: 36px 24px;
  }

  .label-wrap-btm.links {
    justify-content: center;
    align-items: center;
  }

  .heading-links.heading-2.farbe-der-headings {
    text-align: center;
  }

  .card-block.relativ {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

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

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

  .project-item {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: auto;
    min-height: 60vh;
    max-height: none;
    display: flex;
  }

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

  .grid-feature-large {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .profit_content-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .profit_text-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .slider-8 {
    width: 100%;
    margin-left: 0;
  }

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

  .icon-8 {
    width: 36px;
    height: 36px;
    margin-left: 0;
    margin-right: 40px;
    font-size: 24px;
  }

  .mask-4 {
    width: 100%;
    margin-left: 0;
  }

  .content-block-3 {
    padding: 20px;
  }

  .slide-16 {
    width: 100%;
  }

  .border-block-2 {
    padding: 20px;
  }

  .abs-block {
    margin-left: auto;
    position: relative;
  }

  .dropdown-content-4 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  ._4-2-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .lightbox-link {
    height: 45vh;
  }

  ._3er {
    flex-flow: column;
    display: flex;
  }

  .card-heading.heading-font3 {
    overflow-wrap: anywhere;
  }

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

  .slider-9 {
    height: 100%;
  }

  .navbar-wrapper {
    order: 9999;
  }

  .inhalt1-list {
    font-size: 14px;
    line-height: 24px;
  }

  .dropdown-18 {
    color: #fff;
    width: 100%;
  }

  .dropdown-toggle-18 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .icon-33 {
    width: 36px;
    height: 36px;
    margin-left: 40px;
    margin-right: 0;
    font-size: 24px;
  }

  .form-4 {
    flex-flow: column;
    display: flex;
  }

  .right-arrow-2 {
    right: 0%;
  }

  .left-arrow {
    left: 0%;
  }

  .quick-stack {
    width: 100%;
  }

  .kurse-text {
    font-size: 14px;
    line-height: 24px;
  }

  .kurse-text.paragraph-font {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  .logo.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .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-font1 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-font1.small {
    overflow-wrap: anywhere;
  }

  .heading-font1.small.mittig {
    font-size: 20px;
  }

  .heading-font1.weit {
    line-height: 35px;
  }

  .video1 {
    height: 60vh;
  }

  .divblock1 {
    height: auto;
  }

  .titel3-start-1 {
    background-image: none;
  }

  .leistungen1 {
    height: auto;
  }

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

  .unser-service1, .section-farbig1 {
    padding: 40px;
  }

  .section-farbig1.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-farbig1.main-color {
    padding: 40px;
  }

  .inhalt-startseite1 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .klassen1.heading-3.top {
    overflow-wrap: anywhere;
  }

  .div-block-footer1.hauptfarbe {
    flex-direction: column;
  }

  .maps3 {
    height: 20rem;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .men-button1 {
    padding: 10px;
  }

  .headingfooter2 {
    text-align: center;
  }

  .footer-inhalt3 {
    padding-left: 0;
  }

  .navbar3 {
    padding-left: 20px;
  }

  .background-video {
    height: 60vh;
  }

  .impdat4 {
    text-align: left;
  }

  .top-inhalt-mittig4 {
    margin-bottom: 5px;
  }

  .background-video-2 {
    height: 60vh;
  }

  .schrift-video4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-footer4 {
    flex-direction: column;
    display: flex;
  }

  .links-social-media4 {
    margin-top: 10px;
  }

  .icon {
    width: 25px;
  }

  .div-mit-abstand {
    padding-left: 0;
  }

  .titelvideo-1 {
    height: 60vh;
  }

  .kontakt-grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .grid-kontakt5-1 {
    grid-row-gap: 5px;
  }

  .logo-img {
    height: 16vh;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-big {
    height: 400px;
  }

  ._3er-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .icon-1 {
    height: 8vw;
  }

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

  .image-wrapper, .image-wrapper.small {
    height: 25rem;
  }

  .content-wrapper {
    padding-right: 0;
  }

  .content-wrapper.left {
    align-items: center;
  }

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

  .feature-card-description {
    grid-row-gap: 0px;
  }

  ._3er-grid-2 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .services-card {
    padding: 40px 20px;
  }

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

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

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

  .project-item {
    width: 100%;
    height: auto;
    min-height: 25rem;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image.contain {
    object-fit: cover;
    margin-top: 0;
  }

  .grid-feature-large, ._2er_card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .slider-8 {
    margin-top: 20px;
  }

  .dropdown-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._4-2-grid {
    flex-flow: column;
    display: flex;
  }

  .lightbox-link {
    height: 25rem;
  }

  .section, .section.secondary-color {
    padding: 40px;
  }

  .image-108 {
    height: 5rem;
  }

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

  .inhalt1-list.paragraph-font {
    padding-left: 20px;
  }

  .kurse-text.paragraph-font {
    padding: 2.5px;
    font-size: 10px;
  }

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

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

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

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

  .paragraph-wrapper.top-margin {
    margin-top: 20px;
  }
}

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

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

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .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-font1.small {
    font-size: 23px;
  }

  .heading-font1.weit {
    overflow-wrap: anywhere;
    font-size: 25px;
    line-height: 30px;
  }

  .titel3-start-1 {
    background-position: 50%;
  }

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

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

  .inhaltservice1 {
    flex-direction: column;
  }

  .leistungstitel1.heading-font2, .inhalt1.paragraph-font {
    text-align: center;
  }

  .unser-service1 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-farbig1.zweitfarbe {
    padding: 40px 20px;
  }

  .section-farbig1.main-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-startseite1 {
    width: 100%;
  }

  .klassen1.heading-3.heading-color {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

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

  .impdat {
    padding: 40px 20px;
  }

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

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

  .serviceangebote2 {
    width: 100%;
    margin-top: 20px;
  }

  .navbar3 {
    padding-left: 0;
  }

  .navbar-button3 {
    margin-left: 0;
  }

  .navbar-container3 {
    flex-direction: column;
  }

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

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

  .icon-header4 {
    width: 16px;
    max-height: 20px;
  }

  .mehr-erfahren-button4.highlights.flie-text {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .kontakt-grid {
    grid-row-gap: 5px;
    justify-items: stretch;
  }

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

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

  .maps-big {
    height: 300px;
  }

  .icon-1 {
    height: 10vw;
  }

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

  .content-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

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

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

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

  .terminbutton-transparent {
    padding: 6px 10px;
    font-size: 9px;
    line-height: 12px;
  }

  ._2-1-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon-9 {
    margin-bottom: 10px;
  }

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

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

  .heading-links.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 27px;
  }

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

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

  .large-feature-wrapper {
    flex-direction: column;
  }

  .heading-mittig-klein1 {
    text-align: center;
  }

  .horizontal-div {
    flex-flow: column;
  }

  .color-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .star-3 {
    margin-right: 0;
  }

  .star-block-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    display: flex;
  }

  .large-feature-wrapper-secondary {
    flex-direction: column;
  }

  .profit_content-wrapper-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lightbox-link {
    height: 20rem;
  }

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

  .socila-icon {
    width: 30px;
  }

  .section, .section.secondary-color {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-93 {
    font-size: 26px;
    line-height: 33px;
  }

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

  .kurse-text.paragraph-font {
    text-align: center;
    height: 100%;
    padding: 0;
  }

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

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

#w-node-_475acb08-7646-c566-7432-338032b11a52-ab98bdb1, #w-node-ed58fe91-639f-e1fc-a4d9-8b344c6da971-ab98bdb1, #w-node-_98230a36-ebdd-5bbe-b9eb-e683366835d0-ab98bdb1, #w-node-_1189587f-54ec-fe5a-b13c-0f9feb9c078b-ab98bdb1, #w-node-_1189587f-54ec-fe5a-b13c-0f9feb9c078d-ab98bdb1, #w-node-_1189587f-54ec-fe5a-b13c-0f9feb9c077a-ab98bdb1, #w-node-_6441ade5-5737-df79-9e77-f87beabac162-ab98bdb1, #w-node-_5907c232-8133-3c8f-b3dc-980654ea3a2f-ab98bdb1, #w-node-_8264d291-606d-6720-3cc1-90c9924a1050-ab98bdb1, #w-node-e525e33f-166c-9fdf-58b6-0f5cf3f0d071-ab98bdb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c592ff6-ebbe-0dd7-d680-0c9cf56d8048-ab98bdb1, #w-node-_745e32b5-2a0c-dae1-fc2c-f8b8d34f5eaa-ab98bdb1 {
  align-self: stretch;
}

#w-node-_3f71a510-100f-71fe-8af0-acfacbe234c1-ab98bdfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4779082a-4773-49ea-a552-16d6d6885a76-ab98bdfd, #w-node-a3d71186-d827-224a-4dae-906adcfd6b88-ab98be22, #w-node-a3d71186-d827-224a-4dae-906adcfd6b84-ab98be22, #w-node-a4c65a81-5d88-7161-cba8-053b685487aa-ab98be22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4c65a81-5d88-7161-cba8-053b685487c0-ab98be22, #w-node-_00ed8bd0-bfac-5e69-9ac5-4ec75b97343f-ab98be22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_00ed8bd0-bfac-5e69-9ac5-4ec75b973441-ab98be22, #w-node-e7016c16-e261-26e6-0e93-1d97385bcd32-09f6adab, #w-node-e7016c16-e261-26e6-0e93-1d97385bcd3d-09f6adab, #w-node-e7016c16-e261-26e6-0e93-1d97385bcd3f-09f6adab, #w-node-e7016c16-e261-26e6-0e93-1d97385bcd32-601fe5c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_475c2f96-ece4-0671-1ebd-584708d21324-601fe5c2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a3d71186-d827-224a-4dae-906adcfd6b88-183b3e33, #w-node-a3d71186-d827-224a-4dae-906adcfd6b84-183b3e33, #w-node-a3d71186-d827-224a-4dae-906adcfd6b84-51c7befe, #w-node-a3d71186-d827-224a-4dae-906adcfd6b86-51c7befe, #w-node-a3d71186-d827-224a-4dae-906adcfd6b88-51c7befe, #w-node-a3d71186-d827-224a-4dae-906adcfd6b84-e3c78d87, #w-node-a3d71186-d827-224a-4dae-906adcfd6b86-e3c78d87, #w-node-a3d71186-d827-224a-4dae-906adcfd6b88-e3c78d87, #w-node-a3d71186-d827-224a-4dae-906adcfd6b84-8f0894cd, #w-node-a3d71186-d827-224a-4dae-906adcfd6b86-8f0894cd, #w-node-a3d71186-d827-224a-4dae-906adcfd6b88-8f0894cd, #w-node-a3d71186-d827-224a-4dae-906adcfd6b84-f4886b82, #w-node-a3d71186-d827-224a-4dae-906adcfd6b86-f4886b82, #w-node-a3d71186-d827-224a-4dae-906adcfd6b88-f4886b82, #w-node-e7016c16-e261-26e6-0e93-1d97385bcd32-e43d96f2, #w-node-e7016c16-e261-26e6-0e93-1d97385bcd32-1103cf75, #w-node-e7016c16-e261-26e6-0e93-1d97385bcd32-41f155cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f71a510-100f-71fe-8af0-acfacbe234c1-ab98bdfd {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Urw Din Condensed Freefontdownload Org';
  src: url('../fonts/urw-din-condensed-black_freefontdownload_org.zip') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Review #1.2 — Standort-Zwischenüberschriften in der Karte "Unsere Standorte" */
.standort-subheading {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.standort-subheading-spaced {
  margin-top: 16px;
}

/* Review #1.3 — zwei Standort-Karten (Altenkirchen / Oberlahr) */
.maps-standorte-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: 100%;
}

.maps-standort {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.maps-standort .maps3 {
  flex: 1;
}

.maps-standort-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .maps-standorte-grid {
    grid-template-columns: 1fr;
  }

  .maps-standort .maps3 {
    flex: none;
    height: 20rem;
  }
}
