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

@font-face {
  font-family: Geometo;
  src: url('../fonts/GeometosSoft-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geometo;
  src: url('../fonts/GeometosSoft-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #333;
  --brown: #ac1f29;
}

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

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

.contact-link {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-7 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.intro-grid {
  grid-column-gap: 71px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.intro-image-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.text-label {
  opacity: .7;
  color: #081c2980;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.text-label.center {
  color: #000000e8;
  text-align: center;
}

.mini-container {
  z-index: 10;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mini-container.fgf {
  margin-top: 50px;
}

.footer-logo {
  width: 200px;
}

.section {
  padding: 72px 50px 0;
}

.section.ggj {
  background-image: linear-gradient(#ffffffe8, #ffffffe8), url('../images/62b348947f5b40972362799f_logoblacknew_2x-2.png');
  background-position: 0 0, 50% 95%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
  padding-bottom: 68px;
}

.section.newone {
  padding-bottom: 60px;
}

.contact-row {
  text-align: left;
  margin-bottom: 15px;
  display: flex;
}

.section-subtitle {
  color: #264773;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.section-subtitle.ccz {
  color: var(--brown);
  margin-bottom: 15px;
  font-family: Geometo, Arial, sans-serif;
  font-size: 30px;
}

.footer-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #ccc;
  margin-left: 7px;
  margin-right: 7px;
  font-family: Geometo, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.map-column {
  flex-direction: column;
  display: flex;
}

.gallery-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.gallery-section._00 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.divider-line {
  background-color: #f0f0f0;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider-line.footer-line {
  background-color: #f0f0f024;
  margin-top: 20px;
  margin-bottom: 20px;
}

.instagram-link {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
}

.picture {
  filter: contrast(114%);
  background-image: url('../images/spritzfoodshoot-34.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 39px;
  grid-template-columns: .5fr 1fr .5fr;
  margin-top: 0;
}

.grid-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
}

.section-2 {
  background-color: #000;
  padding-top: 45px;
  padding-bottom: 15px;
}

.section-title {
  color: var(--brown);
  margin-bottom: 20px;
  font-family: Geometo, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.section-title.instagram {
  text-align: center;
  margin-top: 0;
}

.section-title.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.contact-icon {
  width: 20px;
  margin-right: 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 10px;
}

.section-header.gt8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-5 {
  color: var(--brown);
  font-weight: 600;
  text-decoration: none;
}

.nav-menu {
  float: none;
  align-items: center;
  display: flex;
}

.nav-button-lottie {
  height: 25px;
}

.brand {
  float: none;
  text-align: center;
  width: 140px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.menu-button {
  padding: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
}

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

.navbar-background {
  z-index: 0;
  background-color: #fff;
  height: 101%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
  box-shadow: 0 5px 8px -10px #000;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #fff;
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0 auto;
}

.heading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Black Ghost;
}

.heading-5.red4 {
  color: var(--brown);
  margin-bottom: 8px;
  font-family: Geometo, Arial, sans-serif;
  font-weight: 700;
}

.heading-5.red4.less {
  margin-top: 20px;
}

._2022 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._10 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 37px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button-small {
  background-color: var(--brown);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  padding: 13px 21px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

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

.button-small.gf22 {
  min-width: 200px;
  margin: 4px;
  padding: 13px;
  display: flex;
}

.button-arrow-2 {
  flex: none;
  margin-left: 13px;
  display: inline-block;
}

.button-arrow-2._999 {
  margin-left: 9px;
}

.home-footer-socicons-wrap {
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 18px;
  display: flex;
}

.home-footer-socicon-wrap {
  margin-right: 8px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0;
}

.home-footer-socicon, .home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.home-footer-socicon.white {
  filter: grayscale() invert();
}

.tab-first-men {
  border-right: 1px #424242;
  flex: 0 auto;
  width: 100%;
}

.heading-2 {
  color: #dbd99e;
  font-size: 64px;
  line-height: 60px;
}

.heading-2._12 {
  color: var(--brown);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Geometo, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
}

.heading-2._12.jj {
  color: #000;
}

.heading-2._12.shorter {
  color: var(--black);
  line-height: 30px;
}

.heading-2._0101 {
  color: var(--brown);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geometo, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
}

.heading-2._010101 {
  color: var(--brown);
  text-align: center;
  text-transform: none;
  margin-top: 54px;
  margin-bottom: 0;
  font-family: Geometo, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.tabs-men {
  width: 100%;
}

.section-tab-menu {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: auto;
  padding: 67px 50px 71px;
  display: flex;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.menu {
  color: var(--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.menu-item.high {
  border: 1px solid var(--brown);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.m2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.m2.char {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.m2._0 {
  margin-bottom: 0;
}

.menu-box {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 45px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.menu-box.last {
  margin-bottom: 0;
}

.container-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.menu-banner {
  background-color: #0000;
  width: 100%;
}

.menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-items: start;
  margin-top: 15px;
}

.menu-items.top2 {
  grid-row-gap: 20px;
  margin-top: 0;
}

.info-title {
  color: #102b4e;
  margin-top: 5px;
  font-size: 24px;
}

.info-title.menu {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geometo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.info-title.menu.red00 {
  color: var(--brown);
}

.menu-6abs {
  z-index: 6;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 92px;
}

.gf {
  color: #8b8b8b;
  font-weight: 700;
}

.text-span-4 {
  font-family: Geometo, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.v {
  color: #176428;
}

.text-span-5 {
  color: #000;
  font-family: Geometo, Arial, sans-serif;
  font-weight: 700;
}

.add {
  color: #000;
  font-family: Geometo, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.text-span-8 {
  font-style: italic;
}

.lunchcinnder {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/spritzfoodshoot-7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 28px;
  display: flex;
}

.brunch {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3745-2-Michael-Fabian.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 16px;
  display: flex;
}

.desse {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/spritzfoodshoot-54.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 30px;
  display: flex;
}

.happy {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/462767441_18328737652150372_7914704874350406747_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.mm1 {
  background-color: var(--brown);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 0;
  margin-left: 6px;
  margin-right: 6px;
  padding: 9px 21px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.mm1:hover, .mm1.w--current {
  background-color: #000;
}

.ppdda {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/spritzfoodshoot-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.heading-6 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 1px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
}

.heading-6.c6 {
  color: var(--brown);
  font-family: Geometo, Arial, sans-serif;
  font-weight: 900;
}

.heading-6.pap {
  color: #000;
  margin-top: 0;
  margin-bottom: 31px;
  font-family: Geometo, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

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

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

.parties-2 {
  padding: 72px 60px 0;
}

.pp1-2 {
  color: var(--black);
  text-align: center;
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.gft {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/spritzfoodshoot-15.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 48px;
  display: flex;
}

.image {
  margin-bottom: 17px;
}

.a-b {
  text-align: center;
  background-image: linear-gradient(#00000059, #00000059), url('../images/1AnewSpritz.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

._w-slider {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.html-embed {
  height: 100%;
}

.con {
  text-align: center;
  background-image: url('../images/50181680473_a6e259f98b_k.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.over {
  background-color: #0000;
  background-image: linear-gradient(to right, #0000, #00000085 21%, #000000c4 41%, #000000f0 85%, #000);
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

._01010102 {
  opacity: 1;
  color: #ffffffe6;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 27px;
  padding-bottom: 0;
  font-family: Geometo, Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  text-decoration: none;
  transition: color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._01010102:hover {
  color: #464646;
}

._01010102.gf23 {
  margin-bottom: 6px;
  line-height: 30px;
}

._01010102.sm1 {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 20px;
}

.off-main-linka {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 116px;
  display: flex;
}

.off-canvas-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1150px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: auto;
}

.white {
  color: #fff;
}

.hamburger-bottom, .hamburger-top {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.hamburger-wrapper-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 20px;
  display: flex;
}

._001-nav-container {
  width: 90%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.hamburger-middle {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.brand-3 {
  z-index: 101;
  color: #1a1a1f;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

._001-nav-btn-wrap {
  z-index: 101;
  margin-top: 24px;
  padding: 0;
}

._001-nav-btn-wrap.w--open {
  background-color: #0000;
}

._001-nav {
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-2 {
  margin-right: 0;
}

.seo {
  color: #fff;
  width: 800px;
  margin: 14px auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.text-span-10 {
  font-weight: 700;
}

.text-span-12 {
  font-weight: 600;
}

.hshs {
  padding: 72px 60px 70px;
}

.link-15 {
  color: #fff;
  text-decoration: none;
}

.html-embed-4 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.div-block-39 {
  padding-bottom: 43px;
}

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

.aa {
  padding: 132px 60px 44px;
}

._22 {
  color: var(--black);
  text-align: left;
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.bold-text {
  text-transform: uppercase;
}

.link-17, .link-18 {
  color: var(--black);
  text-decoration: none;
}

.link-19 {
  color: #fff;
  text-decoration: none;
}

.drinks {
  text-align: center;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/Snapinsta.app_452861494_497548119351104_690241889085909671_n_1080.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.kids {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/spritzfoodshoot-51.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.bold-text-2 {
  font-family: Geometo, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

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

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

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

.link-block-6 {
  text-decoration: none;
}

.image-29 {
  object-fit: cover;
  margin-bottom: 0;
}

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

.modal__close:hover {
  opacity: 1;
}

.seven {
  z-index: 99;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: fixed;
  inset: auto 0% 0% auto;
}

.alone {
  z-index: 99;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: static;
  inset: auto 0% 0% auto;
}

.order {
  z-index: 999;
  background-color: var(--brown);
  color: #fff;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px 13px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  position: static;
  inset: auto 0% 1% auto;
}

.order:hover, .order.w--current {
  background-color: #000;
}

.order.other {
  font-size: 13px;
}

.order.change {
  margin-top: 0;
}

.order.top-btn {
  background-color: #ac1f2900;
  border: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
  padding-right: 19px;
}

.hours {
  font-family: Geometo, Arial, sans-serif;
  font-weight: 400;
}

.div-block-61 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 42px;
  display: grid;
}

._2-c {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

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

.bold-text-3 {
  font-size: 15px;
  font-weight: 600;
}

.vmd {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 61px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.gallery {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/spritzfoodshoot-50.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

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

.hover-item {
  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;
}

.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: 0;
  display: flex;
  position: relative;
}

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

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

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 250px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.background-image {
  z-index: 1;
  background-image: url('../images/spritzfoodshoot-22.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._4 {
  background-image: url('../images/spritzfoodshoot-15.jpg');
  background-position: 50%;
}

.background-image._6 {
  background-image: url('../images/spritzfoodshoot-13.jpg');
}

.background-image._5 {
  background-image: url('../images/spritzfoodshoot-43.jpg');
}

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

.background-image._9 {
  background-image: url('../images/spritzfoodshoot-52.jpg');
  background-position: 50% 60%;
}

.background-image._2 {
  background-image: url('../images/Snapinsta.app_452861494_497548119351104_690241889085909671_n_1080.jpg');
}

.background-image._33 {
  background-image: url('../images/spritzfoodshoot-4.jpg');
  background-position: 50% 80%;
}

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

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

.background-image._3 {
  background-image: url('../images/spritzfoodshoot-25.jpg');
}

.background-image._11 {
  background-image: url('../images/spritzfoodshoot-20.jpg');
  background-position: 50% 35%;
}

.background-image._7 {
  background-image: url('../images/spritzfoodshoot-49.jpg');
}

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

.background-image._15 {
  background-image: url('../images/dessert-gluten-free.jpg');
}

.background-image._31 {
  background-image: url('../images/Food4_Spritz_1.jpg');
}

.background-image._100 {
  background-image: url('../images/spritzfoodshoot-68.jpg');
}

.gallery-section-new {
  padding: 72px 60px 70px;
}

.heading-7 {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geometo, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

.slide-nav-2 {
  font-size: 10px;
  display: none;
}

.home-hero-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-7 {
  background-image: linear-gradient(#0000, #0000 49%, #000000a8), url('../images/spritzfoodshoot-41.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-8 {
  background-image: linear-gradient(#0000, #0000 53%, #000000c9), url('../images/spritzfoodshoot-50.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-8.new012 {
  background-image: linear-gradient(#0000, #0000 53%, #000000c9), url('../images/50181680473_a6e259f98b_k.jpg');
}

.slide-2-copy {
  background-image: linear-gradient(#0000, #00000005 50%, #000000cf), url('../images/17newSpritz.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-container-2 {
  z-index: 10;
  border-radius: 8px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 19px 41px;
  position: relative;
}

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

.link-20 {
  color: #fff;
  text-decoration: none;
}

.link-21 {
  color: var(--brown);
  font-weight: 400;
  text-decoration: none;
}

.reserve-btn {
  z-index: 999;
  background-color: var(--brown);
  color: #fff;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px 13px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  position: static;
  inset: auto 0% 1% auto;
}

.reserve-btn:hover, .reserve-btn.w--current {
  background-color: #000;
}

.reserve-btn.other {
  font-size: 13px;
}

.happenings {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/462767441_18328737652150372_7914704874350406747_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 48px;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.event-single {
  background-color: #fff;
  background-image: linear-gradient(#e6e6e680, #e6e6e680), url('../images/608219b178419f77c0501d96_Pattern-Texture.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  border-radius: 13px;
  padding: 18px;
}

.link-image-blog {
  width: 100%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  overflow: hidden;
}

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

.block-blog {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 14px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.sub-header {
  opacity: .9;
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.sub-header.new {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}

.heading-blog {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Geometo, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.hh-page {
  background-color: #161616;
  padding: 72px 60px 70px;
}

.icons {
  color: var(--black);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}

.icons.char {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.div-block-65 {
  border: 1px solid var(--brown);
  padding: 6px 10px;
}

.organic {
  color: #288635;
  font-family: Geometo, Arial, sans-serif;
}

.text-span-16 {
  color: var(--brown);
}

@media screen and (min-width: 1280px) {
  .footer {
    background-color: var(--brown);
  }

  .contact-row {
    margin-bottom: 20px;
    display: flex;
  }

  .footer-link {
    color: #ececec;
  }

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

  .home-footer-socicon.white {
    filter: contrast(200%) grayscale() invert();
  }

  .text-span-10 {
    font-weight: 600;
  }
}

@media screen and (max-width: 991px) {
  .intro-grid {
    grid-column-gap: 50px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image-grid {
    grid-template-rows: 200px auto 200px;
    grid-template-columns: 1fr 1fr;
  }

  .section.ggj {
    background-image: linear-gradient(#ffffffde, #ffffffde), url('../images/62b348947f5b40972362799f_logoblacknew_2x-2.png');
    background-position: 0 0, 95% 99%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 250px;
    padding-bottom: 62px;
  }

  .picture {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-grid {
    grid-template-columns: .75fr 1fr;
  }

  .brand.w--current {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-link {
    padding: 13px 0;
    font-size: 15px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

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

  .section-tab-menu {
    padding-top: 50px;
  }

  .menu-items {
    align-items: start;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-6abs {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    top: 125px;
  }

  .mm1._00 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .parties-2 {
    padding-top: 74px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01010102 {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 25px;
  }

  ._01010102.gf23 {
    margin-bottom: 8px;
  }

  ._01010102.sm1 {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .hamburger-wrapper-2 {
    width: 40px;
  }

  .seo {
    width: auto;
  }

  .hshs {
    padding-top: 74px;
    padding-left: 0;
    padding-right: 0;
  }

  .aa {
    padding: 108px 0 20px;
  }

  .hover-link-wrapper.project-view-link {
    width: 100px;
    height: 100px;
  }

  .project-item {
    height: 150px;
  }

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

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

  .gallery-section-new {
    padding-top: 74px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-hero-2 {
    min-height: 600px;
  }

  .hero-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-64 {
    grid-template-columns: 1fr 1fr;
  }

  .block-blog {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hh-page {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact-link, .paragraph-7 {
    font-size: 15px;
  }

  .intro-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 40px 20px;
  }

  .intro-image-grid {
    display: none;
  }

  .section {
    padding: 50px 30px 0;
  }

  .section.ggj {
    background-image: linear-gradient(#ffffffde, #ffffffde);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 29px;
  }

  .section.newone {
    padding-bottom: 36px;
  }

  .section-subtitle {
    font-size: 35px;
  }

  .section-subtitle.ccz {
    font-size: 25px;
  }

  .gallery-section._00 {
    margin-top: 0;
  }

  .picture {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.nav {
    justify-content: space-between;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr .5fr;
  }

  .section-title {
    font-size: 25px;
  }

  .mobile-nav-logo {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand, .brand.w--current {
    display: none;
  }

  .menu-button {
    width: 45px;
    padding: 7px 0 7px 20px;
  }

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

  .nav-link {
    color: #000;
    min-width: auto;
  }

  .nav-link.w--current {
    color: #264773;
    font-weight: 400;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    right: 0;
  }

  .heading-5.red4 {
    margin-bottom: 9px;
  }

  ._10 {
    font-size: 15px;
  }

  .button-small.gf22 {
    min-width: 0;
    margin-top: 0;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .heading-2._12 {
    line-height: 40px;
  }

  .section-tab-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-items {
    grid-template-columns: 1fr;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-6abs {
    top: 70px;
  }

  .add {
    font-size: 14px;
  }

  .lunchcinnder {
    padding-top: 47px;
  }

  .brunch {
    padding-top: 42px;
  }

  .mm1 {
    margin: 6px;
  }

  .div-block-36 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .parties-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .over {
    background-image: linear-gradient(to right, #0000, #00000085 0%, #000000c4 41%, #000000f0 85%, #000);
  }

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

  .off-main-linka {
    padding-top: 80px;
  }

  .off-canvas-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: min-content minmax(auto, 1fr);
    grid-template-columns: 1.5fr;
    padding-top: 80px;
  }

  .brand-3 {
    padding-left: 0;
  }

  .seo {
    margin-bottom: 21px;
  }

  .hshs {
    padding-top: 50px;
  }

  .aa {
    padding-top: 115px;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: stretch;
    min-width: 200px;
  }

  .modal__body {
    flex-direction: column;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .modal__close {
    top: 4px;
    right: 4px;
  }

  .order {
    margin: 6px;
  }

  .order.other {
    margin-top: 19px;
  }

  .div-block-61 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  ._2-c, .vmd {
    font-size: 15px;
  }

  .project-hover-link-wrapper {
    justify-content: center;
  }

  .hover-item {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    width: 100px;
    height: 100px;
    display: flex;
  }

  .project-card-info {
    padding: 0;
  }

  .project-item {
    grid-template-columns: 1fr;
    width: 100%;
    height: 120px;
  }

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

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

  .gallery-section-new {
    padding: 50px 30px;
  }

  .heading-7 {
    line-height: 55px;
  }

  .hero-container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .reserve-btn {
    margin: 6px;
  }

  .reserve-btn.other {
    margin-top: 19px;
  }

  .div-block-64 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .event-single {
    padding: 21px;
  }

  .image-blog {
    width: 100%;
  }

  .block-blog {
    margin-top: 17px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hh-page {
    padding-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .intro-grid {
    grid-row-gap: 21px;
  }

  .footer {
    padding-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-label {
    margin-left: auto;
    margin-right: auto;
  }

  .mini-container.fgf {
    margin-top: 50px;
  }

  .section {
    padding-top: 33px;
    padding-bottom: 50px;
  }

  .section.ggj {
    padding-bottom: 38px;
  }

  .section.newone {
    padding-bottom: 42px;
  }

  .contact-row {
    align-items: center;
  }

  .section-subtitle.ccz {
    margin-bottom: 9px;
    font-size: 35px;
  }

  .gallery-section {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .instagram-link {
    width: 100px;
    height: 100px;
    margin: 5px;
  }

  .picture {
    padding: 30px;
  }

  .container.nav {
    justify-content: space-between;
  }

  .contact-grid {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .body-wrapper {
    overflow: visible;
  }

  .section-title {
    font-size: 25px;
  }

  .section-title.white {
    font-size: 30px;
  }

  .heading-4 {
    font-size: 15px;
    line-height: 23px;
  }

  .mobile-nav-logo {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 20px 10px -19px #00000024;
  }

  .brand {
    display: none;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 45px;
    padding: 7px 0 6px 20px;
  }

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

  .nav-link {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    right: 0;
  }

  .heading-5.red4 {
    margin-bottom: 0;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .button-small.gf22 {
    width: auto;
  }

  .button-label {
    white-space: nowrap;
    width: 100%;
    line-height: 15px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 45px;
  }

  .heading-2._12 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2._010101 {
    margin-bottom: 8px;
  }

  .section-tab-menu {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .section-tab-menu.os {
    padding-bottom: 0;
  }

  .infotext.menu {
    text-align: center;
    font-size: 14px;
  }

  .m2 {
    font-size: 13px;
  }

  .menu-box {
    margin-bottom: 45px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-items {
    place-items: center;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.menu {
    text-align: center;
    line-height: 20px;
  }

  .menu-6abs {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
    top: 81px;
  }

  .lunchcinnder {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 112px;
    padding-bottom: 33px;
    display: flex;
  }

  .brunch {
    height: auto;
    padding-top: 143px;
    padding-bottom: 49px;
  }

  .desse {
    height: auto;
    padding-top: 132px;
    padding-bottom: 41px;
  }

  .happy {
    height: 300px;
  }

  .mm1 {
    flex: 1;
    align-self: stretch;
    min-width: 140px;
    margin: 2px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .mm1._00 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

  .mm1._00.w--current {
    min-width: 160px;
  }

  .ppdda {
    height: 300px;
  }

  .heading-6 {
    margin-top: 4px;
    margin-bottom: 1px;
    padding-left: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-6.c6, .heading-6.pap {
    text-align: center;
    margin-top: 2px;
    padding-left: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-36 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gft, .a-b, .con {
    height: 300px;
  }

  .over {
    background-image: linear-gradient(to right, #0000, #00000085 0%, #000000c4 0%, #000000f0 85%, #000);
  }

  ._01010102 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  ._01010102.sm1 {
    font-size: 12px;
  }

  .off-main-linka {
    padding-top: 12px;
  }

  .hshs {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .drinks {
    height: 250px;
  }

  .div-block-40 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
  }

  .kids {
    height: auto;
    padding-top: 127px;
    padding-bottom: 31px;
  }

  .modal {
    padding: 0 7px;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 97%;
    margin: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin: 4px;
  }

  .image-29 {
    object-fit: cover;
  }

  .modal__close {
    top: 4px;
    right: 4px;
  }

  .order {
    flex: 1;
    align-self: center;
    margin: 7px 2px 2px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .order.other {
    margin-top: 19px;
  }

  .vmd {
    margin-top: 57px;
  }

  .gallery {
    height: 300px;
  }

  .project-card-info {
    padding: 0;
  }

  .project-item {
    height: 260px;
  }

  .project-item.long {
    height: 500px;
  }

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

  .heading-7 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
  }

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

  .home-hero-2 {
    min-height: 90vh;
    padding-top: 0;
  }

  .slide-7 {
    background-image: linear-gradient(#0000, #0000 49%, #000000a8), url('../images/spritzfoodshoot-54.jpg');
  }

  .slide-8 {
    background-image: linear-gradient(#0000, #0000 53%, #000000c9), url('../images/spritzfoodshoot-13.jpg');
  }

  .slide-8.new012 {
    background-image: linear-gradient(#0000, #0000 53%, #000000c9), url('../images/spritzfoodshoot-18.jpg');
  }

  .slide-2-copy {
    background-position: 0 0, 30%;
  }

  .hero-container-2 {
    background-color: #0000;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .text-span-15 {
    vertical-align: baseline;
    display: block;
  }

  .reserve-btn {
    flex: 1;
    align-self: center;
    margin: 7px 2px 2px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .reserve-btn.other {
    margin-top: 19px;
  }

  .happenings {
    height: 300px;
  }

  .div-block-64 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .event-single {
    padding: 17px;
  }

  .image-blog {
    min-height: 0;
  }

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

  .heading-blog {
    font-size: 22px;
  }

  .hh-page {
    padding: 30px;
  }

  .icons {
    font-size: 13px;
  }
}

#w-node-e83a3102-4caa-fc61-9b66-703e1a1ade6e-1a1ade68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b49d8363-2f4b-5700-c04a-59570822432e-ce62183a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b49d8363-2f4b-5700-c04a-595708224348-ce62183a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-b49d8363-2f4b-5700-c04a-595708224349-ce62183a {
  align-self: stretch;
}

#w-node-b49d8363-2f4b-5700-c04a-59570822434a-ce62183a {
  place-self: stretch stretch;
}

#w-node-b49d8363-2f4b-5700-c04a-59570822434b-ce62183a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-e31f89ec-765a-86a4-6a04-07af9d04b183-ce62183a, #w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed365061-89d1b103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed365076-89d1b103 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ed7a7001-ec48-497e-abd8-b31df1177145-89d1b103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5c5c-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c67-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5c6d-d98d35b1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5c72-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c7d-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5c83-d98d35b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5c88-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c93-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5c99-d98d35b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5c9e-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5ca9-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cb4-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cba-d98d35b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cbf-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cc5-d98d35b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cca-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cd0-d98d35b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cd5-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cdb-d98d35b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5ce0-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5ce6-d98d35b1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5ceb-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cf1-d98d35b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cf6-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5cfc-d98d35b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5d01-d98d35b1 {
  align-self: stretch;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5d07-d98d35b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e14019-04ef-47fc-f407-f94d977f5d0c-d98d35b1 {
  align-self: stretch;
}

#w-node-_8b8fbdb8-8aaf-81ed-e52c-dc36e0c022da-bbbdaaa6, #w-node-_6577ae62-0394-0e5b-f23c-35949e3289a5-bbbdaaa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed365061-89d1b103 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed365076-89d1b103 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b49d8363-2f4b-5700-c04a-595708224348-ce62183a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b49d8363-2f4b-5700-c04a-595708224348-ce62183a, #w-node-b49d8363-2f4b-5700-c04a-595708224349-ce62183a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: stretch;
  }

  #w-node-b49d8363-2f4b-5700-c04a-59570822434b-ce62183a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed365076-89d1b103 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed36507b-89d1b103 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c8e14019-04ef-47fc-f407-f94d977f5c57-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c62-d98d35b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8e14019-04ef-47fc-f407-f94d977f5c6d-d98d35b1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c8e14019-04ef-47fc-f407-f94d977f5c78-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c83-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c8e-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c99-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5ca4-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5caf-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cba-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cc5-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cd0-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cdb-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5ce6-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cf1-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cfc-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5d07-d98d35b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed365061-89d1b103 {
    grid-row: span 1 / span 1;
  }

  #w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed365076-89d1b103, #w-node-_7b63b7ae-fef2-6e4e-da68-91f6ed36507b-89d1b103, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c57-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c62-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c6d-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c78-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c83-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5c8e-d98d35b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8e14019-04ef-47fc-f407-f94d977f5c99-d98d35b1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c8e14019-04ef-47fc-f407-f94d977f5ca4-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5caf-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cba-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cc5-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cd0-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cdb-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5ce6-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cf1-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5cfc-d98d35b1, #w-node-c8e14019-04ef-47fc-f407-f94d977f5d07-d98d35b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2784e5-3c57-8597-126c-3fa3116c3481-bbbdaaa6, #w-node-_8b8fbdb8-8aaf-81ed-e52c-dc36e0c022e5-bbbdaaa6, #w-node-c5abf2bf-5ccf-6fd6-cc1c-c5db8b08fca3-bbbdaaa6, #w-node-_8b8fbdb8-8aaf-81ed-e52c-dc36e0c022da-bbbdaaa6, #w-node-_6577ae62-0394-0e5b-f23c-35949e3289a5-bbbdaaa6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Geometo';
  src: url('../fonts/GeometosSoft-ExtraBold.ttf') format('truetype'), url('../fonts/GeometosSoft-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometo';
  src: url('../fonts/GeometosSoft-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometo';
  src: url('../fonts/GeometosSoft-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometo';
  src: url('../fonts/GeometosSoft-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}