:root {
  --highlights: #c2912e;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

p {
  margin-bottom: 10px;
}

a, a:hover {
  text-decoration: none;
}

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 46%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.is-404 {
  background-image: none;
  justify-content: center;
  align-items: center;
}

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

.utility-page-content.is-404 {
  color: #343434;
  width: 100%;
  max-width: 42.5rem;
  position: static;
}

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

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

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

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

.heading-1 {
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--highlights);
  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;
}

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

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

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 1.3;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
  position: fixed;
  top: 0;
}

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

.nav-link-1 {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.nav-link-1.w--current, .nav-link-1.w--current:hover {
  color: #fff;
}

.nav-link-1.flie-text:hover {
  text-decoration: none;
}

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

.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-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.section_1 {
  padding: 100px 8vw;
  overflow: hidden;
}

._2er_grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  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 {
  line-height: 1.3;
}

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

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

.link {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

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

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

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

.section_2 {
  height: 500px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.submit_button {
  font-size: 16px;
}

.submit_button.flie-text {
  transition: all .2s;
}

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

.wrap-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.25fr;
  place-items: center start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.galerie_grid {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-columns: 1fr max-content;
}

.image_5 {
  object-fit: cover;
  border-radius: 50%;
  width: 25vh;
  height: 25vh;
}

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

.grid-5 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 1vh;
}

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

.image_6:hover {
  transform: scale(1.1);
}

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

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

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

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

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

.absolute_image_div {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/The-great-Lodge-51.heic.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 180%;
  margin-top: -5%;
  position: absolute;
  inset: 0%;
}

.no_overflow {
  height: 100%;
  overflow: hidden;
}

.no_overflow._40vh {
  height: 40vh;
}

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

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

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

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

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

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

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

.navbar_block {
  height: 18vh;
}

.navbar_block.hauptfarbe {
  background-color: #596061;
  height: 15rem;
}

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

.maps-gro {
  width: 100%;
}

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

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

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

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

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

.html-embed-6 {
  height: 70vh;
}

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

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

.content_block-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

.content_image-2 {
  background-image: linear-gradient(#fff6, #fff6), url('../images/The-great-Lodge-61.heic.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding: 20px;
}

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

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

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

.spacer {
  height: 20px;
}

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

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

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

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

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

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

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

.flie-text-2, .flie-text-3, .flie-text-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.wrap-flex {
  color: #333;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.25fr;
  justify-content: flex-start;
  place-items: flex-start start;
  text-decoration: none;
  display: flex;
}

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

.heading-links-sml {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

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

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

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

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

.content-grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-columns: .25fr 1fr;
  margin-top: 20px;
}

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

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

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

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

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

.wrap-100 {
  width: 100%;
}

.inner-wrap {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

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

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

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

.text-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.text-heading.flie-text {
  z-index: 5;
  line-height: 1.5;
}

._3er_grid1 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
}

.divider-horizontal {
  background-color: #f1f1f1;
  width: 2px;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

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

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

.content_block-pad {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

.logo-wrap {
  height: 15vh;
}

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

.lightbox-galeire {
  width: 100%;
  height: 40vh;
}

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

.spacer--1 {
  height: 30px;
}

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

.embed-100 {
  background-color: #000;
  width: 100%;
  height: 81vh;
}

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

.sub-galerie-grid {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
}

.section-bild-bg-2 {
  background-image: url('../images/The-great-Lodge-52.heic.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 100px 8vw;
  display: flex;
}

.icon-2 {
  color: #fff;
}

.dropdown-toggle-16 {
  padding: 0 25px 0 0;
}

.nav-link-drop {
  color: #fff;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
}

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

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

.dropdown1 {
  color: #fff;
  background-color: #000;
  border-top: 2px solid #fff;
}

.icons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-social {
  width: 3rem;
}

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

.img-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  display: flex;
}

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

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

.img-button.flie-text.highlights {
  flex: 0 auto;
  text-decoration: none;
  transition: all .5s;
}

.img-button.flie-text.highlights:hover {
  background-color: var(--highlights);
  transform: scale(1.1);
}

.img-btn {
  filter: invert();
  width: 1.2rem;
}

.fixed-button {
  z-index: 100;
  position: fixed;
  inset: auto 0% 45% auto;
  transform: translate(60px)rotate(-90deg);
}

.inner-block {
  color: #fff;
  text-shadow: 0 0 1px #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slogan-1 {
  font-size: 65px;
  line-height: 75px;
}

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

.text-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-card.highlights {
  height: 100%;
  min-height: 15vh;
  transition: all .5s;
}

.heading-mittig-sml {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.card-image {
  height: 40vh;
}

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

.slide-nav {
  font-size: 10px;
}

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

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

._2er-grid-left-focus {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.code-embed-3 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.inner-block-1 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 8vw;
  display: flex;
}

.section-bild-bg-3 {
  background-image: url('../images/Chalet-mit-Garage.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.section-bild-bg-4 {
  background-image: url('../images/The-great-Lodge-5.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 100px 8vw;
  display: flex;
}

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

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

.slide-nav-2 {
  font-size: 12px;
}

.spacer-sml {
  height: 10px;
}

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

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

.nav_link-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hide_desktop {
  display: none;
}

.underline {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.code-embed-4 {
  z-index: 9999999;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .footer3.hauptfarbe {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

  .navbar {
    background-color: #0000001a;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 8.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .icon {
    color: #fff;
  }

  .nav-link-1 {
    width: 70%;
  }

  .nav-link-1.flie-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .section_relative {
    height: 100vh;
  }

  .section_1 {
    padding: 60px 5%;
  }

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

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

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

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

  .heading_1.heading-1 {
    text-align: left;
  }

  .wrap-icons {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
  }

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

  .section_3 {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .absolute_div {
    padding: 40px 5%;
  }

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

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

  .navbar_block.hauptfarbe {
    height: 9rem;
  }

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

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

  .icons-grid-1 {
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
  }

  .content_image-2 {
    padding: 40px 20px;
  }

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

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

  .wrap-flex {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tick-mark {
    color: #fff;
  }

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

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

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

  .dropdown-toggle-16 {
    width: 100%;
    margin-right: auto;
  }

  .text-card.zweitfarbe {
    order: -1;
  }

  .text-card.highlights {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-mittig-sml.heading-2 {
    text-align: left;
  }

  ._2er-grid-left-focus {
    flex-flow: column;
    display: flex;
  }

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

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

  .dropdown {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_link-wrapper {
    z-index: 999;
    background-color: #000;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
    position: static;
    inset: 0%;
  }

  .hide_responsive {
    display: none;
  }

  .menu-button {
    z-index: 999;
    margin-left: auto;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .hide_desktop {
    display: block;
  }

  .icon-3 {
    color: var(--highlights);
    font-size: 3rem;
  }

  .button-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-wrapper {
    background-color: #000;
    flex-flow: column;
    width: 100%;
    height: 100dvh;
    padding-top: 40%;
    display: flex;
    inset: 0%;
  }

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

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

  .divblock1 {
    height: auto;
  }

  .footer3.hauptfarbe {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    display: flex;
  }

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

  .impdat {
    padding-top: 40px;
    padding-bottom: 50px;
  }

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

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

  .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: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .section_relative {
    height: 90vh;
  }

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

  .section_2 {
    height: 600px;
  }

  .wrap-icons {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

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

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

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

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

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

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

  .wrap-flex {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

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

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

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

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

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

  .divider-2 {
    margin-bottom: 15px;
  }

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

  .divider-horizontal {
    margin-bottom: 15px;
  }

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

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

  .text-card.zweitfarbe {
    flex: 0 auto;
  }

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

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

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

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

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

  .logo-img {
    height: 5rem;
  }

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

  .farbe-der-headings {
    font-size: 28px;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .content {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_relative {
    height: 60vh;
  }

  .section_1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading.heading-1 {
    text-align: left;
    flex-flow: column;
    font-size: 32px;
    line-height: 1.2;
  }

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

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

  .section_2 {
    height: 800px;
  }

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

  .heading_1.heading-1 {
    text-align: left;
  }

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

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

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

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

  .absolute_div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .no_overflow {
    height: 45vh;
  }

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

  .navbar_block.hauptfarbe {
    height: 9rem;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

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

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

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

  .content_image-2 {
    padding: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .wrap-100 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .inner-wrap {
    padding: 25px;
  }

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

  .heading-links-sml-2.heading-1 {
    text-align: left;
    font-size: 18px;
  }

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

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

  .circle-1, .circle-smll {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .galerie-grid, .sub-galerie-grid {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .fixed-button {
    right: 5%;
  }

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

  .heading-mittig-sml.heading-2 {
    text-align: left;
  }

  ._2er-grid-left-focus {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .card1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .subscript {
    font-size: 23px;
    line-height: 1;
  }
}

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

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

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

#w-node-_3f873a59-b2d8-23db-2deb-9f5153f2e215-8befd7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc26db5e-dac7-7969-e6c0-ae91f3bbb514-8befd7d5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

#w-node-_3cf25d1b-a20c-2882-98c5-bdc25dcb6ec7-2143959d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_3cf25d1b-a20c-2882-98c5-bdc25dcb6ecb-2143959d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

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

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

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

#w-node-f0e8051b-3ec1-94ab-24b0-cff51544dbd3-8befd7db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3db308a-421f-e2fa-c237-bbb8086b0cd6-8befd7dd, #w-node-_4640f501-580a-a191-9ce0-f774ecd913aa-8befd7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

  #w-node-_8ae66084-0572-7cd5-dc7c-46c0613014bb-c94d06aa, #w-node-a265869e-1490-9d57-9e79-9f32a3201d81-c94d06aa, #w-node-_63c80035-d28d-68bf-1b17-f1c57d79fea1-c94d06aa {
    order: -9999;
  }
}

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

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

  #w-node-_3cf25d1b-a20c-2882-98c5-bdc25dcb6ec6-2143959d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3cf25d1b-a20c-2882-98c5-bdc25dcb6ec7-2143959d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3cf25d1b-a20c-2882-98c5-bdc25dcb6ecb-2143959d {
    grid-column: span 1 / span 1;
  }

  #w-node-a94ad45b-87dc-7273-1ed0-5e6ddb551e30-8befd7db, #w-node-_13c13033-c2a7-3e8f-f44b-e32450e9bc5d-8befd7db, #w-node-f0e8051b-3ec1-94ab-24b0-cff51544dbd3-8befd7db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


