@font-face {
  font-family: Sonder;
  src: url('../fonts/SonderRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --antique-white: #e5d6c6;
  --black: #222;
  --slider-arrow-bg: #35322f;
  --gradient-color-1: #1f1c18;
  --gradient-color-2: #0e0100;
  --firebrick: #be1e2c;
  --dark-red: #a51e1f;
  --white: white;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.ths04-preloader-section {
  z-index: 10;
  background-image: linear-gradient(#00000080, #00000080), url('../images/1H9A5923.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths04-preloader-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ths04-hero-section {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 77vh;
  display: flex;
}

.hs95-contact-link {
  color: var(--antique-white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px #ffffff0f;
  border-left: 1px #ffffff0f;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.hs95-contact-link-overlay {
  background-color: #be1e2c;
  position: absolute;
  inset: 0%;
}

.hs95-contact-link-text {
  z-index: 9;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}

.ths04-navigation {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.ths04-brand {
  color: var(--antique-white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sonder, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.ths04-header-block-center {
  border-left: 1px solid #ffffff0f;
  border-right: 1px solid #ffffff0f;
  width: 85vw;
  padding-left: 5vw;
  padding-right: 0;
}

.hs95-hero-section-footer {
  z-index: 9;
  justify-content: space-between;
  align-items: stretch;
  height: 8vh;
  display: flex;
}

.ths04-slider-wrapper {
  width: 100%;
  height: 100%;
}

.ths04-social-link {
  opacity: .8;
  color: var(--antique-white);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.ths04-social-link:hover {
  opacity: 1;
}

.ths04-social-icon {
  opacity: .61;
  filter: invert();
  width: 20px;
}

.ths04-header-block-right {
  justify-content: center;
  align-items: center;
  width: 15vw;
  display: flex;
}

.ths04-nav-link {
  opacity: .8;
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.ths04-nav-link:hover {
  opacity: 1;
}

.ths04-nav-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths04-hero-wrapper {
  background-image: linear-gradient(#fff, #fff);
  min-height: 100vh;
  position: relative;
}

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

.ths04-slide {
  background-image: linear-gradient(#0000, #000000ba), url('../images/1_A746259.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.ths04-slide._2 {
  background-image: linear-gradient(#0000, #000000ba), url('../images/2_A745801.jpg');
}

.ths04-slide._3 {
  background-image: linear-gradient(#0000, #000000ba), url('../images/3_A746197.jpg');
}

.ths04-slide._4 {
  background-image: linear-gradient(#0000, #000000ba), url('../images/4_A746287.jpg');
}

.ths04-slide.food {
  background-image: linear-gradient(#0000, #000000ba), url('../images/1H9A5485.jpg');
}

.hs95-slider-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.6vw;
  height: 100%;
  display: none;
  inset: 0% 5.7vw 0% auto;
}

.hs95-slider-arrow {
  background-color: var(--slider-arrow-bg);
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  transition: background-color .2s ease-in-out;
  display: none;
  inset: 2vw 22.15vw auto auto;
  overflow: visible;
}

.hs95-slider-arrow:hover {
  background-color: var(--gradient-color-1);
  opacity: 1;
}

.hs95-slider-arrow.next {
  inset: 7vw 22.15vw auto auto;
}

.ths04-slide-lightbox {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ths04-header {
  z-index: 9;
  border-bottom: 1px solid #ffffff0f;
  justify-content: space-between;
  align-items: stretch;
  height: 11vh;
  display: flex;
}

.ths04-header.home {
  height: 15vh;
}

.hs95-menu {
  z-index: 9;
  background-color: var(--gradient-color-1);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 100% 0% 0%;
}

.hs95-menu-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.hs95-menu-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.hs95-menu-header-block {
  justify-content: center;
  align-items: center;
  height: 15vh;
  display: flex;
}

.hs95-menu-link {
  opacity: .8;
  color: var(--antique-white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Sonder, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.hs95-menu-link:hover {
  opacity: 1;
}

.hs95-menu-social-link {
  opacity: .8;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding: 10px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.hs95-menu-social-link:hover {
  opacity: 1;
}

.hs95-menu-social-icon {
  width: 25px;
}

.hs95-menu-close {
  color: var(--antique-white);
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vh;
  font-family: Rubik;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hs95-menu-close-bars-wrapper {
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: relative;
}

.hs95-menu-close-bars-wrapper:hover {
  opacity: 1;
}

.hs95-menu-close-bar {
  background-color: var(--antique-white);
  width: 30px;
  height: 1.5px;
  transform: rotate(45deg);
}

.hs95-menu-close-bar.absolute {
  position: absolute;
  transform: rotate(-45deg);
}

.ths04-page-wrapper {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--gradient-color-1), var(--gradient-color-2));
  position: relative;
  overflow: hidden;
}

.hs95-slide-caption-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 8vh;
  padding-left: 50px;
  display: flex;
  position: static;
  inset: auto 0% -8vh;
}

.ths04-slider-mask {
  overflow: visible;
}

.hs95-slide-caption {
  color: #000000b3;
  text-align: left;
  align-items: center;
  width: 100%;
  max-width: 760px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.hs95-slider-nav-arrow-icon {
  width: .6vw;
}

.hs95-slider-nav-arrow-icon.margin-left {
  margin-left: .2vw;
}

.text-block {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-3 {
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 50px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-4 {
  margin-bottom: 16px;
  margin-left: -8px;
}

.button {
  background-color: var(--firebrick);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  transition: background-color .525s;
}

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

.hs95-slide-caption-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  max-width: 760px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.hs95-slide-caption-2.none {
  text-transform: none;
  max-width: none;
  font-weight: 200;
}

.hero-text {
  color: #f7f7f7;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 55px;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-link-block {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
  position: static;
  inset: auto 0% 3%;
}

.hero-link-block:hover {
  opacity: .85;
}

.hero-link-block.fix {
  position: absolute;
}

.hero-section {
  z-index: 999;
  background-color: #000;
  min-height: 100vh;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.hero-section.me {
  z-index: 1;
  min-height: 400px;
  padding-top: 0;
}

.hero-section.first {
  z-index: 1;
  min-height: 400px;
  margin-bottom: -103px;
  padding-top: 0;
}

.hero-section._444 {
  z-index: 1;
  min-height: 500px;
  padding-top: 0;
}

.hero-section.fixed-01 {
  z-index: 1;
  min-height: 400px;
  padding-top: 0;
}

.hero-image-interaction {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.hero-image-interaction.me3 {
  background-image: url('../images/Tipsy-NoMad-Pizza.jpg');
  background-position: 50%;
  height: 100%;
}

.hero-image-interaction.rere {
  background-image: url('../images/1Y9A0107.jpg');
  height: 100%;
}

.hero-image-interaction.part {
  background-image: linear-gradient(#0000 49%, #000), linear-gradient(#000, #00000052 69%, #00000075), url('../images/6rest.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
}

.hero-image-interaction.ga {
  background-image: linear-gradient(#0000 49%, #000), linear-gradient(#000, #00000052 69%, #00000075), url('../images/9rest.jpg');
  background-position: 0 0, 0 0, 50% 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
}

.hero-image-interaction.final-pic {
  background-image: linear-gradient(#0000 49%, #000), linear-gradient(#000, #00000052 69%, #00000075), url('../images/Drinks_.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
}

.hero-image-interaction.club {
  background-image: url('../images/DrinksF91I5046-w.jpg');
  background-position: 50% 85%;
  height: 100%;
}

.hero-image-interaction.event {
  background-image: linear-gradient(#0000 49%, #000), linear-gradient(#000, #00000052 69%, #00000075), url('../images/1Y9A0877.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
}

.hero-image-interaction.spirits {
  background-image: url('../images/whiskey.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
}

.hero-image-interaction.happy {
  background-image: url('../images/Drinks_.jpg');
  background-position: 50% 100%;
}

.all-caps {
  letter-spacing: 3px;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.overlay {
  background-color: #0d131691;
  position: absolute;
  inset: 0%;
}

.overlay.hp {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 18%, #00000045 49%, #0000), linear-gradient(#0000, #00000047 49%, #000000fa);
}

.overlay.grad, .overlay.vip {
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 58%, #0000), linear-gradient(#180c0100, #00000073 53%, #000);
}

.on-load-5._4545 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.on-load-5.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.hero-container {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-container._994 {
  padding-top: 0;
  padding-bottom: 44px;
}

.hero-container.p {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding-top: 0;
  padding-bottom: 28px;
}

.hero-container._994 {
  padding-top: 118px;
}

.hero-container.nn {
  padding-top: 0;
}

.hero-container.reserv {
  padding-top: 36px;
  position: static;
}

.div-block-47 {
  z-index: 90;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 20px 0 10px;
  display: flex;
  position: sticky;
  top: 90px;
}

.dish-title {
  color: #ffffffdb;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.dish-title.cent {
  text-align: center;
  margin-bottom: 30px;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.heading-box-left {
  text-align: left;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 0;
}

.heading-box-left._009, .heading-box-left.jjj {
  padding-left: 0;
}

.menu-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 14px;
  display: flex;
  position: static;
}

.text-gray {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-gray.c9 {
  text-align: left;
  margin-top: -5px;
  margin-bottom: 26px;
}

.text-gray.c77 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.content-section {
  background-color: #180c01;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section.double._01 {
  background-color: #000;
  background-image: linear-gradient(#0000, #000), linear-gradient(#000, #0000 26%), linear-gradient(#0000003d, #0000003d), url('../images/desktop-1920x1080-1.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, 800px;
  border-top: 1px #df742f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.content-section.double.re {
  background-color: #fff;
  border-top: 1px #df742f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.content-section.double.re.thank-you {
  background-image: linear-gradient(#0000, #000), linear-gradient(#00000080, #00000080), url('../images/1rest.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 80vh;
  padding-top: 174px;
}

.content-section.double.pp {
  background-color: #000;
  border-top: 1px #df742f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.content-section.double.nofixed {
  background-color: #fff;
  border-top: 1px #df742f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.headline {
  color: #fff;
  text-shadow: 1px 1px 2px #0000007d;
  margin-top: 11px;
  margin-left: 14px;
  font-size: 32px;
  font-weight: 400;
  line-height: .75;
  position: relative;
}

.headline.black {
  color: var(--firebrick);
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 17px;
  margin-left: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.headline.other3 {
  color: var(--firebrick);
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.headline.t1, .headline.black {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.headline.newnewn {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 17px;
  margin-left: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.headline.bday {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.expand {
  flex: 1;
}

.dish-price {
  color: #fff;
  text-align: right;
  font-family: trajan-pro-3, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.menu-item {
  border-bottom: 1px solid #d1d1d13b;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 13px;
}

.menu-item.single {
  margin-bottom: 0;
}

.menu-item._100 {
  width: 100%;
  margin-bottom: 0;
}

.menu-item.jjj {
  width: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 0;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content-wrapper.top {
  margin-top: 0;
  padding-top: 0;
}

.content-wrapper._98 {
  text-align: center;
}

.content-wrapper.mores {
  margin-top: 80px;
}

.sm {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: ivymode, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.sm._1st {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.sm.c0 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: trajan-pro-3, sans-serif;
  font-weight: 600;
}

.sm.chouce {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.sm._89 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 68px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.top-margin {
  position: relative;
}

.top-margin._3-pixels {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 300;
}

.image-section {
  background-color: #000;
  width: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-interaction {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.image-interaction._2 {
  background-image: url('../images/_A746194.jpg');
  background-position: 100% 100%;
}

.image-interaction._3 {
  background-image: url('../images/1Y9A0293.jpg');
  background-position: 50%;
}

.image-interaction._4 {
  background-image: url('../images/1Y9A1127.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-interaction.late {
  background-image: url('../images/1Y9A0729.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-interaction.dessert {
  background-image: url('../images/BBU_4137.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-whole {
  border-right: 1px #dadada3b;
  width: 100%;
  padding-right: 0;
}

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

.container {
  max-width: 1200px;
  padding: 6px 30px;
}

.div-block-36 {
  max-width: 1200px;
  margin: 30px auto;
  padding-left: 0;
  padding-right: 0;
}

.pp4 {
  color: var(--slider-arrow-bg);
  text-align: center;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.pp4.t2 {
  color: #fff;
}

.cta11-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.error-message-2 {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text-area {
  color: var(--slider-arrow-bg);
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e7e7e7;
  min-height: 170px;
  padding: 14px 20px 18px 0;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.text-area:hover, .text-area:active, .text-area:focus {
  background-color: #0000;
}

.text-area::placeholder {
  color: var(--slider-arrow-bg);
}

.text-area.dark {
  color: #fff;
}

.text-area.dark::placeholder {
  color: #dbdbdb;
}

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

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.button-small-3 {
  background-color: var(--dark-red);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 13px 30px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .325s ease-in;
  display: flex;
}

.button-small-3:hover {
  color: #fff;
  background-color: #000;
}

.link-5 {
  color: #000;
  text-transform: uppercase;
  font-family: trajan-pro-3, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.email-text {
  color: var(--slider-arrow-bg);
  text-align: center;
  margin-top: 39px;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: #0000;
  border: 1px #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.success-message-2 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.wrapper.m0-50 {
  margin-top: 34px;
  padding-bottom: 0;
}

.section-3 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.text-field-2 {
  color: #18181d;
  text-transform: none;
  background-color: #f8f8f8;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-2.bottom-margin-field {
  color: var(--slider-arrow-bg);
  background-color: #0000;
  border-bottom: 1px solid #e7e7e7;
  width: 50%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-field-2.bottom-margin-field:hover {
  opacity: .7;
}

.text-field-2.bottom-margin-field:active {
  opacity: .87;
}

.text-field-2.bottom-margin-field:focus-visible, .text-field-2.bottom-margin-field[data-wf-focus-visible] {
  color: var(--slider-arrow-bg);
}

.text-field-2.bottom-margin-field::placeholder {
  color: var(--slider-arrow-bg);
  letter-spacing: .5px;
}

.text-field-2.bottom-margin-field.last {
  margin-bottom: 10px;
  margin-right: 0;
  font-family: p22-underground, sans-serif;
}

.text-field-2.bottom-margin-field._3.dark.ljj {
  margin-right: 0;
}

.text-field-2.bottom-margin-field._3._00s {
  width: 45%;
  margin-right: 0;
  font-family: p22-underground, sans-serif;
}

.text-field-2.bottom-margin-field.dark {
  color: #fff;
  max-height: 40px;
  font-family: p22-underground, sans-serif;
}

.text-field-2.bottom-margin-field.dark::placeholder {
  color: #d6d6d6;
}

.text-field-2.bottom-margin-field._3 {
  width: 33.33%;
  font-family: p22-underground, sans-serif;
}

.text-field-2.bottom-margin-field._3.last2 {
  margin-right: 0;
  font-family: p22-underground, sans-serif;
}

.html-embed-5 {
  color: #dadada;
  height: auto;
  min-height: auto;
  margin-left: 10px;
  margin-right: 0;
}

.html-embed-5:focus-visible, .html-embed-5[data-wf-focus-visible] {
  color: #dadada;
}

.utility-page-wrap {
  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;
  align-items: stretch;
  display: flex;
}

.quick-stack {
  padding: 0;
}

.quick-stack.normal {
  margin-top: 20px;
}

.modal__close {
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__close:hover {
  opacity: 1;
}

.link-6 {
  color: #000000b3;
  text-decoration: none;
}

.menu-button {
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  font-family: trajan-pro-3, sans-serif;
  font-weight: 300;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button:hover {
  border-color: #ffe2c033;
}

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

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 10px 22px;
  display: flex;
}

.nav-block-button {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #ffe2c0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 4vw;
  line-height: 100%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: #bf344e;
}

.nav-link.w--current {
  color: #ffe2c0;
}

.nav-link.w--current:hover {
  color: #bf344e;
}

.menu-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overflow-link {
  overflow: hidden;
}

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

.nav-line {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.nav-menu {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0f1a28e6;
  position: fixed;
  inset: 0%;
}

.grid-menu {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.line-horizontal {
  background-color: #ffe2c033;
  flex: 1;
  min-width: 24px;
  height: 1px;
}

.circle-large {
  border: 1px solid #ffe2c033;
  border-radius: 100%;
  flex: none;
  width: 13px;
  height: 13px;
  margin-bottom: 5px;
}

.circle-large.top-margin {
  border-color: #fff3;
  margin-top: 5px;
  margin-bottom: 0;
}

.circle-large.center {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-button {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  border-color: #ffe2c033;
}

.menu-button-close {
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 32px 28px auto auto;
}

.menu-button-close:hover {
  border-color: #ffe2c033;
}

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

.line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.logo {
  filter: contrast(109%);
  height: 50px;
}

.circle {
  border: 1px solid #fff3;
  border-radius: 100%;
  flex: none;
  width: 7px;
  height: 7px;
}

.text-menu {
  color: #fff;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}

.grid-navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 0 28px;
}

.line-vertical {
  background-color: #fff3;
  flex: 1;
  width: 1px;
  min-height: 40px;
}

.background-video {
  z-index: 3;
  height: 100vh;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image.shadow {
  box-shadow: 0 80px 120px #0f182380;
}

.subtitle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.image-block {
  width: 100%;
  position: relative;
}

.text-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-left: 14px;
  margin-right: 14px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.paragraph {
  max-width: 600px;
  margin-bottom: 38px;
}

.paragraph.max-w-430 {
  direction: ltr;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  max-width: 430px;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph.margin {
  margin-bottom: 0;
}

.paragraph.hours {
  direction: ltr;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  max-width: 430px;
  margin-bottom: 30px;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.paragraph.hours.c111 {
  color: #e9e9e9;
}

.paragraph.hours.c111._2 {
  margin-bottom: 0;
}

.image-absolute {
  z-index: 10;
  width: 60%;
  height: 40%;
  position: absolute;
  inset: auto auto -6% -10%;
}

.button-accent {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 30px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-accent:hover {
  color: #0f1a28;
  background-color: #ffe2c0;
}

.content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading {
  color: var(--antique-white);
  text-transform: lowercase;
  font-family: trajan-pro-3, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.line-space {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 100px auto 0;
  display: flex;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.section-4.background {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 100px;
}

.modal-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-61 {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#000000a3, #000000a3);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body-2 {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-7 {
  height: 500px;
}

.image-30 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.image-31 {
  filter: invert() brightness(200%);
}

.section-5 {
  z-index: 2;
  padding: 100px 80px;
  position: relative;
}

.visit__shine-mob-img {
  max-width: none;
}

.visit__shine-mob-wrap {
  z-index: -1;
  display: none;
}

.visit__shine-wrap {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1300px;
  display: flex;
  position: absolute;
  inset: -500px 0 auto auto;
  overflow: hidden;
}

.visit__shine-img {
  max-height: 100%;
  position: relative;
  right: -550px;
}

.body {
  background-color: #000;
}

.audio__shine-img {
  position: relative;
  left: -300px;
}

.audio__shine-wrap {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._3-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.headline-3 {
  color: var(--antique-white);
  text-transform: uppercase;
  font-family: trajan-pro-3, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-32 {
  padding-bottom: 30px;
}

.key-facts.section-spacing {
  padding-top: 0;
  padding-bottom: 120px;
}

.item {
  text-align: center;
  border-left: 1px dashed #b8b5b0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.item.without-divider {
  border-left-style: none;
  padding: 14px 22px;
}

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

.wrapper-2.gutter {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.wrapper-2.gutter.wrapper-medium {
  max-width: 1400px;
}

.wrapper-2.gutter {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-inside-grid {
  color: #b8b5b0;
  width: 90%;
  padding-top: 30px;
  font-size: 17px;
}

.image-und-name {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1vw;
  display: flex;
}

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

.text_und_button.section_spacing.container {
  padding-bottom: 2vw;
}

.text_und_button.section_spacing.container.large-space {
  padding-bottom: 4vw;
}

.card-image {
  background-color: #7f3aff;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 1vw;
  display: flex;
}

.card-image.orange {
  background-color: #eb9c52;
}

.card-image.green {
  background-color: #4d7a69;
}

.card-image.blue {
  background-color: #7aafc5;
  width: 50px;
  height: 50px;
}

.card-image.pink {
  background-color: #ff76bf;
}

.card-image.yellow {
  background-color: #d6af4d;
}

.loop {
  width: 200%;
  display: flex;
}

.initialien {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  display: flex;
}

.kundenmeinung {
  flex: 0 auto;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.card-kunden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.vorname-und-nachname {
  color: #f3f0ea;
}

.reviews.section-spacing {
  text-align: left;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  overflow: hidden;
}

.heading-3 {
  padding-bottom: 20px;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #f3f0ea;
  background-color: #0c0c0c;
  flex: 1;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 42px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.container_center {
  text-align: center;
  width: 60%;
}

.container_center.container-spacing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58%;
  display: flex;
}

.container_center.container-spacing.small {
  width: 50%;
}

.kundenmeinung-text {
  color: #b8b5b0;
}

.hover-parent {
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hover-parent.border-none {
  border-top-style: none;
  border-bottom-style: none;
}

.n-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background_image {
  opacity: 0;
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.component {
  z-index: 12;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.component.hover-image {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.backgorund_image {
  border-top: 2px none var(--antique-white);
  border-bottom: 2px none var(--antique-white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  display: flex;
}

.n-line {
  z-index: 1;
  background-color: #ffffff26;
  width: 100%;
  height: .5px;
  position: absolute;
  inset: 0% 0% auto;
}

.n-line.bottom {
  inset: auto 0% 0%;
}

.text_hover {
  z-index: 10;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  font-family: trajan-pro-3, sans-serif;
  font-size: 30px;
  position: relative;
}

.text-span-3 {
  color: var(--firebrick);
  font-size: 20px;
  display: block;
}

.text-span-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: trajan-pro-3, sans-serif;
  font-weight: 600;
}

.quick-link-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-item {
  grid-column-gap: 11px;
  grid-row-gap: 30px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: grid;
}

.quick-link-icon {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  display: flex;
}

.menus-section {
  z-index: 2;
  padding: 120px 50px 100px;
  position: relative;
}

._2-col-grid {
  grid-column-gap: 85px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

._2-col-grid.banner-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

._2-col-grid.banner-grid.right {
  grid-template-columns: 1fr .75fr;
}

._2-col-grid.banner-grid.upco {
  grid-template-columns: 1.5fr 1fr;
}

.image-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.image-banner.dining {
  background-image: linear-gradient(#000, #0000 24%), linear-gradient(90deg, #000 10%, #0000), url('../images/4rest.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.image-banner.dr {
  background-image: linear-gradient(90deg, #0000, #000 49%), url('../images/champgne.jpg');
  background-position: 0 0, -50px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.image-banner.upcoming {
  background-image: linear-gradient(to right, #000 10%, #0000), url('../images/_A746238.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.about.section-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.primary_button {
  color: #ceaa72;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ceaa72;
  padding: 14px 28px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: background-color .4s;
}

.primary_button:hover {
  color: #f3f0ea;
  background-color: #ceaa72;
  border-style: solid;
}

.primary_button.fill {
  color: #f3f0ea;
  background-color: #ceaa72;
  border-color: #ceaa72;
  width: 100%;
}

.paragraph-space {
  color: #e9e9e9;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-space.center.f {
  margin-bottom: 0;
}

.heading-7 {
  color: var(--white);
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-7.center {
  font-size: 35px;
}

.heading-7.center.no {
  margin-bottom: 0;
}

.heading-7._3 {
  margin-bottom: 10px;
}

.navbar-2 {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
  padding-top: 1.3rem;
  padding-bottom: 1.1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-2 {
  color: #fff;
  border-bottom: 1px solid #0000;
  margin-left: 9px;
  margin-right: 9px;
  padding: 10px 0;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.nav-link-2:hover {
  border-bottom: 1px solid var(--dark-red);
}

.nav-link-2.w--current {
  color: #ffffff80;
}

.nav-link-2.hide-desk {
  display: block;
}

.container-2 {
  max-width: 95%;
  position: relative;
}

.d-flex-space {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-3 {
  background-color: #000;
  border-radius: 60px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  transition: all .5s cubic-bezier(.55, .085, .68, .53);
}

.button-3:hover {
  background-color: #d63726;
}

.button-3.hide-on-mobile {
  border: 1px solid var(--dark-red);
  background-color: var(--dark-red);
  letter-spacing: 1px;
  text-transform: lowercase;
  border-radius: 3px;
  padding: .7rem 1rem;
  font-family: trajan-pro-3, sans-serif;
  font-size: .9rem;
}

.button-3.hide-on-mobile:hover {
  background-color: var(--gradient-color-2);
  border-color: #fff;
}

.button-3.hide-on-mobile.not {
  border: 1px solid var(--dark-red);
  letter-spacing: 1px;
}

.button-3.hide-on-mobile.not:hover {
  background-color: #0000;
  border-color: #fff;
}

.button-3.new {
  letter-spacing: .5px;
  text-transform: lowercase;
  background-color: #0000;
  border: .5px solid #fff;
  border-radius: 3px;
  padding: .7rem 1.2rem;
  font-family: trajan-pro-3, sans-serif;
  font-size: .8rem;
}

.button-3.new:hover {
  color: #000;
  background-color: #fff;
}

.button-3.new:focus-visible, .button-3.new[data-wf-focus-visible] {
  background-color: #000;
}

.button-3.new.w--current {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-3.transparent {
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 25px;
  padding: .7rem 1rem;
  font-family: trajan-pro-3, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.button-3.transparent:hover {
  color: var(--dark-red);
  background-color: #fff;
}

.button-3.transparent._96d {
  margin-top: 0;
}

.nav-menu-2 {
  display: flex;
}

.heading-und-button {
  width: 100%;
}

.headline-2 {
  color: #fff;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.ber-uns.section-spacing {
  padding: 100px 50px 50px;
}

.image-4 {
  border-radius: 3px;
}

.hero-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 12px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.hero-link:hover {
  color: #fff9;
}

.right-arrow, .left-arrow {
  z-index: 99;
}

.slide-img {
  background-image: url('../images/Dubliner-125.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.slide-img.new2 {
  background-image: url('../images/_A746178.jpg');
  background-size: cover;
}

.slide-img.new4 {
  background-image: url('../images/DSC08077.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new3 {
  background-image: url('../images/_A746011.jpg');
  background-size: cover;
}

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

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.slide-nav {
  display: none;
}

.icon {
  opacity: .76;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.red {
  color: #e42a3a;
  text-transform: lowercase;
  font-family: trajan-pro-3, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.parallax.one {
  background-image: linear-gradient(#000, #00000059 29%, #0000), url('../images/_A746277.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 600px;
}

.parallax.two {
  background-image: url('../images/_A745968.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.parallax.three {
  background-image: linear-gradient(#0000, #000), url('../images/DSC08094.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 600px;
}

.parallax.pp1 {
  color: #fff;
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(#000, #0000 47%), url('../images/_A746153.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.parallax.pp2 {
  color: #fff;
  background-image: linear-gradient(#00000059, #00000059), url('../images/_A745783.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.parallax.pp3 {
  color: #fff;
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(#0000 46%, #000), url('../images/_A745973.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.gradi-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.gradi-wrapper._100 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.section-6 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

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

.section-6.no-top-padding.grey {
  background-color: #060606;
  padding-top: 5vw;
  padding-bottom: 3vw;
  position: static;
}

.image-2 {
  padding-bottom: 1vw;
}

.error-message {
  color: #626d86;
  background-color: #f871711a;
  margin-top: 18px;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.contact-form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.line-fill {
  color: #f3f0ea;
  background-color: #ceaa72;
  width: 40%;
  height: 100%;
}

.subtitle-2 {
  color: #e9e9e9;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: p22-underground, sans-serif;
  font-size: 14px;
}

.heading-1 {
  font-size: 48px;
  font-weight: 400;
}

.form-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card-hover {
  background-color: var(--dark-red);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

.text-field {
  color: #f3f0ea;
  background-color: #1e1e1e;
  border: 1px solid #889ea833;
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field:hover, .text-field:active, .text-field:focus {
  opacity: 1;
  color: #f3f0ea;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  opacity: 1;
  color: #f3f0ea;
  border-color: #ceaa7280;
}

.text-field::placeholder {
  color: gray;
}

.text-field.large {
  min-height: 160px;
}

.text-field.large:hover, .text-field.large:active, .text-field.large:focus, .text-field.large:focus-visible, .text-field.large[data-wf-focus-visible] {
  color: #f3f0ea;
}

.text-field.large::placeholder {
  color: gray;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #34d3991a;
  border: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.quick-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  background-color: #060606;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-link-name {
  text-align: center;
  border-bottom: 1px solid #889ea833;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-link-top {
  z-index: 10;
  background-color: #060606;
  border-bottom: 1px #889ea833;
  border-right: 1px #889ea833;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.datenschutz {
  color: #ceaa72;
}

.body-display {
  color: #b8b5b0;
  font-size: 17px;
  line-height: 1.6em;
}

.pin-icon {
  padding-bottom: 1vw;
}

.text-block-6 {
  color: #f87171;
}

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

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.heading-3-style {
  color: #34d399;
  font-size: 24px;
}

.checkbox-label {
  font-weight: 400;
}

.service-link {
  color: #000;
  border-right: 1px #889ea833;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  transition: opacity .3s ease-in;
  display: flex;
  position: relative;
}

.service-link:hover {
  opacity: .51;
}

.navigation-only-logo {
  z-index: 99;
  text-align: center;
  background-color: #060606;
  position: static;
  inset: 0% 0% auto;
}

.logo-wrapper {
  padding-top: 2vw;
}

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

.grid-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}

.form-block-newsletter {
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 0;
}

.newsletter {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0%;
  display: flex;
}

.text-error {
  color: #bf344e;
  font-size: 16px;
  line-height: 170%;
}

.block-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.success-message-3 {
  background-color: #29938d26;
  border-radius: 10px;
  padding: 15px 25px;
}

.text-sub-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 1200px;
  font-family: p22-underground, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}

.link-sub-footer {
  color: #fff;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-sub-footer:hover {
  color: #ffffff80;
}

.link-footer {
  color: #ffffff8c;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: p22-underground, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: #fff;
}

.link-footer._0s2s {
  margin-left: auto;
  margin-right: auto;
}

.sub-footer {
  text-align: center;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 30px 17px;
  display: flex;
  overflow: hidden;
}

.line-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-success {
  color: #29938d;
  font-size: 16px;
  line-height: 170%;
}

.heading-footer {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form-newsletter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 45px;
  display: grid;
}

.error-message-4 {
  background-color: #bf344e26;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
}

.text-field-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1e1e1e;
  border: 1px solid #0000;
  border-radius: 3px;
  height: 100%;
  margin-bottom: 0;
  padding: 1.3rem 28px .7rem;
  font-family: p22-underground, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field-4:focus {
  border-color: #ffe2c033;
}

.text-field-4::placeholder {
  color: #ffffff8c;
}

.button-accent-3 {
  border: 1px solid var(--dark-red);
  background-color: var(--dark-red);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  border-radius: 3px;
  padding: .7rem 1.2rem;
  font-family: trajan-pro-3, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-accent-3:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.content-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section-footer-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 50px;
  display: flex;
}

.icon-star-filled {
  filter: saturate(156%) brightness(200%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.revi {
  color: var(--white);
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.c-testimonials-stars {
  margin-bottom: 1em;
  display: flex;
}

.p_m {
  color: #e8dbc8;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.review, .p_m.footer-text {
  color: #ffffffde;
  text-align: center;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
}

.reviews-new {
  z-index: 10;
  background-image: linear-gradient(#000, #fff0 43%), linear-gradient(#0000, #0000008c 51%, #000), url('../images/DrinksF91I5046-w.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.c-star {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: flex;
}

.c-testimonials-paragraph-wrapper {
  margin-top: .5em;
  margin-bottom: 10px;
}

.c-testimonials-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0%;
}

.c-testimonials-gird {
  grid-column-gap: 4em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.none.type-color {
  color: #ffffffcf;
  text-transform: lowercase;
  margin-top: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.c-testimonials-grid-wrapper {
  margin-top: 8em;
  margin-bottom: 8em;
}

.text-block-copy {
  color: #fffffff2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

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

.e1 {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.about-sec.section-spacing-copy, .events.section-spacing, .night.section-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 250px;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-item.long {
  height: 100%;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.overlay {
  background-color: #1b1009a3;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.hover-link {
  z-index: 999;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-overlay {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-image {
  z-index: 1;
  background-image: url('../images/F91I4950a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image._13 {
  background-image: url('../images/_A746183.jpg');
}

.background-image._15 {
  background-image: url('../images/1Y9A0643.jpg');
}

.background-image._2 {
  background-image: url('../images/beer2.jpg');
  background-position: 65%;
}

.background-image._9 {
  background-image: url('../images/cheers.jpg');
}

.background-image._14 {
  background-image: url('../images/beers.jpg');
  background-position: 50%;
}

.background-image._11 {
  background-image: url('../images/Tipsy-NoMad-Pizza5.jpg');
}

.background-image._8 {
  background-image: url('../images/wings.jpg');
}

.background-image._4 {
  background-image: url('../images/drink.jpg');
  background-position: 50%;
}

.background-image._3 {
  background-image: url('../images/Tipsy-NoMad-lounge-room.jpg');
}

.background-image._16 {
  background-image: url('../images/8rest.jpg');
}

.background-image._5 {
  background-image: url('../images/Tipsy-NoMad-wings-and-sauce.jpg');
}

.background-image._12 {
  background-image: url('../images/5rest.jpg');
}

.background-image._6 {
  background-image: url('../images/Tipsy-NoMad-Bar1.jpg');
}

.background-image._7 {
  background-image: url('../images/DrinksF91I5046-w.jpg');
  background-position: 50% 90%;
}

.background-image._10 {
  background-image: url('../images/7rest.jpg');
}

.background-image._1 {
  background-image: url('../images/Tipsy-NoMad-Bar2.jpg');
}

.background-image._17 {
  background-image: url('../images/F91I5079.jpg');
}

.background-image._18 {
  background-image: url('../images/F91I4822.jpg');
}

.background-image._19 {
  background-image: url('../images/1rest.jpg');
}

.background-image._20 {
  background-image: url('../images/whiskey.jpg');
}

.background-image._21 {
  background-image: url('../images/DSC08270.jpg');
}

.background-image._22 {
  background-image: url('../images/DSC07989.jpg');
}

.background-image._23 {
  background-image: url('../images/F91I4772.jpg');
}

.background-image._24 {
  background-image: url('../images/1Y9A0886.jpg');
}

.background-image._25 {
  background-image: url('../images/BBU_3428.jpg');
}

.background-image._26 {
  background-image: url('../images/Tipsy-NoMad-Pizza2.jpg');
  background-position: 50% 75%;
}

.background-image._27 {
  background-image: url('../images/4rest.jpg');
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.home-t {
  color: #fff;
  text-transform: uppercase;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
}

.html-embed-6 {
  min-height: 400px;
}

.div-block-62 {
  width: 100%;
}

.f11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: p22-underground, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}

.f11.alone {
  margin-bottom: 0;
}

.select-field {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: #000;
  border: 1px #fff;
  border-bottom: 1px solid #e7e7e7;
  max-width: 300px;
  height: 61px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: p22-underground, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.link-7 {
  color: #fff;
  text-decoration: none;
  transition: opacity .4s;
}

.link-7:hover {
  opacity: .63;
}

.agenda-white {
  color: #fff;
  text-transform: uppercase;
  font-family: trajan-pro-3, sans-serif;
  font-weight: 600;
}

.link-8 {
  color: #ffffffde;
  text-decoration: none;
}

.field-wrap {
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.date-field {
  color: #fff;
  background-color: #1e1e1e;
  border: 1px solid #0000;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-family: p22-underground, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 130%;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  margin-top: 30px;
}

.image-33 {
  margin: 8px;
}

.div-block-63 {
  margin-top: 36px;
}

.empty-state {
  background-color: #000;
}

.text-block-7 {
  color: #fff;
  text-transform: uppercase;
  font-family: trajan-pro-3, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cell {
  display: block;
}

.modal {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-52 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  cursor: pointer;
  object-fit: cover;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal__close-2 {
  opacity: .8;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__close-2:hover {
  opacity: 1;
}

.image-21 {
  z-index: 10;
  filter: brightness(200%) brightness(200%);
  position: relative;
}

.link-block-4 {
  background-color: #fff;
  padding: 5px;
}

.image-22 {
  cursor: pointer;
}

.background-video-2 {
  z-index: 48;
  width: 100%;
  height: 100%;
  position: absolute;
}

.glow-text {
  letter-spacing: .025em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f2d173, #d99202 84%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.glow-text.is-copy {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 16px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: 14px;
  font-size: 20px;
  font-weight: 200;
}

.glow-text.is-title {
  pointer-events: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.section-scroll {
  z-index: 5;
  background-color: #10100e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll-size {
  z-index: 50;
  width: 100%;
  position: relative;
}

.bottom-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 24%;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.section-bg-overlay-color-2 {
  z-index: 49;
  background-color: #00000038;
  position: absolute;
  inset: 0%;
}

.glow-text-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.glow-text-wrapper.scroll-new {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  position: fixed;
}

.scroll-sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: clip;
}

.vegan {
  color: #64b171db;
}

.subtitle-head {
  color: #fff;
  letter-spacing: .45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.split-slide-price {
  color: #c6ac73;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.split-slide-price-span {
  font-size: 20px;
}

.heading-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.slider-subtitle-head-line {
  border-top: 1px solid #c6ac73;
  width: 40px;
  margin-bottom: 5px;
}

.split-slide-pricing-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.split-section-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.subtitle-head-wrap {
  margin-bottom: 8px;
  overflow: hidden;
}

.split-slider-pricing-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-section-image-wrapper {
  width: 50%;
  height: 100vh;
  margin-right: auto;
  position: relative;
  inset: 0 auto auto;
}

.split-section-img {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.home-one-about2-section {
  width: 100%;
  display: block;
  position: relative;
}

.heading-title-animation {
  margin-bottom: 30px;
  overflow: hidden;
}

.split-slide-pricing-lists {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
}

.pricing-feature {
  align-self: stretch;
  font-weight: 300;
}

.split-section-content-wrapper {
  width: 50%;
  margin-left: auto;
  padding: 100px 50px;
}

.heading-subheading-desc {
  margin-bottom: 0;
  font-weight: 300;
}

.heading-subtitle {
  margin-bottom: 20px;
  position: relative;
}

.splite-slide-pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ffffff26;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 25px;
  transition: all .3s;
  display: flex;
}

.splite-slide-pricing:hover {
  border-color: #fff6;
}

.homepage-div {
  z-index: 90;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  top: 90px;
}

.special {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-48 {
  text-align: center;
  align-self: center;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .4s;
}

.div-block-48:hover {
  opacity: .5;
}

.div-block-48.bar {
  margin-top: 0;
  text-decoration: none;
  transition: opacity .5s;
}

.div-block-48.bar:hover {
  opacity: .51;
}

.div-block-49 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.footer-sec {
  z-index: 9;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: #975d16;
  letter-spacing: 5px;
  font-size: 12px;
}

.text-span-2.white {
  color: #af9c64;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 13px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-11._9 {
  margin-top: 10px;
  font-family: p22-underground, sans-serif;
}

.title {
  margin-bottom: 25px;
}

.title._12121 {
  margin-bottom: 5px;
}

.text-span {
  color: #642e24;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-span.white2 {
  color: #e7e7e7;
  text-transform: lowercase;
  font-size: 35px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 30px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-family: trajan-pro-3, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  .split-slide-pricing-lists {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 280px;
    max-width: 280px;
  }

  .split-section-content-wrapper {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .split-section-content-wrapper {
    padding: 155px 80px 100px;
  }

  .splite-slide-pricing {
    padding: 40px 55px;
  }
}

@media screen and (min-width: 1920px) {
  .hs95-slider-arrow, .hs95-slider-arrow.next {
    display: none;
  }

  .link-block-7 {
    height: 700px;
  }

  .wrapper-2 {
    justify-content: space-between;
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrapper-2.gutter.wrapper-medium {
    max-width: 1600px;
  }

  .wrapper-2.gutter {
    display: block;
  }

  .text-inside-grid {
    color: #b8b5b0;
    width: 80%;
    line-height: 1.8em;
  }

  .text_und_button.section_spacing.container {
    color: #b8b5b0;
  }

  .heading-3 {
    width: 100%;
  }

  .container_center {
    width: 60%;
  }

  .container_center.container-spacing {
    width: 65%;
  }

  ._2-col-grid.banner-grid {
    background-image: linear-gradient(100deg, #000 10%, #06060600);
  }

  ._2-col-grid.banner-grid.right, ._2-col-grid.banner-grid.upco {
    background-image: none;
  }

  .image-banner {
    background-image: url('../images/Freunde.jpg');
    background-position: 50%;
    background-size: auto;
    height: 70vh;
  }

  .image-banner.dining {
    height: auto;
    min-height: 0;
  }

  .image-banner.dr, .image-banner.upcoming {
    height: auto;
  }

  .primary_button {
    letter-spacing: 6px;
    text-decoration: none;
  }

  .primary_button.fill {
    color: #f3f0ea;
    background-color: #ceaa72;
    width: 100%;
  }

  .paragraph-space {
    color: #b8b5b0;
    font-size: 18px;
    line-height: 1.8em;
  }

  .paragraph-space.center {
    color: #e9e9e9;
    font-size: 15px;
    line-height: 1.5em;
  }

  .gradi-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .gradi-wrapper._100 {
    display: block;
  }

  .text-block-5 {
    color: #f3f0ea;
  }

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

  .section-6.no-top-padding.grey {
    background-color: #060606;
    padding-top: 5vw;
    padding-bottom: 3vw;
    position: static;
  }

  .text-block-4 {
    color: #f3f0ea;
  }

  .image-2 {
    padding-bottom: 1vw;
  }

  .ffnungszeiten {
    padding-top: 2vw;
  }

  .medium-stacked-intro {
    max-width: 500px;
  }

  .line-fill {
    background-color: #ceaa72;
  }

  .text-field {
    background-color: #1e1e1e;
    min-height: 60px;
  }

  .text-field:hover, .text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
    color: #f3f0ea;
  }

  .text-field::placeholder {
    color: gray;
  }

  .text-field.large:hover, .text-field.large:active, .text-field.large:focus, .text-field.large:focus-visible, .text-field.large[data-wf-focus-visible] {
    color: #f3f0ea;
  }

  .text-field.large::placeholder {
    color: gray;
  }

  .stacked-heading {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
  }

  .checkbox {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 8px;
  }

  .contact-info-wrapper {
    background-color: #060606;
  }

  .grid-wrapper {
    place-items: center stretch;
    width: auto;
    position: static;
  }

  .standort {
    padding-top: 2vw;
  }

  .service-link-top {
    background-color: #060606;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .datenschutz {
    color: #ceaa72;
  }

  .body-display {
    color: #b8b5b0;
    font-size: 18px;
  }

  .pin-icon {
    padding-bottom: 1vw;
  }

  .checkbox-label {
    font-weight: 400;
  }

  .navigation-only-logo {
    z-index: 99;
    text-align: center;
    background-color: #060606;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
    display: block;
  }

  .logo-3 {
    max-width: 100%;
  }

  .split-section-content-wrapper {
    padding-left: 110px;
  }
}

@media screen and (max-width: 991px) {
  .ths04-preloader-section {
    top: -100%;
  }

  .ths04-preloader-text-wrapper {
    align-items: flex-end;
  }

  .ths04-slide {
    background-position: 50%;
  }

  .letters {
    width: 50px;
  }

  .letters.e {
    width: 45px;
    margin-top: -4px;
  }

  .div-block-3 {
    margin-right: 50px;
  }

  .hero-text {
    font-size: 30px;
    line-height: 60px;
  }

  .hero-text.ff {
    line-height: 40px;
  }

  .hero-link-block {
    position: static;
  }

  .hero-section {
    min-height: 645px;
  }

  .hero-section.me, .hero-section.first {
    min-height: 300px;
  }

  .hero-section._444 {
    min-height: 400px;
  }

  .hero-section.fixed-01 {
    min-height: 300px;
  }

  .hero-image-interaction.rere, .hero-image-interaction.club, .hero-image-interaction.spirits {
    height: 100%;
  }

  .all-caps {
    margin-bottom: 0;
    line-height: 28px;
  }

  .overlay.hp {
    background-image: linear-gradient(#00000038, #00000038), linear-gradient(#000, #0000 18%, #0000), linear-gradient(#0000, #000000fa);
  }

  .hero-container {
    width: 70%;
  }

  .hero-container._994 {
    padding-top: 81px;
  }

  .hero-container.nn {
    width: 80%;
    padding-top: 11px;
  }

  .hero-container.reserv {
    flex-direction: column;
    padding-top: 31px;
    position: static;
  }

  .div-block-47 {
    top: 80px;
  }

  .dish-title.cent {
    text-align: left;
  }

  .heading-box-left {
    width: 100%;
  }

  .text-gray.c9, .text-gray.c77 {
    text-align: left;
  }

  .content-section {
    max-width: 100%;
    padding-top: 60px;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.double._01 {
    padding: 50px 30px;
  }

  .content-section.double.re, .content-section.double.pp, .content-section.double.nofixed {
    padding: 60px 30px 50px;
  }

  .headline.black {
    text-align: left;
    padding-left: 13px;
    font-size: 30px;
  }

  .headline.other3, .headline.t1, .headline.black {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
  }

  .headline.newnewn {
    text-align: left;
    font-size: 30px;
  }

  .headline.bday {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .sm {
    font-size: 25px;
    line-height: 30px;
  }

  .sm._1st {
    font-size: 20px;
  }

  .sm.c0 {
    text-align: left;
    font-size: 20px;
  }

  .sm.chouce {
    font-size: 20px;
  }

  .sm._89 {
    text-align: left;
    font-size: 20px;
  }

  .image-section {
    max-width: 100%;
  }

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

  .cta11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .error-message-2 {
    max-width: 738px;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: stretch;
  }

  .success-message-2 {
    max-width: 738px;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2.bottom-margin-field, .text-field-2.bottom-margin-field.last, .text-field-2.bottom-margin-field._3, .text-field-2.bottom-margin-field._3 {
    width: 100%;
  }

  .html-embed-5 {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .nav-link {
    font-size: 7vw;
  }

  .nav-line {
    margin-left: 18px;
    margin-right: 18px;
  }

  .grid-menu {
    grid-row-gap: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .menu-button-close {
    top: 27px;
    right: 18px;
  }

  .grid-navbar {
    padding: 15px 18px;
  }

  .grid {
    grid-column-gap: 50px;
  }

  .paragraph.hours {
    max-width: none;
  }

  .paragraph.hours.c111, .paragraph.hours._9 {
    text-align: center;
  }

  .line-space {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .section-4 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .visit__shine-wrap {
    height: 600px;
    top: -300px;
  }

  .visit__shine-img {
    right: -250px;
  }

  .audio__shine-wrap {
    overflow: hidden;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  .headline-3 {
    font-size: 20px;
  }

  .key-facts.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .item {
    border-left-style: none;
    padding-top: 2vw;
  }

  .wrapper-2.gutter {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-inside-grid {
    width: 70%;
    padding-top: 15px;
    font-size: 16px;
  }

  .image-und-name {
    padding-bottom: 2vw;
  }

  .text_und_button.section_spacing.container.large-space {
    padding-bottom: 6vw;
  }

  .card-image, .card-image.blue {
    width: 40px;
    height: 40px;
  }

  .loop {
    justify-content: flex-start;
    width: 200%;
  }

  .kundenmeinung {
    justify-content: space-between;
    align-items: stretch;
    width: 50%;
  }

  .vorname-und-nachname {
    font-size: 16px;
  }

  .reviews.section-spacing {
    padding-top: 30px;
    display: none;
  }

  .heading-3 {
    font-size: 28px;
    font-weight: 400;
  }

  .card {
    flex: none;
    width: 50vw;
    height: 70%;
  }

  .container_center {
    width: 84%;
  }

  .container_center.container-spacing {
    width: 100%;
  }

  .container_center.container-spacing.small {
    width: 70%;
  }

  .kundenmeinung-text {
    font-size: 16px;
  }

  .n-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    display: flex;
  }

  .background_image {
    display: none;
  }

  .component.hover-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .is-main {
    font-size: 3rem;
  }

  .menus-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._2-col-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.banner-grid {
    background-image: linear-gradient(#000000c2, #000000c2);
    min-height: 500px;
    padding: 50px;
  }

  ._2-col-grid.banner-grid.right {
    background-image: none;
    min-height: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  ._2-col-grid.banner-grid.upco {
    background-image: none;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-banner {
    background-position: 34%;
    background-size: auto;
  }

  .image-banner.dining {
    background-image: linear-gradient(#000, #0000 24%), url('../images/4rest.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-banner.dr {
    background-image: linear-gradient(#000c, #000c), url('../images/champgne.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-banner.upcoming {
    background-image: linear-gradient(#000000ba, #000000ba), url('../images/_A746238.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-space {
    font-size: 15px;
  }

  .paragraph-space.center {
    text-align: center;
    font-size: 15px;
  }

  .paragraph-space.center.f, .paragraph-space.center._5 {
    text-align: left;
  }

  .heading-7.center {
    text-align: center;
  }

  .heading-7.center.no {
    text-align: left;
  }

  .grid-item {
    text-align: center;
  }

  .navbar-2 {
    padding-top: .9rem;
    padding-bottom: .6rem;
  }

  .menu-button-2 {
    color: #fff;
  }

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

  .nav-link-2.hide-desk {
    display: block;
  }

  .button-3.hide-on-mobile {
    display: none;
  }

  .button-3.hide-on-mobile.not {
    display: inline-block;
  }

  .button-3.transparent {
    display: block;
  }

  .button-3.transparent._96d {
    display: inline-block;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .headline-2 {
    font-size: 28px;
  }

  .ber-uns.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-4 {
    max-width: 100%;
  }

  .parallax.pp1 {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(180deg, black, transparent 47%), url('../images/_A746153.jpg');
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .parallax.pp2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/_A745783.jpg');
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .parallax.pp3 {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(180deg, transparent 46%, #000), url('../images/_A745973.jpg');
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-6.no-top-padding.grey {
    padding-top: 61px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-2 {
    padding-bottom: 2vw;
  }

  .medium-stacked-intro {
    max-width: 700px;
  }

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

  .heading-1 {
    font-size: 42px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .stacked-heading {
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .quick-link-wrapper {
    grid-row-gap: 47px;
    grid-template-columns: 1fr;
  }

  .contact-info-wrapper, .service-link-name {
    width: 100%;
  }

  .body-display {
    font-size: 16px;
  }

  .pin-icon {
    padding-bottom: 2vw;
  }

  .service-link {
    background-color: #fff;
  }

  .logo-3 {
    z-index: 10;
  }

  .p_m {
    text-align: left;
  }

  .p_m.footer-text {
    font-size: 13px;
    line-height: 17px;
  }

  .reviews-new {
    background-attachment: scroll, scroll;
    height: auto;
    padding: 50px;
  }

  .c-testimonials-gird {
    grid-template-columns: 1fr 1fr;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-sec.section-spacing-copy, .events.section-spacing, .night.section-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-item {
    height: 220px;
  }

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

  .home-t {
    max-width: none;
    font-size: 40px;
    line-height: 50px;
  }

  .html-embed-6 {
    width: 100%;
    min-height: 350px;
  }

  .select-field {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-title {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .split-slide-pricing-title {
    margin-bottom: 0;
  }

  .split-section-inner {
    height: auto;
  }

  .split-section-image-wrapper {
    width: 100%;
    position: static;
  }

  .split-section-img {
    position: static;
  }

  .split-section-content-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: 0;
    padding: 50px 30px;
  }

  .heading-subtitle {
    margin-bottom: 30px;
  }

  .splite-slide-pricing {
    margin-bottom: 20px;
  }

  .splite-slide-pricing.last {
    margin-bottom: 0;
  }

  .homepage-div {
    top: 80px;
  }

  .special {
    margin-bottom: 30px;
  }

  .div-block-48 {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-49 {
    flex-flow: wrap;
    align-items: center;
  }

  .footer-sec {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hs95-contact-link-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ths04-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 6px;
  }

  .ths04-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ths04-header-block-center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs95-hero-section-footer {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .ths04-header-block-right {
    display: none;
  }

  .ths04-nav-link {
    margin-left: 0;
    padding-top: 1px;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .ths04-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hs95-slide-caption-wrapper {
    text-align: center;
    justify-content: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .hs95-slide-caption {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .letters.e {
    margin-top: -5px;
  }

  .text-block {
    letter-spacing: 1px;
  }

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

  .div-block-4 {
    margin-left: 0;
  }

  .button {
    text-align: center;
    min-width: 120px;
  }

  .hs95-slide-caption-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-text {
    line-height: 50px;
  }

  .hero-section {
    min-height: 600px;
  }

  .hero-section._444 {
    min-height: 300px;
  }

  .all-caps {
    font-size: 13px;
    line-height: 26px;
  }

  .hero-container {
    width: 90%;
    min-height: 500px;
  }

  .hero-container._994 {
    min-height: 0;
    padding-top: 46px;
    padding-bottom: 0;
  }

  .hero-container.nn {
    min-height: 0;
    padding-top: 43px;
  }

  .hero-container.reserv {
    min-height: 0;
    padding-top: 36px;
  }

  .div-block-47 {
    padding-top: 8px;
    padding-bottom: 8px;
    top: 73px;
  }

  .heading-box-left {
    width: 100%;
  }

  .text-gray {
    font-size: 14px;
  }

  .content-section.double._01 {
    padding-top: 50px;
    padding-left: 24px;
    padding-right: 17px;
  }

  .content-section.double.re, .content-section.double.pp, .content-section.double.nofixed {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .headline.black, .headline.other3, .headline.t1, .headline.black {
    font-size: 25px;
    line-height: 35px;
  }

  .headline.newnewn {
    font-weight: 400;
    line-height: 35px;
  }

  .headline.bday {
    font-size: 25px;
    line-height: 35px;
  }

  .dish-price {
    font-size: 13px;
  }

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

  .sm {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .sm._1st, .sm.c0, .sm.chouce, .sm._89 {
    font-size: 16px;
  }

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

  .div-block-36 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pp4 {
    font-size: 15px;
  }

  .cta11-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .error-message-2 {
    width: 100%;
    max-width: none;
  }

  .email-text {
    font-size: 15px;
  }

  .cta11-form-wrap {
    padding: 0;
  }

  .success-message-2 {
    width: 100%;
    max-width: none;
  }

  .wrapper.m0-50 {
    margin-top: 10px;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2.bottom-margin-field {
    padding-top: 29px;
  }

  .html-embed-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .modal__close {
    top: 4px;
    right: 4px;
  }

  .menu-button, .brand {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link {
    font-size: 9vw;
  }

  .nav-line {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-button {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 10px;
  }

  .menu-button-close {
    padding-left: 18px;
    padding-right: 18px;
    top: 22px;
    right: 10px;
  }

  .logo {
    height: 40px;
  }

  .text-menu {
    font-size: 10px;
  }

  .grid-navbar {
    padding: 13px 10px;
  }

  .block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-absolute {
    left: -5%;
  }

  .content {
    padding-left: 38px;
    padding-right: 38px;
  }

  .line-space {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .section-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .modal-2 {
    padding: 0;
  }

  .link-block-7 {
    height: 500px;
  }

  .image-30 {
    margin-bottom: 0;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .visit__shine-mob-img {
    width: 400px;
    position: relative;
    left: -150px;
  }

  .visit__shine-mob-wrap {
    opacity: .8;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0;
    left: -32px;
  }

  .visit__shine-wrap {
    top: -500px;
  }

  .visit__shine-img {
    right: -200px;
  }

  .audio__shine-img {
    width: 600px;
    max-width: none;
    left: auto;
    right: -350px;
    transform: rotate(60deg);
  }

  .audio__shine-wrap {
    justify-content: flex-end;
    height: 500px;
    inset: -122px 0 0;
    overflow: hidden;
  }

  .text_und_button.section_spacing.container.large-space {
    padding-bottom: 7vw;
  }

  .card {
    flex: none;
    width: 70%;
    height: 380px;
  }

  .container_center {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container_center.container-spacing.small {
    width: 100%;
  }

  .component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .menus-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about.section-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary_button {
    flex: 0 auto;
    display: block;
  }

  .primary_button.onesize {
    max-width: 300px;
  }

  .primary_button.fill {
    display: block;
  }

  .heading-7 {
    font-size: 30px;
  }

  .heading-7.center.no {
    text-align: left;
  }

  .parallax.pp1, .parallax.pp2, .parallax.pp3 {
    text-align: center;
  }

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

  .image-2 {
    padding-bottom: 3vw;
  }

  .heading-1 {
    font-size: 38px;
  }

  .quick-link-wrapper {
    grid-template-columns: 1fr;
  }

  .pin-icon {
    padding-bottom: 3vw;
  }

  .logo-3 {
    z-index: 100;
  }

  .newsletter {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .form-newsletter {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .content-4 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .section-footer-2 {
    padding-top: 0;
  }

  .revi, .p_m {
    text-align: left;
  }

  .p_m.review, .p_m.footer-text {
    font-size: 15px;
  }

  .reviews-new {
    padding: 50px 30px;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .text-block-copy {
    letter-spacing: 1px;
  }

  .e1 {
    font-size: 15px;
  }

  .about-sec.section-spacing-copy, .events.section-spacing, .night.section-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-item {
    width: 100%;
    height: 220px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

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

  .home-t {
    font-size: 25px;
    line-height: 40px;
  }

  .glow-text.is-copy {
    letter-spacing: 8px;
    font-size: 18px;
  }

  .glow-text.is-title {
    font-size: 30px;
  }

  .split-slide-price {
    line-height: 55px;
  }

  .heading-title {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 46px;
  }

  .slider-subtitle-head-line {
    padding-bottom: 0;
  }

  .split-slide-pricing-title {
    font-size: 24px;
    line-height: 30px;
  }

  .split-section-inner {
    flex-flow: wrap-reverse;
  }

  .split-section-image-wrapper {
    height: 480px;
  }

  .pricing-feature {
    padding-bottom: 0;
    line-height: 25px;
  }

  .split-section-content-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .splite-slide-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .homepage-div {
    padding-top: 8px;
    padding-bottom: 8px;
    top: 73px;
  }

  .special {
    margin-bottom: 0;
  }

  .div-block-48 {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-49 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer-sec {
    padding-top: 0;
  }

  .title._12121 {
    margin-top: 0;
  }

  .paragraph-3 {
    margin-bottom: 10px;
  }

  .text-block-12 {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 479px) {
  .ths04-hero-section {
    height: auto;
  }

  .hs95-contact-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hs95-hero-section-footer {
    height: auto;
    padding-top: 12px;
  }

  .ths04-slider-wrapper {
    height: auto;
  }

  .ths04-slider {
    height: 65vh;
  }

  .hs95-slide-caption-wrapper {
    height: auto;
  }

  .hs95-slide-caption {
    padding-bottom: 12px;
  }

  .letters {
    width: 40px;
  }

  .letters.e {
    width: 35px;
  }

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

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hs95-slide-caption-2 {
    padding-bottom: 12px;
  }

  .hs95-slide-caption-2.none {
    padding-bottom: 0;
    line-height: 18px;
  }

  .hero-text {
    letter-spacing: 1px;
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 40px;
  }

  .hero-section {
    min-height: 100vh;
  }

  .hero-section.me, .hero-section.first, .hero-section._444, .hero-section.fixed-01 {
    min-height: 300px;
  }

  .all-caps {
    font-size: 13px;
  }

  .overlay.hp {
    background-image: linear-gradient(#00000038, #00000038), linear-gradient(#000, #0000 18%, #0000);
  }

  .hero-container._994 {
    min-height: 0;
    padding-top: 68px;
  }

  .hero-container.nn, .hero-container.reserv {
    min-height: 0;
    padding-top: 80px;
  }

  .div-block-47 {
    padding: 13px 0;
    top: 81px;
  }

  .dish-title.cent {
    margin-bottom: 0;
  }

  .heading-box-left {
    width: 100%;
  }

  .heading-box-left._009, .heading-box-left.jjj {
    padding-left: 0;
  }

  .text-gray {
    font-size: 15px;
  }

  .text-gray.c77 {
    margin-top: 6px;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double {
    padding-bottom: 50px;
  }

  .content-section.double._01 {
    background-image: linear-gradient(#0000, #000), linear-gradient(#000, #0000 26%), linear-gradient(#00000085, #00000085), url('../images/desktop-1920x1080-1.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, 800px;
    padding: 50px 26px 0;
  }

  .content-section.double.re {
    margin-bottom: -61px;
    padding-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .content-section.double.re.thank-you {
    min-height: 50vh;
    margin-bottom: -78px;
    padding-top: 70px;
  }

  .content-section.double.pp {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-section.double.pp.final {
    padding-top: 0;
  }

  .content-section.double.pp.calrndar {
    padding-top: 17px;
    padding-bottom: 43px;
  }

  .content-section.double.nofixed {
    margin-bottom: 0;
    padding: 24px 30px 38px;
    position: static;
  }

  .headline.black {
    margin-bottom: 0;
    font-size: 20px;
  }

  .headline.other3, .headline.t1, .headline.black {
    margin-bottom: 0;
    font-size: 25px;
  }

  .headline.newnewn {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 35px;
  }

  .headline.bday {
    margin-bottom: 0;
    font-size: 25px;
  }

  .dish-price {
    font-size: 14px;
  }

  .menu-item.jjj {
    padding-left: 0;
  }

  .content-wrapper {
    margin-top: 10px;
    margin-bottom: 27px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper._98 {
    margin-bottom: 0;
  }

  .content-wrapper.mores {
    margin-top: 50px;
  }

  .sm {
    font-size: 20px;
    line-height: 30px;
  }

  .sm._1st {
    margin-top: 20px;
    font-size: 20px;
  }

  .sm.c0, .sm.chouce, .sm._89 {
    margin-top: 20px;
  }

  .image-section {
    min-height: 500px;
  }

  .menu-whole {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .div-block-36 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pp4 {
    width: 100%;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .button-small-3 {
    flex: 1;
    align-self: stretch;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .wrapper.m0-50, .section-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2.bottom-margin-field, .text-field-2.bottom-margin-field._3, .text-field-2.bottom-margin-field._3 {
    width: 100%;
  }

  .html-embed-5 {
    margin-bottom: -13px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .modal__close {
    top: 4px;
    right: 4px;
  }

  .nav-line {
    display: none;
  }

  .grid-navbar {
    padding-left: 4px;
    padding-right: 4px;
  }

  .grid {
    grid-row-gap: 80px;
  }

  .content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .line-space {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .modal-2 {
    padding: 15px;
    display: flex;
  }

  .modal__body-2 {
    border-radius: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-7 {
    object-fit: cover;
    height: auto;
  }

  .image-30 {
    object-fit: cover;
  }

  .visit__shine-mob-img {
    left: -150px;
  }

  .visit__shine-mob-wrap {
    bottom: -20px;
  }

  .visit__shine-img {
    max-width: 120%;
  }

  .headline-3 {
    font-size: 18px;
    font-weight: 400;
  }

  .key-facts.section-spacing {
    padding-top: 30px;
  }

  .wrapper-2.gutter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-inside-grid {
    width: 100%;
    font-size: 15px;
  }

  .image-und-name {
    padding-bottom: 3vw;
  }

  .text_und_button.section_spacing.container {
    padding-left: 0;
    padding-right: 0;
  }

  .card-image {
    margin-right: 4vw;
  }

  .card-image.green {
    margin-right: 3vw;
  }

  .vorname-und-nachname {
    padding-top: 0;
  }

  .heading-3 {
    padding-bottom: 32px;
    font-size: 22px;
    line-height: 1.5em;
  }

  .card {
    flex: none;
    width: 90%;
    padding: 16px;
  }

  .container_center, .container_center.container-spacing {
    width: 100%;
  }

  .kundenmeinung-text {
    font-size: 15px;
  }

  ._2-col-grid.banner-grid, ._2-col-grid.banner-grid.right {
    min-height: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-col-grid.banner-grid.upco {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    background-position: 50%;
    height: 650px;
  }

  .image-banner.dining, .image-banner.dr, .image-banner.upcoming {
    height: auto;
  }

  .about.section-spacing {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .primary_button {
    max-width: 90%;
    font-size: 15px;
    display: block;
  }

  .primary_button:hover {
    background-color: #ceaa72;
    border-color: #ceaa72;
  }

  .primary_button.fill {
    display: block;
  }

  .paragraph-space {
    font-size: 15px;
    line-height: 1.6em;
  }

  .paragraph-space.center.f, .paragraph-space.center._5 {
    text-align: center;
  }

  .heading-7 {
    width: 100%;
    font-size: 35px;
  }

  .heading-7.center {
    font-size: 35px;
  }

  .heading-7.center.no {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
  }

  .heading-7._3._6 {
    font-size: 30px;
  }

  .button-3.new {
    letter-spacing: 0;
    padding: .4rem .5rem;
  }

  .heading-und-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headline-2 {
    font-size: 24px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new5, .slide-img.new2, .slide-img.new4, .slide-img.new3, .slide-img.new7 {
    height: 100%;
  }

  .hero-slider {
    margin-top: 0;
    position: static;
  }

  .slide-content {
    height: 100%;
  }

  .slide-nav {
    display: none;
  }

  .paragraph-2 {
    margin-top: 14px;
    font-size: 16px;
    line-height: 22px;
  }

  .parallax.pp1, .parallax.pp2, .parallax.pp3 {
    height: 300px;
  }

  .gradi-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    font-size: 13px;
  }

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

  .section-6.no-top-padding.grey {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .image-2 {
    padding-bottom: 6vw;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .contact-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle-2 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .heading-1 {
    font-size: 28px;
  }

  .form-field-grid, .stacked-heading {
    grid-row-gap: 15px;
  }

  .contact-info-wrapper {
    grid-column-gap: 0px;
  }

  .grid-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-height: 100%;
  }

  .service-link-name {
    border-bottom-style: none;
  }

  .body-display {
    font-size: 15px;
    line-height: 1.5em;
  }

  .pin-icon {
    padding-bottom: 6vw;
  }

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

  .logo-wrapper {
    padding-top: 7vw;
  }

  .logo-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-3 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 5px;
  }

  .block-footer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-4 {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-footer-2 {
    padding-top: 0;
  }

  .revi {
    text-align: center;
    line-height: 25px;
  }

  .p_m.review {
    text-align: center;
  }

  .p_m.footer-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 5em;
  }

  .none.type-color, .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .e1 {
    width: 100%;
  }

  .about-sec.section-spacing-copy, .events.section-spacing, .night.section-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-item {
    height: 150px;
  }

  .hover-link-wrapper.project-view-link {
    width: 100px;
    height: 100px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .hover-link {
    font-size: 8px;
  }

  .home-t {
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
  }

  .select-field {
    letter-spacing: 0;
  }

  .date-field, .date-field::placeholder {
    color: #636363;
  }

  .collection-list-wrapper {
    margin-top: 30px;
  }

  .image-33 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-63 {
    margin-top: 30px;
  }

  .modal {
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal__body {
    object-fit: cover;
    background-image: none;
    padding: 0;
  }

  .modal__close-2 {
    top: 3px;
    right: 5px;
  }

  .glow-text.is-copy {
    letter-spacing: 5px;
  }

  .glow-text-wrapper.scroll-new {
    text-align: center;
  }

  .subtitle-head {
    letter-spacing: .2px;
    font-size: 13px;
    line-height: 22px;
  }

  .split-slide-price, .split-slide-price-span {
    line-height: 20px;
  }

  .heading-title {
    letter-spacing: 0;
    font-size: 35px;
    line-height: 38px;
  }

  .split-slide-pricing-title {
    -webkit-text-stroke-width: .1px;
    font-size: 22px;
    line-height: 24px;
  }

  .split-slider-pricing-content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .split-section-image-wrapper {
    height: 400px;
  }

  .split-slide-pricing-lists {
    grid-template-columns: 1fr;
  }

  .split-section-content-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-subtitle {
    text-align: center;
    margin-bottom: 20px;
  }

  .splite-slide-pricing {
    margin-bottom: 10px;
    padding: 25px 20px 20px;
    display: block;
  }

  .homepage-div {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 0;
    top: 81px;
  }

  .special {
    margin-bottom: 0;
  }

  .div-block-48 {
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .div-block-49 {
    flex-direction: column;
  }

  .footer-sec {
    padding-bottom: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11._9 {
    margin-top: 5px;
  }

  .title._12121 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .text-span.white2 {
    line-height: 35px;
  }
}

#w-node-de899c51-d6f9-e980-9f76-1024e506e6a8-ff04ecc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_40ee5e40-7139-12ed-e93e-1500061833db-ff04ecc9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_72ba99c2-5b97-adb8-c84f-a1d476a364de-76a364ce, #w-node-_72ba99c2-5b97-adb8-c84f-a1d476a364e7-76a364ce, #w-node-_72ba99c2-5b97-adb8-c84f-a1d476a364ec-76a364ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90105d1d-af74-4026-7917-76aee8ce7471-ff04ecca, #w-node-_8adb4e28-ea1b-3732-c2bf-9c8bed26500f-ff04ecca {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3be3fe38-5200-0df3-3f97-0124ff1a171e-ff04ecdd {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3be3fe38-5200-0df3-3f97-0124ff1a171f-ff04ecdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6e5a02b-a328-2e74-9e90-e53d462e9a87-ff04ecde {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a6e5a02b-a328-2e74-9e90-e53d462e9a8c-ff04ecde {
  align-self: stretch;
}

#w-node-_8b7d1bc6-8d1d-7ac3-3d50-d81816167dfb-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b7d1bc6-8d1d-7ac3-3d50-d81816167e00-ff04ecde {
  align-self: stretch;
}

#w-node-_7ae5f166-d94e-bdc4-1f00-aef88694db04-ff04ecde {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7ae5f166-d94e-bdc4-1f00-aef88694db09-ff04ecde, #w-node-_0f7a43ff-ac2a-74fb-5d8e-95d0ee406bce-ff04ecde, #w-node-_0b3cf7b4-622c-05cb-25e6-29451d3b6e45-ff04ecde, #w-node-_31f3aff5-e251-f6e4-e944-294f1573090c-ff04ecde, #w-node-d91253c7-ced0-86e1-a0c9-9afab1003e5a-ff04ecde {
  align-self: stretch;
}

#w-node-_43684c95-4223-4a37-3fca-f002edc78f72-ff04ecde {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43684c95-4223-4a37-3fca-f002edc78f77-ff04ecde {
  align-self: stretch;
}

#w-node-_11d7a70e-8aa7-a569-af3f-1331dd3c56f1-ff04ecde {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_11d7a70e-8aa7-a569-af3f-1331dd3c56f6-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-dafacb17-63e8-51e8-0882-c2e26f8260c7-ff04ecde {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dafacb17-63e8-51e8-0882-c2e26f8260cc-ff04ecde, #w-node-_5acd3307-eb9b-dbe5-c023-dd37a2d3528c-ff04ecde, #w-node-_2b0b9275-bb68-b8d1-4f71-886f39a7a98d-ff04ecde {
  align-self: stretch;
}

#w-node-b126a1d1-fc80-f0c5-afc7-6d03b879b502-ff04ecde {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b126a1d1-fc80-f0c5-afc7-6d03b879b507-ff04ecde {
  align-self: stretch;
}

#w-node-fff63cef-708c-32d1-82fb-a576930f2163-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fff63cef-708c-32d1-82fb-a576930f2168-ff04ecde {
  align-self: stretch;
}

#w-node-_854272c4-3d22-73b3-af1c-be4463272fbe-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_854272c4-3d22-73b3-af1c-be4463272fc3-ff04ecde {
  align-self: stretch;
}

#w-node-_668081db-3e39-c65a-2986-482ef870f6a1-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668081db-3e39-c65a-2986-482ef870f6a6-ff04ecde {
  align-self: stretch;
}

#w-node-_568b84ea-838a-5210-fc40-dff7b3e09bcb-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_568b84ea-838a-5210-fc40-dff7b3e09bd0-ff04ecde {
  align-self: stretch;
}

#w-node-dc4c4a78-b2e4-dc68-f8f5-d8adce45bf3c-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc4c4a78-b2e4-dc68-f8f5-d8adce45bf41-ff04ecde {
  align-self: stretch;
}

#w-node-_538c4ddc-4c99-875a-8437-74e03112b64f-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_538c4ddc-4c99-875a-8437-74e03112b654-ff04ecde, #w-node-efd5efe2-67dc-d641-4ce5-1d4987668c8e-ff04ecde {
  align-self: stretch;
}

#w-node-_827ce18d-fd30-988f-9d3f-d8d20109cf5a-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_827ce18d-fd30-988f-9d3f-d8d20109cf5f-ff04ecde {
  align-self: stretch;
}

#w-node-d7d0895a-9210-2f40-e45d-a12fa393dc04-ff04ecde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d0895a-9210-2f40-e45d-a12fa393dc09-ff04ecde {
  align-self: stretch;
}

#w-node-_358f5658-e665-6f63-e24c-aefde892fde6-ff04ecdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_358f5658-e665-6f63-e24c-aefde892fe08-ff04ecdf {
  justify-self: center;
}

#w-node-fac49b84-92a6-cd96-62c3-d3eb263c5917-ff04ecdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90105d1d-af74-4026-7917-76aee8ce7471-e905ad35, #w-node-_8adb4e28-ea1b-3732-c2bf-9c8bed26500f-e905ad35, #w-node-d724ec42-6cc7-33a0-f068-ad81f4c6b6fc-e905ad35, #w-node-_43f1d4a4-6d0a-13ab-62cc-7a17f0809405-e905ad35, #w-node-_82c4c3f7-6b17-48bb-dae0-dc803a3a963e-e905ad35, #w-node-eb2f3c90-9c68-cb44-f4da-04c24d6fc42d-58c5afd4, #w-node-_5897d9e3-149d-3133-e13f-1d8b669d0c2c-58c5afd4, #w-node-_363adae4-d501-ca38-1253-bfb566cd99a4-58c5afd4, #w-node-e9050919-6002-1c07-f88c-4fac71137236-58c5afd4, #w-node-ae3cbb91-67ff-fea6-8e47-0a6c0e9befd4-58c5afd4, #w-node-ffa73977-1e10-3cb6-e885-445e0fb3a9e3-58c5afd4, #w-node-_90105d1d-af74-4026-7917-76aee8ce7471-4d20f4ed {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-de899c51-d6f9-e980-9f76-1024e506e6a8-ff04ecc9, #w-node-_40ee5e40-7139-12ed-e93e-1500061833db-ff04ecc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_653fe6f1-5b7c-712e-47d4-38dd309edf83-ff04ecc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be3fe38-5200-0df3-3f97-0124ff1a171e-ff04ecdd {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_3be3fe38-5200-0df3-3f97-0124ff1a171f-ff04ecdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b7d1bc6-8d1d-7ac3-3d50-d81816167dfb-ff04ecde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ae5f166-d94e-bdc4-1f00-aef88694db04-ff04ecde {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-fff63cef-708c-32d1-82fb-a576930f2163-ff04ecde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fff63cef-708c-32d1-82fb-a576930f2168-ff04ecde {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_827ce18d-fd30-988f-9d3f-d8d20109cf5a-ff04ecde, #w-node-d7d0895a-9210-2f40-e45d-a12fa393dc04-ff04ecde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_653fe6f1-5b7c-712e-47d4-38dd309edf59-ff04ecc9, #w-node-_653fe6f1-5b7c-712e-47d4-38dd309edf6e-ff04ecc9, #w-node-_653fe6f1-5b7c-712e-47d4-38dd309edf83-ff04ecc9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_90105d1d-af74-4026-7917-76aee8ce7471-ff04ecca {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90105d1d-af74-4026-7917-76aee8ce7472-ff04ecca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8adb4e28-ea1b-3732-c2bf-9c8bed26500f-ff04ecca {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8adb4e28-ea1b-3732-c2bf-9c8bed265010-ff04ecca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3be3fe38-5200-0df3-3f97-0124ff1a171e-ff04ecdd {
    grid-column-end: 7;
  }

  #w-node-a6e5a02b-a328-2e74-9e90-e53d462e9a87-ff04ecde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6e5a02b-a328-2e74-9e90-e53d462e9a8c-ff04ecde {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8b7d1bc6-8d1d-7ac3-3d50-d81816167dfb-ff04ecde, #w-node-_7ae5f166-d94e-bdc4-1f00-aef88694db04-ff04ecde, #w-node-_0f7a43ff-ac2a-74fb-5d8e-95d0ee406bc9-ff04ecde, #w-node-_0b3cf7b4-622c-05cb-25e6-29451d3b6e40-ff04ecde, #w-node-_31f3aff5-e251-f6e4-e944-294f15730907-ff04ecde, #w-node-d91253c7-ced0-86e1-a0c9-9afab1003e55-ff04ecde, #w-node-_43684c95-4223-4a37-3fca-f002edc78f72-ff04ecde, #w-node-_11d7a70e-8aa7-a569-af3f-1331dd3c56f1-ff04ecde, #w-node-dafacb17-63e8-51e8-0882-c2e26f8260c7-ff04ecde, #w-node-_5acd3307-eb9b-dbe5-c023-dd37a2d35287-ff04ecde, #w-node-_2b0b9275-bb68-b8d1-4f71-886f39a7a988-ff04ecde, #w-node-b126a1d1-fc80-f0c5-afc7-6d03b879b502-ff04ecde, #w-node-fff63cef-708c-32d1-82fb-a576930f2163-ff04ecde, #w-node-_854272c4-3d22-73b3-af1c-be4463272fbe-ff04ecde, #w-node-_668081db-3e39-c65a-2986-482ef870f6a1-ff04ecde, #w-node-_568b84ea-838a-5210-fc40-dff7b3e09bcb-ff04ecde, #w-node-dc4c4a78-b2e4-dc68-f8f5-d8adce45bf3c-ff04ecde, #w-node-_538c4ddc-4c99-875a-8437-74e03112b64f-ff04ecde, #w-node-efd5efe2-67dc-d641-4ce5-1d4987668c89-ff04ecde, #w-node-_827ce18d-fd30-988f-9d3f-d8d20109cf5a-ff04ecde, #w-node-d7d0895a-9210-2f40-e45d-a12fa393dc04-ff04ecde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90105d1d-af74-4026-7917-76aee8ce7471-e905ad35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90105d1d-af74-4026-7917-76aee8ce7472-e905ad35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8adb4e28-ea1b-3732-c2bf-9c8bed26500f-e905ad35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8adb4e28-ea1b-3732-c2bf-9c8bed265010-e905ad35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d724ec42-6cc7-33a0-f068-ad81f4c6b6fc-e905ad35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d724ec42-6cc7-33a0-f068-ad81f4c6b6fd-e905ad35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43f1d4a4-6d0a-13ab-62cc-7a17f0809405-e905ad35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_43f1d4a4-6d0a-13ab-62cc-7a17f0809406-e905ad35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82c4c3f7-6b17-48bb-dae0-dc803a3a963e-e905ad35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_82c4c3f7-6b17-48bb-dae0-dc803a3a963f-e905ad35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb2f3c90-9c68-cb44-f4da-04c24d6fc42d-58c5afd4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb2f3c90-9c68-cb44-f4da-04c24d6fc42e-58c5afd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5897d9e3-149d-3133-e13f-1d8b669d0c2c-58c5afd4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5897d9e3-149d-3133-e13f-1d8b669d0c2d-58c5afd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_363adae4-d501-ca38-1253-bfb566cd99a4-58c5afd4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_363adae4-d501-ca38-1253-bfb566cd99a5-58c5afd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9050919-6002-1c07-f88c-4fac71137236-58c5afd4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e9050919-6002-1c07-f88c-4fac71137237-58c5afd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae3cbb91-67ff-fea6-8e47-0a6c0e9befd4-58c5afd4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ae3cbb91-67ff-fea6-8e47-0a6c0e9befd5-58c5afd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ffa73977-1e10-3cb6-e885-445e0fb3a9e3-58c5afd4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ffa73977-1e10-3cb6-e885-445e0fb3a9e4-58c5afd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90105d1d-af74-4026-7917-76aee8ce7471-4d20f4ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90105d1d-af74-4026-7917-76aee8ce7472-4d20f4ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_653fe6f1-5b7c-712e-47d4-38dd309edf59-ff04ecc9 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-_3be3fe38-5200-0df3-3f97-0124ff1a171e-ff04ecdd {
    grid-column-end: 5;
  }
}


@font-face {
  font-family: 'Sonder';
  src: url('../fonts/SonderRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}