@font-face {
  font-family: Afbattersea;
  src: url('../fonts/AFBattersea-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Afbattersea;
  src: url('../fonts/AFBattersea-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blau: blue;
  --black: black;
  --white: white;
  --white-smoke: #f2f2f2;
  --dark-slate-grey: #0f482e;
  --teal: #12707b;
  --indian-red: #936666;
  --dark-sea-green: #7bb588;
  --royal-blue: #0064a3;
  --medium-blue: #0000c9;
}

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

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

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

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

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

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

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

body {
  color: var(--blau);
  font-family: Afbattersea, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

h1 {
  color: var(--blau);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Afbattersea, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--blau);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Afbattersea, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--blau);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Afbattersea, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: var(--blau);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Afbattersea, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--black);
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Afbattersea, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--black);
  font-size: 19px;
  text-decoration: underline;
}

strong {
  font-size: 18px;
  font-weight: 700;
}

.button {
  border: 1px solid var(--blau);
  color: var(--blau);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding: 5px 10px 3px;
  font-family: Afbattersea, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  border-color: var(--blau);
  background-color: var(--blau);
  color: var(--white);
}

.button.linear-red {
  color: #622c32;
  background-color: #0000;
  border-color: #622c32;
}

.button.linear-red:hover {
  color: #fff;
  background-color: #622c32;
}

.button.linear-red.short {
  width: 140px;
}

.button.negativ {
  border-color: var(--white);
  color: var(--white);
}

.button.negativ:hover {
  background-color: var(--white);
  color: var(--blau);
}

.button.positiv {
  border-style: none;
  border-color: var(--blau);
  background-color: var(--white);
  color: var(--blau);
  justify-content: center;
  align-items: center;
}

.button.positiv:hover {
  background-color: var(--blau);
  color: var(--white);
}

.footerlink {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Afbattersea, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.logo-footer {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 90px;
  display: flex;
}

.logo-footer.w--current {
  width: 200px;
}

.social-link {
  border: 1px solid #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: #59252a;
  border-color: #59252a;
}

.social-link.footericons {
  border-style: none;
  border-color: #fff9;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
  transition-property: none;
}

.social-link.footericons:hover {
  background-color: #0000;
}

.social-link.navi {
  border-style: none;
  border-color: #fff9;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  transition-property: none;
}

.social-link.navi:hover {
  background-color: #0000;
}

.social-link.kontakt {
  cursor: pointer;
  border-style: none;
  border-color: #fff9;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  transition-property: none;
}

.social-link.kontakt:hover {
  background-color: #0000;
}

.social-icons {
  display: flex;
}

.social-icons.navi {
  float: right;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  inset: auto auto 100px;
}

.social-icons.adresse {
  flex-direction: row;
  justify-content: space-between;
  width: 60px;
  margin-bottom: 0;
}

.tisch-reservieren {
  object-fit: fill;
  height: 250px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  overflow: visible;
}

.h2 {
  border: 1px #000;
}

.h2.weiss {
  color: var(--white);
}

.h2.weiss.left {
  text-align: left;
}

.h2.weiss.form {
  text-align: left;
  justify-content: flex-start;
}

.h2.left {
  text-align: left;
}

.text {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Afbattersea, sans-serif;
  font-size: 1.75vw;
  font-weight: 400;
  line-height: 1.4;
}

.text.weiss {
  color: var(--white);
}

.text.weiss.left {
  text-align: left;
}

.text.max600 {
  max-width: 600px;
}

.text.oeffnungszeiten_rechts {
  text-align: right;
  align-self: flex-end;
  margin-right: 10px;
}

.text.oeffnungszeiten_links {
  text-align: left;
  align-self: flex-start;
  margin-left: 10px;
}

.paragraph-big {
  line-height: 1.6;
  text-decoration: none;
}

.tisch-reservieren-text {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.quick-booking {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  width: 240px;
  display: flex;
  position: fixed;
  bottom: 620px;
  right: 40px;
  transform: translate(0, 100%);
}

.coverbild {
  background-image: url('../images/Home_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.coverbild.startseite {
  color: #0000;
  background-image: url('../images/essen_1.jpg');
  height: 101vh;
}

.tisch-reservieren-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #59252a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 55px;
  margin-top: -55px;
  padding: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: var(--blau);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.tisch-reservieren-div-text {
  background-color: #fff;
  border-left: 1px #00000080;
  border-right: 1px #00000080;
  height: 250px;
  margin-bottom: 0;
  padding: 40px 20px;
  box-shadow: 1px 1px 3px #0003;
}

.abstand-unten-20 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.abstand-unten-20.horizontal {
  flex-direction: column;
}

.go-up {
  z-index: 7;
  background-color: var(--white);
  color: #0000;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.go-up.w--current {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.plus {
  width: 25px;
  height: 25px;
  font-size: 13px;
  transform: rotate(90deg);
}

.preloader {
  z-index: 10000;
  background-color: var(--white);
  color: #111;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0;
}

.section {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 140px 40px;
  display: flex;
  overflow: hidden;
}

.section.hero {
  height: 101vh;
  padding: 0;
  display: block;
  position: relative;
}

.section.hero.unsichtbar {
  display: none;
}

.section.grey {
  z-index: 12;
  background-color: var(--white-smoke);
  align-items: center;
}

.section.grey._110vh {
  z-index: 2;
  margin-top: -10vh;
  padding-top: 180px;
  position: relative;
}

.section.inhaltsseiten {
  height: 75vh;
  padding: 0 0 140px;
  position: relative;
}

.section.gr-n {
  background-color: var(--dark-slate-grey);
}

.section.gotup {
  background-color: var(--blau);
  color: #0000;
  align-items: center;
  height: 60px;
  padding: 0;
  position: relative;
}

.section.home_wellen {
  z-index: 1;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding: 0;
  position: relative;
}

.section.nopadding {
  height: 550px;
  padding: 0;
}

.section.blau {
  background-color: var(--blau);
}

.section.galerie {
  z-index: 0;
  background-color: var(--white-smoke);
  align-items: center;
  padding: 0;
  position: relative;
}

.section.no-padding {
  padding: 0;
}

.body {
  color: var(--blau);
  background-color: #0000;
}

.logo {
  width: 150px;
  margin-top: 0;
}

.logo.klein {
  width: auto;
  height: 80px;
}

.slider {
  background-color: #0000;
  height: 100vh;
}

.slider.galerie {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.div-homepage-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
  position: absolute;
  inset: auto auto 12% 60px;
}

.div-homepage-text.unsichtbar {
  display: none;
}

.slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: auto 24px;
  transition: border .2s;
  display: flex;
}

.slider-arrow:hover {
  border-color: #fff;
}

.slider-arrow.arrow-right {
  z-index: 1;
  border-style: none;
  border-color: #fff;
  border-radius: 0;
  width: auto;
  height: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  inset: auto 60px 50px auto;
}

.slider-arrow.arrow-right.gallery {
  height: 30px;
  transition-property: none;
  bottom: 20px;
  right: 20px;
}

.slider-arrow.arrow-left {
  z-index: 1;
  border-style: none;
  border-color: #fff;
  border-radius: 0;
  width: auto;
  height: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  inset: auto 120px 50px auto;
}

.slider-arrow.arrow-left.gallery {
  cursor: pointer;
  height: 30px;
  transition-property: none;
  bottom: 20px;
  right: 80px;
}

.link-logo {
  z-index: 2;
  flex: none;
  position: absolute;
  inset: 0 auto auto;
}

.link-logo.w--current {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navigation {
  z-index: 100;
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-fred {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  height: 60px;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-navigation-offen {
  display: flex;
}

.burger-geschlossen {
  z-index: 11;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 15px 5% auto auto;
}

.div-navigation-header {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0;
}

.pfeil {
  color: #0000;
  width: 40px;
}

.pfeil.blau._180grad {
  transform: rotate(180deg);
}

.pfeil.blau._90grad {
  width: 35px;
  transform: rotate(-90deg);
}

.pfeil._180grad {
  transform: rotate(180deg);
}

.pfeil._90grad {
  transform: rotate(-90deg);
}

.div-home-h1-klein {
  background-color: var(--white);
  align-items: center;
  padding-left: 5px;
  text-decoration: none;
  display: flex;
}

.h2-weiss {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--blau);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Afbattersea, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: inline;
}

.h2-weiss.klein {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 17px;
  line-height: 20px;
  display: inline;
}

.div-home-h1-gross {
  text-align: left;
  align-items: center;
  margin-bottom: 20px;
}

.div-home-h1-gross.zentriert {
  text-align: center;
  max-width: 450px;
  margin-left: 20px;
  margin-right: 20px;
}

.p.weiss {
  color: var(--white);
  text-align: left;
}

.p.weiss.form {
  max-width: none;
}

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

.p.left {
  text-align: left;
}

.p.left.mini {
  font-size: 13px;
  line-height: 18px;
}

.p.mini {
  font-size: 14px;
}

.collection-list-wrapper {
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

._40 {
  width: 40%;
}

.h3 {
  color: var(--blau);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-top: 0;
  font-family: Afbattersea, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.h3.weiss {
  color: var(--white);
  margin-bottom: 0;
}

.h3.weiss.left {
  text-align: left;
}

.h3.weiss.left._20abstand {
  margin-bottom: 20px;
}

.h3.weiss.left.abstand-unten-10 {
  margin-bottom: 10px;
}

.h3.weiss.left.form {
  width: 200px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 10px;
}

.h3.white {
  color: var(--white);
}

.h3.left {
  text-align: left;
}

.h3.fred {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.h3.fred.rechts {
  text-align: right;
}

.wrapper {
  z-index: 1;
  color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  display: flex;
}

.collection-list {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.collection-item {
  width: 33%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item._2-bilder {
  width: 50%;
}

.news-teaser {
  background-color: var(--white);
  color: #0000;
  text-align: left;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
  padding: 10%;
  text-decoration: none;
  display: flex;
}

.news-teaser.bild {
  background-color: #0000;
  justify-content: center;
  height: 450px;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-teaser.mieten {
  background-color: var(--white);
  min-height: 250px;
}

.news-teaser.news {
  background-color: var(--white);
  min-height: 350px;
}

.news-teaser.newsfoto {
  background-color: var(--white);
  flex-wrap: wrap;
  place-content: center;
  width: 100%;
  height: 300px;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-link-block {
  white-space: normal;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.collection-link-block.nolink {
  cursor: auto;
}

._40 {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-right: 40px;
  display: flex;
}

.div-4 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.div-4.adresse {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-bottom: 100px;
}

._20-unten {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
}

._20 {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

._40 {
  padding-right: 60px;
}

._40-unten {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
}

._40-unten.center {
  align-items: center;
}

.slide-nav-2 {
  display: none;
}

.mask {
  z-index: 0;
  width: 100vw;
}

.slide {
  z-index: 0;
  background-image: url('../images/Home_gastro_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.home1 {
  background-image: url('../images/_NDF0920.jpg');
}

.slide.home2 {
  background-image: url('../images/_NDF0916_ausschnitt.jpg');
}

.slide.home4 {
  background-image: url('../images/_NDF1108.jpg');
}

.slide.home3 {
  background-image: url('../images/_NDF0911.jpg');
}

.slide.home5 {
  background-image: url('../images/_NDF1104_ausschnitt.jpg');
}

.slide.home6 {
  background-image: url('../images/sonnenterrasse.jpg');
}

.navtext-kontakt {
  z-index: 1;
  color: var(--blau);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Afbattersea, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: static;
}

.div-navifooter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 60px;
}

.div-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-2.relative {
  position: relative;
}

._2er-box {
  cursor: pointer;
  flex-wrap: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2er-box.news-teaser {
  flex-direction: column;
}

._2er-box.news-teaser.gross {
  background-color: var(--white);
  flex-flow: column;
  padding: 120px 80px;
}

._2er-box.news-teaser.gross.blue {
  background-color: var(--blau);
}

._2er-box.news-teaser.grey {
  background-color: var(--white-smoke);
}

._2er-box.home3 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  text-decoration: none;
}

.h1 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Afbattersea, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.h1.weiss {
  color: var(--white);
}

.preloader-image {
  width: 120px;
}

.msf-error-message {
  color: #fff;
  background-color: #0000;
  border: 2px #000;
  margin-top: 0;
  padding: 0;
}

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

.div-checkboxx {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}

.div-checkboxx._20-abstand {
  margin-top: 10px;
}

.msf-list-item {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.msf-success-message {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px #000;
  padding: 0;
}

.hidden {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  justify-content: center;
  padding: 10px 20px;
  font-size: 17px;
  display: none;
}

.hidden:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  display: none;
}

.form-step {
  width: 100%;
}

.abstand-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.abstand-60.left {
  align-items: flex-start;
}

.msf-slide-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.div-leer {
  display: none;
}

.h3-2 {
  color: #000;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.multi-step-form {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.checkbox-2 {
  color: #000;
}

.form-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  padding: 10px;
  font-family: Afbattersea, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.form-field::placeholder {
  color: var(--white);
}

.container {
  background-color: var(--blau);
  color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100vw;
  padding: 140px 40px;
  display: flex;
}

.msf-block {
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
}

.msf-list {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: decimal;
}

.msf-navigation {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.msf {
  width: 100%;
}

.msf-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.msf-slider {
  background-color: #0000;
  align-items: flex-start;
  height: 100%;
}

._50 {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

._50.formicon {
  justify-content: center;
  width: 50%;
  margin: 0;
  position: static;
}

._50.adresse {
  margin-bottom: 20px;
}

._50.links {
  align-items: flex-start;
}

._100_event {
  flex-direction: row;
  width: 100%;
  height: auto;
  display: flex;
}

._100 {
  width: 100%;
  height: 500px;
  display: flex;
}

._100.nohigh {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.checkbox {
  border-color: var(--white);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
  display: flex;
}

.checkbox-label {
  color: var(--white);
  font-family: Afbattersea, sans-serif;
  font-size: 19px;
}

.div-checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
}

.checkbox-field {
  display: none;
}

.footerlead {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Afbattersea, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.div-headerbild {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Event_Konzert.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-headerbild.kontakt {
  background-image: url('../images/_NDF0920.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.div-headerbild.impressum {
  background-image: url('../images/186572620_299101101870775_3122127748790839589_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.div-headerbild.datenschutz {
  color: #0000;
  background-image: url('../images/342789066_1364693634323942_7610411597399696457_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.div-headerbild.feste {
  background-image: url('../images/_NDF0916_ausschnitt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.div-headerbild.gastro {
  background-image: linear-gradient(#0000, #0000), url('../images/_NDF0947_quadratisch.jpg');
  height: 75vh;
}

.div-headerbild.location {
  background-image: url('../images/_NDF0822.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

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

.farblabel {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border: 1px #000;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 10px;
  font-family: Afbattersea, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.farblabel::placeholder {
  color: var(--blau);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.farblabel.bemerkung {
  height: 150px;
  margin-bottom: 0;
}

.div-formblock {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
}

.div-formblock._100.bemerkung {
  height: 150%;
  margin-bottom: 0;
  position: static;
}

.div-formblock._100.formtext {
  position: static;
}

.div-formblock._50.formtext {
  flex-wrap: wrap;
  width: 49%;
  height: 40px;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.textlink {
  color: var(--blau);
  cursor: pointer;
  font-family: Afbattersea, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.textlink:hover {
  opacity: .8;
}

.textlink.weiss {
  color: var(--white);
}

.adresse {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.logo-nur-schrift {
  z-index: 5;
  flex: none;
  position: absolute;
  inset: auto;
}

.logo-nur-schrift.w--current {
  z-index: 3;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 80px;
  display: flex;
  top: auto;
}

.div-navigation-logo-schrift {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  top: 0;
}

.button-startseite {
  z-index: 2;
  background-color: var(--blau);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 140px 20% auto auto;
}

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

.wrapper-menu-drinks {
  z-index: 1;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.section-header-wrapper-menu {
  color: #0000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 100px auto 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.abstand-oben-60 {
  margin-top: 60px;
}

.boxbild {
  color: #0000;
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
}

.boxbild.news, .boxbild.news-platzhalter {
  width: 100%;
  height: auto;
}

.boxbild.news-platzhalter.icon {
  width: 50%;
  position: absolute;
}

.div-prozent {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

._20-40 {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

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

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

.icon_dreizack {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.linkblock {
  color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper_wellen {
  z-index: 0;
  flex-flow: column wrap;
  place-content: flex-start flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 55vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper_wellen.ih {
  height: 550px;
  bottom: 0;
}

.wellen {
  color: #0000;
  align-self: flex-start;
  width: 100%;
  max-width: none;
}

.div-wellen-h1 {
  z-index: 2;
  align-items: center;
  max-width: 40%;
  position: absolute;
  inset: auto;
}

.div-wellen-h1.event {
  flex-flow: column;
  align-self: center;
  display: block;
  position: static;
}

.h1-weiss {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--blau);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Afbattersea, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
  display: inline;
}

.wellenbild {
  z-index: -1;
  color: #0000;
  flex: none;
  width: 200%;
  max-width: none;
  position: absolute;
}

.icon {
  z-index: 1;
  align-self: center;
  width: 40%;
  position: absolute;
}

.icon.fest {
  width: 40%;
  position: static;
}

.bild-2er-box {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.button-reservieren {
  z-index: 2;
  background-color: var(--blau);
  color: var(--blau);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 65vh 15% auto auto;
}

.button-reservieren.startseite {
  top: 29vh;
}

.button-reservieren.weiss {
  background-color: var(--white);
}

.link-logo-mini {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 5px auto auto 60px;
}

.wrapper-welle-und-button {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.wrapper-bild {
  z-index: 1;
  border: 1px #0000;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 55vh;
  margin-left: -5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 5vh;
  overflow: hidden;
}

.image-startseite {
  object-fit: cover;
  border: 0 #0000;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
}

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

.text-field::placeholder {
  color: var(--blau);
}

._59 {
  width: 48%;
}

._41 {
  width: 41%;
}

.cookies {
  z-index: 100;
  position: relative;
}

.checkbox-label-2 {
  display: none;
}

.fs-cookie-popup {
  z-index: 100;
  background-color: #fff;
  border: 2px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #3d525e;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: grid;
}

.fs-preferences-manager-wrapper {
  z-index: 101;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-manager-opener {
  z-index: 99;
  background-color: var(--blau);
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  border: 1px #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: all .3s;
  position: absolute;
  inset: auto auto 40px 40px;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.div-cookie {
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.consents-form {
  margin-bottom: 0;
}

.error-message {
  background-color: #3d525e1a;
  padding-bottom: 8px;
  font-size: 22px;
}

.abstand-10 {
  margin-bottom: 10px;
}

.abstand-20 {
  margin-bottom: 20px;
}

.checkbox-3 {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox-3.w--redirected-checked {
  border: 2px solid var(--blau);
  background-color: var(--blau);
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
}

.checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.button-2 {
  border: 1px solid var(--blau);
  color: var(--blau);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  margin-right: 10px;
  padding: 5px 10px 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.button-2:hover, .button-2.accept {
  background-color: var(--blau);
  color: #fff;
}

.button-2.accept:hover {
  color: var(--blau);
  background-color: #fff;
}

.close-button {
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  inset: 18px 18px auto auto;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.preferences-link {
  border-bottom: 1px solid var(--black);
  margin-right: 20px;
  font-size: 19px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.preferences-link:hover {
  border-bottom-color: var(--blau);
  color: var(--blau);
}

.preferences-container {
  background-color: #fff;
  border: 2px solid #fff;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  padding: 20px;
  position: relative;
}

.success-message {
  color: #fff;
  background-color: #3d525e1a;
  font-size: 22px;
}

.form-full {
  background-color: var(--blau);
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 220px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  overflow: hidden;
}

.slider-content-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 65px;
  display: flex;
  position: relative;
}

.text-counter {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.form-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.error-message-2 {
  text-align: center;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 50px;
  margin: auto auto 40px;
  display: flex;
  position: absolute;
  right: 0;
  overflow: visible;
}

.previous-button {
  opacity: 1;
  color: var(--white);
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.mobile-nav-bottom {
  display: none;
}

.previous {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 50px;
  margin: auto auto 40px 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: .75;
}

.next-button {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  flex: 1;
  align-self: center;
  padding: 5px 10px 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  transition: background-color .2s ease-in;
}

.next-button:hover {
  background-color: var(--white);
  color: var(--blau);
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.submit-button {
  border: 1px solid var(--white);
  box-shadow: none;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  width: auto;
  margin-bottom: 0;
  padding: 5px 10px 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider-2 {
  background-color: #0000;
  max-width: 700px;
  height: 100%;
  position: relative;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.slide-2 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.details-right {
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.success-message-2 {
  letter-spacing: 1px;
  background-color: #0000;
  padding: 50px;
}

.abstand-oben-40 {
  margin-top: 40px;
}

.abstand-80 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.navitext {
  color: var(--blau);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.1;
}

.button-mieten {
  z-index: 2;
  background-color: var(--blau);
  color: var(--blau);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 65vh 15% auto auto;
}

.div-checkbox-datenschutz {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkbox-datenschutz {
  border-width: 2px 2px 1px;
  border-color: var(--white);
  border-radius: 0;
}

.checkboxtext {
  color: var(--white);
  text-align: left;
  width: 100%;
  font-size: 17px;
  line-height: 1.3;
}

.textlink-datenschutz {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  font-size: 17px;
  text-decoration: none;
}

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

.burger {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 10px 5% auto auto;
}

.burger.geschlossen {
  top: 0;
  right: 0%;
  overflow: hidden;
}

.burgerstrich-4 {
  background-color: var(--blau);
  color: #0000;
  width: 40px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 12px;
}

.burgerstrich-4.weiss {
  background-color: var(--white);
}

.burgerstrich-5 {
  background-color: var(--blau);
  color: #0000;
  width: 30px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 22px;
}

.burgerstrich-5.weiss {
  background-color: var(--white);
}

.burgerstrich-6 {
  background-color: var(--blau);
  color: #0000;
  width: 40px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 32px;
}

.burgerstrich-6.weiss {
  background-color: var(--white);
}

.burgerstrich-7 {
  color: #0000;
  background-color: #64b445;
  width: 40px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 12px;
}

.burgerstrich-7.x {
  background-color: var(--blau);
  top: 18px;
  transform: rotate(45deg);
}

.burgerstrich-8 {
  color: #0000;
  background-color: #64b445;
  width: 30px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 22px;
}

.burgerstrich-8.x {
  background-color: var(--blau);
  display: none;
}

.burgerstrich-9 {
  color: #0000;
  background-color: #64b445;
  width: 40px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 32px;
}

.burgerstrich-9.x {
  background-color: var(--blau);
  top: 18px;
  transform: rotate(-45deg);
}

.unsichtbar {
  display: none;
}

.heading {
  color: var(--blau);
}

.burgerstrich-10 {
  color: #0000;
  background-color: #64b445;
  width: 30px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 22px;
}

.burgerstrich-10.x {
  background-color: #00f;
  display: none;
}

.navitext-2 {
  color: #00f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.1;
}

.burgerstrich-11 {
  color: #0000;
  background-color: #64b445;
  width: 40px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 12px;
}

.burgerstrich-11.x {
  background-color: #00f;
  top: 18px;
  transform: rotate(45deg);
}

.burgerstrich-12 {
  color: #0000;
  background-color: #64b445;
  width: 40px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 32px;
}

.burgerstrich-12.x {
  background-color: #00f;
  top: 18px;
  transform: rotate(-45deg);
}

.navtext-kontakt-2 {
  z-index: 1;
  color: #00f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Afbattersea, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: static;
}

.div-startbild {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: relative;
  bottom: 10vh;
}

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

  h3 {
    font-size: 18px;
  }

  .h2 {
    font-size: 42px;
  }

  .text {
    font-size: 1.5vw;
  }

  .text.max600 {
    font-size: 23px;
  }

  .section {
    align-items: center;
    position: relative;
  }

  .section.nopadding {
    height: 700px;
  }

  .logo {
    width: 190px;
  }

  .slider.galerie {
    height: 800px;
  }

  .h2-weiss {
    font-size: 45px;
  }

  .div-home-h1-gross.zentriert {
    width: 60%;
  }

  .p {
    font-size: 19px;
  }

  .h3 {
    font-size: 18px;
  }

  .news-teaser {
    min-height: 400px;
  }

  .news-teaser.newsfoto {
    background-image: none;
    flex-wrap: wrap;
    align-content: center;
  }

  .div-2 {
    background-image: none;
  }

  ._2er-box {
    height: 700px;
  }

  ._2er-box.news-teaser.gross {
    background-image: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1 {
    font-size: 60px;
  }

  .div-formblock._100.formtext {
    height: 40px;
  }

  .button-startseite {
    z-index: 2;
    right: 20%;
  }

  .icon_dreizack {
    width: 60px;
    height: 60px;
  }

  .wrapper_wellen.ih {
    height: 700px;
  }

  .h1-weiss {
    line-height: 1.1;
  }

  .button-reservieren {
    z-index: 2;
  }

  .logo_mini {
    width: 220px;
  }

  .image-startseite {
    margin-left: 10vw;
  }

  .form-full {
    padding-top: 300px;
  }

  .navitext {
    font-size: 4.5vw;
  }

  .button-mieten {
    z-index: 2;
  }

  .navitext-2 {
    font-size: 4.5vw;
  }
}

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

  h3 {
    font-size: 19px;
  }

  h4 {
    font-family: Afbattersea, sans-serif;
    font-weight: 400;
  }

  .h2 {
    font-size: 44px;
  }

  .text.max600 {
    font-size: 24px;
  }

  .section.inhaltsseiten {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.nopadding {
    height: 800px;
  }

  .div-homepage-text {
    max-width: 28%;
  }

  .slider-arrow.arrow-right.gallery {
    cursor: pointer;
  }

  .h2-weiss {
    font-size: 50px;
  }

  .p {
    font-size: 20px;
  }

  .h3 {
    font-size: 19px;
  }

  .slide {
    overflow: hidden;
  }

  .div-navifooter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-2 {
    display: flex;
  }

  ._2er-box {
    cursor: pointer;
    height: 800px;
  }

  .h1 {
    font-size: 65px;
  }

  .div-form {
    max-width: 1600px;
  }

  .form-field:active, .form-field:focus {
    color: var(--white);
    font-family: Afbattersea, sans-serif;
  }

  .msf-block, .msf-navigation {
    max-width: 1600px;
  }

  .div-headerbild {
    z-index: 0;
    width: 100vw;
  }

  .button-startseite {
    right: 30%;
  }

  .wrapper_wellen.ih {
    height: 800px;
  }

  .navitext, .navitext-2 {
    font-size: 4vw;
  }
}

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

  h2 {
    font-size: 35px;
  }

  .button {
    margin-top: 20px;
  }

  .button.w--current {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .logo-footer.w--current {
    width: 120px;
  }

  .h2 {
    font-size: 35px;
  }

  .text {
    font-size: 2.25vw;
  }

  .text.oeffnungszeiten_rechts, .text.oeffnungszeiten_links {
    font-size: 19px;
  }

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

  .coverbild {
    height: 85vh;
  }

  .section {
    padding: 80px 40px;
    overflow: visible;
  }

  .section.grey._110vh {
    margin-top: -120px;
    padding-top: 120px;
  }

  .section.nopadding {
    height: 350px;
    overflow: hidden;
  }

  .logo {
    flex: none;
  }

  .slider {
    height: 85vh;
  }

  .slider.galerie {
    height: 400px;
  }

  .div-homepage-text {
    max-width: 60%;
    left: 40px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

  .slider-arrow.arrow-right {
    border-style: none;
    bottom: 30px;
    right: 40px;
  }

  .slider-arrow.arrow-left {
    bottom: 30px;
    right: 100px;
  }

  .div-navigation-header {
    justify-content: center;
    display: flex;
  }

  .collection-list-wrapper {
    flex-direction: row;
  }

  .collection-item {
    width: 50%;
  }

  .news-teaser.bild {
    height: 350px;
  }

  .news-teaser.mieten {
    min-height: auto;
  }

  .div-4.adresse {
    margin-bottom: 80px;
  }

  ._20 {
    width: 20%;
  }

  ._40 {
    padding-right: 40px;
  }

  .div-navifooter {
    bottom: 40px;
  }

  ._2er-box {
    height: 350px;
  }

  ._2er-box.news-teaser.gross {
    flex-wrap: nowrap;
    padding: 80px 40px;
  }

  .h1 {
    font-size: 50px;
  }

  .msf-inputs-grid, .multi-step-form {
    grid-template-columns: 1fr;
  }

  .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .msf-navigation {
    z-index: 2;
  }

  .msf-column {
    align-items: stretch;
  }

  ._50 {
    width: 100%;
  }

  ._50.formicon {
    width: 100%;
    height: auto;
  }

  ._100_event {
    flex-direction: column;
  }

  ._100 {
    height: 100%;
  }

  .div-formblock._100.formtext {
    height: 40px;
  }

  .div-navigation-logo-schrift {
    justify-content: center;
    display: flex;
  }

  .button-startseite {
    width: 150px;
    height: 150px;
    top: 100px;
    right: 60px;
  }

  .section-header-wrapper-menu {
    width: 470px;
    margin-bottom: 24px;
  }

  .div-prozent {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  ._20-40 {
    width: 100%;
    margin-bottom: 20px;
  }

  .icon_dreizack {
    width: 40px;
    height: 40px;
  }

  .wrapper_wellen.ih {
    height: 350px;
  }

  .wellen {
    align-self: flex-start;
  }

  .div-wellen-h1 {
    max-width: 60%;
  }

  .h1-weiss {
    font-size: 6vw;
  }

  .icon.fest {
    align-self: flex-start;
    width: 20%;
    margin-bottom: 40px;
  }

  .button-reservieren {
    right: 100px;
  }

  .link-logo-mini {
    left: 40px;
  }

  .logo_mini {
    flex: none;
  }

  .wrapper-bild {
    margin-left: -40px;
    bottom: 40px;
  }

  ._59 {
    width: 51%;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  .navitext {
    font-size: 6vw;
  }

  .button-mieten {
    right: 100px;
  }

  .navitext-2 {
    font-size: 6vw;
  }

  .div-startbild {
    bottom: 120px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 17px;
  }

  p, a {
    font-size: 18px;
  }

  strong {
    font-size: 17px;
  }

  .button {
    padding: 3px 5px;
  }

  .button.w--current {
    width: 40vw;
  }

  .button.linear-red.short {
    width: 120px;
  }

  .footerlink {
    font-size: 15px;
  }

  .logo-footer {
    align-self: center;
    width: 70px;
    margin-bottom: 60px;
  }

  .logo-footer.w--current {
    align-self: flex-start;
    align-items: flex-start;
    width: 150px;
    margin-bottom: 40px;
  }

  .social-icons.navi {
    margin-top: 5px;
  }

  .h2 {
    font-size: 30px;
  }

  .h2.weiss.form {
    margin-bottom: 20px;
  }

  .text {
    max-width: 100%;
    font-size: 3.5vw;
  }

  .text.oeffnungszeiten_rechts, .text.oeffnungszeiten_links {
    font-size: 18px;
  }

  .coverbild {
    background-image: none;
    height: 100vh;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .section {
    padding: 60px 20px;
  }

  .logo {
    width: 120px;
  }

  .slider {
    height: 100vh;
  }

  .slider.galerie {
    width: 100%;
    height: 350px;
    margin-bottom: 0;
  }

  .div-homepage-text {
    left: 20px;
    right: 20px;
  }

  .slider-arrow {
    inset: auto 0% 0% auto;
  }

  .slider-arrow.arrow-right {
    bottom: 10px;
    right: 20px;
  }

  .slider-arrow.arrow-left {
    bottom: 10px;
    right: 80px;
  }

  .slider-arrow.arrow-left.gallery {
    right: 70px;
  }

  .burger-geschlossen {
    right: 40px;
  }

  .h2-weiss {
    font-size: 30px;
  }

  .div-home-h1-gross, .div-home-h1-gross.zentriert {
    max-width: 80%;
  }

  .p {
    font-size: 17px;
  }

  .h3 {
    font-size: 16px;
  }

  .h3.weiss {
    font-size: 15px;
  }

  .collection-list {
    flex-direction: column;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item._2-bilder {
    width: 100%;
  }

  .news-teaser, .news-teaser.news {
    min-height: auto;
  }

  .div-4 {
    flex-direction: column;
  }

  .div-4.adresse {
    margin-bottom: 60px;
  }

  ._20 {
    width: 100%;
    margin-bottom: 20px;
  }

  ._20.footerlogo {
    align-self: flex-start;
  }

  ._40 {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .navtext-kontakt {
    font-size: 20px;
  }

  .div-navifooter {
    bottom: 20px;
  }

  .div-2 {
    flex-direction: column;
  }

  ._2er-box {
    width: 100%;
  }

  ._2er-box.news-teaser.gross {
    order: 1;
    height: auto;
    padding: 60px 20px;
  }

  ._2er-box.news-teaser.gross.blue {
    height: 350px;
  }

  ._2er-box.news-teaser.grey {
    order: 1;
  }

  ._2er-box.home3 {
    align-self: center;
  }

  .h1 {
    font-size: 45px;
  }

  .preloader-image {
    width: 100px;
  }

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

  .div-checkboxx {
    margin-top: 20px;
  }

  .abstand-60 {
    margin-bottom: 40px;
  }

  .h3-2, .form-field {
    font-size: 15px;
  }

  .container {
    padding: 60px 20px;
    display: none;
  }

  .msf-navigation {
    bottom: 40px;
    left: 20px;
    right: 20px;
  }

  .checkbox-label {
    font-size: 18px;
  }

  .footerlead {
    font-size: 20px;
  }

  .div-formblock._50.formtext {
    width: 48%;
  }

  .textlink {
    font-size: 17px;
  }

  .button-startseite {
    width: 120px;
    height: 120px;
    padding-top: 5px;
    right: 40px;
  }

  .horizontal {
    flex-direction: column;
  }

  .section-header-wrapper-menu {
    width: auto;
    margin-top: 80px;
    margin-bottom: 16px;
  }

  .div-prozent {
    width: 100%;
  }

  ._20-40 {
    width: 100%;
    margin-bottom: 20px;
  }

  .wellen {
    width: 100%;
  }

  .div-wellen-h1 {
    max-width: 80%;
  }

  .h1-weiss {
    font-size: 30px;
  }

  .button-reservieren {
    width: 120px;
    height: 120px;
    right: 20px;
  }

  .button-reservieren.startseite {
    top: 23vh;
    right: 40px;
  }

  .link-logo-mini {
    left: 20px;
  }

  .logo_mini {
    width: 130px;
  }

  .wrapper-bild {
    margin-left: -20px;
    bottom: 25px;
  }

  ._59 {
    width: 55%;
  }

  .fs-cookie-popup {
    flex-direction: column;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .fs-manager-opener {
    left: 12px;
  }

  .abstand-20 {
    margin-bottom: 20px;
  }

  .preferences-link {
    font-size: 17px;
  }

  .preferences-container {
    align-self: flex-start;
    width: 100vw;
    min-width: auto;
    max-width: none;
    margin: 20px;
  }

  .form-full {
    padding-top: 180px;
  }

  .slider-content-wrap {
    padding-top: 40px;
  }

  .form-content, .form-wrapper {
    width: 100%;
  }

  .next {
    z-index: 6;
    margin-bottom: 20px;
    position: fixed;
  }

  .previous-button {
    color: var(--blau);
    transition-property: none;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: var(--white);
    border-top: 1px solid #8395b126;
    height: 90px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous {
    z-index: 6;
    opacity: 1;
    margin-bottom: 20px;
    transition-property: none;
    position: fixed;
    left: 20px;
  }

  .next-button {
    border-color: var(--blau);
    color: var(--blau);
    margin-right: 20px;
  }

  .next-button:hover {
    background-color: var(--blau);
    color: var(--white);
  }

  .submit-button {
    border-color: var(--white);
    color: var(--white);
  }

  .submit-button:hover {
    background-color: var(--white);
    color: var(--blau);
  }

  .abstand-oben-40 {
    margin-top: 20px;
  }

  .navitext {
    font-size: 7vw;
  }

  .button-mieten {
    width: 120px;
    height: 120px;
    right: 20px;
  }

  .checkboxtext {
    font-size: 15px;
  }

  .burger {
    right: 35px;
  }

  .burger.geschlossen {
    right: 0;
  }

  .burgerstrich-4:hover, .burgerstrich-7:hover {
    color: #3d525e;
  }

  .navitext-2 {
    font-size: 7vw;
  }

  .burgerstrich-11:hover {
    color: #3d525e;
  }

  .navtext-kontakt-2 {
    font-size: 20px;
  }

  .div-startbild {
    height: 58vh;
  }
}

@media screen and (max-width: 479px) {
  .button.w--current {
    width: 50vw;
  }

  .footerlink {
    text-decoration: none;
  }

  .footerlink:focus {
    color: #fff;
  }

  .social-icons.navi {
    flex-direction: row;
    align-items: flex-start;
  }

  .text {
    font-size: 6vw;
  }

  .quick-booking {
    align-items: stretch;
    width: auto;
    margin-right: 0;
    position: fixed;
    top: auto;
    left: 20px;
    right: 20px;
  }

  .tisch-reservieren-header {
    width: 100%;
    left: 0%;
    right: 0%;
  }

  .tisch-reservieren-div-text {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }

  .slider.galerie {
    justify-content: center;
    align-items: center;
  }

  .div-homepage-text {
    max-width: 70%;
    bottom: 18%;
  }

  .burger-geschlossen {
    right: 20px;
  }

  .h3.weiss {
    font-size: 15px;
  }

  .h3.weiss.left.form {
    width: auto;
  }

  .mask {
    height: 50vh;
  }

  ._2er-box {
    justify-content: center;
  }

  .msf-list-item {
    flex-direction: column;
  }

  .footerlead {
    text-decoration: none;
  }

  .footerlead:focus {
    color: #fff;
  }

  .div-formblock._50.formtext, .section-header-wrapper-menu {
    width: 100%;
  }

  .wellen {
    width: auto;
    height: 130%;
  }

  .wellen.event {
    height: 200%;
  }

  .h1-weiss {
    font-size: 9vw;
  }

  .wellenbild {
    align-self: center;
  }

  .button-reservieren {
    top: 63vh;
  }

  .button-reservieren.startseite {
    top: 68vh;
  }

  .image-startseite {
    width: 130%;
    height: 130%;
    margin-bottom: 120px;
  }

  ._59 {
    width: 59%;
  }

  .fs-cookie-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .div-cookie {
    flex-direction: column;
    justify-content: space-between;
    height: 75px;
  }

  .button-2 {
    width: 100%;
  }

  .button-2.deny {
    margin-right: 0;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .preferences-link {
    margin-right: 0;
  }

  .preferences-container {
    align-self: flex-start;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding-bottom: 50px;
  }

  .form-content {
    width: 100%;
  }

  .mask-2 {
    height: 100%;
    position: static;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .slider-2 {
    height: auto;
  }

  .navitext {
    font-size: 10vw;
  }

  .button-mieten {
    top: 63vh;
  }

  .burger {
    right: 20px;
  }

  .burgerstrich-4:hover, .burgerstrich-7:hover {
    color: #0000;
  }

  .navitext-2 {
    font-size: 10vw;
  }

  .burgerstrich-11:hover {
    color: #0000;
  }
}

#w-node-_804dbe11-b512-07c9-8852-26b30c492c60-dad31b67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_804dbe11-b512-07c9-8852-26b30c492c62-dad31b67 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_804dbe11-b512-07c9-8852-26b30c492c64-dad31b67 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_79425ef6-b529-22eb-7a6e-d659dad31b8b-dad31b67, #w-node-_79425ef6-b529-22eb-7a6e-d659dad31b97-dad31b67, #w-node-_79425ef6-b529-22eb-7a6e-d659dad31ba1-dad31b67 {
  place-self: center end;
}

@media screen and (max-width: 479px) {
  #w-node-_804dbe11-b512-07c9-8852-26b30c492c5f-dad31b67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_804dbe11-b512-07c9-8852-26b30c492c60-dad31b67 {
    place-self: auto;
  }

  #w-node-_804dbe11-b512-07c9-8852-26b30c492c64-dad31b67 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Afbattersea';
  src: url('../fonts/AFBattersea-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Afbattersea';
  src: url('../fonts/AFBattersea-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}