:root {
  --black: black;
  --lila: white;
  --pink: #d28be9;
  --white: white;
}

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

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

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

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

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

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

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, 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, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

a {
  color: #fff;
  font-family: Nunito, 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;
}

blockquote {
  color: #fff;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Nunito, 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, 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, sans-serif;
}

.navbar {
  z-index: 9999999;
  background-color: #a087a8;
  width: 100%;
  height: 80px;
  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, 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, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Nunito, 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: 8888888;
  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: 120px;
  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;
}

.text-label {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito, 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/Cocktailbar-Koenigstein.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-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-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, 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, 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, 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;
}

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

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

.opacity {
  background-color: #00000085;
  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-family: Montserrat, sans-serif;
  font-size: 9vw;
  line-height: 10vw;
}

.hero-head.is {
  margin-left: 20px;
  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/Alkoholfreie-Cocktailbar-Frankfurt-Koenigstein.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/Miros-Cocktailbar-Koenigstein_5339_My-Thai.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.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.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 {
  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(#00000080, #00000080), url('../images/Raucherlounge-Koenigstein_Miros-Lounge.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: 100vh;
  display: flex;
}

.uppercase-paragraph {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-left: 3px solid #d28be9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 400;
  line-height: 38px;
}

.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;
  min-height: 100%;
  padding: 0 0 0 55px;
  transition: opacity .15s ease-in-out;
  display: flex;
}

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

.about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  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;
  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/Cocktailbar-Koenigstein.webp');
  background-position: 50% 100%;
  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/Cocktailbar-Koenigstein-Miros-Lounge.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  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/Miros-Lounge_MG_7503.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%;
  height: 70vh;
  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, 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: center;
  max-width: 1400px;
  padding: 70px;
}

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

.menu-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 786px;
  display: flex;
}

.menu-left-side {
  width: 50%;
  height: 100vh;
  max-height: 786px;
}

.menu-right-side {
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  max-height: 786px;
  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;
  font-size: 45px;
  font-weight: 400;
  line-height: 65px;
}

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

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

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

.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;
}

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

._404-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.jpg');
  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, sans-serif;
  font-size: 20px;
}

.text-block-21 {
  font-family: Questrial, 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;
}

.text-block-22 {
  flex: none;
  font-family: Great Vibes, cursive;
  font-size: 25px;
  line-height: 30px;
}

.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, 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 {
  margin-right: 13%;
}

.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, 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, 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;
}

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

.error-message-2 {
  background-color: #992a2a;
  margin-top: 18px;
  padding: 21px;
  font-family: Nunito, 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, 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;
}

.body-4, .text-span-133 {
  font-family: Lato, sans-serif;
}

.text-span-134 {
  font-family: Questrial, 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(--pink);
}

.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(--pink);
}

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

  .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: -44px;
  }

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

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

  .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-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;
  }

  .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, .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;
  }
}

@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%;
  }

  .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;
  }

  .background-video {
    display: block;
  }

  .hero-head-wrapper {
    align-items: center;
    margin-left: 0;
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .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 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 50px;
  }

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

  .right-block-sticky {
    align-items: center;
    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 {
    font-size: 18px;
    line-height: 24px;
  }

  .signature-wrapper-about {
    justify-content: center;
    align-self: center;
  }

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

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

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

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

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

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

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

  .parallax-wrapper {
    max-width: 100%;
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .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;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .right-container {
    text-align: center;
  }

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

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

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

  .top-text-about {
    align-self: center;
  }

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

  .quote-head {
    text-align: center;
  }

  .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;
  }

  .text-block-22 {
    flex: 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;
  }

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

  .div-block-43 {
    align-items: center;
  }

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

  .margin-top {
    text-align: center;
  }

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

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

  .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-46 {
    display: none;
  }

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

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

@media screen and (max-width: 479px) {
  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-head-wrapper {
    align-items: center;
    width: 100%;
    padding: 25px;
  }

  .hero-separator {
    width: 100%;
  }

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

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

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

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

  .sticky-head {
    text-align: center;
    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-left: 0;
  }

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

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

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

  .grid-wrapper {
    margin-top: 66px;
  }

  .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 {
    min-height: auto;
  }

  .uppercase-paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .normal-paragraph {
    margin-top: 10px;
    font-size: 15px;
    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-head.take-away {
    font-size: 10vw;
    line-height: 10vw;
  }

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

  .parallax-wrapper {
    padding: 20px;
  }

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

  .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;
  }

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

  .about-head {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 32px;
  }

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

  .top-text-about {
    text-align: center;
    letter-spacing: 1px;
    font-size: 11px;
  }

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

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

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

  .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 {
    text-align: center;
    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;
  }

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

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

  .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;
  }
}

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

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

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f72-7369e698 {
  grid-area: 9 / 2 / 15 / 4;
}

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

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

#w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-7369e698 {
  grid-area: 9 / 1 / 15 / 2;
}

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

#kontakt.w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-7369e698 {
  grid-area: 15 / 3 / 25 / 4;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c105-ebd0c103 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c107-ebd0c103 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c110-ebd0c103 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c114-ebd0c103 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c120-ebd0c103 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c10a-ebd0c103 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c118-ebd0c103 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c124-ebd0c103 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c130-ebd0c103 {
  grid-area: 3 / 1 / 6 / 2;
  align-self: start;
}

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

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

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

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

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

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-7369e698 {
    grid-area: 28 / 1 / 32 / 4;
  }

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

  #kontakt.w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-7369e698 {
    grid-area: 37 / 1 / 42 / 4;
  }
}

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

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

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f80-7369e698 {
    grid-area: 13 / 1 / 23 / 4;
  }

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-7369e698 {
    grid-area: 28 / 1 / 33 / 4;
  }

  #kontakt.w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-7369e698 {
    grid-area: 36 / 1 / 42 / 4;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c105-ebd0c103 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c107-ebd0c103 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c110-ebd0c103 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c114-ebd0c103 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c120-ebd0c103 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c10a-ebd0c103 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c118-ebd0c103 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c124-ebd0c103 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c130-ebd0c103 {
    grid-area: 10 / 1 / 11 / 2;
  }
}

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

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

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

  #w-node-eb1106ec-05e5-8a2b-a1b9-693291116f95-7369e698 {
    grid-area: 28 / 1 / 33 / 4;
  }

  #kontakt.w-node-eb1106ec-05e5-8a2b-a1b9-693291116fad-7369e698 {
    grid-area: 36 / 1 / 42 / 4;
  }
}


