:root {
  --black: #1e1e1e;
  --white: white;
  --gray: #ededed;
  --red: #ff4141;
  --dark-blue: #05273c;
  --light-sweet-grey: #a3bac3;
}

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

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

h1 {
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 800;
  line-height: 1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1em;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

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

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

a {
  color: var(--black);
  text-decoration: none;
}

.container {
  max-width: none;
  margin-left: 4.5vw;
  margin-right: 4.5vw;
}

.container.nav-container {
  width: 100%;
}

.hero-video {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 88px;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
}

.animated-slogan {
  flex: 0 auto;
  display: none;
  position: absolute;
  inset: auto 4.5vw 4.5vw auto;
}

.animated-slogan.footer-slogan {
  width: 120px;
  margin-top: 0;
  display: block;
}

.image {
  position: absolute;
  inset: 38% 0% 0% 38%;
}

.nav-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: drop-shadow(0 2px 5px #000000b3);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.line {
  background-color: var(--white);
  border-radius: 5px;
  width: 35px;
  height: 4px;
}

.line.midline {
  width: 23px;
}

.line.black {
  background-color: var(--black);
}

.social-media-flex {
  z-index: 1;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  margin-right: 4.5vw;
  position: absolute;
  inset: 23% 0% 0% auto;
}

.social-media-flex._2 {
  top: 88px;
}

.categories-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 88px;
}

.category-item {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  height: 1080px;
  padding-bottom: 88px;
}

.category-item.football {
  background-image: url('../images/nima-sarram-43qjrSj13eU-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-item.basketball {
  background-image: url('../images/august-phlieger-CREqtqgBFcU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-item.tennis {
  background-image: url('../images/moises-alex-WqI-PbYugn4-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-item.swim {
  background-image: url('../images/gentrit-sylejmani-JjUyjE-oEbM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-item.volley {
  background-image: url('../images/angelo-pantazis-vC78PKRJpcY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-item.fitness {
  background-image: url('../images/total-shape-wXBK9JrM0iU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.white {
  z-index: 1;
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--white);
}

.white.cta-title {
  max-width: 80%;
}

.category-item {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: 688px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.category-item.football.top-maring--88 {
  background-image: url('../images/teaser_fussball.jpg');
  background-position: 26%;
}

.category-item.basketball {
  background-image: url('../images/teaser_biathlon_sommer.jpg');
  background-position: 37%;
}

.category-item.tennis.top-maring--88 {
  background-image: url('../images/teaser_motocross.jpg');
  background-position: 23%;
}

.category-item.volley.top-maring--88 {
  background-image: url('../images/teaser_mixed.jpg');
  background-position: 27%;
}

.category-item.fitness {
  background-image: url('../images/events.jpg');
}

.category-item.fitness.top-maring--88 {
  background-position: 43%;
}

.features {
  margin-top: 128px;
  margin-bottom: 128px;
}

.featured-item {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.featured-title {
  max-width: 888px;
}

.experts {
  margin-top: 128px;
  margin-bottom: 128px;
  overflow: hidden;
}

.expert-item {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: #ededed;
  background-image: linear-gradient(4deg, var(--gray), var(--white));
  border-radius: 0 0 292px 292px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 128px;
  display: flex;
}

.expert-position {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.expert-title {
  text-align: center;
  margin-top: 18px;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.expert-img {
  border-radius: 244px;
  height: 288px;
}

.offer-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(45deg, #000, #1e1e1e00), url('../images/Social_media_paket.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 128px;
  margin-bottom: 128px;
  padding: 4.5vw;
  display: flex;
  position: relative;
}

.text-span {
  color: var(--red);
}

.offer-features-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: stretch;
}

.offer-feature-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.price {
  color: var(--white);
  font-size: 68px;
  font-weight: 700;
  line-height: 1.2em;
}

.price-note {
  color: #f7f155;
  font-size: 18px;
  font-weight: 300;
}

.offer-note {
  color: var(--white);
  align-self: flex-end;
  max-width: 70%;
  font-size: 13px;
  font-weight: 100;
}

.button {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 188px;
  display: flex;
  position: relative;
}

.button-icon-box {
  background-color: var(--red);
  border-radius: 100%;
  justify-content: space-between;
  width: 100px;
  height: 100px;
  padding: 24px;
  display: flex;
}

.button-text {
  color: var(--white);
  text-align: right;
  margin-top: -94px;
  margin-right: 114px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1em;
}

.testimonials {
  margin-top: 128px;
  margin-bottom: 148px;
}

.events {
  margin-top: 88px;
  margin-bottom: 88px;
}

.events-heading-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 88px;
}

.button-text {
  z-index: 1;
  position: relative;
}

.button-text.black {
  color: var(--black);
}

.event-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 688px;
  padding: 38px;
  display: flex;
  position: relative;
}

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

.overlay {
  z-index: 0;
  background-image: linear-gradient(#1e1e1e00, #1e1e1e00 39%, #1e1e1ee6 77%, #000);
  position: absolute;
  inset: 0%;
}

.event-title {
  color: var(--white);
}

.div-block {
  position: relative;
}

.event-desc {
  color: var(--white);
  margin-top: 24px;
  font-weight: 200;
}

.date {
  color: var(--white);
  font-size: 28px;
  font-weight: 200;
}

.dt-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event-footer {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 88px;
}

.contact-cta {
  margin-top: 88px;
  margin-bottom: 88px;
}

.footer {
  background-color: var(--black);
  background-image: url('../images/Footer-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-slogan {
  color: var(--white);
  margin-top: 28px;
  font-size: 22px;
  line-height: 1.2em;
}

.footer-links-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.footer-link {
  color: var(--white);
  font-size: 16px;
}

.footer-link.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  margin-top: 88px;
  margin-bottom: 48px;
}

.copy-right {
  color: var(--white);
  font-size: 16px;
  font-weight: 200;
}

.footer-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4.5vw;
  display: flex;
}

.link {
  color: var(--white);
  font-weight: 500;
}

.hero {
  margin-top: 248px;
  margin-bottom: 0;
  position: relative;
}

.faq {
  background-color: var(--dark-blue);
  margin-top: 88px;
  margin-bottom: 88px;
  padding-top: 88px;
  padding-bottom: 88px;
}

.dropdown {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  display: inline-block;
  overflow: hidden;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-color: #ddd0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 28px;
  display: block;
  position: static;
  overflow: hidden;
}

.question {
  color: var(--white);
  white-space: pre-wrap;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.arrow {
  width: 44px;
}

.faq-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  margin-top: 60px;
}

.answer {
  color: var(--light-sweet-grey);
  max-width: 70%;
  font-weight: 300;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 88px;
}

.hero-wrapper.tennis {
  background-image: url('../images/teaser_motocross.jpg');
  background-position: 0%;
  background-size: cover;
}

.hero-wrapper._404 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/404-vis.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.hero-wrapper.about {
  background-image: url('../images/biathlon_lenzerheide_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.contact {
  background-image: url('../images/Contact.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-wrapper.plans-page {
  background-image: url('../images/Plans.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.basketball {
  background-image: url('../images/teaser_biathlon_sommer.jpg');
  background-position: 0%;
  background-size: cover;
}

.hero-wrapper.football {
  background-image: url('../images/teaser_fussball.jpg');
  background-position: 0%;
  background-size: cover;
}

.hero-wrapper.volleyball {
  background-image: url('../images/teaser_mixed.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.swimming {
  background-image: url('../images/gentrit-sylejmani-JjUyjE-oEbM-unsplash_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.fitness {
  background-image: url('../images/events_meta.jpg');
  background-position: 0 0;
  background-size: cover;
}

.category-description {
  margin-top: 128px;
}

.analytics-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 88px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.analytics-item {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  border: 1px solid var(--light-sweet-grey);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  padding: 58px 22px 12px;
  display: flex;
}

.number {
  color: var(--light-sweet-grey);
  text-align: right;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

.analytics-item-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
}

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

.max-width-550 {
  flex: 0 auto;
  max-width: 580px;
}

.description-wrapper {
  grid-column-gap: 12%;
  grid-row-gap: 12%;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.reservation-visual {
  background-image: url('../images/motocross_8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 688px;
  margin-bottom: 88px;
  padding-bottom: 4.5vw;
  padding-left: 4.5vw;
  position: relative;
}

.reservation-visual.football, .reservation-visual.basketball {
  background-image: url('../images/biathlon_quer.jpg');
}

.reservation-visual.volleyball {
  background-image: url('../images/kontakt_teaser.jpg');
}

.reservation-visual.swimming {
  background-image: url('../images/chuttersnap-G8OyN_tOIwY-unsplash.jpg');
}

.reservation-visual.fitness {
  background-image: url('../images/victor-freitas-hOuJYX2K5DA-unsplash.jpg');
}

.reservation-section {
  margin-top: 128px;
  margin-bottom: 128px;
}

.field-label {
  text-transform: uppercase;
  line-height: 1.2em;
}

.text-field {
  color: var(--black);
  background-color: #f3f3f300;
  border: 0 solid #000;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 0;
  padding: 28px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-field::placeholder {
  color: var(--light-sweet-grey);
  font-weight: 400;
}

.text-field.select {
  box-sizing: content-box;
  padding-top: 18px;
}

.form {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.preise {
  margin-top: 88px;
  margin-bottom: 88px;
}

.listing-icon {
  flex: 0 auto;
  max-width: 20px;
}

.plans-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

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

.offer-item {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
}

.contact-info-grid {
  grid-column-gap: 88px;
  grid-row-gap: 48px;
  flex: 0 auto;
  justify-items: start;
  margin-top: 48px;
  margin-bottom: 48px;
}

.info-element {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

.nav-list-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #05273ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.nav-link-wrapper {
  border-bottom: 1px solid var(--light-sweet-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3vw;
  display: flex;
}

.link-icon {
  opacity: 0;
  width: 30px;
}

.social-media-wrapper-2 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3vw;
}

.close-button {
  cursor: pointer;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 88px;
  padding: 28px;
  display: block;
}

.close-button.w--open {
  background-color: #00000080;
  position: static;
}

.logo {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.contact-icon {
  width: 20px;
}

.membership-form {
  margin-top: 188px;
  margin-bottom: 188px;
}

.style-guide-section {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  margin-top: 88px;
  margin-bottom: 88px;
  padding: 28px;
  display: flex;
}

.style-guide-section.blue {
  background-color: #eaf7ff;
}

.style-guide-section.orange {
  background-color: #fff4ea;
}

.style-guide-section.red {
  background-color: #ffeaea;
}

.link-2 {
  text-decoration: underline;
}

.category-title {
  z-index: 2;
  color: var(--white);
  text-align: left;
  width: 1px;
  font-size: 58px;
  position: relative;
}

.categories {
  margin-top: 128px;
  margin-bottom: 128px;
}

.top-maring--88 {
  margin-top: 88px;
}

.features-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 128px;
}

.feature-order {
  font-size: 28px;
  font-weight: 300;
}

.feature-img-wrapper {
  height: 386px;
}

.feature-img-wrapper._1 {
  background-image: url('../images/graham-mansfield-2j6IzAIbifQ-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._2 {
  background-image: url('../images/dylan-gillis-YJdCZba0TYE-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._3 {
  background-image: url('../images/kenny-eliason-AvcBDbR-LWc-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._4 {
  background-image: url('../images/fei-chao-Oi33HkH9m40-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._5 {
  background-image: url('../images/toa-heftiba-a9pFSC8dTlo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-item-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.img-mask {
  background-color: var(--white);
}

.experts-flex {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  margin-top: 48px;
}

.offer-title {
  color: var(--white);
  font-size: 50px;
}

.offer-info-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 230px;
  margin-top: 0;
  margin-bottom: 185px;
  position: relative;
  bottom: 153px;
}

.offer-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 1;
}

.tab {
  background-color: #1e1e1e00;
  margin-left: -48px;
  margin-right: -48px;
  padding: 0;
}

.tab.w--current {
  z-index: 9;
  background-color: #fff0;
}

.cta-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  background-image: url('../images/CTA-bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  padding: 124px 48px;
}

.about-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  margin-top: 88px;
  margin-bottom: 88px;
}

.about-pearagraph {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.about-img {
  object-fit: cover;
  width: 100%;
  height: 488px;
}

.analytics-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 88px;
  margin-bottom: 88px;
}

.analytic-desc {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  border: 1px solid var(--light-sweet-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 88px 58px;
  display: flex;
}

.analytic-number {
  color: var(--dark-blue);
  text-align: center;
  font-size: 88px;
  font-weight: 800;
  line-height: 1.2em;
}

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

.form-block {
  flex: 1;
  padding: 38px 38px 38px 0;
}

.map {
  object-fit: cover;
  flex: 1;
  height: 648px;
}

.contact-form {
  margin-top: 88px;
  margin-bottom: 88px;
}

.submit-button {
  z-index: 99;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mask {
  overflow: hidden;
}

.slide {
  width: 40%;
  margin-right: 18px;
}

.slider {
  background-color: #ddd0;
  height: 428px;
  margin-top: 88px;
  margin-left: 4.5vw;
  display: flex;
}

.slide-nav {
  display: none;
}

.gallery {
  margin-top: 88px;
  margin-bottom: 88px;
}

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

.plan-box {
  border: 1px solid var(--light-sweet-grey);
  flex-flow: column;
  padding: 38px;
  display: flex;
}

.plan-features-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.plan-feature-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.plan-price {
  align-self: flex-end;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 200;
  line-height: 1.2em;
}

.plan-visual {
  object-fit: cover;
  height: 100%;
}

.text-block {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

.flex-block {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  flex: 1;
}

.membership-box {
  flex: 1;
}

.membership-form-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  align-items: stretch;
}

.right-arrow, .left-arrow {
  width: 20%;
}

.close-icon {
  width: 80%;
}

.social-media-mobile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  margin-top: 28px;
  margin-bottom: 48px;
  display: none;
}

._404-title {
  color: var(--white);
  font-size: 188px;
  font-weight: 800;
  line-height: 1.2em;
}

.back-home, .back-home.w--current {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 48px;
  text-decoration: underline;
  display: inline-flex;
}

.section-mask {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.category-overlay {
  opacity: 0;
  background-image: linear-gradient(8deg, #000, #fff0);
  position: absolute;
  inset: 0%;
}

.grid {
  grid-row-gap: 118px;
  grid-template-columns: 1fr;
  margin-top: 88px;
}

.testimonial-item {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: var(--dark-blue);
  height: 588px;
  display: flex;
  position: relative;
}

.testi-author {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}

.testi-title {
  color: var(--light-sweet-grey);
  margin-top: 8px;
  font-size: 18px;
}

.testi-desc {
  color: var(--white);
  width: 50%;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.quote-1 {
  margin-top: 28px;
}

.testimonial-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 30%;
  height: 658px;
  position: absolute;
  inset: -6% 38px auto auto;
}

.testimonial-info {
  padding: 38px;
}

.quote-2 {
  position: absolute;
  inset: auto 60px -18px auto;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  background-color: #c8c8c800;
  padding-right: 0;
}

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

.brand {
  padding-left: 0;
}

.close-button-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.category-intro-flex {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: column;
  margin-bottom: 88px;
}

.desc-imgs {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
}

.img-full-width {
  object-fit: cover;
  width: 100%;
  margin-top: 16px;
}

.desc-paragraph {
  column-count: 2;
  column-gap: 88px;
  margin-top: 88px;
  margin-bottom: 88px;
  font-size: 18px;
  line-height: 1.4em;
}

.bold-heading {
  color: var(--dark-blue);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.info-wrapper {
  justify-content: space-between;
  align-items: center;
}

.item-icon {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.image-4, .image-5 {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.note {
  color: var(--white);
  font-size: 13px;
}

.heading {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-2 {
  flex-flow: row;
  display: flex;
}

.jetzt-buchen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  margin-top: -86px;
  margin-left: 0;
  margin-right: 119px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.black {
  color: var(--black);
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 88px;
  }

  h2 {
    font-size: 68px;
  }

  h3 {
    font-size: 58px;
  }

  h4 {
    font-size: 54px;
  }

  h5 {
    font-size: 34px;
  }

  p {
    font-size: 22px;
  }

  .animated-slogan {
    width: 144px;
    display: block;
  }

  .animated-slogan.footer-slogan {
    height: auto;
  }

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

  .category-item {
    height: 788px;
  }

  .category-item.football.top-maring--88 {
    background-image: url('../images/teaser_fussball.jpg');
    background-position: 26%;
  }

  .category-item.basketball {
    background-image: url('../images/teaser_biathlon_sommer.jpg');
    background-position: 37%;
  }

  .featured-title {
    max-width: 888px;
  }

  .expert-title {
    font-size: 24px;
  }

  .offer-box {
    background-image: linear-gradient(45deg, #000, #1e1e1e00), url('../images/Social_media_paket.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .price {
    font-weight: 700;
  }

  .offer-note {
    flex: 1;
  }

  .button {
    margin-top: 0;
  }

  .button-icon-box {
    width: 100px;
    height: 100px;
    padding: 24px;
  }

  .button-text {
    color: var(--black);
    font-size: 39px;
  }

  .button-text.white {
    margin-top: -91px;
    margin-right: 131px;
    font-size: 40px;
    line-height: 1.1em;
  }

  .testimonials {
    margin-bottom: 14px;
  }

  .events, .contact-cta {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .footer-slogan {
    font-size: 24px;
  }

  .footer-links-wrapper {
    overflow: hidden;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-links {
    margin-bottom: 88px;
  }

  .copy-right {
    font-size: 18px;
  }

  .faq {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .question {
    font-size: 38px;
  }

  .hero-wrapper.tennis {
    background-image: url('../images/teaser_motocross.jpg');
  }

  .hero-wrapper.about {
    background-image: url('../images/biathlon_lenzerheide_2.jpg');
  }

  .hero-wrapper.contact {
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-wrapper.basketball {
    background-image: url('../images/teaser_biathlon_sommer.jpg');
  }

  .hero-wrapper.football {
    background-image: url('../images/teaser_fussball.jpg');
  }

  .analytics-item {
    grid-column-gap: 148px;
    grid-row-gap: 148px;
    padding: 68px 28px 22px;
  }

  .number {
    font-size: 58px;
  }

  .analytics-item-title {
    font-size: 28px;
  }

  .description-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .reservation-visual {
    height: 688px;
  }

  .reservation-visual.football {
    background-image: url('../images/biathlon_quer.jpg');
  }

  .field-label {
    color: var(--black);
    font-size: 18px;
  }

  .text-field {
    padding-top: 38px;
    padding-bottom: 38px;
    font-size: 22px;
  }

  .preise {
    margin-top: 128px;
    margin-bottom: 128px;
  }

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

  .contact-info-grid {
    grid-column-gap: 88px;
    grid-row-gap: 48px;
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .info-element {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .info-text {
    font-size: 22px;
  }

  .nav-link {
    font-size: 28px;
    line-height: 1.2em;
  }

  .nav-link-wrapper {
    padding: 2vw;
  }

  .logo {
    max-width: 100%;
  }

  .contact-icon {
    width: 20px;
  }

  .category-title {
    font-size: 68px;
  }

  .feature-img-wrapper {
    height: 486px;
  }

  .feature-item-title {
    font-size: 24px;
  }

  .experts-flex {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    margin-top: 68px;
  }

  .offer-title {
    font-size: 88px;
  }

  .offer-info-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 94px;
    position: relative;
    bottom: 260px;
  }

  .tab {
    margin-left: -68px;
    margin-right: -68px;
  }

  .about-wrapper {
    flex-flow: row;
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .about-pearagraph {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    flex: 1;
  }

  .about-img {
    width: 50%;
    height: auto;
  }

  .analytics-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .form-block {
    padding: 48px 48px 48px 0;
  }

  .map {
    height: 648px;
  }

  .slide {
    width: 30%;
  }

  .gallery {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .plan-features-wrapper {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .plan-feature-item {
    font-size: 18px;
  }

  .plan-price {
    font-size: 58px;
  }

  .text-block {
    font-size: 44px;
  }

  .grid {
    grid-column-gap: 22px;
    grid-row-gap: 188px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-item {
    height: 478px;
  }

  .testi-author {
    font-size: 34px;
  }

  .testi-title {
    margin-top: 18px;
  }

  .testi-desc {
    width: 44%;
  }

  .testimonial-img {
    width: 288px;
    height: 558px;
    top: -38px;
    right: 38px;
  }

  .quote-2 {
    bottom: -28px;
  }

  .category-intro-flex {
    justify-content: space-between;
    margin-bottom: 128px;
  }

  .desc-paragraph {
    column-gap: 128px;
    font-size: 22px;
  }

  .bold-heading {
    font-weight: 600;
  }

  .heading {
    filter: drop-shadow(0 2px 5px #000000b3);
    font-size: 78px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 128px;
  }

  h2 {
    font-size: 88px;
  }

  h3, h4 {
    font-size: 68px;
  }

  h5 {
    font-size: 48px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 28px;
  }

  .animated-slogan {
    width: 154px;
  }

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

  .white {
    text-align: left;
    align-self: center;
    font-size: 22px;
    position: static;
  }

  .white.titel {
    font-size: 110px;
  }

  .category-item {
    height: 1080px;
  }

  .category-item.football.top-maring--88 {
    background-image: url('../images/teaser_fussball.jpg');
    background-position: 26%;
    background-size: cover;
  }

  .category-item.basketball {
    pointer-events: auto;
    cursor: auto;
    background-image: url('../images/teaser_biathlon_sommer.jpg');
    background-position: 36%;
    background-size: cover;
  }

  .category-item.tennis.top-maring--88 {
    background-image: url('../images/teaser_motocross.jpg');
    background-position: 24%;
  }

  .category-item.volley.top-maring--88 {
    background-image: url('../images/teaser_mixed.jpg');
    background-position: 28%;
  }

  .category-item.fitness {
    background-image: url('../images/events.jpg');
    background-position: 51%;
  }

  .features {
    margin-top: 188px;
    margin-bottom: 188px;
    overflow: visible;
  }

  .featured-title {
    max-width: 1050px;
  }

  .experts {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .expert-position {
    font-size: 38px;
  }

  .expert-title {
    font-size: 28px;
  }

  .expert-img {
    height: 388px;
  }

  .offer-box {
    background-image: linear-gradient(45deg, #000, #1e1e1e00), url('../images/Social_media_paket.jpg');
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .offer-features-wrapper {
    font-size: 31px;
  }

  .price {
    font-size: 88px;
    font-weight: 700;
  }

  .price-note {
    color: #ff0;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 14px;
  }

  .offer-note {
    max-width: 100%;
  }

  .button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    max-width: 300px;
    margin-top: 0;
  }

  .button-icon-box {
    width: 130px;
    height: 130px;
    padding: 34px;
  }

  .button-text {
    color: var(--black);
    margin-top: -122px;
    margin-right: 148px;
    font-size: 50px;
  }

  .button-text.white {
    color: var(--white);
    text-align: right;
    width: auto;
    margin-top: -108px;
    margin-right: 144px;
    font-size: 45px;
    line-height: 1.1em;
  }

  .button-text.buttontextwhite {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .testimonials, .events {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .event-item {
    height: 888px;
  }

  .contact-cta {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .footer-slogan {
    font-size: 28px;
  }

  .footer-link, .copy-right {
    font-size: 22px;
  }

  .faq {
    margin-top: 188px;
    margin-bottom: 188px;
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .question {
    font-size: 48px;
  }

  .hero-wrapper.tennis {
    background-image: url('../images/teaser_motocross.jpg');
  }

  .hero-wrapper.about {
    background-image: url('../images/biathlon_lenzerheide_2.jpg');
  }

  .hero-wrapper.contact {
    background-image: url('../images/Contact_1.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-wrapper.basketball {
    background-image: url('../images/teaser_biathlon_sommer.jpg');
  }

  .hero-wrapper.football {
    background-image: url('../images/teaser_fussball.jpg');
    background-position: 0%;
  }

  .hero-wrapper.volleyball {
    background-image: url('../images/teaser_mixed.jpg');
  }

  .analytics-wrapper {
    grid-column-gap: 70px;
  }

  .analytics-item {
    grid-column-gap: 188px;
    grid-row-gap: 188px;
    padding: 88px 38px 28px;
  }

  .number {
    font-size: 88px;
  }

  .analytics-item-title {
    font-size: 38px;
  }

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

  .description-wrapper {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .reservation-visual {
    height: 888px;
  }

  .reservation-visual.football {
    background-image: url('../images/biathlon_quer.jpg');
  }

  .reservation-section {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .field-label {
    width: 488px;
    font-size: 22px;
  }

  .text-field {
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 32px;
  }

  .preise {
    margin-bottom: 188px;
  }

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

  .contact-info-grid {
    grid-column-gap: 128px;
    grid-row-gap: 88px;
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .info-text {
    font-size: 28px;
  }

  .nav-list-wrapper {
    overflow: scroll;
    transform: none;
  }

  .nav-link {
    font-size: 38px;
  }

  .link-icon {
    width: 40px;
  }

  .logo {
    width: 350px;
    max-width: 100%;
  }

  .contact-icon {
    width: auto;
  }

  .style-guide-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 38px;
  }

  .link-2 {
    text-decoration: underline;
  }

  .category-title {
    font-size: 88px;
  }

  .categories {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .feature-order {
    font-weight: 400;
  }

  .feature-img-wrapper {
    height: 586px;
    position: relative;
  }

  .feature-item-title {
    font-size: 28px;
  }

  .img-mask {
    height: 0%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .experts-flex {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    flex-flow: row;
    margin-top: 88px;
  }

  .offer-title {
    font-size: 108px;
  }

  .offer-info-2 {
    box-sizing: border-box;
    filter: drop-shadow(0 2px 5px #000000b3);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 20px;
    order: 0;
    justify-content: flex-end;
    max-width: 400px;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
    bottom: 329px;
  }

  .body {
    font-family: Open Sans, sans-serif;
  }

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

  .cta-wrapper {
    padding-left: 88px;
    padding-right: 88px;
  }

  .about-wrapper {
    margin-top: 128px;
    margin-bottom: 188px;
  }

  .about-pearagraph {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
  }

  .about-img {
    height: auto;
  }

  .analytics-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-top: 128px;
    margin-bottom: 188px;
  }

  .analytic-desc {
    grid-column-gap: 108px;
    grid-row-gap: 108px;
  }

  .analytic-number {
    font-size: 100px;
  }

  .analytic-number.small {
    font-size: 60px;
  }

  .analytic-text {
    font-size: 32px;
  }

  .form-block {
    padding: 58px;
  }

  .map {
    height: 898px;
  }

  .gallery {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .plan-features-wrapper {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .plan-feature-item {
    font-size: 22px;
  }

  .plan-price {
    font-size: 68px;
  }

  .text-block {
    color: var(--dark-blue);
    font-size: 54px;
  }

  .flex-block {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    flex: 1;
  }

  .membership-box {
    flex: 1;
  }

  .right-arrow, .left-arrow {
    width: 10%;
  }

  ._404-title {
    font-size: 228px;
  }

  .section-mask {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

  .grid {
    grid-column-gap: 44px;
    grid-row-gap: 218px;
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .testimonial-item {
    height: 638px;
  }

  .testi-author {
    font-size: 48px;
    line-height: 1.2em;
  }

  .testi-title {
    margin-top: 18px;
    font-size: 22px;
  }

  .testi-desc {
    margin-top: 28px;
    font-size: 22px;
  }

  .quote-1 {
    margin-top: 38px;
  }

  .testimonial-img {
    width: 388px;
    height: 738px;
    top: -7%;
  }

  .quote-2 {
    bottom: -38px;
  }

  .brand.w--current {
    width: 400px;
  }

  .category-intro-flex {
    justify-content: space-between;
  }

  .img-full-width {
    margin-top: 0;
  }

  .desc-paragraph {
    column-gap: 188px;
    margin-top: 128px;
    margin-bottom: 128px;
    font-size: 28px;
  }

  .bold-heading {
    font-size: 48px;
  }

  .item-icon {
    width: 50%;
  }

  .note {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    display: block;
  }

  .heading {
    filter: drop-shadow(0 2px 5px #000000b3);
    font-size: 109px;
  }

  .paragraph {
    border-radius: 0;
    flex: 0 auto;
    width: auto;
    display: block;
  }

  .list-item {
    font-size: 23px;
  }

  .list-item-2 {
    font-family: Bitter, serif;
  }

  .list-item-3 {
    font-weight: 700;
  }

  .jetzt-buchen {
    margin-top: -103px;
    margin-right: 144px;
  }

  .container-3 {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4, h5 {
    font-size: 28px;
  }

  .hero-video {
    padding-bottom: 28px;
  }

  .animated-slogan {
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    display: none;
  }

  .image {
    width: 25%;
  }

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

  .white.cta-title {
    max-width: 100%;
  }

  .category-item {
    width: 100%;
    height: 488px;
    padding-bottom: 38px;
  }

  .category-item.football.top-maring--88 {
    background-position: 17%;
  }

  .category-item.basketball {
    background-image: url('../images/teaser_biathlon_sommer.jpg');
    background-position: 34%;
  }

  .category-item.tennis.top-maring--88 {
    background-position: 17%;
    border-radius: 0;
  }

  .features {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .experts {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .expert-item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .expert-position {
    font-size: 28px;
  }

  .expert-title {
    font-size: 22px;
  }

  .expert-img {
    height: 288px;
  }

  .offer-box {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(40deg, #1e1e1e, #1e1e1e00), url('../images/Social_media_paket.jpg');
    background-position: 0 0, 0 0, 47%;
    background-size: auto, auto, cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 88px;
    margin-bottom: 88px;
    padding: 5.5vw 4.5vw;
  }

  .price {
    margin-left: 0;
    font-size: 68px;
  }

  .price-note {
    margin-bottom: 9px;
  }

  .offer-note {
    max-width: 100%;
    font-size: 16px;
    position: relative;
    bottom: -150px;
  }

  .button {
    order: 1;
    align-self: flex-end;
    max-width: 188px;
  }

  .button-icon-box {
    width: 60px;
    height: 60px;
    padding: 24px;
  }

  .button-text {
    margin-top: -66px;
    margin-right: 73px;
    font-size: 34px;
  }

  .button-text.white {
    margin-right: 80px;
  }

  .testimonials {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .events {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .event-item {
    height: 488px;
  }

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

  .date {
    font-size: 22px;
  }

  .event-footer {
    margin-top: 48px;
  }

  .footer {
    background-position: 50%;
    background-size: cover;
  }

  .footer-info {
    padding-top: 8.5vw;
    padding-bottom: 8.5vw;
  }

  .dropdown {
    margin-top: 48px;
    display: block;
  }

  .dropdown-list {
    margin-top: 38px;
    margin-bottom: 48px;
  }

  .question {
    font-size: 32px;
  }

  .arrow {
    flex: none;
    width: 28px;
  }

  .answer {
    max-width: 90%;
  }

  .hero-wrapper.tennis {
    background-image: url('../images/teaser_motocross.jpg');
    background-position: 0%;
  }

  .hero-wrapper.about {
    background-image: url('../images/biathlon_lenzerheide_2.jpg');
    background-position: 46%;
  }

  .hero-wrapper.basketball {
    background-position: 14%;
  }

  .hero-wrapper.football {
    background-position: 10%;
  }

  .analytics-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .number {
    font-size: 48px;
  }

  .analytics-item-title {
    font-size: 22px;
  }

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

  .description-wrapper {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }

  .reservation-visual {
    height: 488px;
  }

  .reservation-section {
    margin-bottom: 128px;
  }

  .text-field.select {
    padding-top: 8px;
  }

  .form {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .preise {
    margin-top: 88px;
    margin-bottom: 88px;
  }

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

  .plan-img {
    display: none;
  }

  .contact-info-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .info-element {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .info-text {
    font-size: 22px;
  }

  .nav-list-wrapper {
    background-color: #05273cf2;
    width: 70%;
  }

  .nav-link-wrapper, .social-media-wrapper-2 {
    padding: 5vw;
  }

  .membership-form {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .category-title {
    font-size: 48px;
  }

  .top-maring--88 {
    margin-top: 0;
  }

  .features-grid {
    grid-row-gap: 68px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-item-title {
    font-size: 22px;
  }

  .offer-title {
    font-size: 48px;
  }

  .offer-info-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    margin-left: 507px;
  }

  .tab {
    margin-left: -38px;
    margin-right: -38px;
  }

  .cta-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 88px 48px;
  }

  .analytics-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .analytic-desc {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    padding: 68px;
  }

  .analytic-number {
    font-size: 58px;
  }

  .form-block {
    align-self: stretch;
  }

  .map {
    flex: 0 auto;
    width: 100%;
    height: 448px;
  }

  .form-flex {
    flex-flow: column;
  }

  .text-block {
    font-size: 32px;
  }

  .testimonial-img {
    width: 40%;
  }

  .img-full-width {
    height: 488px;
  }

  .desc-paragraph {
    column-count: 2;
  }

  .note {
    color: var(--white);
    font-size: 11px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .jetzt-buchen {
    margin-top: -68px;
    margin-right: 73px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 16px;
  }

  .animated-slogan.footer-slogan, .social-media-flex, .social-media-flex._2 {
    display: none;
  }

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

  .category-item {
    height: 388px;
  }

  .category-item.football.top-maring--88 {
    background-position: 11%;
  }

  .category-item.basketball {
    background-position: 30%;
  }

  .features {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .featured-title {
    max-width: 388px;
  }

  .experts {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .expert-position {
    font-size: 18px;
  }

  .expert-title {
    margin-top: 12px;
    font-size: 16px;
  }

  .expert-img {
    height: 188px;
  }

  .offer-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image: linear-gradient(#0000, #0000), linear-gradient(40deg, #1e1e1e, #1e1e1e00), url('../images/Social_media_paket.jpg');
    background-position: 0 0, 0 0, 49%;
  }

  .offer-feature-item {
    font-size: 16px;
  }

  .price {
    font-size: 58px;
  }

  .offer-note {
    max-width: none;
    margin-bottom: 66px;
    bottom: -127px;
  }

  .button {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    margin-top: 0;
    display: flex;
    bottom: -154px;
  }

  .button-text {
    margin-top: -48px;
    font-size: 24px;
  }

  .event-item {
    height: 388px;
    padding: 22px;
  }

  .overlay {
    background-image: linear-gradient(#1e1e1e00, #1e1e1e00 39%, #1e1e1ee6 57%, #1e1e1e);
  }

  .event-title {
    font-size: 22px;
  }

  .event-desc {
    margin-top: 18px;
    font-size: 14px;
  }

  .date {
    font-size: 18px;
  }

  .event-footer {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 28px;
  }

  .footer-slogan {
    font-size: 22px;
  }

  .footer-links {
    margin-top: 88px;
  }

  .footer-info {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .hero {
    margin-top: 188px;
    margin-bottom: 128px;
  }

  .dropdown-list {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .question {
    font-size: 22px;
  }

  .hero-wrapper.tennis {
    background-position: 14%;
  }

  .hero-wrapper._404 {
    background-position: 70%;
  }

  .hero-wrapper.about {
    background-position: 32%;
  }

  .hero-wrapper.basketball {
    background-position: 22%;
  }

  .hero-wrapper.football {
    background-position: 10%;
  }

  .analytics-wrapper {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .analytics-item-title {
    font-size: 18px;
  }

  .description-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .reservation-visual {
    height: 388px;
    margin-bottom: 48px;
  }

  .field-label {
    border-bottom-width: 3px;
    font-size: 14px;
  }

  .text-field {
    font-size: 18px;
  }

  .form {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .info-text {
    font-size: 18px;
  }

  .nav-list-wrapper {
    width: 100%;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-link-wrapper, .social-media-wrapper-2 {
    padding: 8vw;
  }

  .contact-icon {
    width: 20px;
  }

  .category-title {
    font-size: 38px;
    transform: translate(100px, 40px)rotate(-90deg);
  }

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

  .offer-title {
    font-size: 38px;
  }

  .offer-info-2 {
    flex-flow: column;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .tab {
    margin-left: -20px;
    margin-right: -18px;
  }

  .cta-wrapper {
    padding: 58px 28px;
  }

  .about-img {
    height: 388px;
  }

  .analytics-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .analytic-desc {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    padding: 48px;
  }

  .analytic-number {
    font-size: 48px;
  }

  .form-block {
    padding: 28px;
  }

  .slide {
    width: 70%;
  }

  .slider {
    height: 328px;
  }

  .plan-box {
    padding: 28px;
  }

  .plan-features-wrapper {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .plan-feature-item {
    font-size: 16px;
  }

  .plan-price {
    font-size: 38px;
  }

  .social-media-mobile {
    display: flex;
  }

  ._404-title {
    font-size: 128px;
  }

  .back-home {
    margin-top: 38px;
  }

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

  .testimonial-item {
    flex-flow: column;
    justify-content: space-between;
    height: auto;
  }

  .testi-title {
    margin-top: 18px;
    font-size: 16px;
  }

  .testi-desc {
    width: 100%;
  }

  .quote-1 {
    width: 20%;
  }

  .testimonial-img {
    width: 100%;
    height: 360px;
    margin-right: 28px;
    padding: 0 18px 18px;
    position: static;
    top: 70%;
    right: 28px;
  }

  .testimonial-info {
    padding: 48px 18px 8px;
  }

  .quote-2 {
    width: 30%;
    bottom: 40px;
    right: 40px;
  }

  .brand {
    width: 180px;
  }

  .brand.w--current {
    width: 250px;
  }

  .category-intro-flex {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .img-full-width {
    height: 388px;
  }

  .desc-paragraph {
    column-count: 1;
  }

  .bold-heading {
    font-size: 22px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .jetzt-buchen {
    margin-top: -39px;
  }
}

@media screen and (max-width: 479px) {
  .slogan, .social-media-flex._2 {
    display: none;
  }

  .category-item {
    height: 288px;
  }

  .category-item.football.top-maring--88 {
    background-position: 21%;
  }

  .category-item.basketball {
    background-position: 35%;
  }

  .category-item.tennis.top-maring--88 {
    background-position: 21%;
  }

  .featured-item {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: flex-start;
  }

  .expert-item {
    flex-flow: column;
  }

  .offer-box {
    background-image: linear-gradient(#0000, #0000), linear-gradient(40deg, #1e1e1e, #1e1e1e00), url('../images/Social_media_paket.jpg');
    background-position: 0 0, 0 0, 50%;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .offer-features-wrapper {
    font-size: 16px;
  }

  .price {
    font-size: 48px;
  }

  .offer-note {
    font-size: 15px;
    font-weight: 200;
  }

  .events {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .events-heading-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .footer {
    background-position: 100%;
  }

  .footer-slogan {
    font-size: 16px;
  }

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

  .footer-links {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .faq {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .dropdown {
    margin-top: 48px;
  }

  .question {
    font-size: 22px;
  }

  .hero-wrapper.tennis {
    background-position: 20%;
  }

  .hero-wrapper._404 {
    background-position: 70%;
  }

  .hero-wrapper.about {
    background-position: 35%;
  }

  .hero-wrapper.basketball {
    background-position: 36%;
  }

  .hero-wrapper.football {
    background-position: 23%;
  }

  .analytics-wrapper {
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .description-grid {
    grid-row-gap: 16px;
  }

  .reservation-visual {
    height: 288px;
  }

  .field-label {
    border-bottom-width: 2px;
    width: 100%;
  }

  .form {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .listing-icon {
    mix-blend-mode: exclusion;
    max-width: 16px;
  }

  .nav-link-wrapper {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .footer-logo {
    max-width: 80%;
  }

  .category-title {
    font-size: 28px;
    transform: translate(48px, 40px)rotate(-90deg);
  }

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

  .offer-title {
    font-size: 25px;
  }

  .tab {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-wrapper {
    padding: 38px 18px;
  }

  .analytics-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .form-block {
    padding: 22px;
  }

  .map {
    height: 348px;
  }

  .slide {
    width: 200px;
  }

  .slider {
    height: 188px;
  }

  .text-block {
    font-size: 28px;
  }

  ._404-title {
    font-size: 108px;
  }

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

  .quote-2 {
    bottom: 30px;
    right: 30px;
  }

  .brand.w--current {
    width: 220px;
  }

  .img-full-width {
    object-fit: cover;
    height: 288px;
  }

  .bold-heading {
    font-size: 18px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}

#w-node-_83877759-07d1-aeb2-850b-682cf586ced3-81f0006a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f770657-5d21-7e48-872b-85a85083eb88-5083eb88 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_795db492-02a1-0e45-bba4-dbff45bb8ecd-45bb8ecd {
  justify-self: end;
}

#w-node-_8a35d61a-a7af-afcf-d41c-4f82342f793e-b26fbe54, #w-node-_624aece8-5687-6350-c252-a9c175815823-b26fbe55, #w-node-e14b6228-8ba7-169c-2936-39ad8ee464c4-b26fbe57, #w-node-_949ff762-dcdc-a983-1bcf-1643a7dfced0-b26fbe5b, #w-node-_624aece8-5687-6350-c252-a9c175815823-b26fbe5c, #w-node-_624aece8-5687-6350-c252-a9c175815823-b26fbe5d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-e0fa86c5-0e0d-1077-270d-b859c3c3d02b-b26fbe5d, #w-node-e303bf6d-cff7-17f9-c605-aa20c16b3209-b26fbe5d, #w-node-aa3dbfed-8d79-5b6e-5119-4d27e77f2f0e-b26fbe5d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_624aece8-5687-6350-c252-a9c175815823-b26fbe5e, #w-node-_624aece8-5687-6350-c252-a9c175815823-b26fbe60 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_83877759-07d1-aeb2-850b-682cf586ced3-81f0006a {
    grid-column: span 1 / span 1;
  }
}


