@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 {
  --yellow-green: #8eb123;
  --royal-blue: #055692;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

p {
  margin-bottom: 10px;
}

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

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

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

.farbe-der-headings {
  color: #055692;
  font-family: Quattrocento, sans-serif;
  line-height: 1.3;
}

.navbar1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

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

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

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

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

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

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

.kontakt-flex {
  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 {
  height: 90vh;
  position: relative;
}

.video2 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.div-block-video {
  color: #fff;
  background-image: linear-gradient(#00000024, #00000024);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 100px;
  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;
}

.slogan-2.heading-1.centre {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

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

.startseite2.zweitfarbe {
  padding-right: 140px;
}

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

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

.heading-start.heading-2.farbe-der-headings.smaller {
  font-size: 30px;
}

.heading-start.heading-2.farbe-der-headings.smaller.left {
  text-align: left;
}

.heading-start.heading-2.farbe-der-headings.leistungen {
  font-size: 20px;
  font-weight: 700;
}

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

.text-mittig.flie-text {
  line-height: 1.5;
}

.text-mittig.flie-text.caption {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

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

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

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

.mehr-erfahren1.highlights.flie-text:hover {
  background-color: var(--royal-blue);
}

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

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

.heading-mittig-klein.heading-2 {
  font-weight: 700;
  line-height: 1.3;
}

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/645df1a15d697295b199da74_176388977_2014219202050485_74951.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer2 {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer2.hauptfarbe.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 140px;
}

.iconfooter2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-inhalt3 {
  display: inline-block;
  position: static;
}

.headingfooter2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

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

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

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

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

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

.sucess-block.highlights {
  color: #fff;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quattrocento, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

.heading-success.bigger {
  font-size: 35px;
}

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

.footer-block {
  justify-content: space-between;
  height: 99.9998%;
  display: flex;
}

.footer {
  margin-top: auto;
  padding: 40px 140px 20px;
}

.footer.hauptfarbe {
  justify-content: space-around;
  padding-bottom: 40px;
}

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

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

.text-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto;
}

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

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

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

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

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

.link-formular.farbe-der-headings {
  color: #8eb123;
}

.flie-text-form {
  color: #aaa;
  background-color: #fff;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  line-height: 1.5;
}

.submit_button {
  background-color: var(--yellow-green);
  font-size: 16px;
}

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

.submit_button.flie-text:hover {
  background-color: var(--royal-blue);
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

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

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

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

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

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

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

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

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

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

.form {
  width: 100%;
}

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

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

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

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

.link.black {
  color: #333;
}

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

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

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

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

.nav-men-1.hauptfarbe {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
}

.navbar.hauptfarbe {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link-3 {
  color: #fff;
  font-family: Quicksand, 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 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

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

.nav-link-3.flie-text.dropdown-13 {
  padding-right: 40px;
}

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

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

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

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

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

.list {
  color: #333;
  font-size: 16px;
}

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

.partners {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  inset: auto;
}

.grid-form {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.grid-form-3er {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  width: 100%;
}

.grid-form-3er._2 {
  grid-template-columns: 1fr 1fr;
}

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

.grid-2er {
  grid-template-rows: auto;
  width: 100%;
}

.radio-buttons-flex {
  grid-column-gap: 8px;
  display: flex;
}

.socials {
  margin-left: 0;
  margin-right: 20px;
  transition: opacity .2s;
}

.socials:hover {
  opacity: .75;
}

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

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: 20px;
}

.cell {
  justify-content: center;
  align-items: center;
}

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

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

.inhalt-div {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px 1px #73737333;
}

.inhalt-div.ch {
  width: 100%;
  height: 45vh;
}

.inhalt-div.top {
  justify-content: flex-start;
}

.small-logo {
  object-fit: contain;
  width: 100%;
  height: 10vh;
  margin-top: auto;
  margin-bottom: auto;
}

.link-blue {
  color: var(--royal-blue);
  font-weight: 500;
  text-decoration: none;
}

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

.image-30vh.size {
  object-fit: contain;
  width: 100%;
  height: 30vh;
  margin-bottom: 0;
  position: relative;
}

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

.small-div {
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.small-div.width {
  width: 50%;
}

.small-logo-left {
  object-fit: contain;
  width: 80%;
  margin-bottom: 20px;
  margin-right: 0;
}

.image-80 {
  object-fit: contain;
  width: 80%;
  margin-bottom: 20px;
}

.list-div {
  width: 60%;
}

.image-45 {
  object-fit: contain;
  width: 45%;
  margin-bottom: 20px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
}

.content-block {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.icon-round {
  background-color: var(--royal-blue);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
}

.image-reference {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 80%;
}

._3er-grid1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.card-backshadow {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 35px 20px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

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

.lightbox-link {
  color: #9e9e9e;
  width: 100%;
  height: 40vh;
  margin-bottom: 10px;
  text-decoration: none;
}

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

.dropdown-list-nav {
  background-color: #c8b4b4;
}

.dropdown-list-nav.w--open {
  background-color: #666;
}

.img-description {
  height: 20%;
  padding: 5px;
}

.link-green {
  color: var(--yellow-green);
  text-decoration: none;
}

.list-text {
  font-size: 16px;
  list-style-type: lower-alpha;
}

.new, .form-block {
  width: 100%;
}

.image-20vw {
  object-fit: contain;
  width: 20vw;
  margin-bottom: 20px;
}

.text-span {
  font-size: 25px;
}

.text-span-2 {
  color: #ff1b1b;
}

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

.dropdown-button {
  background-color: var(--yellow-green);
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-content-3 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.slider1 {
  background-color: #0000;
  width: 100%;
  height: 30vh;
}

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

.relative-block {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.success-message, .error-message {
  font-family: Quicksand, sans-serif;
}

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

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

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

.nav-link-dropdown.flie-text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.nav-link-dropdown.flie-text:hover, .nav-link-dropdown.flie-text.w--current {
  color: var(--yellow-green);
}

.left-arrow-2, .right-arrow-2 {
  width: 55px;
  font-size: 40px;
}

.grid-kontakt {
  width: 100%;
}

.radio-button-field {
  font-family: Quicksand, sans-serif;
}

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

.heading-mittig-banner.heading-2 {
  font-weight: 700;
  line-height: 1.3;
}

.image-80-large {
  object-fit: contain;
  width: 80%;
  margin-bottom: 20px;
}

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

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

.inhalt-div-effect {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 6px 1px #73737333;
}

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

.inhalt-div-effect._40 {
  width: 40%;
  margin-bottom: 10px;
}

.inhalt-div-effect.black {
  background-color: #000;
}

.photo-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-wrapper._50 {
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
}

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

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

.image-100.contain {
  object-fit: contain;
  background-color: #fff;
  padding: 7px;
}

.img-container {
  width: 300px;
  height: 300px;
}

.leistungen-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.text-span-3 {
  font-weight: 400;
}

.img-box {
  width: auto;
  height: 350px;
}

.image-82, .image-83 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

._2er-grid {
  width: 100%;
  margin-top: 40px;
}

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

.image-wrapper._70vh {
  min-height: 70vh;
}

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

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

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

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

.quick-stack-101 {
  width: 100%;
}

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

.form-embed {
  width: 100%;
}

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

  .logo {
    width: 100%;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

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

  .email {
    margin-bottom: 5px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start {
    height: 70vh;
  }

  .div-block-video {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .slogan-2.heading-1.centre {
    font-size: 35px;
  }

  .startseite2 {
    padding: 60px;
  }

  .startseite2.zweitfarbe {
    padding-right: 60px;
  }

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

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

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

  .heading-start.heading-2.farbe-der-headings.smaller {
    font-size: 20px;
  }

  .heading-start.heading-2.farbe-der-headings.leistungen {
    font-size: 15px;
  }

  .text-mittig.flie-text, .text-mittig.flie-text.caption {
    font-size: 14px;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .heading-mittig-klein.heading-2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .kontaktaufnehmen2 {
    padding: 60px;
  }

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

  .karte1 {
    width: 100%;
    height: 50vh;
  }

  .impdat-3, .success {
    padding: 60px;
  }

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

  .sucess-block.highlights {
    padding: 60px;
  }

  .heading-success {
    font-size: 30px;
  }

  .footer-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer.hauptfarbe {
    padding: 40px;
    font-size: 12px;
  }

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

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

  .inhalt-footer.flie-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .checkbox-field {
    width: 100%;
  }

  .impdat-2.flie-text {
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--yellow-green);
    padding: 10px 20px;
    position: absolute;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link-3.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.3;
  }

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

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

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

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

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

  .partners {
    width: 100%;
  }

  .grid-form {
    justify-content: flex-start;
    align-items: center;
  }

  .socials {
    z-index: 100;
    position: absolute;
    inset: 25% 0% auto auto;
  }

  .icon {
    width: 27px;
    height: auto;
  }

  .youtube-video {
    margin-top: 0;
  }

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

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

  .small-logo {
    height: 6vh;
  }

  .image-30vh {
    height: 15vh;
  }

  .image-30vh.size {
    height: 35vh;
  }

  .adjust-grid {
    width: 100%;
    margin-top: 10px;
  }

  .small-div, .small-div.width {
    width: 100%;
  }

  .small-logo-left {
    width: 20vw;
    margin-right: 0;
  }

  .image-80 {
    width: 15vw;
  }

  .image-45 {
    width: 80%;
    height: 45vh;
  }

  .content-block {
    width: 90%;
    padding: 10px;
  }

  .icon-round {
    width: 45px;
    height: 45px;
  }

  .image-reference {
    height: 30vh;
  }

  .card-backshadow {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .quick-stack-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lightbox-link {
    height: 35vh;
  }

  .link-block {
    width: 100%;
  }

  .dropdown-list-nav {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .dropdown-list-nav.w--open {
    background-color: var(--royal-blue);
  }

  .img-description {
    height: auto;
  }

  .new {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .dropdown-navbar {
    width: 100%;
  }

  .icon-3 {
    margin-right: 0;
  }

  .nav-link-dropdown.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.3;
  }

  .nav-link-dropdown.flie-text:hover {
    color: var(--yellow-green);
  }

  .nav-link-dropdown.flie-text.w--current {
    color: var(--royal-blue);
  }

  .hide {
    display: none;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 50px;
    font-size: 35px;
  }

  .grid-kontakt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-mittig-banner.heading-2 {
    margin-top: 10px;
    font-size: 18px;
  }

  .image-80-large {
    width: 100%;
    height: 55vh;
  }

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

  .heading-start-small.heading-2 {
    font-size: 35px;
  }

  .heading-start-small.heading-2.farbe-der-headings {
    font-size: 35px;
    line-height: 1.3;
  }

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

  .photo-wrapper._50 {
    left: 0;
  }

  .photo-wrapper._50.mob {
    left: 50%;
  }

  .leistungen-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

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

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

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

  .logo-img {
    height: 10vh;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start {
    height: 55vh;
  }

  .video2 {
    height: 100%;
  }

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

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

  .slogan-2.heading-1.centre {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .heading-start.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-start.heading-2.farbe-der-headings {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 30px;
  }

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

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

  .text-mittig.flie-text.caption {
    margin-bottom: 5px;
  }

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

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

  .karte1 {
    height: 40vh;
  }

  .impdat-3 {
    padding: 40px;
  }

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

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

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

  .heading-success, .heading-success.bigger {
    font-size: 25px;
  }

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

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

  .footer.hauptfarbe {
    padding: 40px 20px;
  }

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

  .form-grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .nav-men-1.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-3.flie-text, .men-buttton1.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .grid-form-3er, .grid-2er {
    flex-flow: column;
    display: flex;
  }

  .radio-buttons-flex {
    flex-flow: column;
  }

  .icon {
    width: 25px;
  }

  ._3er-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .small-logo, .small-logo.large {
    height: 6vh;
  }

  .image-30vh {
    height: 12vh;
  }

  .adjust-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-logo-left {
    width: 30vw;
  }

  .image-80 {
    width: 20vw;
    margin-bottom: 10px;
  }

  .image-45 {
    width: 100%;
    height: 40vh;
    margin-bottom: 10px;
  }

  .slider {
    padding: 10px 20px;
  }

  .icon-round {
    width: 40px;
    height: 40px;
  }

  .image-reference {
    height: 32vh;
  }

  ._3er-grid1-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .quick-stack-100 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .lightbox-link {
    height: auto;
  }

  .img-description {
    padding-bottom: 0;
  }

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

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

  .nav-link-dropdown.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 45px;
    font-size: 30px;
  }

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

  .image-80-large {
    height: 50vh;
    margin-bottom: 10px;
  }

  .heading-start-small.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-start-small.heading-2.farbe-der-headings {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .inhalt-div-effect._40 {
    width: 100%;
  }

  .photo-wrapper._50.mob {
    left: 0%;
  }

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

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

  ._2er-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }
}

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

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

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

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

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

  .logo-img {
    height: 8vh;
  }

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

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

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

  .titelvideo-start {
    height: 50vh;
  }

  .video2 {
    height: 100%;
  }

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

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

  .slogan-2.heading-1.centre {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

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

  .heading-start.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: flex;
  }

  .heading-start.heading-2.farbe-der-headings.smaller {
    font-size: 18px;
  }

  .heading-start.heading-2.farbe-der-headings.leistungen {
    font-size: 14px;
  }

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

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

  .mehr-erfahren1.highlights.flie-text {
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

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

  .heading-mittig-klein.heading-2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

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

  .karte1 {
    height: 35vh;
  }

  .impdat-3, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-success.bigger {
    font-size: 22px;
  }

  .footer-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

  .nav-men-1.hauptfarbe {
    padding-left: 5px;
  }

  .nav-link-3.flie-text {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .list {
    padding-left: 30px;
  }

  .list.flie-text {
    margin-bottom: 5px;
    padding-left: 20px;
  }

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

  .grid-form-3er, .grid-2er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon {
    width: 20px;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .inhalt-div {
    padding: 15px;
  }

  .inhalt-div.ch {
    height: 50vh;
  }

  .small-logo, .small-logo.large {
    height: 5vh;
  }

  .image-30vh {
    height: 10vh;
    margin-bottom: 10px;
  }

  .image-30vh.size {
    height: 30vh;
  }

  .small-logo-left {
    width: 35vw;
  }

  .image-80 {
    width: 30vw;
  }

  .image-45 {
    height: 35vh;
    margin-bottom: 0;
  }

  .slider {
    padding: 0;
  }

  .content-block {
    width: 100%;
  }

  .right-arrow, .left-arrow {
    width: 35px;
  }

  .icon-round {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .image-reference {
    height: 40vh;
  }

  .card-backshadow {
    min-width: 200px;
    padding: 20px;
  }

  .quick-stack-100 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

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

  .relative-block {
    overflow: hidden;
  }

  .nav-link-dropdown.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .heading-mittig-banner.heading-2 {
    margin-bottom: 5px;
    font-size: 13px;
  }

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

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

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

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

  .inhalt-div-effect {
    padding: 15px;
  }

  ._2er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }
}

#w-node-_27168eb7-7c31-d16a-f950-ccc66f3326a5-9f5ef6ca, #w-node-eb8c0886-95fb-3562-9c8a-991aa59be83d-9f5ef6ca, #w-node-_4f73eb88-3949-3a78-aff2-9615488dd3c5-9f5ef6ca, #w-node-f46bc29c-4b32-9acd-1961-7058316722fa-9f5ef6ca, #w-node-_84b48294-6d76-b4b5-f4ac-a7513f516d4b-9f5ef6ca {
  place-self: center;
}

#w-node-b4fb8636-c8f6-7686-0364-31cc51a1da4f-9f5ef6ca {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-caa952da-fdb2-d92f-a10a-65519d4abdca-cc315fbf, #w-node-_0a7790c4-a11d-a713-7ac8-96fed2a53cfc-cc315fbf, #w-node-c74ff0a7-891b-a044-a861-6b57042cb247-cc315fbf, #w-node-d4d30f0a-7f20-0f35-eb2b-93c3023e6993-cc315fbf, #w-node-_84dc859d-0cd0-22a5-6e91-5c5108f009ea-cc315fbf, #w-node-_598df13f-0808-1d4a-7b91-7531a3e2e045-cc315fbf, #w-node-fc82cfea-dd19-dafd-a545-9a6548ef4fdf-cc315fbf, #w-node-ddd46e04-e0c6-6ff1-eb47-56da4c4aa6be-cc315fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de197c2-de78-682e-aa36-4d6e996f8d55-cc315fbf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b9d82ef8-9403-ab08-0eca-76523ab41c1d-cc315fbf {
  grid-area: 4 / 2 / 5 / 2;
}

#w-node-_8fd66044-547f-1844-526d-ec10e55f5025-159044ef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee68aad7-fc86-69b8-eb76-cf900b97e1f4-d4092a9c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
}

#w-node-ee68aad7-fc86-69b8-eb76-cf900b97e1f5-d4092a9c, #w-node-ee68aad7-fc86-69b8-eb76-cf900b97e1f6-d4092a9c, #w-node-a18e7673-1a70-02ea-4be3-ddd71e2504e5-d4092a9c, #w-node-fb4852e8-aa31-3f3a-1b09-b969d2447ceb-1983a4dc, #w-node-_2ac432e9-6ea2-9330-247a-a81ddee75ae6-1983a4dc, #w-node-_0132e0d7-64e0-97b9-a0be-b6d30ada0c4b-1983a4dc, #w-node-fb4852e8-aa31-3f3a-1b09-b969d2447ced-1983a4dc, #w-node-fb4852e8-aa31-3f3a-1b09-b969d2447cef-1983a4dc, #w-node-fb4852e8-aa31-3f3a-1b09-b969d2447cf3-1983a4dc, #w-node-fb4852e8-aa31-3f3a-1b09-b969d2447cf5-1983a4dc, #w-node-fb4852e8-aa31-3f3a-1b09-b969d2447cf7-1983a4dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf5c845a-e05b-20d0-5417-50542129c524-6a569816 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8db093b1-3548-b9cc-2762-0aa47fd212a6-86d87f92 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_84dd6fe0-1d36-1b36-8168-0c7693e4c758-cc315fbf {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7fd44a48-7ebb-2441-9af8-032fe99c4d28-cc315fbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ee68aad7-fc86-69b8-eb76-cf900b97e1f4-d4092a9c, #w-node-bf5c845a-e05b-20d0-5417-50542129c524-6a569816 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8db093b1-3548-b9cc-2762-0aa47fd212a6-86d87f92 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-da35497c-ae88-d2db-6617-616400e91099-86d87f92 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8fd66044-547f-1844-526d-ec10e55f5025-159044ef {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8db093b1-3548-b9cc-2762-0aa47fd212a6-86d87f92 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-da35497c-ae88-d2db-6617-616400e91099-86d87f92 {
    grid-column: span 1 / span 1;
  }

  #w-node-_650ac872-0f17-f217-e0de-c133b5393600-86d87f92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b394f934-1de8-8218-fac4-454d2122d74e-e079cf26 {
    grid-area: 5 / 1 / 6 / 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;
}