:root {
  --black: black;
  --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;
}

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

p {
  margin-bottom: 10px;
}

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

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

.footer.hauptfarbe {
  color: #fff;
  padding: 40px 10%;
}

.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 {
  z-index: 98;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  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 {
  display: none;
}

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

.nav-menu {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: flex;
  overflow: visible;
}

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

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

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

.navlink_content {
  overflow: hidden;
}

.background-video {
  height: 100%;
}

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

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

.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;
  background-color: #0000004d;
  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%;
}

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

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

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

.section_1.overflow {
  overflow: visible;
}

._2er_grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  place-items: center start;
}

._2er_grid.flex_top {
  place-items: start;
}

._2er_grid.mit {
  place-items: center start;
}

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

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

.heading.heading-1 {
  color: #b0d2a2;
  line-height: 1.3;
}

.heading.heading-1.red {
  color: red;
}

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

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

.paragraph.flie-text.hide {
  display: none;
}

.paragraph.flie-text.abstand {
  margin-top: 20px;
}

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

.grid-3-er {
  grid-template-rows: auto 300px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

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

.image.opacity {
  opacity: .2;
}

.image.r {
  object-position: 90% 50%;
}

.image.blur {
  filter: blur(5px);
}

.image.contain {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.section_2 {
  position: relative;
  overflow: hidden;
}

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

.heading_1.heading-1 {
  color: #b0d2a2;
  margin-bottom: 40px;
  line-height: 1.3;
}

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

.image_60vh.no-padding {
  height: 70vh;
  margin-top: 0;
}

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

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

.content_image {
  background-image: linear-gradient(#fffc, #fffc), url('../images/60d0bc6f6a6e34019881ac55_AdobeStock_380588444_visu_160d0bc6f6a6e34019881ac55_AdobeStock_380588444_visu.webp');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
  width: 100%;
  padding: 60px 40px;
}

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

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

.section_3 {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

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

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

.section_3.padding.hide {
  display: none;
}

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

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

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

.paragraph_footer.flie-text.black {
  color: #333;
}

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

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

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

.absolute_div {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 10%;
  display: flex;
  position: relative;
  inset: 0%;
}

.absolute_image_div {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/download---2024-03-04T163343.550.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content_block_1 {
  min-height: 91.2vh;
  padding-top: 20px;
}

.content_block_1.small {
  min-height: auto;
}

.no_overflow {
  position: relative;
  overflow: hidden;
}

.no_overflow.size {
  height: 45vh;
}

.no_overflow._45vh {
  height: 45vh;
  position: relative;
}

.no_overflow._45vh-2 {
  position: relative;
}

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

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

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

.navbar_block {
  height: 250px;
}

.navbar_block.hauptfarbe {
  height: 25vh;
}

.maps-footer {
  justify-content: flex-start;
  align-items: stretch;
  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 {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-size: 16px;
  display: flex;
}

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

.html-embed-maps {
  height: 55vh;
}

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

.image-100.vh {
  height: 91vh;
}

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

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

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

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

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

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

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

.slider-g-stebuch {
  background-color: #0000;
  width: 100%;
  height: 80vh;
  display: block;
}

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

.grid-3er {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

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

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

.navlink_content-invisible {
  width: 8rem;
  height: 3rem;
  overflow: hidden;
}

.content_block_1-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding-top: 20px;
  display: flex;
}

.slider-camping {
  width: 100%;
  position: sticky;
}

.grid-tiere {
  grid-template-rows: auto;
  width: 70%;
}

.white-card {
  flex-flow: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.paragraph-mittig.flie-text {
  z-index: 5;
  margin-top: 20px;
  line-height: 1.5;
  position: relative;
}

.icon-black {
  color: #333;
}

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

.navbar-block {
  width: 100%;
  height: 23vh;
}

.navbar-block.start-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/download---2024-03-04T162850.090.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.navbar-block.lage-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_333211929.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.navbar-block.zimmer-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_93785006.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.navbar-block.campign-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/665e7a055ffd731acbcc3a99b8ef5f83.webp');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.navbar-block.kinder-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_350798298.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.navbar-block.gastebuch-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_100929023.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.jotform-wrapper, .code-embed-jotform, .embed-maps {
  width: 100%;
  height: 100%;
}

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

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

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

.grid-icons.edit {
  grid-template-columns: 1fr 4.25fr 1fr 4.25fr;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 16px;
}

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

.max-width-large.align-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

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

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

.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 {
  filter: invert();
  display: none;
}

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

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

.grid-3-er-2 {
  grid-template-rows: auto 300px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._2er_grid-2 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  place-items: start stretch;
}

._2er_grid-2.flex_top {
  place-items: start;
}

.div-block {
  height: 90vh;
  position: sticky;
  top: 10vh;
}

.div-block-5 {
  height: 70vh;
  position: sticky;
  top: 10vh;
}

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

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #b0d2a2;
  font-family: Libre Franklin, sans-serif;
  font-size: 17px;
}

.tab-link-tab-1.w--current {
  background-color: var(--black);
  color: var(--white);
  font-size: 17px;
}

.tabs-content {
  margin-top: 20px;
}

.div-block-51 {
  height: 100vh;
  position: sticky;
  top: 10vh;
}

.grid-3-er-2-1 {
  grid-template-rows: auto 300px;
  grid-template-columns: 1fr 1fr;
}

._2er_grid-2-6 {
  grid-template-rows: auto;
}

._2er_grid-2-6.flex_top {
  place-items: start;
}

.content_block-9 {
  padding-right: 0;
  position: sticky;
  top: 10px;
}

.slider-8 {
  background-color: #0000;
  height: 100%;
  margin-top: 16px;
}

.div-block-52, .div-block-53 {
  width: 40vw;
}

.grid-3-er-2-3 {
  grid-template-rows: auto 300px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.div-block-5-3 {
  position: sticky;
  top: 10vh;
}

.slider-9 {
  height: 100%;
}

.slider-10 {
  margin-top: 16px;
}

._2er_grid-5 {
  grid-template-rows: auto;
  place-items: center;
}

._2er_grid-5.flex_top {
  place-items: start;
}

._2er_grid-5.mit {
  place-items: center start;
}

.content_block-5 {
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

  .social-verlinkung3 {
    margin-right: 0;
  }

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

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

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

  .navbar {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    color: #fff;
  }

  .navlink-underline {
    background-color: #333;
    height: 1.5px;
    display: none;
  }

  .hauptfarbe-2 {
    text-align: center;
    border: 1px solid #fff;
    width: 100%;
    padding: 10px 0;
  }

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

  .logo-wei {
    width: 100%;
    display: block;
  }

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

  .nav-menu {
    background-color: #fff;
    padding: 10px 0;
    position: absolute;
  }

  .nav-link.flie-text {
    color: #333;
    text-align: center;
    padding: 8px 0;
    line-height: 1.1;
  }

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

  .nav-link.flie-text.w--current {
    color: #a18c9d;
    font-weight: 500;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_relative {
    height: 100vh;
  }

  .section_1 {
    padding: 60px;
  }

  .section_1.top-paddding {
    padding-top: 0;
  }

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

  ._2er_grid.flex_top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: start;
    justify-items: start;
  }

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

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

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

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

  .link {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
  }

  .grid-3-er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto 200px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .image_60vh {
    height: 55vh;
    margin-top: 10px;
  }

  .grid-social {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    margin-top: 0;
    display: flex;
  }

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

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

  .image_90 {
    width: 100%;
    height: 55vh;
    margin-bottom: 0;
  }

  .image_90.top {
    object-position: 50% 20%;
    margin-bottom: 0;
  }

  .image_90.bottom {
    object-position: 50% 100%;
  }

  .section_3.flex {
    padding: 60px;
  }

  .section_3.flex.bottom-padding {
    padding-bottom: 0;
  }

  .section_3.padding {
    padding: 60px;
  }

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

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

  .absolute_div {
    padding: 60px;
  }

  .content_block_1 {
    min-height: auto;
  }

  .content_block_1.small {
    width: 100%;
    padding-top: 0;
  }

  .no_overflow._45vh, .no_overflow._45vh-2 {
    height: auto;
  }

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

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

  .relative_button {
    background-color: var(--black);
    margin-top: 10px;
    padding: 10px 15px;
  }

  .footer_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .navbar_block.hauptfarbe {
    height: 150px;
  }

  .maps-footer {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .maps-gro {
    height: 50vh;
  }

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

  .impdat-2.flie-text {
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
  }

  .html-embed-maps {
    height: 50vh;
  }

  .image-100.vh {
    height: 55vh;
  }

  .image-40vh {
    order: 9999;
    height: 50vh;
  }

  .icons-grid-1 {
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    display: flex;
  }

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

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

  .slider-g-stebuch {
    height: 55vh;
  }

  .grid-3er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

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

  .navlink_content-invisible {
    display: none;
  }

  .content_block_1-center {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-top: 0;
  }

  .slider-camping {
    order: 9999;
    height: 55vh;
  }

  .grid-tiere {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .white-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px;
  }

  .paragraph-mittig.flie-text {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
  }

  .icon-black {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
  }

  .navbar-block.start-page, .navbar-block.lage-page, .navbar-block.zimmer-page, .navbar-block.campign-page {
    height: 150px;
  }

  .navbar-block.kinder-page {
    height: 28.5vh;
  }

  .navbar-block.gastebuch-page {
    height: 150px;
  }

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

  .grid-icons {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    margin-top: 0;
    display: flex;
  }

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

  .left-arrow-2, .right-arrow-2 {
    width: 55px;
  }

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

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

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

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

  ._2er_grid-2.flex_top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: start;
    justify-items: start;
  }

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

  .div-block, .div-block-5 {
    order: -9999;
    height: auto;
    position: static;
  }

  .tabs-menu {
    text-align: center;
    flex-flow: column;
  }

  .tab-link-tab-1 {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .div-block-51 {
    order: -9999;
    height: auto;
    position: static;
  }

  .grid-3-er-2-1 {
    flex-flow: row;
    grid-template-rows: auto 200px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2er_grid-2-6 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  ._2er_grid-2-6.flex_top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: start;
    justify-items: start;
  }

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

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

  .div-block-52, .div-block-53 {
    width: 100%;
  }

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

  .div-block-5-3 {
    order: -9999;
    height: auto;
    position: static;
  }

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

  ._2er_grid-5.flex_top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: start;
    justify-items: start;
  }

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

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

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

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

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

  .logo-img {
    width: 140px;
  }

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

  .divblock1 {
    height: auto;
  }

  .footer.hauptfarbe {
    padding: 25px 20px 40px;
  }

  .heading_footer.heading-1 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

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

  .nav-link.flie-text {
    padding-top: 6px;
    line-height: 1;
  }

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

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

  .content {
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  .section_relative {
    height: 90vh;
  }

  .section_1 {
    padding: 40px;
  }

  ._2er_grid.flex_top {
    flex-direction: column;
    display: flex;
  }

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

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

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

  .link {
    font-size: 14px;
  }

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

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

  .image_60vh {
    height: 45vh;
    margin-top: 20px;
  }

  .image_60vh.no-padding {
    height: 50vh;
  }

  .grid-social {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

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

  .image_90, .image_90.top {
    height: 45vh;
  }

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

  .section_3.flex, .section_3.padding {
    padding: 40px;
  }

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

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

  .absolute_div {
    padding: 40px;
  }

  .no_overflow {
    height: 45vh;
  }

  .no_overflow.size {
    height: auto;
  }

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

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

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

  .maps-gro {
    height: 45vh;
  }

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

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

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

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

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

  .icons-grid-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

  .slider-g-stebuch {
    height: 45vh;
  }

  .grid-3er {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    display: flex;
  }

  .slider-camping {
    height: 45vh;
  }

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

  .navbar-block.kinder-page {
    height: 25vh;
  }

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

  .grid-icons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

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

  .slider {
    height: 50vh;
  }

  .max-width-large.align-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
    overflow: visible;
  }

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

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

  .slider-1 {
    height: 50vh;
  }

  .grid-3-er-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto 150px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  ._2er_grid-2.flex_top {
    flex-direction: column;
    display: flex;
  }

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

  .div-block, .div-block-5, .div-block-51 {
    width: 100%;
  }

  .grid-3-er-2-1 {
    flex-direction: column;
    grid-template-rows: auto 150px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2er_grid-2-6.flex_top {
    flex-direction: column;
    display: flex;
  }

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

  .slider-8 {
    height: 50vh;
  }

  .div-block-52, .div-block-53 {
    height: auto;
  }

  .grid-3-er-2-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto 150px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-5-3 {
    width: 100%;
  }

  ._2er_grid-5.flex_top {
    flex-direction: column;
    display: flex;
  }

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

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

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

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

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

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

  .logo-img {
    width: 120px;
  }

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

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

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

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

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

  .heading_footer.heading-1 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

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

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

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

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

  .heading-success {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .navlink-underline {
    line-height: 201.1px;
  }

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

  .nav-link.flie-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

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

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

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

  .section_relative {
    height: 60vh;
  }

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

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

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

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

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

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

  .link {
    font-size: 13px;
  }

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

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

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

  .image_60vh, .image_60vh.no-padding {
    height: 40vh;
  }

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

  .divider.hide {
    display: none;
  }

  .content_image {
    padding: 10px;
  }

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

  .image_90, .image_90.top {
    height: 40vh;
  }

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

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

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

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

  .content_block_1 {
    width: 100%;
  }

  .no_overflow {
    height: 40vh;
  }

  .no_overflow.size {
    height: auto;
  }

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

  .relative_button {
    padding: 8px 12px;
  }

  .navbar_block.hauptfarbe {
    height: 120px;
  }

  .maps-gro {
    height: 40vh;
  }

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

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

  .html-embed-maps {
    height: 35vh;
  }

  .image-100.vh {
    height: 40vh;
  }

  .image-40vh {
    height: 35vh;
  }

  .icons-grid-1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

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

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

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

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

  .content_block_1-center {
    width: 100%;
  }

  .slider-camping {
    height: 40vh;
  }

  .white-card {
    padding: 15px;
  }

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

  .paragraph-mittig.flie-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .icon-black {
    font-size: 30px;
  }

  .navbar-block.start-page, .navbar-block.lage-page, .navbar-block.zimmer-page {
    height: 120px;
  }

  .navbar-block.campign-page {
    height: 129px;
  }

  .navbar-block.kinder-page {
    height: 22vh;
  }

  .navbar-block.gastebuch-page {
    height: 120px;
  }

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

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

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

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

  .slider {
    height: 40vh;
  }

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

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

  .slider-1 {
    height: 40vh;
  }

  .grid-3-er-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  ._2er_grid-2.flex_top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tab-link-tab-1 {
    width: 100%;
    font-size: 14px;
  }

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

  ._2er_grid-2-6.flex_top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .slider-8 {
    height: 40vh;
  }

  .grid-3-er-2-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

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

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

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

#w-node-_7a4013ed-88be-579f-bd44-97b4b9b731b5-a98dbff5, #w-node-_58eb6c59-929c-b182-c8be-4b2b61289de7-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a2-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a4-a98dbff5, #w-node-_8a1ef529-7b2b-5e58-3f22-eea663ec70bf-a98dbff5, #w-node-_9c8a69f5-a83d-f3be-79ad-e963b8c33912-a98dbff5, #w-node-_2b741c59-4e2a-79c6-4a56-3fc1111bba68-a98dbff5, #w-node-cc9d048c-4327-4c72-862c-7431a8a1f93c-a98dbff5, #w-node-e9d61542-6fbe-60e6-d873-f9349782d08b-a98dbff5, #w-node-b40d760f-5f3f-dd8b-456e-0031986e864c-a98dbff5, #w-node-_432e8a4b-747d-3657-3ca1-c6d89c8110ac-a98dbff5, #w-node-_1a2b8314-ddb3-2f8b-76f9-f85b10f871fa-a98dbff5, #w-node-_1d72ad84-e1cc-290b-4bb9-7b063c3986a3-a98dbff5, #w-node-_5f8cf2ac-305e-f3ca-d416-14eac83387fb-a98dbff5, #w-node-_2a193d66-7f59-2a3e-e965-ab4fe428d60b-a98dbff5, #w-node-_564b84be-5474-9c07-65b4-f9d777c8d28c-a98dbff5, #w-node-_475cd645-743d-e956-727f-98a6331d8896-a98dbff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_01626cc1-03a6-1a89-8f09-cde967343dd7-a98dbff9 {
  grid-area: 2 / 1 / 3 / 3;
}

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

#w-node-c108ce17-f3fe-d764-270e-18f9c881e434-a98dc010, #w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50c9b-a98dc010, #w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50c9d-a98dc010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50ca1-a98dc010 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50ca3-a98dc010, #w-node-_8d283ad4-441a-86da-790d-de68fee530ec-a98dc010, #w-node-_6d3d3ec6-c8fd-13ed-35cb-08ee6f5ea5df-a98dc010, #w-node-_6d3d3ec6-c8fd-13ed-35cb-08ee6f5ea5e1-a98dc010, #w-node-_1b223b0c-0fdc-5589-7a44-ccaef66d5018-a98dc010, #w-node-dfb9e655-3173-01a9-d935-98a3a66de7e8-a98dc010, #w-node-dfb9e655-3173-01a9-d935-98a3a66de7ec-a98dc010, #w-node-dfb9e655-3173-01a9-d935-98a3a66de7ee-a98dc010, #w-node-dfb9e655-3173-01a9-d935-98a3a66de7a4-a98dc010, #w-node-b72364c9-2ef1-be29-6817-331fc7265e63-a98dc010, #w-node-bbe13fd2-1bd6-2a36-6ad4-70f27cc9fae0-a98dc010, #w-node-f3c09fe5-e035-6dbf-8114-96738470aab9-a98dc010, #w-node-fb4c8cbd-de13-a2da-27a0-6acf9424ac2c-a98dc010, #w-node-_44c3a343-f1b3-e5d1-39b0-b21d69fd4c0d-a98dc010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f362-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f364-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f366-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f368-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f370-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f372-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f374-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f376-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f378-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f380-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f382-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f384-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f386-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f388-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f390-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f392-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f394-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f396-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f398-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a0-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a2-a98dbff5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

  #w-node-d63cb7cd-5c7c-73dd-fc1c-427094c82e3c-cdb453af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01626cc1-03a6-1a89-8f09-cde967343dd7-a98dbff9 {
    grid-column-end: 2;
  }

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

  #w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50c99-a98dc010 {
    grid-row-end: 2;
  }

  #w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50ca1-a98dc010 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-a98dbff5 {
    grid-column-end: 2;
  }

  #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f362-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f364-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f366-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f368-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f370-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f372-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f374-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f376-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f378-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f380-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f382-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f384-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f386-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f388-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f390-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f392-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f394-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f396-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f398-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a0-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a2-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a4-a98dbff5, #w-node-_8a1ef529-7b2b-5e58-3f22-eea663ec70bf-a98dbff5, #w-node-_9c8a69f5-a83d-f3be-79ad-e963b8c33912-a98dbff5, #w-node-_2b741c59-4e2a-79c6-4a56-3fc1111bba68-a98dbff5, #w-node-cc9d048c-4327-4c72-862c-7431a8a1f93c-a98dbff5, #w-node-e9d61542-6fbe-60e6-d873-f9349782d08b-a98dbff5, #w-node-b40d760f-5f3f-dd8b-456e-0031986e864c-a98dbff5, #w-node-_432e8a4b-747d-3657-3ca1-c6d89c8110ac-a98dbff5, #w-node-_1a2b8314-ddb3-2f8b-76f9-f85b10f871fa-a98dbff5, #w-node-_1d72ad84-e1cc-290b-4bb9-7b063c3986a3-a98dbff5, #w-node-_5f8cf2ac-305e-f3ca-d416-14eac83387fb-a98dbff5, #w-node-_2a193d66-7f59-2a3e-e965-ab4fe428d60b-a98dbff5, #w-node-_564b84be-5474-9c07-65b4-f9d777c8d28c-a98dbff5, #w-node-_475cd645-743d-e956-727f-98a6331d8896-a98dbff5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

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

  #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f362-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f364-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f366-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f368-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f36e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f370-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f372-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f374-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f376-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f378-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f37e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f380-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f382-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f384-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f386-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f388-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f38e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f390-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f392-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f394-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f396-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f398-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39a-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39c-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f39e-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a0-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a2-a98dbff5, #w-node-_434c1ff3-69c5-dfee-9282-eccf4217f3a4-a98dbff5, #w-node-_8a1ef529-7b2b-5e58-3f22-eea663ec70bf-a98dbff5, #w-node-_9c8a69f5-a83d-f3be-79ad-e963b8c33912-a98dbff5, #w-node-_2b741c59-4e2a-79c6-4a56-3fc1111bba68-a98dbff5, #w-node-cc9d048c-4327-4c72-862c-7431a8a1f93c-a98dbff5, #w-node-e9d61542-6fbe-60e6-d873-f9349782d08b-a98dbff5, #w-node-b40d760f-5f3f-dd8b-456e-0031986e864c-a98dbff5, #w-node-_432e8a4b-747d-3657-3ca1-c6d89c8110ac-a98dbff5, #w-node-_1a2b8314-ddb3-2f8b-76f9-f85b10f871fa-a98dbff5, #w-node-_1d72ad84-e1cc-290b-4bb9-7b063c3986a3-a98dbff5, #w-node-_5f8cf2ac-305e-f3ca-d416-14eac83387fb-a98dbff5, #w-node-_2a193d66-7f59-2a3e-e965-ab4fe428d60b-a98dbff5, #w-node-_564b84be-5474-9c07-65b4-f9d777c8d28c-a98dbff5, #w-node-_475cd645-743d-e956-727f-98a6331d8896-a98dbff5 {
    grid-column: span 1 / span 1;
  }

  #w-node-a94ad45b-87dc-7273-1ed0-5e6ddb551e30-a98dbff9, #w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-a98dbff9, #w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50c99-a98dc010, #w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50c9f-a98dc010, #w-node-c4f0c17a-c63f-5eb4-8b47-34c05bc50ca1-a98dc010, #w-node-_8d283ad4-441a-86da-790d-de68fee53103-a98dc010, #w-node-_8d283ad4-441a-86da-790d-de68fee53109-a98dc010, #w-node-_6d3d3ec6-c8fd-13ed-35cb-08ee6f5ea5dd-a98dc010, #w-node-_6d3d3ec6-c8fd-13ed-35cb-08ee6f5ea5e3-a98dc010, #w-node-dfb9e655-3173-01a9-d935-98a3a66de7ea-a98dc010, #w-node-dfb9e655-3173-01a9-d935-98a3a66de7f0-a98dc010 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


