:root {
  --white: white;
  --green: #345f09;
  --black: black;
}

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

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

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

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

.utility-page-wrap {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/IMG_8116-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  height: 150px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  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(--green);
  color: #fff;
}

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

.highlights {
  color: #fff;
  background-color: #7d8578;
}

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

.heading-1 {
  font-family: Libre Franklin, 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.7;
}

.farbe-der-headings {
  color: #7d8578;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
}

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

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

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

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

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

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

.footer.hauptfarbe {
  color: #fff;
  background-color: #345f09;
  margin-top: auto;
  padding: 40px 10%;
}

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

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

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

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

.div-block-success.highlights {
  background-color: var(--green);
}

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

.navbar {
  z-index: 90;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

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

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

.div-block.grey {
  background-color: #333;
}

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

.logo-wei {
  display: none;
}

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

.nav-menu {
  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;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.nav-link.flie-text.w--current {
  font-weight: 600;
}

.nav-link.flie-text.white {
  color: #333;
}

.navlink_content {
  overflow: hidden;
}

.background-video {
  height: 100%;
}

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

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

.content {
  z-index: 5;
  color: #fff;
  background-color: #0006;
  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: 90vh;
  position: relative;
}

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

._2er_grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  place-items: start stretch;
  width: 100%;
  margin: 20px auto;
}

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

._2er_grid.invert {
  place-items: center stretch;
}

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

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

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

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

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

.paragraph.flie-text {
  z-index: 5;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}

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

.paragraph.flie-text.mitting.small {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.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: underline;
}

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

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

.grid.hide-sml-screen._100 {
  height: 100%;
}

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

.image.links {
  object-position: 10% 50%;
}

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

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

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

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

.heading-sm.heading-1.small {
  margin-top: 0;
  font-size: 25px;
}

.heading-sm.heading-1.big {
  text-transform: uppercase;
}

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

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

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

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  background-color: var(--green);
  border: 1px solid #000;
  transition: all .2s;
}

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

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

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

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

.section_3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section_3.zweitfarbe {
  padding-bottom: 100px;
}

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

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

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

.paragraph_footer.flie-text {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

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

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

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

.absolute_div {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 100px 10%;
  position: relative;
  inset: 0%;
}

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

.no_overflow {
  overflow: hidden;
}

.no_overflow.size {
  min-height: 30vh;
}

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

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

.navbar_block {
  height: 250px;
}

.navbar_block.hauptfarbe {
  background-color: var(--white);
  height: 190px;
}

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

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

.link-block {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-block:hover {
  text-decoration: underline;
}

.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;
  display: flex;
}

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

.impressum-link:hover {
  text-decoration: underline;
}

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

.datenschutz-link:hover {
  text-decoration: underline;
}

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

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

.content_block-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

.ablaufplan-big-button-3.black {
  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;
}

.grid-gallery {
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
}

.lightbox-link {
  width: 100%;
  height: 30vh;
  overflow: hidden;
}

.lightbox-link.large {
  height: 62vh;
}

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

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

.navbars {
  z-index: 90;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: 0;
}

.html-embed {
  width: 100%;
}

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

.content_images.hidden {
  background-image: linear-gradient(#fffc, #fffc), url('../images/IMG_8116-1.webp');
  margin-top: 40px;
}

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

.heading-google.heading-1 {
  text-align: center;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.popup-wrapper {
  z-index: 10000;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inner {
  width: 85%;
  height: 86vh;
  overflow: visible;
}

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

.image-cross {
  cursor: pointer;
  object-fit: contain;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.html-embeds {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.booktool {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-left: 5vw;
  display: flex;
}

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

.footer-div {
  justify-content: space-between;
  display: flex;
}

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

.partner-logos {
  object-fit: contain;
  height: 12vh;
  margin-bottom: 5px;
}

.image-icons {
  object-fit: contain;
  width: 2.5vw;
}

.div-block-social {
  z-index: 90;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 45% auto;
}

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

.div-block-green {
  padding: 20px;
}

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

.paragraph-list.flie-text {
  z-index: 5;
  z-index: 5;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}

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

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.table-div {
  border: 1px solid #bcbcbc;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 10px 5px;
  display: flex;
}

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

.heading-mitting.heading-1 {
  text-align: center;
  line-height: 1.3;
}

.heading-mitting.heading-1.farbe-der-headings, .text-span-2 {
  color: #345f09;
}

._2er-image-grid {
  grid-template-rows: auto 300px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 55vh;
}

.div-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.booking-section {
  z-index: 10;
  padding: 60px 10%;
  position: relative;
}

.slider-mobile-verison {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
}

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

.text-btn {
  margin-bottom: 0;
}

.round-link-block {
  background-color: var(--green);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.icon-sml {
  width: 2rem;
}

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

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

.modal1_content-wrapper {
  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;
}

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

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

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

.modal1_close-button {
  z-index: 90;
  position: absolute;
  inset: 2% 2% auto auto;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  height: 100%;
}

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

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

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

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

.gallery-full {
  height: 410px;
}

.tab-buttons-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.lightbox-200h {
  height: 200px;
}

.tab {
  border: 4px solid var(--green);
  background-color: var(--green);
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 16px;
}

.tab.w--current {
  border-color: var(--green);
  color: var(--green);
  background-color: #fff;
}

.gallery-col-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.gallery-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

  .logo {
    padding: 0;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

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

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

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

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

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

  .navbar {
    background-color: var(--black);
    flex-flow: column;
    padding: 0;
    position: relative;
  }

  .icon {
    color: #fff;
  }

  .div-block, .div-block.grey {
    background-color: var(--black);
  }

  .hauptfarbe-2 {
    background-color: var(--green);
    text-align: center;
    width: 100%;
    padding: 10px;
  }

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

  .logo-wei {
    display: block;
  }

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

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

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

  .nav-link.flie-text.white {
    color: var(--white);
    text-decoration: none;
  }

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

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

  .section_relative {
    height: 60vh;
  }

  .section_1 {
    text-align: center;
    padding: 60px;
  }

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

  ._2er_grid._70 {
    width: 100%;
  }

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

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

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

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

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

  .grid {
    order: -1;
    grid-template-rows: auto 200px;
    height: auto;
  }

  .grid-media {
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content_image {
    padding: 40px 20px;
  }

  .white_block {
    padding: 20px;
  }

  .section_3, .section_3.zweitfarbe {
    padding: 60px;
  }

  .grid-5 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .absolute_div {
    padding: 60px;
  }

  .circle {
    margin-right: 0;
  }

  .navbar_block.hauptfarbe {
    height: 0;
  }

  .maps-gro {
    height: 50vh;
  }

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

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

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

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

  .grid-gallery {
    width: 100%;
  }

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

  .navbars {
    background-color: var(--black);
    flex-flow: column;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }

  .content_images {
    padding: 40px 20px;
  }

  .content_images.hidden {
    margin-top: 20px;
    padding: 20px;
  }

  .accordion-pane {
    width: 100%;
  }

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

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .html-embeds {
    width: auto;
    min-height: 45vh;
  }

  .booktool {
    padding-left: 0;
  }

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

  .image-icons {
    width: 35px;
  }

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

  ._2er-image-grid {
    flex: 1;
    order: -1;
    grid-template-rows: auto 200px;
  }

  .div-links {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .booking-section {
    padding: 60px;
  }

  .lightbox-links {
    width: 100%;
    height: 60vh;
  }

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

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

  .tab-buttons-block {
    justify-content: center;
    align-items: flex-start;
  }

  .images-tabs {
    width: 100%;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

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

  .impdat {
    padding: 40px;
  }

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

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

  .headings {
    font-size: 28px;
  }

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

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

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

  .section_relative {
    height: 55vh;
  }

  .section_1 {
    padding: 40px;
  }

  ._2er_grid {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .paragraph.flie-text, .paragraph.flie-text.center, .paragraph.flie-text.list, .paragraph.flie-text.mitting, .link {
    font-size: 14px;
  }

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

  .grid.hide-sml-screen {
    display: none;
  }

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

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

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

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

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

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

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

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

  .absolute_div {
    padding: 20px;
  }

  .no_overflow {
    height: 45vh;
  }

  .circle {
    margin-right: 0;
  }

  .maos-footer {
    height: 25vh;
  }

  .maps-gro {
    height: 40vh;
  }

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

  .content_block-center {
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid-gallery {
    flex-flow: column;
    display: flex;
  }

  .lightbox-link, .lightbox-link.large {
    height: 45vh;
  }

  .html-embed {
    max-width: 420px;
  }

  .content_images.hidden {
    margin-top: 20px;
  }

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

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

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

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

  .booktool {
    padding-left: 0;
  }

  .footer-div.flie-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    align-items: center;
  }

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

  .div-block-social {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

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

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

  .heading-mitting.heading-1.farbe-der-headings {
    font-size: 30px;
  }

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

  ._2er-image-grid.hide-sml-screen {
    display: none;
  }

  .booking-section {
    padding: 40px;
  }

  .lightbox-links {
    height: auto;
  }

  .slider-mobile-verison, .slide-nav {
    display: block;
  }

  .modal1_content-wrapper {
    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;
  }

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

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

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

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

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

  .tab-buttons-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tab {
    font-size: 15px;
  }
}

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

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

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

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

  .logo-img {
    height: 100px;
  }

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

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

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

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

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

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

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

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

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

  .section_relative {
    height: 45vh;
  }

  .section_1 {
    padding: 40px 20px;
  }

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

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

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

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

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

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

  .heading-sm.heading-1 {
    margin-top: 0;
    font-size: 20px;
  }

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

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

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

  .content_image {
    padding: 20px;
  }

  .white_block {
    width: 100%;
    padding: 0;
  }

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

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

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

  .absolute_div {
    padding: 40px 5px;
  }

  .no_overflow {
    height: 40vh;
  }

  .circle {
    width: 30px;
    height: 30px;
    margin-right: 0;
    padding: 5px;
  }

  .maps-gro {
    height: 45vh;
  }

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

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

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

  .html-embed {
    max-width: 250px;
  }

  .content_images {
    padding: 5px;
  }

  .content_images.hidden {
    margin-top: 20px;
  }

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

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

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

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

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

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

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

  .card, .card.zweitfarbe {
    padding: 20px;
  }

  .html-embeds {
    margin-top: 0;
  }

  .booktool {
    padding-left: 0;
  }

  .div-block-green.hauptfarbe {
    padding-bottom: 10px;
  }

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

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

  .table-div {
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

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

  .booking-section {
    padding: 40px 20px;
  }

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

  .modal1_component, .modal1_component-2 {
    width: auto;
    height: auto;
  }

  .tab {
    border-width: 3px;
    font-size: 14px;
    line-height: 1.5;
  }
}

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

#w-node-f50b5187-74e8-015f-48e1-e96f85f06d62-c1ec3868, #w-node-_01626cc1-03a6-1a89-8f09-cde967343dd7-c1ec3868, #w-node-_5482f835-8d5f-71d5-2fcd-6fd88ea461f4-c1ec3868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_6d3a30e1-f714-8069-c270-ffc798c56c01-c1ec3868 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6d3a30e1-f714-8069-c270-ffc798c56c03-c1ec3868, #w-node-_6d3a30e1-f714-8069-c270-ffc798c56c05-c1ec3868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3a30e1-f714-8069-c270-ffc798c56c07-c1ec3868 {
  grid-area: 2 / 2 / 3 / 4;
}

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

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

#w-node-f50b5187-74e8-015f-48e1-e96f85f06d62-c1ec38a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-d17a016e-a8b5-ba5d-1d79-054d37dd97f9-c1ec38a2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d17a016e-a8b5-ba5d-1d79-054d37dd97fb-c1ec38a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d17a016e-a8b5-ba5d-1d79-054d37dd97ff-c1ec38a2 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_986cdc8a-b554-315b-2f42-9dd6f77199b4-c1ec38a2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7d1698b0-fa49-f1a8-5a9a-9516ec01dd4e-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c5e51ed9-7cc3-3e98-080c-75ffe18161cf-c1ec38ab, #w-node-_3a40e7c0-f8a8-5293-e0ca-2a161c2a38fa-c1ec38ab, #w-node-_48898b28-7bf3-9bbd-3956-18bf81c8ddb7-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f8d73c5-11d8-66a5-19b2-89569882c9c2-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5511bc09-e684-dc98-4ee1-edb43457e86c-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d3a08e9-df1a-6baa-0e56-33df1dee66f3-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5d3a08e9-df1a-6baa-0e56-33df1dee66f5-c1ec38ab, #w-node-_5d3a08e9-df1a-6baa-0e56-33df1dee66f7-c1ec38ab, #w-node-_5d3a08e9-df1a-6baa-0e56-33df1dee66f9-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d3a08e9-df1a-6baa-0e56-33df1dee66fb-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5d3a08e9-df1a-6baa-0e56-33df1dee66fd-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4920d808-9e08-410a-1440-ed0b64b47bf7-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4920d808-9e08-410a-1440-ed0b64b47bf9-c1ec38ab, #w-node-_4920d808-9e08-410a-1440-ed0b64b47bfb-c1ec38ab, #w-node-_4920d808-9e08-410a-1440-ed0b64b47bfd-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4920d808-9e08-410a-1440-ed0b64b47bff-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4920d808-9e08-410a-1440-ed0b64b47c01-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c592dc62-5cb3-efc2-a431-d38b2ec73572-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c592dc62-5cb3-efc2-a431-d38b2ec73574-c1ec38ab, #w-node-c592dc62-5cb3-efc2-a431-d38b2ec73576-c1ec38ab, #w-node-c592dc62-5cb3-efc2-a431-d38b2ec73578-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c592dc62-5cb3-efc2-a431-d38b2ec7357a-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c592dc62-5cb3-efc2-a431-d38b2ec7357c-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d6e1ae5-c996-1c54-345d-e804f57d14e8-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6d6e1ae5-c996-1c54-345d-e804f57d14ea-c1ec38ab, #w-node-_6d6e1ae5-c996-1c54-345d-e804f57d14ec-c1ec38ab, #w-node-_6d6e1ae5-c996-1c54-345d-e804f57d14ee-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d6e1ae5-c996-1c54-345d-e804f57d14f0-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6d6e1ae5-c996-1c54-345d-e804f57d14f2-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90279e5-61c8-58cd-16f1-2a8c946b47d3-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b90279e5-61c8-58cd-16f1-2a8c946b47d5-c1ec38ab, #w-node-b90279e5-61c8-58cd-16f1-2a8c946b47d7-c1ec38ab, #w-node-b90279e5-61c8-58cd-16f1-2a8c946b47d9-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90279e5-61c8-58cd-16f1-2a8c946b47db-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b90279e5-61c8-58cd-16f1-2a8c946b47dd-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35559fd0-3bc8-433c-8703-d4907c08a579-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_35559fd0-3bc8-433c-8703-d4907c08a57b-c1ec38ab, #w-node-_35559fd0-3bc8-433c-8703-d4907c08a57d-c1ec38ab, #w-node-_35559fd0-3bc8-433c-8703-d4907c08a57f-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35559fd0-3bc8-433c-8703-d4907c08a581-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_35559fd0-3bc8-433c-8703-d4907c08a583-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5612d284-dacb-b9ee-5dcc-4697b154f9bb-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5612d284-dacb-b9ee-5dcc-4697b154f9bd-c1ec38ab, #w-node-_5612d284-dacb-b9ee-5dcc-4697b154f9bf-c1ec38ab, #w-node-_5612d284-dacb-b9ee-5dcc-4697b154f9c1-c1ec38ab, #w-node-_5612d284-dacb-b9ee-5dcc-4697b154f9c5-c1ec38ab, #w-node-f8b98627-dde2-c2cf-88f8-322ca4da2cb2-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a68da51-6497-a106-eb51-e0d6a3c16add-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1a68da51-6497-a106-eb51-e0d6a3c16adf-c1ec38ab, #w-node-_1a68da51-6497-a106-eb51-e0d6a3c16ae1-c1ec38ab, #w-node-_1a68da51-6497-a106-eb51-e0d6a3c16ae3-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a68da51-6497-a106-eb51-e0d6a3c16ae5-c1ec38ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1a68da51-6497-a106-eb51-e0d6a3c16ae7-c1ec38ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b55b2905-257b-7d81-acc3-b9c25143b296-c1ec38b9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b55b2905-257b-7d81-acc3-b9c25143b298-c1ec38b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b55b2905-257b-7d81-acc3-b9c25143b29c-c1ec38b9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_6cb07122-8955-d5fd-f744-82cc8abae29f-c1ec38b9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6cb07122-8955-d5fd-f744-82cc8abae2a1-c1ec38b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cb07122-8955-d5fd-f744-82cc8abae2a5-c1ec38b9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_6d5e1047-9238-7a2e-8a07-d3a6dd4d0ac5-c1ec38b9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6d5e1047-9238-7a2e-8a07-d3a6dd4d0ac7-c1ec38b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d5e1047-9238-7a2e-8a07-d3a6dd4d0acb-c1ec38b9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_494ac0c6-23e5-b551-6ea6-3699b52ba1ef-c1ec38b9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_494ac0c6-23e5-b551-6ea6-3699b52ba1f1-c1ec38b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494ac0c6-23e5-b551-6ea6-3699b52ba1f5-c1ec38b9 {
  grid-area: 2 / 2 / 3 / 4;
}

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

#w-node-f50b5187-74e8-015f-48e1-e96f85f06d62-71905e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf5-71905e57 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf7-71905e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3fafb-71905e57 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_49bc0947-f984-138c-8831-e2a5e413e2b3-71905e57 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_49bc0947-f984-138c-8831-e2a5e413e2b5-71905e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49bc0947-f984-138c-8831-e2a5e413e2b9-71905e57 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_09f12cab-578e-5018-84b6-4f0286622fde-71905e57 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_07d1bdf1-39c4-9b2b-0cdc-217b37a97fe4-71905e57 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8717b9f6-3b9c-eaa8-6dc4-54596b3bbab8-71905e57 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8717b9f6-3b9c-eaa8-6dc4-54596b3bbaba-71905e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8717b9f6-3b9c-eaa8-6dc4-54596b3bbabe-71905e57 {
  grid-area: 2 / 2 / 3 / 4;
}

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

#w-node-f50b5187-74e8-015f-48e1-e96f85f06d62-5e348e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_629b20e5-7dd5-6c5b-0949-f20932a19403-5e348e99 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_629b20e5-7dd5-6c5b-0949-f20932a19405-5e348e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_629b20e5-7dd5-6c5b-0949-f20932a19409-5e348e99 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf5-5e348e99 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf7-5e348e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3fafb-5e348e99 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_0d5d9cc7-8fa3-08b4-1dcb-aebd4c367aab-5e348e99 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_0d5d9cc7-8fa3-08b4-1dcb-aebd4c367aad-5e348e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d5d9cc7-8fa3-08b4-1dcb-aebd4c367ab1-5e348e99 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-ace76e80-5ac8-bb32-3b82-3f0dce4327ea-5e348e99 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

#w-node-f50b5187-74e8-015f-48e1-e96f85f06d62-bc4427a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_629b20e5-7dd5-6c5b-0949-f20932a19403-bc4427a7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_629b20e5-7dd5-6c5b-0949-f20932a19405-bc4427a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_629b20e5-7dd5-6c5b-0949-f20932a19409-bc4427a7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf5-bc4427a7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf7-bc4427a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3fafb-bc4427a7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-d8543d66-c2d4-bdda-c8d1-d631e3be2661-bc4427a7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_81116f6e-8562-8f16-ae73-656f9d145e6c-bc4427a7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

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

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

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

  #w-node-ace76e80-5ac8-bb32-3b82-3f0dce4327ea-5e348e99 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

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

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

  #w-node-_6d3a30e1-f714-8069-c270-ffc798c56c01-c1ec3868, #w-node-_6d3a30e1-f714-8069-c270-ffc798c56c07-c1ec3868, #w-node-a94ad45b-87dc-7273-1ed0-5e6ddb551e30-c1ec38a2, #w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-c1ec38a2, #w-node-d17a016e-a8b5-ba5d-1d79-054d37dd97f9-c1ec38a2, #w-node-d17a016e-a8b5-ba5d-1d79-054d37dd97ff-c1ec38a2, #w-node-b55b2905-257b-7d81-acc3-b9c25143b296-c1ec38b9, #w-node-b55b2905-257b-7d81-acc3-b9c25143b29c-c1ec38b9, #w-node-_6cb07122-8955-d5fd-f744-82cc8abae29f-c1ec38b9, #w-node-_6cb07122-8955-d5fd-f744-82cc8abae2a5-c1ec38b9, #w-node-_6d5e1047-9238-7a2e-8a07-d3a6dd4d0ac5-c1ec38b9, #w-node-_6d5e1047-9238-7a2e-8a07-d3a6dd4d0acb-c1ec38b9, #w-node-_494ac0c6-23e5-b551-6ea6-3699b52ba1ef-c1ec38b9, #w-node-_494ac0c6-23e5-b551-6ea6-3699b52ba1f5-c1ec38b9, #w-node-a94ad45b-87dc-7273-1ed0-5e6ddb551e30-71905e57, #w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-71905e57, #w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf5-71905e57, #w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3fafb-71905e57, #w-node-_49bc0947-f984-138c-8831-e2a5e413e2b3-71905e57, #w-node-_49bc0947-f984-138c-8831-e2a5e413e2b9-71905e57, #w-node-_09f12cab-578e-5018-84b6-4f0286622fde-71905e57, #w-node-_07d1bdf1-39c4-9b2b-0cdc-217b37a97fe4-71905e57, #w-node-_8717b9f6-3b9c-eaa8-6dc4-54596b3bbab8-71905e57, #w-node-_8717b9f6-3b9c-eaa8-6dc4-54596b3bbabe-71905e57, #w-node-a94ad45b-87dc-7273-1ed0-5e6ddb551e30-5e348e99, #w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-5e348e99, #w-node-_629b20e5-7dd5-6c5b-0949-f20932a19403-5e348e99, #w-node-_629b20e5-7dd5-6c5b-0949-f20932a19409-5e348e99, #w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf5-5e348e99, #w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3fafb-5e348e99, #w-node-_0d5d9cc7-8fa3-08b4-1dcb-aebd4c367aab-5e348e99, #w-node-_0d5d9cc7-8fa3-08b4-1dcb-aebd4c367ab1-5e348e99, #w-node-a94ad45b-87dc-7273-1ed0-5e6ddb551e30-bc4427a7, #w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-bc4427a7, #w-node-_629b20e5-7dd5-6c5b-0949-f20932a19403-bc4427a7, #w-node-_629b20e5-7dd5-6c5b-0949-f20932a19409-bc4427a7, #w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3faf5-bc4427a7, #w-node-_545bebbb-01c3-f4f9-88e2-76af9ae3fafb-bc4427a7, #w-node-d8543d66-c2d4-bdda-c8d1-d631e3be2661-bc4427a7, #w-node-_81116f6e-8562-8f16-ae73-656f9d145e6c-bc4427a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


