:root {
  --black: black;
  --silver: #dfdfdf;
  --red: #eb0114;
  --white: #fff;
}

.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: Poppins, 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(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  width: 180px;
}

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

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

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

.farbe-der-headings {
  color: #eb0114;
  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;
}

.container-8 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
}

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

.navbars {
  z-index: 90;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

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

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

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

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

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

.navbar-side {
  width: 100%;
}

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

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

.slogan1.heading-1 {
  text-align: center;
  text-transform: none;
  font-size: 70px;
  line-height: 75px;
  transition: all .2s;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

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

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

.footer {
  padding: 60px 140px;
}

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

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

.heading-footer.heading-3 {
  margin-bottom: 10px;
  font-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white {
  filter: invert();
  max-width: 250px;
  margin-right: auto;
}

.background-video {
  height: 70vh;
}

.heading_center_small {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.heading_center_small.heading-2, .heading_center_small.heading-1 {
  line-height: 1.3;
}

.heading_left_small {
  font-size: 30px;
  line-height: 35px;
}

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

.heading_left_small.right {
  text-align: right;
}

.heading_left_small.right.heading-2 {
  display: block;
}

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

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

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

.paragraph.flie-text.bold {
  font-weight: 700;
}

.icon-white {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.icon-white.kleiner {
  width: 58px;
  height: 58px;
}

.checkbox-field {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button {
  padding: 15px 30px;
  font-size: 16px;
}

.button.flie-text {
  background-image: linear-gradient(135deg, #0000 83%, #ffffff4d 83%, #ffffff4d);
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: #000;
}

.grid-versetzt {
  z-index: 5;
  grid-column-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

.div-block {
  width: 100%;
  height: 100%;
  padding: 40px;
}

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

.div-block.highlights.mittig {
  justify-content: flex-start;
  align-items: center;
}

.div-block.mittig {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block.mittig.highlights.white_line {
  border-right: 5px solid #ffffff4d;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 10vw;
  display: flex;
}

.section_1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 10vw 100px;
  display: flex;
  position: relative;
}

.section_1.background {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/GalerieImg12.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading_center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

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

.divider {
  border: 1px dashed #0000001a;
  width: 100%;
  margin-bottom: 40px;
}

.partner_logo {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44vh;
  padding: 20px;
  display: flex;
}

.partner_logo.bottom_and_right_line {
  border-bottom: 3px solid #0000001a;
  border-right: 3px solid #0000001a;
  height: 44vh;
}

.partner_logo_icon {
  object-fit: contain;
  width: 12vw;
  height: 21vh;
}

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

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

.content {
  padding: 60px;
}

.content.hauptfarbe {
  height: 100%;
}

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

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

.heading_left.heading-3 {
  font-size: 30px;
  font-weight: 400;
}

.dividers {
  background-color: #ffffff80;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dividers.hauptfarbe {
  background-color: #401b1b;
}

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

.service_block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service_block.bottom_right_line {
  border-bottom: 3px solid #ffffff80;
  border-right: 3px solid #ffffff80;
}

.service_block.bottom_line {
  border-bottom: 3px solid #ffffff80;
}

.icon {
  filter: invert();
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

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

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

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

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

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

.contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.contents.hauptfarbe {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.contents.zweitfarbe {
  height: 100%;
}

.heading_center_small-sm {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

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

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

.no_overflow {
  overflow: hidden;
}

.divider-grey {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.terminbuttons {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

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

.terminbuttons.heading-1.highlights---white {
  background-color: var(--red);
}

.terminbuttons.heading-1.highlights---white:hover {
  background-color: var(--white);
  color: #333;
}

._2er_grid_3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

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

.lottie-animation {
  z-index: -1;
  opacity: .1;
  width: 100%;
  position: absolute;
}

.html-embed-google {
  width: 100%;
}

.zoom_effect {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.zoom_effect:hover {
  transform: scale(1.05);
}

.zoom_effect.horizontal {
  flex-direction: row;
}

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

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

.maps_footer {
  width: 250px;
  height: auto;
}

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

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

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

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

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

.image-wrapper {
  height: 58vh;
}

.textarea {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

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

.paragraph-left.flie-text {
  line-height: 1.3;
}

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

.paragraph-center.flie-text {
  line-height: 1.3;
}

.bilder_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
  position: relative;
}

.bilder_section.background {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/GalerieImg18.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 70vh;
}

.lines {
  width: 2px;
  height: 25%;
  position: absolute;
  inset: auto auto -12%;
}

.line_relative {
  width: 2px;
  height: 130px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.quick-stack {
  width: 100%;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

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

.icon-small.invert {
  filter: invert();
}

.heading_center_small_lg {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.heading_center_small_lg.heading-1 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.heading_center_small_lg.heading-1.bold {
  font-weight: 700;
}

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

.card-preise {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 100%;
  padding: 20px;
}

.slider-icon {
  color: #333;
}

.slide {
  padding: 20px 60px;
}

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

.section-no-top-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10vw 100px;
  display: flex;
  position: relative;
}

.whatsapp-chat-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.pop-up {
  z-index: 999;
  background-color: #000000e6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10vh 10vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-content-block {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  padding: 5px 20px;
  display: flex;
}

.cross-btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 16px 10px;
  position: absolute;
  top: 15vh;
  right: 10vw;
}

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

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

.socials-link {
  width: 50px;
  height: 50px;
}

.image-wrapper-100-relative {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.image-100-abs {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.accordion-item-wrapper-white-4 {
  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-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-tab-button-dark {
  background-color: var(--red);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

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

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

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

.accordion-question-header {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

.quick-stacks {
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.grid-content-wrap {
  margin-top: 20px;
}

.footer-image {
  width: 12rem;
}

.download-cell {
  border-bottom: 1px solid var(--silver);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}

.download-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 70%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.download-button {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.section_1-formulas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10vw;
  display: flex;
  position: relative;
}

.tab-link.highlights {
  justify-content: center;
  align-items: center;
  height: 8vh;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.tab-link.highlights.w--current {
  background-color: var(--black);
  font-weight: 700;
}

.tabs {
  width: 100%;
}

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

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

.image-100-con {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-wrapper-rel {
  height: 58vh;
  position: relative;
}

.background-videos {
  z-index: 999;
  width: 70%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

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

.telefonnummer-clr.flie-text {
  color: #000;
  text-align: center;
}

.div-block-note {
  padding: 60px 40px;
  display: none;
}

.iconsize {
  object-fit: contain;
  width: 20vw;
}

.div-block-icons {
  background-color: #e4e4e4;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.whatsapp {
  width: 70px;
  height: 70px;
  margin-top: 20px;
}

.code-embed {
  height: 100%;
}

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

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

.modal1_content-wrapper {
  border: 1px solid var(--red);
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  height: auto;
  max-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

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

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

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

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

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

.modal1_component {
  z-index: 99;
  -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%;
}

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

.paragraph-imp.flie-text {
  line-height: 1.3;
  list-style-type: decimal;
}

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

.paragraph-imp.flie-text.bold {
  font-weight: 700;
}

.paragraph-imp.flie-text.norm {
  list-style-type: disc;
}

.btn-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.popup-image {
  object-fit: contain;
  height: 70vh;
}

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

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 350px;
}

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

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men.hauptfarbe {
    background-color: var(--silver);
    width: 100%;
  }

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

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--black);
    text-align: center;
    width: 100%;
    padding: 10px;
  }

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

  .nav-link.flie-text {
    color: var(--black);
    text-align: center;
    padding: 10px;
  }

  .navbar-side.hauptfarbe {
    text-align: center;
  }

  .men-icon {
    color: #fff;
  }

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

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

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

  .div-blocks.highlights {
    padding: 40px;
  }

  .div-block-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

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

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

  .menu_container_left {
    width: 30%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  .menu_container_right {
    width: 70%;
  }

  .heading_left_small.heading-2 {
    font-size: 27px;
  }

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

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

  .grid-versetzt {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .div-block.highlights.mittig.flie-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section, .section_1 {
    padding: 60px;
  }

  .section_1.background {
    background-image: linear-gradient(to bottom, null, null), url('../images/GalerieImg12.webp');
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .heading_center.heading-1.top {
    margin-top: 0;
    font-size: 40px;
  }

  .divider {
    margin-bottom: 20px;
  }

  .partner_logo.bottom_and_right_line {
    height: auto;
    padding: 20px;
  }

  .partner_logo_icon {
    width: 100px;
    height: 100px;
  }

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

  ._2er_grid.reverse {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .content {
    text-align: center;
    height: auto;
  }

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

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

  .icon {
    margin-right: 0;
  }

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

  .terminbuttons.heading-1.highlights, .terminbuttons.heading-1.highlights---white {
    margin-top: 10px;
  }

  ._2er_grid_3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .zoom_effect:hover {
    transform: none;
  }

  .zoom_effect.horizontal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .zoom_effect.horizontal:hover {
    transform: none;
  }

  .maps_footer {
    width: 100%;
    height: auto;
  }

  .image-100._60vh {
    height: 60vh;
  }

  .image-wrapper {
    height: 50vh;
  }

  .maps {
    height: 45vh;
  }

  .bilder_section {
    padding-top: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bilder_section.background {
    padding: 60px;
  }

  .lines.highlights, .line_relative.highlights {
    height: 8%;
    bottom: -4%;
  }

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

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

  .quick-stack {
    padding: 0;
  }

  .icon-small {
    width: 100px;
    height: 100px;
  }

  .icon-small.invert {
    width: 70px;
    height: 70px;
  }

  .section-no-top-padding, .pop-up {
    padding: 60px;
  }

  .pop-up-content-block {
    width: 100%;
  }

  .cross-btn {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    display: flex;
    top: 50px;
    right: 50px;
  }

  .socials-link {
    width: 35px;
    height: 35px;
  }

  .accordion-item-wrapper-white-4 {
    margin-bottom: 20px;
  }

  .accordion-pane {
    width: 100%;
  }

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

  .quick-stacks {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-image {
    width: 20vh;
  }

  .section_1-formulas {
    padding: 60px;
  }

  .tab-link.highlights {
    margin-bottom: 10px;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

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

  .telefonnummer-clr {
    margin-bottom: 5px;
  }

  .div-block-note {
    padding: 20px 20px 0;
    display: block;
  }

  .modal1_content-wrapper {
    width: 70%;
    max-width: none;
  }

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

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

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

  .background-video-2 {
    height: 300px;
  }
}

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

  .impdat {
    padding: 40px;
  }

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

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

  .heading {
    font-size: 31px;
  }

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

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

  .inhalt-footer {
    width: 100%;
  }

  .nav_menu {
    min-height: auto;
  }

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

  .menu_form {
    align-items: stretch;
  }

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

  .menu_form_block {
    width: 100%;
  }

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

  .menu_right_container {
    width: 90%;
  }

  .background-video {
    height: 50vh;
  }

  .heading_center_small.heading-1 {
    font-size: 26px;
  }

  .heading_left_small.heading-2 {
    font-size: 22px;
  }

  .heading_left_small.right.heading-2 {
    text-align: center;
    width: 100%;
  }

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

  .grid-versetzt {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .div-block.mittig.highlights.white_line {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    min-height: auto;
    padding: 40px;
  }

  .section_1 {
    padding: 40px;
  }

  .heading_center.heading-1, .heading_center.heading-1.top {
    font-size: 35px;
  }

  .divider {
    margin-bottom: 20px;
  }

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

  .content.hauptfarbe {
    padding: 40px;
  }

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

  ._3er_grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .service_block.bottom_right_line {
    border-left: 3px solid #ffffff80;
  }

  .service_block.bottom_right_line.bottom_only {
    border-right-style: solid;
  }

  .service_block.bottom_line.right_line {
    border-left: 3px solid #ffffff80;
    border-right: 3px solid #ffffff80;
  }

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

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

  .contents {
    height: 100%;
  }

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

  ._2er_grid_3 {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .maps_footer {
    width: auto;
  }

  .image-100._60vh {
    height: 50vh;
  }

  .image-100._60vh.cont {
    object-fit: contain;
    height: auto;
  }

  .image-wrapper {
    height: 55vh;
  }

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

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

  .bilder_section.background {
    padding: 40px;
  }

  .lines.highlights, .line_relative.highlights {
    height: 4%;
    bottom: -2%;
  }

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

  .section-no-top-padding, .pop-up {
    padding: 40px;
  }

  .pop-up-content-block {
    width: 100%;
  }

  .cross-btn {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 8vh;
    right: 5vw;
  }

  .socials-link {
    width: 25px;
    height: 25px;
  }

  .accordion-tab-button-dark {
    width: 100%;
  }

  .accordion-question-header {
    font-size: 1.1em;
  }

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

  .quick-stacks {
    width: 100%;
  }

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

  .download-stack {
    width: 100%;
  }

  .section_1-formulas {
    padding: 40px;
  }

  .image-wrapper-rel {
    height: 55vh;
  }

  .background-videos {
    width: 75%;
  }

  .div-block-note {
    padding-bottom: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 5px;
  }

  .whatsapp {
    width: 55px;
    height: 55px;
  }

  .modal1_content-wrapper {
    width: 80%;
    max-height: none;
  }

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

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

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

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

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

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

  .popup-image {
    height: 60vh;
  }

  .background-video-2 {
    height: 250px;
  }
}

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

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

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

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

  .logo-img {
    width: 15vh;
  }

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

  .titelvideo1 {
    height: 100%;
  }

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

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

  .div-blocks.highlights {
    padding: 20px;
  }

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

  .div-block-footer {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .background-video {
    height: 20vh;
  }

  .heading_center_small.heading-2 {
    font-size: 24px;
  }

  .heading_center_small.heading-1 {
    font-size: 18px;
  }

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

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

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

  .icon-white {
    width: 50px;
    height: 50px;
  }

  .icon-white.kleiner {
    width: 48px;
    height: 48px;
  }

  .grid-versetzt {
    margin-top: 0%;
  }

  .div-block.highlights.mittig.flie-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .divider {
    margin-bottom: 20px;
  }

  .partner_logo.bottom_and_right_line {
    border-bottom-style: none;
    border-right-style: none;
  }

  .partner_logo_icon {
    width: 80px;
    height: 80px;
  }

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

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

  .heading_left.heading-1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 33px;
  }

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

  .service_block.bottom_line {
    border-bottom-style: none;
  }

  .service_block.bottom_line.right_line {
    border-bottom-style: solid;
  }

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

  .zoom_effect.horizontal {
    align-items: center;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .image-100._60vh {
    height: 45vh;
  }

  .image-100._60vh.cont {
    height: auto;
  }

  .image-wrapper {
    height: 45vh;
  }

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

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

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

  .bilder_section.background {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon-small.invert {
    width: 60px;
    height: 60px;
  }

  .slide {
    padding-left: 10px;
  }

  .section-no-top-padding, .pop-up {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-content-block {
    height: 50%;
    padding: 0;
  }

  .cross-btn {
    z-index: 99;
    top: 1vh;
    right: 2vw;
  }

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

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

  .arrow-div {
    margin-right: 0;
  }

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

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

  .quick-stacks {
    width: 100%;
  }

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

  .download-cell {
    flex-flow: column;
  }

  .download-button.highlights {
    margin-top: 10px;
  }

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

  .tab-link.highlights {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-flow: column;
  }

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

  .background-videos {
    width: 100%;
    height: 45vh;
  }

  .div-block-note {
    padding-bottom: 0;
  }

  .iconsize {
    width: 25vw;
  }

  .quick-stack-4, .quick-stack-5 {
    padding: 0;
  }

  .modal1_content-wrapper {
    width: 95%;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

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

  .modal1_component {
    width: auto;
    height: auto;
    display: flex;
  }

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

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

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

  .background-video-2 {
    height: 170px;
  }
}

#w-node-_77e92377-0960-1d10-4479-fbc33d6ea861-7de5393e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2d2e6568-79ee-0748-939c-918a28e3765b-28e3765b, #w-node-_8c817a39-15b8-573c-d641-4ebbcad88b13-cad88b10, #w-node-_8c817a39-15b8-573c-d641-4ebbcad88b47-cad88b10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#Ihre-Nachricht.w-node-_6cba90cb-e901-c250-9797-bd0a7562d51b-7de53948 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-eb48f1bb-038e-4fc7-4763-fcdf657f9b49-7de53949 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_19df35a8-1925-ae68-c17a-19f5ebd1013f-7de5394b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_19df35a8-1925-ae68-c17a-19f5ebd10147-7de5394b, #w-node-_19df35a8-1925-ae68-c17a-19f5ebd10197-7de5394b {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4b30a0c3-d737-5eae-40a7-7f5315378d96-7de5394b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4b30a0c3-d737-5eae-40a7-7f5315378da0-7de5394b, #w-node-_4b30a0c3-d737-5eae-40a7-7f5315378de0-7de5394b {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8c8ecee3-0410-19bb-5ad9-973b9a00cab1-6db955d4, #w-node-_907d07ee-d1b0-826f-bc0a-90ae7fc16de2-6db955d4, #w-node-_098025e5-3c34-584e-8353-0c05b01ed71d-6db955d4, #w-node-f67b5720-8571-2722-442a-7f53a69cfad0-6db955d4, #w-node-d5967396-b76e-5269-a612-81288ebfe3e9-6db955d4, #w-node-ca6fd629-9f43-565e-4e6b-910ac1586361-6db955d4, #w-node-_0a851250-eecb-4cd8-3cc4-be3def9b3d26-6db955d4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0b4cf636-1cd9-da2a-43b6-a7faf3b0a6b1-7de5393e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_77e92377-0960-1d10-4479-fbc33d6ea861-7de5393e, #w-node-_8c817a39-15b8-573c-d641-4ebbcad88b13-cad88b10, #w-node-_8c817a39-15b8-573c-d641-4ebbcad88b47-cad88b10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb48f1bb-038e-4fc7-4763-fcdf657f9b49-7de53949 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_19df35a8-1925-ae68-c17a-19f5ebd1013f-7de5394b, #w-node-_4b30a0c3-d737-5eae-40a7-7f5315378d96-7de5394b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b30a0c3-d737-5eae-40a7-7f5315378de0-7de5394b {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


