@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 {
  --blue: #143a74;
  --dark-grey: #3b3f44;
  --black: black;
  --light-blue: #afc1dc;
  --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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.section {
  height: 100vh;
}

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

.utility-page-wrap {
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  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;
  background-color: #10285f00;
  height: 6vh;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}

.logo {
  justify-content: center;
  align-items: center;
  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: #000;
}

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

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

.highlights {
  color: #fff;
  background-color: #10285f;
}

.adresse {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  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: #10285f;
  line-height: 1.3;
}

.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 {
  color: #333;
  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: 85vh;
  position: relative;
}

.video2 {
  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-2 {
  color: #fff;
  background-color: #0003;
  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 {
  text-align: center;
  line-height: 1.3;
}

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

.startseite2.hauptfarbe {
  background-color: var(--dark-grey);
  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: 0;
  font-size: 60px;
  line-height: 80px;
}

.heading-start2.heading-2 {
  text-align: left;
  font-size: 50px;
  line-height: 1.3;
}

.heading-start2.heading-2.farbe-der-headings {
  color: var(--blue);
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-start2.heading-2.farbe-der-headings.white {
  color: #fff;
}

.heading-start2.heading-2.farbe-der-headings.small-heading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
}

.heading-start2.heading-2.farbe-der-headings.small-heading.center {
  text-align: left;
}

.heading-start2.heading-2.white {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
}

.heading-start2.heading-2.center {
  text-align: center;
  margin-bottom: 20px;
}

.heading-start2.heading-2.small-headline {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

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

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

.text2.flie-text {
  font-family: Quattrocento, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.text2.flie-text.left {
  text-align: left;
}

.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: var(--blue);
  font-family: Quattrocento, sans-serif;
  line-height: 1.5;
}

.mehr-erfahren1.highlights.flie-text:hover {
  transform: scale(1.1);
}

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

.content-headline {
  font-size: 35px;
  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 {
  text-align: left;
  font-size: 18px;
}

.text-2.flie-text.left {
  text-align: left;
  width: 100%;
  font-family: Quattrocento, sans-serif;
}

.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 {
  margin-top: 20px;
  font-family: Quattrocento, sans-serif;
  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;
  font-size: 20px;
  font-weight: 700;
  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: 50px;
  padding-bottom: 50px;
  display: flex;
}

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_525795212.webp');
  background-position: 0 0, 50%;
  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%;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.titelvideo-3 {
  height: 85vh;
  position: relative;
}

.inhalt-leistungen2 {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.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 {
  color: #fff;
  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 {
  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;
}

.text-rechtsb-ndig2.flie-text {
  font-size: 18px;
}

.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 {
  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: 40px;
  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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  height: 90vh;
  margin-top: 20px;
  display: flex;
}

.karte1.form-height {
  grid-template-rows: auto;
}

.karte1.flex {
  display: flex;
}

.karte1._100 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.kontakt2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  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: Quattrocento, 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%;
  padding-bottom: 20px;
  display: flex;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  background-color: var(--dark-grey);
  justify-content: space-around;
  padding-top: 20px;
  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%;
  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%;
  display: none;
  position: absolute;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
}

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

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

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

.paragraph_3.flie-text {
  font-family: Quattrocento, sans-serif;
  text-decoration: none;
}

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

.link-formular.farbe-der-headings {
  color: var(--black);
}

.link-formular.farbe-der-headings.formular {
  color: var(--blue);
  font-weight: 600;
}

.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 {
  background-color: var(--blue);
  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;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
  display: block;
}

.link.black {
  color: #333;
}

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

.nav-men-1.hauptfarbe {
  background-color: var(--blue);
}

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

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  background-color: var(--blue);
}

.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 {
  color: #fff;
}

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

.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 {
  line-height: 1.3;
  display: none;
}

.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 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

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

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

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

.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 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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.right {
  object-position: 0% 50%;
}

.image-100.low {
  object-position: 50% 70%;
}

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

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

.image-100.relative {
  filter: blur(5px);
  position: relative;
}

.image-100.absolute {
  z-index: 5;
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

.circle {
  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.erl {
  background-color: #d4af37;
  transition: all .2s;
}

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

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

.dropdown-toggle-11 {
  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-11:hover {
  transform: scale(1);
}

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

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

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

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

.div-block-145 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px 60px 50px;
  overflow: auto;
}

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

.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 {
  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: 206px;
  top: 10px;
}

.ablaufplan-big-button-3.dropdowntoogle.w--open {
  z-index: 3000;
  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;
}

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

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

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

.div-block-142.shadow {
  padding: 20px;
  box-shadow: 1px 1px 12px #0000001f;
}

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

.spacer {
  height: 20px;
}

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

.dropdown-list-12.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;
}

.div-block-147 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-12 {
  z-index: 10;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

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

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

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

.haken {
  object-fit: contain;
}

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

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

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

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

.div-block-116 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.welcome-text {
  text-align: center;
  font-family: Quattrocento, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-166 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15% 10%;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 3vw;
  height: 3rem;
  transition: all .2s cubic-bezier(.6, .04, .98, .335);
}

.icon:hover {
  transform: scale(1.3);
}

.div-block-167 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-17 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

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

.grid-18 {
  grid-template-rows: 1fr auto;
  place-items: center;
  margin-top: 30px;
}

.bold-text-11 {
  font-size: 35px;
}

.list-4 {
  text-align: left;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.image-103 {
  object-fit: contain;
  width: 25vw;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.accordion-item-wrapper-white-4 {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-linksb-ndig1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-linksb-ndig1.paragraph-font {
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-tab-button-dark.highlights {
  border-radius: 0;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.accordion-question-header-4 {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Quattrocento, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.image-104 {
  object-fit: contain;
  width: 3vw;
}

.back-button {
  z-index: 1000;
  position: fixed;
  inset: 1% auto auto 1%;
}

.image-wrapper-large-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-168 {
  margin-top: 20px;
}

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

.mehr-erfahren1-2.hauptfarbe.flie-text {
  line-height: 1.5;
}

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

.mehr-erfahren1-2.highlights.flie-text {
  background-color: var(--black);
  margin-top: 10px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-2.highlights.flie-text:hover {
  background-color: var(--white);
  color: #333;
}

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

.div-block-169 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 6px 1px #adadad33;
}

.div-block-169:hover {
  transform: translate(0, -10px);
}

.div-block-169.highlight-border {
  border: 3px solid var(--blue);
  color: #333;
  text-decoration: none;
}

.div-block-169.grey-border {
  border: 3px solid var(--light-blue);
  color: #333;
  text-decoration: none;
}

.div-block-169.grey-border:hover, .div-block-169.no-movement:hover {
  transform: none;
}

._2er-adj {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 66%;
  margin-bottom: 40px;
}

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

.list.flie-text {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

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

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

.textleft.flie-text {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.textleft.flie-text.left {
  text-align: left;
}

.image-wrapper-large-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-block-3 {
  margin-bottom: 0;
}

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

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

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

  .flie-text {
    overflow-wrap: anywhere;
    font-family: Quattrocento, sans-serif;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

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

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

  .startseite2 {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .heading-start2.heading-2 {
    text-align: center;
    font-size: 35px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
  }

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

  .heading-start2.heading-2.center {
    font-size: 35px;
  }

  .heading-start2.heading-2.small-headline.mittig {
    text-align: center;
  }

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

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

  .servicebild2 {
    min-height: 500px;
  }

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

  .serviceangebote2 {
    width: 90%;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 16px;
  }

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

  .titelvideo-3 {
    height: 70vh;
  }

  .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%;
    height: auto;
    margin-top: 0;
  }

  .karte1._40vh {
    height: 40vh;
  }

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

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

  .footer-1.hauptfarbe {
    text-align: center;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .nav-men-1.hauptfarbe {
    z-index: 1000;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link-3.flie-text {
    text-align: center;
    margin-left: 20px;
  }

  .nav-link-3.flie-text:hover {
    color: var(--light-blue);
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--blue);
    text-align: center;
    width: 100%;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--blue);
  }

  .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 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

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

  .content-wrapper.highlights {
    justify-content: center;
    align-items: center;
    height: auto;
  }

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

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

  .image-wrapper-large.last {
    order: 1;
  }

  .grid-5 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block-147 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .list-4 {
    width: auto;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .accordion-item-wrapper-white-4 {
    margin-bottom: 20px;
  }

  .accordion-pane-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .accordion-question-header-4 {
    text-align: center;
  }

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

  .image-wrapper-large-1.last {
    order: 1;
  }

  .list.flie-text {
    font-family: Quattrocento, sans-serif;
  }

  .textleft.flie-text.center {
    text-align: center;
    font-family: Quattrocento, sans-serif;
  }

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

  .list-item {
    font-family: Quattrocento, sans-serif;
  }
}

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

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

  .startseite2.hauptfarbe {
    padding: 40px 5%;
  }

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

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

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

  .heading-start2.heading-2.center {
    font-size: 25px;
    line-height: 1.3;
  }

  .text2 {
    padding-bottom: 40px;
  }

  .text2.flie-text {
    align-self: center;
    font-size: 14px;
  }

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

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

  .content-headline {
    font-size: 25px;
  }

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

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

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

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

  .heading-mittig-klein1.heading-2 {
    font-size: 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;
  }

  .titelvideo-3 {
    height: 60vh;
  }

  .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: auto;
    margin-top: 20px;
  }

  .karte1._40vh {
    height: 40vh;
  }

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

  .kontakt2.zweitfarbe {
    padding-left: 10%;
    padding-right: 10%;
  }

  .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 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .grid-2 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .submit_button.flie-text {
    order: 1;
    font-family: Quattrocento, sans-serif;
    font-size: 14px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .men-buttton1.hauptfarbe {
    padding: 15px;
  }

  .lightbox-link {
    height: 45vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .balken-1 {
    height: 5px;
  }

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

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

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

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

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

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

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

  .icon {
    width: 5vw;
  }

  .list-4 {
    width: 95%;
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 14px;
  }

  .text-linksb-ndig1.paragraph-font {
    text-align: center;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-tab-button-dark.highlights {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .arrow-div-wrapper {
    width: auto;
  }

  .accordion-question-header-4 {
    width: auto;
    font-size: 1.4em;
  }

  .image-104 {
    width: 6vw;
  }

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

  ._2er-adj {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .list {
    padding-bottom: 40px;
  }

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

  .textleft {
    padding-bottom: 40px;
  }

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

  .bold-text-12, .bold-text-13 {
    font-size: 25px;
  }
}

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

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

  .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: 30vh;
  }

  .video2 {
    height: 100%;
  }

  .div-block-video-2 {
    height: 100.07%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-start2.heading-2.farbe-der-headings.small-heading.center, .heading-start2.heading-2.center {
    font-size: 22px;
  }

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

  .textcolumn2 {
    min-height: 300px;
  }

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

  .mehr-erfahren1.highlights.flie-text {
    font-size: 12px;
  }

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

  .content-headline {
    font-size: 20px;
  }

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

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

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

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

  .titelvideo-3 {
    height: 30vh;
  }

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

  .karte1 {
    width: auto;
  }

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

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

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .men-buttton1.hauptfarbe {
    padding: 14px;
  }

  .content-wrapper {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .list-4 {
    width: 100%;
  }

  .image-103 {
    width: 60vw;
  }

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

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-question-header-4 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .image-104 {
    width: 10vw;
  }

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

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

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

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

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

  .bold-text-12, .bold-text-13 {
    font-size: 22px;
  }
}

#w-node-_92bb1c5b-9217-1fd7-7fe3-8a9407644b51-5d359ce8, #w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-5d359ce8, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-5d359ce8, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-5d359ce8, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9b-5d359cf2, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9d-5d359cf2, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1ea4-5d359cf2, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1eae-5d359cf2, #w-node-aa1bb298-3633-6ed9-cb0c-e6609177735b-5d359cf2, #w-node-aa1bb298-3633-6ed9-cb0c-e6609177735d-5d359cf2, #w-node-aa1bb298-3633-6ed9-cb0c-e66091777364-5d359cf2, #w-node-aa1bb298-3633-6ed9-cb0c-e6609177736c-5d359cf2, #w-node-_4ca22fc4-2205-3bf4-8c7d-becdd66327a0-5d359cf2, #w-node-_4ca22fc4-2205-3bf4-8c7d-becdd66327a2-5d359cf2, #w-node-_4ca22fc4-2205-3bf4-8c7d-becdd66327a9-5d359cf2, #w-node-_4ca22fc4-2205-3bf4-8c7d-becdd66327b1-5d359cf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d8be7c2-aeca-fb51-5028-46dfc0f27b38-5d359cf8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_95589be4-4b92-1c80-53f8-867d572df4b8-5d359cf8, #w-node-_2f52a384-229c-8701-9a91-21505ec98817-5d359cf8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_340391f2-73e2-d63f-f517-23454f1d3c22-5d359cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_189ca883-0c99-b88f-31ab-b5babc8c0c0e-5d359cf8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9dc9c781-b64b-6663-fd25-5e0a902e7f85-5d359cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992cee09-2e33-a7ac-4dff-74c8ed40c914-5d359cf8, #w-node-dd76dc34-5eeb-4083-09eb-c37aa024b81f-5d359cf8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0806501-b114-214d-1313-d21caca1e23a-5d359cf8, #w-node-_95589be4-4b92-1c80-53f8-867d572df4c5-5d359cf8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cc455614-540c-335f-2a8a-fad009d9299c-5d359cf8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-fde49fe6-39b5-b422-9db6-61b183fa4957-5d359cfb, #w-node-_549c07b3-43cd-bfb8-8c9e-ee12f28dbc7d-5d359d05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_549c07b3-43cd-bfb8-8c9e-ee12f28dbc99-5d359d05 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_8613fa58-fc05-d82d-528d-d4a15a57c974-5d359d05, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9b-8030ed99, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9d-8030ed99, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9b-235d8300, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9d-235d8300, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9b-a757e66e, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9d-a757e66e, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9b-b05ddfec, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9d-b05ddfec, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9b-c662c077, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9d-c662c077, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9b-c6b6b286, #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9d-c6b6b286, #w-node-bbcc1b67-02f6-b9f2-a4f3-66c5593119fd-e7cafa4d, #w-node-bbcc1b67-02f6-b9f2-a4f3-66c5593119ff-e7cafa4d, #w-node-bbcc1b67-02f6-b9f2-a4f3-66c559311a07-e7cafa4d, #w-node-bbcc1b67-02f6-b9f2-a4f3-66c559311a0f-e7cafa4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_813e664b-e3ea-4758-b8e4-d37b4e5f1e9d-8030ed99 {
    order: -9999;
  }

  #w-node-bbcc1b67-02f6-b9f2-a4f3-66c559311a07-e7cafa4d {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f52a384-229c-8701-9a91-21505ec98817-5d359cf8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_95589be4-4b92-1c80-53f8-867d572df4c5-5d359cf8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_95589be4-4b92-1c80-53f8-867d572df4c0-5d359cf8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bbcc1b67-02f6-b9f2-a4f3-66c5593119fd-e7cafa4d, #w-node-bbcc1b67-02f6-b9f2-a4f3-66c559311a0f-e7cafa4d {
    grid-area: span 1 / span 1 / 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;
}