:root {
  --dark-blue: #024192;
  --black: black;
  --white: white;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.avif');
  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-wrap.highlights {
  background-image: none;
}

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

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

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

.logo-img {
  object-fit: contain;
  width: 50vw;
  height: 17vh;
}

.logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--dark-blue);
  color: #fff;
}

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

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

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

.adresse {
  margin-bottom: 5px;
  line-height: 1.3;
}

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

.heading-1 {
  font-family: Quattrocento, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.flie-text {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

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

.navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

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

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

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

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

.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 {
  transition: all .2s;
}

.nav-link2.flie-text:hover {
  color: #acacac;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current:hover {
  font-size: 14px;
}

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

.titelvideo-start {
  height: 90vh;
  position: relative;
}

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

.div-block-video {
  color: #fff;
  background-color: #00000054;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.slogan-2.heading-1 {
  line-height: 1.3;
}

.startseite {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.startseite.zweitfarbe {
  position: relative;
}

.startseite.zweitfarbe.pad {
  padding-top: 60px;
}

.startseite.sml {
  padding-left: 100px;
  padding-right: 100px;
}

.heading-mittig {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 80px;
}

.heading-mittig.heading-2 {
  line-height: 1.3;
}

.heading-mittig.heading-2.farbe-der-headings {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.text {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text.flie-text {
  text-align: center;
  line-height: 1.5;
}

.mehr-erfahren {
  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-erfahren:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren.highlights.flie-text {
  line-height: 1.5;
}

.heading {
  font-weight: 700;
  line-height: 1.3;
}

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

.text-mittig.flie-text {
  color: var(--black);
  font-size: 20px;
}

.text-mittig.flie-text.bold {
  font-weight: 700;
}

.leistungsbild {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px 1px #c4c4c452;
}

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

.text-effekt {
  z-index: 10;
  opacity: 0;
  color: #fff;
  background-color: #000000ad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100.07%;
  height: 100%;
  padding: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-effekt:hover {
  opacity: 1;
  background-color: #00000080;
}

.heading-mittig-klein {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.heading-mittig-klein.heading-2 {
  font-size: 30px;
  line-height: 1.3;
}

.heading-mittig-klein.heading-2.farbe-der-headings {
  font-size: 40px;
  font-weight: 700;
}

.kontaktaufnehmen {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 140px;
  display: flex;
}

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

.footer2.hauptfarbe.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 140px;
}

.iconfooter2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-inhalt3 {
  display: inline-block;
  position: static;
}

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

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

.titelvideo-3 {
  height: 500px;
  position: relative;
}

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

.warumwir {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.warumwir.heading-3 {
  text-align: center;
  line-height: 1.3;
}

.text-rechtsb-ndig {
  text-align: right;
}

.text-rechtsb-ndig.flie-text {
  text-align: center;
}

.mitarbeiterbild {
  object-fit: cover;
  object-position: 50% 0%;
  width: 18vw;
  height: 45vh;
}

.karte {
  width: 100%;
  height: 55vh;
  margin-top: 20px;
}

.kontakt {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.impdat {
  padding: 100px 40px;
}

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

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

.sucess-blcok.highlights {
  color: #fff;
}

.headings {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-footer {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  margin-top: auto;
  padding: 60px 140px;
}

.footer.hauptfarbe {
  justify-content: space-around;
  padding-bottom: 10px;
}

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  display: flex;
  position: relative;
  inset: auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 20px;
}

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

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.flie-text {
  line-height: 1.5;
}

.text-links {
  font-size: 20px;
}

.link-formular {
  font-weight: 700;
  text-decoration: none;
}

.flie-text-2 {
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  border: 1px solid #000;
  transition: all .2s;
}

.submit_button.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-2 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.impdaten.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

.html-embed {
  height: 100%;
}

.nav-men.hauptfarbe {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  display: flex;
}

.navbars {
  width: 100%;
}

.navbars.hauptfarbe {
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link.flie-text {
  font-size: 18px;
}

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

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

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

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

.image-wrapper-large {
  border: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

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

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

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

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

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

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

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

.card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  padding: 9px;
  display: flex;
}

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

.cards-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.card-head {
  text-align: center;
  font-size: 30px;
}

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

.cards.zweitfarbe {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

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

.dropdown-toggle {
  color: #fff;
}

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

.dropdown-link {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: var(--dark-blue);
  font-weight: 500;
}

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

.dropdown-link.flie-text {
  font-size: 15px;
}

.dropdown-link.flie-text.w--current {
  color: var(--dark-blue);
  font-weight: 500;
}

.dropdown-list {
  background-color: #fff;
  box-shadow: 0 0 6px 1px #5f5f5f33;
}

.div-block-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 30px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 6px 1px #78787833;
}

.div-block-box:hover {
  background-color: #e9e9e9;
  transform: translate(0, -5px);
}

.div-block-box.highlights2 {
  height: 25vh;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-box.highlights2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #299779;
  transform: none;
}

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

.logo-image {
  object-fit: contain;
  background-color: #fff;
  width: 80%;
  height: 20vh;
}

.image-logo {
  object-fit: contain;
  width: 75%;
  height: 75%;
}

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

.icon-round {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 15px;
  padding: 15px;
}

.icon-round.highlights {
  width: 3.2rem;
  height: 3.2rem;
}

.icons {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icons.wei {
  filter: none;
}

.div-blocktext {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.content-wrappers {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.text-span {
  color: #ededf6;
}

.text-spans {
  color: var(--white);
}

.superscript {
  font-size: 35px;
}

.div-block-flex {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.slogan-center.heading-1 {
  text-align: center;
  line-height: 1.3;
}

.quick-stack-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

.divblock-farbig.zweitfarbe {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.text-left.flie-text {
  font-size: 20px;
}

.heading-left {
  margin-top: 10px;
}

.heading-left.heading-1 {
  font-family: Quattrocento, sans-serif;
  line-height: 1.5;
}

._2er-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  position: static;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  min-height: 50vh;
}

.icon-wrapper {
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
}

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

.highlights2 {
  color: #fff;
  background-color: #299779;
}

.content-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.card-50 {
  background-color: #fff;
  width: 50%;
  padding: 5vh 5vw;
}

.image-wrapper-2-img {
  width: 66%;
  height: 70vh;
  overflow: hidden;
}

.image-100-con {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.card-galerie {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px 1px #0003;
}

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

.relative_content {
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.image-contain-45vh {
  object-fit: contain;
  width: 100%;
  height: 45vh;
  padding: 10px;
  transition: all .2s;
}

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

.prodlink {
  width: 100%;
  height: 100%;
  position: relative;
}

.prodlink._40vh {
  height: 40vh;
}

.link-7 {
  color: var(--dark-blue);
  text-decoration: none;
}

.link-7:hover {
  text-decoration: underline;
}

.abs-heading {
  background-color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 5vh;
  padding-top: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.div-blocks {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-pd {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  display: flex;
  position: relative;
  inset: auto;
}

.list-count {
  text-align: left;
  margin-top: 10px;
  margin-left: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 135%;
  list-style-type: decimal;
}

.list-count.flie-text {
  font-family: Quicksand, sans-serif;
  font-size: 20px;
}

._2er-grid-links {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  position: static;
}

.griid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 67%;
  margin: 16px auto 40px;
}

.link-block {
  width: 50px;
  height: 50px;
  transition: all .3s;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 5% 5% auto auto;
}

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

.link-block-60px {
  width: 60px;
  height: 60px;
  transition: all .3s;
}

.quick-stack {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

._2er-grid-rechts {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 140px;
  margin-bottom: 140px;
  position: static;
}

.tab-link-tab-1 {
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-tab-1.flie-text:hover, .tab-link-tab-1.flie-text.w--current {
  background-color: var(--dark-blue);
  color: #fff;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs {
  margin-top: 20px;
}

.video-embed {
  background-color: #f7f7f7;
  width: 100%;
  height: 40vh;
  transition: all .2s;
}

.image-cover-45vh {
  object-fit: cover;
  width: 100%;
  height: 45vh;
  transition: all .2s;
}

.card-image-contain {
  object-fit: contain;
  width: 100%;
  height: 40vh;
}

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

.logo-image-small {
  object-fit: contain;
  background-color: #fff;
  width: 32%;
  height: 20vh;
}

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

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

.mehr-erfahren-auto.highlights.flie-text {
  line-height: 1.5;
}

.text-mittig-spc {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.text-mittig-spc.flie-text {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 20px;
}

.text-mittig-spc.flie-text.bold {
  font-weight: 700;
}

.list-count-spc {
  text-align: left;
  margin-top: 10px;
  margin-left: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 180%;
  list-style-type: decimal;
}

.list-count-spc.flie-text {
  font-family: Quicksand, sans-serif;
  font-size: 20px;
}

.top-section-cntr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.logo-div-block-cntr, .logo-div-block-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-image-big {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 20vh;
}

.logo-image-smalls {
  object-fit: contain;
  background-color: #fff;
  width: 40%;
  height: 20vh;
}

.video-wrapper-size {
  border: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: flex;
}

.bold-text-12 {
  font-size: 39px;
}

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

.div {
  margin-bottom: 20px;
}

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

.image-101 {
  filter: invert();
}

@media screen and (max-width: 991px) {
  .utility-page-content {
    bottom: 10%;
  }

  .logo-img {
    width: 40vw;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .navbar {
    justify-content: space-between;
    align-items: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start {
    height: 60vh;
  }

  .slogan-2.heading-1 {
    text-align: center;
  }

  .startseite, .startseite.zweitfarbe {
    padding: 60px;
  }

  .startseite.sml {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-mittig {
    font-size: 60px;
    line-height: 60px;
  }

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

  .text-mittig.flie-text, .text-mittig.flie-text.bold {
    font-size: 16px;
  }

  .leistungsbild {
    height: auto;
    padding-top: 10px;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .text-effekt {
    opacity: 1;
    background-color: #000000a3;
    height: 30vh;
    position: static;
  }

  .text-effekt:hover {
    background-color: #000000a3;
  }

  .heading-mittig-klein.heading-2.farbe-der-headings {
    font-size: 35px;
  }

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

  .footer2.hauptfarbe.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .warumwir.heading-3 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

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

  .karte {
    width: 100%;
  }

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

  .impdat, .success {
    padding: 60px;
  }

  .sucess-blcok {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sucess-blcok.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .headings {
    font-size: 32px;
  }

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

  .div-block-footer.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

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

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block {
    width: 100%;
  }

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

  .nav-men.hauptfarbe {
    width: 100%;
  }

  .men-icon {
    color: #fff;
  }

  .navbars.hauptfarbe {
    background-color: var(--black);
    border-bottom-style: none;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .men-buttton.hauptfarbe {
    background-color: var(--black);
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--black);
  }

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

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

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

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

  .card-head.heading-2 {
    font-size: 25px;
  }

  .code-embed {
    height: auto;
  }

  .dropdown-toggle.flie-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .dropdown-link.flie-text {
    font-size: 16px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown {
    width: 100%;
  }

  .image-logo {
    height: 25vh;
    margin-bottom: 10px;
  }

  ._3er-grids {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .content-wrappers {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

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

  .slogan-center.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .feature-image {
    height: 400px;
  }

  .text-left.flie-text {
    text-align: center;
    font-size: 16px;
  }

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

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

  .content-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  .card-50 {
    width: 100%;
    padding: 0 0;
  }

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

  .div-blocks.image-wrapper-2-img {
    height: 50vh;
  }

  .list-count.flie-text {
    font-size: 16px;
  }

  ._2er-grid-links {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .griid {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .link-block {
    width: 40px;
    height: auto;
  }

  .link-block:hover {
    transform: none;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 12px;
  }

  .link-block-60px {
    width: 55px;
    height: 55px;
  }

  .link-block-60px.w--current {
    width: 50px;
    height: auto;
  }

  .link-block-60px.w--current:hover {
    transform: none;
  }

  .quick-stack {
    margin-top: 20px;
    padding: 0;
  }

  .content-div {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._2er-grid-rechts {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2er-grid-rechts.rev {
    flex-flow: column-reverse;
    display: flex;
  }

  .logo-image-small {
    height: auto;
  }

  .text-mittig-spc.flie-text.bold, .list-count-spc.flie-text {
    font-size: 16px;
  }

  .top-section-cntr {
    padding-left: 100px;
    padding-right: 100px;
  }

  .video-wrapper-size {
    min-height: auto;
  }

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

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

@media screen and (max-width: 767px) {
  .adresse.flie-text {
    font-size: 14px;
  }

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

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start {
    height: 55vh;
  }

  .video {
    height: 100%;
  }

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

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

  .startseite, .startseite.zweitfarbe {
    padding: 40px;
  }

  .startseite.zweitfarbe.pad {
    padding-top: 40px;
  }

  .startseite.sml {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-mittig.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 45px;
  }

  .text, .text-mittig {
    padding-bottom: 40px;
  }

  .text-mittig.flie-text {
    padding-bottom: 0;
    font-size: 14px;
  }

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

  .text-mittig.flie-text.lg {
    font-size: 17px;
  }

  .text-effekt {
    height: 20vh;
  }

  .heading-mittig-klein.heading-2.farbe-der-headings {
    font-size: 28px;
  }

  .heading-mittig-klein.heading-2._2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
  }

  .kontaktaufnehmen {
    padding: 40px;
  }

  .footer2.hauptfarbe.flie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .iconfooter2 {
    justify-content: flex-start;
  }

  .footer-inhalt3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

  .headingfooter2.heading-3 {
    text-align: left;
  }

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

  .warumwir, .text-rechtsb-ndig.flie-text {
    text-align: center;
  }

  .mitarbeiterbild {
    height: 40vh;
  }

  .karte {
    height: 45vh;
  }

  .kontakt, .impdat {
    padding: 40px;
  }

  .success, .sucess-blcok {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .headings {
    font-size: 28px;
    line-height: 35px;
  }

  .footer-div {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

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

  .div-block-footer.flie-text {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer.hauptfarbe {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .nav-link.flie-text {
    font-size: 16px;
  }

  .image-wrapper-large {
    height: 50vh;
  }

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

  .card-head.heading-1 {
    font-size: 26px;
  }

  .div-block-box.highlights2 {
    height: 15vh;
  }

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

  .div-blocktext {
    margin-top: 0;
  }

  .content-wrappers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

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

  .superscript {
    font-size: 28px;
  }

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

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

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

  .heading-left.heading-1 {
    font-size: 24px;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .card-50 {
    width: 100%;
  }

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

  .gallery-grid-4 {
    grid-template-columns: 1fr;
  }

  .div-blocks.image-wrapper-2-img {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .griid {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .link-block-60px {
    width: 50px;
    height: 50px;
  }

  .content-div {
    padding: 40px;
  }

  .text-mittig-spc {
    padding-bottom: 40px;
  }

  .text-mittig-spc.flie-text {
    padding-bottom: 0;
  }

  .text-mittig-spc.flie-text.bold, .list-count-spc.flie-text {
    font-size: 14px;
  }

  .top-section-cntr {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

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

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

  .logo-img {
    width: 60vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .titelvideo-start {
    height: 50vh;
  }

  .video {
    height: 100%;
  }

  .div-block-video {
    height: 100.07%;
  }

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

  .startseite, .startseite.zweitfarbe, .startseite.sml {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-mittig.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.3;
    display: flex;
  }

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

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

  .text-mittig.flie-text, .text-mittig.flie-text.bold {
    font-size: 14px;
  }

  .leistungsbild {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-effekt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-mittig-klein.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .heading-mittig-klein.heading-2._2 {
    line-height: .7;
  }

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

  ._3er-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 0;
  }

  .warumwir {
    text-align: center;
  }

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

  .mitarbeiterbild {
    object-fit: cover;
    height: 45vh;
    max-height: 45vh;
  }

  .karte {
    height: 40vh;
  }

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

  .impdat {
    padding: 40px 20px;
  }

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

  .sucess-blcok.highlights {
    padding: 20px;
  }

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

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

  .div-block-footer.flie-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block {
    width: 100%;
  }

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

  .maps-gro {
    height: 300px;
  }

  .impdaten {
    padding: 40px 10px;
  }

  .impdaten.flie-text {
    min-height: auto;
  }

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

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

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

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

  .card-head.heading-1, .card-head.heading-2 {
    font-size: 20px;
  }

  .image-logo {
    height: 20vh;
  }

  ._3er-grids {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
  }

  .icon-round.highlights {
    margin-right: 0;
  }

  .icons {
    margin-bottom: 10px;
  }

  .content-wrappers {
    height: auto;
  }

  .superscript {
    font-size: 20px;
  }

  .div-block-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .slogan-center.heading-1 {
    font-size: 19px;
    line-height: 30px;
  }

  .divblock-farbig.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  ._3er-grid-1-x4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 95%;
  }

  .image-contain-45vh {
    height: 300px;
  }

  .div-blocks.image-wrapper-2-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-pd {
    width: 100%;
    margin-top: 0;
  }

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

  .link-block {
    width: 30px;
  }

  .flex-block {
    z-index: 2000;
    flex-flow: column;
  }

  .link-block-60px {
    width: 40px;
    height: 40px;
  }

  .link-block-60px.w--current {
    width: 35px;
  }

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

  .video-embed, .image-cover-45vh {
    height: 300px;
  }

  .card-image-contain {
    height: 35vh;
  }

  .logo-image-small {
    width: 60%;
  }

  .mehr-erfahren-auto {
    min-width: 150px;
  }

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

  .logo-image-big {
    height: 15vh;
  }

  .logo-image-smalls {
    height: auto;
  }
}

#w-node-_6c80efd9-0982-9c5e-7325-1fc46b5b249d-a38b50a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0276f8f1-3c10-fa9e-afe7-e46891242e68-a38b50a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_72d381d8-63c5-362c-494f-c0b9d3ad0d8f-f7fe8844, #w-node-c5f6f62c-923f-91bb-0eb7-2599c3f49bf3-bb558796, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a29-688bcaa8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a2b-688bcaa8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a49-688bcaa8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a4b-688bcaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b10989-d120-9f36-6bb4-226db8ca4253-688bcaa8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d409db21-454c-755c-f7e7-7b7d0b81a0b7-688bcaa8, #w-node-d409db21-454c-755c-f7e7-7b7d0b81a0b9-688bcaa8, #w-node-ac211076-a14e-1657-3474-0389dc5c8732-688bcaa8, #w-node-ac211076-a14e-1657-3474-0389dc5c8734-688bcaa8, #w-node-_1be04d24-aa8e-0ad4-d5d0-ac7481589f6c-688bcaa8, #w-node-_1be04d24-aa8e-0ad4-d5d0-ac7481589f6e-688bcaa8, #w-node-_7eee9e68-c6c8-82db-45a7-d4c6d670445b-7a88433c, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a29-e8a5d3d8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a2b-e8a5d3d8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a49-e8a5d3d8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a4b-e8a5d3d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b10989-d120-9f36-6bb4-226db8ca4253-e8a5d3d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d409db21-454c-755c-f7e7-7b7d0b81a0b7-e8a5d3d8, #w-node-d409db21-454c-755c-f7e7-7b7d0b81a0b9-e8a5d3d8, #w-node-ac211076-a14e-1657-3474-0389dc5c8732-e8a5d3d8, #w-node-ac211076-a14e-1657-3474-0389dc5c8734-e8a5d3d8, #w-node-_1be04d24-aa8e-0ad4-d5d0-ac7481589f6c-e8a5d3d8, #w-node-_1be04d24-aa8e-0ad4-d5d0-ac7481589f6e-e8a5d3d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0276f8f1-3c10-fa9e-afe7-e46891242e68-75d565a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_72d381d8-63c5-362c-494f-c0b9d3ad0d8f-a8d75d5d, #w-node-c5f6f62c-923f-91bb-0eb7-2599c3f49bf3-a8d85b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0276f8f1-3c10-fa9e-afe7-e46891242e68-a38b50a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_887e986b-688c-3c34-fea8-a40ae3977a29-688bcaa8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a49-688bcaa8 {
    justify-self: center;
  }

  #w-node-f1b10989-d120-9f36-6bb4-226db8ca4253-688bcaa8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d409db21-454c-755c-f7e7-7b7d0b81a0b7-688bcaa8, #w-node-ac211076-a14e-1657-3474-0389dc5c8732-688bcaa8, #w-node-_1be04d24-aa8e-0ad4-d5d0-ac7481589f6c-688bcaa8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a29-e8a5d3d8, #w-node-_887e986b-688c-3c34-fea8-a40ae3977a49-e8a5d3d8 {
    justify-self: center;
  }

  #w-node-f1b10989-d120-9f36-6bb4-226db8ca4253-e8a5d3d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d409db21-454c-755c-f7e7-7b7d0b81a0b7-e8a5d3d8, #w-node-ac211076-a14e-1657-3474-0389dc5c8732-e8a5d3d8, #w-node-_1be04d24-aa8e-0ad4-d5d0-ac7481589f6c-e8a5d3d8 {
    justify-self: center;
  }

  #w-node-_0276f8f1-3c10-fa9e-afe7-e46891242e68-75d565a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c5f6f62c-923f-91bb-0eb7-2599c3f49bf3-a8d85b12 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0276f8f1-3c10-fa9e-afe7-e46891242e68-a38b50a8, #w-node-_0276f8f1-3c10-fa9e-afe7-e46891242e68-75d565a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}