@font-face {
  font-family: Questrial;
  src: url('../fonts/questrial-v19-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/nunito-v32-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/nunito-v32-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/nunito-v32-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/nunito-v32-latin-200.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --lila: white;
  --green: #95a053;
  --hochzeit: #be45cc;
  --dark-green: #2b3319;
  --white: white;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Nunito, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

a {
  color: #fff;
  font-family: Nunito, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: -12px;
}

blockquote {
  color: #fff;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Nunito, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.burger {
  cursor: pointer;
  background-color: #0000;
  border: 1px #ffffff26;
  border-radius: 100px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.licensing-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.licensing {
  margin-bottom: 40px;
}

.licensing-container {
  border: 1px solid #333;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-39 {
  align-items: center;
  display: flex;
}

.link-3 {
  margin-right: 20px;
}

.style-guide-section {
  background-color: #0c0c0c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.style-head {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Nunito, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.alice-container {
  background-color: #000;
  border: 1px #e9e9e9;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.text-block-19 {
  color: #fff;
  font-size: 20px;
}

.bold-text {
  color: #fff;
  font-family: Nunito, Arial, sans-serif;
}

.navbar {
  z-index: 999;
  background-color: #95a053;
  width: 100%;
  height: 80px;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
}

.brand {
  height: 100%;
  margin-top: 10px;
  padding-top: 5px;
  top: 0;
}

.menu-button {
  z-index: 9999;
  border: 1px solid #ffffff80;
  flex-direction: row;
  align-items: center;
  min-width: 160px;
  height: 60px;
  margin-top: 10px;
  padding: 0 65px 0 28px;
  transition: all .2s ease-in-out;
  display: block;
}

.menu-button:hover {
  background-color: #fff3;
  border-color: #fff;
}

.menu-button.w--open {
  color: var(--black);
  background-color: #0000;
}

.nav-menu {
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.hamburger-wrapper {
  text-align: left;
  flex-direction: row;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
  top: 8px;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
}

.menu-wrapper {
  background-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu-container {
  background-color: #181818b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.social-icon-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  min-height: 50px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.menu-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
}

.menu-item {
  margin-bottom: 5px;
}

.menu-text {
  color: #fff;
  font-family: Questrial, Arial, sans-serif;
  font-size: 7vw;
  line-height: 13vh;
}

.menu-link-block {
  opacity: .3;
  transition: opacity .4s cubic-bezier(.55, .085, .68, .53);
}

.menu-link-block:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area" 1fr
                 "Area"
                 "Area"
                 "Area"
                 "Area"
                 / 1.75fr .5fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  width: 990px;
  height: auto;
  display: grid;
}

.footer-wrapper.socket {
  border-top: 1.5px solid #2c2c2c;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-head {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Nunito, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Nunito, Arial, sans-serif;
  font-size: 12px;
}

.footer-link-block {
  opacity: .5;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  transition: opacity .4s cubic-bezier(.55, .085, .68, .53);
}

.footer-link-block:hover {
  opacity: 1;
  text-decoration: none;
}

.privacy-policy-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 141px;
  padding-bottom: 141px;
  display: flex;
}

.haburger-horizintal-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.hamburger-line-vertical {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
  inset: 21px 39px auto auto;
}

.vertical-menu-wrapper {
  z-index: 888;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.vertical-menu-line {
  background-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 160px;
  display: flex;
}

.menu-pointer {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
  position: relative;
}

.menu-pointer.bottom {
  margin-bottom: 0;
}

.vertical-menu-link {
  cursor: pointer;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.vertical-menu-link:hover, .vertical-menu-link.w--current {
  background-color: #fff;
}

.menu-label {
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 90px;
  height: 25px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: absolute;
  top: -5px;
  left: -105px;
}

.menu-label._3 {
  left: -130px;
}

.text-label {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito, Arial, sans-serif;
  font-size: 12px;
}

.body {
  background-color: #000;
}

.menu-container-left {
  opacity: 1;
  background-color: #181818b3;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/party-location-koenigstein-frankfurt.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu-container-left.small {
  background-image: linear-gradient(#0000, #0000), url('../images/Miros-Eventlocation-Koenigstein_exklusiv-feiern.jpg');
  background-position: 0 0, 10%;
  width: 30%;
}

.menu-container-right {
  color: #000;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  overflow: auto;
}

.menu-container-right._80 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  padding: 3% 8% 3% 5%;
  position: relative;
}

.menu-right-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.social-icon {
  margin-right: 10px;
}

.social-icon.last {
  margin-right: 0;
}

.text-field {
  text-align: left;
  text-transform: uppercase;
  border-top: 0 #000;
  border-bottom: 1px solid #f0f0f0;
  border-left: 0 solid #000;
  border-right: 0 #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, Arial, sans-serif;
  font-size: 12px;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-family: Nunito, Arial, sans-serif;
  font-size: 12px;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: #000;
}

.social-link {
  transition: transform .3s ease-in;
}

.social-link:hover {
  transform: scale(1.1);
}

.menu-head {
  color: #333;
}

.menu-paragraph {
  color: #adadad;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

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

.menu-form-block {
  width: 60%;
}

.text-block-20 {
  color: #333;
  text-align: left;
  font-family: Nunito, Arial, sans-serif;
}

.image {
  margin-right: 10px;
}

.alice-info-list {
  background-color: #f5f5f5;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 17px;
}

.info-list-item {
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.info-list-item.last {
  margin-bottom: 0;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  display: flex;
}

.hero.subsite {
  min-height: 50vh;
}

.hero.success {
  background-image: url('../images/Firmenevents-restaurant-koenigstein-taunus.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.background-video.subsite {
  height: 50vh;
}

.opacity {
  background-color: #000000ba;
  background-image: linear-gradient(202deg, #0000, #000e078a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.opacity.subsite {
  height: 50vh;
}

.hero-head-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -70px;
  display: flex;
}

.hero-head-wrapper.subsite {
  margin-top: 59px;
}

.hero-separator {
  background-color: #fff;
  width: 75%;
  height: 1px;
  margin-bottom: 33px;
}

.hero-separator.short {
  margin-top: 5px;
  margin-bottom: 7px;
}

.hero-separator.darkline {
  background-color: var(--black);
  margin-bottom: 60px;
}

.hero-head {
  color: #fff;
  letter-spacing: -3px;
  margin-right: 5px;
  font-size: 9vw;
  line-height: 10vw;
}

.hero-head.is {
  margin-left: 0;
  margin-right: 38px;
}

.hero-head._1st {
  margin-left: -10px;
}

.hero-paragraph {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: auto;
  font-size: 1.2em;
}

.number-2-wrapper {
  color: #d8ebe6;
  background-color: #0000;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 400px;
  display: flex;
  position: relative;
  top: 73px;
  left: 176px;
}

.sticky-image {
  display: none;
}

.no-click-wrapper {
  z-index: 888;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.loop-image {
  opacity: 0;
  background-color: #e4e4e4;
  background-image: url('../images/Gourmet-Events-Königstein-bei-Frankfurt--.webp');
  background-position: 0 0;
  background-size: 500px;
  width: 600px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loop-image.w--current {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Gourmet-Events-Königstein-bei-Frankfurt--.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
  height: 700px;
}

.loop-image.fourth-image {
  background-color: #0000;
  background-image: url('../images/work.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.fifth-image {
  background-color: #0000;
  background-image: url('../images/Miros-Cocktailbar-Koenigstein_5280_Midori-Sour.webp');
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.fifth-image.w--current {
  background-image: url('../images/eventlocation-weinproben-edles-ambiente.webp');
}

.loop-image.second-image {
  background-color: #0000;
  background-image: url('../images/Miros-Cocktailbar-Koenigstein_5259_Long-Island-Ice-Tea.webp');
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.second-image.w--current {
  background-image: url('../images/DJ-Partylocation-koenigstein.webp');
}

.loop-image.third-image-loop {
  background-color: #0000;
  background-image: url('../images/Miros-Cocktailbar-Koenigstein_5366_Morhina_modi.webp');
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.fourth-image-loop {
  background-color: #0000;
  background-image: url('../images/Alkoholfreie-Cocktailbar-Frankfurt-Koenigstein.webp');
  background-repeat: no-repeat;
  background-size: 500px;
}

.sticky-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1800px;
  min-height: 100vh;
  display: flex;
}

.sticky-head {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
}

.sticky-section {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  transition: opacity .2s ease-in;
  display: flex;
}

.sticky-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  min-height: 100vh;
  margin-top: 100px;
  margin-left: 20px;
  display: flex;
}

.right-block-sticky {
  float: right;
  border: 2px #000;
  max-width: 600px;
  margin-bottom: 50vh;
  margin-left: 0;
  padding: 20vh 0 0;
}

.sticky-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 20px;
}

.text-span-132 {
  text-decoration: underline;
}

.content-wrapper {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  min-width: auto;
  height: 100%;
  padding: 0;
  display: flex;
}

.grid-container {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/eventlocation-fine-dining.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.white-paragraph {
  color: #fff;
}

.grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 18px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: 0;
  display: grid;
}

.grid-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 0 40px 40px;
  display: flex;
}

.quote-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 200px;
  display: flex;
}

.heading-2 {
  color: #fff;
}

.signature-wrapper {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  display: flex;
}

.horizontal-line-signature {
  color: #333;
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-right: 10px;
}

.signature {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
}

.quote-span-3 {
  color: #fff;
  font-weight: 400;
}

.quote-span-1, .quote-span-2 {
  color: #fff;
}

.events {
  background-image: url('../images/Cocktailbar-Koenigstein-Miros-Lounge.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80vh;
  display: flex;
}

.events.imagesection {
  background-image: url('../images/eventlocation-fuer-100-personen.jpg');
}

.uppercase-paragraph {
  border-left: 3px solid var(--green);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 11px;
  margin-bottom: 23px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 400;
  line-height: 38px;
}

.uppercase-paragraph.highlight {
  color: var(--green);
}

.uppercase-paragraph.lounge {
  border-left-color: var(--hochzeit);
}

.signature-wrapper-about {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.about-text-wrapper {
  color: #fff;
  border-top: 0 #000;
  border-bottom: 0 #333;
  border-left: 2px #333;
  border-right: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: 1400px;
  padding: 0;
  transition: opacity .15s ease-in-out;
  display: flex;
}

.about-text-wrapper.padding {
  align-items: center;
  margin-top: 120px;
  padding-left: 0;
}

.about-text-wrapper.z-index {
  z-index: 3;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  position: relative;
}

.about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green);
  background-image: linear-gradient(40deg, black 16%, var(--dark-green));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.about-us.align-top {
  align-items: flex-start;
}

.normal-paragraph {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
}

.normal-paragraph.gross {
  font-size: 30px;
  line-height: 34px;
}

.normal-paragraph.center {
  text-align: center;
}

.normal-paragraph.neu {
  color: #000;
}

.normal-paragraph.margin {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
}

.take-away-section {
  background-color: #0000;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.take-away-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.take-away-section.content-wrap {
  background-color: #0000;
}

.horizontal-content {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-block-wrapper {
  background-color: #0c0c0c;
  border-radius: 0;
  flex: none;
  width: 400px;
  height: 400px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: visible;
}

.overflow-mask {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.horizontal-div-wrapper {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.fixed-background {
  background-color: #0000;
  width: 200vh;
  height: 100%;
  position: absolute;
}

.horizontal-scrollable-section {
  background-color: #0000;
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: 100%;
  display: flex;
}

.content-block {
  background-color: #0000;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.grid-head {
  margin-bottom: 20px;
  font-size: 4vw;
  line-height: 3vw;
}

.paragraph {
  text-align: center;
}

.grid-container-2 {
  background-color: #111;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.grid-container-3 {
  background-color: #0e0e0e;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-container-4 {
  background-color: #0e0e0e;
  border: 1px #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 25px;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-5 {
  background-color: #f0f0f0;
  background-image: url('../images/Miros-Lounge.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 70px 40px;
  display: flex;
}

.grid-container-6 {
  background-color: #0e0e0e;
  background-image: url('../images/sommer-terrasse-events-koenigstein.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-7 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/hochzeit-eventlocation-frankfurt_miros-ristorante.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-8 {
  background-color: #181818;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 40px;
  display: flex;
}

.grid-container-9 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/party-location-koenigstein-frankfurt.webp');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.grid-container-10 {
  background-color: #fff;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-11 {
  background-color: #32373c;
  border: 1px #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-12 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #272727;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-13 {
  background-color: #0e0e0e;
  border: 1px #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.events-head-wrapper {
  background-color: #000000bd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 70px;
  display: flex;
}

.parallax {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/Cocktailbar-Koenigstein-Miros-Lounge.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.parallax-head {
  color: #fff;
  text-align: center;
  font-size: 5vw;
  line-height: 5vw;
}

.parallax-head.take-away {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 6vw;
  line-height: 6vw;
}

.parallax-paragraph {
  text-align: center;
}

.events-container {
  width: 100%;
  min-width: auto;
  max-width: none;
  position: static;
  inset: auto 0% 0%;
}

.accordion-item {
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.accordion-toggle {
  color: #fff;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Nunito, Arial, sans-serif;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.accordion-toggle.w--open:active {
  color: #fff;
}

.toggle-left-wrap {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.day {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: row-reverse wrap;
  align-content: flex-start;
  font-weight: 400;
}

.accordion-body {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  height: 0;
  display: block;
  position: static;
}

.accordion-body.w--open {
  background-color: #f5f5f5;
  display: block;
  position: relative;
}

.accordion-content {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.parallax-wrapper {
  text-align: center;
  background-color: #0000;
  align-self: stretch;
  min-width: 800px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

.accordion-paragraph {
  color: #333;
  margin-bottom: 0;
}

.menu-section {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 95%;
  max-width: 2280px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-left-side {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  min-height: 100vh;
  padding-right: 20px;
  display: flex;
}

.menu-right-side {
  background-color: var(--dark-green);
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.menu-slider {
  width: 100%;
  height: 100vh;
  max-height: 786px;
}

.slide {
  background-image: url('../images/Miros-Cocktailbar-Koenigstein_5366_Morhina_modi.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._02 {
  background-image: url('../images/Schickes-Restaurant-Wiesbaden.jpg');
}

.slide._03 {
  background-image: url('../images/Alkoholfreie-Cocktailbar-Frankfurt-Koenigstein.webp');
}

.slide._01 {
  background-image: url('../images/Miros-Cocktailbar-Koenigstein_5276_Midori-Sour.webp');
}

.slide._04 {
  background-image: url('../images/Miros-Cocktailbar-Koenigstein_5333_My-Thai.webp');
  background-position: 50% 0;
}

.slide-2 {
  background-image: url('../images/1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/8.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  background-color: #00000080;
  display: none;
}

.right-container {
  background-color: #0000;
  flex-direction: column;
  width: 90%;
  height: auto;
  padding: 40px;
  display: flex;
}

.alice-menu-list {
  flex-direction: row;
  align-items: center;
  min-height: 77px;
  margin-bottom: 20px;
  display: flex;
}

.price {
  text-align: right;
}

.price-list-item {
  justify-content: flex-end;
  align-items: center;
  min-height: 77px;
  margin-bottom: 20px;
  display: flex;
}

.list-menu-head {
  margin-top: 0;
  margin-bottom: 3px;
}

.parallax-parargraph-centered {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
}

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

.events-head {
  color: #fff9;
  font-size: 10vw;
  line-height: 10vw;
}

.about-head {
  color: #fff;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 400;
  line-height: 65px;
  display: block;
}

.about-head.dark {
  color: #000;
  font-size: 55px;
}

.about-head.big {
  font-size: 50px;
}

.about-head.hide-desktop {
  display: none;
}

.top-text {
  color: var(--green);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
}

.top-text.hochzeit {
  color: var(--hochzeit);
}

.paragraph-black {
  color: #333;
}

.paragraph-black.bold-text {
  font-weight: 700;
}

.menu-text-list {
  width: 50%;
  margin-top: 50px;
  padding-left: 0;
}

.menu-text-list.full {
  width: 90%;
}

.price-text-list {
  width: 50%;
  margin-top: 50px;
}

.quote-head {
  color: #fff;
  max-width: 900px;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 50px;
}

.quote-span-4 {
  color: #fff;
}

.utility-page-wrap {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #000;
  font-family: Nunito, Arial, sans-serif;
}

.text-field-2 {
  background-color: #0000;
  font-family: Nunito, Arial, sans-serif;
  font-weight: 400;
}

._404-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/party-location-koenigstein-frankfurt.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._404-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #d8ebca;
  font-family: Questrial, Arial, sans-serif;
  font-size: 20px;
}

.text-block-21 {
  font-family: Questrial, Arial, sans-serif;
  font-size: 20px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
}

.opacity-mobile {
  background-color: #00000085;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.list-menu-paragraph.nomargin {
  margin-bottom: 0;
}

.list-menu-paragraph.margin0 {
  margin-top: 20px;
  margin-bottom: -18px;
}

.list-menu-paragraph.margin-topline {
  margin-top: 40px;
  margin-bottom: 10px;
}

.changelog-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  color: var(--black);
}

.menue {
  color: #fff;
  white-space: nowrap;
  flex: none;
  order: -1;
  font-family: Nunito, Arial, sans-serif;
  font-size: 24px;
  position: static;
}

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

.menue-wrapper {
  flex: 0 auto;
  order: -1;
}

.link-block {
  float: right;
  opacity: .35;
  margin-top: 11px;
  margin-right: 20px;
  padding: 15px 18px 13px;
  font-size: 25px;
  text-decoration: none;
}

.rich-text-block {
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 80px;
  margin-top: 60px;
}

.div-block-40 {
  display: flex;
}

.icon-wrapper {
  border: 1px solid var(--white);
  background-color: #161616;
  background-image: url('../images/ico-speisekarte_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  order: -1;
  width: 70px;
  height: 70px;
  margin-right: 18px;
}

.icon-wrapper:hover {
  background-color: #fff;
  background-image: url('../images/ico-speisekarte.svg');
}

.icon-wrapper._2 {
  background-color: #0000;
  background-image: url('../images/ico-parkplatz.svg');
  width: 90px;
  margin-bottom: 15px;
  margin-right: 0;
}

.icon-wrapper._2:hover {
  background-color: #0000;
}

.icon-wrapper._3 {
  background-color: #0000;
  background-image: url('../images/ico-sommer.svg');
  background-size: 44px;
  width: 90px;
  margin-bottom: 15px;
  margin-right: 0;
}

.icon-wrapper._3:hover {
  background-color: #0000;
}

.icon-wrapper._4 {
  background-color: #0000;
  background-image: url('../images/icon_kinderfreundlich.svg');
  background-size: 50px;
  width: 90px;
  margin-bottom: 15px;
  margin-right: 0;
}

.icon-wrapper._4:hover {
  background-color: #0000;
}

.link-block-2 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 19px;
  padding: 18px 30px;
  font-size: 17px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.button:hover {
  padding-left: 38px;
  padding-right: 38px;
  text-decoration: none;
}

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

.image-2 {
  align-self: flex-start;
  margin-left: -10px;
}

.link-7 {
  margin-left: 8px;
  font-size: 12px;
}

.link-8 {
  margin-right: 8px;
  font-size: 12px;
}

.rich-text {
  color: var(--black);
  column-count: 1;
  column-rule-width: 0px;
  column-gap: 80px;
  margin-top: 60px;
}

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

.dark.nomargin {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  display: flex;
}

.bewertung {
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 45px;
  display: flex;
}

.flex-align {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 35px;
  margin-right: 35px;
  text-decoration: none;
  display: flex;
}

.flex-align:hover {
  text-decoration: none;
}

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

.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.image-3.space {
  display: none;
}

.flex-wrapper-column {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-42 {
  flex: none;
  margin-right: 8%;
}

.link-9 {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.div-block {
  float: right;
  opacity: .35;
  width: 240px;
  margin-top: 11px;
  margin-right: 20px;
  padding: 20px 18px;
  font-size: 25px;
  text-decoration: none;
}

.div-block-43 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.success-message-2 {
  text-align: center;
  background-color: #222e21;
  border: 2px dashed #266626;
  padding: 40px 80px 60px;
}

.ico {
  opacity: .53;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ico.inline {
  margin-left: -7px;
  margin-right: -4px;
}

.form-block {
  width: 100%;
}

.div-50 {
  width: 47%;
  margin-right: 25px;
}

.flex-div-h {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-div-h.left {
  justify-content: flex-start;
}

.formfield {
  color: #fff;
  background-color: #333;
  border: 1px solid #adadad;
  min-height: 50px;
  margin-bottom: 20px;
  font-family: Nunito, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.formfield:hover {
  background-color: #000;
  border-color: #fff;
}

.formfield:active {
  color: #fff;
}

.formfield:focus {
  color: #fff;
  font-size: 18px;
}

.formfield::placeholder {
  color: #fff;
}

.formlabel {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Nunito, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-20 {
  width: 20%;
  margin-right: 25px;
}

.div-100 {
  flex: 1;
  width: 100%;
  margin-right: 25px;
}

.div-100.margin-top {
  margin-top: 40px;
}

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

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

.menue-button {
  float: right;
  color: #fff;
  cursor: pointer;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 150px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menue-button:hover {
  background-color: #fff3;
  text-decoration: none;
}

.menue-button.white {
  color: #000;
  background-color: #fff;
  padding-top: 2px;
  display: none;
}

.menue-button.phone {
  height: 55px;
}

.menue-button.phone.only-mobile {
  display: none;
}

.ico-neg {
  filter: invert();
  flex: none;
  order: 1;
}

.error-message-2 {
  background-color: #992a2a;
  margin-top: 18px;
  padding: 21px;
  font-family: Nunito, Arial, sans-serif;
  font-size: 18px;
}

.logo-wrapper-mobile {
  float: right;
  color: #fff;
  cursor: pointer;
  border: 1px solid #ffffff80;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 150px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Nunito, Arial, sans-serif;
  font-size: 24px;
  transition: all .2s;
  display: none;
  position: relative;
}

.logo-wrapper-mobile:hover {
  background-color: #fff3;
  text-decoration: none;
}

.logo-wrapper-mobile.w--current {
  display: none;
}

.small {
  color: #838383;
  letter-spacing: .5px;
  text-transform: none;
  margin-right: 0;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}

.small.margin {
  margin-left: 4px;
  margin-right: 1px;
}

.bezeichnung-donload {
  margin-bottom: -6px;
  margin-right: 10px;
  display: inline-block;
}

.div-block-44 {
  display: flex;
}

.body-3 {
  background-color: #000;
}

.text-span-134 {
  font-family: Questrial, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.div-block-45 {
  background-color: #fff;
}

.paragraph-13, .link-10 {
  color: #000;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.link-11 {
  color: var(--lila);
}

.link-11:hover {
  color: var(--green);
}

.image-6 {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-47 {
  width: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.flex-inline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1400px;
  padding: 20px 70px 4px;
  display: flex;
}

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

.footer-link {
  letter-spacing: 3px;
  font-size: 12px;
}

.footer-link:hover {
  color: var(--green);
}

.image-7 {
  margin-top: 5px;
}

.div-block-48 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-container-15 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/eventlocation-50-100_personen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.grid-container-14 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/eventlocation-frankfurt-100-personen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.list {
  margin-top: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

.list-item {
  margin-bottom: -12px;
  list-style-type: disc;
}

.dark-text-wrapper {
  color: #000;
  margin-right: 13%;
}

.grid-container-16 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/eventlocation-koenigstein-frankfurt_Miros.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.grid-container-17 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/restaurant-eventlocation-koenigstein.webp');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.video-wrapper {
  margin-top: 45px;
}

.events-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green);
  background-image: linear-gradient(170deg, #2d1933, #000 48%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.events-location.align-top {
  align-items: flex-start;
}

.genusszone {
  display: block;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 8vh;
  display: flex;
}

.tab-link-tab-1 {
  color: #fff;
  text-align: center;
  background-color: #292929;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Arial, sans-serif;
  font-size: 1.5em;
  display: inline-block;
}

.tab-link-tab-1:hover {
  background-color: #3a3a3a;
}

.tab-link-tab-1.w--current {
  background-color: #cbcd01;
  width: 20%;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-pane {
  height: 95%;
  padding-top: 0%;
}

.tabs {
  background-color: #0000;
  height: 100%;
  font-family: Questrial, Arial, sans-serif;
}

.tab-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-link-tab-2 {
  color: #fff;
  text-align: center;
  background-color: #292929;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Arial, sans-serif;
  font-size: 1.5em;
  display: inline-block;
}

.tab-link-tab-2:hover {
  background-color: #3a3a3a;
}

.tab-link-tab-2.w--current {
  background-color: #c69823;
  width: 20%;
}

.tab-link-tab-3 {
  color: #fff;
  text-align: center;
  background-color: #292929;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Arial, sans-serif;
  font-size: 1.5em;
  display: inline-block;
}

.tab-link-tab-3:hover {
  background-color: #3a3a3a;
}

.tab-link-tab-3.w--current {
  background-color: #745b33;
  width: 20%;
}

.tab-link-tab-4 {
  color: #fff;
  text-align: center;
  background-color: #292929;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Arial, sans-serif;
  font-size: 1.5em;
  display: inline-block;
}

.tab-link-tab-4:hover {
  background-color: #3a3a3a;
}

.tab-link-tab-4.w--current {
  background-color: #cb7195;
  width: 20%;
}

.tab-link-tab-5 {
  color: #fff;
  text-align: center;
  background-color: #292929;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Arial, sans-serif;
  font-size: 1.5em;
  display: inline-block;
}

.tab-link-tab-5:hover {
  background-color: #3a3a3a;
}

.tab-link-tab-5.w--current {
  background-color: #a1619c;
  width: 20%;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  height: 86%;
  display: flex;
}

.backgroundvideo {
  z-index: 2;
  height: 80vh;
  margin-top: 0;
}

.div-block-49 {
  background-image: linear-gradient(#000, #000000b0 14%, #0000006b 34%, #0000003d);
  width: 100%;
  height: 100%;
}

.div-block-50 {
  margin-top: 20px;
  margin-bottom: 16px;
}

.text-centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-container-18 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/veranstaltungen-lokation-koenigstein.webp');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.grid-container-19 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/Miros-Terasse-ideal-fuer-Veranstaltungen_web.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.grid-container-20 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/eventlocation-fuer-100-Personen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.grid-container-21 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/firmenfeiern-lokation-frankfurt.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.list-2 {
  list-style-type: decimal;
}

.image-wrapper {
  height: 100%;
}

.lightbox-form {
  z-index: 9999;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed {
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 800px;
}

.container {
  max-width: 1400px;
}

.text-block-23 {
  color: #526936;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.div-close {
  z-index: 99999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.line-1 {
  background-color: #000;
  flex: none;
  width: 80px;
  height: 4px;
  margin-left: -45px;
  transform: rotate(45deg);
}

.line-1._2 {
  margin-left: 0;
  margin-right: -33px;
  transform: rotate(-45deg);
}

.wrapper-modal {
  position: relative;
}

.wrapper {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lead-form {
  margin-top: 10px;
}

.div-block-52 {
  margin-top: 20px;
}

.body-5 {
  font-family: Nunito, Arial, sans-serif;
}

.body-6 {
  font-family: Nunito, Arial, sans-serif;
  font-weight: 400;
}

.body-7 {
  font-family: Nunito, Arial, sans-serif;
}

.video-wide {
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video-container {
  max-width: 100%;
  height: 0;
  position: relative;
  bottom: 56.25%;
  overflow: hidden;
}

.code-embed-3 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .licensing-container, .alice-container {
    width: 80%;
  }

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

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

  .nav-menu {
    width: 100%;
    height: 100vh;
  }

  .menu-container {
    width: 100%;
  }

  .menu-text {
    line-height: 7vh;
  }

  .menu-link-block {
    opacity: 1;
  }

  .footer-wrapper {
    grid-template-columns: 1.75fr minmax(0, .25fr) 1fr 1fr;
    width: 100%;
    padding-left: 30px;
  }

  .footer-wrapper.socket {
    flex-direction: row;
    width: 100%;
    padding-right: 30px;
  }

  .menu-container-left {
    width: 100%;
  }

  .menu-container-right {
    width: 100%;
    padding-left: 5%;
    padding-right: 4%;
  }

  .hero-head-wrapper {
    align-items: center;
    margin-left: 0;
    padding-left: 5%;
  }

  .hero-separator {
    align-self: flex-start;
  }

  .hero-head {
    letter-spacing: -2px;
  }

  .hero-head.is {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-head._1st {
    margin-left: 0;
  }

  .hero-paragraph {
    text-align: center;
  }

  .sticky-image {
    display: none;
  }

  .loop-image {
    background-size: contain;
  }

  .loop-image.fourth-image, .loop-image.second-image {
    background-position: 50% 100%;
    background-size: contain;
  }

  .sticky-head {
    text-align: left;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .sticky-section {
    padding-left: 21px;
    padding-right: 21px;
  }

  .right-block-sticky {
    float: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20vh 20px 0;
    display: flex;
  }

  .grid-container {
    min-height: 400px;
  }

  .grid-wrapper {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .quote-section {
    padding: 100px 40px;
  }

  .events {
    min-height: auto;
  }

  .about-text-wrapper {
    width: 90%;
  }

  .about-text-wrapper.no-padding {
    padding-left: 0;
    padding-right: 30px;
  }

  .about-text-wrapper.z-index {
    flex-flow: column;
  }

  .about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-us.align-top {
    padding-top: 60px;
  }

  .normal-paragraph {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .grid-head {
    text-align: center;
    font-size: 9vw;
    line-height: 9vw;
  }

  .grid-container-3 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .grid-container-6 {
    min-height: 400px;
  }

  .grid-container-7 {
    display: none;
  }

  .grid-container-9 {
    min-height: 400px;
  }

  .parallax {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .parallax-head {
    font-size: 8vw;
    line-height: 9vw;
  }

  .parallax-head.take-away {
    font-size: 9vw;
    line-height: 8vw;
  }

  .menu-section {
    flex-direction: column;
  }

  .menu-left-side {
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: 600px;
  }

  .menu-right-side {
    width: 100%;
    height: auto;
    min-height: 450px;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-slider {
    height: 400px;
    min-height: 400px;
    max-height: 600px;
  }

  .right-container {
    padding: 10px;
  }

  .parallax-parargraph-centered {
    font-size: 18px;
  }

  .hero-text-wrapper {
    align-self: stretch;
  }

  .about-head {
    font-size: 45px;
    line-height: 55px;
  }

  .about-head.dark {
    font-size: 50px;
  }

  .menu-text-list {
    padding-left: 20px;
  }

  .link-block, .link-block-2 {
    display: none;
  }

  .section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block, .menue-button.phone, .logo-wrapper-mobile.w--current {
    display: none;
  }

  .div-block-46 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .socket {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-container-15, .grid-container-14, .grid-container-16, .grid-container-17 {
    min-height: 400px;
  }

  .events-location {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .events-location.align-top {
    padding-top: 60px;
  }

  .grid-container-18, .grid-container-19, .grid-container-20, .grid-container-21 {
    min-height: 400px;
  }

  .image-wrapper {
    order: 9999;
  }

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

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .licensing-container {
    width: 80%;
  }

  .alice-container {
    width: 80%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .brand {
    display: none;
  }

  .menu-button {
    min-width: 145px;
    height: 55px;
    padding-left: 22px;
    padding-right: 43px;
    position: relative;
    right: 20px;
  }

  .nav-menu {
    overflow: auto;
  }

  .hamburger-wrapper {
    height: 55px;
    font-size: 20px;
  }

  .footer {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-wrapper {
    background-color: #fff;
    flex-direction: column;
  }

  .menu-text {
    font-size: 9vw;
  }

  .footer-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .footer-wrapper.socket {
    flex-direction: column;
  }

  .logo-wrapper {
    align-items: flex-start;
  }

  .haburger-horizintal-line {
    top: 27px;
    right: 21px;
  }

  .hamburger-line-vertical {
    top: 18px;
    right: 30px;
  }

  .vertical-menu-wrapper {
    display: none;
  }

  .menu-container-left {
    height: auto;
    min-height: 100vh;
    display: none;
  }

  .menu-container-right {
    text-align: left;
    padding-top: 55px;
  }

  .menu-container-right._80 {
    width: 100%;
  }

  .background-video {
    display: block;
  }

  .hero-head-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 21px;
  }

  .hero-head {
    margin-top: 10px;
  }

  .hero-head.is {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 7px;
  }

  .hero-head._1st {
    margin-left: 0;
  }

  .hero-paragraph {
    text-align: center;
    font-size: 1.1em;
  }

  .sticky-image {
    margin-bottom: 30px;
    display: block;
  }

  .sticky-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .sticky-head {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 50px;
  }

  .sticky-text-wrapper {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .right-block-sticky {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sticky-image-wrapper {
    display: none;
    position: static;
  }

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

  .content-wrapper.parallax-parargraph-centered {
    text-align: center;
    display: block;
  }

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

  .events {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .uppercase-paragraph {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .uppercase-paragraph.highlight {
    text-align: left;
    padding-left: 10px;
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .signature-wrapper-about {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 10px;
  }

  .about-text-wrapper {
    text-align: left;
    border-left-width: 0;
    padding: 10px;
  }

  .about-text-wrapper.no-padding {
    padding-right: 0;
  }

  .about-us {
    height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
  }

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

  .normal-paragraph.left {
    text-align: left;
    margin-top: 0;
  }

  .grid-head, .grid-container-10 {
    display: none;
  }

  .parallax {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .parallax-head {
    font-size: 8vw;
    line-height: 10vw;
  }

  .parallax-wrapper {
    min-width: auto;
    max-width: 100%;
    padding: 83px 40px;
  }

  .menu-section {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .menu-left-side {
    width: 100%;
    max-height: none;
  }

  .menu-right-side {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .menu-slider {
    min-height: 400px;
  }

  .parallax-parargraph-centered {
    display: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 10px;
    line-height: 15px;
  }

  .about-head {
    display: block;
  }

  .about-head.dark {
    font-size: 40px;
  }

  .about-head.hide-desktop {
    display: block;
  }

  .top-text {
    letter-spacing: 2px;
    align-self: flex-start;
    font-size: .8em;
  }

  .menu-text-list {
    padding-left: 20px;
  }

  .quote-head {
    text-align: left;
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .opacity-mobile {
    opacity: 1;
    background-color: #000000c4;
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/8.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: none;
  }

  .ls, .list-menu-paragraph {
    font-size: 10px;
    line-height: 15px;
  }

  .list-menu-paragraph.margin0 {
    text-align: center;
  }

  .rich-text-block {
    column-count: 1;
  }

  .section {
    height: auto;
    min-height: 40vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3.space {
    margin-top: -100px;
    margin-bottom: 70px;
    display: block;
  }

  .flex-wrapper-column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-42 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 1%;
  }

  .div-block-43 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-50 {
    width: 46%;
    margin-right: 20px;
  }

  .margin-top {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .margin-bottom {
    text-align: left;
  }

  .menue-button {
    float: none;
    justify-content: center;
    align-self: center;
    max-width: none;
    height: 55px;
    margin-left: 20px;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
    position: static;
  }

  .menue-button.white {
    text-align: center;
    max-width: 60%;
    display: none;
  }

  .menue-button.phone {
    display: flex;
  }

  .menue-button.phone.only-mobile {
    display: none;
  }

  .logo-wrapper-mobile {
    float: left;
    border-color: #fff0;
    justify-content: center;
    min-width: 0;
    max-width: 50%;
    height: 55px;
    margin-left: 20px;
    margin-right: 8px;
    padding: 7px;
    display: flex;
    position: static;
  }

  .logo-wrapper-mobile:hover {
    background-color: #fff0;
  }

  .logo-wrapper-mobile.w--current {
    float: left;
    display: flex;
  }

  .image-4 {
    flex: none;
  }

  .div-block-44 {
    padding-bottom: 14px;
  }

  .div-block-46 {
    display: none;
  }

  .flex-inline {
    max-width: 100%;
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .socket {
    height: auto;
    min-height: 20vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list {
    margin-top: 10px;
  }

  .dark-text-wrapper {
    text-align: center;
  }

  .heading-13 {
    text-align: left;
  }

  .events-location {
    height: auto;
    padding-top: 40px;
    padding-bottom: 104px;
  }

  .div-block-50 {
    float: left;
    margin-right: 20px;
  }

  .text-centered {
    width: 100%;
  }

  .video, .heading-14 {
    display: none;
  }

  .heading-15 {
    text-align: left;
  }

  .div-block-51 {
    margin-top: -25px;
  }

  .lightbox-form {
    overflow: auto;
  }

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

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

  h2, h3 {
    text-align: left;
  }

  a {
    font-size: 14px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .heading-11 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .link-3, .link-6 {
    font-size: 16px;
  }

  .alice-container {
    width: 90%;
    padding: 10px;
  }

  .navbar {
    max-width: 100%;
  }

  .brand {
    display: none;
  }

  .menu-button {
    border-width: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    min-width: 55px;
    padding: 13px 8px 6px;
  }

  .menu-button.w--open {
    border-color: var(--lila);
    background-color: var(--lila);
  }

  .hamburger-wrapper {
    display: none;
  }

  .menu-text {
    font-size: 13vw;
    line-height: 8vh;
  }

  .haburger-horizintal-line {
    right: 16px;
  }

  .hamburger-line-vertical {
    right: 25px;
  }

  .menu-container-left {
    height: auto;
    min-height: 100vh;
  }

  .menu-container-right {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .menu-head {
    text-align: left;
  }

  .menu-paragraph {
    display: none;
  }

  .hero {
    min-height: 80vh;
  }

  .background-video {
    height: 80vh;
  }

  .hero-head-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 25px 25px 25px 5%;
  }

  .hero-separator {
    width: 100%;
  }

  .hero-separator.darkline {
    margin-bottom: 20px;
  }

  .hero-head {
    font-size: 14vw;
    line-height: 14vw;
  }

  .hero-head.is {
    margin-left: 0;
    margin-right: 5px;
  }

  .hero-paragraph {
    text-align: center;
    font-size: .8em;
  }

  .sticky-head {
    text-align: left;
    margin-bottom: 5px;
    font-size: 2.3em;
    font-weight: 400;
    line-height: 1.1em;
  }

  .sticky-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-text-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .right-block-sticky {
    float: right;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .grid-container {
    min-height: 350px;
  }

  .grid-wrapper {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    min-height: auto;
    margin-top: 20px;
  }

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

  .quote-section {
    padding: 60px 20px;
  }

  .signature-wrapper {
    flex-flow: column;
    justify-content: center;
    margin-top: 30px;
  }

  .signature {
    padding-top: 15px;
    font-size: 12px;
  }

  .events {
    height: 80vh;
    min-height: auto;
  }

  .events.imagesection {
    height: 80vh;
  }

  .uppercase-paragraph {
    text-align: left;
    line-height: 24px;
  }

  .uppercase-paragraph.highlight {
    font-size: 1em;
  }

  .about-text-wrapper {
    align-items: center;
    padding-bottom: 40px;
  }

  .about-us {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .normal-paragraph {
    margin-top: 10px;
    line-height: 22px;
  }

  .normal-paragraph.link {
    font-weight: 700;
  }

  .take-away-section {
    margin-left: 0;
  }

  .content-block-wrapper {
    width: 75vw;
    height: 65vh;
    max-height: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-head {
    text-align: center;
    font-size: 10vw;
    line-height: 16vw;
  }

  .card-head {
    text-align: center;
    margin-top: 10px;
  }

  .grid-container-2 {
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-container-4, .grid-container-8, .grid-container-10, .grid-container-11, .grid-container-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .events-head-wrapper {
    padding: 20px 20px 40px;
  }

  .parallax {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/Cocktailbar-Koenigstein-Miros-Lounge.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .parallax-head {
    text-align: left;
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .parallax-head.take-away {
    font-size: 10vw;
    line-height: 10vw;
  }

  .accordion-body {
    height: 0;
    display: block;
  }

  .parallax-wrapper {
    min-width: auto;
    padding: 20px;
  }

  .menu-section {
    height: auto;
  }

  .menu-left-side {
    padding-right: 0;
  }

  .right-container {
    width: 100%;
  }

  .alice-menu-list {
    min-height: 100px;
  }

  .price-list-item {
    align-items: flex-start;
    min-height: 100px;
    padding-left: 0;
    padding-right: 10px;
  }

  .parallax-parargraph-centered {
    display: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 10px;
    line-height: 14px;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .events-head {
    font-size: 14vw;
    line-height: 14vw;
  }

  .about-head {
    text-align: left;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .about-head.dark {
    margin-bottom: 23px;
  }

  .top-text {
    text-align: left;
    letter-spacing: 1px;
    font-size: 13px;
  }

  .menu-text-list {
    padding-left: 10px;
  }

  .quote-head {
    font-size: 22px;
    line-height: 32px;
  }

  ._404-text-wrapper {
    text-align: center;
  }

  .opacity-mobile {
    height: 100%;
  }

  .ls, .list-menu-paragraph {
    font-size: 10px;
    line-height: 14px;
  }

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

  .changelog-container {
    padding: 25px;
  }

  .menue {
    display: none;
  }

  .rich-text-block {
    column-count: 1;
    max-width: 100%;
  }

  .button {
    float: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .button:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .flex-align {
    margin-bottom: 38px;
  }

  .image-3 {
    max-width: 90%;
  }

  .image-3.space {
    margin-top: -76px;
    margin-bottom: 44px;
  }

  .paragraph-12 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-41 {
    text-align: center;
  }

  .flex-wrapper-column {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .div-block-42 {
    margin-bottom: 23px;
    margin-right: 0%;
  }

  .menue-button {
    margin-left: 8px;
    margin-right: 8px;
  }

  .menue-button.white {
    max-width: 80%;
    font-size: 18px;
    font-weight: 700;
  }

  .menue-button.phone {
    display: none;
  }

  .menue-button.phone.only-mobile {
    border: 1px solid #fff;
    min-width: auto;
    margin-left: 12px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 26px;
    display: flex;
  }

  .logo-wrapper-mobile {
    margin-left: 10px;
  }

  .logo-wrapper-mobile.w--current {
    margin-right: 8px;
  }

  .div-block-44 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-12 {
    margin-bottom: 0;
  }

  .image-5 {
    flex: none;
    align-self: center;
  }

  .div-block-46 {
    display: block;
  }

  .link-11 {
    color: var(--lila);
  }

  .flex-inline {
    padding: 20px;
  }

  .socket {
    min-height: 20vh;
  }

  .list-item {
    list-style-type: disc;
  }

  .dark-text-wrapper {
    margin-bottom: 23px;
    margin-right: 0%;
  }

  .events-location {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-50 {
    float: left;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    display: block;
  }

  .text-centered {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 8%;
    padding-top: 28px;
  }

  .video {
    display: none;
  }

  .lead-form {
    margin-top: 5px;
  }
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-4653a1fd {
  grid-area: 1 / 1 / 6 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-4653a1fd {
  grid-area: 15 / 1 / 25 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-4653a1fd {
  grid-area: 6 / 1 / 8 / 2;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-4653a1fd {
  grid-area: 6 / 3 / 9 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fa1-4653a1fd {
  grid-area: 6 / 1 / 9 / 3;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-4653a1fd {
  grid-area: 15 / 3 / 25 / 4;
}

#w-node-bd843775-ed91-0280-489a-48fbb54de511-4653a1fd {
  grid-area: 27 / 2 / 34 / 4;
}

#w-node-_5f2be65d-868a-01eb-c94f-fa7ea17d0587-4653a1fd {
  grid-area: 34 / 1 / 41 / 3;
}

#w-node-_73fd682e-9f05-d90a-6d0f-ad303b555c3d-4653a1fd {
  grid-area: 27 / 1 / 34 / 2;
}

#w-node-_5e126055-9eb6-291a-71d3-ca05a708adbb-4653a1fd {
  grid-area: 34 / 3 / 41 / 4;
}

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f72-4653a1fd {
  grid-area: 9 / 1 / 15 / 4;
}

#w-node-e10c9a95-ab8e-ec23-67c6-8d897f1bac28-4653a1fd {
  grid-area: 41 / 2 / 48 / 4;
}

#w-node-_42799ba8-dfb0-b200-1083-76351543d5f9-4653a1fd {
  grid-area: 41 / 1 / 48 / 2;
}

#w-node-dd5f07c7-3ce4-be98-7854-902047742eda-4653a1fd {
  grid-area: 48 / 3 / 55 / 4;
}

#w-node-e8466f23-2a86-1226-950c-1231a3595103-4653a1fd {
  grid-area: 48 / 1 / 55 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-4653a1fd {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-4653a1fd {
    grid-area: 32 / 1 / 37 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-4653a1fd {
    grid-area: 6 / 1 / 9 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-4653a1fd {
    grid-area: 18 / 1 / 23 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fa1-4653a1fd {
    grid-area: 23 / 1 / 28 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-4653a1fd {
    grid-area: 37 / 1 / 42 / 4;
  }

  #w-node-bd843775-ed91-0280-489a-48fbb54de511-4653a1fd {
    grid-area: 32 / 1 / 37 / 4;
  }

  #w-node-_5f2be65d-868a-01eb-c94f-fa7ea17d0587-4653a1fd {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-_73fd682e-9f05-d90a-6d0f-ad303b555c3d-4653a1fd, #w-node-_5e126055-9eb6-291a-71d3-ca05a708adbb-4653a1fd {
    grid-area: 32 / 1 / 37 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f72-4653a1fd {
    grid-area: 20 / 1 / 24 / 4;
  }

  #w-node-e10c9a95-ab8e-ec23-67c6-8d897f1bac28-4653a1fd {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-_42799ba8-dfb0-b200-1083-76351543d5f9-4653a1fd, #w-node-dd5f07c7-3ce4-be98-7854-902047742eda-4653a1fd {
    grid-area: 32 / 1 / 37 / 4;
  }

  #w-node-e8466f23-2a86-1226-950c-1231a3595103-4653a1fd {
    grid-area: 1 / 1 / 6 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-4653a1fd {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-4653a1fd {
    grid-area: 33 / 1 / 36 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-4653a1fd {
    grid-area: 28 / 1 / 29 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fa1-4653a1fd {
    grid-area: 29 / 1 / 32 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-4653a1fd {
    grid-area: 45 / 1 / 53 / 4;
  }

  #w-node-bd843775-ed91-0280-489a-48fbb54de511-4653a1fd {
    grid-area: 33 / 1 / 35 / 4;
  }

  #w-node-_5f2be65d-868a-01eb-c94f-fa7ea17d0587-4653a1fd {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_73fd682e-9f05-d90a-6d0f-ad303b555c3d-4653a1fd, #w-node-_5e126055-9eb6-291a-71d3-ca05a708adbb-4653a1fd {
    grid-area: 33 / 1 / 35 / 4;
  }

  #w-node-e10c9a95-ab8e-ec23-67c6-8d897f1bac28-4653a1fd {
    grid-area: 3 / 1 / 11 / 4;
  }

  #w-node-_42799ba8-dfb0-b200-1083-76351543d5f9-4653a1fd {
    grid-area: 35 / 1 / 39 / 4;
  }

  #w-node-dd5f07c7-3ce4-be98-7854-902047742eda-4653a1fd {
    grid-area: 39 / 1 / 45 / 4;
  }

  #w-node-e8466f23-2a86-1226-950c-1231a3595103-4653a1fd {
    grid-area: 11 / 1 / 28 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f5e-4653a1fd {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f6b-4653a1fd {
    grid-area: 33 / 1 / 36 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f74-4653a1fd {
    grid-area: 4 / 1 / 9 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-4653a1fd {
    grid-area: 23 / 1 / 27 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-4653a1fd {
    grid-area: 36 / 1 / 42 / 4;
  }

  #w-node-bd843775-ed91-0280-489a-48fbb54de511-4653a1fd {
    grid-area: 34 / 1 / 35 / 4;
  }

  #w-node-_5f2be65d-868a-01eb-c94f-fa7ea17d0587-4653a1fd {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-_73fd682e-9f05-d90a-6d0f-ad303b555c3d-4653a1fd {
    grid-area: 36 / 1 / 43 / 4;
  }

  #w-node-_5e126055-9eb6-291a-71d3-ca05a708adbb-4653a1fd {
    grid-area: 43 / 1 / 45 / 4;
  }

  #w-node-e10c9a95-ab8e-ec23-67c6-8d897f1bac28-4653a1fd {
    grid-area: 1 / 1 / 7 / 4;
  }

  #w-node-_42799ba8-dfb0-b200-1083-76351543d5f9-4653a1fd {
    grid-area: 46 / 1 / 51 / 4;
  }

  #w-node-dd5f07c7-3ce4-be98-7854-902047742eda-4653a1fd {
    grid-area: 28 / 1 / 29 / 4;
  }

  #w-node-e8466f23-2a86-1226-950c-1231a3595103-4653a1fd {
    grid-area: 9 / 1 / 23 / 4;
  }
}


@font-face {
  font-family: 'Questrial';
  src: url('../fonts/questrial-v19-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito-v32-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito-v32-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito-v32-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito-v32-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}