.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #131313;
  text-align: center;
  font-family: Blinker, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 135px;
  font-weight: 700;
  line-height: 135px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 12.5px;
}

p {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 25px;
}

blockquote {
  border-left: 3px solid #f2a60c;
  border-right: 3px solid #f2a60c;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 12.5px 50px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.header-section {
  z-index: 1;
  height: 100vh;
  max-height: 960px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 100px;
  transition: opacity .65s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-colored-text {
  color: #ed0808;
}

.brand-logo {
  width: 50px;
  height: 50px;
  background-color: #edb408;
  background-image: url('../images/pizza.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 25px;
  margin-right: 12.5px;
}

.header-container {
  width: 100%;
  background-image: url('../images/header-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.vertical-divider {
  width: 1px;
  min-height: 50px;
  background-color: rgba(255, 255, 255, .05);
  flex: 1;
  margin-left: 25px;
  margin-right: 25px;
}

.header-email-text {
  z-index: 6;
  color: rgba(247, 247, 247, .5);
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 50px;
}

.header-social-container {
  z-index: 4;
  display: flex;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.header-social-button {
  width: 50px;
  height: 50px;
  text-transform: capitalize;
  background-color: #f2a60c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  font-size: 2px;
  transition: background-color .2s;
  display: flex;
}

.header-social-button:hover {
  background-color: #f2c746;
}

.header-social-button.insta {
  display: flex;
}

.brand-container {
  min-width: 200px;
  align-items: center;
  display: flex;
}

.brand-container.w--current {
  min-width: 200px;
  padding-left: 0;
}

.brand-text {
  color: #fff;
  align-items: center;
  padding-top: 5px;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.color-button {
  height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f2a60c;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12.5px;
  font-weight: 600;
  transition: opacity .2s, background-color .2s;
  display: flex;
}

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

.color-button.margin-right {
  margin-right: 10px;
}

.color-button.margin-right.margin-buttom {
  margin-bottom: 17px;
}

.color-button.margin-right.margin-buttom.speisekarte {
  margin-top: 10px;
}

.menu-navbar-link {
  height: 50px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12.5px;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
}

.menu-navbar-link:hover {
  opacity: .5;
}

.menu-navbar-link.speisekarte {
  letter-spacing: 2px;
  text-indent: 0;
  text-decoration: underline;
}

.color-bullet {
  width: 3px;
  height: 3px;
  max-height: 3px;
  max-width: 3px;
  background-color: #f2a60c;
  border-radius: 3px;
}

.color-bullet.footer {
  margin-right: 25px;
}

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

.about-section {
  background-image: url('../images/bottom-corner.png'), url('../images/top-corner.png'), url('../images/top-corner-red.jpg'), url('../images/bottom-corner-red.jpg');
  background-position: 0 100%, 100% 0, 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 35%, 35%, 25%, 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.about-container {
  width: 100%;
  max-width: 1366px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.about-info-container {
  background-color: #fff;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 50px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 25px -12.5px rgba(0, 0, 0, .5);
}

.section-subtitle {
  color: #f2a60c;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-span {
  color: #f2a60c;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-text-container {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
  position: relative;
}

.nav-menu {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-container {
  z-index: 1000;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, .5);
}

.testimonials-section {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/concrete_seamless.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.testimonials-container {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.menu-section {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  transform: rotate(0);
}

.menu-section.speisekarte {
  margin-top: 0;
}

.section-title-container {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.section-title-container.horizontar {
  flex-direction: column;
  justify-content: center;
}

.menu-container {
  width: 100%;
  max-width: 1366px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.products-list {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-product-container {
  color: #131313;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100%;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 25px -12.5px rgba(0, 0, 0, .5);
}

.menu-product-container:hover {
  box-shadow: none;
}

.header-photo-container {
  z-index: 0;
  width: 33.333%;
  max-width: 525px;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 62.5px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #000;
}

.header-title-2 {
  z-index: 100;
  width: 50%;
  color: #ed0808;
  text-shadow: 0 0 50px #000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35%;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-title-1 {
  z-index: 100;
  width: 50%;
  text-shadow: 0 0 50px #000;
  justify-content: flex-end;
  align-items: center;
  padding-right: 35%;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.header-bottom-navbar-button {
  height: 75px;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 12.5px;
  padding-right: 12.5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  transition: border-color .2s, color .2s;
  display: flex;
}

.header-bottom-navbar-button:hover {
  color: #fff;
  border-top: 1px solid #f2a60c;
  padding-top: 8px;
}

.error-404-text {
  z-index: 5;
  color: rgba(247, 247, 247, .5);
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
}

.header-icon-container {
  z-index: 200;
  background-image: url('../images/624ef6a553e4f0838d23a911_category-soups.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, .5);
}

.header-icon-container.lahmacun {
  background-image: url('../images/624ef6a553e4f0838d23a911_category-soups_2.jpg');
}

.header-icon-container.pizza {
  background-image: url('../images/624ef6a553e4f0838d23a911_category-soups_1.jpg');
}

.header-icon-container.fastfood {
  background-image: url('../images/624ef6a553e4f0838d23a911_category-soups_3.jpg');
}

.header-icon-container.suppen {
  background-image: url('../images/suppenbilderunye.jpg');
}

.header-icon-container.sparmenues {
  background-image: url('../images/624ef6a553e4f0838d23a911_category-soups_1.jpg');
}

.reservation-form-container {
  background-color: #f2a60c;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 25px -12.5px rgba(0, 0, 0, .5);
}

.contact-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 50px 50px 50px 50px 50px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-field {
  height: 50px;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border: 0 solid #000;
  border-radius: 25px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.form-input-field:focus {
  background-color: rgba(255, 255, 255, .2);
}

.form-input-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-input-field::placeholder {
  color: rgba(255, 255, 255, .5);
}

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

.form-title {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  line-height: 10px;
  display: flex;
}

.dark-button {
  width: 100%;
  height: 50px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #131313;
  border-radius: 25px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: Blinker, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  display: flex;
}

.dark-button:hover {
  background-color: #2b2b2b;
}

.menu-button-container {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.quote-name {
  width: 100%;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 600;
}

.gallery-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.quote-sign {
  padding: 5px;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.quote-photo {
  border-radius: 100%;
  box-shadow: 0 25px 25px -25px rgba(0, 0, 0, .5);
}

.header-nav-menu-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-top: 1px solid rgba(255, 255, 255, .05);
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  box-shadow: 0 0 25px rgba(0, 0, 0, .5);
}

.product-image {
  width: 100%;
  background-image: url('../images/menu-dessert.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12.5px;
  flex: 1;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, .5);
}

.product-name {
  flex: 1;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  position: relative;
}

.menu-product-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-name-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow: hidden;
}

.lightbox-link {
  background-image: url('../images/dsc02734.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.gallery-overlay {
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../images/zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link-2 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/dsc02739.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.lightbox-link-3 {
  background-image: url('../images/dsc02748.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.lightbox-link-4 {
  background-image: url('../images/dsc02756.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.about-info-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.testimonials-wrapper {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/smile..svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, .5);
}

.testimonials-wrapper:hover {
  box-shadow: none;
}

.footer-section {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  background-image: linear-gradient(#131313, #131313), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-top: 1px solid rgba(255, 255, 255, .05);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  padding: 25px 50px;
  display: block;
}

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

.footer-nav-link {
  height: 50px;
  opacity: .5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 25px;
  font-size: 12.5px;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
}

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

.footer-webflow-text {
  color: rgba(247, 247, 247, .5);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-left: 25px;
}

.newsletter-form-block {
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.newsletter-form-button {
  width: 50px;
  height: 50px;
  background-color: #f2a60c;
  background-image: url('../images/send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 25px;
  flex: none;
  font-size: 0;
  line-height: 0;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.newsletter-form-button:hover {
  background-color: #f2c746;
}

.newsletter-form {
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.reservation-form-input-field {
  height: 50px;
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border: 0 solid #000;
  border-radius: 25px;
  margin-bottom: 10px;
  margin-right: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.reservation-form-input-field:focus {
  background-color: rgba(255, 255, 255, .4);
}

.reservation-form-input-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .75);
}

.reservation-form-input-field::placeholder {
  color: rgba(255, 255, 255, .75);
}

.contact-section {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .05)), url('../images/concrete_seamless.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.map {
  flex: 1;
}

.contact-form-container {
  background-color: #232323;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 45px 50px 50px;
  display: flex;
}

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

.contact-form-message-field {
  height: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border: 0 solid #000;
  border-radius: 25px;
  margin-bottom: 0;
  padding: 12.5px 18.75px;
}

.contact-form-message-field:focus {
  background-color: rgba(255, 255, 255, .2);
}

.contact-form-message-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.contact-form-message-field::placeholder {
  color: rgba(255, 255, 255, .5);
}

.map-container {
  min-height: 440px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.events-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/concrete_seamless.png');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.events-card-front {
  background-color: #f2a60c;
  background-image: url('../images/events-wedding.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 30%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.events-card-front._3 {
  background-image: url('../images/events-birthday.jpg');
}

.events-card-front._2 {
  background-image: url('../images/events-corporate.jpg');
}

.events-card-front._4 {
  background-image: url('../images/events-holiday.jpg');
}

.title-divider {
  width: 50px;
  height: 3px;
  background-color: #f2a60c;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.header-contact-container {
  z-index: 4;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 50px;
  right: auto;
}

.header-contact-button {
  width: 50px;
  height: 50px;
  text-transform: capitalize;
  background-color: #f2a60c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 14px;
  font-size: 2px;
  transition: background-color .2s;
  display: flex;
}

.header-contact-button:hover {
  background-color: #f2c746;
}

.events-card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.event-name {
  width: 100%;
  color: #fff;
  padding-bottom: 0;
}

.event-details-text {
  max-width: 300px;
  color: rgba(255, 255, 255, .5);
}

.events-card-wrapper {
  padding-top: 100%;
}

.events-container {
  z-index: 10;
  perspective: 1000px;
  position: relative;
}

.facts-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/concrete_seamless.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.facts-wrapper {
  background-image: url('../images/pizza-texture.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.facts-wrapper._2 {
  background-image: url('../images/pasta-texture.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.facts-wrapper._3 {
  background-image: url('../images/salad-texture.jpg');
  background-position: 50%;
  background-size: cover;
}

.facts-wrapper._4 {
  background-image: url('../images/dessert-texture.jpg');
  background-position: 50%;
  background-size: cover;
}

.facts-text-wrapper {
  z-index: 100;
  background-color: #f2a60c;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
  position: absolute;
  top: 29%;
  bottom: 29%;
  left: 29%;
  right: 29%;
  box-shadow: 0 0 25px rgba(0, 0, 0, .5);
}

.facts-number {
  color: #fff;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.facts-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.partners-section {
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.partner-logo-wrapper {
  height: 75px;
  opacity: .25;
  border: 1px solid rgba(19, 19, 19, .25);
  border-radius: 12.5px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  transition: opacity .2s;
  display: flex;
}

.partner-logo-wrapper:hover {
  opacity: .5;
}

.partner-logo-image {
  height: 25px;
}

.contact-info-text {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12.5px;
  text-decoration: none;
}

.contact-info-text-wrapper {
  align-self: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
}

.contact-icon {
  margin-right: 10px;
}

.contact-info-wrapper {
  z-index: 5000;
  width: 100%;
  border-radius: 25px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.contact-social-container {
  z-index: 4;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0%;
  right: 0%;
}

.contact-social-button {
  width: 50px;
  height: 50px;
  text-transform: capitalize;
  background-color: #131313;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 2px;
  transition: background-color .2s;
  display: flex;
}

.contact-social-button:hover {
  background-color: #2b2b2b;
}

.contact-social-button.insta {
  display: none;
}

.footer-navbar-links {
  border-right: 1px solid rgba(255, 255, 255, .05);
  align-items: center;
  display: flex;
}

.newslletter-input-field {
  width: 100%;
  height: 50px;
  background-color: rgba(19, 19, 19, .1);
  border: 0 solid #000;
  border-radius: 25px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 75px;
}

.newslletter-input-field:focus {
  background-color: rgba(19, 19, 19, .2);
}

.newslletter-input-field::-ms-input-placeholder {
  color: rgba(19, 19, 19, .5);
}

.newslletter-input-field::placeholder {
  color: rgba(19, 19, 19, .5);
}

.header-secondary-image {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/servint-tray.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.products-list-collection {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.price-tag-text {
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Teko, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.price-tag {
  background-color: #f2a60c;
  border-radius: 25px;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.header-menu-list-wrapper {
  width: 100%;
}

.header-menu-list {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-menu-item {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.events-text-wrapper {
  z-index: 100;
  background-color: #f2a60c;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30%;
  bottom: 30%;
  left: 30%;
  right: 30%;
  box-shadow: 0 0 25px rgba(0, 0, 0, .5);
}

.facts-photo {
  border-radius: 100%;
}

.facts-photo-wrapper {
  border-radius: 100%;
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 15%;
  right: 15%;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, .5);
}

.menu-navbar {
  z-index: 500;
  width: 100%;
  background-color: #131313;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-navbar-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.menu-navabr-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-navbar {
  z-index: 500;
  background-color: #131313;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar-menu-button {
  height: 50px;
  min-width: 170px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ed0808;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: opacity .2s, background-color .2s;
  display: flex;
}

.navbar-menu-button:hover {
  background-color: #f2c746;
}

.menu-navbar-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar-button-icon-wrapper {
  position: relative;
}

.navbar-button-icon-close {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-button-text {
  color: #fff;
  padding-left: 10px;
}

.navbar-mobile-button {
  height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f2a60c;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 600;
  transition: opacity .2s, background-color .2s;
  display: none;
}

.navbar-mobile-button:hover {
  background-color: #f2c746;
}

.main-navbar-dropdown {
  margin-left: 0;
  margin-right: 10px;
  position: static;
}

.mobile-navbar-links {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-navbar-links-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-buttons-wrapper {
  min-width: 200px;
  justify-content: flex-end;
  display: flex;
}

.licenses-section {
  justify-content: center;
  padding: 100px 50px;
  display: flex;
}

.licenses-wrapper {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.images-wrapper {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  flex: 1;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, .5);
}

.image-wrapper._1 {
  background-image: url('../images/soup1.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._2 {
  background-image: url('../images/soup2.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._3 {
  background-image: url('../images/soup3.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._4 {
  background-image: url('../images/pizza1.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._5 {
  background-image: url('../images/pizza2.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._6 {
  background-image: url('../images/pizza3.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._7 {
  background-image: url('../images/pasta1.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._8 {
  background-image: url('../images/pasta2.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._9 {
  background-image: url('../images/pasta3.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._10 {
  background-image: url('../images/salad2.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._11 {
  background-image: url('../images/salad3.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._12 {
  background-image: url('../images/salad1.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._13 {
  background-image: url('../images/dessert1.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._14 {
  background-image: url('../images/dessert2.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._15 {
  background-image: url('../images/dessert3.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._17 {
  background-image: url('../images/drinks2.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._16 {
  background-image: url('../images/drinks1.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._18 {
  background-image: url('../images/drinks3.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._19 {
  background-image: url('../images/category-soups.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._20 {
  background-image: url('../images/category-pizza.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._21 {
  background-image: url('../images/category-pastas.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._22 {
  background-image: url('../images/category-salads.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._23 {
  background-image: url('../images/category-dessert.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._24 {
  background-image: url('../images/category-drinks.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._25 {
  background-image: url('../images/header-main-photo.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._26 {
  background-image: url('../images/events-wedding.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._27 {
  background-image: url('../images/events-holiday.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._29 {
  background-image: url('../images/events-corporate.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._28 {
  background-image: url('../images/events-birthday.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._30 {
  background-image: url('../images/gallery-1.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._31 {
  background-image: url('../images/gallery-2.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._32 {
  background-image: url('../images/gallery-3.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-wrapper._33 {
  background-image: url('../images/gallery-4.jpg'), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.image-info-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-info-wrapper {
  z-index: 1000;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #131313;
  border-radius: 6.25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, .5);
}

.product-ingredients {
  max-width: 300px;
  color: rgba(255, 255, 255, .5);
}

.product-tags-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  justify-items: center;
  margin-top: 12.5px;
  display: flex;
}

.product-tag-wrapper {
  height: 100%;
  align-items: center;
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.product-tag {
  height: 30px;
  cursor: default;
  background-color: #ed0808;
  border-radius: 25px;
  align-items: center;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: flex;
  overflow: hidden;
}

.product-tag.vegan {
  background-color: #10c90a;
}

.product-tag.vegetarian {
  background-color: #f2a60c;
}

.prodcut-info-container {
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials-quote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.styles-section {
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.styles-container {
  width: 100%;
  max-width: 1280px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-wrapper {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-link-text {
  flex: 1;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-link-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow: hidden;
}

.image-link-container {
  color: #131313;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100%;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, .5);
}

.image-link-container:hover {
  box-shadow: none;
}

.success-message {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.error-message {
  color: #fff;
  background-color: #ed0808;
  border-radius: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

._404-error-section {
  z-index: 1;
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/chalkboard-texture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  transition: opacity .65s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-text {
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block {
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.openig-hours-text {
  z-index: 5;
  color: rgba(247, 247, 247, .5);
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 50px;
  right: auto;
}

.menues {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.div-block-2 {
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 600;
  display: flex;
}

.dots {
  color: #ed0808;
  font-size: 70px;
  display: block;
}

.produkte {
  width: 350px;
  height: 240px;
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11px;
  box-shadow: 1px 1px 16px -7px #000;
}

.text-block {
  color: #fff;
  margin-left: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.image {
  border-radius: 20px;
}

.bild-wraper {
  width: auto;
  height: 90px;
  border-radius: 20px 20px 0 0;
  justify-content: flex-end;
  display: flex;
}

.text-block-2 {
  text-align: right;
  margin-right: 17px;
  font-size: 40px;
  line-height: 1;
}

.div-block-3 {
  width: 130px;
  height: 50px;
  background-color: #ed0808;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  margin-right: 15px;
  display: flex;
}

.div-block-3.second {
  width: 80px;
  height: 40px;
  background-color: #10c90a;
  margin-left: 13px;
  margin-right: 4px;
  display: none;
}

.div-block-3.second.vegan1 {
  padding-top: 9px;
  display: block;
}

.div-block-3.second.vegan {
  display: flex;
}

.div-block-3.vegetarisch {
  width: auto;
  height: 40px;
  background-color: #f2a60c;
  flex-wrap: nowrap;
  flex: none;
  justify-content: space-between;
  margin-left: 4px;
  margin-right: 4px;
}

.div-block-3.scharf {
  height: 40px;
  display: none;
}

.text-block-3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.text-block-3.second {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 400;
}

.heading {
  color: #000;
}

.columns {
  margin-bottom: 20px;
}

.spez-wrapper {
  display: none;
}

.spez-wrapper.vegetarisch, .spez-wrapper.marge, .spez-wrapper.pide {
  display: flex;
}

.heading-2 {
  color: #000;
}

.link-phone {
  color: #f2a60c;
  font-size: 44px;
  text-decoration: none;
}

.columns-2 {
  margin-bottom: 36px;
}

.column {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: block;
}

.icons-footer {
  margin-right: 10px;
}

.link {
  color: rgba(255, 255, 255, .73);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12.5px;
  text-decoration: none;
}

.footer-links {
  padding-right: 10px;
}

.column-2 {
  align-items: center;
  display: block;
}

.footer-text {
  color: rgba(255, 255, 255, .74);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12.5px;
  text-decoration: none;
}

.footer-text.dot {
  font-size: 20px;
}

.footer-dot {
  color: #f2a60c;
  text-align: center;
  padding-bottom: 23px;
  font-size: 40px;
  line-height: 1;
}

.footer-wraper {
  align-items: center;
  display: flex;
}

.footer-wraper.right {
  justify-content: flex-end;
}

.text-span-2 {
  color: #ed0808;
}

.text-span-3 {
  font-family: Great Vibes, cursive;
  transform: rotate(0);
}

.heading-3 {
  font-weight: 600;
}

.wraper-date {
  display: flex;
}

.submit-button {
  text-transform: uppercase;
}

.div-block-5 {
  flex-wrap: nowrap;
  display: flex;
}

.success-message-2 {
  background-color: #10c90a;
  border-radius: 20px;
}

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

.error-message-2 {
  background-color: #ed0808;
  border-radius: 20px;
}

.text-block-6 {
  color: rgba(255, 255, 255, .97);
  text-align: center;
}

.checkbox {
  width: 50px;
  height: 40px;
  background-color: #f2a60c;
  border-color: rgba(255, 255, 255, .54);
  border-radius: 20px;
}

.checkbox-label {
  text-align: left;
  flex-direction: row;
  display: block;
}

.checkbox-field {
  flex-direction: column;
  display: flex;
}

.text-block-7 {
  margin-right: 14px;
}

.icon {
  margin-top: 22.5px;
}

.menu {
  display: none;
}

.list-holder {
  width: 50%;
  height: auto;
  max-height: none;
  min-height: 40px;
  border-bottom: 0 solid #ed0808;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
  display: block;
}

.list-content {
  color: #000;
  text-align: left;
  font-size: 18px;
}

.list-content.price {
  text-align: right;
}

.list-content.number {
  color: #ed0808;
  margin-bottom: 5px;
  display: block;
}

.list-content.number.hidden {
  display: none;
}

.vegetarisch-badge {
  width: auto;
  height: 20px;
  color: #fff;
  background-color: #f2a60c;
  border-radius: 20px;
  margin-bottom: 3px;
  margin-right: 11px;
  padding-left: 9px;
  padding-right: 9px;
}

.vegetarisch-badge.hidden {
  display: none;
}

.vegan-badge {
  height: 20px;
  background-color: #10c90a;
  border-radius: 20px;
  margin-bottom: 3px;
  margin-right: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.vegan-badge.hidden {
  display: none;
}

.badge-holder {
  justify-content: flex-end;
  display: flex;
}

.content-div {
  width: 100%;
}

.content-div.right-order {
  justify-content: flex-end;
  display: flex;
}

.content-div.text-content {
  width: 310px;
}

.columns-4, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.divider {
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
}

.button-holder-speisekarte {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  margin-top: 102px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.collection-list-wrapper {
  border-bottom: 1px solid #ed0808;
  justify-content: center;
  display: flex;
}

.collection-list__name {
  width: 50%;
  min-height: 30px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.collection-list__name.is-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 5px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .header-section {
    height: auto;
    padding-top: 75px;
  }

  .vertical-divider {
    min-height: 100px;
  }

  .header-email-text {
    bottom: 50px;
    right: auto;
  }

  .header-social-container {
    display: none;
  }

  .brand-container, .brand-container.w--current {
    min-width: auto;
  }

  .color-button.margin-right.margin-buttom {
    margin-bottom: 13px;
  }

  .color-button.margin-right.margin-buttom.speisekarte {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }

  .menu-navbar-link {
    justify-content: center;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .color-bullet.footer {
    margin-right: 0;
  }

  .navbar-links {
    height: 75px;
    justify-content: space-around;
    padding-left: 12.5px;
    padding-right: 12.5px;
    display: none;
  }

  .about-section {
    background-size: 50%, 50%, 50%, 50%;
  }

  .about-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-info-container {
    width: 100%;
    right: 0;
  }

  .navbar {
    justify-content: space-between;
    display: flex;
  }

  .navbar-container {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding: 12.5px;
  }

  .testimonials-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-title-container {
    max-width: 100%;
  }

  .section-title-container.horizontar {
    flex-direction: column;
  }

  .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .menu-product-container {
    background-position: 50%;
    background-size: cover;
  }

  .header-photo-container {
    width: 50%;
  }

  .header-title-2 {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: -50px;
    padding-left: 0%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-title-1 {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: -50px;
    padding-top: 25px;
    padding-right: 0%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .error-404-text {
    top: 50px;
    left: auto;
  }

  .reservation-form-container {
    width: 100%;
    right: 0;
  }

  .menu-button-container {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .gallery-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .header-nav-menu-wrapper {
    display: none;
  }

  .testimonials-wrapper {
    right: 0;
  }

  .footer-section {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-navbar {
    justify-content: center;
  }

  .footer-nav-link {
    padding-left: 25px;
  }

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

  .contact-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .map {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-form-container {
    width: 100%;
    right: 0;
  }

  .events-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .header-contact-container {
    display: none;
  }

  .facts-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .facts-wrapper {
    position: relative;
  }

  .partners-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-info-text-wrapper {
    padding-right: 0;
  }

  .contact-info-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .products-list-collection {
    grid-template-columns: 1fr 1fr;
  }

  .menu-navbar {
    padding: 12.5px 0;
    top: 75px;
  }

  .menu-navbar-list {
    justify-content: center;
  }

  .main-navbar {
    padding: 12.5px 0;
    display: none;
    top: 75px;
  }

  .navbar-menu-button {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .navbar-button-text {
    display: none;
  }

  .navbar-mobile-button {
    display: flex;
  }

  .mobile-navbar-links {
    padding-left: 12.5px;
    padding-right: 12.5px;
    display: block;
  }

  .menu-navbar-links-wrapper {
    width: 100%;
    justify-content: center;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .navbar-buttons-wrapper {
    min-width: auto;
  }

  .images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .product-info-wrapper {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .prodcut-info-container {
    padding: 0;
  }

  .image-link-container {
    background-position: 50%;
    background-size: cover;
  }

  .openig-hours-text {
    top: 50px;
    left: auto;
  }

  .menues {
    font-size: 16px;
  }

  .column, .column-2 {
    justify-content: center;
    display: flex;
  }

  .footer-wraper {
    flex-direction: column;
    align-items: stretch;
  }

  .columns-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    margin-bottom: 19px;
  }

  .menu {
    width: 50px;
    height: 50px;
    background-color: #f2a60c;
    border-radius: 30px;
    margin-right: -252px;
    padding: 7px 10px 5px;
    display: block;
  }

  .dropdown-toggle {
    width: 50px;
    height: 50px;
    padding: 10px 5px;
  }

  .div-block-6 {
    width: 50px;
    height: 50px;
  }

  .menu-but {
    width: 30px;
    height: 7px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menudropdown {
    width: 100%;
    height: 310px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-color: #000;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 76px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .list-holder {
    width: 100%;
  }

  .vegetarisch-badge {
    margin-bottom: 5px;
  }

  .button-holder-speisekarte {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 90px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .color-button {
    width: 100%;
  }

  .color-bullet {
    display: none;
  }

  .color-bullet.footer {
    display: block;
  }

  .navbar-links {
    height: auto;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-container {
    grid-row-gap: 25px;
  }

  .header-text-container {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
  }

  .testimonials-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonials-container {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

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

  .products-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .header-photo-container {
    width: 65%;
  }

  .header-title-2 {
    justify-content: center;
    margin-left: 0;
  }

  .header-title-1 {
    justify-content: center;
    margin-right: 0;
  }

  .footer-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-navbar {
    flex-wrap: wrap;
  }

  .footer-webflow-text {
    padding-right: 25px;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .newsletter-form {
    max-width: none;
  }

  .contact-form-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .events-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .events-card-back {
    padding: 25px;
  }

  .partners-section {
    grid-column-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-info-wrapper {
    height: auto;
    justify-content: center;
    bottom: 25px;
    left: 25px;
    right: 25px;
  }

  .footer-navbar-links {
    border-right-style: none;
  }

  .products-list-collection {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .navbar-menu-button {
    width: 100%;
  }

  .mobile-navbar-links {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .licenses-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .images-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .product-info-wrapper {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .prodcut-info-container {
    padding: 25px;
  }

  .styles-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .styles-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .menues {
    font-size: 14px;
  }

  .dots {
    font-size: 60px;
  }

  .wraper-date {
    flex-direction: column;
  }

  .menu {
    margin-right: -140px;
  }

  .mobile-menudropdown {
    height: 550px;
  }

  .list-holder {
    width: 90%;
  }

  .vegetarisch-badge {
    width: auto;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .vegetarisch-text {
    font-size: 10px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 90px;
    line-height: 90px;
  }

  blockquote {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-section, .header-container {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .header-social-button {
    margin-top: 12.5px;
    margin-left: 12.5px;
    margin-right: 12.5px;
  }

  .menu-navbar-link {
    display: flex;
  }

  .color-bullet {
    display: none;
  }

  .navbar-links {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    display: none;
  }

  .about-section {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .about-info-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonials-section {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .testimonials-container {
    flex-direction: column;
  }

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

  .menu-section.speisekarte {
    margin-top: 50px;
  }

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

  .products-list {
    grid-template-columns: 1fr;
  }

  .menu-product-container {
    padding-bottom: 12.5px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .header-photo-container {
    width: 100%;
  }

  .header-title-2 {
    margin-bottom: -47px;
  }

  .header-title-2.lahm {
    font-size: 60px;
    line-height: 50px;
  }

  .header-title-1 {
    margin-top: -18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .reservation-form-container {
    width: auto;
    flex-wrap: wrap;
    align-content: stretch;
    padding-left: 25px;
    padding-right: 25px;
    position: static;
    right: auto;
  }

  .gallery-section {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .footer-section {
    padding-left: 12.5px;
    padding-right: 12.5px;
    display: block;
    overflow: hidden;
  }

  .footer-nav-link {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .contact-form-container {
    width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .events-section {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .header-contact-button {
    margin-top: 12.5px;
    margin-left: 12.5px;
    margin-right: 12.5px;
  }

  .facts-section {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .partners-section {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .contact-info-wrapper {
    bottom: 12.5px;
    left: 12.5px;
    right: 12.5px;
  }

  .products-list-collection {
    grid-template-columns: 1fr;
  }

  .main-navbar, .navbar-button-icon-close {
    display: none;
  }

  .licenses-section {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .images-wrapper {
    grid-template-columns: 1fr;
  }

  .product-info-wrapper {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .product-tag-wrapper {
    justify-content: center;
  }

  .prodcut-info-container {
    padding: 0;
  }

  .styles-section {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

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

  .styles-wrapper {
    grid-template-columns: 1fr;
  }

  .image-link-container {
    padding-bottom: 12.5px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .div-block-2 {
    display: none;
  }

  .produkte {
    width: 290px;
    height: auto;
    margin-bottom: 21px;
  }

  .bild-wraper {
    justify-content: center;
  }

  .footer-links {
    margin-bottom: 10px;
  }

  .footer-text {
    margin-top: 10px;
  }

  .footer-dot {
    padding-bottom: 10px;
  }

  .footer-wraper {
    flex-direction: column;
  }

  .footer-wraper.right {
    flex-direction: column;
    margin-top: 28px;
  }

  .text-block-4 {
    padding-top: 18px;
  }

  .wraper-date {
    flex-direction: column;
  }

  .dropdown-list, .dropdown-list-2 {
    display: none;
  }

  .menu {
    margin-right: -63px;
  }

  .list-holder {
    width: 100%;
  }

  .list-content {
    margin-bottom: 8px;
  }

  .list-content.name {
    font-size: 16px;
  }

  .vegetarisch-badge {
    width: auto;
    margin-bottom: 6px;
    margin-right: 7px;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .vegetarisch-text {
    font-size: 11px;
  }

  .content-div.text-content {
    width: auto;
  }

  .divider {
    height: 50px;
  }

  .button-holder-speisekarte {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }
}

#w-node-d01e6dd7-43ce-db8b-b0ac-77048409ee08-50c7dcbb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_34bc3b61-d854-6256-e623-d06128a4b22c-50c7dcbb {
  grid-area: Area;
}

#contact-name.w-node-d8fbedd7-a909-c49e-c611-6ddd33ea2a75-50c7dcbb, #contact-email.w-node-d8fbedd7-a909-c49e-c611-6ddd33ea2a76-50c7dcbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#contact-message.w-node-af6c53b2-c8de-cfad-f395-5bcc102053b1-50c7dcbb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d8fbedd7-a909-c49e-c611-6ddd33ea2a78-50c7dcbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdad686b-a8c2-9dec-5b6a-9cd75ec8d99e-84c7dcc2, #w-node-bd467ea1-874a-7939-673a-ce16750b7917-22c7dcc4, #w-node-f3d715ac-f004-f6a3-e54c-affe20ce8604-9ac7dcc7, #w-node-a3a1c7d8-ddab-f54b-418e-888c118bd87c-84c7dccb, #w-node-a5dc22bf-e7c0-e925-89ee-21ee51ae5d10-87c7dccc, #w-node-_349fc92e-0d86-1b03-b637-e5e589f0274f-a1c7dccd, #w-node-_418e370d-c1bf-d15e-03b0-81ef6962180a-59c7dccf {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-50c7dcbb, #w-node-_55beba7e-501d-9223-0d49-b5517a48eeb7-84c7dcc2, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-22c7dcc4, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-9ac7dcc7, #w-node-adc2fd67-690c-ac3d-02fb-9945e7a8784a-edc7dcc8, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-84c7dccb, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-87c7dccc, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-a1c7dccd, #w-node-_13950d3f-0433-1b06-377c-f298c016b464-dbc7dcce, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-59c7dccf {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-50c7dcbb, #w-node-_55beba7e-501d-9223-0d49-b5517a48eeb7-84c7dcc2, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-22c7dcc4, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-9ac7dcc7, #w-node-adc2fd67-690c-ac3d-02fb-9945e7a8784a-edc7dcc8, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-84c7dccb, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-87c7dccc, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-a1c7dccd, #w-node-_13950d3f-0433-1b06-377c-f298c016b464-dbc7dcce, #w-node-_85bdd1dc-b61a-3838-7f93-74e9989630f8-59c7dccf {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d01e6dd7-43ce-db8b-b0ac-77048409ee08-50c7dcbb {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #contact-name.w-node-d8fbedd7-a909-c49e-c611-6ddd33ea2a75-50c7dcbb, #contact-email.w-node-d8fbedd7-a909-c49e-c611-6ddd33ea2a76-50c7dcbb, #w-node-d8fbedd7-a909-c49e-c611-6ddd33ea2a78-50c7dcbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Blinker';
  src: url('../fonts/blinker-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blinker';
  src: url('../fonts/blinker-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blinker';
  src: url('../fonts/blinker-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/teko-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/teko-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}