:root {
  --pink: #d0a0b7;
  --black: black;
  --grey: #27282a;
  --white: white;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: 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-color: var(--pink);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  height: 20vh;
}

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

.logo.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.hauptfarbe {
  color: #fff;
  background-color: #27282a;
}

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.heading-2 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: #d0a0b7;
  line-height: 1.3;
  text-decoration: none;
}

.navbar {
  background-color: #ffffff96;
  background-image: linear-gradient(0deg, #0000, #fff);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu-1 {
  z-index: 100000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.background-video {
  width: 800px;
  height: 100%;
}

.hauptheading {
  text-align: left;
  font-size: 150px;
  line-height: 150px;
}

.hauptheading.heading-1 {
  text-align: center;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 0 18px #000;
}

.titelvideo_start {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hauptparagraph {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.videodiv {
  color: #fff;
  background-color: #00000030;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shopbutton {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

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

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

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

.impdat1 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.footer-1.hauptfarbe {
  background-color: var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.inhalt-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.titelvideo-1 {
  height: 65vh;
  position: relative;
}

.image_titlevideo {
  object-fit: cover;
  width: 38%;
  height: 88vh;
  position: absolute;
  inset: 20% 0% auto auto;
}

.navlink_content {
  color: #333;
  text-decoration: none;
  overflow: hidden;
}

.navlink_content.auto {
  overflow: visible;
}

.nav-link-4 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.nav-link-4.flie-text {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

.black_line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.section_1 {
  padding: 0;
  overflow: hidden;
}

.section_1.overflow {
  overflow: visible;
}

._2er_grid_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: center;
  overflow: hidden;
}

._2er_grid_1.top {
  place-items: start stretch;
  position: relative;
  overflow: visible;
}

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

.content_block.zweitfarbe {
  padding-left: 25px;
  padding-right: 25px;
}

.image {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
  transition: all .2s;
  transform: scale(1);
}

.image:hover {
  transform: none;
}

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

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

.block_for_image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block_for_image.mobile-responsive {
  position: sticky;
  top: 0;
}

.heading {
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}

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

.paragraph {
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 22px;
}

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

.button {
  text-align: center;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 22px;
}

.button.flie-text.highlights {
  background-color: var(--pink);
  margin-top: 20px;
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: var(--grey);
}

.button.flie-text.highlights.kleiner {
  padding: 10px 30px;
}

.button.flie-text.highlights.center {
  margin-top: 40px;
}

.section_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image_1 {
  object-fit: cover;
  object-position: 70% 50%;
  width: 30vw;
  height: 60vh;
}

.image_1.top {
  object-position: 50% 0%;
}

.image_1.contain {
  height: auto;
}

.content_block_1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 90vh;
  display: flex;
  position: relative;
}

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

.heading_1.heading-2 {
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  line-height: 1.3;
}

.paragraph_1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.paragraph_1.heading-2 {
  text-align: center;
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

.content_block_2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -10%;
  left: 18%;
}

.image_2 {
  object-fit: cover;
  object-position: 100% 50%;
  width: 30vw;
  height: 60vh;
}

.image_2.top {
  object-position: 100% 0%;
}

.image_2.top.min {
  object-position: 60% 0%;
  min-width: 300px;
}

.image_2.contain {
  height: auto;
}

._2er_grid {
  grid-template-rows: auto;
  position: relative;
}

.content_block_3 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 800px;
  display: flex;
  position: relative;
  left: -15%;
}

.block_for_image_1 {
  border: 5px solid #d0a0b7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 11px 6px #0003;
}

.section_3 {
  padding: 100px 60px;
  overflow: hidden;
}

.section_3.zweitfarbe.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.section_3.zweitfarbe.flex.white {
  background-color: #fff;
}

.section_3.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

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

._3er_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.image_3 {
  object-fit: cover;
  object-position: 50% 50%;
  height: 70vh;
  box-shadow: 1px 1px 3px #000;
}

.image_3.top {
  object-position: 50% 0%;
}

.image_3.contain {
  height: auto;
}

.content_block_4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider {
  height: 30px;
}

.navbar_block {
  width: 100%;
  height: 17vh;
  position: absolute;
}

._2er_grid_2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

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

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

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

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

.heading-success.heading-2 {
  font-family: Cormorant Garamond, sans-serif;
}

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

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

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-55 {
  color: #858585;
  background-color: #fff;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.text-area {
  background-color: #fff;
  padding-top: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.text-area:hover {
  background-color: #fff;
}

.text-area:focus {
  border: 2px solid #496ab1;
}

.text-area.nachricht {
  height: 100px;
  margin-bottom: 15px;
  box-shadow: inset 1px 1px 3px #b6b6b6;
}

.form-text-3 {
  color: #969696;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.heading-form {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.form-block-2 {
  width: 60%;
  padding: 20px;
}

.checkbox-field-2 {
  text-align: left;
  font-size: 16px;
}

.checkbox {
  width: 15px;
  height: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

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

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

.impdat-2.flie-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  margin-top: 20px;
  padding: 20px 0 0;
  display: flex;
}

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

.logo-2 {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

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

.navbar-6 {
  width: 100%;
}

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

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

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

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

.logo-img-2 {
  width: 250px;
}

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

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

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

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

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

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

.social-media-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.social-media-link.fixed {
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.social-media {
  z-index: 141;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
}

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

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

.left-arrow, .right-arrow {
  display: none;
}

.image-small {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 45vh;
  transition: all .2s;
  transform: scale(1);
}

.image-small:hover {
  transform: none;
}

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

.image-50vh {
  object-fit: contain;
  object-position: 50% 10%;
  width: 100%;
  height: auto;
  transition: all .2s;
  transform: scale(1);
}

.image-50vh:hover {
  transform: none;
}

.quick-stack {
  width: 75%;
  height: 100vh;
}

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

.image-size {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 45vh;
  transition: all .2s;
  transform: scale(1);
}

.image-size:hover {
  transform: none;
}

.content_text_block-2 {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 0;
  display: flex;
  position: relative;
  inset: auto auto auto 0%;
}

.block_for_image_1-w-100 {
  border: 5px solid #d0a0b7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 11px 6px #0003;
}

.div-block-social {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  display: none;
}

.bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.imag-block-2 {
  border: 5px solid #d0a0b7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 11px 6px #0003;
}

.block_for_image-auto {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.card-circle {
  z-index: 1;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  inset: 20% auto auto;
}

.card-circle.highlights {
  display: none;
}

.inhalt-mittig-untereinander1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.wrap {
  z-index: 5;
  position: relative;
}

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

.image-100 {
  object-fit: contain;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.image-100.inv {
  filter: invert();
}

.heading-mittig-klein1 {
  text-align: center;
  font-weight: 300;
}

.heading-mittig-klein1.heading-2 {
  text-align: center;
  font-size: 14px;
}

.heading-mittig-klein1.heading-2.space {
  margin-top: 0;
  font-size: 12px;
}

.heading-mittig-klein1.heading-2.space.heading-layout {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.text-mittig-1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

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

.card-image-wrap {
  z-index: 5;
  border-radius: 100%;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}

.card-image-wrap.not-roud {
  border-radius: 0%;
}

.card-image-wrap._20vh {
  height: 15vh;
}

.adjjust-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mittig {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.link-2:hover {
  color: var(--pink);
}

.dropdown-list {
  background-color: #d5abab;
  display: none;
}

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

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

.slide-arrows {
  display: none;
}

.slide-navs {
  background-color: #0000004d;
}

.slide-navs.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.slide-navs.flex-row.bottom {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  bottom: 0;
}

.paragraph-list {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}

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

.paragraph-list.flie-text.num {
  list-style-type: decimal;
}

.faq-dropdown-content {
  background-color: #fff;
  position: static;
}

.faq-icon {
  font-size: 20px;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown-button {
  background-color: #eee;
  border: 1px solid #dfdfdf;
  width: 100%;
  padding: 20px 40px;
  font-family: Libre Franklin, sans-serif;
}

.faq-main-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.faq-single-block {
  border-radius: 10px;
  transition: all .2s ease-in;
  overflow: hidden;
  box-shadow: 1px 1px 4px #6d6d6d;
}

.answer-text {
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.answer-block {
  padding: 20px 40px;
  transition: all .2s ease-in;
}

.answer-block.white {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -5px;
}

.faq-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

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

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

.list {
  font-size: 16px;
}

.list.flie-text {
  letter-spacing: 2px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-links {
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 22px;
}

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

.klein {
  font-size: 12px;
}

.check-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

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

.text-link {
  color: var(--pink);
  font-weight: 700;
  text-decoration: none;
}

.link-5 {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.div-block-3 {
  border-radius: 10px;
  width: 100%;
  padding: 20px 20px 20px 40px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-4 {
  width: 100%;
  margin-bottom: 10px;
}

.link-6 {
  color: var(--pink);
}

.list-2 {
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  list-style-type: none;
}

.div-block-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.div-block-5-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: 0;
  display: grid;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .navbar {
    background-image: linear-gradient(0deg, #0000, #fff);
    position: relative;
  }

  .nav-menu-1 {
    background-color: var(--pink);
    width: 100%;
  }

  .background-video {
    width: 100%;
    height: 800px;
  }

  .hauptheading.heading-1 {
    -webkit-text-stroke-width: 0px;
    font-size: 45px;
    line-height: 50px;
  }

  .titelvideo_start {
    height: auto;
    position: static;
  }

  .videodiv {
    background-color: #0000004f;
    height: 83vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .shopbutton.flie-text.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-footer1.flie-text {
    place-items: start center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-1.hauptfarbe {
    padding: 20px;
  }

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

  .image_titlevideo {
    width: 100%;
    height: 60vh;
    position: static;
  }

  .nav-link-4 {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link-4.flie-text {
    text-align: center;
  }

  .black_line {
    display: none;
  }

  .section_1.spacing {
    padding: 60px;
  }

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

  .content_block.zweitfarbe {
    height: auto;
  }

  .image.mittig {
    object-position: 50% 20%;
  }

  .image.mehr-mittig {
    object-position: 50% 30%;
  }

  .image.runter {
    object-position: 50% 50%;
  }

  .image.to-top.contin-tablet, .image.contain-ablet {
    object-fit: contain;
  }

  .block_for_image {
    order: -9999;
    height: 80vh;
  }

  .block_for_image.lg {
    height: 100vh;
  }

  .block_for_image.mobile-responsive {
    position: relative;
  }

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

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

  .image_1 {
    width: 50vw;
  }

  .image_1.top {
    width: 100%;
    height: 50vh;
  }

  .content_block_1 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .content_block_2 {
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    top: auto;
    left: auto;
  }

  .image_2 {
    width: 50vw;
  }

  .image_2.top {
    width: 100%;
    height: 50vh;
  }

  ._2er_grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content_block_3 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: static;
  }

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

  .section_3.zweitfarbe {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._3er_grid {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image_3 {
    height: 50vh;
  }

  .navbar_block {
    height: auto;
    position: relative;
  }

  ._2er_grid_2 {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .impdat {
    padding: 60px;
  }

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

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

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

  .men-icon1 {
    color: #fff;
  }

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

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

  .image-small {
    height: 20vh;
  }

  .quick-stack {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    width: 100%;
    height: auto;
  }

  .image-size {
    height: 22vh;
  }

  .image-size.big {
    height: 100%;
  }

  .content_text_block-2 {
    align-items: center;
    width: 100%;
    position: static;
  }

  .block_for_image_1-w-100.eng {
    width: 40%;
  }

  .block_for_image_1-w-100._60 {
    width: 60%;
  }

  .menu-button {
    background-color: var(--pink);
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--pink);
  }

  .icon {
    color: #fff;
  }

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

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

  .image-64 {
    width: 100%;
    height: 100%;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .imag-block-2.eng {
    width: 40%;
  }

  .imag-block-2._60 {
    width: 60%;
  }

  .block_for_image-auto {
    height: 60vh;
  }

  ._5er-grid, ._5er-grid._4er {
    grid-template-columns: 1fr;
  }

  .inhalt-mittig-untereinander1 {
    padding: 20px;
  }

  .heading-mittig-klein1.heading-2.space.heading-layout {
    font-size: 16px;
  }

  .card-image-wrap._20vh {
    height: 15vh;
  }

  .adjjust-cards {
    width: 100%;
  }

  .slider-2 {
    background-color: #eee;
  }

  .faq-text {
    white-space: pre-wrap;
  }

  .grid {
    width: auto;
    margin-left: 0;
  }
}

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

  .background-video {
    height: 600px;
  }

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

  .titelvideo_start {
    height: 28rem;
    position: relative;
  }

  .hauptparagraph.flie-text {
    font-size: 18px;
    line-height: 22px;
  }

  .videodiv {
    z-index: 10;
    height: 28rem;
    padding-left: 10%;
    padding-right: 10%;
    position: absolute;
    inset: 0%;
  }

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

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

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

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

  .inhalt-footer {
    text-align: center;
    margin-left: 0;
  }

  .titelvideo-1 {
    height: 550px;
  }

  .image_titlevideo {
    height: 50vh;
  }

  .section_1.spacing {
    padding: 40px;
  }

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

  .content_block {
    padding: 40px;
  }

  .content_block.zweitfarbe {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image {
    height: 100%;
  }

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

  .block_for_image {
    height: 75vh;
  }

  .block_for_image.auto {
    height: auto;
  }

  .block_for_image.lg {
    height: 90vh;
  }

  .heading.heading-1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
  }

  .button.flie-text.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_2 {
    padding: 40px;
  }

  .image_1 {
    width: 100%;
    height: 45vh;
  }

  .image_1.top {
    height: 25rem;
  }

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

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

  .image_2 {
    width: 100%;
    height: 60vh;
  }

  .image_2.top.min {
    height: 25rem;
  }

  ._2er_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .block_for_image_1 {
    width: 100%;
  }

  .section_3 {
    padding: 40px;
  }

  .section_3.zweitfarbe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  ._3er_grid {
    grid-template-columns: 1fr;
    place-content: center;
    width: 100%;
  }

  .image_3 {
    width: 100%;
    height: 25rem;
  }

  .image_3.top {
    height: 25rem;
  }

  .content_block_4 {
    padding-bottom: 20px;
  }

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

  .impdat {
    padding: 40px;
  }

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

  .heading-success.heading-2 {
    font-size: 23px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .impdat-2.flie-text {
    margin-top: 40px;
  }

  .html-embed-3.maps-footer.fest {
    height: 25rem;
  }

  .image-small {
    height: 20vh;
  }

  .image-50vh {
    height: auto;
  }

  .quick-stack {
    height: auto;
    padding: 0;
  }

  .image-size {
    height: 10rem;
  }

  .block_for_image_1-w-100.eng {
    width: 30%;
  }

  .block_for_image_1-w-100._60 {
    width: 70%;
  }

  .div-block {
    height: 48%;
  }

  .image-63.oben {
    object-position: 50% 20%;
  }

  .image-63.obenn {
    object-position: 50% 30%;
  }

  .div-block-2 {
    flex-flow: column;
    height: 28rem;
    display: flex;
  }

  .imag-block-2.eng {
    width: 30%;
  }

  .imag-block-2._60 {
    width: 70%;
  }

  .block_for_image-auto.auto {
    height: auto;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-mittig-klein1.heading-2.space.heading-layout {
    font-size: 16px;
  }

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

  .dropdown-list.w--open {
    position: static;
  }

  .faq-dropdown-button {
    padding-left: 20px;
  }

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

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

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

  .grid {
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }
}

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

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

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

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

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

  .flie-text {
    overflow-wrap: anywhere;
    width: 100%;
  }

  .navbar {
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    height: 400px;
  }

  .hauptheading.heading-1 {
    font-size: 26px;
    line-height: 32px;
  }

  .videodiv {
    padding-left: 5%;
    padding-right: 5%;
    inset: 0%;
  }

  .shopbutton.flie-text.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

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

  .titelvideo-1 {
    height: 500px;
  }

  .image_titlevideo {
    height: 40vh;
  }

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

  .content_block.zweitfarbe {
    padding: 40px 20px;
  }

  .image.contain-ablet {
    object-fit: cover;
  }

  .block_for_image {
    height: 45vh;
  }

  .block_for_image.lg {
    height: 70vh;
  }

  .block_for_image.mobile-responsive {
    height: auto;
  }

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

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

  .button.flie-text.highlights {
    width: auto;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
  }

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

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

  .image_1 {
    height: 40vh;
  }

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

  .image_2 {
    height: 250px;
  }

  .image_2.top.min {
    min-width: auto;
  }

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

  .section_3.zweitfarbe.flex {
    padding-top: 20px;
  }

  ._3er_grid {
    place-content: center;
    width: 100%;
  }

  .image_3 {
    width: 100%;
  }

  .image_3.top {
    object-position: 50% 20%;
  }

  .divider {
    height: 10px;
  }

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

  .success {
    height: 100%;
    padding: 40px 20px;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

  .form-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .social-media-link.fixed {
    width: 30px;
    height: 30px;
  }

  .slider {
    background-color: #eee;
  }

  .image-small {
    height: 16vh;
  }

  .image-50vh {
    height: auto;
  }

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

  .image-size {
    height: 15vh;
  }

  .menu-button {
    text-align: center;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .inhalt-mittig-untereinander1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-mittig-klein1 {
    font-family: Libre Franklin, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .heading-mittig-klein1.heading-2.space.heading-layout {
    font-size: 13px;
  }

  .text-mittig-1.flie-text {
    padding-bottom: 20px;
  }

  .adjjust-cards {
    flex-flow: column;
  }

  .paragraph-list.flie-text {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .faq-dropdown-button {
    padding-left: 20px;
  }

  .answer-text {
    letter-spacing: 0;
    font-size: 13px;
  }

  .faq-text {
    letter-spacing: 2px;
    font-size: 13px;
  }

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

  .list-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-links.flie-text {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .list-2 {
    text-align: left;
    padding-left: 10px;
    font-size: 13px;
  }

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

#w-node-_2cc83153-de04-05ce-79f6-ff9fef1778db-e5c1b97d {
  place-self: center;
}

#w-node-ef2801a6-1523-a48c-4857-711b1ebecbc3-1b4eb0f7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ef2801a6-1523-a48c-4857-711b1ebecbc4-1b4eb0f7 {
  grid-row: span 2 / span 2;
}

#w-node-_76cc0f94-98e2-4a9b-2475-7baacb612fb8-1b4eb0f7, #w-node-c8c6adad-04d9-fac4-f7a3-8e6b170e42ce-1b4eb0f7 {
  grid-column: span 2 / span 2;
}

#w-node-_14654da2-1868-a9b6-7d37-296d65aa8d7e-1b4eb0f7 {
  grid-row: span 2 / span 2;
}

#w-node-_3e293792-b62b-80b6-c751-dbcf060a5cb6-1b4eb0f7 {
  grid-column: span 2 / span 2;
}

#w-node-f33154d0-76cc-c7ca-bed3-1c6395ca89eb-670d9960, #w-node-f33154d0-76cc-c7ca-bed3-1c6395ca89f6-670d9960, #w-node-f33154d0-76cc-c7ca-bed3-1c6395ca8b7e-670d9960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f0f2c45-345d-47a9-3b2f-aba83df60b11-3df60b11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_646168eb-eb77-de8b-a161-0408e76f481c-ec5b340b, #w-node-_0a2a44c1-4d14-26c6-59c6-111836c1d98f-ec5b340b, #w-node-_7e4249f2-308f-50fa-b652-0f4a73e96f40-ec5b340b, #w-node-c99117f0-0c42-4865-8497-ba41439008f5-ec5b340b, #w-node-_906d00c5-639e-c7ff-82dc-31a027b56145-ec5b340b, #w-node-_5ca2788c-7d4c-1776-59ca-e3734ca2c34c-ec5b340b, #w-node-_532822a0-1b73-2a60-2883-d2a15f9d0112-ec5b340b, #w-node-_86243021-901a-999d-5af7-e055fce11d22-ec5b340b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b3e53cb-6450-421a-ac9a-7ca1f5682559-f5682559 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68aa1058-2381-fbeb-cae3-d1169443744b-06438944, #w-node-a45ffbc8-f51e-d8ba-530e-7672ec27b5fb-06438944, #w-node-acb663ba-ce8b-707c-b100-a7b4754d86b1-06438944, #w-node-ba564642-f73c-be57-5145-020fb6f91967-06438944, #w-node-c56c4858-ac11-3cae-cfa5-f3b19c0973f0-06438944, #w-node-ca470a59-680e-add2-3331-2063493fb48d-9f21c36f, #w-node-_214ed909-f526-afd0-6115-2c77256fcf60-9f21c36f, #w-node-ad993d23-e456-f1c8-9ce4-9957dd4c9dfc-9f21c36f, #w-node-_775689ba-73f7-8658-3e09-41c068707d05-9f21c36f, #w-node-d695ca86-80ad-b652-8c75-0047e2e8c474-dfee59a5, #w-node-eb535a9b-0dbd-5f90-d70e-f582b09ddc42-dfee59a5, #w-node-d8ed43a1-3aa1-3157-6e8e-6d69affffe30-dfee59a5, #w-node-_9e241277-37ba-a603-122b-fd0384510a44-dfee59a5, #w-node-afb06603-1fdf-3fe4-e970-636e15895fd7-dfee59a5, #w-node-e3ed47a8-a389-5540-6c99-65c8e5ac5e88-dfee59a5, #w-node-_646168eb-eb77-de8b-a161-0408e76f481c-efcd2549, #w-node-c2df0684-6132-cfbb-1995-7ce001a08220-efcd2549, #w-node-_62221607-d5fb-6574-3fb7-dadc82b80106-efcd2549, #w-node-_6ce99852-5e47-463e-1d0b-212e043d54dc-efcd2549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f33154d0-76cc-c7ca-bed3-1c6395ca8b7e-670d9960 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef2801a6-1523-a48c-4857-711b1ebecbc3-1b4eb0f7 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef2801a6-1523-a48c-4857-711b1ebecbc3-1b4eb0f7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  }
}


