.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  float: none;
  opacity: 1;
  color: #8db3a4e6;   /* same as h2 */
  text-align: center;
  margin: 30px auto 14px;
  font-family: Varela Round, sans-serif;
  font-size: 40px;    /* bigger than h2 */
  font-weight: 700;
  line-height: 44px;
  position: static;
}

h2 {
  float: none;
  opacity: .57;
  color: #8db3a4e6;
  text-align: center;
  margin: 30px auto 14px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  position: static;
}

h3 {
  float: none;
  clear: none;
  opacity: 1;
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: inline;
  position: relative;
  overflow: visible;
}

h4 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: 1;
  color: #000;
  text-align: left;
  text-shadow: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: static;
  overflow: visible;
}

ul li {
  color: #000;
    margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

a {
  float: none;
  opacity: 1;
  color: #09b36f;
  text-shadow: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-top-right-radius: 0;
  margin: 0 0 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.instagram-link {
  display: inline-flex;
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
  line-height: 0;
  align-self: flex-start;
}

.button {
  z-index: auto;
  float: none;
  clear: both;
  box-shadow: none;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: #952c2c;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 14vw;
  height: 14vw;
  margin: 0;
  padding: 0 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.menu-icon {
  width: 3vw;
  cursor: pointer;
  user-select: none;
}

.menu-icon.is-close {
  display: none;
}

.drop_button.is-active .menu-icon.is-open {
  display: none;
}

.drop_button.is-active .menu-icon.is-close {
  display: inline;
}

.button:active {
  text-shadow: none;
}

.button.buttonopen {
  clear: none;
  box-shadow: none;
  text-shadow: none;
  margin-top: 0;
  margin-left: 15px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
  position: static;
}

.navbar {
  color: #0000;
  text-shadow: -1px 2px 2px #000;
  background: transparent;
  transition: background-color 0.25s ease;
  max-width: none;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 29px -10px #000;
}

.navbar.scrolled {
  background: rgba(255,255,255,0.45);
}

.index {
  opacity: 1;
  background-image: url('../images/Zugerland.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, 125px;
  background-attachment: fixed, scroll;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.index.index {
  background-image: url('../images/Zugerland.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  height: 100vh;
}

.icon_menu {
  color: #fff;
  text-shadow: none;
}

.div_heading {
  float: none;
  opacity: 1;
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  display: block;
  position: static;
}



.container_nav {
  text-shadow: none;
  background-color: #0000;
  max-width: none;
  margin-left: 48px;
  margin-right: 48px;
  position: static;
}

.section_footer {
  background-color: #952c2c;
  height: auto;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: static;
}

.list_footer {
  float: none;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.rights {
  color: #fff;
  background-color: #0000;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.copyright {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.contact {
  color: #fff;
  font-family: Lato, sans-serif;
}

.link_email {
  color: #09b36fe6;
  text-shadow: none;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.row {
  float: right;
  background-color: #0000;
  border-radius: 6px 6px 0;
  width: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline;
}

.newsletter {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 0;
  display: block;
}

.submit {
  color: #fff;
  background-color: #09b36fe6;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.form_title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.newsletter_form {
  margin-right: auto;
}

.section_sponsors {
  color: #fff;
  background-color: #0000;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.col_info {
  opacity: 1;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  display: block;
  position: static;
  overflow: visible;
}

.drop_menu {
  z-index: auto;
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #0000;
  text-shadow: none;
  background-color: rgba(150, 150, 150, 0.6);
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: auto;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.drop_button {
  text-shadow: none;
  background-color: #0000;
  padding-right: 0;
}

.drop_button.w--open {
  z-index: auto;
  background-color: #09b36f00;
  padding-right: 0;
}

.container_section {
  display: inline;
}

.hidden-text {
  float: none;
  text-align: left;
  background-color: #fff;
  width: 100%;
  margin: 10px 0;
  padding: 0 20px;
  display: block;
  position: static;
}

.section_about {
  background-color: #0000;
  height: auto;
  margin-bottom: 24px;
  display: block;
  position: static;
}

.rowrow {
  display: inline;
  position: static;
}

.about-image {
  background-color: #0000;
  background-image: url('../images/Devices-sm.png');
  background-position: 50% -38px;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 300px;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.about-image:hover {
  opacity: 1;
  background-color: #0000;
}

.box {
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.section_contact {
  margin-top: 20px;
}

.abouthead {
  float: none;
  clear: none;
  color: #2b2b2b;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: block;
  position: static;
  overflow: visible;
}

.aboutpara {
  color: #2b2b2b;
  text-shadow: none;
  height: 135px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.section_image_grid {
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  position: static;
}

.sectionline {
  background-color: #09b36f;
  height: 5px;
  margin-bottom: 0;
  position: static;
}

.box-info, .box-info-2 {
  background-color: #f5f5f5;
  height: 300px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.block1 {
  background-color: #f5f5f5;
  height: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.block2 {
  background-color: #f5f5f5;
  height: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.block3 {
  background-color: #f5f5f5;
  height: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section_parallax {
  opacity: .91;
  background-image: url('../images/drum-big.png');
  background-position: 0 131%;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  position: static;
}

.nav-text {
  color: #fff;
  text-shadow: none;
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.nav-text:active {
  text-shadow: none;
}

.colcol {
  height: 100%;
  display: block;
}

.colcol.imageholder {
  background-image: none;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 10px;
}

.imageholder2 {
  text-align: left;
  background-color: #09b36fe6;
  height: 300px;
  display: block;
  position: static;
}

.imageholder3 {
  background-image: none;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.imageholder4 {
  background-color: #0000;
  height: 300px;
  padding-top: 15px;
  padding-bottom: 0;
  display: block;
}

.column-2 {
  padding-left: 12px;
  padding-right: 12px;
}

.column-2.imageholder5 {
  background-color: #0000;
  height: 300px;
  padding-top: 15px;
  padding-bottom: 0;
}

.imageholder-7 {
  background-color: #09b36fe6;
  height: 300px;
  position: relative;
  overflow: visible;
}

.imageholder-6 {
  background-image: url('../images/drum-sm.png');
  background-position: 72% 35%;
  background-size: cover;
  height: 300px;
}

.imageholder-8 {
  background-image: none;
  height: 300px;
}

.div-line-first {
  text-align: center;
  background-color: #952c2c;
  height: 9vh;
}

.img1 {
  float: none;
  clear: none;
  opacity: 1;
  text-align: left;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.col-mid {
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.div-mid {
  padding: 0 57px;
}

.video-info {
  display: inline-block;
  position: relative;
}

.head-future {
  clear: none;
  opacity: 1;
  color: #333;
  text-align: left;
  mix-blend-mode: normal;
  border: 0 solid #0000;
  margin: 0 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 36px;
  display: block;
  position: static;
}

.head-future.head-future2 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Kalam, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.head-future.mobile {
  font-family: Kalam, sans-serif;
}

.sitename {
  opacity: .68;
}

.paragraph-imgbox {
  color: #fff;
  text-shadow: none;
  font-family: Open Sans, sans-serif;
}

.submit-mail-us {
  background-color: #00858c;
  font-family: Montserrat, sans-serif;
}

.form-contact {
  display: block;
  position: static;
}

.name_field, .mail_field, .question_field {
  color: #333;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.plan_sub {
  color: #09b36fe6;
  text-align: center;
  font-family: Kalam, sans-serif;
  font-style: normal;
}

.section_anreise {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 24px;
}

.goup.is-hidden {
  position: fixed;            /* if it’s a floating button */
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.goup.is-visible {
  position: fixed;            /* if it’s a floating button */
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  text-decoration: none;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.goup-icon {
  position: relative;
  width: 6vw;
  height: 6vw;
  display: inline-block;
}

.goup-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;

  opacity: 0;
  transform: scale(1);
  filter: blur(8px);
  transition:
    opacity 0ms ease,
    transform 100ms ease,
    filter 500ms ease;
  will-change: opacity, transform, filter;
}

.goup-img.is-front {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

/* optional: a tiny “elastic” feel */
.goup-img.is-back.is-animating {
  transform: scale(1);
}

.ads {
  font-family: Kalam, sans-serif;
}

.div-3d-cover {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  height: 60%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.heading {
  color: #333;
  text-align: left;
  border-style: none;
  border-width: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  max-width: none;
  height: auto;
  margin-left: 24px;
  margin-right: 24px;
  display: block;
}

.div-block {
  height: auto;
  padding: 0 0 12px;
}

.column-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  overflow: hidden;
}

.column-3 {
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.column-8 {
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-1 {
  margin-bottom: 12px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.paragraph-2 {
  margin-bottom: 12px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.div-h1 {
  margin-top: 0;
  margin-left: 48px;
  margin-right: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.columns {
  text-align: center;
  order: 9999;
  height: auto;
  margin-top: auto;
  margin-left: 36px;
  margin-right: 36px;
  text-decoration: none;
}

.image {
  aspect-ratio: 3 / 2;
  width: auto;
  height: auto;
  margin-top: auto;
  display: block;
}

.section_erwartung {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 24px;
}

.paragraph-titel {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-link {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.section_stationen {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.image-2 {
  aspect-ratio: 3 / 1.2;
  width: 100%;
  height: auto;
}

.image-3 {
  aspect-ratio: 1;
}

.columns-2 {
  margin-left: 48px;
  margin-right: 47px;
}

.title-footer {
  color: #fff;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.grid {
  grid-column-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
}

.textarea {
  height: auto;
  margin-bottom: 24px;
}

.text-field, .text-field-2 {
  margin-bottom: 24px;
}

.paragraph-footer {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.image-4 {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

.link-intern-white {
  color: #fff;
  text-align: left;
  text-decoration: underline;
  display: block;
}

.box2 {
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.image-5 {
  width: auto;
  height: auto;
}

.image-copy {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

.icon-small {
  aspect-ratio: 1;
  width: 4vw;
}

.ticket-icon {
  aspect-ratio: 1;
  width: 7vw;
}

.image-mid {
  height: 100%;
}

.div-line-second {
  text-align: center;
  background-color: #f1ca5d;
  height: 9vh;
}

.div-line-third {
  text-align: center;
  background-color: #8340c1;
  height: 9vh;
}

.div-line-fourth {
  text-align: center;
  background-color: #952c2c;
  height: 9vh;
}

.column-5 {
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.column-3-copy {
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.flex-block {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  margin: 0 auto;
  display: flex;
  overflow: visible;
}

.flex-container-third {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  max-width: none;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
}

.flex-text-container {
  flex-flow: column;
  flex: 1;
  order: 0;
  align-self: stretch;
  max-width: none;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-container-third-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  max-width: none;
  margin-bottom: 24px;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
}

.flex-text-container-icon {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  max-width: none;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon-big {
  aspect-ratio: 1;
  width: 20vw;
  height: auto;
  margin-top: 0;
  display: block;
}

.paragraph-line {
  margin-bottom: 4px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.link-extern {
  color: #000;
  text-align: left;
  /* margin-top: auto; */
  margin-bottom: 0;
  text-decoration: underline;
  display: block;
}

.flex-container-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  max-width: none;
  margin-bottom: 24px;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
}

.flex-text-container-3d {
  flex-flow: wrap;
  flex: 1;
  order: 0;
  align-self: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-6 {
  width: 50%;
}

._3d {
  aspect-ratio: 1;
  width: 25%;
  max-width: none;
  height: auto;
}

.link-extern-white {
  color: #fff;
  text-align: left;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  display: block;
}

.div-button {
  text-align: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 70%;
  right: 10%;
}

._3d-container-big {
 /* background: rgba(255,255,255,0.5); */
  border-radius: 100%;
  width: 30vw;
  max-width: none;
  height: 30vw;
}

._3d-container-big canvas{
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.three-slot[data-user-rotate="false"] canvas,
._3d-container-big[data-user-rotate="false"] canvas {
  pointer-events: none;
  touch-action: pan-y;
}

.three-slot{
  position: relative;
  overflow: hidden;
}

/* Canvas füllt den Slot */
.three-slot canvas{
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.flex-container-one {
  position: relative;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 50vh;
  display: flex;
}

.grid-nav {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-column {
  align-items: center;
  display: flex;
}

.nav-linkblock {
  margin-bottom: 72px;
  padding: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 3rem;
}

.erwartung{
color: #952c2c;
}

.anreise{
color: #f1ca5d;
}

.hoefe{
color: #8340c1;
}

.ueber{
color: #952c2c;
}

.nav-link-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.lottie-animation {
  width: 30px;
}

.navbar-2 {
  box-shadow: 0 0 29px -10px #000;
}

.brand {
  width: 6rem;
  margin-top: 12px;
}

.paragraph-4 {
  margin-bottom: 12px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.flex-text-container-2 {
  flex-flow: column;
  flex: 1;
  order: 0;
  align-self: stretch;
  max-width: none;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-contact {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  padding: 14px 28px;
  border-radius: 40px;
  background-color: #952c2c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button-contact:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  background-color: #952c2c;
}

.button-contact:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.div-maps {
  margin-top: 0;
  margin-left: 48px;
  margin-right: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;   /* required for absolute overlay */
  isolation: isolate;   /* avoids z-index conflicts */
}

.map-iframe {
  width: 100%;
  aspect-ratio: 3 / 1.2;
  height: auto;
  border: 0;
  display: block;
  pointer-events: none;
}

.map-overlay{
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(0,0,0,0.001);
  cursor: grab;
  touch-action: pan-y;           /* allow vertical page scroll */
}

.flex-text-container-hof {
  flex-flow: column;
  flex: 1;
  order: 0;
  align-self: stretch;
  max-width: none;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-4 {
  overflow: hidden;
}

.navbar-3 {
  overflow: visible;
}

.navbar-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0%;
  overflow: visible;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="slide-up"] {
  opacity: 0;
}


.hero-overlay {
  position: absolute;
  inset: 0;                 /* top/right/bottom/left: 0 */
  z-index: 50;              /* above the 3D canvas */
  pointer-events: none;     /* doesn't block clicks (e.g. Tickets button) */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 110px;       /* place text in upper hero area */
}

.hero-overlay-inner {
  text-align: center;
  padding: 10px 60px;
  border-radius: 16px;
  background: rgba(255,255,255,0.0); /* keep fully transparent for now */
  backdrop-filter: blur(0px);        /* change if you want a glass label later */
}

.hero-overlay-title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.05;
  color: #952c2c;
  text-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

.hero-overlay-subtitle {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-top: 30px;
  line-height: 1.3;
  color: #952c2c;
  text-shadow: 0 3px 14px rgba(0,0,0,0.30);
}

  .about-heads-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
  }

  .about-head-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.about-head-mobile-img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}

/* Custom hamburger menu without webflow.js */

.drop_menu {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  
  background: rgba(150,150,150,0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  justify-content: center;   /* vertical alignment */
  align-items: center;       /* horizontal alignment */

  z-index: 999;
}

.drop_menu.is-open {
  display: flex !important;
}

.drop_button {
  z-index: 1000 !important;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}

.drop_button.is-active,
.drop_button.w--open {
  z-index: 10001;
}

body.menu-open {
  overflow: hidden;
}

.grid-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.nav-link-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 40px;
  }

  h2 {
    color: #09b36fe6;
    font-size: 30px;
  }

  h3 {
    float: left;
    clear: none;
    margin-left: 0;
    padding: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  p {
    text-shadow: none;
    width: auto;
    margin: 5px 0 0;
    padding-left: 0;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    display: inline-block;
  }

  a {
    float: none;
    clear: none;
    text-align: left;
    text-shadow: none;
    background-color: #0000;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .button {
    box-shadow: none;
    text-shadow: none;
    margin: 20px auto 0;
    font-size: 22px;
  }

  .button.buttonopen {
    box-shadow: none;
    text-shadow: none;
  }

  .navbar {
    float: none;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .index {
    background-image: url('../images/Zugerland.webp');
    background-position: 6% 25%, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
  }

  .index.index {
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
  }

  .icon_menu {
    float: none;
    color: #fff;
    text-align: left;
    text-shadow: none;
    background-color: #0000;
    text-decoration: none;
    display: inline-block;
    position: static;
    overflow: hidden;
  }

  .div_heading {
    margin-top: 104px;
  }

  .container_nav {
    float: none;
    text-shadow: none;
    display: block;
    position: static;
  }

  .section_footer {
    height: auto;
  }

  .link_email {
    text-align: left;
    text-shadow: none;
    font-style: normal;
  }

  .row {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .newsletter {
    margin-right: auto;
  }

  .slide1 {
    background-position: 0 -212%;
  }

  .slide2 {
    height: 200px;
  }

  .col_info {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .drop_menu {
    opacity: 1;
    text-shadow: none;
    border-bottom-right-radius: 0;
    width: auto;
    height: auto;
    max-height: none;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .drop_button {
    float: right;
    text-shadow: none;
    background-color: #0000;
    position: relative;
  }

  .drop_button.w--open {
    z-index: 1;
    float: right;
    text-align: left;
    text-shadow: none;
    background-color: #09b36f00;
  }

  .hidden-text {
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 21px;
    display: block;
  }

  .section_about {
    height: auto;
  }

  .about-image {
    background-position: 50% 60%;
    background-size: auto;
    height: 400px;
  }

  .box {
    height: auto;
  }

  .abouthead {
    margin-top: 0;
    font-size: 26px;
    display: block;
  }

  .aboutpara {
    text-shadow: none;
    height: auto;
    font-size: 14px;
    display: block;
  }

  .box-info, .box-info-2 {
    height: 400px;
  }

  .block1 {
    height: auto;
    padding-top: 10px;
  }

  .block2 {
    padding-top: 10px;
  }

  .block3 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-text {
    color: #333;
    text-shadow: none;
    z-index: 2;
  }

  .colcol.imageholder {
    background-image: none;
    height: 200px;
  }

  .imageholder2 {
    background-color: #09b36fe6;
    height: 200px;
    display: block;
    position: relative;
  }

  .imageholder3 {
    height: 200px;
  }

  .imageholder4, .column-2.imageholder5 {
    background-color: #0000;
    height: 200px;
  }

  .imageholder-7 {
    background-color: #09b36fe6;
    height: 200px;
    padding-top: 0;
  }

  .imageholder-6 {
    height: 200px;
  }

  .imageholder-8 {
    background-image: none;
    height: 200px;
  }

  .img1 {
    margin-left: 0;
    display: block;
    position: static;
  }

  .col-mid {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-mid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-info {
    display: inline-block;
  }

  .head-future {
    margin-bottom: 12px;
    font-size: 22px;
    display: block;
  }

  .head-future.head-future2 {
    color: #fff;
    text-align: center;
    margin-top: 49px;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
  }

  .head-future.mobile {
    color: #333;
  }

  .paragraph-imgbox {
    text-shadow: none;
    font-size: 12px;
    display: none;
  }

  .name_field, .mail_field, .question_field {
    font-family: Montserrat, sans-serif;
  }

  .goup, .goup:hover {
    text-shadow: none;
  }

  .slide_small {
    height: 200px;
  }

  .heading {
    font-size: 34px;
    line-height: 38px;
  }

  .column-1, .column-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-1 {
    margin-top: 0;
    font-size: 14px;
  }

  .paragraph-3 {
    margin-bottom: 12px;
  }

  .columns {
    margin-left: 12px;
    margin-right: 12px;
  }

  .paragraph-titel {
    color: #000;
    margin-top: 0;
    font-size: 14px;
  }

  .paragraph-link {
    margin-top: 0;
    text-decoration: underline;
    display: block;
  }

  .image-2 {
    aspect-ratio: 3 / 1.2;
  }

  .columns-2 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .title-footer {
    color: #fff;
    margin-top: 0;
    font-size: 16px;
  }

  .textarea, .text-field, .text-field-2 {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-footer {
    margin-top: 0;
    font-size: 14px;
  }

  .box2 {
    height: auto;
  }

  .icon-small {
    width: 5vw;
  }

  .column-5, .column-3-copy {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-line {
    margin-top: 0;
    font-size: 14px;
  }

  .link-extern-white {
    font-size: 14px;
  }

  ._3d-container-big {
    width: 40vw;
    height: 40vw;
  }

  .container-2 {
    height: 100%;
    max-height: 100%;
  }

  .container-3 {
    height: auto;
  }

  .blur {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .grid-nav {
    opacity: 1;
    flex-flow: row;
    order: 0;
    justify-content: center;
    align-self: auto;
    height: 100%;
    display: flex;
  }

  .nav-column {
    align-items: center;
    display: flex;
  }

  .nav-link-text {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 3rem;
  }

  .nav-linkblock {
    text-align: center;
    margin-bottom: 48px;
    padding: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 3rem;
    text-decoration: none;
  }

  .nav-linkblock.w--current {
    font-size: 60px;
  }

  .nav-link-wrapper {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .lottie-animation {
    width: 30px;
  }

  .navbar-2 {
    text-shadow: none;
    background-color: #fff0;
    box-shadow: 0 0 29px -10px #000;
  }

  .image-7 {
    width: 100px;
  }

  .brand {
    margin-top: 10px;
    margin-bottom: auto;
  }

  .blur-background {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .paragraph-4 {
    margin-top: 0;
    font-size: 14px;
  }

  /* .navbar-blur {
    -webkit-backdrop-filter: none;
  } */

    .hero-overlay-inner {
  padding: 10px 100px;
}
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 31px;
    margin-bottom: 5px;
    font-size: 38px;
  }

  h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  p {
    text-shadow: none;
    margin-bottom: 5px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  a {
    text-shadow: none;
  }

  .button {
    box-shadow: none;
    text-shadow: none;
    width: 20vw;
    height: 20vw;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    display: flex;
  }

  .button.buttonopen {
    box-shadow: none;
    text-shadow: none;
    font-family: Montserrat, sans-serif;
  }

  .index {
    background-position: 34% 0, 0 0;
    background-attachment: scroll !important;
  }

  .index.index {
    background-image: url('../images/Zugerland.webp');
    background-attachment: scroll !important;
  }

  .icon_menu {
    text-shadow: none;
    display: inline-block;
  }

  .menu-icon {
  width: 6vw;
}

  .div_heading {
    margin-top: 20px;
  }

  .container_nav {
    text-shadow: none;
    margin-left: 24px;
    margin-right: 24px;
  }

  .section_footer {
    height: auto;
  }

  .row {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    position: static;
  }

  .newsletter {
    margin-right: auto;
    position: static;
    overflow: visible;
  }

  .drop_button {
    float: right;
    display: block;
    position: relative;
  }

  .section_about {
    height: auto;
  }

  .about-image {
    height: auto;
    display: none;
  }

  .abouthead {
    margin-top: 10px;
  }

  .aboutpara {
    text-shadow: none;
    font-size: 14px;
    display: inline;
  }

  .section_image_grid {
    margin-top: 0;
  }

  .box-info {
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .box-info-2 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block1, .block2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .block3 {
    padding-bottom: 10px;
  }

  .section_parallax {
    background-image: none;
    height: 200px;
    display: none;
  }

  .colcol.imageholder {
    background-image: url('../images/Zugerland.webp');
    background-position: 0 51%;
    margin-top: 10px;
    display: none;
  }

  .imageholder2 {
    background-color: #09b36fe6;
    background-image: none;
    height: 200px;
    display: none;
  }

  .imageholder3 {
    background-position: 0 39%;
    display: none;
  }

  .imageholder4 {
    background-color: #09b36fe6;
    height: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .column-2.imageholder5 {
    text-align: left;
    background-color: #00858c;
    height: auto;
    padding-top: 0;
  }

  .imageholder-7, .imageholder-6, .imageholder-8 {
    display: none;
  }

  .img1 {
    margin-left: 0;
  }

  .col-mid {
    display: block;
    position: relative;
  }

  .div-mid {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .video-info {
    margin-top: 10px;
  }

  .head-future {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
  }

  .head-future.head-future2 {
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 60px;
    display: block;
  }

  .head-future.mobile {
    margin-top: 0;
    display: block;
  }

  .paragraph-imgbox {
    text-shadow: none;
  }

  .div-vid {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .name_field, .mail_field, .question_field {
    font-size: 14px;
  }

  .left_videocol, .right_videocol {
    display: none;
  }

  .goup {
    text-shadow: none;
  }
  .goup-icon {
  width: 8vw;
  height: 8vw;
}

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

  .paragraph-1 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .div-h1 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .paragraph-titel {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .title-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .textarea, .text-field, .text-field-2 {
    line-height: 18px;
  }

  .paragraph-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-small {
    width: 8vw;
  }

  .flex-container-third, .flex-container-third-icon {
    margin-left: 12px;
    margin-right: 12px;
  }

  .paragraph-line {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

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

  .flex-container-two {
    margin-left: 12px;
    margin-right: 12px;
  }

  ._3d {
    width: 50%;
  }

  .link-extern-white {
    margin-left: 0;
    margin-right: 0;
  }

  ._3d-container-big {
    width: 50vw;
    height: 50vw;
  }

  .nav-linkblock {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 2rem;
  }

  .paragraph-4 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .div-maps {
  margin-left: 24px;
    margin-right: 24px;
    padding-top: 0;
}

.map-iframe {
  width: 100%;
  aspect-ratio: 3 / 1.2;
  height: auto;
  border: 0;
  display: block;
}

  .hero-overlay {
    padding-top: 110px;
  }
  .hero-overlay-inner {
  padding: 10px 80px;
}
  .hero-overlay-title {
    font-size: 50px;
  }
  .hero-overlay-subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    height: auto;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Varela Round, sans-serif;
    font-size: 25px;
  }

  h2 {
    opacity: .86;
    color: #09b36fe6;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    display: block;
  }

  p {
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
  }

  a {
    text-shadow: none;
  }

  .button {
    box-shadow: none;
    text-shadow: none;
    width: 25vw;
    height: 25vw;
    margin-top: 20px;
     font-size: 16px;
    margin-bottom: 0;
    margin-left: auto;
  }
  .div-button {
  top: 70%;
  right: 10%;
}

  .button.buttonopen {
    box-shadow: none;
    text-shadow: none;
  }

  .index {
    background-position: 10% 25%, 0 0;
  }

  .goup.is-visible {
  right: 12px;
  bottom: 12px;
}

.goup-icon {
  width: 8vw;
  height: 8vw;
}

  .icon_menu {
    text-shadow: none;
  }

  .div_heading {
    margin-top: 80px;
  }

  .section_footer {
    height: auto;
    padding-bottom: 0;
  }

  .row {
    display: block;
  }

  .section_sponsors {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .col_info {
    margin-bottom: 24px;
  }

  .drop_button {
    float: right;
    position: relative;
  }

  .about-image {
    padding-top: 0;
    display: block;
  }

  .box {
    /* margin-left: auto; */
    margin-right: auto;
    display: block;
  }

  .aboutpara {
    text-shadow: none;
    display: inline;
  }

  .section_image_grid {
    margin-top: 0;
  }

  .box-info, .box-info-2 {
    margin-bottom: 10px;
  }

  .block3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_parallax {
    background-image: none;
    display: none;
  }

  .colcol.imageholder {
    display: none;
  }

  .imageholder2 {
    background-position: 0 0;
    background-size: contain;
    display: none;
  }

  .column-2.imageholder5 {
    height: auto;
  }

  .imageholder-7 {
    background-size: contain;
    display: none;
  }

  .imageholder-6, .imageholder-8 {
    display: none;
  }

  .div-line-first {
    height: 10vh;
  }

  .img1 {
    opacity: 1;
    margin-left: 0;
  }

  .div-mid {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .video-info {
    display: block;
  }

  .head-future {
    box-sizing: border-box;
    object-fit: fill;
    object-position: 50% 50%;
    width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 22px;
    display: block;
    position: static;
    overflow: visible;
  }

  .head-future.head-future2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 35px;
  }

  .head-future.mobile {
    clear: none;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
    display: block;
    position: static;
  }

  .sitename {
    font-size: 26px;
  }

  .name_field, .mail_field, .question_field {
    font-size: 14px;
  }

  .plan_sub {
    text-align: center;
    display: block;
  }

  .right_videocol {
    display: none;
  }

  .section_anreise {
    margin-bottom: 0;
  }

  .goup {
    text-shadow: none;
  }

  .div-3d-cover {
    height: 50%;
  }

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

  .column-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-1, .paragraph-2, .paragraph-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-h1 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .image {
    margin-top: 0;
  }

  .section_erwartung {
    margin-bottom: 0;
  }

  .paragraph-titel, .paragraph-link {
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    aspect-ratio: 3 / 2;
  }

  .title-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .column-4 {
    display: block;
  }

  .textarea, .text-field, .text-field-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-footer {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .link-intern-white {
    font-size: 12px;
  }

  .box2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-small {
    width: 12vw;
  }

  .div-line-second, .div-line-third, .div-line-fourth {
   height: 9vh;
  }

  .column-5, .column-3-copy {
    padding-left: 12px;
    padding-right: 12px;
  }

  .flex-container-third {
    flex-flow: column;
    margin-left: 12px;
    margin-right: 12px;
  }

  .flex-text-container {
    margin-bottom: 24px;
    overflow: visible;
  }

  .flex-container-third-icon {
    flex-flow: column;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .flex-text-container-icon {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .icon-big {
    width: 8rem;
  }

  .paragraph-line {
    margin-left: 0;
    margin-right: 0;
  }

  .link-extern {
    margin-top: 0;
    line-height: 18px;
  }

  .flex-container-two {
    flex-flow: column;
    /* margin-bottom: 0; */
    margin-left: 12px;
    margin-right: 12px;
  }

  .flex-text-container-3d {
    overflow: visible;
  }

  .link-extern-white {
    margin-top: 12px;
    font-size: 14px;
  }

  ._3d-container-big {
    width: 70vw;
    height: 70vw;
  }

  .nav-linkblock {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 2rem;
  }
    .nav-linkblock.w--current {
    font-size: 36px;
  }

  .paragraph-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-text-container-2 {
    margin-bottom: 0;
    overflow: visible;
  }

  .div-maps {
    margin-left: 24px;
    margin-right: 24px;
  }

  .map-iframe {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  border: 0;
  display: block;
}

  .flex-text-container-hof {
    margin-bottom: 12px;
    overflow: visible;
  }
    .hero-overlay {
    padding-top: 110px;
  }
    .hero-overlay-inner {
  padding: 10px 30px;
}
  .hero-overlay-title {
    font-size: 50px;
  }
  .hero-overlay-subtitle {
    font-size: 16px;
  }

.goup-icon {
  width: 14vw;
  height: 14vw;
}
  .about-heads-mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }
}