* {
  margin: 0;
  font-family: Nohemi;
}

hr {
  color: #000;
  background-color: #000;
  border: none;
  height: 1px;
}

a {
  outline: none;
  text-decoration: none;
}

a:visited {
  color: #000;
}

body {
  overflow-x: hidden;
}

button {
  background: none;
  border: none;
  width: fit-content;
  height: fit-content;
}

@font-face {
  font-family: Nohemi;
  src: url("Nohemi-Regular.c6417b9b.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: Nohemi;
  src: url("Nohemi-Medium.205e90e8.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: Nohemi;
  src: url("Nohemi-ExtraLight.6c2df23c.woff2") format("woff2");
  font-weight: 200;
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 42px;
}

span {
  font-size: 120px;
  font-weight: 400;
}

.headline1__introduction {
  font-weight: 200;
}

.headline1__medium, .headline2__medium {
  font-weight: 500;
}

.copytext__regular {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.copytext__medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.buttontext {
  font-size: 16px;
  font-weight: 500;
}

.introduction__top {
  max-width: 70%;
  margin-bottom: 50px;
}

.introduction__bottom {
  text-align: right;
  max-width: 70%;
  margin-left: auto;
  margin-right: 0;
}

.events__headline {
  margin-bottom: 25px;
}

.events__divider {
  margin: 25px 0;
}

.events__details {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.events__details a {
  align-self: last baseline;
  margin-bottom: -5px;
}

.events__date {
  gap: 10px;
  display: flex;
}

.events__date h2, .events__date .copytext__medium {
  align-self: last baseline;
  line-height: .5;
}

.button__arrow {
  height: 32px;
}

.button__round {
  border: 1px solid #000;
  border-radius: 35px;
  width: fit-content;
  padding: 14px 24px;
}

.button__sm {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.booking-teaser {
  background-color: #ff6446;
  border-radius: 15px;
  margin: 5px 0;
  padding: 30px;
}

.booking-teaser__top {
  margin-bottom: 65px;
}

.booking-teaser__bottom {
  justify-content: space-between;
  display: flex;
}

.booking-teaser__subtext {
  max-width: 75%;
}

.booking-teaser a {
  align-self: last baseline;
  margin-bottom: 5px;
}

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

.navbar__logo {
  width: 90px;
}

.navbar__menu-icon {
  width: 40px;
}

.navbar__kontakt {
  justify-content: space-between;
  margin: 30px;
  display: flex;
}

.out-now-teaser {
  background-color: #d7e7ff;
  border-radius: 15px;
  padding: 30px 0;
}

.out-now-teaser__youtube {
  margin: 0 30px;
}

.out-now-teaser__youtube iframe {
  border-radius: 10px;
  width: 100%;
  height: 50vw;
}

.out-now-teaser__bottom {
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.out-now-teaser__name {
  max-width: 40vw;
}

.marquee {
  white-space: nowrap;
  color: #000;
  position: relative;
  overflow: hidden;
}

.marquee__content {
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-right: 30px;
  animation: 30s linear infinite marquee;
  display: flex;
}

.marquee__content span {
  display: inline-block;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.marquee__wrapper {
  width: max-content;
  display: flex;
}

.social-media {
  background-color: #d1d175;
  border-radius: 15px;
  padding: 30px;
}

.social-media__headline {
  margin-bottom: 80px;
}

.social-media__icon {
  width: 30px;
  height: 30px;
}

.social-media__copytext {
  margin-top: 20px;
}

.back-to-top {
  justify-content: center;
  margin: 75px 0;
  display: flex;
}

.social-media-buttons {
  gap: 10px;
  display: flex;
}

.footer {
  background-color: #171717;
  border-radius: 15px 15px 0 0;
  flex-direction: column;
  justify-content: space-between;
  height: 260px;
  padding: 30px;
  display: flex;
}

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

.footer .buttontext {
  color: #fff;
  line-height: 1.3;
}

.footer__copyright {
  margin-top: auto;
  margin-bottom: 0;
}

.footer__copyright .buttontext {
  font-weight: 500;
}

.menu {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  transition: opacity .2s, visibility 2s;
  position: absolute;
  top: 0;
  left: 0;
}

.menu__container {
  padding: 30px 30px 0;
  overflow-y: hidden;
}

.menu__seiten {
  margin-top: 75px;
}

.menu__legal {
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu__legal .buttontext {
  line-height: 1.3;
}

.menu.visible {
  opacity: 1;
  visibility: visible;
}

.header-text {
  flex-direction: column;
  gap: 50px;
  margin: 75px 30px;
  display: flex;
}

.header-text .copytext__regular {
  text-align: right;
}

.header-text__bottom {
  max-width: 75%;
  margin-left: auto;
  margin-right: 0;
}

.kontaktformular {
  background-color: #d1d175;
  border-radius: 15px;
  padding: 30px;
}

.kontaktformular__topline {
  margin-bottom: 30px;
}

.kontaktformular__headline {
  max-width: 80%;
  margin-bottom: 50px;
}

.kontaktformular__buttons {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  display: flex;
}

.kontaktformular__allgemein {
  opacity: 0;
  margin-top: 35px;
  transition: opacity .5s;
  display: none;
}

.kontaktformular__allgemein .button__round {
  margin: 30px 0;
  background-color: none !important;
}

.kontaktformular__booking {
  opacity: 0;
  margin-top: 35px;
  transition: opacity .5s;
  display: none;
}

.kontaktformular__booking .button__round {
  margin: 30px 0;
  background-color: none !important;
}

.kontaktformular__allgemein.active, .kontaktformular__booking.active {
  opacity: 1;
  display: block;
}

.button__round.active {
  color: #d1d175;
  background-color: #000;
  transition: all .2s ease-in-out;
}

form {
  flex-direction: column;
  display: flex;
}

input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 0;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
}

input::placeholder {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

textarea {
  resize: none;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-height: 50px;
  margin-left: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  overflow-y: hidden;
}

textarea::placeholder {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.introduction {
  margin: 130px 30px;
}

.events {
  margin-bottom: 130px;
  margin-left: 30px;
  margin-right: 30px;
}

.header {
  background-image: url("low_header.55b315e9.webp");
  background-size: cover;
  min-height: 100vh;
  padding: 30px;
}

.out-now {
  margin-bottom: 130px;
}
/*# sourceMappingURL=index.074089b4.css.map */
