@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 {
  --dark-slate-blue-2: #012b67;
  --dark-slate-blue: #29386d;
}

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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: 10vw;
  height: 6vh;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  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: none;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
  white-space: nowrap;
}

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

.email {
  margin-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  line-height: 1.3;
}

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

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

.adresse {
  margin-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  line-height: 1.3;
}

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

.heading-1, .heading-2, .heading-3 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: var(--dark-slate-blue);
  font-family: Libre Franklin, sans-serif;
  line-height: 1.3;
}

.navbar1 {
  background-color: var(--dark-slate-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

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

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

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

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

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

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

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

.men-2 {
  width: 100%;
}

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

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

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

.nav-link2.flie-text {
  transition: all .2s;
}

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

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

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

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

.titelvideo-start-3 {
  background-image: linear-gradient(#000000b5, #000000b5);
  height: 90vh;
  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: #0000004f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.main-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.main-section.hauptfarbe {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  padding: 5% 10%;
}

.heading-start2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.heading-start2.heading-2 {
  width: auto;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 1.3;
}

.heading-start2.heading-2.farbe-der-headings {
  width: auto;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-start2.heading-3 {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.5;
}

.heading-start2.heading-3.small {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 22px;
}

.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 {
  border: 2px solid #0000;
  line-height: 1.5;
}

.mehr-erfahren1.highlights.flie-text:hover {
  border: 2px solid var(--dark-slate-blue-2);
  color: #333;
  background-color: #f7f7f7;
}

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

.inhalt-service2 {
  overflow: hidden;
}

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

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

.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;
  line-height: 1.5;
}

.mehr-erfahren2.zweitfarbe.flie-text:hover {
  color: #333;
  background-color: #f7f7f7;
  transform: scale(1.1);
}

.leistungsbild-1 {
  height: 40vh;
  min-height: 0;
  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;
  background-color: #0000009e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100.07%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-effekt3:hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #012b67f5;
}

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

.heading-mittig-klein1.heading-2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

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

.paragraph-mittig3.flie-text {
  margin-top: 10px;
}

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/attachment_1_W5bN9xD7RYgBGm0V.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 60px 100px;
  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;
}

.titelvideo-3 {
  background-image: linear-gradient(#0009, #0009);
  height: 500px;
  position: relative;
}

.inhalt-leistungen2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-width: auto;
  height: 100%;
  display: flex;
}

.inhalt-leistungen2.center {
  justify-content: center;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 40vh;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.karte1 {
  width: 100%;
  height: 800px;
  margin-top: 20px;
}

.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: Ubuntu, Helvetica, sans-serif;
}

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

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

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

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

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

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

.link-formular {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

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

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

.submit_button.flie-text {
  border: 1px solid var(--dark-slate-blue-2);
  background-color: var(--dark-slate-blue);
  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: Libre Franklin, sans-serif;
  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-1.hauptfarbe {
  margin-left: auto;
  margin-right: auto;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-3.flie-text.w--current {
  color: #fff;
  font-weight: 700;
}

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

.bold-text-10 {
  line-height: 1.3;
}

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

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

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

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

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

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

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

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

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

.white-link {
  color: #fff;
}

.opening-hours {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

._2-column-row {
  grid-template-rows: auto;
  width: 66%;
}

.faq-drodpown {
  border: 1px solid #afafaf;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.faq-button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  white-space: normal;
  width: 100%;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

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

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

.paragraph-links.flie-text {
  text-align: left;
}

.faq-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #bfbfbf;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  padding: 20px;
  display: flex;
}

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

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

.paragraph-links-list.flie-text.width {
  width: 80%;
  font-size: 15px;
}

.bold-text-11 {
  font-weight: 500;
}

.section-50 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.image-102-copy {
  object-fit: contain;
  background-color: #0000;
  width: auto;
  height: 60vh;
  position: relative;
}

.relative {
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.cell {
  justify-content: center;
}

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

.quick-stack {
  width: 90%;
}

.div-block-deco {
  text-align: center;
  border: 1px dashed #a1a1a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.lottiefile {
  filter: invert() grayscale();
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-mittig {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

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

.heading-center-small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 130%;
}

.heading-center-small.heading-font3.heading-color {
  margin-bottom: 40px;
}

.section-centered2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10vw;
  display: flex;
}

.image-55vh-2 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 55vh;
}

.div-block-centered {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 65vh;
  padding: 20px;
  position: relative;
}

.heading-center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.lottiefile-2 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.image-55vh-2-copy {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 55vh;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}

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

.div-content-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15vh 5vw;
  display: flex;
}

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

.whatsapp {
  z-index: 10;
  position: fixed;
  inset: auto auto 0% 0%;
}

.inhalt-div {
  z-index: 10;
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100.07%;
  height: 100%;
  padding: 20px;
  transition: all .4s;
  display: flex;
}

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

.social-icons {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-block {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  display: flex;
}

.image-104 {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

.code-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 20vw;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

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

  .main-section, .main-section.hauptfarbe {
    padding: 60px;
  }

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

  .heading-start2.heading-2 {
    margin-top: 10px;
    font-size: 28px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.3;
  }

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

  .mehr-erfahren1.highlights.flie-text {
    margin-top: 10px;
  }

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

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

  .mehr-erfahren2.zweitfarbe.flie-text:hover {
    color: #333;
    background-color: #fff;
  }

  .leistungsbild-1 {
    flex-direction: column;
    height: 70vh;
    display: flex;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .text-effekt3 {
    background-color: var(--dark-slate-blue);
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .4s;
    position: static;
  }

  .text-effekt3:hover {
    opacity: 1;
  }

  .kontaktaufnehmen2 {
    min-height: 35vh;
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .inhalt-leistungen2.center {
    align-items: center;
    padding-bottom: 0;
  }

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

  .hintergrund-fsklassen2.highlights {
    flex-direction: column;
    min-height: auto;
    padding: 20px;
  }

  .leistungen-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 70%;
    display: flex;
  }

  .leistungen-grid._100 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .success-2 {
    padding: 60px;
  }

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

  .sucess-blcok.highlights {
    width: 100%;
    padding: 60px;
  }

  .heading-22 {
    margin-bottom: 10px;
    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;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

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

  .field-label.flie-text, .submit_button.flie-text {
    font-size: 14px;
  }

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

  .html-embed-2._30vh {
    height: 20vh;
  }

  .nav-men-1.hauptfarbe {
    z-index: 1000;
    background-color: var(--dark-slate-blue);
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link-3.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

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

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 10px;
  }

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

  .content-wrapper {
    height: auto;
  }

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

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

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

  .image-100._50 {
    height: 50%;
  }

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

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

  ._2-column-row {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .faq-button {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

  .faq-div {
    width: 100%;
  }

  .section-50, .image-102-copy {
    height: 50vh;
  }

  .image-103 {
    height: 30vh;
  }

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

  .image-55vh {
    height: 50vh;
  }

  .heading-center-small.heading-font3.heading-color {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 100%;
  }

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

  .image-55vh-2 {
    height: 50vh;
  }

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

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

  .image-55vh-2-copy {
    height: 50vh;
  }

  ._2er-grid-4 {
    flex-direction: column;
    display: flex;
  }

  .div-content-centered.zweitfarbe {
    padding: 60px;
  }

  .social-icons {
    margin-right: 10px;
  }

  .link-block.highlights {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
  }

  .image-104 {
    width: 25px;
    height: 25px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .logo-img {
    width: 30vw;
  }

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

  .divblock1 {
    height: auto;
  }

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

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

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

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

  .main-section, .main-section.hauptfarbe {
    padding: 40px;
  }

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

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

  .heading-start2.heading-3.small {
    font-size: 16px;
  }

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

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

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

  .leistungsbild-1 {
    z-index: 1;
  }

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

  .kontaktaufnehmen2 {
    min-height: 30vh;
    padding: 40px;
  }

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

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

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

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

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

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

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

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

  .leistungen-grid {
    width: 100%;
  }

  .karte1 {
    height: 45vh;
  }

  .success-2 {
    height: auto;
    padding: 40px;
  }

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

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

  .heading-22 {
    margin-bottom: 10px;
  }

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

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

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .men-buttton1.hauptfarbe.w--open {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .content-wrapper, .content-wrapper.highlights {
    padding: 40px;
  }

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

  .content-grid {
    flex-direction: column;
    display: flex;
  }

  .faq-button {
    font-size: 14px;
  }

  .paragraph-links {
    padding-bottom: 40px;
  }

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

  .paragraph-links-list {
    padding-bottom: 40px;
  }

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

  .paragraph-links-list.flie-text.width {
    width: 90%;
  }

  .section-50, .image-102-copy {
    height: 40vh;
  }

  .image-55vh {
    height: 400px;
  }

  .section-centered2.zweitfarbe {
    padding: 40px;
  }

  .image-55vh-2 {
    height: 40vh;
  }

  .div-block-centered.highlights {
    min-height: auto;
  }

  .heading-center.heading-font1.farbe-der-headings {
    font-size: 22px;
  }

  .grid-21 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-55vh-2-copy {
    height: 40vh;
  }

  ._2er-grid-4 {
    flex-direction: column;
    display: flex;
  }

  .div-content-centered.zweitfarbe {
    padding: 40px;
  }

  .whatsapp {
    z-index: 12;
  }

  .inhalt-div {
    z-index: 9;
  }

  .social-icons {
    z-index: 110;
    inset: auto 0% 0% auto;
  }

  .link-block.highlights {
    width: 35px;
    height: 35px;
  }

  .image-104 {
    width: 22px;
    height: 22px;
  }

  .div-block-43 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .logo-img {
    width: 40vw;
  }

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

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

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

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

  .video2 {
    height: 100%;
  }

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

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

  .main-section, .main-section.hauptfarbe {
    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;
  }

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

  .mehr-erfahren1.highlights.flie-text {
    min-width: 10vw;
  }

  .paragraph-mitig.flie-text.unten {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .inhalt-leistungen2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hintergrund-fsklassen2.highlights {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .karte1 {
    height: 40vh;
  }

  .impdat-3 {
    padding: 20px;
  }

  .success-2, .sucess-blcok.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .html-embed-2._30vh {
    height: 20vh;
  }

  .men-buttton1.hauptfarbe.w--open {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

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

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

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

  .opening-hours {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-drodpown {
    z-index: 0;
  }

  .faq-button {
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .faq-div {
    padding: 10px;
  }

  .paragraph-links-list.flie-text.width {
    width: 100%;
    padding-left: 20px;
    line-height: 1.4;
  }

  .image-103 {
    object-fit: contain;
    height: auto;
  }

  .div-block-deco {
    padding: 10px;
  }

  .heading-center-small.heading-font3.heading-color {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .section-centered2 {
    padding: 20px 5vw;
  }

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

  .image-55vh-2 {
    height: 35vh;
  }

  .div-block-centered.highlights {
    padding: 10px;
  }

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

  .grid-21 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .image-55vh-2-copy {
    height: 35vh;
  }

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

  .whatsapp {
    z-index: 12;
  }

  .inhalt-div {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .left-cell {
    align-items: center;
  }
}

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

#w-node-_2c900687-9cb6-640a-4976-1efa0ed2d657-a057bcf9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_6049e712-29a1-74fa-f444-bdefdda2e8e0-a057bd0b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bd97f962-3b7f-2cc6-0130-4c4a359f3d1a-a057bd0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0db475d-da9b-d890-5df6-0917e8405270-a057bd0e {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6ac5877a-7883-a73e-9686-bf5b6a61b5e2-a057bd18 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-eb91024d-b78e-c00d-ee2d-db5fd52c0e82-c26c84fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6049e712-29a1-74fa-f444-bdefdda2e8e0-a057bd0b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a63f7ff-ffc5-1939-57b0-422f66164013-a057bcda {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e0db475d-da9b-d890-5df6-0917e8405270-a057bd0e {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


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