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

:root {
  --white: white;
  --grey: #353535;
  --black: black;
}

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.section {
  height: 100vh;
}

.html-embed {
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
}

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

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

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

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

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

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

.heading-einstellungen {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.heading-einstellungen._2 {
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

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

.logo {
  justify-content: center;
  align-items: center;
  height: 25vh;
  padding-top: 10px;
  padding-bottom: 10px;
  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 {
  color: #fff;
  background-color: #353535;
}

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

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

.highlights {
  color: #fff;
  background-color: #bd1822;
}

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

.section-einstellungen {
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.block-logo-einstellungen {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  padding: 10px 5px;
  display: flex;
}

.inhalt-einstellungen {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

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

.heading-1 {
  font-family: 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-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #e79d4d;
  line-height: 1.3;
  text-decoration: none;
}

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

._1 {
  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-3 {
  height: 80vh;
  position: relative;
}

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

.div-block-video-2 {
  color: #fff;
  background-image: url('../images/1000_F_1627436141_1.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.slogan-2.heading-1._60 {
  width: 40%;
}

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

.startseite2.hauptfarbe {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.startseite2.zweitfarbe {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.heading-start2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 80px;
}

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

.heading-start2.heading-2.farbe-der-headings {
  color: #f43f43;
  line-height: 1.3;
}

.heading-start2.heading-2.left {
  text-align: left;
}

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

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

.textcolumn2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.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.hauptfarbe.flie-text {
  line-height: 1.5;
}

.mehr-erfahren1.hauptfarbe.flie-text:hover {
  color: #000;
  background-color: #fff;
  transform: scale(1.1);
}

.mehr-erfahren1.highlights.flie-text {
  background-color: #f43f43;
  line-height: 1.5;
}

._2er-columns {
  width: 100%;
  min-height: 86.2vh;
  display: flex;
}

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

.inhalt-service2 {
  overflow: hidden;
}

.servicebild2 {
  height: 95vh;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.columnlinks2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columnlinks2.highlights {
  color: #fff;
}

.text-2 {
  text-align: center;
  padding-bottom: 0;
}

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

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

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

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

.mehr-erfahren2.zweitfarbe.flie-text {
  line-height: 1.5;
}

.mehr-erfahren2.zweitfarbe.flie-text:hover {
  transform: scale(1.1);
}

.leistungsbild-1 {
  height: 36vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

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

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

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

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
}

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

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

.inhaltstartseite2 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/b4684f8b8480e457f012023cf721a101.webp');
  background-position: 0 0, 0 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  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;
}

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

.image-3:hover {
  transform: scale(1.1);
}

.leistungsgrid {
  grid-column-gap: 16px;
  width: 60%;
  position: relative;
}

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

.inhalt-leistungen2 {
  align-self: center;
  width: auto;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.warumwir2-2 {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 35px;
}

.warumwir2-2.linksb-ndig {
  text-align: left;
}

.warumwir2-2.linksb-ndig.heading-3 {
  line-height: 1.3;
}

.hintergrund-fsklassen2 {
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hintergrund-fsklassen2:hover {
  background-color: #2e2e2ecc;
}

.hintergrund-fsklassen2.highlights {
  width: 100%;
  height: 40vh;
  min-height: auto;
}

.leistungen-grid {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

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

.warumwir2.heading-3 {
  line-height: 1.3;
}

.warumwir2.heading-3.links {
  text-align: left;
}

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

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

.mitarbeiterbild2 {
  object-fit: cover;
  width: 16.3vw;
}

.heading-start2-2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 85px;
}

.heading-start2-2.heading-2.farbe-der-headings {
  color: #f43f43;
  font-size: 70px;
  line-height: 80px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 20px;
  display: grid;
}

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

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 100%;
}

.galerie2 {
  padding: 100px 10%;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

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

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/8dc2b28d51a264fb3bb43f009c79bfc1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.impdat-3 {
  padding: 100px 40px;
}

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

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

.body-black {
  background-color: #000;
  overflow: hidden;
}

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

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  display: flex;
}

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

.footer-1.hauptfarbe {
  justify-content: space-around;
}

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

.loading_page {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loading_page.hauptfarbe {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.lottie-animation {
  width: 500px;
}

.lottie-animation-2 {
  z-index: 1;
  opacity: .2;
  width: 100%;
  height: 150%;
  position: absolute;
}

.div-block {
  z-index: 1;
  width: 100%;
  position: relative;
  inset: auto;
}

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

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

.link-formular.farbe-der-headings {
  color: #f43f43;
}

.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: var(--white);
  text-decoration: none;
  display: block;
}

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

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

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

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

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

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  z-index: 999;
  background-color: var(--grey);
  position: sticky;
  top: 0;
}

.navbar-6.hauptfarbe:hover {
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  color: #f43f4a;
}

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

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

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

.html-embed-3, .bold-text-10 {
  line-height: 1.3;
}

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

.grid-3.invert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.content-wrapper.background {
  color: #fff;
  height: 85vh;
  padding-left: 20px;
  padding-right: 20px;
}

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

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
}

.image-wrapper-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.image-wrapper-large._100 {
  height: 100%;
}

.grid-5, .grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.image-100:hover {
  transform: scale(1.04);
}

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

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

.pr-si-button {
  z-index: 99999999;
  -webkit-text-fill-color: inherit;
  background-color: #eac958;
  background-clip: border-box;
  padding-bottom: 0;
  font-size: 1rem;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 10% auto;
}

.pr-si-button:hover {
  background-color: #cbac41;
}

.html-embed-6 {
  position: fixed;
  inset: auto 0% 10% auto;
}

.spacer {
  height: 20px;
}

.paragraph-ablaufplan-2 {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-ablaufplan-2.listpara {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ablaufplan-2.infos {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-ablaufplan-2.infos.abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-ablaufplan-2.center {
  text-align: center;
}

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

.heading-90 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.close-pop-up {
  object-fit: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 120px 120px auto auto;
}

.wrapy {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.ablaufplan-spalteninhalt-2 {
  width: 100%;
}

.platzhalter-ablaufplan {
  width: 10px;
  height: 10px;
}

.dropdown-12 {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-12.wei-er-rand {
  z-index: 0;
  background-color: #fff;
  border-radius: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 12px #0000001f;
}

.grid-links-programme {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.dropdown-toggle-15 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 24px;
  display: flex;
}

.dropdown-toggle-15:hover {
  transform: scale(1);
}

.div-block-172 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-172.shadow {
  align-items: stretch;
  padding: 20px;
  box-shadow: 1px 1px 12px #0000001f;
}

.div-block-169 {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-171 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: block;
}

.grid-ablaufplan {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.image-106 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 20px;
}

.image-106.links {
  object-position: 70% 0%;
}

.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.dropdowntoogle.w--open {
  z-index: 4;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding-left: 40px;
  padding-right: 0;
  transition-property: none;
  display: block;
  position: fixed;
  inset: 120px 130px auto auto;
  overflow: hidden;
}

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

.ablaufplan-big-button-3.heading-79.green {
  z-index: 0;
  background-color: #52cd60;
  position: relative;
}

.ansprechpartner-paragraph-2 {
  color: gray;
  background-color: #0000;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.ansprechpartner-paragraph-2.special.klein {
  font-size: 15px;
}

.divblock-fortschritt {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-173 {
  z-index: 0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.pop-up-div {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-div.info {
  display: none;
}

.dropdown-list-11-copy {
  position: relative;
}

.dropdown-list-11-copy.w--open {
  background-color: #0000;
  padding: 40px 30px 20px;
}

.dropdown-list-11-copy.popup {
  background-color: #00000080;
  padding: 100px;
  position: fixed;
  inset: 0%;
}

.dropdown-list-11-copy.popup._2 {
  z-index: 1000;
  display: none;
  position: fixed;
}

.dropdown-list-11-copy.popup._2.w--open {
  z-index: 5;
  display: flex;
}

.button-ablaufplan-popup-2 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

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

.dropdown-16 {
  z-index: 0;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-16:hover {
  transform: scale(1.05);
}

.heading-91 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-91.absolut {
  text-align: center;
  width: 200px;
  font-size: 18px;
  position: absolute;
  top: 20px;
}

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

.section-balken {
  padding: 300px 40px 40px;
}

.dropdown-17 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-175 {
  z-index: 500;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px 60px 50px;
  position: relative;
  overflow: auto;
}

.heading-ablaufplan-3 {
  height: 70px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-ablaufplan-3.special {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.haken {
  object-fit: contain;
}

.button-flex-popup-2 {
  z-index: 0;
  color: #d4af37;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.button-flex-popup-2.w--open {
  z-index: 3;
  vertical-align: bottom;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  padding-top: 30px;
  display: block;
  position: fixed;
  top: 220px;
  right: 320px;
  overflow: hidden;
}

.dropdown-list-17 {
  z-index: 100;
}

.dropdown-list-17.w--open {
  z-index: 100;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 25px 10px;
  display: flex;
  box-shadow: 1px 1px 20px #00000026, 1px 1px 20px #00000045;
}

.paragraph-63 {
  text-align: right;
  margin-left: 20px;
  font-size: 20px;
}

.balken-2 {
  background-image: linear-gradient(to right, #d4af37 4% 20%, #e7e7e7 20%);
  border-radius: 60px;
  width: 100%;
  height: 15px;
}

.balken-2._4 {
  background-image: linear-gradient(to right, #d4af37 65%, #e7e7e7 65%);
}

.balken-2._6 {
  background-image: linear-gradient(to right, #d4af37 100%, #e7e7e7);
}

.balken-2._3 {
  background-image: linear-gradient(to right, #d4af37 42%, #e7e7e7 42%);
}

.ablaufplan-spalte-2 {
  border: 2px solid gray;
  flex-flow: wrap;
  flex: 1;
  align-content: space-between;
  align-items: stretch;
  width: 48%;
  min-width: 300px;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.ablaufplan-spalte-2.gold {
  border-color: #d4af37;
}

.ablaufplan-spalte-2.gold.speciale {
  width: auto;
}

.ablaufplan-spalte-2.gold._100 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.ablaufplan-spalte-2.gold._100.white {
  background-color: #fff;
  flex-flow: column;
}

.ablaufplan-spalte-2.gold._100.white.scroll {
  flex-flow: column;
  overflow: scroll;
}

.ablaufplan-spalte-2.gold._100.small {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ablaufplan-spalte-2.gold._100.small.white {
  background-color: #fff;
}

.ablaufplan-spalten-inhalt-3 {
  width: 100%;
  min-height: 400px;
  padding-bottom: 20px;
}

.heading-89 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-170 {
  display: none;
}

.bold-text-6 {
  font-weight: 400;
}

.dropdown-list-16 {
  width: 100%;
  position: relative;
}

.dropdown-list-16.w--open {
  background-color: #0000;
  padding: 30px 20px 20px;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center end;
  position: absolute;
  inset: 0%;
}

.bubble {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/sprechblase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 190px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -190px -120px auto auto;
  overflow: auto;
}

.lottie-info {
  height: 3rem;
}

.co-browser-popup-2 {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.circle-2 {
  background-color: #e7e7e7;
  border: 1px solid #d4af37;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #0000001f;
}

.circle-2.erl {
  background-color: #d4af37;
  transition: all .2s;
}

.section-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.download-hilfsprogramme {
  width: 40px;
  height: 40px;
}

.list-3 {
  color: silver;
  border: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
}

.text-sprechblase {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.html-embed-10 {
  width: 100%;
}

.text-2-links {
  text-align: center;
  padding-bottom: 0;
}

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

.div-block-video-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
  display: flex;
  position: static;
  inset: 0%;
}

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

.div-block-176 {
  padding: 20px;
}

.image-wrapper-large-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

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

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.image-contain:hover {
  transform: scale(1.04);
}

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

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

.grid-22._2 {
  grid-template-columns: 1fr 1fr;
  width: 66.67%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-177 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

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

.bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  padding: 20px;
}

.grid-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.section_1-3 {
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video1-4 {
  height: 100%;
  margin-left: 25%;
}

.gradient_block {
  background-image: linear-gradient(270deg, #0000 35%, #fff 65%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vh 15vw 5vh 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  font-size: 70px;
  line-height: 70px;
}

.button-7 {
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button-7.highlights {
  margin-top: 10px;
  transition: all .2s;
}

.button-7.highlights:hover {
  transform: scale(1.1);
  box-shadow: 0 0 14px -4px #00000080;
}

@media screen and (min-width: 1440px) {
  .div-block-173 {
    z-index: 0;
  }
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

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

  .startseite2 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  ._2er-columns {
    flex-direction: column;
  }

  .servicebild2 {
    min-height: 500px;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .kontaktaufnehmen2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .leistungsgrid {
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .inhalt-leistungen2 {
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .hintergrund-fsklassen2 {
    flex-direction: column;
    justify-content: center;
  }

  .hintergrund-fsklassen2.highlights {
    flex-direction: row;
  }

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

  .image-4 {
    width: 40vw;
  }

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

  .mitarbeiterbild2 {
    width: 50%;
  }

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

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .karte1 {
    width: 100%;
  }

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

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

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

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

  .men-icon1 {
    color: #fff;
  }

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

  .grid-3.invert {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapper, .content-wrapper.background {
    height: 60vh;
  }

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

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

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

  .grid-6.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .paragraph-ablaufplan-2, .heading-90 {
    font-size: 18px;
  }

  .close-pop-up {
    top: 80px;
    right: 80px;
  }

  .wrapy {
    grid-template-columns: 50% 50%;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 10px;
  }

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

  .div-block-172 {
    margin-right: 0;
  }

  .div-block-171, .grid-ablaufplan {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-106 {
    object-fit: contain;
    object-position: 0% 50%;
    margin-top: 0;
  }

  .image-106.links {
    object-position: 0% 0%;
  }

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

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

  .ansprechpartner-paragraph-2 {
    font-size: 18px;
  }

  .pop-up-div {
    padding: 60px;
  }

  .dropdown-16 {
    margin-bottom: 10px;
    padding: 20px;
  }

  .heading-91.absolut {
    width: 100%;
  }

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

  .heading-ablaufplan-3 {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .button-flex-popup-2 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .ablaufplan-spalte-2 {
    display: block;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-89 {
    font-size: 18px;
  }

  .bubble {
    background-image: url('../images/sprechblase.png');
    width: 150px;
    right: -80px;
    overflow: visible;
  }

  .co-browser-popup-2 {
    padding: 60px;
  }

  .section-58 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-sprechblase {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

  .background-video1-4 {
    margin-left: 0%;
  }

  .gradient_block {
    background-image: linear-gradient(#0000 50%, #fff);
    justify-content: flex-end;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start-3 {
    height: 60vh;
  }

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

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

  .startseite2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .startseite2.hauptfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .text2 {
    padding-bottom: 40px;
  }

  .textcolumn2 {
    display: flex;
    position: static;
  }

  ._2er-columns {
    flex-direction: column;
    display: block;
  }

  .servicebild2 {
    min-height: 300px;
    position: static;
  }

  .text-2 {
    padding-bottom: 40px;
  }

  .text-2.flie-text {
    padding-bottom: 0;
  }

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 20px;
  }

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

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

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

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

  .text-linksb-ndig2.flie-text {
    text-align: center;
  }

  .inhalt-leistungen2 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .warumwir2-2, .warumwir2-2.linksb-ndig {
    text-align: center;
  }

  .hintergrund-fsklassen2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hintergrund-fsklassen2.highlights {
    flex-direction: column;
    height: auto;
  }

  .image-4 {
    width: 100%;
    height: 250px;
  }

  .warumwir2, .warumwir2.heading-3.links, .text-rechtsb-ndig2.flie-text {
    text-align: center;
  }

  .mitarbeiter1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .columns-15 {
    flex-direction: column-reverse;
    display: flex;
  }

  .heading-start2-2.heading-2.farbe-der-headings {
    font-size: 50px;
    line-height: 55px;
  }

  .gallery-grid-container {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .galerie2 {
    padding: 40px 20px;
  }

  .karte1 {
    height: 45vh;
  }

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

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .lightbox-link {
    height: 45vh;
  }

  .close-pop-up {
    top: 40px;
    right: 40px;
  }

  .wrapy {
    grid-template-columns: 100%;
  }

  .ablaufplan-spalteninhalt-2 {
    min-height: 250px;
  }

  .dropdown-toggle-15 {
    flex-direction: column;
    padding: 10px 30px 10px 20px;
  }

  .div-block-172.shadow {
    max-width: none;
  }

  .div-block-171 {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    top: 130px;
    right: 50px;
  }

  .divblock-fortschritt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pop-up-div {
    padding: 20px;
  }

  .zahl {
    font-size: 16px;
    line-height: 16px;
  }

  .heading-91.absolut {
    font-size: 14px;
    top: 10px;
  }

  .section-balken {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-174 {
    margin-left: 0;
  }

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

  .paragraph-63 {
    margin-left: 0;
  }

  .balken-2 {
    height: 5px;
  }

  .balken-2._4 {
    height: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    min-height: 250px;
  }

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

  .co-browser-popup-2 {
    padding: 20px;
  }

  .circle-2, .circle-2.erl {
    width: 20px;
    height: 20px;
  }

  .section-58 {
    padding-left: 10px;
  }

  .text-2-links {
    padding-bottom: 40px;
  }

  .text-2-links.flie-text {
    padding-bottom: 0;
  }

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

  .section_1-3 {
    height: 500px;
  }

  .gradient_block {
    padding-right: 40px;
  }

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

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

  .heading-einstellungen {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .titelvideo-start-3 {
    height: 60vh;
  }

  .video2 {
    height: 100%;
  }

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

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

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

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

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

  .text2.flie-text {
    font-size: 12px;
  }

  .textcolumn2 {
    min-height: 300px;
  }

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

  ._2er-columns {
    flex-direction: column;
  }

  .columnlinks2.highlights {
    padding-bottom: 20px;
  }

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

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 20px;
  }

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

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

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

  .paragraph-mittig3.flie-text {
    font-size: 12px;
  }

  .leistungsgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 95%;
  }

  .warumwir2-2, .warumwir2-2.linksb-ndig {
    text-align: center;
  }

  .warumwir2-2.linksb-ndig.heading-3 {
    font-size: 20px;
  }

  .hintergrund-fsklassen2.highlights {
    flex-direction: column;
  }

  .image-4 {
    width: 100%;
    height: 150px;
  }

  .warumwir2 {
    text-align: center;
  }

  .warumwir2.heading-3 {
    font-size: 22px;
  }

  .mitarbeiter1 {
    justify-content: center;
  }

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

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

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-container {
    text-align: left;
  }

  .impdat-3 {
    padding: 20px 10px;
  }

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

  .heading-22 {
    font-size: 24px;
    line-height: 32px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .content-wrapper, .image-wrapper-large {
    height: 45vh;
  }

  .paragraph-ablaufplan-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-90 {
    font-size: 15px;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 0;
  }

  .dropdown-toggle-15 {
    text-align: center;
    white-space: normal;
  }

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

  .div-block-171 {
    grid-template-columns: 1fr;
    width: 99.9999%;
    padding: 10px;
  }

  .image-106 {
    width: 100%;
    min-width: auto;
    height: 80vw;
  }

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

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    right: 40px;
  }

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

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

  .ansprechpartner-paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .ansprechpartner-paragraph-2.special.klein {
    font-size: 14px;
  }

  .dropdown-list-11-copy.w--open {
    padding: 120px 10px 10px;
  }

  .heading-91.absolut {
    font-size: 10px;
  }

  .heading-ablaufplan-3 {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-ablaufplan-3.special {
    font-size: 20px;
  }

  .grid-20 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .paragraph-63 {
    text-align: center;
    margin-left: 0;
  }

  .ablaufplan-spalte-2 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-89 {
    font-size: 16px;
  }

  .dropdown-list-16.w--open {
    padding: 0;
  }

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

  .bubble {
    width: 100px;
    height: 120px;
    top: -110px;
    right: -50px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .text-sprechblase {
    font-size: 12px;
  }

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

  .image-wrapper-large-copy {
    height: 45vh;
  }

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

  .slogan.heading-font1 {
    font-size: 35px;
    line-height: 40px;
  }

  .button-7.highlights {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }
}

#w-node-dad0209d-6a5a-312d-3038-b802e7864709-6dd0e6b1, #w-node-dad0209d-6a5a-312d-3038-b802e7864707-6dd0e6b1, #w-node-_60174da1-81fa-51f8-0ef9-d978a6dfe98c-6dd0e6b1, #w-node-_60174da1-81fa-51f8-0ef9-d978a6dfe99c-6dd0e6b1, #w-node-_686c4218-1076-385f-de16-87cc22c28efd-6dd0e6b1, #w-node-_686c4218-1076-385f-de16-87cc22c28eff-6dd0e6b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-6dd0e6b1 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-6dd0e6b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-6dd0e6d3, #w-node-b5a85498-3180-b86c-feb8-d83922b77adc-6dd0e6d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24b1abdc-fb34-f19e-f301-dfa4b78a044c-6dd0e6d6, #w-node-febd450f-de59-2c6d-57d7-50d07de7c657-6dd0e6d6, #w-node-_63ef7042-fd98-787a-c9c4-1d10a7ec1beb-6dd0e6d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11b41b6b-f220-729b-2809-17ea234ab44b-6dd0e6d6 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_11b41b6b-f220-729b-2809-17ea234ab44f-6dd0e6d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12f274b3-aa03-02cb-7f62-6e360263c1f3-6dd0e6d8 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_12f274b3-aa03-02cb-7f62-6e360263c1f7-6dd0e6d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b1ce9e3c-6370-87fa-89af-9de06850e14c-6dd0e6d9, #w-node-b1ce9e3c-6370-87fa-89af-9de06850e14e-6dd0e6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77713a3e-d3a1-d907-89b1-9331c6a94e2f-6dd0e6d9 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_77713a3e-d3a1-d907-89b1-9331c6a94e33-6dd0e6d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6bac-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6bb3-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6bbb-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6bc3-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d38-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d3f-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d46-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d4d-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d5b-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d62-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d69-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d70-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d7b-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d82-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d89-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d90-932157b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-dad0209d-6a5a-312d-3038-b802e7864707-6dd0e6b1, #w-node-_60174da1-81fa-51f8-0ef9-d978a6dfe99c-6dd0e6b1, #w-node-_686c4218-1076-385f-de16-87cc22c28efd-6dd0e6b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09f9-6dd0e6b1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-6dd0e6b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-6dd0e6b1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-6dd0e6d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11b41b6b-f220-729b-2809-17ea234ab44a-6dd0e6d6 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_11b41b6b-f220-729b-2809-17ea234ab44b-6dd0e6d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11b41b6b-f220-729b-2809-17ea234ab44f-6dd0e6d6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_12f274b3-aa03-02cb-7f62-6e360263c1f2-6dd0e6d8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_12f274b3-aa03-02cb-7f62-6e360263c1f3-6dd0e6d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12f274b3-aa03-02cb-7f62-6e360263c1f7-6dd0e6d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-b1ce9e3c-6370-87fa-89af-9de06850e14c-6dd0e6d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77713a3e-d3a1-d907-89b1-9331c6a94e2e-6dd0e6d9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_77713a3e-d3a1-d907-89b1-9331c6a94e2f-6dd0e6d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77713a3e-d3a1-d907-89b1-9331c6a94e33-6dd0e6d9, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6bac-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6bb3-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6bbb-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6bc3-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d38-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d3f-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d46-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d4d-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d5b-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d62-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d69-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d70-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d7b-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d82-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d89-932157b7, #w-node-fd95dfd7-289c-0739-7ea7-bc20f01d6d90-932157b7 {
    grid-column: span 1 / span 1;
  }
}


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