.menu-item,
.ourmenu {
  border-radius: 24px;
  padding: 16px;
}
.doener,
.ourmenu,
.saucen {
  background-color: #09090b;
}
.bionade,
.fuzetea,
.lemonaid,
.softdrinks,
.wasser {
  height: 100px;
}
@font-face {
  font-family: Rubik;
  src: url("/extern/fonts/Rubik/Rubik-ExtraBold.ttf");
  font-weight: 900;
}
body {
  background-color: #ffeecf;
  color: #09090b;
}
header a {
  margin-top: 16px;
  color: #ffeecf;
  background-color: #3c7037;
}
.ourmenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffeecf;
}
.ourmenu img {
  width: min-content;
  margin-right: 32px;
}
.ourmenu a {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.numeration,
.prozess h3 {
  margin: 0 8px 0 0;
}
.ourmenu a img {
  margin-right: 4px;
}
.ourmenu h1 {
  word-spacing: -12px;
  line-height: 110%;
}
.menu-item p {
  font-size: 14px;
}
.menu-item .row {
  margin-top: 32px;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 0.5px solid;
}
.menu-item .row:last-child,
.prozess .column:last-child {
  border-bottom: none;
}
.doener .row {
  border-color: #999;
}
.bowl .row,
.saucen .row {
  border-color: #ffeecf;
}
.fries .row {
  border-color: #09090b;
}
.menu-item .row .inner {
  margin-right: 24px;
  width: 100%;
}
.menu-item .inner-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menu-item .row .inner p {
  margin-top: 4px;
}
.menu-item h4 {
  color: #ffeecf;
}
.fries h4,
.getraenke h4 {
  color: #09090b;
}
.menu-item h3 {
  font-size: 18px;
}
.menu-item h3,
.menu-item h4 {
  font-family: Rubik;
  word-spacing: 0;
}
.menu-item .row p {
  font-size: 12px;
}
.doener,
.saucen {
  color: #ffeecf;
}
.doener img {
  width: 80px;
  height: 51px;
}
.fries img {
  width: 60px;
  height: 93px;
}
.fries,
.getraenke {
  background-color: #ffeecf;
  border: 0.5px solid #09090b;
}
.bowl,
.prozess {
  background-color: #3c7037;
  color: #ffeecf;
}
.bowl img,
.saucen img {
  width: 70px;
  height: 70px;
}
.fuzetea {
  width: 54px;
}
.bionade {
  width: 93px;
}
.lemonaid {
  width: 77px;
}
.wasser {
  width: 58px;
}
.softdrinks {
  width: 109px;
}
.ayran {
  width: 46px;
  height: 75px;
}
.menu-item .align-center,
.numeration {
  background-color: #ffeecf;
  color: #3c7037;
}
.prozess .column {
  padding-bottom: 16px;
  border-bottom: 0.5px solid #ffeecf;
}
.prozess .row {
  margin: 16px 0;
  border: none;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
}
.prozess .column {
  padding-top: 16px;
}
.numeration {
  font-family: RubikOne;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.menu-item .row .numeration {
  font-size: 16px;
}
.menu-item .align-center {
  margin-top: 32px;
  font-size: 10px;
  text-align: center;
}
.menu-item .hinweis {
  margin-top: 16px;
  font-size: 12px;
}
.menu-item .vegan {
  font-size: 10px;
}
section {
  padding: 48px 16px;
}
.grid-item {
  margin: 16px auto;
}
h2 {
  letter-spacing: 0px;
  font-weight: 700;
}
@media screen and (min-width: 360px) {
  .menu-item .inner p,
  .menu-item .inner-row {
    width: 90%;
    max-width: 300px;
  }
}
@media screen and (min-width: 500px) {
  section {
    padding: 48px 32px;
  }
  .grid-item {
    max-width: 500px;
  }
  header {
    right: 32px;
  }
  .menu-item h4 {
    font-size: 18px;
  }
  .menu-item h3 {
    font-size: 20px;
  }
  .menu-item .row .inner p {
    font-size: 16px;
  }
  .menu-item .row {
    padding-bottom: 24px;
  }
  .bowl img,
  .doener img {
    transform: scale(1.2);
    margin-left: -16px;
  }
  .fries img,
  .getraenke img,
  .saucen img {
    transform: scale(1.1);
  }
  .menu-item .row .numeration {
    font-size: 24px;
  }
  .prozess .row {
    margin: 16px 0 0;
  }
  .menu-item .align-center {
    margin-top: 16px;
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  section {
    max-width: none;
    padding: 64px;
  }
  .ourmenu h1 {
    font-size: 40px;
  }
  header {
    max-width: 1920px;
  }
  .hide-desktop {
    display: none;
  }
  .catalog {
    position: relative;
    max-width: 884px;
    height: 3164px;
    margin: auto;
  }
  .menu-item,
  .ourmenu {
    height: fit-content;
  }
  .grid-item {
    position: absolute;
    width: 400px;
    margin: 0;
  }
  .grid-item:first-child {
    top: 0;
    left: 0;
  }
  .grid-item:nth-child(2) {
    left: 452px;
    top: 0;
  }
  .grid-item:nth-child(3) {
    top: 186px;
    left: 0;
  }
  .grid-item:nth-child(4) {
    top: 997px;
    left: 0;
  }
  .grid-item:nth-child(5) {
    top: 1170px;
    left: 452px;
  }
  .grid-item:nth-child(6) {
    top: 1876px;
    left: 0;
  }
  .grid-item:nth-child(7) {
    top: 1875px;
    left: 452px;
  }
  .menu-item {
    max-width: none;
  }
}
@media screen and (min-width: 1300px) {
  .bowl,
  .grid-item:nth-child(4) h4 {
    color: #09090b;
  }
  .catalog {
    max-width: 1200px;
    scale: 1;
    height: 2200px;
  }
  .bowl {
    background-color: #ffeecf;
    border: 0.5px solid #09090b;
  }
  .bowl .row {
    border-color: #09090b;
  }
  .saucen {
    background-color: #3c7037;
    color: #ffeecf;
  }
  .fries {
    background-color: #09090b;
    color: #ffeecf;
  }
  .fries .row {
    border-color: #ffeecf;
  }
  .grid-item {
    width: 350px;
  }
  .grid-item:first-child {
    top: 0;
    left: 0;
  }
  .grid-item:nth-child(2) {
    left: 402px;
    top: 0;
  }
  .grid-item:nth-child(3) {
    top: 186px;
    left: 0;
  }
  .grid-item:nth-child(4) {
    top: 0;
    left: 804px;
  }
  .grid-item:nth-child(5) {
    top: 1193px;
    left: 402px;
  }
  .grid-item:nth-child(5) h4 {
    color: #ffeecf;
  }
  .grid-item:nth-child(6) {
    top: 903px;
    left: 804px;
  }
  .grid-item:nth-child(7) {
    top: 1020px;
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .catalog {
    max-width: 1350px;
    scale: 1;
  }
  .grid-item {
    width: 400px;
  }
  .grid-item:first-child {
    top: 0;
    left: 0;
  }
  .grid-item:nth-child(2) {
    left: 452px;
    top: 0;
  }
  .grid-item:nth-child(3) {
    top: 186px;
    left: 0;
  }
  .grid-item:nth-child(4) {
    top: 0;
    left: 904px;
  }
  .grid-item:nth-child(5) {
    top: 1168px;
    left: 452px;
  }
  .grid-item:nth-child(6) {
    top: 878px;
    left: 904px;
  }
  .grid-item:nth-child(7) {
    top: 997px;
    left: 0;
  }
}
@media screen and (min-width: 1920px) {
  header {
    max-width: 1880px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-item p {
    font-size: 18px;
  }
  .menu-item h3 {
    font-size: 24px;
  }
  .ourmenu h1 {
    font-size: 48px;
  }
  .ourmenu a {
    font-size: 20px;
  }
  .ourmenu .menu-logo {
    width: 90px;
    height: auto;
  }
  h2 {
    font-size: 40px;
  }
  .catalog {
    max-width: none;
    scale: 1;
  }
  .grid-item {
    width: 500px;
  }
  .grid-item:first-child {
    top: 0;
    left: 0;
  }
  .grid-item:nth-child(2) {
    left: 564px;
    top: 0;
  }
  .grid-item:nth-child(3) {
    top: 214px;
    left: 0;
  }
  .grid-item:nth-child(4) {
    top: 0;
    left: 1128px;
  }
  .grid-item:nth-child(5) {
    top: 1270px;
    left: 564px;
  }
  .grid-item:nth-child(6) {
    top: 920px;
    left: 1128px;
  }
  .grid-item:nth-child(7) {
    top: 1086px;
    left: 0;
  }
}
