@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-color: #028001;
  --black: black;
  --secondry-color: #f0f0f0;
  --white: white;
}

.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-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

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

.utility-page-wrap {
  background-color: var(--highlights-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  width: 8rem;
}

.logo {
  z-index: 500;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.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;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

.email {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.highlights {
  color: #fff;
  background-color: #028001;
}

.adresse {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  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: #028001;
  line-height: 1.3;
}

.navbar1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
}

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

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

.terminbutton.highlights.flie-text:hover {
  background-color: var(--black);
}

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

.vertical_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: 100vh;
  position: relative;
}

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

.div-block-video {
  color: #fff;
  background-color: #373737ab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-left: 168px;
  padding-right: 168px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

.startseite.zweitfarbe-space {
  background-color: var(--secondry-color);
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

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

.heading-start.heading-2 {
  line-height: 1.3;
}

.heading-start.heading-2.farbe-der-headings {
  color: var(--highlights-color);
  font-size: 70px;
  line-height: 1.3;
}

.heading-start.heading-2.far-white-heading.sm {
  font-size: 55px;
}

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

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

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

.inhalt-service2 {
  overflow: hidden;
}

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

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

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

.kontaktaufnehmens {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/attachment_12_20240731_192148_resized.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

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

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

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

.heading-starts.heading-2.farbe-der-headings {
  font-size: 70px;
  line-height: 80px;
}

.centered-container {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.galerie {
  padding: 100px 10vw;
}

.galerie.mittig {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kontakt {
  background-image: linear-gradient(#00000080, #00000080), url('../images/header.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10vw;
  display: flex;
}

.impdat {
  padding: 100px 10vw;
}

.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-size: 30px;
  line-height: 1.3;
}

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

.div-block-footer {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  padding: 60px 10vw;
}

.footer.hauptfarbe {
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

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

.heading-footer.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quattrocento, sans-serif;
}

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

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

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

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

.link-formular.farbe-der-headings {
  font-weight: 700;
}

.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;
  display: block;
}

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

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

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

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

.nav-men {
  z-index: 1000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.navbars {
  background-color: #ddd0;
}

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

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

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

.nav-links.flie-text {
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.nav-links.flie-text:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-links.flie-text.w--current {
  color: #ffffffc9;
}

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

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

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

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

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

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

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

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

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

.bold-span {
  font-weight: 600;
}

.navbar1-static {
  z-index: 1000;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.nav-link.flie-text {
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link.flie-text:hover {
  border-bottom-color: var(--highlights-color);
  color: #333;
}

.nav-link.flie-text.w--current {
  color: #028402;
}

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

.image-wrapper-50vh {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image-wrapper-50vh.is-relative_50 {
  position: relative;
  left: 50%;
}

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

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

.heading-start-left.heading-2 {
  font-size: 50px;
  line-height: 1.3;
}

.heading-start-left.heading-2.farbe-der-headings {
  text-align: left;
  font-size: 50px;
  line-height: 1.3;
}

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

.text-2-left.flie-text {
  text-align: left;
}

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

.grid-5-20 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

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

.timeline-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline-left {
  text-align: right;
}

.timeline-center {
  text-align: right;
  justify-content: center;
  display: flex;
}

.timeline-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline-progress {
  z-index: 10;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-date-text {
  color: #fff;
  font-family: Quattrocento, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

.timeline-text {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.timeline {
  z-index: 1;
  width: 70%;
  position: relative;
}

.timeline-container {
  z-index: -3;
  padding: 40px;
}

.timeline-wraper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
}

.divider {
  height: 5vh;
}

.far-white-heading {
  color: var(--white);
}

.form1 {
  margin-bottom: 0;
}

.text_field {
  color: #000;
  letter-spacing: 2px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 7.6vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  transition: border .4s, color .4s;
  display: block;
}

.text_field:hover {
  border-color: #1d1f2e80;
}

.text_field:active, .text_field:focus {
  border-color: #1d1f2e;
}

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 15vh;
}

.contact-form-wrap {
  z-index: 10;
  background-color: #f1f1f1;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  width: 70%;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inhalt-mittig3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10vw;
  display: flex;
}

.inhalt-mittig3.hidden {
  display: none;
}

.form-wrap {
  text-align: left;
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.green_link {
  color: var(--highlights-color);
  text-decoration: none;
}

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

.profile-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-2 {
  margin-right: 10px;
}

.grid-col-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.team_card {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  display: flex;
}

.team_card.abst {
  padding-left: 10px;
  padding-right: 10px;
}

.profile-picture {
  object-fit: contain;
  border-radius: 15px;
  width: 100%;
  height: 55vh;
  position: relative;
  overflow: hidden;
}

.header_wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px 40px;
  display: flex;
  overflow: hidden;
}

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

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

.lottie-animation_bell.adjust {
  filter: brightness(200%) saturate(120%) hue-rotate(300deg);
  height: 4vh;
  margin-top: 0;
  margin-left: -20px;
}

.lottie-animation_bell.adjust-2 {
  filter: brightness(200%) grayscale();
  height: 4vh;
  margin-top: 5px;
  margin-left: -20px;
}

.contact-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-block.col {
  background-color: #02800180;
  border-radius: 10px;
  padding: 10px;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
}

.div-block-nav {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-blocks {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  width: 80%;
}

.animate-image {
  border: 5px solid var(--highlights-color);
  border-radius: 20px;
  height: 40vh;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.animate-image._55 {
  height: 55vh;
}

.animate-image-2 {
  border: 5px solid var(--highlights-color);
  border-radius: 20px;
  width: 100%;
  height: 40vh;
  position: relative;
  top: 10vh;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.animate-image-2._55 {
  height: 55vh;
}

.animate-image-3 {
  border: 5px solid #008001;
  border-radius: 20px;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.animate-image-3._55 {
  height: 55vh;
}

.animate-image-4 {
  border: 5px solid #008001;
  border-radius: 20px;
  width: 100%;
  height: 40vh;
  position: relative;
  top: 10vh;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.kontaktaufnehmen {
  color: #fff;
  background-image: linear-gradient(#00000070, #00000070), url('../images/attachment_17_20240731_191840.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  width: 100%;
}

.link-block {
  width: 90%;
}

.dropdown-list {
  background-color: var(--secondry-color);
}

.link-block-2 {
  background-color: var(--white);
  border-radius: 15px;
  width: 4vw;
  margin-top: 10px;
  padding: 5px;
}

.link-block-2.re {
  position: relative;
}

.link-block-2.footer {
  aspect-ratio: 1;
  width: 30px;
  position: relative;
}

.link-block-2.no-padding {
  margin-top: 0;
  padding: 5px;
}

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

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

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

.nav-link-3.flie-text {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.nav-link-3.flie-text.w--current {
  color: #ece4df;
}

.dropdown-list-2 {
  background-color: #79aacf;
}

.dropdown-list-2.w--open {
  background-color: var(--highlights-color);
}

.icon {
  margin-bottom: 13px;
}

.text-block-4 {
  text-align: left;
}

.social-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.table {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.icon-2 {
  margin-bottom: 9px;
}

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

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 15px;
  display: flex;
}

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

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

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

  .navbar1 {
    position: relative;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start {
    height: 60vh;
  }

  .div-block-video {
    padding-top: 0%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan.heading-1 {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
  }

  .startseite, .startseite.zweitfarbe-space {
    padding: 60px;
  }

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

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

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

  .heading-start.heading-2.far-white-heading.sm {
    font-size: 40px;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .kontaktaufnehmens {
    padding: 60px;
  }

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

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

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

  .galerie, .kontakt, .impdat, .success {
    padding: 60px;
  }

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

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

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

  .footer.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer.highlights {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .text_wrapper_80 {
    width: 100%;
  }

  .nav-men {
    background-color: var(--highlights-color);
    justify-content: center;
  }

  .men-icon {
    color: #fff;
  }

  .navbars {
    width: 100%;
  }

  .nav-links.flie-text {
    text-align: center;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    display: flex;
  }

  .nav-links.flie-text:hover {
    border-bottom-style: none;
  }

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

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--black);
  }

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

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

  .navbar1-static {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .nav-link.flie-text {
    color: #fff;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .image-wrapper-50vh.is-relative_50 {
    left: 0%;
  }

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

  .heading-start-left.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
  }

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

  .content-wrapper-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 60px;
  }

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

  .image-wrapper-large-100 {
    height: 75vh;
  }

  .timeline {
    width: 100%;
  }

  .timeline-container {
    padding: 0;
  }

  .contact-form {
    text-align: left;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text {
    width: 100%;
  }

  .error-message {
    width: auto;
  }

  .inhalt-mittig3 {
    padding: 0;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .grid-col-3 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    display: flex;
  }

  .team_card {
    padding: 0;
  }

  .lottie-animation_bell.adjust, .lottie-animation_bell.adjust-2 {
    width: auto;
    margin-top: 0;
  }

  .div-block-nav {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .quick-stack {
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
  }

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

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

  .link-block.w--current {
    width: 70%;
  }

  .dropdown-list {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    background-color: var(--highlights-color);
  }

  .link-block-2 {
    width: 6vw;
  }

  .dropdown-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-3.flie-text {
    text-align: right;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 40px;
    font-size: 15px;
  }

  .nav-link-3.flie-text.w--open {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .icon {
    margin-bottom: 15px;
  }

  .left-align-text {
    text-align: center;
  }
}

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

  .email, .adresse.far-white-heading {
    font-size: 14px;
  }

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

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start {
    height: 28rem;
  }

  .video2 {
    height: 100%;
  }

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

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

  .startseite, .startseite.zweitfarbe-space {
    padding: 40px;
  }

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

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

  .heading-start.heading-2.far-white-heading.sm {
    font-size: 30px;
  }

  .text {
    padding-bottom: 40px;
  }

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

  .texts {
    padding-bottom: 40px;
  }

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

  .inhaltstartseite2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kontaktaufnehmens {
    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-starts.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 40px;
  }

  .galerie {
    padding: 40px;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

  .div-block-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .impressum-link, .datenschutz-link, .nav-links.flie-text, .nav-link.flie-text {
    font-size: 14px;
  }

  .grid-17 {
    grid-column-gap: 16px;
    flex-flow: column;
    display: flex;
  }

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

  .heading-start-left.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-start-left.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 45px;
  }

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

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

  .content-wrapper-2 {
    padding: 40px;
  }

  .grid-5-20 {
    flex-flow: column;
    display: flex;
  }

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

  .timeline-circle.highlights {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .timeline-progress.highlights {
    display: none;
  }

  .timeline-text {
    text-align: center;
    font-size: 14px;
  }

  .timeline-item {
    flex-flow: column;
    display: flex;
  }

  .timeline-item.qrev {
    flex-flow: column-reverse;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    display: flex;
  }

  .text_field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text_field::placeholder {
    text-align: center;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .form-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .grid-col-3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .contact-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .quick-stack {
    margin-bottom: 0;
  }

  .animate-image {
    height: 25rem;
  }

  .animate-image-2 {
    height: 25rem;
    position: static;
  }

  .animate-image-3 {
    height: 25rem;
  }

  .animate-image-4 {
    height: 25rem;
    position: static;
  }

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

  .list, .list-2 {
    padding-left: 20px;
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .div-block-44 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

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

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

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

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

  .logo-img {
    width: 3rem;
  }

  .email {
    font-size: 14px;
  }

  .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 {
    height: 100.07%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .startseite, .startseite.zweitfarbe-space {
    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: 22px;
    line-height: 1.3;
    display: flex;
  }

  .heading-start.heading-2.far-white-heading.sm {
    font-size: 22px;
  }

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

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

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

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

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

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

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

  .galerie, .kontakt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat {
    padding: 40px 20px;
  }

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

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

  .heading_success {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-footer, .footer.hauptfarbe {
    padding-left: 0;
    padding-right: 0;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

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

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

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

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

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

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

  .inhalt-mittig3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kontaktaufnehmen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block.w--current {
    width: 100%;
  }

  .link-block-2 {
    z-index: 999;
    border-radius: 10px;
    width: 10vw;
    padding: 2.5px;
    right: 1%;
  }

  .link-block-2.footer {
    padding: 5px;
  }

  .text-block-4 {
    text-align: center;
  }
}

#w-node-_44b3c17f-316f-3ff2-fbbc-718af6c0256e-97578c55 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dbb21127-c17b-6917-0b57-1aa14aae1c47-97578c5a, #w-node-b05b8290-45f1-ee68-9300-92365833de11-97578c5a, #w-node-_49e2c414-1836-b7ed-af47-3957cfb6bfca-97578c5a, #w-node-_5e1af7d5-393d-f982-ae04-c6557d657808-97578c5a, #w-node-_31aa6454-1df7-94fe-d91d-8c0615ec6e6a-97578c5a, #w-node-_5e1af7d5-393d-f982-ae04-c6557d657819-97578c5a, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a730-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a733-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a735-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a73a-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a73d-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a73f-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a743-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a746-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a748-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a74d-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a751-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a753-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a757-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a75a-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a75c-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a761-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a765-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a767-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a76b-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a76e-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a770-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a775-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a779-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a77b-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a77f-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a782-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a784-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a789-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a78d-97578c6b, #w-node-e6493144-4b0b-eb69-36b8-e2b9bdb5a78f-97578c6b, #w-node-c18f4900-4867-c7d0-3bb2-9a5207c0bd87-97578c75, #w-node-c18f4900-4867-c7d0-3bb2-9a5207c0bd89-97578c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_44b3c17f-316f-3ff2-fbbc-718af6c0256e-97578c55 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a30fbfb7-b879-91cd-b100-62ca8700b248-97578c6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_44b3c17f-316f-3ff2-fbbc-718af6c0256e-97578c55 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


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