.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  background-color: #f1efe9;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.section.section-hero {
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.section.section-1, .section.section-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.section-menu {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section.section-footer {
  border-top: 1px solid #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.section-contact {
  background-color: #1f497d;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
}

.hero-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-eyebrow {
  text-align: center;
  letter-spacing: .25rem;
  overflow-wrap: normal;
  margin-top: -5.7rem;
  font-family: Droid Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}

.hero-symbol {
  background-color: #e9e6df;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 360px;
  display: flex;
}

.paragraph {
  text-align: center;
}

.hero-claim {
  text-align: center;
  max-width: 52rem;
  margin-top: 2rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.hero-scroll-indicator {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.story-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kicker {
  opacity: .5;
}

.kicker.contact-kicker {
  color: #c9a227;
}

.heading-xl {
  text-align: center;
  letter-spacing: -.015em;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-left: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xl.heading-story-1st {
  text-align: left;
  margin-left: -1.5rem;
}

.heading-xl.heading-story-2nd {
  margin-top: -2.7rem;
  margin-bottom: -2rem;
}

.heading-xl.heading-story-3rd {
  text-align: right;
  margin-top: 20px;
  margin-left: 8.6rem;
}

.heading-xl.menu-heading-left {
  text-align: right;
  text-transform: uppercase;
  margin-right: -4.3rem;
}

.heading-xl.menu-heading-right {
  text-align: left;
  text-transform: uppercase;
  margin-left: -4.6rem;
}

.heading-xl.heading-contact-2nd {
  margin-top: -2.9rem;
  margin-left: 1.2rem;
}

.body-m {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 1.7rem;
  display: flex;
}

.food-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.heading-xxl {
  grid-template-rows: auto auto auto;
  font-size: 4.5rem;
}

.heading-xxl.food-heading-2nd {
  margin-top: .5rem;
  margin-left: 1.7rem;
}

.menu-intro-wrapper {
  color: #333;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #c9a227;
  grid-template: "." 1fr
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  display: grid;
}

.footer-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-text {
  font-size: .9rem;
}

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

.footer-right {
  text-align: right;
  flex-flow: column;
  display: flex;
}

.header {
  z-index: 1001;
  opacity: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: .9rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
}

.header-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: auto;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.header-link {
  text-align: right;
  font-size: .95rem;
}

.header-logo {
  letter-spacing: .25em;
  font-size: .95rem;
  position: absolute;
  left: 50%;
  right: 50%;
}

.header-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 10%;
  display: flex;
}

.story-wrapper-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  position: relative;
}

.hero-stage {
  inset: 9% auto auto 17%;
}

.hero-emblem {
  z-index: 2;
  width: 100%;
  max-width: 360px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.hero-emblem-img {
  z-index: 2;
  width: 100%;
  max-width: 360px;
  margin-right: 0;
  display: block;
  position: relative;
}

.hero-deco-layer {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.hero-deco {
  width: 72px;
  position: absolute;
}

.hero-deco.is-1 {
  inset: 18% auto auto 12%;
  transform: rotate(-23deg);
}

.hero-deco.is-2 {
  top: 48%;
  right: 76%;
  transform: rotate(15deg);
}

.hero-deco.is-3 {
  top: 20%;
  left: 82%;
  right: auto;
  transform: rotate(12deg);
}

.hero-deco.is-4 {
  bottom: 35%;
  right: 14%;
}

.hero-deco.is-5 {
  top: 39%;
  left: 67%;
  transform: rotate(-7deg);
}

.hero-deco.is-story-is2 {
  bottom: 35%;
  right: 14%;
}

.key-layer {
  z-index: 120;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.key-slot {
  background-color: #0000;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.key-placeholder {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 6vw;
  padding-right: 6vw;
  display: grid;
}

.header-left {
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  min-width: 120px;
  display: flex;
}

.header-middle {
  text-align: center;
  letter-spacing: .25rem;
  flex: 1;
  justify-content: center;
  font-family: Droid Sans, sans-serif;
  font-size: 1.9rem;
  display: flex;
}

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

.header-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 120px;
  display: flex;
}

.header-links {
  text-align: center;
}

.contact-button {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 10px;
}

.contact-button.contact-button-phone {
  color: #000;
}

.contact-button.contact-button-mail {
  background-color: #000;
}

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

.contact-reachout {
  color: #c9a227;
  font-size: 2.5rem;
}

.footer-image {
  opacity: .5;
  height: 7rem;
  margin-top: -2rem;
}

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

.story-heading-grid {
  text-indent: 0;
  line-height: 20px;
}

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

.food-heading-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-heading-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 65%;
  margin-top: 2rem;
  display: grid;
  position: static;
}

.menu-overlay {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  cursor: auto;
  background-color: #f1efe9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.menu-overlay-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.menu-close {
  opacity: 0;
  text-align: center;
  cursor: pointer;
  font-size: 2rem;
  position: static;
  top: 2rem;
  right: 2rem;
}

.body {
  overflow: visible;
}

.menu-link {
  text-align: center;
  text-decoration: none;
}

.menu-link.w--current {
  cursor: default;
}

.menu-link-style {
  color: #222;
  cursor: auto;
  font-size: 2rem;
  text-decoration: none;
}

.contact-heading {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #c9a227;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-datenschutz {
  color: #333;
  -webkit-text-stroke-color: black;
}

.footer-impressum {
  color: #333;
  text-decoration: none;
}

.footer-legal-link {
  -webkit-text-stroke-color: black;
  text-decoration: none;
}

.header-link-instagram {
  color: #333;
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.header-bg {
  z-index: 1000;
  opacity: .85;
  background-color: #f1efe9;
  width: 100%;
  height: 2.8rem;
  margin-top: 0;
  position: fixed;
}

.contact-insta-link {
  text-align: center;
  text-decoration: none;
  display: block;
}

.contact-insta-text {
  text-align: center;
  text-decoration: none;
}

.contact-openinghours {
  color: #c9a227;
  text-align: center;
  letter-spacing: .1rem;
  text-indent: 0;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.menu-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 1.5rem;
  display: flex;
}

.menu-button-food {
  color: #333;
  text-align: center;
  -webkit-text-stroke-color: black;
  background-color: #f1efe9;
  border: 1px solid #333;
  border-radius: 3px;
  width: 9rem;
  height: 3rem;
  padding-top: 12px;
}

.menu-button-wine {
  color: #333;
  text-align: center;
  background-color: #f1efe9;
  border: 1px solid #333;
  border-radius: 3px;
  width: 9rem;
  height: 3rem;
  padding-top: 12px;
}

.contact-buttons {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #c9a227;
  justify-content: center;
  display: flex;
}

.contac-button-call, .contact-button-mail {
  color: #c9a227;
  text-align: center;
  background-color: #1f497d;
  border: 1px solid #c9a227;
  border-radius: 3px;
  width: 6rem;
  height: 2.5rem;
}

.story-deco-layer {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.story-deco {
  width: 72px;
  position: absolute;
}

.story-deco.is-1 {
  inset: 18% auto auto 12%;
  transform: rotate(-23deg);
}

.story-deco.is-2 {
  top: 48%;
  right: 76%;
  transform: rotate(15deg);
}

.story-deco.is-3 {
  top: 20%;
  left: 82%;
  right: auto;
  transform: rotate(12deg);
}

.story-deco.is-4 {
  bottom: 35%;
  right: 14%;
}

.story-deco.is-5 {
  top: 39%;
  left: 67%;
  transform: rotate(-7deg);
}

.story-deco.is-story-is1 {
  inset: 25% auto auto 15%;
  transform: rotate(-23deg);
}

.story-deco.is-story-is2, .story-deco.is-food-is2 {
  inset: 25% auto auto 85%;
  transform: rotate(-23deg);
}

.menu-deco-layer {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.food-deco {
  width: 72px;
  position: absolute;
}

.food-deco.is-1 {
  inset: 18% auto auto 12%;
  transform: rotate(-23deg);
}

.food-deco.is-2 {
  top: 48%;
  right: 76%;
  transform: rotate(15deg);
}

.food-deco.is-3 {
  top: 20%;
  left: 82%;
  right: auto;
  transform: rotate(12deg);
}

.food-deco.is-4 {
  bottom: 35%;
  right: 14%;
}

.food-deco.is-5 {
  top: 39%;
  left: 67%;
  transform: rotate(-7deg);
}

.food-deco.is-story-is1 {
  inset: 25% auto auto 15%;
  transform: rotate(-23deg);
}

.food-deco.is-story-is2 {
  inset: 25% auto auto 85%;
  transform: rotate(-23deg);
}

.food-deco.is-food-is1 {
  inset: 25% auto auto 15%;
  transform: rotate(-23deg);
}

.food-deco.is-food-is2, .food-deco.is-menu-is2 {
  inset: 25% auto auto 85%;
  transform: rotate(-23deg);
}

.menu-deco {
  width: 72px;
  position: absolute;
}

.menu-deco.is-1 {
  inset: 18% auto auto 12%;
  transform: rotate(-23deg);
}

.menu-deco.is-2 {
  top: 48%;
  right: 76%;
  transform: rotate(15deg);
}

.menu-deco.is-3 {
  top: 20%;
  left: 82%;
  right: auto;
  transform: rotate(12deg);
}

.menu-deco.is-4 {
  bottom: 35%;
  right: 14%;
}

.menu-deco.is-5 {
  top: 39%;
  left: 67%;
  transform: rotate(-7deg);
}

.menu-deco.is-story-is1 {
  inset: 25% auto auto 15%;
  transform: rotate(-23deg);
}

.menu-deco.is-story-is2 {
  inset: 25% auto auto 85%;
  transform: rotate(-23deg);
}

.menu-deco.is-food-is1 {
  inset: 25% auto auto 15%;
  transform: rotate(-23deg);
}

.menu-deco.is-food-is2 {
  inset: 25% auto auto 85%;
  transform: rotate(-23deg);
}

.menu-deco.is-menu-is1 {
  inset: 15% auto auto 15%;
  transform: rotate(-23deg);
}

.menu-deco.is-menu-is2 {
  top: 15%;
  left: 85%;
}

.story-map-is {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.story-map-layer {
  align-self: auto;
  margin-top: -2rem;
  position: relative;
}

.header-link-instagram-contact {
  color: #c9a227;
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.is-flowerwiggle {
  width: 4.9rem;
  display: inline-block;
  position: absolute;
  top: 33%;
  left: 41%;
}

.food-partner-wrapper {
  display: flex;
}

.food-animation-wrapper {
  justify-content: center;
  width: 100%;
  display: block;
  position: relative;
}

.food-animation-plate {
  vertical-align: middle;
  align-self: center;
  width: 60%;
  display: block;
  position: absolute;
}

.food-animation-contenwrapper {
  flex-flow: row;
  display: flex;
  position: relative;
}

.food-animation-is1 {
  width: 17.7rem;
  position: relative;
  left: -67%;
}

.food-illustration {
  z-index: 1;
  aspect-ratio: 4 / 3;
  pointer-events: none;
  width: 100%;
  max-width: 640px;
  margin-top: -13.3rem;
  margin-right: 0;
  position: relative;
}

.food-illustration.is-loading {
  aspect-ratio: 3;
  min-height: auto;
  margin-top: 0;
  top: auto;
}

.food-is1 {
  pointer-events: none;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto auto 11%;
}

.food-is2 {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: static;
  inset: auto;
  transform: translate(-50%, -50%);
}

.food-is3 {
  pointer-events: none;
  width: 10rem;
  position: static;
  top: auto;
  left: auto;
  transform: translate(-50%, -50%);
}

.food-is4 {
  pointer-events: none;
  width: 9.5rem;
  position: absolute;
  top: auto;
  left: auto;
  transform: translate(-50%, -50%);
}

.code-embed {
  opacity: .6;
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-top: 2rem;
  margin-left: 6px;
  padding-left: 0;
  display: block;
  position: static;
  left: 50%;
  right: 50%;
}

.preloader {
  z-index: 99999;
  opacity: 1;
  pointer-events: none;
  background-color: #f1efe9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.preloader-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ritzis-race-image {
  width: 400px;
  position: static;
  top: 0%;
  left: 0%;
}

.ritzis-race-image.preloader-image--inapp {
  text-align: left;
  vertical-align: baseline;
  align-self: center;
}

.ritzis-race-image.preloader-image--default {
  flex: 0 auto;
  align-self: center;
  position: static;
  top: 50%;
  left: 50%;
}

.food-stage-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-top: 1rem;
  margin-bottom: -3.9rem;
  padding-bottom: 0;
  display: flex;
}

.meat-slot {
  width: 30%;
  position: absolute;
  bottom: -7%;
  left: 47%;
}

.bread-slot {
  width: 30%;
  position: absolute;
  bottom: -7%;
  left: 24%;
  right: auto;
}

.shrimp-slot {
  pointer-events: auto;
  cursor: default;
  width: 30%;
  position: absolute;
  bottom: -7%;
  left: 38%;
}

.is-food-meat, .is-food-bread, .is-food-shrimp {
  width: 100%;
  height: 100%;
  display: block;
}

.story-button-more {
  color: #333;
  text-align: left;
  background-color: #f1efe9;
  border: 1px solid #333;
  border-radius: 3px;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.inapp-message {
  text-align: center;
  display: block;
}

.inapp-link {
  opacity: .4;
  color: #333;
  text-align: center;
  -webkit-text-stroke-color: #a33636;
  border: 1px #000;
  border-radius: 6px;
  align-self: auto;
  font-style: normal;
  text-decoration: underline;
  display: none;
}

.inapp-div {
  flex-flow: column;
  display: none;
  position: absolute;
  inset: 0%;
}

.tablecloth-wrapper {
  opacity: 0;
  width: 200%;
  height: 100%;
  display: flex;
  position: static;
  bottom: -12%;
  overflow: hidden;
}

.img-table1, .img-table2 {
  object-fit: cover;
  width: 50%;
  max-width: 50%;
  height: 100%;
}

.cloth-viewport {
  width: 100%;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: -44%;
  overflow: hidden;
}

.image {
  z-index: 1003;
  width: 25%;
  position: absolute;
  inset: -5% auto auto 39%;
}

.is-ritzisrace {
  opacity: 1;
  max-width: 50%;
  position: relative;
  inset: 10% 0% auto 27%;
}

.ritzis-race-bubble {
  opacity: 0;
  pointer-events: auto;
  cursor: default;
  width: 30%;
  position: absolute;
  bottom: 33%;
  left: 43%;
}

.is-food-shrimp-bubble {
  width: 100%;
  height: 100%;
  display: block;
}

.meat-hitbox {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 0% 47%;
}

.bread-hitbox {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 44%;
  right: auto;
}

.shrimp-hitbox {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 38%;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.ritzis-race-headwrapper {
  opacity: 0;
  padding-top: 10%;
}

.text-block {
  text-align: center;
  padding-top: 1rem;
}

.ritzis-race-score {
  color: #ff4f00;
  text-align: center;
  padding-top: 2rem;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.ritzis-race-score.ritzis-race-score-final {
  font-size: 50px;
  text-decoration: none;
}

.ritzis-race-gameover-overlay {
  z-index: 99999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  pointer-events: none;
  background-color: #f1efe9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.ritzis-race-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ritzis-race-text {
  color: #ff4f00;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-size: 25px;
}

.ritzis-race-reload {
  color: #ff4f00;
  text-align: center;
  text-decoration: none;
}

.text-block-2 {
  color: #ff4f00;
  text-align: center;
  border: 0 solid #ff4f00;
  border-radius: 5px;
  padding: .5rem 1rem;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.link-block {
  padding-top: 1rem;
}

.link-block.w--current {
  border: 3px solid #ff4f00;
  border-radius: 5px;
  align-self: center;
  padding-top: 0;
  text-decoration: none;
}

.ritzis-race-score-copy {
  color: #ff4f00;
  text-align: center;
}

.ritzis-race-score-copy.ritzis-race-score-final {
  font-size: 50px;
  text-decoration: none;
}

.ritzis-race-score-final {
  color: #ff4f00;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Exo, sans-serif;
  font-size: 60px;
}

.ritzisform-pronomen {
  color: #ff4f00;
  object-fit: fill;
  background-color: #f3f3f300;
  border: 2px solid #ff4f00;
  border-radius: 5px;
  flex: 0 auto;
  width: 10rem;
  min-width: auto;
  font-size: 18px;
}

.ritzisform-adj {
  color: #ff4f00;
  background-color: #f3f3f300;
  border: 2px solid #ff4f00;
  border-radius: 5px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
}

.ritzisform-nomen {
  color: #ff4f00;
  background-color: #f3f3f300;
  border: 2px solid #ff4f00;
  border-radius: 5px;
  font-size: 18px;
}

.ritzisform-button {
  pointer-events: auto;
  color: #ff4f00;
  text-align: left;
  background-color: #3898ec00;
  border: 3px solid #ff4f00;
  border-radius: 5px;
  font-size: 20px;
  display: block;
}

.form-block, .form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  color: #ff4f00;
  background-color: #ddd0;
  border: 3px solid #ff4f00;
  border-radius: 5px;
  font-size: 20px;
}

.error-message {
  color: #ff4f00;
  background-color: #ffdede00;
  font-size: 22px;
  text-decoration: none;
}

.ritzisform {
  flex-flow: column;
  display: flex;
}

.ritzisrace-form {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-field {
  display: none;
}

.ritzis-form {
  display: block;
}

.ritzisform-success {
  background-color: #ddd0;
}

.text-block-3 {
  color: #ff4f00;
  -webkit-text-stroke-color: #333;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.lb-list {
  border: 3px solid #ff4f00;
  border-radius: 5px;
  width: 100%;
  min-width: 680px;
  min-height: 280px;
  margin-top: auto;
  overflow: auto;
}

.lb-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ff4f00;
  border: 3px solid #ff4f00;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr 90px 110px;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 680px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
  display: grid;
}

.text-block-4 {
  text-align: center;
}

.text-block-5 {
  text-align: right;
}

.text-block-6 {
  text-align: center;
}

.text-block-7 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .section.section-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section.section-menu {
    padding-top: 2.7rem;
    padding-bottom: 5rem;
  }

  .hero-scroll-indicator {
    margin-top: -2rem;
  }

  .kicker.contact-kicker {
    opacity: 100;
  }

  .heading-xl {
    font-size: 3.2rem;
  }

  .heading-xl.heading-story-1st {
    line-height: 1.4;
  }

  .heading-xl.heading-contact-1st {
    line-height: 1.5;
  }

  .heading-xxl {
    font-size: 4.5rem;
  }

  .heading-xxl.food-heading-2nd {
    height: auto;
    margin-left: 8.5rem;
    line-height: 57px;
  }

  .heading-xxl.food-heading-1st {
    padding-left: 4.2rem;
  }

  .menu-heading-grid {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .is-flowerwiggle {
    top: 27%;
    left: 40%;
  }

  .meat-slot {
    position: absolute;
  }

  .shrimp-slot {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .section.section-hero {
    padding-top: 6rem;
  }

  .heading-xl.heading-story-1st {
    margin-bottom: 1.6rem;
  }

  .heading-xl.heading-story-2nd {
    margin-bottom: -1.8rem;
  }

  .heading-xxl.food-heading-1st {
    margin-bottom: -3px;
    line-height: 55px;
  }

  .story-heading-grid {
    line-height: 30px;
  }

  .menu-heading-grid {
    grid-column-gap: 4.6rem;
    grid-row-gap: 4.6rem;
  }

  .is-flowerwiggle {
    width: 3.9rem;
    top: 27%;
    left: 39%;
  }

  .shrimp-slot {
    pointer-events: none;
  }
}

@media screen and (max-width: 479px) {
  .section.section-hero {
    min-width: auto;
    min-height: 100vh;
    padding-bottom: .3rem;
  }

  .section.section-1 {
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .section.section-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.section-menu {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .section.section-contact {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .hero-eyebrow {
    margin-top: -4.3rem;
    font-size: 1.2rem;
  }

  .hero-symbol {
    width: 100%;
    max-width: 280px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-claim {
    max-width: 100%;
  }

  .heading-xl {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .heading-xl.heading-story-1st {
    margin-left: -.7rem;
  }

  .heading-xl.heading-story-3rd {
    margin-left: 8.1rem;
  }

  .heading-xl.menu-heading-left {
    margin-right: -2.7rem;
  }

  .heading-xl.menu-heading-right {
    margin-left: -2.9rem;
  }

  .heading-xl.heading-contact-2nd {
    margin-top: -2.4rem;
  }

  .heading-xxl {
    font-size: 2.7rem;
    line-height: 1.15;
  }

  .heading-xxl.food-heading-2nd {
    margin-left: 4.9rem;
  }

  .heading-xxl.food-heading-1st {
    padding-left: 3.6rem;
  }

  .contact-grid, .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-left {
    text-align: center;
  }

  .footer-center {
    text-align: center;
    padding-top: 1rem;
  }

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

  .header-inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-columns: auto;
    align-items: center;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .header-link {
    text-align: left;
  }

  .hero-stage {
    max-width: 100%;
    padding-left: 1rem;
  }

  .hero-deco.is-1 {
    width: 50px;
    top: 9%;
    left: 8%;
  }

  .hero-deco.is-2 {
    width: 50px;
    top: 34%;
  }

  .hero-deco.is-3 {
    width: 50px;
    top: 9%;
    left: 70%;
  }

  .hero-deco.is-4 {
    width: 50px;
    bottom: 45%;
    right: 14%;
  }

  .hero-deco.is-5 {
    width: 50px;
    top: 29%;
    left: 80%;
  }

  .hero-deco.is-story-is2 {
    bottom: 39%;
    right: 2%;
  }

  .header-middle {
    letter-spacing: .1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    max-width: 180px;
    font-size: 1.1rem;
    overflow: hidden;
  }

  .contact-reachout {
    text-align: center;
    text-indent: 0;
    column-count: 0;
    line-height: 34px;
  }

  .menu-heading-grid {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 100%;
    margin-top: 1.8rem;
  }

  .footer-legal-link {
    align-self: center;
  }

  .menu-button-food, .menu-button-wine {
    color: #333;
    background-color: #f1efe9;
    border: 1px solid #000;
    border-radius: 3px;
  }

  .contac-button-call, .contact-button-mail {
    color: #c9a227;
    background-color: #1f497d;
    border: 1px solid #c9a227;
    border-radius: 3px;
  }

  .story-deco.is-1 {
    top: 22%;
    left: 8%;
  }

  .story-deco.is-2 {
    top: 43%;
  }

  .story-deco.is-3 {
    top: 9%;
    left: 66%;
  }

  .story-deco.is-4 {
    bottom: 39%;
    right: 2%;
  }

  .story-deco.is-5 {
    top: 29%;
    left: 77%;
  }

  .story-deco.is-story-is1, .story-deco.is-story-is2, .story-deco.is-food-is2, .food-deco.is-1 {
    top: 22%;
    left: 8%;
  }

  .food-deco.is-2 {
    top: 43%;
  }

  .food-deco.is-3 {
    top: 9%;
    left: 66%;
  }

  .food-deco.is-4 {
    bottom: 39%;
    right: 2%;
  }

  .food-deco.is-5 {
    top: 29%;
    left: 77%;
  }

  .food-deco.is-story-is1, .food-deco.is-story-is2, .food-deco.is-food-is1, .food-deco.is-food-is2, .food-deco.is-menu-is2, .menu-deco.is-1 {
    top: 22%;
    left: 8%;
  }

  .menu-deco.is-2 {
    top: 43%;
  }

  .menu-deco.is-3 {
    top: 9%;
    left: 66%;
  }

  .menu-deco.is-4 {
    bottom: 39%;
    right: 2%;
  }

  .menu-deco.is-5 {
    top: 29%;
    left: 77%;
  }

  .menu-deco.is-story-is1, .menu-deco.is-story-is2, .menu-deco.is-food-is1, .menu-deco.is-food-is2, .menu-deco.is-menu-is1 {
    top: 22%;
    left: 8%;
  }

  .story-map-is {
    width: 100%;
  }

  .story-map-layer {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 140%;
    display: block;
    position: static;
  }

  .is-flowerwiggle {
    width: 3rem;
    position: absolute;
    top: auto;
    bottom: 33%;
    left: 32%;
  }

  .food-illustration {
    justify-content: center;
    align-items: center;
    margin-top: -12rem;
    display: block;
  }

  .food-illustration.is-loading {
    width: 100%;
    top: auto;
  }

  .food-is1 {
    text-align: left;
    width: 100%;
    max-width: none;
    position: absolute;
    left: auto;
  }

  .food-is2 {
    top: 89%;
    left: 64%;
  }

  .food-is3 {
    left: 52%;
  }

  .food-is4 {
    width: 6.9rem;
    left: 34%;
  }

  .code-embed {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .preloader-inner {
    display: block;
  }

  .ritzis-race-image {
    width: 180px;
  }

  .ritzis-race-image.preloader-image--inapp {
    z-index: 999;
    margin-top: 0;
    position: static;
    inset: 38% auto auto;
  }

  .ritzis-race-image.preloader-image--default {
    vertical-align: baseline;
    position: static;
    top: auto;
    left: auto;
  }

  .food-stage-wrap {
    width: 160%;
    margin-top: -1rem;
    margin-bottom: -5.4rem;
  }

  .meat-slot, .bread-slot {
    bottom: -7%;
  }

  .shrimp-slot {
    pointer-events: none;
    bottom: -7%;
  }

  .link-map {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
  }

  .inapp-message {
    padding-top: 2rem;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inapp-div {
    display: none;
    inset: 0% 0% auto;
  }

  .ritzis-race-bubble {
    bottom: -7%;
  }

  .ritzis-race-inner {
    display: block;
  }
}

#w-node-_1849e9d9-0c42-3b13-964c-b94384b7586e-25351f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_1849e9d9-0c42-3b13-964c-b94384b7586e-25351f83 {
    justify-self: start;
  }

  #w-node-f03196eb-11ff-1b56-3759-c743de31dc13-25351f83 {
    justify-self: center;
  }

  #w-node-fba4d7c4-a77a-d917-64b1-31f86f94bbaf-25351f83 {
    justify-self: end;
  }

  #w-node-_5d29cf81-4960-76c5-2208-657974387033-25351f83 {
    place-self: center;
  }
}


