nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 3.2rem;
  z-index: 99;
}

nav .menulist-desktop {
  display: none;
}

nav .navbar {
  padding: 0.5rem;
  z-index: 2;
  position: relative;
  background-color: #f2f2f2;
  /*box-shadow: $shadow_global;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .navbar a.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .navbar #logo {
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  fill: black;
}

nav .navbar #burgerbutton {
  height: 2rem;
  background: none;
  border: none;
  padding: .25rem;
}

nav .navbar #burgerbutton .burger {
  height: 100%;
  fill: #3e3e3e;
}

nav #list {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0.35rem 0.5rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 0.35rem 0.5rem rgba(0, 0, 0, 0.35);
}

nav #list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav #list li img {
  margin: 0 1rem 0 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

nav #list a {
  text-decoration: none;
  padding: 1rem;
  color: black;
}

nav #list .cta {
  font-weight: 700;
  position: relative;
  left: -16px;
}

nav .menulist__opening {
  font-size: .825rem;
  line-height: 1.5;
  text-align: center;
  margin: 2rem;
}

.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -2;
  display: none;
}

.push {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -2;
  display: none;
}

.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  display: inherit;
}

@media screen and (min-width: 1024px) {
  #burgerbutton {
    display: none;
  }
  nav .navbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .menulist-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    z-index: 3;
  }
  nav .menulist-desktop li {
    text-align: center;
    list-style: none;
  }
  nav .menulist-desktop a {
    text-decoration: none;
    margin: 0 2rem;
    padding: .5rem 1rem;
    color: black;
    font-size: .875rem;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  nav .menulist-desktop .here {
    color: #3e3e3e;
  }
  nav .menulist-desktop a:hover {
    background-color: #3e3e3e;
    color: #f2f2f2;
  }
  nav .menulist-desktop .here:hover {
    background-color: #f2f2f2;
    color: #3e3e3e;
  }
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

body {
  color: #3e3e3e;
  line-height: 1.75;
}

h1 {
  font-family: Playfair Display, serif;
  font-size: 5.25rem;
  font-weight: 700;
  color: white;
  line-height: 4.5rem;
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
}

h2 {
  font-family: Playfair Display, serif;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
  text-align: center;
  margin-bottom: 2rem;
}

h3 {
  font-family: Fira Sans, sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  color: #f2f2f2;
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
}

h4 {
  font-family: Fira Sans, sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: .875rem;
  text-transform: uppercase;
}

.sub-header {
  margin-bottom: 1rem;
}

h5 {
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  color: #f2f2f2;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
}

p, a {
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
}

#details {
  font-size: .75rem;
  line-height: 1.25;
}

button {
  font-family: Fira Sans, sans-serif;
  color: #3e3e3e;
}

#infobutton {
  font-family: Playfair Display, serif;
  color: #3e3e3e;
}

.popup h3 {
  color: #3e3e3e;
  text-align: center;
  margin-top: 1rem;
}

.popup p, .popup a {
  color: #3e3e3e;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 2rem;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url("../media/background.jpg");
  background-position: bottom;
  background-size: cover;
  height: 62vh;
}

.hero img {
  z-index: 0;
  width: 80vw;
  max-width: 500px;
  height: auto;
  position: absolute;
  margin: auto;
}

.hero h1, .hero h5 {
  z-index: 1;
}

.sub-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-hero img {
  width: 38vw;
  margin: 2rem;
  -webkit-filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.35));
  z-index: -1;
}

#hero {
  height: 100vh;
}

#openings {
  height: 100%;
  margin-top: 1rem;
}

/*DESKTOP*/
@media screen and (min-width: 1024px) {
  .sub-hero img {
    width: 200px;
    margin: 6rem;
  }
  #hero {
    height: auto;
  }
}

.copy {
  margin: 2rem;
}

.copy p {
  text-align: center;
  margin-bottom: calc(2rem / 2);
}

.menu .subheading {
  position: -webkit-sticky;
  position: sticky;
  top: 3.2rem;
  background-color: grey;
  z-index: 0;
  height: calc(3.2rem * 1.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
}

.menu .subheading img {
  display: none;
}

.menu .subheading h3 {
  margin: auto;
}

.menu .category_list {
  margin-top: 2rem;
  padding-bottom: calc(2rem * 1.5);
}

.menu #antipasti {
  background: url("../media/mobile/antipasti.jpg");
  background-size: cover;
  background-position: center;
}

.menu #insalate {
  background: url("../media/mobile/insalate.jpg");
  background-size: cover;
  background-position: center;
}

.menu #pasta {
  background: url("../media/mobile/pasta.jpg");
  background-size: cover;
  background-position: center;
}

.menu #pizza {
  background: url("../media/mobile/pizza.jpg");
  background-size: cover;
  background-position: center;
}

.menu #carne {
  background: url("../media/mobile/carne.jpg");
  background-size: cover;
  background-position: center;
}

.menu #pesce {
  background: url("../media/mobile/pesce.jpg");
  background-size: cover;
  background-position: center;
}

.menu #dolci {
  background: url("../media/mobile/dolci.jpg");
  background-size: cover;
  background-position: center;
}

.menu .menu_item {
  margin: 0 2rem;
  padding-bottom: calc(2rem / 2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 3.5fr 1fr 1fr;
      grid-template-columns: auto 3.5fr 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "nr item remark price" ". details . .";
}

.menu #item {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: item;
  text-align: left;
}

.menu #details {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: details;
  text-align: left;
}

.menu #price {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: price;
  text-align: right;
}

.menu #remark {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: remark;
  text-align: right;
  font-size: .5rem;
  text-transform: uppercase;
}

.menu #number {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nr;
  text-align: left;
  margin-right: 1rem;
}

@media screen and (min-width: 1024px) {
  .copy {
    width: 600px;
    margin: auto;
  }
  .menu {
    width: 100%;
    margin: auto;
    margin-top: 6rem;
  }
  .menu .category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 7fr;
        grid-template-columns: 3fr 7fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 6rem;
    padding: 0;
  }
  .menu .category .subheading {
    position: -webkit-sticky;
    position: sticky;
    height: 320px;
    width: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column-align: center;
        justify-self: center;
    top: 4rem;
  }
  .menu .category .subheading h3 {
    z-index: 2;
  }
  .menu .category .subheading img {
    display: block;
    position: absolute;
    height: 320px;
    margin: auto;
    padding: 3rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transition: 200ms;
    transition: 200ms;
    -webkit-filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.35));
            filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.35));
  }
  .menu .category .subheading img:hover {
    -webkit-transition: 200ms;
    transition: 200ms;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: drop-shadow(0 0.35rem 0.7em rgba(0, 0, 0, 0.35));
            filter: drop-shadow(0 0.35rem 0.7em rgba(0, 0, 0, 0.35));
  }
  .menu .category .category_list {
    min-height: 320px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu #antipasti, .menu #carne, .menu #dolci, .menu #insalate, .menu #pasta, .menu #pesce, .menu #pizza {
    background: url("../media/desktop/swipe.png");
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.infobar {
  position: fixed;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}

.infobar #infobutton {
  background: #f2f2f2;
  width: 3.2rem;
  height: 3.2rem;
  justify-self: flex-end;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
}

#infofield {
  position: fixed;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  padding: .5rem;
}

#infofield .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  background: rgba(242, 242, 242, 0.7);
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  border: 1px solid white;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  padding: 2rem;
}

#infofield .popup img {
  height: 80px;
  width: 30%;
  margin-top: 2rem;
}

#infofield .popup #closeinfo {
  margin: 2rem auto;
  padding: 0 2rem;
  height: 3.2rem;
  border: none;
  background: none;
}

.notshowing {
  right: -100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.showing {
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  #infofield .popup {
    padding: 200px;
  }
  #infofield .popup img {
    position: relative;
    width: 320px;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 1500ms;
          animation: fade-in 1500ms;
}

@-webkit-keyframes slide-down {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}

@keyframes slide-down {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}

.slide-down {
  -webkit-animation: slide-down 1000ms;
          animation: slide-down 1000ms;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #f2f2f2;
}

body {
  font-family: sans-serif;
  color: #3e3e3e;
  max-width: 1400px;
  margin: auto;
}

.wrapper {
  margin-bottom: 4rem;
}

#kitchen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

#kitchen img {
  width: 100%;
  height: auto;
}

#kitchen .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#chef {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
}

#chef img {
  width: 80vw;
  height: auto;
  max-width: 640px;
}

footer {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #3e3e3e;
  background: url("../media/background_flipped.jpg");
  background-position: top;
  background-size: cover;
  padding: 2rem;
  font-size: .75rem;
}

footer .contact {
  color: #f2f2f2;
  margin: auto;
  text-align: center;
  margin-bottom: 2rem;
}

footer .powered {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.8));
}

footer .powered p {
  color: #f2f2f2;
  text-align: center;
}

footer .powered img {
  width: 45%;
  margin: .5rem;
}

.fussnote {
  font-size: .625rem;
  margin: 2rem;
  margin-top: 0;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*PRIVACY + IMPRINT*/
.text {
  margin: 2rem;
  max-width: 1080px;
  margin: auto;
}

.text ul {
  margin: 1rem;
  list-style: none;
}

@media screen and (min-width: 1024px) {
  #kitchen {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: calc(6rem * 3) auto;
  }
  #kitchen img {
    display: inherit;
    max-width: 100%;
  }
  #chef {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row-reverse;
        grid-template-areas: "copy img";
  }
  #chef .copy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: copy;
  }
  #chef img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: img;
  }
  .fussnote {
    margin: auto;
  }
}
/*# sourceMappingURL=main.css.map */