@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: #b8d6cc;
  --main: #0b675f;
  --white: white;
  --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;
}

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);
  background-image: linear-gradient(90deg, var(--main), 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;
  height: 15vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

.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 {
  background-color: var(--main);
  color: #fff;
}

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

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

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

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

.navbar1 {
  z-index: 999999;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  position: sticky;
  top: 0%;
}

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

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

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

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

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

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

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

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

.men-2 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-start2.heading-2, .heading-start2.heading-2.farbe-der-headings {
  line-height: 1.3;
}

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

.text2.flie-text {
  font-size: 19px;
  line-height: 1.5;
}

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

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

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

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

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

.inhalt-service2 {
  overflow: hidden;
}

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

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

.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: 20px;
  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(--main);
}

.mehr-erfahren2.hauptfarbe.flie-text {
  color: var(--white);
  transition-duration: .5s;
}

.mehr-erfahren2.hauptfarbe.flie-text:hover {
  border: 1px solid var(--main);
  background-color: var(--highlights);
  color: var(--black);
}

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

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

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

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

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

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

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

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

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/vorort11.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  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;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  position: relative;
}

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

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

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

.warumwir2.heading-3.farbe-der-headings {
  color: var(--white);
}

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

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/man-veiwing-glasses-in-mirror.webp');
  background-position: 0 0, 50% 0;
  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 {
  color: #fff;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Quicksand, 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;
  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;
}

.ciontent-wrap {
  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);
  font-family: Quicksand, sans-serif;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}

.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;
  display: inline-block;
  padding: 6px 0;
}

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

.nav-men-1.highlights {
  z-index: 10000;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navbar-6 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navbar-6.hauptfarbe {
  padding-left: 6vw;
  padding-right: 6vw;
}

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

.navbar-6.highlights {
  padding-left: 6vw;
  padding-right: 1vw;
}

.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: 16px;
}

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

.container-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: 0;
}

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

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

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

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

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

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

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

.image-100.contain:hover {
  transform: none;
}

._3er-grid1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.icon-1 {
  color: #000;
  object-fit: contain;
  width: 2.6vw;
  margin-top: 10px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
}

.div-block-wei-1 {
  background-color: var(--highlights);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.section-gro-e-abst-nde-1 {
  padding: 60px 150px;
}

.heading-klein-linksb-ndig1 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
}

.heading-klein-linksb-ndig1.heading-1 {
  line-height: 1.3;
}

.heading-klein-linksb-ndig1.heading-1.kleiner {
  font-size: 18px;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

.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;
  position: fixed;
  inset: 25% auto auto 0%;
}

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

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

.testimonial-text-block {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

.dropdown-content {
  background-color: #fff;
  padding-top: 30px;
  position: static;
  overflow: hidden;
}

.dropdown-content.w--open {
  background-color: #fff;
}

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

.text-block-2 {
  margin-right: 10px;
  font-family: Quicksand, sans-serif;
}

.grid-col-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 20px;
  display: grid;
}

.testimonial {
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 0 6px #d7d7d7;
}

.testimonial-button {
  background-color: var(--main);
  color: var(--white);
  padding-left: 30px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.profile-picture {
  width: 100%;
  height: 50vh;
  padding-top: 10px;
  overflow: hidden;
}

.testimonial-dropdown {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px 0;
  font-size: 16px;
  display: flex;
}

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

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

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

.accordion-tab-button-25 {
  background-color: var(--main);
  width: 25%;
  min-width: 150px;
  height: auto;
  min-height: auto;
  color: var(--white);
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 10px;
  transition: transform .2s;
  display: flex;
}

._4er-grid1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.link-block {
  color: var(--white);
  text-decoration: none;
}

.div-block-wei-green {
  background-color: var(--main);
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.link-6 {
  color: var(--white);
  text-decoration: none;
}

.link-7 {
  color: #333;
  text-decoration: none;
}

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  width: 50%;
  margin-top: 10px;
}

.grid-header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 25px;
  grid-template-columns: 25px 1fr;
  align-items: center;
}

.navbar-top {
  background-color: var(--main);
  justify-content: space-between;
  width: 100%;
  padding: 10px 6vw;
  display: flex;
}

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

.icon-100.invert {
  filter: invert();
}

.icon-100.filter {
  filter: grayscale() brightness(244%);
}

.nav-small {
  margin-bottom: 5px;
}

.nav-small.paragraph-font {
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
}

.nav-small.paragraph-font.kleiner {
  font-size: 13px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.termine-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 7px 12px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.termine-button:hover {
  background-color: #2e2e2e;
}

.termine-button.highlights.flie-text {
  color: var(--black);
  font-weight: 600;
  line-height: 1.5;
}

.termine-button.highlights.flie-text:hover {
  background-color: var(--main);
  color: var(--white);
  border: 1px solid #fff;
}

.social-icons {
  object-fit: contain;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}

.link-block-3 {
  background-color: var(--main);
  border-radius: 100%;
}

.social-button {
  z-index: 999999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 1% 30% auto;
}

.link-block-4 {
  min-height: 30vh;
  color: var(--black);
  text-decoration: none;
}

.slider-6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55vh;
  margin-top: 40px;
  margin-bottom: 60px;
}

.slide-14 {
  width: 20%;
  margin-left: 20px;
}

.slider-div {
  border: 3px solid var(--main);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vh;
  padding: 40px 20px;
  display: flex;
}

.left-arrow-2 {
  z-index: 999;
}

.slide-nav-4 {
  display: block;
  bottom: 15%;
}

.section-gro-e-abst-nde-no-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.bold-text-11, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  font-size: 16px;
}

.container-9 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  min-width: 80%;
  display: flex;
}

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

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

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

.nav-link-4.flie-text {
  margin-left: 0;
  margin-right: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.nav-link-4.flie-text:hover, .nav-link-4.flie-text.w--current {
  color: var(--main);
}

.logo-images {
  object-fit: contain;
  width: 10rem;
}

.logo-images.opacity {
  opacity: .64;
}

.logo-images-3 {
  object-fit: contain;
  width: 15rem;
}

.logo-images-3.opacity {
  opacity: .85;
}

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

.wrapp {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 110px;
    height: auto;
  }

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

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

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

  .startseite2 {
    padding: 60px;
  }

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

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

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

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

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

  .leistungsbild-1 {
    height: 45vh;
  }

  .serviceangebote2 {
    width: 90%;
  }

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

  .inhaltstartseite2 {
    padding: 60px;
  }

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

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

  .leistungsgrid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

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

  .karte1 {
    width: 100%;
  }

  .kontakt2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .impdat-3 {
    padding: 60px;
  }

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

  .heading-22 {
    font-size: 29px;
    line-height: 2.3rem;
  }

  .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;
    justify-items: center;
    padding-bottom: 10px;
    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;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ciontent-wrap {
    width: 100%;
  }

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

  .nav-men-1.highlights {
    box-shadow: inset 0 2px 16px -3px var(--main);
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar-6.highlights {
    padding-left: 30px;
    padding-right: 30px;
  }

  .men-buttton1.hauptfarbe {
    margin-left: auto;
  }

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

  .content-wrapper, .content-wrapper.highlights {
    height: auto;
  }

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

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

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

  .image-100.contain.white {
    background-color: #fff;
  }

  ._3er-grid1 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

  .icon-1 {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-gro-e-abst-nde-1, .section-gro-e-abst-nde-1.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-klein-linksb-ndig1.heading-1 {
    text-align: center;
  }

  .inhalt-untereinander1 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .text-linksb-ndig1.flie-text {
    text-align: center;
    font-size: 16px;
  }

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

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

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

  .testimonial {
    padding: 20px;
  }

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

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

  .accordion-pane {
    width: 100%;
  }

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

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .accordion-tab-button-25 {
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  ._4er-grid1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .div-block-wei-green {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  ._2er-grid {
    flex-flow: row;
    margin-top: 0;
    display: flex;
  }

  .grid-header.hide {
    display: none;
  }

  .navbar-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-small {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .social-icons {
    width: 35px;
    height: 35px;
  }

  .social-button {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .slider-6 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .slide-14 {
    width: 28%;
  }

  .slider-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-gro-e-abst-nde-no-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-9 {
    margin-right: 0;
  }

  .nav-link-4.flie-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start-3 {
    height: 28rem;
  }

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

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

  .startseite2 {
    padding: 40px;
  }

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

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

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

  .text2 {
    padding-bottom: 40px;
  }

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

  .heading-83 {
    font-size: 35px;
  }

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

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

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

  .leistungsbild-1 {
    height: 25rem;
  }

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

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

  .warumwir2 {
    text-align: center;
  }

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

  .karte1 {
    height: 25rem;
  }

  .kontakt2, .impdat-3 {
    padding: 40px;
  }

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

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

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

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

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

  ._3er-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .section-gro-e-abst-nde-1 {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde-1.zweitfarbe, .section-gro-e-abst-nde-1.hauptfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .profile-image.oben {
    object-position: 50% 30%;
  }

  .grid-col-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .testimonial {
    width: 100%;
  }

  .testimonial-button {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .profile-picture {
    height: 25rem;
    padding-top: 0;
  }

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

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

  .list.text-links.flie-text {
    padding-left: 20px;
    font-size: 14px;
  }

  .accordion-pane-content {
    padding-top: 10px;
  }

  .accordion-question-header {
    font-size: .8em;
  }

  .accordion-tab-button-25 {
    width: auto;
  }

  ._4er-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._2er-grid {
    flex-direction: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-header {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-4 {
    min-height: auto;
  }

  .slider-6 {
    height: 50vh;
  }

  .slide-14 {
    width: 100%;
    margin-left: 0;
  }

  .section-gro-e-abst-nde-no-padding {
    padding: 40px;
  }

  .list-item-8 {
    font-size: 14px;
  }
}

@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 {
    flex: none;
    width: 70px;
  }

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

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

  .video2 {
    height: 100%;
  }

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

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

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

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

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

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

  .text2.flie-text {
    margin-bottom: 0;
  }

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

  .heading-83 {
    overflow-wrap: anywhere;
    font-size: 29px;
  }

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

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

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

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

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

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

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

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

  .warumwir2 {
    text-align: center;
  }

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

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

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

  .success-2 {
    padding: 60px 20px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .navbar-6.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  ._3er-grid1 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .icon-1 {
    width: 13vw;
  }

  .div-block-wei-1 {
    align-items: center;
  }

  .section-gro-e-abst-nde-1 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-gro-e-abst-nde-1.zweitfarbe, .section-gro-e-abst-nde-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-klein-linksb-ndig1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

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

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

  .accordion-pane-content {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  ._4er-grid1 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .div-block-wei-green {
    justify-content: center;
    align-items: center;
  }

  ._2er-grid {
    width: 100%;
    margin-bottom: 10px;
  }

  .grid-header {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-top {
    padding: 5px 0 0;
  }

  .icon-100.invert, .icon-100.filter {
    width: 15px;
    height: 15px;
  }

  .nav-small.paragraph-font {
    text-align: center;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

  .termine-button {
    min-width: 150px;
  }

  .termine-button.highlights.flie-text.full {
    width: 100%;
    min-width: auto;
    margin-left: 0;
  }

  .social-icons {
    width: 30px;
    height: 30px;
  }

  .section-gro-e-abst-nde-no-padding {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-9 {
    min-width: auto;
  }
}

#w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-a45f31cf, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-a45f31cf, #w-node-a7e9d6db-b91d-f30d-963b-5b7e5011201d-a45f31cf, #w-node-_41e4056e-1f47-1756-15f0-eb3d5d1a3ae9-a45f31cf, #w-node-f23c0553-99b8-f753-7481-55171b9694f8-a45f31cf, #w-node-be48d040-7881-8494-f92c-7edfeafa19f7-a45f31cf, #w-node-_36fa93b8-edb9-2595-ffc8-e9cbab791784-a45f31cf, #w-node-_36fa93b8-edb9-2595-ffc8-e9cbab79177c-a45f31cf, #w-node-caab9ae7-599a-c59f-4610-a4131bf0199f-1bf0199e, #w-node-caab9ae7-599a-c59f-4610-a4131bf019a1-1bf0199e, #w-node-_0cd40323-fae2-ce21-8331-657d2dab8416-2dab8413, #w-node-_0cd40323-fae2-ce21-8331-657d2dab841a-2dab8413, #w-node-_0cd40323-fae2-ce21-8331-657d2dab841b-2dab8413, #w-node-_0cd40323-fae2-ce21-8331-657d2dab841f-2dab8413, #w-node-_0cd40323-fae2-ce21-8331-657d2dab8420-2dab8413, #w-node-b9f8fe60-242f-b16e-a9c1-a33ad8645d82-a45f31f7, #w-node-b9f8fe60-242f-b16e-a9c1-a33ad8645d7a-a45f31f7, #w-node-_7b3b95b8-8079-123c-413b-68a025c5a617-a45f31f7, #w-node-_7b3b95b8-8079-123c-413b-68a025c5a614-a45f31f7, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-006ca871, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-006ca871, #w-node-_36fa93b8-edb9-2595-ffc8-e9cbab791784-006ca871, #w-node-_36fa93b8-edb9-2595-ffc8-e9cbab79177c-006ca871, #w-node-_150f0caf-d7a7-e903-d525-7eac3f5a7f11-006ca871, #w-node-_150f0caf-d7a7-e903-d525-7eac3f5a7f0e-006ca871, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-866ecb93, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-866ecb93, #w-node-_36fa93b8-edb9-2595-ffc8-e9cbab791784-866ecb93, #w-node-_36fa93b8-edb9-2595-ffc8-e9cbab79177c-866ecb93, #w-node-d04c29ac-34a8-1229-4298-7698b77ed15e-866ecb93, #w-node-d04c29ac-34a8-1229-4298-7698b77ed15b-866ecb93, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-c68073a7, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-c68073a7, #w-node-_36fa93b8-edb9-2595-ffc8-e9cbab791784-c8e26adf, #w-node-_36fa93b8-edb9-2595-ffc8-e9cbab79177c-c8e26adf, #w-node-_150f0caf-d7a7-e903-d525-7eac3f5a7f11-c8e26adf, #w-node-_150f0caf-d7a7-e903-d525-7eac3f5a7f0e-c8e26adf, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-96a57e58, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-96a57e58, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51c2-eec965a9, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51e7-eec965a9, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51c2-73c7fe5f, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51e7-73c7fe5f, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51c2-3c0fdb62, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51e7-3c0fdb62, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51c2-1b1006b2, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51e7-1b1006b2, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51c2-c31c93c0, #w-node-_7a3ea19a-41fb-0e60-8007-be6618fb51e7-c31c93c0 {
  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;
}