@font-face {
  font-family: Gabriola;
  src: url('../fonts/gabriola-Font-Download.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #b00b0d;
}

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

body {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.hero {
  background-image: url('../images/P5210509-crop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.body {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.container {
  flex: 1;
  max-width: 1400px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 9px 9px 6px #000000c4;
  margin-bottom: 40px;
  font-size: 70px;
}

.subhero_line {
  color: #fff;
  text-align: center;
  font-family: Gabriola, sans-serif;
  font-size: 50px;
  display: none;
}

.imp {
  color: var(--primary-color);
  font-weight: 400;
}

.navbar {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 8em;
  max-width: 1400px;
  height: 80px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 20px auto;
}

.nav_container {
  background-color: var(--primary-color);
  border-radius: 8em;
  max-width: 100%;
  height: 60px;
  margin: 8px 10px 10px;
  box-shadow: 1px 1px 6px #00000096;
}

.snackbar-de-noork {
  margin-top: -13px;
  margin-left: -20px;
}

.nav-link {
  color: #fff;
  font-size: 20px;
  transition: all .2s;
}

.nav-link:hover {
  color: #581313;
}

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

.loadingdiv {
  z-index: 2000;
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Icon-awesome-phone-alt.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8em;
  height: 40px;
  margin: 10px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  color: #fff;
  background-color: #771819;
}

.link-block.notinhhamburger, .link-block.specal {
  display: none;
}

.section {
  background-image: url('../images/achtergrond-zwarthout-v.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  display: block;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  padding: 0 40px;
}

.columns {
  background-color: var(--primary-color);
  margin: 20px 0 140px;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000;
  display: inline-block;
}

.heading.button {
  margin: 5px 15px;
  font-size: 18px;
}

.heading.menu {
  background-color: var(--primary-color);
  border-radius: 0;
  margin-left: -5px;
  padding: 5px;
}

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

.columns-2 {
  margin-top: -20px;
}

.bold-text-2 {
  font-family: Gabriola, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 10px;
}

.footer {
  background-color: #a31312;
  padding: 40px 40px 0;
}

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

.div-block {
  margin-top: -20px;
}

.footer_link_block {
  text-align: center;
  background-image: url('../images/kader-friet-hamburger-cheese-zwart.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer_link_block.second_linked_block, .footer_link_block.second_linked_block:hover {
  background-image: url('../images/kader-friet-frikandellen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.noork_anchor {
  position: absolute;
  top: 830px;
}

.upper_im_bar {
  background-image: url('../images/Mask-Group-4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 150px;
}

.menukaart {
  background-image: url('../images/achtergrond-zwarthout-v.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 670px;
  overflow: hidden;
}

.button_linked_block {
  background-color: var(--primary-color);
  border-radius: 6em;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: background-color .2s;
}

.button_linked_block:hover {
  background-color: #720d0e;
}

.div-block-3 {
  margin-top: 20px;
}

.div-block-4 {
  margin-top: 56px;
}

.menukaart-grid {
  margin-top: 43px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.menukaart-grid.patat.hidden {
  display: none;
}

.menukaart-grid.snacks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.menukaart-grid.broodjes_menus, .menukaart-grid.dranken {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pricing_div {
  z-index: 1;
  position: relative;
}

.pricing_div.no_head {
  margin-top: 74px;
}

.price_cat_head {
  margin-top: 10px;
  font-family: Gabriola, sans-serif;
  font-size: 22px;
  line-height: 10px;
}

.paragraph.mobile {
  display: none;
}

.column-3, .space_no_price_cat {
  padding-top: 30px;
}

.image-3 {
  position: relative;
  inset: auto 0% 0%;
}

.product_image_overlay {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.product_image_overlay.snacks {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product_image_overlay.broodjes_menus {
  justify-content: center;
}

.product_image {
  position: relative;
  bottom: -135px;
  left: -151px;
}

.product_image.snack {
  inset: 39px 3px auto auto;
}

.product_image.broodjes_menus {
  top: 57px;
  bottom: auto;
  left: 204px;
}

.dranken {
  height: 220px;
  position: relative;
}

.credits {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.text-block {
  padding-left: 2px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.credit {
  color: #f8f8f8;
}

.image-4 {
  margin-top: 46px;
  position: absolute;
  transform: rotate(-9deg);
}

.image-5 {
  margin-top: 27px;
  margin-left: -43px;
  position: absolute;
  left: 189px;
}

.image-6 {
  margin-top: 46px;
  margin-left: -24px;
  position: absolute;
  left: 333px;
  transform: rotate(6deg);
}

.italic-text-2 {
  display: none;
}

.beleid {
  background-color: var(--primary-color);
  margin-top: 140px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    z-index: 10;
    margin-left: 40px;
    margin-right: 20px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.w--current {
    display: block;
  }

  .link-block {
    margin-bottom: 20px;
  }

  .link-block.notinhhamburger {
    float: right;
    display: inline-block;
  }

  .link-block.specal {
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .columns-2 {
    margin-top: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-right: 10px;
  }

  .footer_link_block, .footer_link_block.second_linked_block {
    height: 130px;
  }

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

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

  .nav-menu {
    z-index: 1;
    background-color: var(--primary-color);
    border-radius: 1px 1em 1em;
    margin-left: 35px;
    margin-right: 35px;
  }

  .div-block-2 {
    background-color: var(--primary-color);
  }

  .image-2 {
    z-index: 10;
    position: relative;
  }

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

  .menukaart-grid.snacks {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menukaart-grid.broodjes_menus {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menukaart-grid.dranken {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .paragraph.nobreak.tablet {
    white-space: nowrap;
  }

  .space_no_price_cat.sauzen {
    padding-left: 0;
  }

  .product_image_overlay.patat, .product_image.snack {
    display: none;
  }

  .image-4 {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .snackbar-de-noork {
    margin-left: -31px;
  }

  .link-block.specal {
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .columns {
    margin-top: 10px;
  }

  .heading.menu {
    margin-left: 5px;
  }

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

  .footer_link_block {
    display: none;
  }

  .footer_link_block.second_linked_block {
    justify-content: center;
  }

  .menukaart {
    height: 1300px;
  }

  .button_linked_block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .menukaart-grid.snacks {
    grid-template-columns: 1fr;
    display: none;
  }

  .menukaart-grid.dranken {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .product_image.broodjes_menus {
    display: none;
  }

  .text-block {
    font-size: 12px;
  }

  .paragraph-2 {
    display: none;
  }

  .italic-text-2 {
    display: block;
  }

  .beleid {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .subhero_line {
    font-size: 32px;
    line-height: 25px;
  }

  .link-block.notinhhamburger {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .menukaart {
    height: 1600px;
  }

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

  .menukaart-grid.snacks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menukaart-grid.broodjes_menus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menukaart-grid.dranken {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .paragraph {
    display: inline-block;
  }

  .paragraph.nobreak {
    white-space: nowrap;
  }

  .paragraph.mobile {
    display: block;
  }

  .paragraph.pc {
    display: none;
  }

  .space_no_price_cat {
    padding-left: 20px;
    position: relative;
  }

  .space_no_price_cat.snacks {
    padding-left: 70px;
  }

  .space_no_price_cat.sauzen {
    padding-left: 10px;
  }

  .italic-text {
    white-space: normal;
  }

  .credits {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .text-block {
    line-height: 14px;
  }

  .image-4 {
    left: -27px;
  }

  .image-5 {
    left: 105px;
  }

  .image-6 {
    left: 173px;
  }

  .too-long {
    font-size: 16px;
    font-weight: 400;
  }
}

#w-node-a1757c3f-8913-0f80-dd7d-548f0bb38581-0bb3857e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1757c3f-8913-0f80-dd7d-548f0bb3858b-0bb3857e {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a1757c3f-8913-0f80-dd7d-548f0bb38590-0bb3857e {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_0c05fa55-5373-2e8b-fd52-d3b7c2a1506f-b3574a35 {
  place-self: center stretch;
}

#w-node-_3f5353c5-5304-26de-2e04-639f5c405576-b3574a35 {
  place-self: start stretch;
}

#w-node-_56cc4fdd-9d7c-8bf5-e0fd-9c914657e506-b3574a35, #w-node-_78ab3518-958d-52a8-e0f3-d7450ce195c2-b3574a35, #w-node-_1c829ad5-2195-9e15-a82b-c7c739c3531f-b3574a35, #w-node-_87541fc4-bade-fa24-a551-b5f27bb32e7d-b3574a35 {
  place-self: center stretch;
}

#w-node-_12804c31-cac8-57b0-e862-419c58876d54-b3574a35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e73b49a6-728c-2bb8-0676-e3e640f221f9-b3574a35, #w-node-e73b49a6-728c-2bb8-0676-e3e640f22225-b3574a35, #w-node-e73b49a6-728c-2bb8-0676-e3e640f22250-b3574a35, #w-node-e73b49a6-728c-2bb8-0676-e3e640f22274-b3574a35 {
  place-self: start stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a1757c3f-8913-0f80-dd7d-548f0bb3858b-0bb3857e {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-a1757c3f-8913-0f80-dd7d-548f0bb38590-0bb3857e {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_12804c31-cac8-57b0-e862-419c58876d54-b3574a35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e73b49a6-728c-2bb8-0676-e3e640f22225-b3574a35, #w-node-e73b49a6-728c-2bb8-0676-e3e640f22250-b3574a35, #w-node-e73b49a6-728c-2bb8-0676-e3e640f22274-b3574a35 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1757c3f-8913-0f80-dd7d-548f0bb3858b-0bb3857e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a1757c3f-8913-0f80-dd7d-548f0bb38590-0bb3857e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_56cc4fdd-9d7c-8bf5-e0fd-9c914657e506-b3574a35, #w-node-_78ab3518-958d-52a8-e0f3-d7450ce195c2-b3574a35 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87541fc4-bade-fa24-a551-b5f27bb32e7d-b3574a35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }
}


@font-face {
  font-family: 'Gabriola';
  src: url('../fonts/gabriola-Font-Download.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}