:root {
  --green: #7d8578;
  --black: black;
  --darkgrey: #333;
  --gold: #d3af37;
  --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-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

p {
  margin-bottom: 10px;
}

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

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

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

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

.logo-img {
  object-fit: contain;
  background-color: #000;
  width: 10vw;
}

.logo-img.bright {
  background-color: #e1e1e1c2;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  max-width: 220px;
  height: auto;
  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 {
  color: #fff;
  background-color: #333;
}

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

.highlights {
  color: #000;
  background-color: #adadad;
}

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

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

.flie-text {
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #7d8578;
  font-family: Playfair Display, sans-serif;
  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;
}

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

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

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

.footer {
  height: auto;
  margin-top: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer.hauptfarbe {
  color: #fff;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/_I0A2578.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding: 40px 10% 40px 17%;
  position: relative;
}

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.heading_footer.heading-1 {
  color: #fff;
  margin-top: 10px;
  line-height: 1.3;
  text-decoration: none;
}

.heading_footer.heading-1.is-large {
  font-size: 40px;
  font-weight: 500;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.impdat {
  padding: 100px 10% 100px 17%;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 10% 100px 17%;
  display: flex;
}

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

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

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

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

.div-block-111 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

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

.logo-wei {
  filter: invert();
  display: none;
}

.logo-wei.desktop {
  filter: none;
  display: block;
}

.nav-menu-1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-1 {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link-1.flie-text {
  color: #fff;
  font-weight: 500;
}

.nav-link-1.flie-text.w--current {
  border-bottom: 2px solid #fff;
  font-weight: 600;
}

.navlink_content {
  overflow: hidden;
}

.background-video {
  height: 100%;
}

.titelheading {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

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

.content {
  z-index: 5;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_relative {
  height: 105vh;
  position: relative;
}

.section_1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 10% 100px 17%;
  display: flex;
  overflow: hidden;
}

.section_1.zweitfarbe {
  align-items: flex-start;
  padding-left: 17%;
}

.section_1.zweitfarbe.center, .section_1.zweitfarbe.mitting {
  justify-content: center;
  align-items: center;
}

.section_1.mid {
  align-items: center;
}

.section_1.hauptfarbe {
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

._2er_grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  place-items: center start;
  width: 100%;
}

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

.heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.heading.heading-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 1.3;
}

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

.paragraph.flie-text {
  z-index: 5;
  line-height: 1.5;
  position: relative;
}

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

.section_2 {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.heading_1 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.heading_1.heading-1 {
  margin-top: 10px;
  line-height: 1.3;
}

.heading_1.heading-1.small {
  font-size: 30px;
}

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

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

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

.submit_button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

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

.submit_button.flie-text:hover {
  background-color: var(--darkgrey);
  color: #fff;
  border-color: #fff;
}

.grid-social {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 4.25fr;
  place-items: center start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content_image {
  background-image: linear-gradient(#fffc, #fffc), url('../images/_I0A3115.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding: 60px 40px;
}

.white_block {
  background-color: #fff;
  padding: 40px;
}

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

.paragraph_footer {
  font-size: 16px;
  line-height: 28px;
}

.paragraph_footer.flie-text {
  margin-right: 40px;
  line-height: 1.5;
  display: block;
}

.icon_social {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

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

.absolute_div {
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 100px 10% 100px 17%;
  position: absolute;
  inset: 0%;
}

.absolute_image_div {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/06ee42ddf03c8bfc62c1197f9eb4f760.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 180%;
  margin-top: -5%;
  position: absolute;
  inset: 0%;
}

.circle {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

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

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

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

.link-formular.farbe-der-headings {
  color: var(--black);
}

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

.maps-gro {
  width: 100%;
  height: 67.1vh;
}

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

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

.impdat-2.flie-text {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.impressum-link {
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.image-qr-code {
  object-fit: contain;
  width: 7vw;
  margin-top: 10px;
}

.button-black {
  color: #414141;
  background-color: #fff0;
  border: 1px solid #989898;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  position: static;
}

.button-black:hover {
  background-color: var(--darkgrey);
  color: #fff;
}

.button-black.bright {
  border-color: var(--gold);
  height: 100%;
  color: var(--gold);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
  display: flex;
}

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

.image-wrapper-45vh {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

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

.nav-men.main-color {
  z-index: 1000;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  width: 100%;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

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

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

.nav-link.paragraph-font {
  color: #333;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #e1e1e1;
  text-shadow: 0 1px 1px #e1e1e1;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  overflow: visible;
}

.nav-link.paragraph-font.w--current {
  color: #000;
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
}

.nav-link.paragraph-font.wrap {
  overflow-wrap: anywhere;
}

.navbar-6 {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.navbar-new {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 17%;
  height: 93vh;
  padding: 2vh 10px 15vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.page {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  display: flex;
}

._6er-grid1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card-backshadow {
  color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.img-backshadow {
  object-fit: cover;
  height: 35vh;
  margin-bottom: 10px;
  box-shadow: 3px 3px 11px -4px #000;
}

.heading-mittig1-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig1-2.heading-font2.heading-color {
  text-align: left;
  font-family: Playfair Display, sans-serif;
}

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

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

.arrow-left.white-back {
  background-color: #fff;
}

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

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

.arrow-right.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  cursor: pointer;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-tab-button-dark.hauptfarbe {
  background-color: var(--darkgrey);
}

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

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

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

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.transp-div {
  width: 100%;
}

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

.slide-45 {
  width: 45%;
  margin-right: 20px;
}

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

.image-100-slider, .image-80 {
  object-fit: cover;
  border-radius: 25px;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: block;
}

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

.slide-nav-invert {
  display: block;
}

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

.bilder-section-cover {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/_I0A3195.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.inhalt-50-1 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.text-span-font-size {
  color: #fff;
  font-size: 120px;
}

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

.grey-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.grey-block.highlights {
  margin-top: 40px;
  padding: 20px;
}

.grey-block.highlights.hide {
  display: none;
}

.quick-stack_2er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.quick-stack-footer {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  margin-bottom: 140px;
  padding-left: 20px;
}

.quick-stack-footer-nav {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  width: 100%;
}

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

.cell-top-center {
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-top-center.rightline {
  grid-row-gap: 10px;
  border-right: 1px solid #686868;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.copyrights-flex {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.section-title {
  height: 65vh;
}

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

.title-image-100.down {
  object-position: 50% 70%;
}

.title-image-100.from-top {
  object-position: 50% 20%;
}

.section-58 {
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/_I0A2578.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 100px 100px 17%;
  display: flex;
  position: relative;
}

.quick-stack-images {
  z-index: 100;
  grid-column-gap: 200px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
  position: relative;
}

.image-50vh-right {
  object-fit: cover;
  width: 60%;
  height: 50vh;
  position: relative;
  bottom: 0;
}

.image-50vh-right.z-index {
  z-index: 10;
  position: relative;
}

.image-small {
  width: 80%;
  position: relative;
}

.image-small._80 {
  object-fit: cover;
  top: -80px;
}

.image-small._60 {
  object-fit: cover;
  width: 60%;
  bottom: -80px;
}

.cell-right-align, .cell-top-right {
  align-items: flex-end;
}

.image-50vh {
  object-fit: cover;
  width: 60%;
  height: 50vh;
  position: relative;
  bottom: -140px;
}

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

.div-block-frame {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 20px;
  display: flex;
}

.icon-white {
  text-align: center;
  object-fit: contain;
  margin-top: -32px;
  display: inline-block;
}

.reviews {
  color: #fff;
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/_I0A3195.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 100px 17%;
  display: flex;
  position: static;
  overflow: hidden;
}

.slider-100 {
  background-color: #ddd0;
  width: 100%;
  height: 100.004%;
}

.mask {
  height: 100%;
  overflow: hidden;
}

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

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

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

.star-block {
  padding-top: 20px;
  padding-bottom: 40px;
}

.star {
  object-fit: contain;
  width: 18px;
  margin-right: 5px;
}

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

.transp-div-relative {
  width: 100%;
  position: relative;
  bottom: -40px;
}

.bucken {
  z-index: 1000;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  position: fixed;
  inset: auto 2% 15% auto;
}

.bucken:hover {
  background-color: var(--darkgrey);
  color: #fff;
  border-color: #fff;
}

.section_1-overflow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 0% 100px 17%;
  display: flex;
  overflow: hidden;
}

.bold-text-120px {
  line-height: 120px;
}

.social-fixed-block {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: fixed;
  inset: 2% 2% auto auto;
}

.icon-top {
  object-fit: cover;
  width: 35px;
}

.link-block-social {
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
}

.paragraph_footer-small {
  font-size: 16px;
  line-height: 28px;
}

.paragraph_footer-small.flie-text {
  margin-right: 40px;
  line-height: 1.5;
  display: block;
}

.bild-section-cover {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/_I0A3195.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

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

.list-para.flie-text {
  z-index: 5;
  line-height: 1.5;
  position: relative;
}

.list-para.flie-text.no-space {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.center-cell._23e {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field {
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.success-message, .error-message {
  color: #000;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-62 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-62:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-89 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-89.bottom-margin {
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
}

.paragraph-57 {
  color: #7f7f7f;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-57.darker {
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.darker:hover {
  color: #4f4f4f;
}

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

._3d-embed {
  width: 60vw;
  height: 70vh;
  margin-top: 10px;
}

.modal1_background-overlay {
  z-index: 3;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.modal1_content-wrapper {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  max-width: 65rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: visible;
}

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

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

.margin-bottom.margin-large {
  margin: 0;
}

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

.modal1_close-button {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.hide-mobile-landscape {
  filter: invert();
}

.modal1_component {
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-pop-up {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

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

.grid.hide {
  display: none;
}

.modal1_component-2 {
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-2 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  max-width: 65rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-3 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 48rem;
  height: auto;
  max-height: 90vh;
  padding: 4rem 4rem 2rem;
  position: relative;
  overflow: auto;
}

.modal1_close-button-2 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.flyer-images {
  object-fit: contain;
  height: 65vh;
}

.modal1_background-overlay-2, .modal1_background-overlay-3 {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_content-wrapper-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-4 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_component-5 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 48rem;
  height: auto;
  max-height: 90vh;
  padding: 4rem 3rem 3rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.flyer-images-2 {
  object-fit: contain;
  height: auto;
}

.modal1_background-overlay-4 {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  margin-bottom: 10px;
}

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

.div-block-112 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-113 {
  position: fixed;
  top: 3%;
  left: 5%;
}

.buttons-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: grid;
}

.link-block-social-copy {
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
}

.link {
  color: var(--darkgrey);
  text-decoration: underline;
}

.div-block-115 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.paragraph-63 {
  color: #414141;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-116 {
  color: #414141;
  background-color: #eaeaea;
  border: 1px solid #989898;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
}

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

.div-block-117 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item {
  text-align: center;
  list-style-type: none;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  list-style-type: none;
}

.div-block-118 {
  background-color: var(--white);
  border: 1px solid #0003;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-119 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-120 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.flyer-images-3 {
  object-fit: contain;
  height: 45vh;
}

.main-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fixed-block {
  position: fixed;
  inset: 3% 5% auto auto;
}

.google-reviews {
  margin-top: 20px;
}

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

  .logo {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

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

  .farbe-der-headings.large {
    font-size: 35px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .heading_footer.heading-1 {
    text-align: center;
    font-size: 16px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

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

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

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

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

  .icon {
    color: #fff;
  }

  .hauptfarbe-2.w--open {
    background-color: #313131;
  }

  .logo-wei {
    display: block;
  }

  .logo-wei.desktop {
    display: none;
  }

  .nav-menu-1 {
    background-color: #000;
  }

  .titelheading.heading-1 {
    margin-top: 10px;
    font-size: 40px;
  }

  .content {
    z-index: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .section_relative {
    height: 60vh;
  }

  .section_1 {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

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

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

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

  .content_block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

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

  .heading.heading-1.landing {
    font-size: 55px;
  }

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

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

  .section_2 {
    height: 70vh;
  }

  .heading_1.heading-1 {
    font-size: 35px;
  }

  .grid-social {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .divider {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .content_image, .white_block {
    padding: 20px;
  }

  .image_100 {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .image_100.vh {
    height: 50vh;
    margin-bottom: 0;
  }

  .paragraph_footer.flie-text {
    text-align: center;
    margin-right: 70px;
  }

  .heading_2.heading-1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .absolute_div {
    padding: 60px;
  }

  .absolute_image_div {
    height: 100%;
    margin-top: 0%;
  }

  .circle {
    width: 45px;
    height: 45px;
    padding: 9px;
  }

  .link-formular.farbe-der-headings {
    font-size: 17px;
  }

  .maps-gro {
    height: 40vh;
  }

  .link-block, .impdat-2.flie-text {
    text-align: center;
  }

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

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

  .image-qr-code {
    width: 120px;
    margin-bottom: 10px;
  }

  .button-black {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.3;
  }

  .button-black.bright {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
  }

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

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

  .nav-men.main-color {
    border-radius: 0;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: absolute;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link.paragraph-font {
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.2;
  }

  .nav-link.paragraph-font:hover, .nav-link.paragraph-font.w--current {
    color: var(--green);
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--darkgrey);
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }

  .navbar-6 {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-new {
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 0;
    position: sticky;
    inset: 0% 0% auto;
  }

  .page.overflow {
    overflow: hidden;
  }

  ._6er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .card-backshadow {
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-mittig1-2.heading-font2.heading-color {
    text-align: center;
    line-height: 1;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item-wrapper-white {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .accordion-tab-button-dark.hauptfarbe {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .accordion-pane-content {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .arrow-div {
    margin-right: 16px;
  }

  .slider-40vh {
    height: 45vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-40vh.top-margin {
    margin-top: 40px;
  }

  .slide-45 {
    width: 50%;
    margin-right: 10px;
  }

  .image-100-slider, .image-80 {
    border-radius: 10px;
  }

  .left-arrow-white {
    width: 55px;
    font-size: 35px;
  }

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

  .bilder-section-cover {
    height: 45vh;
    padding-right: 0;
  }

  .inhalt-50-1 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .text-span-font-80px {
    font-size: 35px;
  }

  .quick-stack_2er {
    padding: 0;
  }

  .quick-stack-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack-footer-nav {
    align-self: center;
  }

  .cell-top-center.rightline {
    border-right-style: none;
    justify-content: center;
    align-items: center;
  }

  .horizontal-flex {
    justify-content: space-between;
  }

  .copyrights-flex {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

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

  .link-footer-nav {
    font-size: 16px;
  }

  .section-title {
    height: 50vh;
  }

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

  .section-58 {
    padding: 60px;
  }

  .quick-stack-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-50vh-right.z-index {
    width: 100%;
    height: 45vh;
  }

  .image-small._80 {
    width: 100%;
    height: 45vh;
    top: 0;
  }

  .image-small._60, .image-50vh {
    width: 100%;
    height: 45vh;
    bottom: 0;
  }

  ._3er-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

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

  .icon-white {
    width: 45px;
  }

  .reviews {
    height: auto;
    padding: 60px;
  }

  .slide-60-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-font.farbe-der-headings {
    color: var(--green);
    font-size: 20px;
  }

  .star-block {
    padding-bottom: 20px;
  }

  .text-span-font-40px {
    font-size: 20px;
  }

  .transp-div-relative {
    bottom: 0;
  }

  .bucken {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.3;
    bottom: 5%;
  }

  .section_1-overflow {
    padding: 60px;
  }

  .bold-text-120px {
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
  }

  .social-fixed-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    top: 15%;
  }

  .icon-top {
    width: 30px;
  }

  .link-block-social {
    box-shadow: 0 2px 3px #0003;
  }

  .paragraph_footer-small.flie-text {
    text-align: center;
  }

  .right-arrow-white {
    width: 55px;
    font-size: 35px;
  }

  .mask-slider {
    padding-right: 10px;
  }

  .bild-section-cover {
    height: 40vh;
    padding-right: 0;
  }

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

  .quick-stack-2er {
    width: 100%;
    padding: 0;
  }

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

  .form-block-2 {
    margin-bottom: 0;
  }

  .popup-inside {
    width: 80%;
    height: 80vh;
  }

  .heading-89.bottom-margin {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  ._3d-embed {
    width: 80vw;
    height: 60vh;
  }

  .modal1_content-wrapper {
    max-width: 90%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .modal1_component {
    display: flex;
  }

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

  .modal1_component-2 {
    display: flex;
  }

  .modal1_content-wrapper-2 {
    max-width: 90%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper-3 {
    width: auto;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper-4, .modal1_content-wrapper-5 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .code-embed-2 {
    height: 55vh;
  }

  .div-block-112 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .buttons-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .link-block-social-copy {
    box-shadow: 0 2px 3px #0003;
  }

  .div-block-117 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-120 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

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

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

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

  .logo-img {
    width: 100px;
  }

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

  .farbe-der-headings {
    font-size: 16px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .heading_footer.heading-1 {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .heading_footer.heading-1.is-large {
    font-size: 35px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .titelheading.heading-1 {
    font-size: 30px;
  }

  .content {
    height: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_relative {
    height: 50vh;
  }

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

  .section_1.hauptfarbe {
    padding-top: 90px;
  }

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

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

  .heading.heading-1.landing {
    font-size: 40px;
  }

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

  .section_2 {
    height: 85vh;
  }

  .heading_1.heading-1 {
    font-size: 30px;
  }

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

  .submit_button.flie-text {
    order: 1;
  }

  .grid-social {
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .divider {
    margin-bottom: 0;
  }

  .content_image {
    padding: 10px;
  }

  .white_block {
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .image_100.vh {
    height: 45vh;
  }

  .paragraph_footer.flie-text {
    text-align: center;
    margin-right: 0;
    font-size: 15px;
  }

  .heading_2.heading-1 {
    font-size: 20px;
  }

  .absolute_div {
    padding: 40px;
  }

  .circle {
    width: 40px;
    height: 40px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 35vh;
  }

  .impdat-2.flie-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
  }

  .impressum-link {
    text-align: center;
    margin-right: 0;
  }

  .image-qr-code {
    width: 100px;
  }

  .button-black {
    margin-bottom: 20px;
    padding: 8px 15px;
    font-size: 14px;
  }

  .button-black.bright {
    font-size: 20px;
  }

  .grid-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

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

  .nav-link.paragraph-font {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.1;
  }

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

  .page.overflow {
    overflow: hidden;
  }

  ._6er-grid1 {
    margin-top: 10px;
  }

  .img-backshadow {
    height: 30vh;
  }

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

  .heading-mittig1-2.heading-font2.heading-color {
    font-size: 22px;
    line-height: 1.3;
  }

  .accordion-item-wrapper-white {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-tab-button-dark.hauptfarbe {
    width: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .arrow-div {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .accordion-question-header {
    padding-left: 15px;
    font-size: 1em;
    line-height: 1.3;
  }

  .slider-40vh.top-margin {
    margin-top: 20px;
  }

  .slide-45 {
    width: 100%;
    margin-right: 5px;
  }

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

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

  .bilder-section-cover {
    height: 40vh;
  }

  .inhalt-50-1 {
    padding-bottom: 10px;
  }

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

  .text-span-font-80px {
    font-size: 30px;
  }

  .grey-block.highlights {
    margin-top: 20px;
  }

  .quick-stack_2er {
    width: 100%;
  }

  .quick-stack-footer, .quick-stack-footer-nav {
    padding: 0;
  }

  .cell-top-center.rightline {
    line-height: 1.3;
  }

  .cell-space-between {
    flex-flow: column;
  }

  .horizontal-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin-bottom: 5px;
  }

  .copyrights-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-30px {
    font-size: 22px;
  }

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

  .section-title {
    height: 45vh;
  }

  .section-58 {
    padding: 40px;
  }

  .image-50vh-right.z-index, .image-small._80, .image-small._60, .image-50vh {
    height: 35vh;
  }

  ._3er-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-frame {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .icon-white {
    width: 35px;
    margin-top: -25px;
  }

  .reviews {
    padding: 40px;
  }

  .star {
    width: 15px;
  }

  .text-span-font-40px {
    font-size: 16px;
  }

  .bucken {
    padding: 8px 15px;
    font-size: 14px;
    bottom: 12%;
  }

  .section_1-overflow {
    padding: 40px;
  }

  .bold-text-120px {
    font-size: 35px;
  }

  .social-fixed-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    top: 25%;
  }

  .icon-top {
    width: 25px;
  }

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

  .paragraph_footer-small.flie-text {
    text-align: center;
    margin-right: 0;
    font-size: 14px;
  }

  .bild-section-cover {
    height: 35vh;
  }

  .list-para.flie-text, .form-field {
    font-size: 16px;
  }

  .success-message {
    margin-top: 20px;
    font-size: 14px;
  }

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

  .image-62 {
    width: 25px;
    height: 25px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-57.darker {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  ._3d-embed {
    height: 50vh;
  }

  .modal1_content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    overflow: visible;
  }

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

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .image-pop-up {
    height: auto;
  }

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

  .modal1_content-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 90vh;
    max-height: none;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    overflow: scroll;
  }

  .modal1_component-3 {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-3 {
    max-height: none;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .flyer-images {
    height: 55vh;
  }

  .modal1_content-wrapper-4 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-4, .modal1_component-5 {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-5 {
    max-height: 90vh;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .flyer-images-2 {
    height: 30vh;
  }

  .code-embed-2 {
    height: 50vh;
  }

  .div-block-112 {
    flex-flow: wrap;
  }

  .paragraph-63 {
    font-size: 18px;
  }

  .div-block-117 {
    grid-template-columns: 1fr;
  }

  .flyer-images-3 {
    height: 40vh;
  }
}

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

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

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

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

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

  .logo-img {
    width: 90px;
  }

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

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

  .flie-text.klein {
    font-size: 12px;
    line-height: 17px;
  }

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

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

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

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

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

  .heading_footer.heading-1.is-large {
    font-size: 25px;
  }

  .rounded-block {
    min-width: 200px;
  }

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

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

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

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

  .content {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section_relative {
    height: 26vh;
  }

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

  .section_1.hauptfarbe {
    padding-top: 120px;
  }

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

  .heading.heading-1 {
    margin-bottom: 5px;
    font-size: 23px;
  }

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

  .heading.heading-1.large, .heading.heading-1.landing {
    font-size: 25px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

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

  .section_2 {
    height: 90vh;
  }

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

  .heading_1.heading-1 {
    font-size: 24px;
  }

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

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

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

  .grid-social {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

  .white_block {
    width: 100%;
    padding: 5px;
  }

  .image_100.vh {
    height: 45vh;
  }

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

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

  .circle {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

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

  .link-formular.farbe-der-headings {
    font-size: 15px;
  }

  .maps-gro {
    height: 30vh;
  }

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

  .impdat-2.flie-text {
    min-height: auto;
    font-size: 14px;
  }

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

  .button-black {
    font-size: 13px;
    line-height: 1.2;
  }

  .button-black.bright {
    font-size: 14px;
    line-height: 1.3;
  }

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

  .nav-link.paragraph-font {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

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

  .page.overflow {
    overflow: hidden;
  }

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

  .img-backshadow {
    height: 35vh;
  }

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

  .heading-mittig1-2.heading-font2.heading-color {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .arrow-left.white-back {
    width: 28px;
    height: 2px;
    left: 2px;
  }

  .accordion-item-wrapper-white {
    margin-top: 5px;
  }

  .arrow-right.white-back {
    width: 28px;
    height: 2px;
    right: 1.5px;
  }

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

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

  .arrow-div {
    width: 16px;
    margin-right: 0;
  }

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

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

  .slider-40vh {
    height: 45vh;
  }

  .left-arrow-white {
    width: 45px;
    font-size: 30px;
  }

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

  .bilder-section-cover {
    height: 35vh;
  }

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

  .grey-block.highlights {
    padding: 10px;
  }

  .cell-top-center {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-30px {
    font-size: 20px;
  }

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

  .section-title {
    height: 40vh;
  }

  .title-image-100.down {
    object-position: 70% 70%;
  }

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

  .quick-stack-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .icon-white {
    width: 30px;
  }

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

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

  .star-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .star {
    width: 11px;
  }

  .bucken {
    font-size: 13px;
    line-height: 1.2;
    right: 1%;
  }

  .section_1-overflow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-120px {
    font-size: 30px;
  }

  .social-fixed-block {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    top: 40%;
  }

  .icon-top {
    width: 22px;
  }

  .icon-top.small {
    width: 20px;
    margin-right: 3px;
  }

  .link-block-social {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

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

  .paragraph_footer-small.flie-text, .subscript {
    font-size: 12px;
  }

  .paragraph-62 {
    font-size: 14px;
  }

  .right-arrow-white {
    width: 45px;
    font-size: 30px;
  }

  .bild-section-cover {
    height: 20vh;
  }

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

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

  .form-field {
    font-size: 14px;
  }

  .success-message {
    margin-top: 10px;
  }

  .popup-inside {
    width: 90%;
    padding-left: 10px;
  }

  .image-62 {
    width: 20px;
    height: 20px;
  }

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

  .heading-89.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

  ._3d-embed {
    width: 90vw;
    height: 35vh;
  }

  .modal1_content-wrapper {
    padding-top: 3rem;
    padding-bottom: 1rem;
    display: flex;
  }

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

  .modal1_component-2 {
    display: none;
  }

  .modal1_content-wrapper-2 {
    padding-top: 3rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .modal1_component-3 {
    width: auto;
    height: auto;
  }

  .flyer-images {
    height: 50vh;
  }

  .modal1_component-4, .modal1_component-5 {
    width: auto;
    height: auto;
  }

  .modal1_content-wrapper-5 {
    max-height: 70vh;
  }

  .code-embed-2 {
    height: 45vh;
  }

  .div-block-112 {
    flex-flow: column;
  }

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

  .link-block-social-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .paragraph-63 {
    font-size: 15px;
  }

  .div-block-117 {
    grid-template-columns: 1fr;
  }

  .div-block-120 {
    flex-flow: column;
  }
}

#w-node-c89755ac-8278-5787-1be2-00d9a3e63d0f-cdb453af {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_732db187-31a4-806b-e3c2-5959957afad7-cdb453af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_52462969-e35c-9b43-8ecb-2a91bca0d31f-bca0d31d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_52462969-e35c-9b43-8ecb-2a91bca0d324-bca0d31d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-aea974d3-f953-2ab4-ddef-7d02214395b2-2143959d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-aea974d3-f953-2ab4-ddef-7d02214395b6-2143959d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_71085c6d-3577-d8f0-f53c-dd4c7508e4fe-4bbb1f85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_455adae8-809d-33ee-127d-e723485670f4-4bbb1f85, #w-node-_49d8ae21-2bfa-7344-775d-c736eea07f2c-4bbb1f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c591eb6-d37c-a7b0-0476-29aedb8bc1af-4bbb1f85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c591eb6-d37c-a7b0-0476-29aedb8bc1b6-4bbb1f85, #w-node-_0c591eb6-d37c-a7b0-0476-29aedb8bc1c3-4bbb1f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c08ee02-95d6-3cab-9db3-14cd30256a59-4bbb1f85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c08ee02-95d6-3cab-9db3-14cd30256a5f-4bbb1f85, #w-node-_0c08ee02-95d6-3cab-9db3-14cd30256a6c-4bbb1f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c78f9648-ee37-985a-9772-cb7932d68f4d-32d68f4b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c78f9648-ee37-985a-9772-cb7932d68f52-32d68f4b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d09bf88a-1125-da92-a68d-ed7c623b86df-32d68f4b {
  grid-column: span 2 / span 2;
}

#w-node-_91892292-75db-2791-7b87-c4ca4d83298d-6d22f5c3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_91892292-75db-2791-7b87-c4ca4d832992-6d22f5c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ce5ccdc3-774d-10d3-afdc-73d173404573-9bcd7bdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e87a326-625a-2119-3b49-5ef0fc98f28f-9bcd7bdb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6976542a-428e-da53-384a-f61c0c5df484-9bcd7bdb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_546c3e5c-4641-b7ea-a6e9-d4b6e529cc1e-df143057 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f855fed9-9f32-13e1-c778-7dc3cf6dddff-320f2c02 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f855fed9-9f32-13e1-c778-7dc3cf6dde03-320f2c02 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_732db187-31a4-806b-e3c2-5959957afad7-cdb453af, #w-node-_52462969-e35c-9b43-8ecb-2a91bca0d324-bca0d31d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_71085c6d-3577-d8f0-f53c-dd4c7508e4fe-4bbb1f85, #w-node-_0c591eb6-d37c-a7b0-0476-29aedb8bc1af-4bbb1f85, #w-node-_0c08ee02-95d6-3cab-9db3-14cd30256a59-4bbb1f85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c78f9648-ee37-985a-9772-cb7932d68f52-32d68f4b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d09bf88a-1125-da92-a68d-ed7c623b86df-32d68f4b {
    grid-column: span 1 / span 1;
  }

  #w-node-_91892292-75db-2791-7b87-c4ca4d832992-6d22f5c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6976542a-428e-da53-384a-f61c0c5df484-9bcd7bdb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_546c3e5c-4641-b7ea-a6e9-d4b6e529cc1e-df143057 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_732db187-31a4-806b-e3c2-5959957afad7-cdb453af, #w-node-_52462969-e35c-9b43-8ecb-2a91bca0d324-bca0d31d, #w-node-c78f9648-ee37-985a-9772-cb7932d68f52-32d68f4b, #w-node-_91892292-75db-2791-7b87-c4ca4d832992-6d22f5c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aea974d3-f953-2ab4-ddef-7d02214395b1-2143959d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-aea974d3-f953-2ab4-ddef-7d02214395b2-2143959d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aea974d3-f953-2ab4-ddef-7d02214395b6-2143959d {
    grid-column: span 1 / span 1;
  }

  #w-node-f855fed9-9f32-13e1-c778-7dc3cf6dddfe-320f2c02 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f855fed9-9f32-13e1-c778-7dc3cf6dddff-320f2c02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f855fed9-9f32-13e1-c778-7dc3cf6dde03-320f2c02 {
    grid-column: span 1 / span 1;
  }
}


