@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 {
  --highlights: #e27b23;
  --white: white;
  --orange2: #df7d22;
  --dark-grey: #353535;
  --grey: #353535;
  --orange: #e79d4d;
  --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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

body {
  color: #333;
  flex-flow: 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;
}

.utility-page-wrap {
  background-color: var(--highlights);
  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;
}

.logo-img {
  object-fit: contain;
  width: 300px;
}

.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: #353535;
}

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

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

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

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

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

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

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

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

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

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

.navbar {
  z-index: 100;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 5vw;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px #0003;
}

.navbar.highlights {
  z-index: 2000;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

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

.terminbutton.highlights {
  background-color: var(--orange2);
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: var(--dark-grey);
}

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

.title-section {
  height: 95vh;
  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;
}

.title-section-content-wrapper {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.startseite2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 200px;
  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: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

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

.text-mitig.flie-text {
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.5;
}

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

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

.mehr-erfahren1.highlights.flie-text:hover {
  background-color: #353535;
}

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

.inhalt-service2 {
  overflow: hidden;
}

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

.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 {
  background-color: var(--dark-grey);
  transform: scale(1.1);
}

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

.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/Slider_02.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  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;
}

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

.banner-2 {
  height: 80vh;
  position: relative;
}

.text-linksb-ndig2, .text-linksb-ndig2.flie-text {
  text-align: justify;
}

.inhalt-leistungen2 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  padding: 20px;
  display: flex;
}

.warumwir2-2 {
  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 {
  font-size: 24px;
  line-height: 1.3;
}

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

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

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

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

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

.galerie2 {
  padding: 100px 10%;
}

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Impressionen_13.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  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;
}

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

.success-block.highlights {
  color: #fff;
  border-style: none;
}

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

.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 {
  padding: 60px 140px;
}

.footer.hauptfarbe {
  background-color: var(--dark-grey);
  justify-content: space-around;
  margin-top: auto;
  padding-bottom: 10px;
}

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

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

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

.text-holder {
  z-index: 1;
  width: 80%;
  position: relative;
  inset: auto;
}

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

.nav-men.highlights {
  z-index: 100000;
  background-color: var(--white);
}

.navbar-6 {
  background-color: #0000;
  display: flex;
}

.navbar-6.hauptfarbe {
  background-color: #353535;
}

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

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

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

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

.nav-link.flie-text {
  color: var(--orange2);
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav-link.flie-text:hover {
  color: var(--grey);
}

.nav-link.flie-text.w--current {
  background-color: var(--orange2);
  color: var(--white);
}

.navlinks-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-right: 0;
}

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

.content-wrapper.highlights {
  background-color: var(--orange2);
}

.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%;
  min-height: 85vh;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

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

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

.slider-images.cover {
  z-index: 1;
  filter: blur(10px);
  position: absolute;
}

.slider-images.contain {
  z-index: 5;
  object-fit: contain;
  position: relative;
}

.slider-images.down-60 {
  object-position: 50% 60%;
}

.slider-images.auto {
  height: 40em;
}

.slider-images._30vh {
  height: 30vh;
}

.slider-images.bottom {
  object-position: 50% 30%;
}

.spacer {
  height: 20px;
}

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

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

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

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

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

.slider-100 {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.sub-heading-links {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

._2er-grid-right-content {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  height: 100%;
}

._2er-grid-right-content.flex {
  flex-flow: column;
  height: auto;
  display: flex;
}

.dropdown-wrap {
  width: 100%;
}

.dropdown-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 5px;
  position: static;
}

.lightbox-link-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-grid {
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

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

.card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.card.highlights {
  border: 2px solid var(--orange);
  transition: background-color .3s cubic-bezier(.175, .885, .32, 1.275);
}

.card.highlights:hover {
  background-color: var(--grey);
}

.card.highlights.orange:hover {
  background-color: var(--orange2);
}

.sub-heading-mitig {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.content-wrapper-80 {
  width: 80%;
}

.elfsight {
  width: 100%;
}

.audiio-wrap {
  width: 16rem;
}

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

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

.image-wrapper-25vh {
  height: 25vh;
}

.book-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.book-cards:hover {
  box-shadow: 0 0 20px #0003;
}

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

.galerei-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-wrapper-80vh {
  height: 81vh;
}

.slider-102 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider-icon {
  font-size: 25px;
}

.slide-nav-3 {
  display: none;
}

.social-icon {
  object-fit: contain;
  width: 3rem;
}

.social-wrap {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 18% auto;
}

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

.image-102 {
  object-fit: contain;
  width: 100%;
  height: 20vh;
  position: relative;
  inset: 0%;
}

.maps-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content_2-2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

.content_2-2.paragraph-font {
  color: var(--white);
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
}

.flags-link-block {
  width: 40px;
  height: 35px;
  transition: all .3s ease-in-out;
}

.flags-link-block:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
}

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

.flags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-103 {
  height: 100%;
}

.slider-103.auto {
  height: 40em;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.jotfrom, .jotform-wrapper {
  width: 100%;
}

.slider-104 {
  height: 100%;
}

.div-block-43 {
  height: 25rem;
  overflow: hidden;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  display: none;
}

.list {
  font-family: Quicksand, sans-serif;
  line-height: 1.5;
}

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

.slider-105 {
  height: 100%;
}

.warumwir2-3 {
  text-align: right;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 35px;
}

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

.warumwir2-3.linksb-ndig.heading-3 {
  font-size: 24px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .navbar.highlights {
    flex-flow: column;
    padding: 6px 0 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .title-section {
    height: 60vh;
  }

  .title-section-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .startseite2, .startseite2.hauptfarbe, .startseite2.zweitfarbe {
    padding: 60px;
  }

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

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

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

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

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

  .serviceangebote2 {
    width: 90%;
  }

  .inhaltstartseite2 {
    padding: 60px;
  }

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

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

  .leistungsgrid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .banner-2 {
    height: 60vh;
  }

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

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

  .warumwir2-2.linksb-ndig.heading-3 {
    text-align: center;
    font-size: 22px;
  }

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

  .hintergrund-fsklassen2.hauptfarbe {
    width: 100%;
  }

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

  .galerie2, .kontakt2 {
    padding: 60px;
  }

  .impdat-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .success-block.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .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;
    place-items: start center;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

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

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

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

  .men-icon1 {
    color: #fff;
  }

  .navbar-6 {
    text-align: center;
    width: 100%;
  }

  .nav-link.flie-text {
    text-align: center;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--dark-grey);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .content-wrapper {
    height: auto;
  }

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

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

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

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

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

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

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

  .slider-images._50vh {
    height: 50vh;
  }

  .slider-images.top {
    object-position: 50% 22%;
  }

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

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

  .slider-100._50vh {
    height: 50vh;
  }

  ._2er-grid-right-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .dropdown-wrap {
    z-index: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .blog-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .blog-grid._3er {
    width: 70%;
  }

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

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

  .content-wrapper-80 {
    width: 100%;
    height: auto;
  }

  .audiio-wrap, .galerei-grid {
    width: 100%;
  }

  .social-icon {
    width: 31px;
  }

  .social-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    bottom: 31%;
  }

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

  .content_2-2.paragraph-font {
    margin-top: 10px;
    padding: 20px;
  }

  .flags-link-block {
    width: 30px;
    height: 30px;
  }

  .flags {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    inset: 5% 0% auto auto;
  }

  .slider-103 {
    width: 100%;
    height: 50vh;
  }

  .img-wrapper {
    height: 50vh;
  }

  .warumwir2-3.linksb-ndig.heading-3 {
    text-align: center;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 249px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .title-section {
    height: 27rem;
  }

  .video2, .title-section-content-wrapper {
    height: 100%;
  }

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

  .startseite2, .startseite2.hauptfarbe, .startseite2.zweitfarbe {
    padding: 40px;
  }

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

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

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

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

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

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

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

  .inhaltstartseite2 {
    padding: 40px;
  }

  .kontaktaufnehmen2 {
    padding: 40px 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 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 60%;
    display: flex;
  }

  .banner-2 {
    height: 55vh;
  }

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

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

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

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

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

  .warumwir2 {
    text-align: center;
  }

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

  .galerie2, .kontakt2 {
    padding: 40px;
  }

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

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

  .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-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .text-holder {
    width: 100%;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .content-wrapper {
    padding: 40px;
  }

  .content-wrapper.spc {
    height: 100%;
  }

  .grid-4.invert {
    flex-flow: column;
  }

  .image-wrapper-large, .slider-images._50vh {
    height: 25rem;
  }

  .sub-heading-links {
    text-align: center;
  }

  .list-links.flie-text {
    text-align: left;
    padding-left: 20px;
  }

  .dropdown-btn.heading-2.highlights {
    font-size: 14px;
    line-height: 20px;
  }

  ._3er-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  ._3er-grid.neben {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .sub-heading-mitig {
    text-align: center;
  }

  .sub-heading-mitig.heading-3 {
    font-size: 16px;
  }

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

  .image-wrapper-40vh {
    height: 25rem;
  }

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

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

  .slider-102 {
    height: 100%;
  }

  .social-wrap {
    bottom: 10px;
  }

  .image-wrapper-full {
    height: 25rem;
  }

  .content_2-2 {
    padding: 20px;
  }

  .flags-link-block {
    width: 25px;
    height: 25px;
  }

  .img-wrapper {
    height: 25rem;
  }

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

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

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

  .logo-img {
    width: 201px;
  }

  .logo {
    padding-bottom: 20px;
  }

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

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

  .navbar.highlights {
    padding-top: 20px;
  }

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

  .video2 {
    height: 100%;
  }

  .title-section-content-wrapper {
    height: 100.07%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .startseite2, .startseite2.hauptfarbe, .startseite2.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

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

  .leistungsgrid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 90%;
  }

  .banner-2 {
    height: 45vh;
  }

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

  .warumwir2-2.linksb-ndig.heading-3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .warumwir2 {
    text-align: center;
  }

  .warumwir2.heading-3 {
    font-size: 18px;
    line-height: 26px;
  }

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

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

  .impdat-3 {
    padding: 20px;
  }

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

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

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

  .inhalt-footer {
    width: 100%;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .content-wrapper, .content-wrapper.highlights {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-images.rechtss {
    object-position: 80% 50%;
  }

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

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

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

  .sub-heading-links {
    text-align: center;
  }

  .sub-heading-links.heading-3 {
    font-size: 16px;
  }

  .blog-grid {
    margin-top: 10px;
  }

  .blog-grid._3er {
    width: 100%;
  }

  ._3er-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sub-heading-mitig {
    text-align: center;
  }

  .sub-heading-mitig.heading-3 {
    font-size: 14px;
  }

  .content-wrapper-80 {
    height: auto;
  }

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

  .social-icon {
    width: 26px;
  }

  .content_2-2.paragraph-font {
    padding-left: 0;
    padding-right: 0;
  }

  .flags-link-block {
    width: 25px;
    height: 25px;
  }

  .map-wrapper {
    width: 100%;
  }

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

  .warumwir2-3.linksb-ndig.heading-3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

#w-node-_92bb1c5b-9217-1fd7-7fe3-8a9407644b51-d8c51a2c, #w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-d8c51a2c, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-d8c51a2c, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-d8c51a2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbdfcd61-97e0-2840-7ca3-dae9a84e0c68-a84e0c68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-d8c51a4e, #w-node-b5a85498-3180-b86c-feb8-d83922b77adc-d8c51a4e, #w-node-c3ca68f8-3ac5-fa1f-3fa9-14c8e191948a-d8c51a4e, #w-node-c3ca68f8-3ac5-fa1f-3fa9-14c8e1919488-d8c51a4e, #w-node-_4989ec60-1bbe-d175-3503-fd40d7eb5317-d8c51a4e, #w-node-_4989ec60-1bbe-d175-3503-fd40d7eb52fd-d8c51a4e, #w-node-_50542da6-980e-11fb-552f-237843fee5a7-d8c51a4e, #w-node-_50542da6-980e-11fb-552f-237843fee5c1-d8c51a4e, #w-node-_1ef60a9b-1144-1f1e-f8cb-e66278acf5e4-d8c51a4e, #w-node-_1ef60a9b-1144-1f1e-f8cb-e66278acf5e6-d8c51a4e, #w-node-_432618ca-e1a1-45a1-ed50-dc0c2a7b0896-d8c51a4e, #w-node-_432618ca-e1a1-45a1-ed50-dc0c2a7b089b-d8c51a4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7479925b-6b13-f2f8-db31-5de7945f6552-945f6551, #w-node-_7479925b-6b13-f2f8-db31-5de7945f6558-945f6551 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7479925b-6b13-f2f8-db31-5de7945f655c-945f6551 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7479925b-6b13-f2f8-db31-5de7945f6560-945f6551 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7479925b-6b13-f2f8-db31-5de7945f6564-945f6551 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7479925b-6b13-f2f8-db31-5de7945f656e-945f6551 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_405d325d-6d50-b606-cea3-02c4ba25d0aa-d8c51a56, #w-node-_753ef8bf-455e-c5eb-ef75-ae6b5cd855f3-e6e788ec, #w-node-_92bb1c5b-9217-1fd7-7fe3-8a9407644b51-edccdd7d, #w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-edccdd7d, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-edccdd7d, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-edccdd7d, #w-node-dd3389e5-48bd-74a9-ad74-dc7edf2add61-0a282870, #w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-6806417b, #w-node-b5a85498-3180-b86c-feb8-d83922b77adc-6806417b, #w-node-c3ca68f8-3ac5-fa1f-3fa9-14c8e191948a-6806417b, #w-node-c3ca68f8-3ac5-fa1f-3fa9-14c8e1919488-6806417b, #w-node-_4989ec60-1bbe-d175-3503-fd40d7eb5317-6806417b, #w-node-_4989ec60-1bbe-d175-3503-fd40d7eb52fd-6806417b, #w-node-_50542da6-980e-11fb-552f-237843fee5a7-6806417b, #w-node-_50542da6-980e-11fb-552f-237843fee5c1-6806417b, #w-node-_1ef60a9b-1144-1f1e-f8cb-e66278acf5e4-6806417b, #w-node-_1ef60a9b-1144-1f1e-f8cb-e66278acf5e6-6806417b, #w-node-_432618ca-e1a1-45a1-ed50-dc0c2a7b0896-6806417b, #w-node-_432618ca-e1a1-45a1-ed50-dc0c2a7b089b-6806417b, #w-node-_405d325d-6d50-b606-cea3-02c4ba25d0aa-2021c590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dbdfcd61-97e0-2840-7ca3-dae9a84e0c68-a84e0c68 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-d8c51a4e, #w-node-c3ca68f8-3ac5-fa1f-3fa9-14c8e1919488-d8c51a4e, #w-node-_4989ec60-1bbe-d175-3503-fd40d7eb5317-d8c51a4e, #w-node-_50542da6-980e-11fb-552f-237843fee5c1-d8c51a4e, #w-node-_1ef60a9b-1144-1f1e-f8cb-e66278acf5e4-d8c51a4e, #w-node-_432618ca-e1a1-45a1-ed50-dc0c2a7b089b-d8c51a4e, #w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-6806417b, #w-node-c3ca68f8-3ac5-fa1f-3fa9-14c8e1919488-6806417b, #w-node-_4989ec60-1bbe-d175-3503-fd40d7eb5317-6806417b, #w-node-_50542da6-980e-11fb-552f-237843fee5c1-6806417b, #w-node-_1ef60a9b-1144-1f1e-f8cb-e66278acf5e4-6806417b, #w-node-_432618ca-e1a1-45a1-ed50-dc0c2a7b089b-6806417b {
    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;
}