:root {
  --black: #333;
  --dodger-blue: #0094dd;
  --yellow: #fef400;
  --white-smoke: #f4f4f4;
  --alice-blue: #f0faff;
  --blue-2: #4b1fe6;
  --medium-blue: #2f08b6;
  --blue: #2e2eff;
  --cyan: #34ebf9;
}

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

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

a {
  color: var(--black);
  text-decoration: none;
}

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

.utility-page-wrap.hauptfarbe {
  background-image: none;
}

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

.utility-page-content._404 {
  width: 50%;
  position: static;
}

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

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

.logo-img {
  height: 110px;
  object-fit: contain;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.w--current {
  padding-bottom: 20px;
}

.logo.ber-button {
  position: fixed;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.heading-logo.flie-text {
  color: var(--dodger-blue);
  text-align: left;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

.email.white {
  color: #fff;
}

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

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

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

.heading-1 {
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.heading-2 {
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.flie-text.white {
  color: #fff;
}

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

.navbar1 {
  z-index: 1000;
  width: 100%;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.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 {
  width: auto;
  height: auto;
  text-align: center;
  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;
}

.titel-slider {
  height: 80vh;
  position: relative;
}

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

.overlay-video-div {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.slogan-2.heading-1 {
  font-family: PT Sans, sans-serif;
  font-size: 70px;
  line-height: 1.3;
}

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

.startseite2.zweitfarbe {
  background-color: var(--white-smoke);
}

.startseite2.smokewhite {
  background-color: #f6f6f6;
}

.startseite2.highlights {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.main-heading.heading-2 {
  width: auto;
  text-align: center;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
}

.main-heading.heading-2.farbe-der-headings {
  width: auto;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.1;
}

.main-heading.heading-2.center {
  text-align: center;
}

.main-heading.heading-2.shadow {
  text-shadow: 0 0 3px rgba(0, 0, 0, .45);
  font-size: 65px;
}

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

.paragraph.flie-text {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.paragraph.flie-text.left {
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
}

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

.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 {
  padding-top: 15px;
  padding-bottom: 12px;
  line-height: 1.5;
}

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

.mehr-erfahren1.highlights.flie-text {
  background-color: var(--dodger-blue);
  margin-top: 40px;
  line-height: 1.5;
}

.mehr-erfahren1.highlights.flie-text:hover {
  background-color: var(--dodger-blue);
  transform: scale(1.1);
}

.inhalt-service2 {
  padding: 0 0;
  overflow: hidden;
}

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

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

.kontaktaufnehmen2 {
  color: #fff;
  background-image: url('../images/YUN_0025.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 200px;
  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 {
  height: 500px;
  position: relative;
}

.heading-start2-2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  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;
}

.galerie2 {
  padding: 100px 10%;
}

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

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/katalog2019-presse-flug-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

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

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

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

.sucess-blcok.highlights {
  background-color: var(--dodger-blue);
  color: #fff;
  border-style: none;
}

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

.footer1-wrapper {
  width: 100%;
  height: 100%;
  color: var(--black);
  justify-content: space-between;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.footer-1.hauptfarbe1 {
  background-color: var(--dodger-blue);
  color: #fff;
  padding: 0;
}

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

.heading-footer.heading-3 {
  font-weight: 700;
}

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

.center-div {
  z-index: 1;
  width: 80%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.navigation-link {
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  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;
  width: 100%;
  min-height: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

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

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

.left-part {
  z-index: 3;
  height: 100%;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  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 {
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
}

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

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

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

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

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quote-wrapper {
  z-index: 9;
  width: 450px;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  width: 0%;
  height: 100%;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.form {
  width: 100%;
}

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

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

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

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

.balck-link.white {
  color: #fff;
}

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

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

.footer-link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

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

.navbar-6 {
  width: 100%;
}

.navbar-6.zweitfarbe {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

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

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

.nav-link-3.flie-text {
  color: var(--dodger-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  transition: all .4s;
}

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  color: var(--dodger-blue);
}

.nav-link-3.flie-text.rechts {
  padding-right: 20px;
}

.lightbox-1 {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

.image-wrapper._50vh {
  height: 50vh;
  flex-direction: column;
  position: relative;
}

.image-wrapper._200 {
  height: 24vh;
  position: relative;
}

.image-wrapper._35vh {
  height: 35vh;
  border: 1px solid rgba(0, 0, 0, .13);
}

.image-wrapper.auto {
  height: 50vh;
  flex-direction: column;
  position: relative;
}

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

.image-wrapper-large.padding {
  height: auto;
  justify-content: flex-start;
  padding: 0;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  padding: 5vh 10vw;
}

.content-grid.blue {
  background-color: var(--alice-blue);
}

.content-grid.blue.oben {
  align-items: start;
}

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

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

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

.image-100.contain.black {
  background-color: #030302;
}

.image-100.margin {
  width: 85%;
  height: 30vh;
  margin-bottom: 20px;
}

.image-100.margin.top {
  object-fit: cover;
  object-position: 50% 0%;
}

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

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

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

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

.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;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.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;
  top: 80px;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

.banner-slider {
  width: 100%;
  height: 100%;
}

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

.slider-image.contain {
  object-fit: contain;
  background-color: #fff;
  position: relative;
}

.slider-image.contain.no_bg {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

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

.grid._3-col {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._3-col._100 {
  width: 100%;
  margin-top: 40px;
}

.icons {
  height: 10vh;
  object-fit: contain;
}

.small-heading {
  font-family: PT Sans, sans-serif;
}

.small-heading.heading-3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.link-div {
  width: auto;
  min-width: 15vw;
  background-color: var(--alice-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
}

.link-div:hover {
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, .2);
}

.youtube-video {
  height: 60vh;
}

.youtube-video.width {
  width: 94%;
}

.slider {
  width: 85%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0);
}

.slider.margin {
  height: 30vh;
  margin-bottom: 20px;
}

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

.small-image {
  height: 20vh;
  object-fit: cover;
  margin-bottom: 20px;
}

._4-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 7vw 5vw;
}

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

.dropdown-block {
  width: 100%;
}

.dropdown-block.top-margin.center {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.dropdown-button {
  background-color: var(--dodger-blue);
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-content-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.list {
  width: 100%;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
}

.list-item.flie-text {
  margin-bottom: 5px;
}

.link-6 {
  color: var(--blue-2);
}

.dropdown-button-2 {
  background-color: var(--dodger-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.text-block {
  font-family: Quicksand, sans-serif;
}

.absolute-img {
  width: 100%;
  height: 100%;
  filter: blur(5px);
  object-fit: cover;
  position: absolute;
}

.dropdown-list-13 {
  background-color: var(--blue-2);
}

.dropdown-list-13.w--open {
  z-index: 1000;
  background-color: var(--medium-blue);
}

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

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

.icons-holder {
  padding: 10px 140px;
}

.icons-holder.hauptfarbe {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.icon-link {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  padding: 8px;
}

.icon-wrap {
  grid-column-gap: 8px;
  display: flex;
}

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

.gallery-block {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.gallery-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-full {
  height: 50vh;
}

.gallery-col-4 {
  height: 50vh;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-button-3 {
  color: #fff;
  background-color: #0094dd;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

.drodown-link.flie-text {
  font-size: 15px;
  transition: all .4s;
}

.drodown-link.flie-text:hover, .drodown-link.flie-text.w--current {
  color: var(--dodger-blue);
}

.adj-grid {
  width: 66%;
  grid-template-rows: auto;
  margin-top: 16px;
}

.gallery-block-1 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.gallery-section-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  margin-right: 10px;
}

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

.paragraph-list.flie-text {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.paragraph-list.flie-text.left {
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
}

.inhalt-service3 {
  padding: 0 0;
  overflow: hidden;
}

.inhalt-service3.blue {
  background-color: rgba(46, 46, 255, .07);
}

.grid-17 {
  width: 100%;
}

.success-txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .logo-img {
    height: 77px;
    object-fit: contain;
  }

  .logo {
    margin-right: auto;
  }

  .logo.w--current {
    padding-bottom: 10px;
  }

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

  .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .titel-slider {
    height: 60vh;
  }

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

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

  .startseite2.highlights {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .main-heading.heading-2 {
    font-size: 45px;
  }

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

  .main-heading.heading-2.shadow {
    font-size: 40px;
  }

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

  .paragraph.flie-text.left {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph.flie-text.left.mobil {
    margin-bottom: 0;
  }

  .paragraph.flie-text.left.white {
    text-align: center;
    margin-bottom: 0;
  }

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

  .serviceangebote2 {
    width: 90%;
  }

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

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

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

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

  .galerie2 {
    padding: 60px;
  }

  .karte1 {
    width: 100%;
  }

  .impdat-3 {
    padding: 60px;
  }

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

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

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

  .footer1-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

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

  .inhalt-footer {
    align-items: center;
  }

  .center-div {
    width: 100%;
  }

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

  .footer-link {
    font-size: 14px;
  }

  .nav-men-1 {
    z-index: 10000;
    background-color: var(--dodger-blue);
    padding-left: 10px;
    padding-right: 10px;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link-3.flie-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }

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

  .nav-link-3.flie-text.w--current {
    color: var(--white-smoke);
    font-size: 14px;
    font-weight: 700;
  }

  .nav-link-3.flie-text.rechts {
    width: 100%;
    padding-left: 0;
  }

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

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

  .content-wrapper {
    width: 100%;
    align-items: center;
    padding: 0;
  }

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

  .content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 60px;
    display: flex;
  }

  .content-grid.blue {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-100.margin {
    width: 100%;
  }

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

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

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

  .grid._3-col {
    margin-top: 10px;
  }

  .link-div {
    min-width: auto;
  }

  .youtube-video {
    height: 50vh;
  }

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

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }

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

  .dropdown-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-content-3.w--open {
    padding-right: 0;
  }

  .list {
    font-size: 14px;
  }

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

  .dropdown-list-13.w--open {
    background-color: var(--blue);
    position: static;
  }

  .footer-content {
    padding: 20px 60px;
  }

  .icons-holder.hauptfarbe {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    padding: 10px 20px;
  }

  .icon-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .gallery-block {
    margin-top: 20px;
  }

  .gallery-section, .gallery-col-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .adj-grid {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

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

  .dropdown-15 {
    width: 100%;
  }

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

  .paragraph-list.flie-text.left {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .inhalt-service3.blue {
    padding: 60px;
  }

  .grid-17 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

  .success-txt {
    font-size: 26px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .logo.w--current {
    padding-bottom: 10px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .titel-slider {
    height: 55vh;
  }

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

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

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

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

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

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

  .main-heading.heading-2.shadow {
    font-size: 35px;
  }

  .paragraph {
    padding-bottom: 40px;
  }

  .paragraph.flie-text, .paragraph.flie-text.left, .paragraph.flie-text.left.white {
    padding-bottom: 0;
  }

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

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

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

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

  .galerie2 {
    padding: 40px;
  }

  .karte1 {
    height: 45vh;
  }

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

  .impdat-3 {
    padding: 40px;
  }

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

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

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

  .inhalt-footer {
    text-align: center;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .nav-link-3.flie-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lightbox-1 {
    height: 100%;
  }

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

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

  .image-wrapper.auto {
    height: 100%;
  }

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

  .content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 40px;
  }

  .content-grid.blue {
    padding: 40px;
  }

  .image-100.margin {
    height: 45vh;
  }

  .icons {
    height: 9vh;
  }

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

  .slider {
    height: 100%;
  }

  .slider.margin {
    height: 45vh;
  }

  ._4-column-grid, ._3er-grid {
    flex-direction: column;
    display: flex;
  }

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

  .dropdown-button-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .icon-link {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    display: flex;
  }

  .gallery-block {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .gallery-section {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .gallery-full {
    width: 100%;
    height: 100%;
  }

  .gallery-col-4 {
    height: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .gallery-block-1 {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .gallery-section-3 {
    flex-direction: column;
    display: flex;
  }

  .slide-nav {
    font-size: 10px;
  }

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

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

  .inhalt-service3.blue {
    padding: 40px;
  }

  .success-txt {
    font-size: 21px;
    line-height: 30px;
  }
}

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

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

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

  .logo {
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .logo.w--current {
    padding-bottom: 7px;
  }

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

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

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

  .titel-slider {
    height: 45vh;
  }

  .video2 {
    height: 100%;
  }

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

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

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

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

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

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

  .main-heading.heading-2.shadow {
    font-size: 26px;
  }

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

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

  .mehr-erfahren1.hauptfarbe.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

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

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

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

  .footer1-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .navbar-6.zweitfarbe {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0%;
    padding-right: 0%;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton1.hauptfarbe.w--open {
    box-shadow: inset 0 0 4px 0 var(--yellow);
  }

  .image-wrapper.auto {
    height: auto;
  }

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

  .image-wrapper-large.auto {
    height: auto;
  }

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

  .content-grid.blue {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .icons {
    height: 7vh;
  }

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

  .youtube-video {
    height: 45vh;
  }

  .slider {
    height: 100%;
  }

  .dropdown-button {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .gallery-col-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dropdown-button-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-nav {
    font-size: 9px;
  }

  .icon-2 {
    margin-left: 7px;
    font-size: 25px;
  }

  .icon-3 {
    margin-right: 7px;
    font-size: 25px;
  }

  .paragraph-list.flie-text, .slide-nav-2 {
    font-size: 12px;
  }

  .inhalt-service3.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav-3 {
    font-size: 8px;
  }

  .success-txt {
    font-size: 19px;
    line-height: 26px;
  }
}

#w-node-_4bac9ab2-5cdd-43b7-c840-1a064bdfa84c-0361de0a, #w-node-_114397e2-beb6-cc8a-8411-cba6f9760bb7-0361de0a, #w-node-ce43f8cf-2deb-3b01-57b7-076ad492ad9d-0361de0a, #w-node-abc09856-752d-00fe-fad4-3e16315204be-0361de0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3e6b8ba-0ce5-db6d-b65a-0cd70f9dae34-0361de0a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d3e77774-ca4b-03ad-fe25-ab68c4417bd1-3e61de1b, #w-node-_49d4f224-7b07-2d40-a4e1-c683e777587a-3e61de1b, #w-node-d835b9db-a391-a3be-d30c-90d0f2bfb57b-3e61de1b, #w-node-_1f67b581-9a27-8ec0-39c9-4f225eb5dbf1-3e61de1b, #w-node-_7607158a-25e8-ccac-7fbd-d6282818850e-3e61de1b, #w-node-_07ec3a63-e429-848d-c9b1-b7acbcde9623-3e61de1b, #w-node-e44b874a-96d4-7c5d-816b-d092e81efc50-3e61de1b, #w-node-_9865dd95-4496-9b88-8920-cfc4876521b7-3e61de1b, #w-node-_0a059907-eae9-de53-a9af-f25091d5d819-3e61de1b, #w-node-_3ed1213d-9f62-0d08-4306-ee7693083ff4-3e61de1b, #w-node-_2d0d51f1-ac99-dfa6-5c99-6ed8b3fad377-3e61de1b, #w-node-_5d2ad036-4e83-df9c-3bf8-724a5044cdcc-3e61de1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_929ce5c7-0a39-1d06-4286-61ea52845b1d-3e61de1b {
  grid-area: 6 / 2 / 7 / 2;
}

#w-node-_92bb1c5b-9217-1fd7-7fe3-8a9407644b51-7f44a08d, #w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-7f44a08d, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-7f44a08d, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-7f44a08d, #w-node-_8527beab-0857-f458-f6a9-e1d086dbbb7d-7f44a08d, #w-node-_8527beab-0857-f458-f6a9-e1d086dbbb87-7f44a08d, #w-node-_612a68e9-e689-ca44-6d73-f16ec9d4abc7-7f44a08d, #w-node-_612a68e9-e689-ca44-6d73-f16ec9d4abd2-7f44a08d, #w-node-_92bb1c5b-9217-1fd7-7fe3-8a9407644b51-291517a1, #w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-291517a1, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-291517a1, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-291517a1, #w-node-bb333b58-2c16-0c1c-7d31-68f92161c0df-291517a1, #w-node-bb333b58-2c16-0c1c-7d31-68f92161c0fb-291517a1, #w-node-bb333b58-2c16-0c1c-7d31-68f92161c117-291517a1, #w-node-bb333b58-2c16-0c1c-7d31-68f92161c119-291517a1, #w-node-bb333b58-2c16-0c1c-7d31-68f92161c11b-291517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb333b58-2c16-0c1c-7d31-68f92161c11d-291517a1 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_817108bb-d671-7725-b39f-1791b5ee4cda-291517a1, #w-node-_817108bb-d671-7725-b39f-1791b5ee4cec-291517a1, #w-node-_7d04d7c2-5ec2-1cf7-7cfc-9f21ef74a2b8-291517a1, #w-node-_7d04d7c2-5ec2-1cf7-7cfc-9f21ef74a2ac-291517a1, #w-node-_244ec820-bc47-83e3-01e6-2380aaffaba7-0e8372cd, #w-node-_244ec820-bc47-83e3-01e6-2380aaffabb5-0e8372cd, #w-node-_244ec820-bc47-83e3-01e6-2380aaffabbe-0e8372cd, #w-node-_244ec820-bc47-83e3-01e6-2380aaffabc9-0e8372cd, #w-node-bfddbf77-6343-67dc-ec85-da3850ef5604-0e8372cd, #w-node-bfddbf77-6343-67dc-ec85-da3850ef5610-0e8372cd, #w-node-_9a55d2ac-55e7-b077-233e-ac622a5dd7e7-0e8372cd, #w-node-_9a55d2ac-55e7-b077-233e-ac622a5dd7ea-0e8372cd, #w-node-_9a55d2ac-55e7-b077-233e-ac622a5dd7ed-0e8372cd, #w-node-_9a55d2ac-55e7-b077-233e-ac622a5dd7f0-0e8372cd, #w-node-_9a55d2ac-55e7-b077-233e-ac622a5dd7f5-0e8372cd, #w-node-_9a55d2ac-55e7-b077-233e-ac622a5dd7f8-0e8372cd, #w-node-_9a55d2ac-55e7-b077-233e-ac622a5dd7fb-0e8372cd, #w-node-_9a55d2ac-55e7-b077-233e-ac622a5dd7fe-0e8372cd, #w-node-_5a4e90af-e4a0-eafe-c096-652cdb697c03-0e8372cd, #w-node-_5a4e90af-e4a0-eafe-c096-652cdb697c04-0e8372cd, #w-node-_5a4e90af-e4a0-eafe-c096-652cdb697c0d-0e8372cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a4e90af-e4a0-eafe-c096-652cdb697c07-0e8372cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21e5b4fc-583b-6315-3141-23e0e45b7e98-0e8372cd, #w-node-d6149a73-77c9-4c52-6e19-99817c3bc2d5-0e8372cd, #w-node-_19804bd4-697f-df68-c3eb-f21dc4643a30-0e8372cd, #w-node-_94604ff2-596d-2800-99d0-e888f653bb34-0e8372cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bef1343-b6c0-9648-d712-44adabe29700-0e8372cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4438f769-a1ff-9365-dbb6-4c964ac94900-0e8372cd, #w-node-_4438f769-a1ff-9365-dbb6-4c964ac94903-0e8372cd, #w-node-_4438f769-a1ff-9365-dbb6-4c964ac94906-0e8372cd, #w-node-_4438f769-a1ff-9365-dbb6-4c964ac94909-0e8372cd, #w-node-_3c428a8e-ae48-6384-c22b-765a76b571e4-0e8372cd, #w-node-_3c428a8e-ae48-6384-c22b-765a76b571e7-0e8372cd, #w-node-_3c428a8e-ae48-6384-c22b-765a76b571ea-0e8372cd, #w-node-_3c428a8e-ae48-6384-c22b-765a76b571ed-0e8372cd, #w-node-c3bbbab8-8097-529f-0776-773914e030dd-0e8372cd, #w-node-c3bbbab8-8097-529f-0776-773914e030e0-0e8372cd, #w-node-c3bbbab8-8097-529f-0776-773914e030e3-0e8372cd, #w-node-c3bbbab8-8097-529f-0776-773914e030e6-0e8372cd, #w-node-d55b53ed-3e72-ef26-55ab-63d7a7feafc9-0e8372cd, #w-node-d55b53ed-3e72-ef26-55ab-63d7a7feafcc-0e8372cd, #w-node-d55b53ed-3e72-ef26-55ab-63d7a7feafcf-0e8372cd, #w-node-d55b53ed-3e72-ef26-55ab-63d7a7feafd2-0e8372cd, #w-node-_3ddec116-c2ed-91da-6ca3-d2f13db3d7b6-0e8372cd, #w-node-_3ddec116-c2ed-91da-6ca3-d2f13db3d7b9-0e8372cd, #w-node-_3ddec116-c2ed-91da-6ca3-d2f13db3d7bc-0e8372cd, #w-node-_3ddec116-c2ed-91da-6ca3-d2f13db3d7bf-0e8372cd, #w-node-_6a106484-90c0-f174-24f0-fdae52b9af84-0e8372cd, #w-node-_6a106484-90c0-f174-24f0-fdae52b9af87-0e8372cd, #w-node-_6a106484-90c0-f174-24f0-fdae52b9af8a-0e8372cd, #w-node-_6a106484-90c0-f174-24f0-fdae52b9af8d-0e8372cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eb6a92-1b84-90a1-3b64-bc3501ac279b-0e8372cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a67b897-f499-0034-9db8-2f66a6bf3e49-0e8372cd, #w-node-c08cc1b3-dcc9-a593-900d-e5fe713ebaa0-0e8372cd, #w-node-e08c3fe4-bb3a-db9d-9c07-ae311c80c046-df6b20e5, #w-node-e08c3fe4-bb3a-db9d-9c07-ae311c80c05d-df6b20e5, #w-node-_563d4004-04f5-45c0-4a8c-90fd57e15917-df6b20e5, #w-node-_563d4004-04f5-45c0-4a8c-90fd57e15925-df6b20e5, #w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-df6b20e5, #w-node-c9f09594-5ca2-3637-a838-884e3eab464d-df6b20e5, #w-node-_60832a05-c911-cbcb-587b-98b0577aaf9c-df6b20e5, #w-node-_60832a05-c911-cbcb-587b-98b0577aaf88-df6b20e5, #w-node-e7247cc9-1eee-8b09-0b64-a1597d23e201-df6b20e5, #w-node-e7247cc9-1eee-8b09-0b64-a1597d23e215-df6b20e5, #w-node-_98a02f66-5547-716f-42b7-4590c3e30f02-df6b20e5, #w-node-_98a02f66-5547-716f-42b7-4590c3e30f07-df6b20e5, #w-node-_886a8d04-4285-9657-9f7b-3d78c9db0146-df6b20e5, #w-node-_886a8d04-4285-9657-9f7b-3d78c9db0141-df6b20e5, #w-node-bf801a30-05e1-665a-e75d-0d79f501a18a-df6b20e5, #w-node-bf801a30-05e1-665a-e75d-0d79f501a188-df6b20e5, #w-node-_1f4779c2-0ea9-c995-3449-61651efe586b-df6b20e5, #w-node-_1f4779c2-0ea9-c995-3449-61651efe586e-df6b20e5, #w-node-_1f4779c2-0ea9-c995-3449-61651efe5871-df6b20e5, #w-node-_1f4779c2-0ea9-c995-3449-61651efe5874-df6b20e5, #w-node-_1f4779c2-0ea9-c995-3449-61651efe5882-df6b20e5, #w-node-_1f4779c2-0ea9-c995-3449-61651efe5888-df6b20e5, #w-node-_9d683b26-28f5-7e78-b59a-c6a50af8e07c-df6b20e5, #w-node-_4069dfe8-6551-0b75-9ae8-b58fc53dea48-df6b20e5, #w-node-_3e10ebba-6913-e25a-2f74-84c38e5d8ff8-d947bac8, #w-node-c216aca6-6b18-b94e-027f-359b05741cd9-d947bac8, #w-node-cc5c1560-3137-9534-2737-d444767e4c1c-d947bac8, #w-node-_61c50660-4d7e-a161-f0cc-d30ec0d859be-d947bac8, #w-node-_631bdcc1-a2eb-e4ed-cc47-353783c4b774-d947bac8, #w-node-_5ea9501b-cf47-c838-2d9f-424d90352d63-d947bac8, #w-node-_6699d1ef-7afa-e888-bac6-c8ede5603f8e-d947bac8, #w-node-d5c0ac82-5d00-ba83-afce-3be0bbf4e906-d947bac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fda947e-04ac-4bf3-c39d-09e5f26c4933-d947bac8 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-_5b40e829-08f6-2714-739e-166620c7bc07-d947bac8 {
  grid-area: 3 / 3 / 4 / 3;
}

#w-node-_1d3c9523-af14-e925-fcbe-b2e3847a7fea-d947bac8, #w-node-e0e54d25-7c8d-c9c0-de1b-cfea23f5fa86-d947bac8, #w-node-e0e54d25-7c8d-c9c0-de1b-cfea23f5fa8c-d947bac8, #w-node-b44b0707-3cdc-62ab-62c6-f5080b0b945b-d947bac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e54d25-7c8d-c9c0-de1b-cfea23f5fa8f-d947bac8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e86e2e9-1b4d-233c-1970-75a91a6bff42-d947bac8, #w-node-_6e86e2e9-1b4d-233c-1970-75a91a6bff46-d947bac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e86e2e9-1b4d-233c-1970-75a91a6bff4a-d947bac8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b67254-cd383cd5, #w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b6725a-cd383cd5, #w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b67257-cd383cd5, #w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b67243-cd383cd5, #w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b67246-cd383cd5, #w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b67249-cd383cd5, #w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b6724c-cd383cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b67251-cd383cd5 {
  grid-area: 5 / 2 / 6 / 2;
}

#w-node-d3ebf52a-160c-7e79-63c1-854553028fe8-22169da0 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_60a90b41-da9a-338c-4263-208d3d92f81c-22169da0, #w-node-_60a90b41-da9a-338c-4263-208d3d92f82e-22169da0, #w-node-a22c9b4c-1e06-fb9b-12db-d68df3d3547d-22169da0, #w-node-e0414e39-6911-559c-7b08-1becf78d630d-22169da0, #w-node-_46a18817-8a2f-e821-ea71-80511e1d444a-22169da0, #w-node-_454b9fab-09f4-8a17-c568-b08fd1bf9d52-22169da0, #w-node-_152eef52-8d1e-99c5-1c06-2898bc6a6c4a-22169da0, #w-node-_3cc443e5-fc96-23aa-25c6-3c77de2542ff-22169da0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e72c140-5bd3-a229-ef01-f1f95f3ed121-22169da0 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_9253e5dd-8af1-94d2-8524-3ce99d1d7349-22169da0, #w-node-d3bb764c-bf1a-b49a-c2ad-2b61e0fd700a-22169da0, #w-node-d3bb764c-bf1a-b49a-c2ad-2b61e0fd7013-22169da0, #w-node-_6a33815d-1c2b-1e3c-ae17-b7fdba21f743-22169da0, #w-node-cacfd136-c528-5506-80fb-4de0393e2342-22169da0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8fda947e-04ac-4bf3-c39d-09e5f26c4933-d947bac8, #w-node-_5b40e829-08f6-2714-739e-166620c7bc07-d947bac8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd9c7124-51c2-55d4-df4d-8bd8c6b6724c-cd383cd5 {
    grid-column: span 2 / span 2;
  }
}


@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;
}
@font-face {
  font-family: 'Fontspring Demo Breulgroteskb Bold';
  src: url('../fonts/Fontspring-DEMO-breulgroteskb-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}