:root {
  --main-color: #000;
  --secondry-color: #f7f7f7;
  --highlights-color: #7d8578;
}

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

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

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

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

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

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

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

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

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

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

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

.submit-button {
  background-color: #0d0e37;
}

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

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

.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;
  font-weight: 300;
  line-height: 1.5;
}

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

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

.footer3 {
  height: auto;
  margin-top: auto;
  padding: 40px 10%;
}

.footer3.hauptfarbe {
  color: #fff;
}

.social-verlinkung3 {
  margin-right: 10px;
}

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

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

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 20px;
}

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

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

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

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Playfair Display, 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: 20px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

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

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

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

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

.logo-wei.desktop {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.nav-menu-1 {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link.flie-text {
  color: #fff;
  border-bottom: 2px solid #0000;
  font-weight: 500;
}

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

.navlink_content {
  overflow: hidden;
}

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

.titelheading {
  text-align: center;
  text-transform: capitalize;
  font-size: 70px;
  line-height: 80px;
}

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

.paragraph_2 {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

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

.content {
  z-index: 5;
  color: #fff;
  text-shadow: 0 0 2px #00000080;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content.overlay-darker {
  background-color: #0000004d;
}

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

.section_1 {
  padding: 100px 10%;
  overflow: hidden;
}

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

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

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

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

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

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

.link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

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

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

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

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

.paragraph_1 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

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

.grid-2 {
  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 {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  border: 1px solid #000;
  transition: all .2s;
}

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

.image_1 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
  margin-top: 40px;
}

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

.white_block {
  background-color: #fff;
  height: 100%;
  padding: 20px;
}

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

.image_about {
  object-fit: cover;
  width: 90%;
  height: 90%;
}

.image_round {
  object-fit: cover;
  border-radius: 50%;
  width: 15.313rem;
  height: 15.313rem;
}

.section_3 {
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

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

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

.paragraph_footer.flie-text {
  line-height: 1.5;
  display: block;
}

.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%;
  position: absolute;
  inset: 0%;
}

.absolute_image_div {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/rossalm-2.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%;
}

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

.no_overflow {
  overflow: hidden;
}

.no_overflow._40vh {
  height: 40vh;
}

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

.circle.white {
  border-color: #fff;
}

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

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

.relative_button {
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.button {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar_block {
  height: 18vh;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  display: flex;
}

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

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

.link-block.black {
  color: #333;
}

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

.impdat-2.flie-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-size: 16px;
  display: flex;
}

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

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

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

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

.content_block1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.paragraph-center {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

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

.image-galerie {
  object-fit: cover;
  height: 50vh;
  overflow: hidden;
}

.icons-grid-1 {
  grid-column-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: max-content 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.password_image {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-8 {
  filter: invert();
}

.heading-4, .text-block {
  color: #000;
}

.html-embed-7 {
  height: 67.1vh;
}

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

.content_image-2 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/rossalm-14.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding: 20px;
}

.text-span {
  font-weight: 700;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.spacer {
  height: 20px;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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-4.black:hover {
  transform: none;
}

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

.social-icon {
  border-radius: 50%;
  width: 2.5rem;
  box-shadow: 0 2px 5px #0003;
}

.heading-links-sml {
  font-size: 25px;
  line-height: 35px;
}

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

.content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: max-content max-content;
  margin-top: 20px;
}

.list-links {
  padding-left: 20px;
  font-size: 18px;
  line-height: 30px;
}

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

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

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

.description-cards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.wrap-100 {
  width: 100%;
}

.flex-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.section-bild-bg {
  background-image: linear-gradient(#0003, #0003), url('../images/rossalm-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 10%;
}

.section-bild-bg.bild-2 {
  background-image: url('../images/Appartement-Rossalm-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-wrap {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

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

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

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

.image-wrapper-40vh, .image-wrapper-35vh {
  width: 100%;
  height: 40vh;
}

.galerie_grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.link-12 {
  color: #333;
}

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

.mask-2 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrap {
  width: 100%;
  height: 70vh;
  margin-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}

.heading-mitig-sml {
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 30px;
}

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

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

.paragraph_center {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph_center.flie-text {
  margin-top: 20px;
  line-height: 1.5;
}

.right-arrow-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.slide-nav-3 {
  font-size: 12px;
  bottom: -60px;
}

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

.review-slide {
  height: 100%;
}

.review-block {
  color: #333;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.star-icons {
  width: 10rem;
}

.arrow {
  object-fit: contain;
  width: 2rem;
}

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

.success-message, .error-message {
  font-family: Libre Franklin, sans-serif;
}

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

.title-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay-gradinet {
  height: 100%;
  position: relative;
}

.overlay {
  position: absolute;
  inset: 0%;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .footer3.hauptfarbe {
    padding: 40px;
  }

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

  .navbar {
    padding: 5px 40px;
  }

  .icon {
    color: #fff;
  }

  .navlink_underline {
    display: none;
  }

  .hauptfarbe-2 {
    background-color: var(--highlights-color);
    padding: 15px;
  }

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

  .logo-wei {
    margin-right: auto;
    display: block;
  }

  .logo-wei.desktop {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .nav-menu-1 {
    background-color: var(--highlights-color);
    padding: 10px 20px;
    position: absolute;
  }

  .nav-link.flie-text {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

  .content {
    justify-content: flex-end;
    align-items: center;
    padding: 40px 40px 180px;
  }

  .section_relative {
    height: 80vh;
  }

  .section_1 {
    padding: 60px;
  }

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

  ._2er_grid.flex_top {
    justify-content: start;
    justify-items: start;
  }

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

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

  .heading-links.heading-1 {
    text-align: center;
    font-size: 32px;
  }

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

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

  .link {
    font-size: 16px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto 200px;
  }

  .section_2 {
    height: 70vh;
  }

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

  .submit_button.flie-text {
    font-size: 15px;
    line-height: 1.4;
  }

  .image_1.is-first {
    order: -1;
    height: 55vh;
    margin-top: 0;
  }

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

  .divider.no-sapce {
    margin-bottom: 0;
  }

  .white_block {
    padding: 20px;
  }

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

  .image_about {
    object-position: 50% 35%;
    width: 100%;
    height: 55vh;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .image_round {
    width: 12rem;
    height: 12rem;
  }

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

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

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

  .absolute_div {
    padding: 60px;
  }

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

  .content_block_1 {
    min-height: auto;
  }

  .circle {
    width: 3.5rem;
  }

  .circle.white {
    margin-top: 5px;
  }

  .relative_button {
    margin-top: 10px;
    padding: 10px 15px;
  }

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

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

  .impdat-2.flie-text {
    text-align: center;
    font-size: 15px;
  }

  .content_block1 {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

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

  .image-galerie {
    width: 100%;
  }

  .icons-grid-1 {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    place-items: start;
  }

  .content_image-2 {
    height: 50vh;
    padding: 20px;
  }

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

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

  .heading-links-sml.heading-1 {
    text-align: center;
    margin-top: 10px;
  }

  .content-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    flex-flow: column;
    place-items: start;
    width: 100%;
  }

  .list-links.flie-text {
    text-align: left;
    font-size: 16px;
  }

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

  .image-wrapper-70vh.is-first {
    order: -1;
  }

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

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

  .flex-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .flex-wrap.list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .section-bild-bg {
    padding: 60px;
  }

  .inner-wrap.zweitfarbe {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
  }

  .content-mid {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .heading-mitig.heading-1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
  }

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

  .image-wrapper-40vh.is-first {
    order: -1;
  }

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

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

  .content-center-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .mask-2 {
    width: 100%;
  }

  .slider-wrap {
    height: 65vh;
  }

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

  .left-arrow-5, .right-arrow-5 {
    width: 40px;
  }

  .review-slide {
    width: 100%;
  }

  .review-block {
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    overflow: auto;
  }

  .star-icons {
    width: 8rem;
  }

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

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

  .form-block {
    margin-top: 20px;
  }

  .image_about-100 {
    object-position: 50% 35%;
    height: 55vh;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .divblock1 {
    height: auto;
  }

  .footer3.hauptfarbe {
    padding: 20px;
  }

  .heading_footer.heading-1 {
    text-align: center;
  }

  .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: 25px;
  }

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

  .hauptfarbe-2 {
    padding: 12px;
  }

  .nav-menu-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .paragraph_2.flie-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .content {
    padding: 20px 20px 140px;
  }

  .section_relative {
    height: 65vh;
  }

  .section_1 {
    padding: 40px;
  }

  ._2er_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._2er_grid.flex_top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  ._2er_grid.flex_top.invert {
    flex-direction: column-reverse;
    justify-content: space-between;
    display: flex;
  }

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

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

  .grid {
    flex-direction: column;
    grid-template-rows: auto 150px;
    display: flex;
  }

  .image-effect.is-top {
    object-position: 50% 80%;
  }

  .section_2 {
    height: 90vh;
  }

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

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

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

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

  .image_1, .image_1.is-first {
    height: 50vh;
  }

  .divider {
    margin-bottom: 15px;
  }

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

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

  .image_about {
    object-position: 50% 40%;
    height: 50vh;
  }

  .image_round {
    width: 200px;
    height: 200px;
  }

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

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

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

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

  .absolute_div {
    padding: 40px;
  }

  .no_overflow, .no_overflow._40vh {
    height: 50vh;
  }

  .circle {
    width: 3rem;
  }

  .footer_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar_block.hauptfarbe {
    height: 17vh;
  }

  .maos-footer {
    width: auto;
  }

  .maps-gro {
    height: 400px;
  }

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

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

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

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

  .content_image-2 {
    height: 45vh;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

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

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

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

  ._5er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  ._5er-grid.is-wrp-down {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .description-cards {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cards-adjust {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-bild-bg {
    padding: 40px;
  }

  .inner-wrap.zweitfarbe {
    padding: 20px;
  }

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

  .image-wrapper-40vh, .image-wrapper-35vh {
    height: 50vh;
  }

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

  .slider-wrap {
    margin-top: 20px;
  }

  .left-arrow-5 {
    width: 35px;
  }

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

  .right-arrow-5 {
    width: 35px;
  }

  .star-icons {
    width: 5rem;
  }

  .field-wrap {
    width: 100%;
  }

  .image_about-100 {
    object-position: 50% 40%;
    height: 50vh;
  }
}

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

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

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

  .logo-img {
    width: 180px;
  }

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

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

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

  .inhalt-footer3.flie-text {
    text-align: left;
  }

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

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

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

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

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

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

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .hauptfarbe-2 {
    padding: 10px;
  }

  .nav-menu-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .paragraph_2.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  .content {
    padding-bottom: 120px;
  }

  .section_relative {
    height: 55vh;
  }

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

  ._2er_grid, ._2er_grid.flex_top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .heading-links.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

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

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

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

  .section_2 {
    height: 88vh;
  }

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

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

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

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

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

  .submit_button.flie-text {
    font-size: 13px;
    line-height: 1.2;
  }

  .image_1, .image_1.is-first {
    height: 45vh;
  }

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

  .image_about {
    object-position: 50% 50%;
    height: 45vh;
  }

  .image_round {
    width: 150px;
    height: 150px;
  }

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

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

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

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

  .content_block_1 {
    width: 100%;
  }

  .no_overflow, .no_overflow._40vh {
    height: 45vh;
  }

  .circle {
    width: 2.5rem;
    padding: 8px;
  }

  .relative_button {
    padding: 8px 12px;
  }

  .navbar_block.hauptfarbe {
    height: 14.5vh;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

  .image-galerie {
    height: 45vh;
  }

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

  .content_image-2 {
    height: 40vh;
    padding: 10px;
  }

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

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

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

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

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

  .content-grid {
    grid-template-columns: max-content;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

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

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

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

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

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

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

  .inner-wrap.zweitfarbe {
    padding: 10px;
  }

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

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

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

  .slider-wrap {
    height: 80vh;
  }

  .heading-mitig-sml.heading-1 {
    font-size: 17px;
  }

  .left-arrow-5 {
    width: 30px;
  }

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

  .right-arrow-5 {
    width: 30px;
  }

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

  .review-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .review-block {
    padding: 10px 30px;
  }

  .star-icons {
    width: 4rem;
  }

  .arrow {
    width: 1.6rem;
  }

  .tetx_filed {
    font-size: 13px;
  }

  .image_about-100 {
    object-position: 50% 50%;
    height: 45vh;
  }
}

#w-node-a94ad45b-87dc-7273-1ed0-5e6ddb551e30-dde1503a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f50b5187-74e8-015f-48e1-e96f85f06d62-dde1503a, #w-node-_01626cc1-03a6-1a89-8f09-cde967343dd7-dde1503a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-dde1503a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_94fee6d8-62f2-32a2-3302-f3ad33748e10-dde1503a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9e39fc91-7235-3026-ebff-d02eb6584752-cdb453af, #w-node-_0610b865-afde-a226-2d58-d2b0afca1e28-cdb453af {
  justify-self: center;
}

#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-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8922-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8928-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee892a-dde1503f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8932-dde1503f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8934-dde1503f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893a-dde1503f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893c-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893e-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8940-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8944-dde1503f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8948-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee894a-dde1503f, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-dde15043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04a68754-c077-fbc3-61bd-e7391dfdc6e9-dde15043 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_04a68754-c077-fbc3-61bd-e7391dfdc6eb-dde15043, #w-node-_04a68754-c077-fbc3-61bd-e7391dfdc6ed-dde15043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04a68754-c077-fbc3-61bd-e7391dfdc6ef-dde15043 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-ca42bf06-b919-f64a-53c4-02d2bb5ada9d-dde15043, #w-node-e6abe57f-4466-e621-b82d-1fb1a0c1ca61-dde15043, #w-node-da19116d-6280-9b53-442f-d1644f49960d-dde15043, #w-node-_3bc2e59c-85e6-954d-4a98-12f59292ba0b-dde15043, #w-node-_04c827f8-1aa4-9693-b98c-c570b0674fb6-dde15043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cc13804-4b22-91ca-b804-dd6504ffd9c2-dde15043 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_821eed90-d13f-57f8-0304-9e5a64204d36-dde15043, #w-node-_4d96d3a6-4d90-6e27-f24b-edeb8986b8ac-dde15043, #w-node-bad46847-ae9b-7a48-504f-3da660a0d3ac-dde15043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb836543-14a0-38fd-b9b5-f6be6b77bb1e-dde15043 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-fb836543-14a0-38fd-b9b5-f6be6b77bb20-dde15043, #w-node-fb836543-14a0-38fd-b9b5-f6be6b77bb22-dde15043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb836543-14a0-38fd-b9b5-f6be6b77bb24-dde15043 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-f48e2d6f-23ee-d48e-289d-cbaee5a6fdf8-dde15043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddf7c136-8c86-a496-541f-d196d105051d-dde15043, #w-node-c830fbfb-0748-e573-2e06-90e02048bec8-dde15043 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b630-dde15043, #w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b636-dde15043, #w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b63c-dde15043, #w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b642-dde15043, #w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b648-dde15043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b64e-dde15043 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b655-dde15043, #w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b65b-dde15043, #w-node-_8973f521-de8e-9d62-00ea-3a0e9c69b661-dde15043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f0-dffd6601 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f6-dffd6601 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f8-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a10-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fc-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fe-dffd6601 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a00-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a06-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a04-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a08-dffd6601 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a02-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a0e-dffd6601 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-fcc59205-297a-a144-1a1b-4bc818450e82-dde1503a {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9e39fc91-7235-3026-ebff-d02eb6584752-cdb453af {
    justify-self: center;
  }

  #w-node-_0610b865-afde-a226-2d58-d2b0afca1e28-cdb453af {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8922-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8928-dde1503f {
    grid-column: span 1 / span 1;
  }

  #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8924-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee892a-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee892e-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8932-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8934-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893a-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893c-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893e-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8936-dde1503f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8940-dde1503f {
    grid-column: span 1 / span 1;
  }

  #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8942-dde1503f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8944-dde1503f {
    grid-column: span 1 / span 1;
  }

  #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8948-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee894a-dde1503f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce5ccdc3-774d-10d3-afdc-73d173404573-dde15046 {
    justify-self: start;
  }

  #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f0-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f8-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a10-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fc-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fe-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a02-dffd6601 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fcc59205-297a-a144-1a1b-4bc818450e82-dde1503a, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8924-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee892a-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee892e-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8932-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8934-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893a-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893c-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893e-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8936-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8942-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8948-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee894a-dde1503f, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f0-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f2-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f4-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f6-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f8-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fa-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a10-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fc-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fe-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a00-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a06-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a04-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a08-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a02-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a0a-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a0e-dffd6601 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a94ad45b-87dc-7273-1ed0-5e6ddb551e30-dde1503a, #w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-dde1503a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fcc59205-297a-a144-1a1b-4bc818450e82-dde1503a {
    grid-column: span 1 / span 1;
  }

  #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, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8924-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee892a-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee892e-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8932-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8934-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893a-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893c-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee893e-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8936-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8942-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee8948-dde1503f, #w-node-_8b25c5d2-4e8b-4152-fae6-42f1b9ee894a-dde1503f {
    grid-column: span 1 / span 1;
  }

  #w-node-_04a68754-c077-fbc3-61bd-e7391dfdc6e9-dde15043, #w-node-_04a68754-c077-fbc3-61bd-e7391dfdc6ef-dde15043, #w-node-fb836543-14a0-38fd-b9b5-f6be6b77bb1e-dde15043, #w-node-fb836543-14a0-38fd-b9b5-f6be6b77bb24-dde15043 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f0-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f2-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f4-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f6-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979f8-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fa-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a10-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fc-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba979fe-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a00-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a06-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a04-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a08-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a02-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a0a-dffd6601, #w-node-_8d44d009-88e5-89ad-d5e5-d2303ba97a0e-dffd6601 {
    grid-column: span 1 / span 1;
  }
}


