/* Main CSS  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

input {
  box-sizing: border-box; }

body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden; }

a {
  text-decoration: none;
  cursor: pointer; }

b, strong {
  font-weight: 700; }

p {
  margin: 0 0 10px;
  font-family: "Nunito sans";
  font-size: 16px;
  line-height: 1.8; }

ul {
  margin: 10px 25px; }

li {
  font-size: 16px; }

h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px; }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 800;
  cursor: pointer; }

.clear {
  clear: both; }

#box {
  border-bottom: solid 1px #bfbfbf; }

.button {
  padding: 18px 40px;
  font-family: 'Playfair Display';
  font-size: 18px;
  transition: all .2s ease-in-out;
  font-weight: bold; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

#main-content {
  margin-top: 100px; }

#top-header {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }
  #top-header .content {
    max-width: 1520px;
    margin: 0 auto;
    height: auto;
    width: calc(100% - 130px);
    position: relative;
    top: 5%; }
    #top-header .content h1 {
      margin-left: 0;
      opacity: 0.2;
      color: black;
      font-family: "Playfair Display";
      font-size: 120px;
      font-weight: bold;
      margin-left: 100px;
      margin-bottom: -40px; }
    #top-header .content h2 {
      font-family: "Nunito sans";
      width: 54%;
      font-size: 60px;
      font-weight: 900;
      color: black;
      letter-spacing: 3px;
      line-height: 60px;
      text-transform: uppercase;
      margin-bottom: 50px;
      max-width: 800px;
      position: relative; }

#intro_text {
  position: relative;
  width: 100%;
  margin: 50px 0px;
  top: -100px; }
  #intro_text .content {
    max-width: 1520px;
    margin: 0 auto;
    height: auto;
    width: calc(100% - 130px);
    position: relative;
    top: 5%; }
    #intro_text .content .inner-content {
      max-width: 700px; }
      #intro_text .content .inner-content h3 {
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 10px; }

#page_content {
  margin: 100px 0px; }
  #page_content h2, #page_content h3, #page_content h4, #page_content h5 {
    margin: 20px 0px; }
  #page_content .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1520px;
    margin: 0 auto;
    height: auto;
    width: calc(100% - 130px);
    position: relative;
    top: 5%; }
    #page_content .content .inner-content {
      margin-right: 50px; }
    #page_content .content .inner-content, #page_content .content .inner_image {
      flex: 1; }
      #page_content .content .inner-content img, #page_content .content .inner_image img {
        width: 100%;
        height: auto;
        object-fit: cover; }

#mail .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1520px;
  margin: 0 auto;
  height: auto;
  width: calc(100% - 130px);
  position: relative;
  top: 5%;
  margin-bottom: 75px; }
  #mail .content .inner-content {
    margin: 100px 0px; }
    #mail .content .inner-content h2 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #000; }
  header #header-logo svg {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block; }
  header #main-menu {
    background-color: #000;
    height: 100%;
    position: relative;
    display: none; }
    header #main-menu ul li {
      display: inline-block;
      margin: 0 50px; }
      header #main-menu ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 1px;
        transition: all .2s ease-in-out; }
        header #main-menu ul li a:hover {
          opacity: 0.7; }
  header #nav-left, header #nav-right {
    width: 45%;
    line-height: 100px; }
  header #nav-left {
    float: left;
    text-align: right; }
  header #nav-right {
    float: right; }
  header #menu-button {
    background-color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding-left: 9px;
    padding-top: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer; }
    header #menu-button .bar {
      width: 20px;
      height: 2px;
      border: none;
      background: black;
      position: absolute;
      -webkit-transition: all 0.5s; }
    header #menu-button .top {
      height: 2px;
      margin-top: 5px; }
    header #menu-button .middle {
      height: 2px;
      margin-top: 10px; }
    header #menu-button .bottom {
      height: 2px;
      -webkit-transition: all 0.5s;
      margin-top: 15px; }
    header #menu-button:hover .top {
      -webkit-transform: rotate(90deg);
      margin-top: 10px; }
    header #menu-button:hover .middle {
      display: none; }
    header #menu-button:hover .bottom {
      -webkit-transform: rotate(180deg);
      margin-top: 10px; }
  header #menu-button.active .top {
    margin-top: 10px;
    -webkit-transform: rotate(45deg); }
  header #menu-button.active .middle {
    display: none; }
  header #menu-button.active .bottom {
    margin-top: 10px;
    -webkit-transform: rotate(-45deg); }
  header .exit-btn {
    cursor: pointer;
    display: none;
    z-index: 9999999;
    position: absolute;
    top: 26%;
    right: 20%;
    height: 20px;
    width: 20px; }
    header .exit-btn svg {
      height: 100%;
      width: 100%; }

#time-table {
  z-index: 9999;
  display: none;
  background-color: #000;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0; }
  #time-table #adress {
    float: left;
    position: relative;
    width: 50%;
    height: 280px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    #time-table #adress .content {
      width: fit-content;
      background: black;
      padding: 40px;
      color: white;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translate(0%, -50%);
      padding-bottom: 20px; }
    #time-table #adress .single-detail {
      margin-bottom: 20px;
      position: relative; }
      #time-table #adress .single-detail svg {
        max-width: 20px;
        height: auto;
        float: left;
        margin-right: 20px;
        position: absolute;
        top: 50%;
        bottom: 50%;
        transform: translate(-50%, -50%); }
      #time-table #adress .single-detail p {
        margin-left: 30px; }
  #time-table #times {
    float: right;
    width: 50%;
    background-color: #000; }
    #time-table #times .timecolumns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 65%;
      margin: 25px; }
      #time-table #times .timecolumns h3 {
        font-size: 20px;
        font-family: Nunito sans;
        color: white !important;
        margin: 20px 0px; }
    #time-table #times td {
      color: #747474; }
    #time-table #times #tijd {
      margin-left: 50px;
      color: white !important; }

footer {
  position: relative;
  background-color: #000;
  height: 100px;
  width: 100%; }
  footer #footer_left {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%); }
    footer #footer_left svg {
      margin-left: 15px; }
    footer #footer_left p {
      position: absolute;
      height: 21px;
      width: 100px;
      opacity: 0.5;
      color: #FFFFFF;
      font-family: "Nunito sans";
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
      margin-left: 187px;
      margin-top: -30px; }
  footer #footer_right {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translate(0, -50%); }
    footer #footer_right ul {
      margin-top: 0%;
      margin: 0 0; }
      footer #footer_right ul li {
        display: inline-block; }
        footer #footer_right ul li:before {
          content: " | ";
          color: #797979; }
        footer #footer_right ul li:first-child:before {
          display: none; }
        footer #footer_right ul li a {
          font-family: Nunito sans;
          text-decoration: none;
          color: white;
          margin-left: 5px;
          margin-right: 5px;
          letter-spacing: 2px;
          color: #797979;
          font-weight: 700; }
  footer #footer_btn {
    z-index: 700;
    cursor: pointer;
    width: 49px;
    height: 49px;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: none;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out; }
    footer #footer_btn:hover {
      opacity: 0.7; }

.cookiedim {
  width: 100vw;
  height: 110vh;
  padding-bottom: 50px;
  z-index: 14;
  display: none;
  content: "";
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4); }
  .cookiedim .cookiemelding {
    max-width: 700px;
    background: black;
    color: white;
    margin: 0 auto;
    width: calc(100% - 20px);
    margin-top: 200px;
    padding: 30px;
    text-align: center;
    z-index: 99;
    display: block; }
  .cookiedim svg#vitos-logo-melding {
    width: 110px;
    margin-bottom: 20px; }
  .cookiedim .cookie-buttons-div {
    margin: auto; }

#cookie-accepteer {
  padding-top: 20px;
  display: inline-block; }

#cookie-weiger {
  margin-left: 40px;
  display: inline-block; }

a.cookiebutton {
  color: white;
  font-size: 20px;
  font-family: "Nunito sans";
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase; }
  a.cookiebutton:hover {
    text-decoration: underline; }

/* Pages */
.btn_down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 85px;
  cursor: pointer;
  text-align: center; }
  .btn_down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box; }

#slider {
  position: relative;
  height: 100vh;
  top: 0;
  left: 0; }
  #slider #slides {
    height: 100%; }
    #slider #slides article {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    #slider #slides .slick-track, #slider #slides .slick-list {
      height: 100% !important; }
    #slider #slides .slick-dots {
      position: absolute;
      bottom: 2px;
      right: 15px;
      width: auto;
      text-align: right; }
      #slider #slides .slick-dots li {
        margin: 0 -1px; }
        #slider #slides .slick-dots li button:before {
          color: #fff;
          font-size: 8px; }
  #slider #slider-content {
    text-align: right;
    position: absolute;
    bottom: 10vh;
    right: 0;
    width: 100%; }
    #slider #slider-content .inner-content {
      max-width: 1520px;
      margin: 0 auto;
      height: auto;
      width: calc(100% - 130px);
      position: relative; }
      #slider #slider-content .inner-content h1 {
        margin-top: 30px;
        color: #FFFFFF;
        font-family: "Nunito sans";
        font-size: 70px;
        text-shadow: 0px 2px 6px rgba(47, 47, 47, 0.5);
        font-weight: 900; }
      #slider #slider-content .inner-content p {
        font-family: "Playfair Display";
        color: #fff;
        font-weight: 300;
        letter-spacing: 2px;
        font-size: 28px;
        text-shadow: 0px 2px 6px rgba(47, 47, 47, 0.5);
        border-bottom: 1px solid white;
        display: inline;
        padding-bottom: 5px; }
      #slider #slider-content .inner-content svg {
        height: 10px;
        width: 46px; }
  #slider .social-media {
    position: absolute;
    bottom: 20px;
    left: 25px; }
    #slider .social-media ul li {
      display: inline-block;
      margin-right: 20px; }
      #slider .social-media ul li a {
        text-transform: uppercase;
        font-family: "Nunito sans";
        font-size: 16px;
        letter-spacing: 2px;
        opacity: 0.6;
        transition: opacity .3s ease-in-out;
        color: #fff; }
        #slider .social-media ul li a:hover {
          opacity: 1; }

.promo {
  position: relative;
  height: 100vh;
  width: 100%; }
  .promo .content {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .promo .content .inner-content {
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      width: 100%; }
      .promo .content .inner-content .wrap {
        max-width: 1520px;
        margin: 0 auto;
        height: auto;
        width: calc(100% - 130px);
        position: relative; }
        .promo .content .inner-content .wrap h2 {
          margin-left: 8vw;
          opacity: 0.2;
          font-family: 'Playfair Display';
          font-size: 154px;
          font-weight: bold;
          color: white;
          margin-bottom: -60px; }
        .promo .content .inner-content .wrap h3 {
          font-family: "Nunito sans";
          text-transform: uppercase;
          font-size: 68px;
          font-weight: 900;
          letter-spacing: 3px;
          color: white;
          line-height: 60px;
          margin-top: -40px;
          margin-bottom: 80px;
          max-width: auto; }
        .promo .content .inner-content .wrap a {
          padding: 18px 40px;
          font-family: 'Playfair Display';
          font-size: 18px;
          transition: all .2s ease-in-out;
          font-weight: bold;
          background: transparent;
          border: 2px solid white;
          color: white;
          transition: all .2s ease-in-out; }
          .promo .content .inner-content .wrap a:hover {
            background-color: #fff;
            color: #000; }

.promo-right .content .inner-content .wrap {
  text-align: right !important; }

#contact {
  display: flex;
  flex-wrap: wrap; }
  #contact div.contact-section {
    width: 50%;
    height: 85vh; }
  #contact #contact-text {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, #000000 180%);
    position: relative; }
    #contact #contact-text .inner-content {
      width: 70%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #contact #contact-text .inner-content h2 {
        font-family: "Nunito sans";
        font-weight: 900;
        color: black;
        font-size: 50px; }
      #contact #contact-text .inner-content p {
        opacity: 0.6;
        color: #000000;
        font-size: 16px;
        font-family: "Nunito sans";
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 21px;
        max-width: 400px; }
  #contact #contact-info {
    margin-top: 50px; }
    #contact #contact-info .single-detail {
      margin-bottom: 20px;
      position: relative; }
      #contact #contact-info .single-detail svg {
        max-width: 20px;
        height: auto;
        float: left;
        left: 10px;
        position: absolute;
        top: 50%;
        bottom: 50%;
        transform: translate(-50%, -50%); }
      #contact #contact-info .single-detail a {
        margin-left: 40px;
        color: black;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px; }
  #contact #contact-images {
    line-height: 0; }
    #contact #contact-images img {
      height: 50%;
      width: 100%;
      object-fit: cover; }

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
#menu_kaart {
  position: relative; }
  #menu_kaart .container {
    max-width: 1520px;
    margin: 0 auto;
    height: auto;
    width: calc(100% - 130px);
    position: relative; }
  #menu_kaart .menufilter {
    border-bottom: 2px solid black;
    padding-bottom: 1px;
    margin-top: 50px;
    margin-bottom: 50px; }
    #menu_kaart .menufilter a.button {
      margin: -3px;
      display: inline-block;
      background: transparent;
      border: 2px solid black;
      color: black; }
      #menu_kaart .menufilter a.button:hover {
        background-color: #000;
        color: #fff; }
    #menu_kaart .menufilter a.active {
      background-color: #000;
      color: #fff; }
  #menu_kaart .menu-omschrijving {
    max-width: 600px;
    margin-bottom: 50px; }
    #menu_kaart .menu-omschrijving h2 {
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-top: 20px; }
  #menu_kaart .menu-items {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    width: 100%;
    grid-gap: 5px 30px; }
    #menu_kaart .menu-items .menu-item {
      align-items: center;
      position: relative; }
      #menu_kaart .menu-items .menu-item .menu-name {
        grid-area: title;
        max-width: 80%; }
        #menu_kaart .menu-items .menu-item .menu-name h2 {
          margin-top: 20px;
          margin-bottom: 10px; }
        #menu_kaart .menu-items .menu-item .menu-name p {
          color: #afafaf;
          margin-bottom: 20px; }
        #menu_kaart .menu-items .menu-item .menu-name svg {
          position: absolute;
          top: 50%;
          transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          text-align: right;
          right: 80px; }
      #menu_kaart .menu-items .menu-item .menu-price {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        text-align: right;
        font-size: 18px;
        font-weight: 400; }
        #menu_kaart .menu-items .menu-item .menu-price span {
          position: absolute;
          font-size: 12px;
          color: #c7c7c7;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          text-align: center;
          top: -14px;
          width: 130px;
          transform: translate(-25%, 0); }

.order-online {
  width: 100vw;
  padding: 50px 0px;
  text-align: center;
  background: #f3f3f3;
  margin-top: 100px;
  font-weight: 700;
  font-size: 20px; }
  .order-online .container {
    max-width: 1520px;
    margin: 0 auto;
    height: auto;
    width: calc(100% - 130px);
    position: relative; }
  .order-online p {
    display: inline-block;
    text-transform: uppercase; }
  .order-online .button {
    margin-left: 50px;
    background: transparent;
    border: 2px solid #000;
    color: #000; }
    .order-online .button:hover {
      background-color: #000;
      color: #fff; }

.menu-cat-title {
  margin: 50px 0px;
  border-bottom: solid 2px black;
  padding-bottom: 20px; }
  .menu-cat-title h2 {
    font-size: 26px; }

.menu-cat-subtitle {
  margin: 25px 0px;
  margin-top: 50px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px black; }

.winkelwagen {
  background-color: #F3F3F3;
  z-index: 10;
  width: 100% !important;
  margin-bottom: -10px;
  overflow-x: hidden; }
  .winkelwagen #winkelwagen-balk {
    background-color: #F3F3F3;
    margin: 0 auto;
    max-width: 300px; }
    .winkelwagen #winkelwagen-balk #winkelwagen-icon {
      margin-top: 21px;
      height: 30px;
      width: 27px;
      position: absolute; }
    .winkelwagen #winkelwagen-balk p {
      font-family: "Nunito sans";
      padding-top: 25px;
      padding-bottom: 15px;
      text-align: center; }
    .winkelwagen #winkelwagen-balk span {
      float: right;
      cursor: pointer;
      display: block;
      border-radius: 25px;
      background-color: transparent;
      margin-top: -48px;
      margin-right: 20px; }

#winkelwagen {
  background-color: #F3F3F3;
  margin-top: -20px;
  margin-bottom: -10px;
  padding-bottom: 50px; }
  #winkelwagen #winkelwagen-bestelling {
    margin-top: 20px; }
    #winkelwagen #winkelwagen-bestelling p {
      font-family: "Nunito sans";
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      line-height: 22px; }
    #winkelwagen #winkelwagen-bestelling h2 {
      font-family: "Nunito sans";
      font-weight: 900;
      color: black;
      font-size: 20px;
      text-align: left;
      padding-left: 20px;
      padding-top: 20px;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 10px; }
    #winkelwagen #winkelwagen-bestelling #winkelwagen-table {
      position: relative;
      margin-left: 20px;
      width: 581px; }
      #winkelwagen #winkelwagen-bestelling #winkelwagen-table tr {
        height: 46px;
        border-bottom: 1px solid #bcbaba; }
        #winkelwagen #winkelwagen-bestelling #winkelwagen-table tr #bestel-aantal {
          font-family: "Nunito sans";
          font-weight: bold;
          width: 40px; }
        #winkelwagen #winkelwagen-bestelling #winkelwagen-table tr #bestel-naam {
          font-family: "Nunito sans";
          font-weight: 800;
          padding-left: 31px;
          width: 414px; }
        #winkelwagen #winkelwagen-bestelling #winkelwagen-table tr .bestel-prijs {
          font-family: "Nunito sans";
          font-weight: 800;
          text-align: right;
          width: 75px; }
    #winkelwagen #winkelwagen-bestelling .total {
      margin-left: 20px;
      margin-top: 31px;
      width: 580px;
      border-top: 1px solid black; }
      #winkelwagen #winkelwagen-bestelling .total #result {
        margin-top: -31px;
        text-align: right;
        padding-right: 0px; }
  #winkelwagen #winkelwagen-tijdstip p {
    width: 670px; }
  #winkelwagen #winkelwagen-tijdstip #bestel-tijd {
    float: right;
    margin-top: -91px;
    margin-right: -308px; }
  #winkelwagen #winkelwagen-gegevens #achternaam {
    float: right;
    margin-top: -91px;
    margin-right: 82px; }
  #winkelwagen #winkelwagen-gegevens #bedrijfsnaam {
    width: 584px !important; }
  #winkelwagen #winkelwagen-gegevens #email-div {
    float: right;
    margin-top: -91px;
    margin-right: 82px; }
  #winkelwagen #winkelwagen-gegevens #akkoord {
    width: 600px;
    margin-left: 20px; }
    #winkelwagen #winkelwagen-gegevens #akkoord #checkbox {
      margin-top: 4px;
      position: absolute; }
    #winkelwagen #winkelwagen-gegevens #akkoord .voorwaarden-a {
      color: black;
      text-decoration: underline; }
  #winkelwagen #winkelwagen-gegevens .bestel-button-div {
    height: 39px;
    width: 205px;
    background-color: #000000;
    float: right;
    margin-right: 81px;
    margin-top: -70px;
    margin-bottom: 20px; }
    #winkelwagen #winkelwagen-gegevens .bestel-button-div .besel-button {
      border: none;
      color: #FFFFFF;
      font-family: "Playfair display";
      font-size: 16px;
      font-weight: bold;
      line-height: 21px;
      color: white;
      background-color: transparent;
      border: none;
      display: block;
      margin: auto;
      margin-top: 8.63px; }

#time::-webkit-datetime-edit-ampm-field {
  display: none; }

input[type=time]::-webkit-clear-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: -10px; }

.input-veld-bestel p {
  font-family: "Nunito sans";
  font-weight: bold;
  color: black;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: -17px; }

.input-bestel {
  border: 1px solid black;
  margin-bottom: 30px;
  margin-left: 20px;
  padding-left: 10px;
  height: 37px;
  width: 261px;
  font-family: "Nunito sans";
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px; }

.winkelwagen-onderdeel {
  width: 684px;
  margin: auto;
  background-color: white; }
  .winkelwagen-onderdeel h2 {
    font-family: "Nunito sans";
    font-weight: 900;
    color: black;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase; }
  .winkelwagen-onderdeel p {
    font-family: "Nunito sans";
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    line-height: 22px; }

.order-menu .filter-menu .button.black {
  display: inline-block;
  margin-right: -5px;
  background: transparent;
  border: 2px solid black;
  color: black; }

.order_content .content {
  max-width: 1520px;
  margin: 0 auto;
  height: auto;
  width: calc(100% - 130px);
  position: relative; }
.order_content .order-description {
  padding-top: 100px;
  margin-bottom: 50px; }
  .order_content .order-description h2.order-title {
    font-family: "Nunito sans";
    font-weight: Bold;
    font-size: 30px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px; }
  .order_content .order-description .line {
    float: right;
    margin-top: -26px;
    height: 3px;
    border-top: 1px solid #000000;
    opacity: 0.1;
    width: 69%; }
  .order_content .order-description .order-icon {
    opacity: 0.8;
    color: #000000;
    font-family: "Nunito sans";
    font-size: 16px;
    font-weight: 300;
    margin-top: -10px;
    font-weight: bold; }

.productgrid {
  display: table;
  table-layout: fixed;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  width: 100%;
  grid-gap: 25px 100px;
  grid-auto-rows: 1fr; }
  .productgrid .product-container {
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    height: 100%;
    background: white;
    box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.07); }
  .productgrid .product-info {
    background-color: white;
    padding: 5px 20px; }
    .productgrid .product-info h2 {
      font-family: "Nunito sans";
      font-size: 16px;
      font-weight: 700;
      line-height: 21px;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 10px; }
    .productgrid .product-info .contents {
      max-width: 70%;
      position: relative; }
      .productgrid .product-info .contents .titleinfo {
        max-width: 80%; }
      .productgrid .product-info .contents .price {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%); }
  .productgrid .product-order {
    height: 100%;
    background: #F3F3F3;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 30%; }
    .productgrid .product-order .quantity {
      position: absolute;
      top: 45%;
      left: 10%;
      transform: translate(0%, -45%);
      -webkit-transform: translate(0%, -45%); }
      .productgrid .product-order .quantity input {
        border: 1px solid #E2E2E2;
        width: 50px;
        height: 42px;
        line-height: 1.65;
        float: left;
        display: block;
        padding: 0;
        margin: 0;
        padding-left: 10px;
        border: 1px solid #eee; }
    .productgrid .product-order .quantity-nav {
      float: left;
      position: relative;
      height: 42px; }
      .productgrid .product-order .quantity-nav .quantity-button {
        position: relative;
        cursor: pointer;
        width: 20px;
        text-align: center;
        color: #333;
        font-family: "Trebuchet MS", Helvetica, sans-serif !important;
        line-height: 1.7;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none; }
      .productgrid .product-order .quantity-nav .quantity-up {
        position: absolute;
        height: 50%;
        top: 0; }
      .productgrid .product-order .quantity-nav .quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%; }
    .productgrid .product-order #productsubmit {
      position: absolute;
      top: 55%;
      right: 10%;
      transform: translate(0%, -45%);
      -webkit-transform: translate(0%, -55%);
      cursor: pointer;
      transition: all .2s ease-in-out; }
      .productgrid .product-order #productsubmit p {
        font-size: 12px;
        margin-top: 5px; }
      .productgrid .product-order #productsubmit:hover {
        opacity: 0.6; }
    .productgrid .product-order .add-to-chart-button, .productgrid .product-order .added-to-chart-button {
      display: block;
      width: auto;
      height: 30px;
      margin: auto; }
    .productgrid .product-order .added-to-chart-button {
      display: none;
      margin-top: -65px; }

.totalOrder {
  font-family: "Nunito sans";
  font-weight: 800;
  width: 47px;
  height: 21px;
  font-size: 16px;
  margin-left: 340px;
  margin-top: 5px;
  padding-left: 0px !important; }

.amountwinkel input {
  border: 1px solid #bcbaba;
  width: 41px;
  height: 33px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 8px;
  border: 1px solid #eee;
  font-size: 16px;
  font-family: "Nunito sans";
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 7px; }
.amountwinkel .amountwinkel-nav {
  float: left;
  position: relative;
  height: 42px; }
  .amountwinkel .amountwinkel-nav .amountwinkel-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .amountwinkel .amountwinkel-nav .amountwinkel-down {
    position: absolute;
    bottom: 1px;
    height: 50%; }
  .amountwinkel .amountwinkel-nav .amountwinkel-up {
    position: absolute;
    height: 50%;
    top: 4px; }

.gform_wrapper {
  width: 684px;
  margin: auto;
  background-color: white; }
  .gform_wrapper .gfield_visibility_hidden {
    height: 0;
    opacity: 0;
    pointer-events: none; }
  .gform_wrapper .validation_error {
    padding: 0px 25px;
    color: red; }
  .gform_wrapper .gfield_error input {
    border: red solid 1px; }
  .gform_wrapper .validation_message {
    display: none; }
  .gform_wrapper form {
    position: relative;
    padding: 30px 0px; }
  .gform_wrapper .gform_footer {
    position: absolute;
    right: 20px;
    bottom: 55px; }
    .gform_wrapper .gform_footer input[type='submit'] {
      height: 39px;
      width: 205px;
      background-color: #000000;
      border: solid 1px #000000;
      color: #fff;
      padding: 0 0;
      cursor: pointer; }
      .gform_wrapper .gform_footer input[type='submit']:hover {
        background-color: #fff;
        color: #000; }
  .gform_wrapper .gform_title {
    display: none; }
  .gform_wrapper .voorwaarden .gfield_label {
    display: none; }
  .gform_wrapper .voorwaarden label {
    font-family: "Nunito sans";
    padding-bottom: 20px;
    line-height: 22px;
    font-weight: 400; }
  .gform_wrapper .gfield_checkbox {
    margin: 0 0; }
    .gform_wrapper .gfield_checkbox input {
      width: auto;
      margin-right: 15px; }
    .gform_wrapper .gfield_checkbox li {
      display: flex; }
  .gform_wrapper ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gform_wrapper ul li {
      width: 100%;
      margin-bottom: 30px; }
      .gform_wrapper ul li i {
        display: none; }
      .gform_wrapper ul li:last-child {
        margin-bottom: 0; }
      .gform_wrapper ul li input {
        border: solid 1px #000;
        font-family: "Nunito sans";
        color: #a6a6a6;
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
        width: 100%;
        height: 37px;
        padding: 0px 10px; }
      .gform_wrapper ul li label {
        font-family: "Nunito sans";
        padding-bottom: 20px;
        line-height: 22px;
        font-weight: bold;
        color: black;
        font-size: 16px; }
  .gform_wrapper .half {
    width: calc(50% - 20px); }
  .gform_wrapper .clear-multi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .gform_wrapper .ginput_container_time {
    width: calc(50% - 2.5px); }
    .gform_wrapper .ginput_container_time label {
      display: none; }

div#gform_confirmation_wrapper_1 {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 9999999999;
  background-color: black;
  color: #fff;
  padding: 50px; }

@media only screen and (max-width: 768px) {
  .gform_wrapper .half {
    width: 100%; }

  .gform_wrapper {
    width: 100%; }

  .voorwaarden {
    width: 60% !important; } }
@media only screen and (max-width: 558px) {
  .voorwaarden {
    width: 100% !important; }

  .gform_wrapper .gform_footer {
    right: unset;
    left: 25px;
    bottom: unset;
    position: relative; } }
/* Responsive */
@media only screen and (max-width: 1490px) {
  #time-table #times .timecolumns {
    width: 80%; } }
@media only screen and (max-width: 1250px) {
  #time-table #times .timecolumns {
    width: 90%; }

  .productgrid .product-container {
    margin-bottom: 20px; }
  .productgrid .product-info {
    padding: 5px 20px; }
    .productgrid .product-info .contents .price {
      position: relative;
      right: 0;
      margin-top: 25px; }
  .productgrid .product-order .quantity {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%); }
  .productgrid .product-order #productsubmit {
    left: 50%;
    right: unset;
    top: 60%;
    transform: translate(-50%, -60%); } }
@media only screen and (max-width: 1058px) {
  header #main-menu ul li {
    margin: 0px 25px; } }
@media only screen and (max-width: 1024px) {
  #time-table #adress {
    height: 460px; }

  .timecolumn {
    margin: auto; }

  header #main-menu ul li {
    margin: 0px 25px; }
    header #main-menu ul li a {
      font-size: 14px; }

  #top-header {
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px; }
    #top-header .content {
      width: calc(100% - 40px) !important; }
      #top-header .content h1 {
        font-size: 80px; }
      #top-header .content h2 {
        font-size: 40px;
        line-height: 40px; }

  #page_content .content {
    width: calc(100% - 40px) !important; }

  #intro_text .content {
    width: calc(100% - 40px) !important; }

  #menu_kaart .container {
    width: calc(100% - 40px) !important; }

  .order_content .content {
    width: calc(100% - 40px) !important; } }
@media only screen and (max-width: 940px) {
  .productgrid {
    display: block; }
    .productgrid .product-order #productsubmit {
      left: 50%;
      right: unset;
      top: 90%;
      transform: translate(-50%, -90%); }

  .line {
    display: none !important; } }
@media only screen and (max-width: 770px) {
  footer #footerlogo {
    margin-top: 0vh !important; }
  footer #footer_right {
    display: none; }

  #winkelwagen, #bestelForm {
    background: white; }

  .winkelwagen-onderdeel {
    width: 96vw;
    height: inherit; }
    .winkelwagen-onderdeel h2 {
      font-size: 18px; }
    .winkelwagen-onderdeel div {
      float: none !important;
      margin-top: 0 !important;
      margin-right: 0 !important; }

  #winkelwagen-table {
    width: 87vw; }

  .total {
    width: 87vw; }

  .totalOrder {
    margin-left: 60vw;
    font-size: 16px; }

  #winkelwagen-tijdstip {
    height: auto; }
    #winkelwagen-tijdstip p {
      width: 98vw !important; }

  #winkelwagen #winkelwagen-gegevens #bedrijfsnaam {
    width: 87vw !important; }

  .input-bestel {
    width: 87vw !important; }

  #bestel-tijd {
    float: left;
    margin-top: 0vw;
    margin-right: 0px; }

  #winkelwagen-table {
    width: 87vw !important; }

  .total {
    width: 87vw !important;
    margin-top: 10px; }

  .totalOrder {
    margin-left: 58vw;
    font-size: 16px; }

  .amountwinkel input {
    font-size: 16px; }

  .amountwinkel .amountwinkel-nav {
    float: left !important; }

  #winkelwagen #winkelwagen-bestelling #winkelwagen-table tr #bestel-aantal {
    position: relative;
    left: 10px; }

  #winkelwagen #winkelwagen-gegevens .bestel-button-div {
    margin-left: 20px;
    padding-top: 0.1px !important; }

  #akkoord {
    width: 87vw !important; }
    #akkoord p {
      width: 100%; }

  #winkelwagen #winkelwagen-bestelling #winkelwagen-table tr .bestel-prijs {
    width: 100px; } }
@media only screen and (max-width: 768px) {
  .header-active {
    height: 100vh;
    overflow-y: scroll; }

  #main-content {
    margin-top: 70px; }

  .menu-btn-wrap {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999; }

  header #nav-left, header #nav-right {
    width: 100%; }

  header {
    background-color: #000 !important;
    height: 70px;
    transition: ease-in 0.4s; }
    header #header-logo {
      display: block !important;
      position: relative;
      height: 70px;
      z-index: 9999; }
    header #main-menu {
      display: none;
      height: auto;
      background-color: black;
      padding-bottom: 25px;
      overflow-y: scroll; }
      header #main-menu ul {
        margin: 0;
        padding: 0; }
        header #main-menu ul li {
          display: block;
          line-height: 70px; }
          header #main-menu ul li a {
            font-size: 16px; }
      header #main-menu #header-logo {
        display: none !important;
        position: relative;
        height: 70px; }
    header #nav-left, header #nav-right {
      float: none;
      text-align: left; }
    header #menu-button {
      right: 20px;
      top: 16px;
      z-index: 99999;
      transform: translate(0, 0); }

  #time-table {
    position: static;
    top: 0; }
    #time-table #adress {
      display: none; }
    #time-table #times {
      float: none;
      width: 100%; }
      #time-table #times .timecolumns {
        display: block; }
    #time-table .timecolumn {
      float: left;
      margin: 0;
      margin-right: 38px;
      margin-bottom: 50px; }
      #time-table .timecolumn h3 {
        cursor: pointer;
        opacity: 0.7; }
        #time-table .timecolumn h3:hover {
          opacity: 1; }
      #time-table .timecolumn h3.active {
        opacity: 1; }
      #time-table .timecolumn table {
        display: none;
        position: absolute;
        top: 70px;
        background-color: #000;
        height: calc(100vh - 70px);
        left: 0;
        z-index: 999;
        width: 100%; }
        #time-table .timecolumn table tbody {
          margin: auto;
          display: block;
          position: absolute;
          top: 35%;
          left: 50%;
          width: auto;
          transform: translate(-50%, -35%); }

  #slider #slider-content .inner-content {
    width: calc(100% - 40px) !important; }
    #slider #slider-content .inner-content h1 {
      font-size: 36px;
      line-height: 38px;
      margin-bottom: 20px;
      letter-spacing: 1px; }
    #slider #slider-content .inner-content p {
      font-size: 22px; }
  #slider .social-media {
    display: none; }

  #top-header .content h2 {
    width: 75%; }

  .promo .content .inner-content .wrap {
    width: calc(100% - 40px) !important; }
    .promo .content .inner-content .wrap h2 {
      font-size: 120px;
      margin-bottom: -50px; }
    .promo .content .inner-content .wrap h3 {
      font-size: 50px;
      line-height: 48px;
      margin-bottom: 60px; }
    .promo .content .inner-content .wrap a {
      padding: 15px 30px;
      font-size: 16px; }

  #contact {
    display: block; }
    #contact div.contact-section {
      width: 100%; }
    #contact #contact-text {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, #000000 180%);
      position: relative;
      padding: 50px 0px;
      height: auto; }
      #contact #contact-text .inner-content {
        position: static;
        margin: auto;
        width: calc(100% - 40px) !important;
        transform: translate(0, 0); }
    #contact #contact-info .single-detail a {
      font-size: 14px;
      margin-left: 40px; }
    #contact #contact-info .single-detail svg {
      left: 10px; }

  #page_content .content {
    width: calc(100% - 40px) !important;
    display: block; }
  #page_content iframe {
    margin-top: 25px; }

  #intro_text .content {
    width: calc(100% - 40px) !important; }

  #menu_kaart .container {
    width: calc(100% - 40px) !important; }
  #menu_kaart .menufilter a.button {
    display: block;
    margin-bottom: 30px; }
  #menu_kaart .menu-items {
    display: block; }

  .order-menu .filter-menu .button.black {
    display: block;
    margin-bottom: 20px; }

  .productgrid {
    display: block; }

  .line {
    display: none !important; }

  footer {
    height: 70px; }

  #menu-warm-icon {
    display: none; } }
@media only screen and (max-width: 600px) {
  .promo .content .inner-content .wrap h2 {
    font-size: 80px;
    margin-bottom: -40px; }
  .promo .content .inner-content .wrap h3 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 60px;
    letter-spacing: 1px; }

  #top-header .content h2 {
    width: 100%; }

  .order-online {
    display: none; } }
@media only screen and (max-width: 505px) {
  #time-table .timecolumn table {
    padding: 88px 20px; }

  #luch_menu table {
    top: 18%; }

  .productgrid .product-order #productsubmit {
    left: 50%;
    width: 100%;
    text-align: center;
    right: unset;
    top: 90%;
    transform: translate(-50%, -90%); }
    .productgrid .product-order #productsubmit p {
      font-size: 10px; } }
@media only screen and (max-width: 465px) {
  #time-table .timecolumn table tbody {
    width: 66%; } }
@media only screen and (max-width: 450px) {
  #intro_text {
    top: 0; }

  #top-header .content h1 {
    margin-bottom: -15px;
    font-size: 45px; }
  #top-header .content h2 {
    font-size: 30px;
    line-height: 30px; } }
@media only screen and (max-width: 360px) {
  #slider #slider-content .inner-content h1 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 20px;
    letter-spacing: 1px; }

  .promo .content .inner-content .wrap h2 {
    font-size: 65px; }

  .promo .content .inner-content .wrap h3 {
    font-size: 25px;
    line-height: 29px; }

  footer #footer_left p {
    display: none; } }

/*# sourceMappingURL=style.css.map */
