:root {
  --main: #f5e361;
  --secondry: #ebebeb;
  --highlight: #f9a71b;
  --black: black;
  --white: #ffffff5e;
}

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

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

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

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

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

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

.logo-img {
  width: 150px;
}

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.zweitfarbe {
  background-color: var(--secondry);
  color: #000;
}

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

.google-maps {
  width: 100%;
}

.heading-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: var(--highlight);
  text-shadow: 0 1px 1px #580602;
  line-height: 1.3;
}

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

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

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-men.hauptfarbe {
  z-index: 1000;
}

.navbar1 {
  border-top: 4.5px solid var(--highlight);
  border-bottom: 4.5px solid var(--highlight);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar1.hauptfarbe {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
}

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

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

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

.nav-link.flie-text {
  color: #000;
}

.nav-link.flie-text:hover {
  color: var(--highlight);
  font-size: 14px;
  font-weight: 400;
}

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

.navbar-wrap {
  width: 100%;
}

.navbar-wrap.hauptfarbe {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.slogan1 {
  font-size: 90px;
  line-height: 90px;
}

.heading-mittig1 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

._2er-grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

.success1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.success1.heading-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

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

.footer-2.hauptfarbe {
  padding-bottom: 10px;
}

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

.inhalt-footer {
  height: 100%;
}

.navbar {
  z-index: 99999;
  background-color: #464166;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AnyConv.com__611d04b90a488a7863d47e6c_AdobeStock_336877320_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.menu_head {
  text-align: left;
}

.menu-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.menu_form_block {
  width: 80%;
}

.menu_form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text_area {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #00000030;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  position: relative;
}

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

.text_area.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.submit_button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-size: 12px;
  transition: all .2s;
}

.submit_button:hover {
  background-color: #000;
}

.submit_button.flie-text:hover {
  box-shadow: 0 9px 12px -8px #00000080;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.white {
  filter: invert();
  margin-right: auto;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

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

.lottie-animation {
  filter: brightness(131%) hue-rotate(131deg);
  width: 100%;
  height: 100%;
}

.heading {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 120%;
}

.heading.heading-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1.3;
}

.paragraph {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

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

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

.paragraph.flie-text.no-margins {
  margin-bottom: 0;
}

.paragraph.flie-text.black {
  color: #000;
}

.divider {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 10px 15px;
  font-size: 15px;
}

.button.flie-text.highlights {
  color: #fff;
  text-align: left;
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: var(--main);
  color: #000;
  box-shadow: 0 9px 12px -8px #00000080;
}

.button.flie-text.highlights.padding {
  margin-top: 0;
}

.button.flie-text.color {
  background-color: var(--main);
  color: var(--black);
  text-align: center;
  transition: all .2s;
}

.button.flie-text.color:hover {
  background-color: var(--main);
  color: #000;
  box-shadow: 0 9px 12px -8px #00000080;
}

.button.flie-text.color.auto {
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.section_3 {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.no_overflow {
  z-index: 5;
  width: 70vh;
  height: 70vh;
  margin-right: -50px;
  position: relative;
  overflow: hidden;
}

.no_overflow.small-text {
  width: 70vh;
  height: 70vh;
}

.image-100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-100.contained {
  object-fit: contain;
  background-color: #46422d;
}

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

.image-100.left._100vh {
  height: auto;
  min-height: 100vh;
}

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

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 70px;
  display: flex;
}

._2er_grid_1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-items: start;
  width: 100%;
  margin-bottom: 60px;
}

.heading_1 {
  letter-spacing: 1px;
  font-size: 35px;
  line-height: 45px;
}

.heading_1.heading-1 {
  line-height: 1.1;
}

.heading_1.heading-1.heading-mittig1.farbe-der-headings.lefy {
  text-align: left;
}

.heading_1.heading-1.farbe-der-headings.hidden {
  display: none;
}

._3er_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 20px;
}

.no_overflow_1 {
  width: 100%;
  height: 30vh;
  overflow: hidden;
}

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

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

.heading_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 35px;
}

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

.paragraph_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 24px;
}

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

.paragraph_center.flie-text.left-align {
  text-align: left;
  margin-bottom: 0;
}

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

.heading_2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 120%;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.checkbox-2 {
  border-radius: 5px;
}

.footer {
  padding: 40px 100px 100px;
}

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

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

.divider_1 {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider_1._2 {
  margin-top: 0;
}

.section_1 {
  padding: 100px;
}

.section_1.zweitfarbe {
  background-color: #ebebeb;
}

.section_1.zweitfarbe.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_1.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_1.background {
  background-color: #aeb5c2;
}

.section_1.less {
  padding-left: 70px;
  padding-right: 70px;
}

.content_2 {
  margin-top: 0;
}

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

.content_2.center.lefy {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

.link-block {
  color: #000;
  align-self: center;
  text-decoration: none;
  display: block;
}

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

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

.impdat-2.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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: relative;
}

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

.footer_link {
  color: #000;
  text-decoration: none;
}

.dropdown {
  color: #fff;
  padding-top: 20px;
}

.dropdown-list.hauptfarbe.w--open {
  border-right: 2px solid var(--highlight);
  border-bottom: 2px solid var(--highlight);
  border-left: 2px solid var(--highlight);
}

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

.small-heading.heading-3.heading-mittig1 {
  text-align: left;
}

.small-heading.heading-3.farbe-der-headings {
  font-size: 24px;
}

.small-heading.heading-3.heading-center {
  margin-top: 20px;
}

.small-heading.heading-3.heading-center.left-align {
  text-align: left;
}

.list {
  font-size: 16px;
  line-height: 1.6;
}

.list.flie-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.list.flie-text.gap {
  flex-flow: column;
  display: flex;
}

.heading-center {
  text-align: center;
  margin-bottom: 20px;
}

.heading-center.heading-1.space {
  margin-top: 100px;
  margin-bottom: 40px;
}

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

.text-link:hover {
  color: var(--highlight);
}

.text-link.text-farbe {
  color: #fff;
}

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

.card {
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card.highlights {
  justify-content: flex-start;
}

.card.highlights.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

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

.card-heading {
  text-align: center;
  font-size: 28px;
}

.card-heading.heading-3.farbe-der-headings.space {
  margin-bottom: 40px;
}

.card-heading.heading-3.farbe-der-headings.left-align {
  text-align: left;
}

.card-heading.heading-3.up {
  margin-top: 0;
}

.card-para {
  text-align: center;
}

.card-para.flie-text {
  font-size: 16px;
  line-height: 1.6;
}

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

._2er.adj {
  grid-template-rows: auto;
}

.horizontal-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.absolute-block-2 {
  flex-direction: row;
  width: 80%;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.heading-mittig-klein1-3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.color-block-3 {
  background-color: var(--highlight);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.content-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 25vh;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 1px #a9a9a9;
}

.content-block-2.highlights.auto-scroll {
  overflow: auto;
}

.content-block-2.highlights.auto-scroll.no {
  border-radius: 0;
}

.content-block-2.highlights.auto-mobil_scroll {
  border-radius: 20px;
}

.content-block-2.highlights.auto-mobil_scroll.no {
  border-radius: 0;
}

.content-block-2.highlights.no {
  box-shadow: none;
  border-radius: 0;
}

.vertical-block {
  flex-direction: column;
  display: flex;
}

.circle-image {
  filter: invert();
  object-fit: contain;
  border-radius: 50%;
}

.right-arrow {
  width: 3vw;
  height: 3vw;
  margin-right: 10px;
}

.icon-2 {
  font-size: 22px;
}

.left-arrow {
  width: 3vw;
  height: 3vw;
  margin-left: 10px;
}

.icon-3 {
  font-size: 22px;
}

._2r {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

._2r.size {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: .55fr 1fr;
}

._2r.auto {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
}

._2r.s2 {
  grid-template-columns: 1fr .5fr;
}

.text-wrap.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-wrap {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 55vh;
  padding-left: 0;
  position: sticky;
  top: 5vh;
}

.image-wrap.size {
  height: 85vh;
}

.image-wrap.height {
  width: 100%;
  height: 65vh;
}

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

.dropdown-content-4.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.dropdown-block {
  width: 100%;
}

.dropdown-button-2 {
  background-color: var(--highlight);
  color: #fff;
  width: 100%;
  font-family: Didact Gothic, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.head.heading-3 {
  margin-top: 0;
}

.slider {
  background-color: var(--highlight);
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.slide {
  overflow: visible;
}

.mask {
  overflow: hidden;
}

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

.text {
  width: 100%;
  height: 250px;
}

.card1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.sub-heading {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

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

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

.image {
  position: relative;
}

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

.text-block {
  position: absolute;
  inset: auto 0% 0%;
}

.small {
  text-align: center;
  font-size: 18px;
}

.fixed {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 1% 50% auto;
}

.socila-img {
  object-fit: contain;
  width: 35px;
}

.icon-4 {
  color: #000;
  margin-top: 25px;
}

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

._6er-grid1-cards {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.rounded-block1 {
  color: #333;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block1:hover {
  transform: scale(1.02);
}

.rounded-block1.up {
  justify-content: flex-start;
}

.image-wrapper {
  height: 45vh;
}

.heading_2-color {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 120%;
}

.heading_2-color.heading-1.farbe-der-headings {
  margin-bottom: 20px;
}

.paragraph-color {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-color.flie-text {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}

.text-wrap-pad {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-wrap-pad.center {
  align-items: center;
}

._2r-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

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

.hero-wrapper {
  height: 100%;
  display: flex;
  position: relative;
}

.image_logo {
  object-fit: contain;
  height: 17vh;
  position: static;
}

.hero-left {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 10%;
  display: flex;
}

.hero-right {
  width: 30%;
  height: 100%;
  display: flex;
}

.hero-section.hauptfarbe {
  height: auto;
  min-height: 100vh;
  padding-top: 0;
}

.list-item-2 {
  font-size: 16px;
}

.slide-nav-3 {
  inset: auto 0% 0%;
}

.image-100-orig {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

._3er_grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 20px;
}

.paragraph-pad {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-pad.flie-text {
  font-size: 16px;
  line-height: 1.5;
}

.code-embed {
  width: 100%;
}

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

.image-wrapper-2 {
  margin-bottom: 10px;
}

.div-block-177 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.dropdown-2 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-list-18 {
  transition: all .2s;
  position: relative;
}

.dropdown-list-18.w--open {
  background-color: #0000;
  margin-top: 41px;
  padding-right: 127px;
}

.background-color-white {
  background-color: #fff;
}

.faq-icon-line {
  background-color: #010202;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.latest-heading-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.faq-icon-line-2 {
  background-color: #010202;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.accrodian-item {
  background-color: var(--main);
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.faq-icon-2 {
  border: 3px solid #333;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.image-100-height {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.section_2-pad {
  padding: 60px;
}

.list1 {
  font-size: 16px;
}

.sub-heading2 {
  font-size: 25px;
}

.paragraph-large {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large.flie-text {
  line-height: 1.5;
}

.paragraph-large.flie-text.center {
  text-align: center;
  width: 100%;
}

.list-large {
  text-align: left;
  font-size: 18px;
}

.list-large.flie-text {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 100px;
  display: flex;
}

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

.text-card {
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.text-card.highlights.up {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.text-card.highlights.up._100 {
  justify-content: flex-start;
  align-items: center;
}

._2er_grid-contact {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  height: 100%;
}

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

._4re-grid.adj {
  grid-template-columns: 1fr 1fr;
}

.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icons {
  width: 25px;
  height: 25px;
  color: var(--black);
  object-fit: contain;
  align-self: flex-start;
  margin-bottom: 10px;
}

.underline {
  text-decoration: underline;
}

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

.text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-2 {
  height: 5vh;
}

.section-div {
  margin-top: 100px;
}

.div-block-178 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
}

._2er-copy {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 20px;
  display: grid;
}

._2er-copy.adj {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.card-top {
  border-radius: 30px 30px 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
}

.card-top.highlights {
  border-radius: 20px;
  justify-content: flex-start;
  height: 100%;
}

.card-bottom {
  border-radius: 0 0 30px 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card-bottom.highlights {
  justify-content: flex-start;
}

.card-heading-small {
  text-align: center;
  font-size: 24px;
}

.reviews-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.image-wrapper-copy {
  width: 30%;
  height: 50%;
  margin-top: 0;
  margin-right: 0;
}

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

.icon-5 {
  object-fit: contain;
  width: 50px;
  margin-bottom: 20px;
}

.quote-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 70px;
  display: flex;
}

.grid-23 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-columns: .5fr .75fr;
}

.text-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.text-span-4 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  text-decoration: underline;
  display: flex;
}

.text-span-4.not-underlined {
  text-decoration: none;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.utility-pag {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-pag.hauptfarbe {
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

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

.image-error {
  object-fit: contain;
  height: 45vh;
}

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

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

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

.nav-link-dd.flie-text {
  color: #000;
  padding-right: 0;
}

.nav-link-dd.flie-text:hover {
  color: var(--highlight);
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav_link-dd:hover {
  color: gray;
}

.nav_link-dd.w--current {
  color: #ebe3de;
}

.nav_link-dd.flie-text {
  color: #000;
}

.nav_link-dd.flie-text:hover {
  color: var(--highlight);
  font-size: 14px;
  font-weight: 400;
}

.nav_link-dd.flie-text.w--current {
  color: var(--highlight);
}

.content_form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

.wrapp {
  overflow-wrap: anywhere;
}

.flex.adj {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

.div-block-179 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

._1er-grtid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.link-14 {
  color: var(--highlight);
}

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

.button_wrapmittig.links {
  justify-content: flex-start;
  align-items: flex-start;
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  ._4re-grid.adj {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .divblock1 {
    padding-bottom: 20px;
  }

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

  .men-buttton1.hauptfarbe {
    border: 2px solid var(--highlight);
    color: #333;
    padding: 15px;
    font-size: 22px;
  }

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

  .navbar1.hauptfarbe {
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .nav-link.flie-text {
    color: #fff;
    min-width: 100%;
    padding: 15px 0;
  }

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

  .navbar-wrap.hauptfarbe {
    width: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

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

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 50px;
  }

  ._2er-grid1 {
    margin-top: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .success {
    flex: 1;
    padding: 60px;
  }

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

  .success_block.highlights {
    padding: 60px;
  }

  .success1.heading-1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .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;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

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

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

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

  .menu_container_left {
    width: 30%;
  }

  .menu_container_right {
    width: 70%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  ._2er_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .content_3 {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

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

  .lottie-animation.small {
    height: 55vh;
  }

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

  .heading.heading-1.farbe-der-headings {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

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

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

  .paragraph.flie-text.paragraph_center.left {
    text-align: center;
  }

  .paragraph.flie-text.no-margins, .paragraph.flie-text.black, .paragraph.flie-text.left {
    text-align: left;
  }

  .paragraph.flie-text.left.center-sm-sc {
    text-align: center;
  }

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

  .divider {
    width: 40%;
    margin-top: 15px;
  }

  .divider.auto {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.flie-text.highlights {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .button.flie-text.color.auto {
    font-size: 13px;
  }

  .section_3 {
    flex-direction: column;
    padding: 60px;
  }

  .section_3.top-0 {
    padding-top: 0;
  }

  .no_overflow {
    width: 100%;
    height: 60vh;
    margin-right: 0;
  }

  .no_overflow.small-text {
    width: 100%;
    height: 60vh;
  }

  .no_overflow.small-text.auto {
    height: auto;
  }

  .image-100.left._100vh {
    min-height: auto;
  }

  .image-100.is-contain_bg {
    object-fit: contain;
    background-color: #ebebeb;
  }

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

  .quote.zweitfarbe {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
  }

  ._2er_grid_1 {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading_1.heading-1.heading-mittig1.farbe-der-headings {
    font-size: 32px;
  }

  .heading_1.heading-1.heading-mittig1.farbe-der-headings.lefy {
    text-align: center;
  }

  .heading_1.heading-1.farbe-der-headings {
    margin-top: 0;
    font-size: 30px;
  }

  ._3er_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .no_overflow_1 {
    height: 40vh;
  }

  .heading_center.heading-1.farbe-der-headings {
    margin-top: 10px;
    font-size: 22px;
  }

  .paragraph_center.flie-text {
    font-size: 17px;
  }

  .content_1 {
    padding: 0;
  }

  .content_1.right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section_1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .section_1.zweitfarbe, .section_1.less {
    padding: 60px;
  }

  .content_2 {
    margin-top: 0;
  }

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

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

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

  .footer_link {
    text-align: left;
  }

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

  .dropdown-list.hauptfarbe {
    position: relative;
  }

  .dropdown-list.hauptfarbe.w--open {
    padding: 5px 20px;
  }

  .small-heading.heading-3 {
    margin-top: 10px;
    font-size: 22px;
  }

  .small-heading.heading-3.heading-mittig1 {
    text-align: center;
  }

  .small-heading.heading-3.farbe-der-headings {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
  }

  .small-heading.heading-3.heading-center.left-align {
    text-align: center;
  }

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

  .heading-center.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-center.heading-1.space {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .heading-start.heading-1.farbe-der-headings {
    text-align: center;
    font-size: 25px;
  }

  .card.highlights.center {
    border-radius: 20px;
  }

  .card-heading.heading-3 {
    margin-top: 10px;
    font-size: 25px;
  }

  .card-heading.heading-3.farbe-der-headings {
    font-size: 22px;
  }

  .card-heading.heading-3.farbe-der-headings.space {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .card-heading.heading-3.farbe-der-headings.left-align {
    text-align: center;
  }

  ._2er {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

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

  .heading-mittig-klein1-3.heading-3 {
    text-align: center;
    line-height: 1.3;
  }

  .color-block-3 {
    margin-right: 0;
    padding: 5px;
  }

  .content-block-2.highlights {
    justify-content: center;
    align-items: center;
  }

  .content-block-2.highlights.auto-scroll {
    justify-content: flex-start;
    align-items: center;
  }

  .right-arrow {
    width: 2rem;
    height: 2rem;
    margin-right: 0;
  }

  .icon-2 {
    font-size: 28px;
  }

  .left-arrow {
    width: 2rem;
    height: 2rem;
    margin-left: 0;
  }

  .icon-3 {
    font-size: 28px;
  }

  ._2r {
    flex-flow: column;
    display: flex;
  }

  ._2r.size, ._2r.auto.is-invert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._2r.is-invert {
    flex-flow: column-reverse;
  }

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

  .image-wrap {
    height: 60vh;
    position: static;
  }

  .image-wrap.size {
    height: 60vh;
  }

  .image-wrap._1 {
    order: -9999;
  }

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

  .dropdown-content-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-content-4.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-button-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .head.heading-3 {
    text-align: center;
    font-size: 22px;
  }

  .slider {
    min-height: 60vh;
  }

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

  ._1er {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

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

  .image {
    height: 55vh;
  }

  .small.heading-3 {
    margin-top: 10px;
  }

  .fixed {
    bottom: 2%;
  }

  .icon-4 {
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
  }

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

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

  ._6er-grid1-cards.is-flex {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .rounded-block1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 20px 10px;
  }

  .rounded-block1.up {
    padding: 20px 20px 10px;
  }

  .image-wrapper {
    width: 100%;
  }

  .heading_2-color.heading-1.farbe-der-headings {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .text-wrap-pad {
    justify-content: flex-start;
    align-items: center;
  }

  ._2r-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .text-span.farbe-der-headings {
    font-size: 30px;
  }

  .hero-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .image_logo {
    height: 7rem;
  }

  .hero-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 60px 60px;
  }

  .hero-right {
    width: 100%;
    height: 70vh;
  }

  .slide-nav-3 {
    height: 2rem;
    font-size: 12px;
  }

  ._3er_grid-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: start stretch;
    margin-top: 0;
  }

  .big-icon {
    height: 3rem;
  }

  .dropdown-2 {
    width: 100%;
  }

  .dropdown-list-18.w--open {
    margin-top: 30px;
    padding-right: 0;
  }

  .page-padding, .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  .container-large {
    max-width: none;
  }

  .section_2-pad.stretch {
    flex: 1;
  }

  .sub-heading2.heading-3 {
    text-align: center;
    font-size: 22px;
  }

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

  .list-large.flie-text {
    padding-left: 40px;
    font-size: 16px;
  }

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

  ._2er_grid-contact {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2er_grid-contact.is-invert {
    flex-flow: column-reverse;
  }

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

  .icons {
    width: 20px;
    height: 20px;
  }

  .spacer-2 {
    height: 1vh;
  }

  ._2er-copy {
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .card-top.highlights {
    padding-top: 10px;
  }

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

  .card-heading-small.heading-3.width {
    text-align: left;
  }

  .reviews-section {
    flex-direction: column;
    padding: 40px;
  }

  .reviews-section.zweitfarbe {
    padding: 60px;
  }

  .quote-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 40px;
  }

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

  .link-12, .text-span-4 {
    text-align: left;
  }

  .utility-pag.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-error {
    height: 40vh;
  }

  .dropdown-nav {
    width: 100%;
    min-width: 100%;
  }

  .nav-link-dd.flie-text {
    color: #fff;
    width: 60%;
    margin-left: 0;
    padding: 15px 0;
  }

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

  .nav_link-dd.flie-text {
    padding: 12px 0;
  }

  .nav_link-dd.flie-text:hover {
    color: var(--highlight);
  }

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

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

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

@media screen and (max-width: 767px) {
  .divblock1 {
    height: auto;
  }

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

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

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

  .titelvideo1 {
    height: 100%;
  }

  .subheading1 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .slogan1.heading-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-mittig1.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

  .success1.heading-1 {
    font-size: 27px;
  }

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

  .nav_menu {
    min-height: auto;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .menu_form_block {
    width: 100%;
  }

  .content_3 {
    padding: 20px;
  }

  .lottie-animation.small {
    height: 18rem;
  }

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

  .heading.heading-1 {
    font-size: 28px;
  }

  .heading.heading-1.farbe-der-headings {
    font-size: 25px;
  }

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

  .paragraph.flie-text.black.center, .paragraph.flie-text.left.imfooter {
    text-align: center;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.auto {
    margin-top: 15px;
  }

  .button {
    margin-top: 0;
  }

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

  .section_3 {
    flex-direction: column;
    padding: 40px;
  }

  .no_overflow {
    height: 22rem;
    margin-right: 0;
  }

  .no_overflow.small-text {
    height: 22rem;
    margin-bottom: 0;
  }

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

  .quote.zweitfarbe {
    width: 100%;
    padding: 20px;
  }

  .heading_1.heading-1.heading-mittig1.farbe-der-headings {
    font-size: 30px;
  }

  .heading_1.heading-1.farbe-der-headings {
    font-size: 25px;
  }

  ._3er_grid {
    flex-flow: column;
    display: flex;
  }

  .no_overflow_1 {
    height: 22rem;
  }

  .heading_center.heading-1.farbe-der-headings {
    font-size: 20px;
  }

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

  .paragraph_center.flie-text.left-align {
    text-align: center;
    font-size: 15px;
  }

  .content_1, .content_1.right {
    justify-content: flex-start;
    align-items: center;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

  .section_1, .section_1.zweitfarbe, .section_1.less {
    padding: 40px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .dropdown-list.hauptfarbe.w--open {
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-heading.heading-3, .small-heading.heading-3.farbe-der-headings {
    font-size: 20px;
  }

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

  .heading-center.heading-1 {
    font-size: 25px;
  }

  .heading-center.heading-1.space {
    margin-top: 40px;
  }

  .heading-start.heading-1.farbe-der-headings, .card-heading.heading-3 {
    font-size: 22px;
  }

  .card-heading.heading-3.farbe-der-headings {
    font-size: 20px;
  }

  .card-para.flie-text {
    font-size: 15px;
  }

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

  .image-wrap {
    height: 22rem;
  }

  .image-wrap.size {
    height: 20rem;
  }

  .image-wrap.height {
    height: 22rem;
  }

  .image-wrap.auto {
    height: 20rem;
  }

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

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

  .slider {
    min-height: 30rem;
  }

  ._3er {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

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

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

  .image {
    height: 22rem;
  }

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

  ._6er-grid1-cards {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .image-wrapper {
    height: 20rem;
  }

  .heading_2-color.heading-1.farbe-der-headings {
    font-size: 22px;
  }

  .paragraph-color.flie-text.center {
    text-align: center;
  }

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

  .image_logo {
    height: 6rem;
  }

  .hero-left {
    padding: 30px 40px 40px;
  }

  .hero-right {
    height: 25rem;
  }

  .hero-section.hauptfarbe {
    min-height: auto;
  }

  .list-item-2 {
    font-size: 15px;
  }

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

  ._3er_grid-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .big-icon {
    height: 2.8rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accrodian-item {
    padding: 12px 22px;
  }

  .faq-icon-2 {
    width: 28px;
    height: 28px;
  }

  .section_2-pad {
    padding: 40px;
  }

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

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

  .paragraph-large.flie-text.center, .list-large.flie-text {
    font-size: 15px;
  }

  ._4re-grid {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

  .reviews-section {
    flex-direction: column;
  }

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

  .image-footer {
    height: 5rem;
  }

  .icon-5 {
    width: 45px;
  }

  .quote-3 {
    padding: 20px;
  }

  .grid-23 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .text-span-4 {
    font-size: 15px;
  }

  .image-error {
    height: 15rem;
  }

  .nav-link-dd.flie-text {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav_link-dd.flie-text {
    padding-top: 10px;
    padding-bottom: 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%;
  }

  .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .men-buttton1.hauptfarbe {
    padding: 12px;
    font-size: 20px;
  }

  .navbar1.hauptfarbe {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

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

  .subheading1 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-mittig1.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

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

  .success_block.highlights {
    padding: 20px;
  }

  .success1 {
    font-size: 20px;
    line-height: 30px;
  }

  .success1.heading-1 {
    font-size: 18px;
    line-height: 1.3;
  }

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

  ._2er_grid {
    place-items: start;
  }

  .content_3 {
    padding: 0;
  }

  .content_3.adj {
    justify-content: space-between;
    align-items: flex-start;
  }

  .lottie-animation.small {
    height: 12rem;
  }

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

  .heading.heading-1, .heading.heading-1.farbe-der-headings {
    font-size: 22px;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .paragraph.flie-text.black.center, .paragraph.flie-text.left.imfooter {
    text-align: center;
  }

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

  .divider, .divider.auto {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button.flie-text.highlights {
    line-height: 1.3;
  }

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

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

  .no_overflow.small-text.auto {
    height: auto;
  }

  .no_overflow.smaller {
    height: 10rem;
  }

  .quote.zweitfarbe {
    padding: 20px 15px 15px;
  }

  .heading_1 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading_1.heading-1.heading-mittig1.farbe-der-headings {
    font-size: 25px;
    line-height: 1.3;
  }

  .heading_1.heading-1.farbe-der-headings {
    font-size: 20px;
  }

  .no_overflow_1 {
    height: 18rem;
  }

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

  .heading_center.heading-1.farbe-der-headings {
    font-size: 18px;
  }

  .paragraph_center {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .content_1.right {
    justify-content: center;
    align-items: center;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

  .divider_1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .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 {
    top: 10px;
  }

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

  .dropdown-list.hauptfarbe.w--open {
    padding-left: 12px;
    padding-right: 12px;
  }

  .small-heading.heading-3, .small-heading.heading-3.farbe-der-headings {
    font-size: 18px;
  }

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

  .heading-center.heading-1 {
    font-size: 22px;
  }

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

  .card.highlights.center {
    border-radius: 15px;
    padding: 15px;
  }

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

  .card-heading.heading-3.farbe-der-headings {
    font-size: 18px;
  }

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

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

  .content-block-2.highlights.auto-mobil_scroll {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .right-arrow {
    width: 1.8rem;
    height: 1.8rem;
  }

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

  .left-arrow {
    width: 1.8rem;
    height: 1.8rem;
  }

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

  ._2r.is-invert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-wrap {
    height: 20rem;
  }

  .image-wrap.size {
    height: auto;
  }

  .image-wrap.size.max, .image-wrap.height {
    height: 20rem;
  }

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

  .dropdown-content-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }

  .dropdown-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    font-weight: 500;
  }

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

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

  .card1 {
    padding: 15px;
  }

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

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

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

  .image {
    height: 20rem;
  }

  .socila-img {
    width: 30px;
  }

  ._6er-grid1-cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rounded-block1, .rounded-block1.up {
    padding: 15px;
  }

  .image-wrapper {
    height: 18rem;
  }

  .heading_2-color.heading-1.farbe-der-headings {
    font-size: 20px;
  }

  .paragraph-color {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-color.flie-text.center {
    text-align: center;
  }

  .text-span.farbe-der-headings {
    font-size: 22px;
  }

  .image_logo {
    height: 5.5rem;
  }

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

  .hero-right {
    height: auto;
  }

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

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

  .paragraph-pad {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .big-icon {
    height: 2.5rem;
  }

  .dropdown-list-18.w--open {
    margin-top: 20px;
  }

  .faq-icon-line {
    width: 2px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .latest-heading-wrapper {
    text-align: left;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-icon-line-2 {
    height: 2px;
  }

  .accrodian-item {
    height: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }

  .faq-icon-2 {
    width: 25px;
    height: 25px;
  }

  .section_2-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sub-heading2.heading-3 {
    font-size: 18px;
  }

  .paragraph-large {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .text-card.highlights.up {
    border-radius: 20px;
    padding: 10px 15px;
  }

  ._4re-grid {
    margin-top: 20px;
  }

  .icons {
    width: 18px;
    height: 18px;
  }

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

  .card-top.highlights {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .card-bottom.highlights {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 15px;
  }

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

  .card-heading-small.heading-3.width {
    white-space: normal;
    width: 85%;
  }

  .reviews-section {
    padding: 20px;
  }

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

  .image-footer {
    height: 4rem;
  }

  .icon-5 {
    width: 40px;
    margin-bottom: 10px;
  }

  .quote-3 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-12.center {
    text-align: center;
    text-decoration: none;
  }

  .text-span-4 {
    padding-left: 10px;
    font-size: 14px;
  }

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

  .image-error {
    height: 13rem;
  }

  .nav-link-dd.flie-text {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_link-dd.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

#w-node-_9d8d4fbc-1b2b-719c-0e27-7427665dd945-5d03ce88, #w-node-a2a874b0-523b-8403-d91a-eb821b739b0d-5d03ce90, #w-node-_4c74abf2-a175-8f28-ee78-a55abefac277-5d03ce90, #w-node-_569d80e0-d97e-2487-ad76-def3118c1624-5d03ce90, #w-node-ac3e8b6d-619a-2274-49f8-a0a201c8b7b4-5d03ce90, #w-node-_32028e30-36a2-2f4b-cc08-21ac92efa5e2-5d03ce93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7213a36d-8d4d-605f-5952-654819c8daab-5d03ce96 {
  align-self: auto;
}

#w-node-_074bcc58-3964-16f5-ae11-df99ef5494be-5d03ce96, #w-node-d2d95a28-1d36-2902-7129-3452582463f7-5d03ce98, #w-node-bfc561d4-88ab-e8c6-7c06-ae2a786bb225-07a36a2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_45ce5f99-58e6-6cad-0bb1-74a7bc548cdd-5d03ce90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_074bcc58-3964-16f5-ae11-df99ef5494be-5d03ce96 {
    grid-column: span 2 / span 2;
  }

  #w-node-_699612f0-2a29-ae18-7038-1a88d9f5b8bb-07a36a2a, #w-node-cab90482-d4e0-227e-4d68-475e9e3ce98f-173f63f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


