html,body {
  margin:0;
  font-family: "Saira", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1{
  margin-top:40px;
  font-size:3.6em;
  text-transform:uppercase;
  font-weight: 700;
  font-family:"Saira", sans-serif;
}

.cc-banner .cc-message,
.cc-window .cc-message,
.cc-floating .cc-message{
  font-size:12px;
  line-height:normal;
}

.row, .w{
  position:relative;
  z-index:999;
}

h2{
  font-size:3.4em;
  text-transform:uppercase;
  font-weight: 700;
  font-family:"Saira", sans-serif;
}

h3,h4,h5,h6{
  font-size:2.8em;
  text-transform:uppercase;
  font-family:"Saira", sans-serif;
  font-weight: 700;
}

h4{
  font-size:2em;
}

header{
  position:relative;
  z-index: 99999;
  position: fixed;
  top: 0;
  width: 100%;
  /* overflow: hidden; */
  height: auto;
}

header:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  height:60px;
  background: #5F3919;
  width:100%;
}

header .wrapper{
    display:flex;
    position:relative;
    height: 60px;
}

header .wrapper>.logo{
  min-width: unset;
  transform: translate3d(0px,-100px,0);
  transition:transform 0.3s ease;
  cursor: pointer;
  max-width: 230px;
}

header .wrapper>.logo.showoff{
  transform: translate3d(0px,10px,0);
}

header .wrapper>.logo img{
  width:100%;
}

header div.menu{
  padding-left:20px;
  width: 100%;
}

header div.menu .menubalk{
  width:100%;
  position: relative;
}

.menubalk{
  height:100%;
}

.reserveernu{
  position:absolute;
  top: 60px;
  right: 0px;
  animation:scrollintoview 1s ease;
  animation-fill-mode:forwards;
  animation-delay:1s;
  transform:translate3d(0, -60px, 0);
}

@keyframes scrollintoview {
  from {
    transform:translate3d(0, -60px, 0);
  }

  to {
    transform:translate3d(0, 0, 0);
  }
}

.reserveernu>a>div{
  /* background:#40B34F; */
  text-decoration:none;
}

.reserveernu>a>div{
  flex-direction:column;
  justify-content:center;
  background: #40B34F;
  color: #fff;
  padding: 0 15px;
  align-items:flex-end;
  padding-left: 50px;
  font-size: 18px;
  transition:background 0.5s ease;
  height: 60px;
  display:flex;
  position:relative;
  /* display:none; */
}

.reserveernu>a>div:after{
  font-family:"FontAwesome";
  content:"\f095";
  position:absolute;
  left: 15px;
  font-size: 32px;
  top: 10px;
}

.reserveernu a{
  color:#fff;
  text-decoration:none;
}

.reserveernu span{
  display:block;
  text-transform: none;
  line-height: 23px;
  position: relative;
  top: 2px;
}

header div.menu .nav{
  position:fixed;
  left:0;
  z-index: 99;
  top:0;
  height:100vh;
  width:0vw;
  visibility:hidden;
  opacity:0;
  background: #5F3919;
  display: block;
  padding-top: 20px;
  transition:width 0.4s ease, opacity 0.4s ease, visibility 1s ease;
}

header div.menu.open .nav{
  width: calc(100vw - 75px);
  opacity: 1;
  visibility: visible;
}

header div.menu.open .background{
  position:fixed;
  z-index:9;
  left: 0;
  background:#0000009c;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.gotop{
  position:fixed;
  bottom:20px;
  right:20px;
  background:#333;
  width:40px;
  height:40px;
  z-index: 9998;
  cursor:pointer;
}


.gotop:after{
  font-family:"FontAwesome";
  content:"\f106";
  font-size:24px;
  color:#fff;
  position:absolute;
  left:50%;
  transform:translate3d(-50%, -50%, 0);
  top:50%;
}

.menublokje{
  position:absolute;
  right: 0px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 16px 10px;
  cursor: pointer;
  z-index: 999;
  animation:scrollintoview 1s ease;
  animation-fill-mode:forwards;
  animation-delay:1s;
  transform:translate3d(0, -60px, 0);
}

.menublokje>div{
  height: 5px;
  width:100%;
  background:#fff;
  /* margin:10px 0; */
  transition: transform 0.4s ease;
}

.menu.open .menublokje>div:nth-child(1){
  transform:rotate(45deg) translate3d(10px, 0px, 0);
}

.menu.open .menublokje>div:nth-child(2){
  transform:rotate(-45deg) translate3d(10px, 0px, 0);
}

header .menu li{
  line-height:60px;
  margin: 0 20px;
  position:relative;
}

header .menu li>a>span,
.sitemap li>a>span{
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 26px;
    position: relative;
    top: 5px;
}

header .menu li>a>span>em,
.sitemap li>a>span>em{
  font-style: normal;
  color: #fff;
  color: var(--contrast-text-colour);
  position: relative;
  display: block;
  top: 0;
  transition: top .3s ease;
  -webkit-transition: top .3s ease;
  -moz-transition: top .3s ease;

}

header .menu li>a>span>em:nth-child(1){

}

header .menu li>a>span>em:nth-child(2){
  
}

header .menu li>a,
.sitemap li>a{
  color:#fff;
  text-transform: none;
  font-size: 24px;
  position: relative;
  /* top: 3px; */
  text-decoration:none;
  height: 60px;
  display: block;
  padding: 0px;
}

.sitemap li>a{
  height:auto;
}

header .menu li>a:hover span em,
.sitemap li>a:hover span em{
  top: -26px;
}

header .menu li>a:hover span em.hover,
.sitemap li>a:hover span em.hover{
  color:#40B34F;
}

.banner{
  margin-top: 60px;
  background:#f5f5f5;
  height: 100vh;
  background:url('../../../images/foto-2.webp');
  background-size:cover;
  position:relative;
  background-position:center;
  max-height: 700px;
}

.banner .logogroot{
    position:absolute;
    max-width:500px;
    top:50%;
    left:50%;
    transform:translate3d(-50%, -50%, 0);
    z-index:2;
    min-width: 270px;
}

.banner .logogroot>div{
  animation:shownow 3s ease;
  animation-fill-mode: forwards;
  opacity:0;
}

@keyframes shownow {
  from {
    opacity:0;
  }

  to {
   opacity:1;
  }
}

.banner .logogroot img{
  width:100%;
}

.banner .slide .el{
  position:absolute;
  opacity:1;
  max-width:100px;
  opacity:0;
  animation-fill-mode: forwards !important;
}

.banner .slide .el:nth-child(1){
  left: 76%;
  top: 47%;
  max-width: 70px;
  animation: croissant 3s ease;
  animation-delay:0.3s;
}

@keyframes croissant {
  from {
    transform:translate3d(100px, 0 , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(2){
  left: 22%;
  top: 32%;
  max-width: 70px;
  animation: brood 3s ease;
  animation-delay:0.6s;
}

@keyframes brood {
  from {
    transform:translate3d(-40px, -60px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(3){
  left: 22.7%;
  top: 32.5%;
  max-width: 60px;
  animation: kaas 3s ease;
  animation-delay:0.9s;
}

@keyframes kaas {
  from {
    transform:translate3d(-20px, -90px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(4){
  left: 53.7%;
  top: 57.5%;
  max-width: 106px;
  z-index: 3;
  animation: koffie 3s ease;
  animation-delay:1.2s;
}

@keyframes koffie {
  from {
    transform:translate3d(20px, 90px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(5){
  left: 13.7%;
  top: 57.5%;
  max-width: 106px;
  animation: thee 3s ease;
  animation-delay:1.5s;
}

@keyframes thee {
  from {
    transform:translate3d(-20px, 90px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(6){
  left: 0;
  top: 34.5%;
  max-width: 50px;
  animation: stokbrood 3s ease;
  animation-delay:1.8s;
}

@keyframes stokbrood {
  from {
    transform:translate3d(-100px, 0px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(7){
  left: 58.7%;
  top: 66.5%;
  max-width: 23px;
  z-index: 1;
  animation: bonbon 3s ease;
  animation-delay:2.1s;
}

@keyframes bonbon {
  from {
    transform:translate3d(20px, 90px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(8){
  left: 23.7%;
  top: 32.5%;
  max-width: 55px;
  animation: sla 3s ease;
  animation-delay:2.4s;
}

@keyframes sla {
  from {
    transform:translate3d(0px, -100px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(9){
  left: 22.7%;
  top: 31.5%;
  max-width: 70px;
  display: none;
}

.banner .slide .el:nth-child(10){
  left: 48.7%;
  top: 65.5%;
  max-width: 30px;
  animation: sinasappel 3s ease;
  animation-delay:2.7s;
}

@keyframes sinasappel {
  from {
    transform:translate3d(10px, 90px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}


.banner .slide .el:nth-child(11){
  left: 55.7%;
  top: 34.5%;
  max-width: 70px;
  animation: ei 3s ease;
  animation-delay:3.0s;
}

@keyframes ei {
  from {
    transform:translate3d(20px, -90px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(12){
  left: 23.3%;
  top: 33.4%;
  max-width: 45px;
  animation: tomaat 3s ease;
  animation-delay:3.3s;
}

@keyframes tomaat {
  from {
    transform:translate3d(-60px, -60px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el:nth-child(13){
  left: 27.7%;
  top: 35.5%;
  max-width: 30px;
  animation: kruiden 3s ease;
  animation-delay:3.6s;
}

@keyframes kruiden {
  from {
    transform:translate3d(20px, -70px , 0);
    opacity:0;
  }

  to {
    transform:translate3d(0px, 0 , 0);
    opacity:1;
  }
}

.banner .slide .el img{
  width:100%;
}

section.welkom {
  padding:100px 0;
  background:#333;
  color:#fff;
  position:relative;
}

section.welkom .container:before{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-04.svg);
  width: 310px;
  height: 310px;
  background-size:cover;
  position:absolute;
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
}

section.welkom .container>:after{
  content:"";
  background: url(../../../images/assets/icons/arthur_iconen_website-09.svg);
  width: 250px;
  height: 250px;
  background-size:cover;
  position:absolute;
  right: -40%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

section.welkom h2{
  color:#A47C55;
  font-size: 3em;
  text-transform:uppercase;
}

section.welkom p{
  font-size: 20px;
}

.bestelblokje{
  background:#A47C55;
  padding-left:50px;
  text-align: center;
  padding:10px;
  margin-bottom: 10px;
}

.bestelblokje>a{
  text-decoration:none;
}

.bestelblokje>a>div{
  position:relative;
}



section.welkom .bestelblokje p{
  margin:0;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.instagram_widget .row{
  margin:0 -5px;
}

.instagram_widget .row>div{
  padding:0 5px;
}

.instagram_widget .row>div:last-child{
  display:block;
}

.instagram_widget img{
  width:100%;
  /* margin-bottom:10px; */
  transition:transform 0.3s ease, opacity 0.3s ease;
}

.facebook div,
.facebook iframe,
.facebook span{
  width:100% !important;
  /* height: 100% !important; */
}

.instagram_widget .instapic{
  overflow:hidden;
  width: 100%;
  margin-bottom: 10px;
  
}

.instagram_widget .instapic:hover img,
.fotoblokje a:hover img{
  opacity: 0.6;
  transform: scale(1.1) rotate(2deg) translateZ(0);
  -webkit-transform: scale(1.1) rotate(2deg) translateZ(0);
}

section.fotoalbum{
  padding:100px 0;
  position:relative;
}

.container{
  position:relative;
}


section.fotoalbum>.container:before{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website2-05.svg);
  width: 210px;
  height: 510px;
  background-size:cover;
  position:absolute;
  right: -20%;
  top: 80%;
  transform: translateY(-50%);
}

section.fotoalbum>.container:after{
  content:"";
  background: url(../../../images/assets/icons/arthur_iconen_website2-09.svg);
  width: 250px;
  height: 250px;
  background-size:cover;
  position:absolute;
  left: -30%;
  top: 30%;
  transform: translateY(-50%);
}

section.fotoalbum h2{
  color:#40B34F;
}

section.fotoalbum h3{
  margin-top:50px;
  color:#40B34F;
  margin-bottom:-30px;
  font-size: 2.5em;
}
section.fotoalbum h4{
  margin-top: 30px;
}


.fotoblokjes{
  display:flex;
  flex-wrap:wrap;
  margin:0 -5px;
}

.fotoblokjes>div{
  padding:0 5px;
  margin:5px 0;
  overflow: hidden;
}

.fotoblokjes>div img{
  width: 26vw;
  height: 26vw;
  object-fit:cover;
}

section.lunchkaart{
  padding: 100px 0 100px;
  background:#A57C55;
  color: #fff;
  position:relative;
}

section.lunchkaart>.container:before{
  content:"";
  background: url(../../../images/assets/icons/arthur_iconen_website-02.svg);
  width: 300px;
  height: 350px;
  background-size:cover;
  position:absolute;
  left: -40%;
  top: 250px;
  transform: translateY(-50%);
  display:none;
}

section.lunchkaart>.container:after{
  content:"";
  display:none;
  background:url(../../../images/assets/icons/arthur_iconen_website-08.svg);
  width: 300px;
  height: 300px;
  background-size:cover;
  position:absolute;
  right: -300px;
  top: 30%;
  transform: translateY(-50%);
}

section.lunchkaart h3{
  font-size:2em;
}

.twocol{
  column-count: 1;
  column-gap: 150px;
}

.g-recaptcha>div{
  margin:0 auto;
  margin-bottom:10px;
}

table,
table tr,
table td{
  width:100%;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */

}

table td{
  vertical-align:top;
  /* white-space: nowrap; */
}

table td:first-child{
  padding-right:20px;
}

table td:last-child{
  white-space:nowrap;
}

table p{
  margin-bottom:0;
}

table{
  margin-bottom:30px;
}

section.sitemapper{
  padding:100px 0;
  background:#40B34F;
  position:relative;
  color: #fff;
}

section.sitemapper>.container:before{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-05.svg);
  width: 250px;
  height: 510px;
  background-size:cover;
  position:absolute;
  left: -35%;
  top: -40px;
  transform: translateY(-50%);
  display: none;
}

section.sitemapper>.container:after{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-07.svg);
  width: 300px;
  height: 300px;
  background-size:cover;
  position:absolute;
  left: -37%;
  top: 32%;
}

.contact h3{
  text-align:center;

  margin-top:60px;
  text-transform:uppercase;
  font-size:40px;
}

.contact table{
  
}

.contact table td{
  width:50%;
  font-size: 24px;
  padding:0 10px;
}


.contact table td:first-child{
  text-align:right;

}

.sitemap{
  position:relative;
  text-align: center;
  /* top: 50%; */
  /* transform: translate3d(-50%, -50%, 0); */
  /* left: 50%; */
}

.sitemap .nav{
  display:block;
  justify-content: center;
}

.sitemap li{
  padding-left: 0px;
  position:relative;
}



.sitemap li a{
  color:#fff;
  font-size:20px;
  text-transform: none;
}

.sitemap li span{
  display:none;
}

section.bestel{
  background:#2A2E3A;
  padding: 100px 0 100px;
  color: #fff;
  position:relative;
}

section.bestel>.container:before{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-01.svg);
  width: 290px;
  height: 290px;
  background-size:cover;
  position:absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.copyright{
  background:#2A2E3A;
  text-align:right;
  padding:10px;
  text-transform: none;
  font-size:12px;
  letter-spacing:1px;
  display: flex;
  justify-content: space-between;
}

.copyright a,
.copyright{
  color:#fff;
}

section.socialmedia{
  background:#2A2E3A;
  color:#fff;
  margin-top:-50px;
  position: relative;
}

section.socialmedia>div{
  /* border-top:3px solid #fff; */
  /* max-width:220px; */
  margin: 0 auto;
  text-align: center;
  position:relative;
  padding: 20px 0;
}

section.socialmedia>div:before{
  height:3px;
  width:200px;
  position:absolute;
  background:#fff;
  content:"";
  left:50%;
  transform:translateX(-50%);
  top: 0;
}

section.socialmedia .socmed{
  display:flex;
  justify-content:center;
  font-size:40px;
  align-items:center;
  margin:0 auto;
  padding: 10px 0;
  justify-content:space-around;
  max-width: 200px;
}

section.socialmedia .socmed a{
  color:#fff;
}

div.contact .maps{
  height: 268px;
}

div.contact p,
div.contact a {
  font-size: 24px;
  color:#fff;
}

.fbmaps{
  display:flex;
  flex-direction:column;

}

.fbmaps>div{
  height:300px;
  margin-bottom:10px;
  min-height: 300px;
  max-width: 500px;
}

.fbmaps iframe{
  height:100%;
  overflow:hidden;
}

.bestelformulier{
  max-width:500px;
  margin:0 auto;
}

.bestelformulier h3{
  text-align:center;
  font-weight:100;
  text-transform:uppercase;
  margin-bottom:0;
  font-size:30px;
}

.bestelformulier .subtag{
  text-align:center;
  color:#8E6B49;
  margin-bottom:20px;
  font-size:20px;
}

.gcore-line-tr.gcore-form-row{
  display:flex;
  margin-bottom: 30px;
}

.gcore-line-tr.gcore-form-row .gcore-line-td{
  display:flex;
  width: 100%;
}

.gcore-line-tr.gcore-form-row .gcore-line-td#ftd-bestelling{
  display: block;
}

#ftd-nieuwsbriefcheck{
  text-align:center;
  justify-content:center;
}

#ftd-nieuwsbriefcheck label{
  order:2;
  margin-left:10px;
  position:relative;
  top:2px;
}

.gcore-subinput-container{
  width:50%;
}

.gcore-subinput-container:nth-child(1){
  padding-right:10px;
}

.gcore-subinput-container:nth-child(2){
  padding-left:10px;
}

.gcore-subinput-container label{
  width:100%;
  display:block;
  margin: 0;
  text-transform: lowercase;
  padding-left: 10px;
}

.gcore-subinput-container input,
textarea{
  display:block;
  width:100%;
  border:none;
  padding:8px 12px;
}

p.chrono_credits{
  display:none;
}

#ftd-button12{
  justify-content:center;
  margin-top: -10px;
}

.bestelformulier .btn{
  background:#C59C70;
  border-radius:0px;
  color:#fff;
  font-size: 24px;
  padding: 4px 22px;
}

.bestelformulier .gtooltip{

}

.bestelformulier .gtooltip.gvalidation-error-tip {
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  color:#ec0606 !important;
  top: calc(100% + 5px) !important;
  left: 0px !important;
  padding: 0 !important;
}

.bestelformulier .gtooltip-close,
.bestelformulier .gtooltip-arrow,
.bestelformulier .gtooltip-arrow-border{
  display:none;
}

.gcore-input-container{
  position:relative;
}


div.contact .maps iframe{
  height:100%;
  width: 100%;
}

.bestelformulier{
  max-width:500px;
  margin:0 auto;
}

.bestelformulier h3{
  text-align:center;
  font-weight:100;
  text-transform:uppercase;
  margin-bottom:0;
  font-size:30px;
}

.bestelformulier .subtag{
  text-align:center;
  color:#8E6B49;
  margin-bottom:20px;
  font-size:20px;
}

.gcore-line-tr.gcore-form-row{
  display:flex;
  margin-bottom: 0px;
}

.gcore-line-tr.gcore-form-row .gcore-line-td{
  display: block;
  width: 100%;
}

.gcore-line-tr.gcore-form-row .gcore-line-td#ftd-bestelling{
  display: block;
}

#ftd-nieuwsbriefcheck{
  text-align:center;
  justify-content:center;
  display: flex;
  margin: 10px 0;
}

#ftd-nieuwsbriefcheck label{
  order:2;
  margin-left:10px;
  position:relative;
  top: -1px;
}

.gcore-subinput-container{
  width: 100%;
  margin-bottom: 20px;
}

.gcore-subinput-container:nth-child(1){
  padding-right: 0px;
}

.gcore-subinput-container:nth-child(2){
  padding-left: 0px;
}

.gcore-subinput-container label{
  width:100%;
  display:block;
  margin: 0;
  text-transform: lowercase;
  padding-left: 10px;
}

.gcore-subinput-container input,
textarea{
  display:block;
  width:100%;
  border:none;
  padding:8px 12px;
}

p.chrono_credits{
  display:none;
}

#ftd-button12{
  justify-content:center;
  margin-top: 10px;
  text-align:center;
}

.bestelformulier .btn{
  background:#C59C70;
  border-radius:0px;
  color:#fff;
  font-size: 24px;
  padding: 4px 22px;
  font-weight: 700;
}

.bestelformulier .gtooltip{

}

.bestelformulier .gtooltip.gvalidation-error-tip {
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  color:#ec0606 !important;
  top: calc(100% + 5px) !important;
  left: 0px !important;
  padding: 0 !important;
}

.bestelformulier .gtooltip-close,
.bestelformulier .gtooltip-arrow,
.bestelformulier .gtooltip-arrow-border{
  display:none;
}

.gcore-input-container{
  position:relative;
}

.fotoalbum h3{

}

.singlepage{
  min-height:90vh;
  padding: 100px 010%;
}

.viernulvier{
  display:flex;
  align-items: baseline;
  justify-content:center;
  margin-top: 100px;
  flex-direction: column;
}
.viernulvier>div:nth-child(1){
  margin-right:30px;
  margin-bottom: 50px;
}

.viernulvier p{font-size: 30px;margin: 0;line-height: 54px;}

.viernulvier h1{
  font-weight:700;
  font-size: 140px;
  line-height: 210px;
  margin: 0;
  color: #5F3919;
  border-bottom: 30px solid;
}

.goback{
  padding-left:20px;
}

.goback:hover span{
  animation-duration: 0.5s;
  animation-name: bounceleft;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.goback>a{
  color:#fff;
  line-height:60px;
  font-size:24px;
  text-decoration: none;
  white-space: nowrap;
}

.goback>a>div{
  display:flex;
  align-items:center;
}

.goback span{
  width: 30px;
  background:#fff;
  border-radius:3px;
  height:4px;
  margin-right:10px;
  display:block;
  position:relative;
}

.goback span:before,
.goback span:after{
  position:absolute;
  height:4px;
  width:15px;
  background:#fff;
  content:"";
  left:0;
  top:0;
  border-radius: 4px;
}

.goback span:before{
  transform:rotate(-45deg);
  top: -5px;
  left: -1px;
}

.goback span:after{
  transform:rotate(45deg);
  top: 5px;
  left: -1px;
}

@keyframes bounceleft {
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(-5px, 0, 0);
  }
}

.hc-banner, .hc-banner *, .hc-settings, .hc-settings * {
    box-sizing: border-box;
}

.hc-settings {
    display: none;
    clear: both;
    margin: 0 0 40px;
    padding: 20px;
    border-radius: 3px;
    background: #fbfbfb;
}

.hc-settings__header {
    margin: 0 0 20px;
    text-align: center;
}

.hc-settings__header span.hc-h2 {
    margin: 0 0 5px;
}



.hc-settings__options {
    margin: 0;
    padding: 0;
    list-style: none;
    display:  flex;
}



.hc-banner span.hc-h2, .hc-settings span.hc-h2 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #222;
}

.hc-settings__header p {
    margin: 0 0 20px;
}

.hc-settings__options>li {
    float: none;
    width: 50%;
    padding-left: 10px;
    list-style: none;
    display: flex;
    vertical-align: top;
    align-items: end;
}

.hc-settings__options>li:first-child {
    padding-right: 10px;
    padding-left: 0;
}

.hc-settings__option {
    padding: 20px;
    border-radius: 3px;
    width: 100%;
}

.hc-banner span.hc-h2, .hc-banner span.hc-h3, .hc-settings span.hc-h2, .hc-settings span.hc-h3 {
    display: block;
    margin: 0 0 10px;
    line-height: 1.2;
}

.hc-banner span.hc-h3, .hc-settings span.hc-h3 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}   

.hc-banner span.hc-h3, .hc-settings p{
  text-align:center;
} 

.hc-banner table.hc-cookielist, .hc-settings table.hc-cookielist {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
    border-width: 1px 0 0 1px;
}

.hc-banner table.hc-cookielist td, .hc-settings table.hc-cookielist td {
    padding: 7px;
    border: 1px solid #d1d1d1;
    border-width: 0 1px 1px 0;
    background-color: transparent;
    font-size: 12px;
}

.hc-banner .hc-button, .hc-settings .hc-button {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    position: relative;
    background-color: #228B22;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    outline: none;
    color: #fff;
    border: 0;
    box-shadow: none;
}

.hc-banner .hc-button--grey, .hc-settings .hc-button--grey {
    background-color: #ccc;
    color: #222;
}

.hc-banner .hc-button:after, .hc-settings .hc-button:after {
    content: "";
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.hc-banner .hc-button--grey:after, .hc-settings .hc-button--grey:after {
    background-color: #000;
}

.hc-settings__option .hc-status {
    display: block;
    padding: 10px 15px;
    text-align: center;
    line-height: 1.2;
}


@media(max-width:320px){
  header .wrapper>.logo{
    max-width:300px;
  }
}

@media(max-width:460px){
  h2{
    font-size: 30px;
  }
}

@media(max-width:600px){
  h2{
    font-size: 44px;
  }
}

@media(max-width:767px){
  .container:before, .container:after{
    opacity:0.65;
  }
}


@media(min-width:360px){
  .banner .logogroot{
    min-width:320px;
  }
}

@media(min-width:420px){

  .banner .logogroot{
    min-width:380px;
  }
  .menublokje{
    right: 180px;
  }

  .reserveernu{
    top:0px;
  }

  .banner .slide .el:nth-child(1){
    max-width: 90px;
    top: 44%;
  }

  .banner .slide .el:nth-child(2){
    max-width: 90px;
    top: 29%;
  }

  .banner .slide .el:nth-child(3){
    max-width: 75px;
    top: 30%;
  }

  .banner .slide .el:nth-child(4){
    max-width: 140px;
    top: 57%;
  }

  .banner .slide .el:nth-child(5){
    max-width: 130px;
  }

  .banner .slide .el:nth-child(6){
    left: 4%;
  }

  .banner .slide .el:nth-child(7){
    max-width: 35px;
    top: 68%;
  }

  .banner .slide .el:nth-child(8){
    max-width: 70px;
    left: 23%;
    top: 30%;
  }

  .banner .slide .el:nth-child(10){
    max-width: 50px;
    left: 44%;
  }

  .banner .slide .el:nth-child(11){
    max-width: 90px;
    top: 31%;
  }

  .banner .slide .el:nth-child(12){
    max-width: 55px;
    top: 32%;
  }

  .banner .slide .el:nth-child(13){
    max-width: 35px;
    top: 35%;
    left: 29%;
  }

}

@media(min-width:520px){
  .banner .slide .el:nth-child(1){
    max-width: 90px;
    top: 42%;
    left: 70%;
  }

  .banner .slide .el:nth-child(2){
    max-width: 100px;
    top: 29%;
  }

  .banner .slide .el:nth-child(3){
    max-width: 85px;
    top: 30%;
  }

  .banner .slide .el:nth-child(4){
    max-width: 160px;
    top: 56%;
    left: 52%;
  }

  .banner .slide .el:nth-child(5){
    max-width: 150px;
    left: 17%;
    top: 58%;
  }

  .banner .slide .el:nth-child(6){
    left: 11%;
  }

  .banner .slide .el:nth-child(7){
    max-width: 40px;
    top: 69%;
  }

  .banner .slide .el:nth-child(8){
    max-width: 80px;
    left: 23%;
    top: 30%;
  }

  .banner .slide .el:nth-child(10){
    max-width: 60px;
    left: 45%;
  }

  .banner .slide .el:nth-child(11){
    max-width: 100px;
    top: 30%;
    left: 50%;
  }

  .banner .slide .el:nth-child(12){
    max-width: 65px;
    top: 32%;
  }

  .banner .slide .el:nth-child(13){
    max-width: 45px;
    top: 34%;
    left: 28%;
  }
}


@media(min-width:660px){
  .banner .slide .el:nth-child(1){
    max-width: 90px;
    top: 42%;
    left: 70%;
  }

  .banner .slide .el:nth-child(2){
    max-width: 100px;
    top: 29%;
  }

  .banner .slide .el:nth-child(3){
    max-width: 85px;
    top: 30%;
  }

  .banner .slide .el:nth-child(4){
    max-width: 180px;
    top: 57%;
    left: 52%;
  }

  .banner .slide .el:nth-child(5){
    max-width: 160px;
    left: 17%;
    top: 58%;
  }

  .banner .slide .el:nth-child(6){
    left: 11%;
  }

  .banner .slide .el:nth-child(7){
    max-width: 40px;
    top: 72%;
  }

  .banner .slide .el:nth-child(8){
    max-width: 80px;
    left: 23%;
    top: 30%;
  }

  .banner .slide .el:nth-child(10){
    max-width: 70px;
    left: 42%;
  }

  .banner .slide .el:nth-child(11){
    max-width: 100px;
    top: 27%;
    left: 50%;
  }

  .banner .slide .el:nth-child(12){
    max-width: 65px;
    top: 32%;
  }

  .banner .slide .el:nth-child(13){
    max-width: 45px;
    top: 34%;
    left: 28%;
  }
}



@media(min-width:768px){
  header .container{
    max-width: 100%;
  }

  section.sitemapper>.container:after{
    left: -41%;
  }

  section.sitemapper>.container:before{
    left:-30%;
  }

  
  header .wrapper>.logo{
    min-width: 230px;
    transform: translate3d(0px,-100px,0);
    transition:transform 0.3s ease;
    cursor: pointer;
    max-width: 230px;
  }

  .reserveernu{
    top:0px;
  }

  .instagram_widget .row>div:last-child{
    display:none;
  }

  .menublokje{
    right:180px;
  }

  header div.menu.open .nav{
    width: calc(100vw - 190px);
  }

  .fotoblokjes>div img{
    width:12vw;
    height:12vw;
    transition:transform 0.3s ease;
  }

  section.welkom h2{
    font-size:38px;
  }

  .reserveernu>a>div{
    display:flex;
    padding: 0 20px;
    font-size: 18px;
    padding-left: 60px;
  }

  .twocol{
    column-count:2;
    column-gap: 150px;
  }

/*   .gcore-line-tr.gcore-form-row .gcore-line-td{
    display: block;
    width: 100%;
  }

  .gcore-subinput-container{
    width:50%;
  }

  .gcore-subinput-container:nth-child(1){
    padding-right:10px;
  }

  .gcore-subinput-container:nth-child(2){
    padding-left:10px;
  }

  .gcore-line-tr.gcore-form-row{
    display:block;
    margin-bottom: 30px;
  }
 */
  
  #ftd-nieuwsbriefcheck label{
    order:2;
    margin-left:10px;
    position:relative;
    top:2px;
  }

  .sitemap li{
    padding-left:20px;
  }

  .sitemap .nav{
    display:flex;
  }

  .banner .slide .el:nth-child(1){left: 70%;max-width: 110px;}

    .banner .slide .el:nth-child(2){
      left: 27%;
      max-width: 120px;
      top: 21%;
    }

    .banner .slide .el:nth-child(3){
      left: 28%;
      max-width: 100px;
      top: 22%;
    }

    .banner .slide .el:nth-child(4){
      left: 55%;
      top: 60%;
      max-width: 200px;
    }

    .banner .slide .el:nth-child(5){
      top: 60%;
      left: 17%;
      max-width: 220px;
    }

    .banner .slide .el:nth-child(6){
      left: 11%;
      max-width: 70px;
      top: 28%;
    }

    .banner .slide .el:nth-child(7){
      top: 76%;
      max-width: 50px;
    }

    .banner .slide .el:nth-child(8){
    left: 28%;
    top: 23%;
    max-width: 95px;
    }

    .banner .slide .el:nth-child(9){
      
    }

    .banner .slide .el:nth-child(10){
      left: 46%;
      max-width: 85px;
    }

    .banner .slide .el:nth-child(11){
      max-width: 120px;
      top: 23%;
    }

    .banner .slide .el:nth-child(12){
      left: 29%;
      top: 24%;
      max-width: 75px;
    }

    .banner .slide .el:nth-child(13){
     left: 31%;
     max-width: 55px;
     top: 27%;
    }
}

@media(min-width: 992px){
  section.welkom .bestelblokje p{
    font-size:16px;
  }

   .viernulvier{
     flex-direction:row;
   }

  section.welkom h2{
    color:#A47C55;
    font-size: 3em;
    text-transform:uppercase;
  }

  .instagram_widget .row>div:last-child{
    display:block;
  }

  header .container{
    max-width: 960px;
  }

  section.fotoalbum>.container:before{
    right:-10%;
  }

  section.fotoalbum>.container:after{
    left:-10%;
  }

  

   .bestelblokje>div:after{
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;

      border-left: 20px solid #442D16;
   }

   .bestelblokje>div:after{
      width: 0px;
      height: 0px;
      position:absolute;
      left: 0;
      top: 50%;
      transform:translateY(-50%);
      content:"";
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;

      border-left: 30px solid #442D16;
    }
  
    
   header div.menu .nav{
      position:relative;
      left:unset;
      top:unset;
      height:unset;
      width:unset;
      background: none;
      display: flex;
      visibility: visible;
      opacity: 1;
      padding-top: 0;
    }

  
    .menublokje{
      display:none;
    }

    .banner .slide .el:nth-child(1){left: 68%;max-width: 140px;}

    .banner .slide .el:nth-child(2){
      left: 30%;
    }

    .banner .slide .el:nth-child(3){
      left: 31%;
    }

    .banner .slide .el:nth-child(4){
      max-width: 230px;
      top: 60%;
    }

    .banner .slide .el:nth-child(5){
      top: 62%;
      left: 24%;
      max-width: 250px;
    }

    .banner .slide .el:nth-child(6){
      left: 20%;
      max-width: 80px;
    }

    .banner .slide .el:nth-child(7){
      top: 76%;
      left: 61%;
    }

    .banner .slide .el:nth-child(8){
    left: 31%;
    }

    .banner .slide .el:nth-child(9){
      
    }

    .banner .slide .el:nth-child(10){
      left: 45%;
      max-width: 95px;
    }

    .banner .slide .el:nth-child(11){
      max-width: 150px;
      top: 19%;
    }

    .banner .slide .el:nth-child(12){
      left: 32%;
    }

    .banner .slide .el:nth-child(13){
     left: 34%;
    }

    section.sitemapper>.container:before{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-05.svg);
  width: 250px;
  height: 510px;
  background-size:cover;
  position:absolute;
  left: -310px;
  display: none;
  top: -40px;
  transform: translateY(-50%);
}

section.sitemapper>.container:after{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-07.svg);
  width: 300px;
  height: 300px;
  background-size:cover;
  position:absolute;
  left: -230px;
  top: 52%;
}


section.lunchkaart>.container:before{
  content:"";
  background: url(../../../images/assets/icons/arthur_iconen_website-02.svg);
  width: 300px;
  height: 350px;
  background-size:cover;
  position:absolute;
  left: -300px;
  top: 250px;
  transform: translateY(-50%);
}

section.lunchkaart>.container:after{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-08.svg);
  width: 300px;
  height: 300px;
  background-size:cover;
  position:absolute;
  right: -320px;
  top: 30%;
  transform: translateY(-50%);
}

section.lunchkaart>.container>.w:before{
  content:"";
  background: url(../../../images/assets/icons/arthur_iconen_website-03.svg);
  width: 300px;
  height: 350px;
  background-size:cover;
  position:absolute;
  right: 10%;
  bottom: -80px;
 
}

section.lunchkaart>.container>.w:after{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-06.svg);
  width: 700px;
  height: 700px;
  background-size:cover;
  position:absolute;
  left: -40%;
  bottom: 30%;
  
  transform: translateY(-50%);
}

#button12{
  font-weight:400;
}
section.welkom>.container:before{
  content:"";
  background:url(../../../images/assets/icons/arthur_iconen_website-04.svg);
  width: 250px;
  height: 250px;
  background-size:cover;
  position:absolute;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
}

section.welkom>.container:after{
  content:"";
  background: url(../../../images/assets/icons/arthur_iconen_website-09.svg);
  width: 250px;
  height: 250px;
  background-size:cover;
  position:absolute;
  right: -280px;
  top: 50%;
  display: none;
  transform: translateY(-50%);
}
  
}


@media(min-width:1200px){

  section.welkom h2{
    font-size:3.5em;
  }
   .bestelblokje>div:after{
      width: 0px;
      height: 0px;
      position:absolute;
      left: 0;
      top: 50%;
      transform:translateY(-50%);
      content:"";
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;

      border-left: 30px solid #442D16;
    }

   section.welkom .bestelblokje p{
    font-size:18px;
  }

  header .container{
    max-width: 1140px;
  }

  .banner .slide .el:nth-child(1){
    left: 65%;
    top: 41%;
    max-width: 130px;
  }

    .banner .slide .el:nth-child(2){
      left: 32%;
      top: 22%;
      max-width: 130px;
    }

    .banner .slide .el:nth-child(3){
      left: 32.7%;
      top: 23.5%;
      max-width: 106px;
    }

    .banner .slide .el:nth-child(4){
      left: 53.7%;
      top: 62.5%;
      max-width: 226px;
    }

    .banner .slide .el:nth-child(5){
      left: 25.7%;
      top: 59.5%;
      max-width: 246px;
    }

    .banner .slide .el:nth-child(6){
      left: 22.7%;
      top: 31.5%;
      max-width: 70px;
    }

    .banner .slide .el:nth-child(7){
      left: 58.7%;
      top: 77.5%;
      max-width: 60px;
    }

    .banner .slide .el:nth-child(8){
      left: 32.7%;
      top: 23.5%;
      max-width: 100px;
    }

    .banner .slide .el:nth-child(9){
      left: 22.7%;
      top: 31.5%;
      max-width: 70px;
    }

    .banner .slide .el:nth-child(10){
      left: 48.7%;
      top: 72.5%;
      max-width: 100px;
    }

    .banner .slide .el:nth-child(11){
      left: 55.7%;
      top: 22.5%;
      max-width: 150px;
    }

    .banner .slide .el:nth-child(12){
      left: 33.3%;
      top: 27.4%;
      max-width: 65px;
    }

    .banner .slide .el:nth-child(13){
      left: 34.7%;
      top: 27.5%;
      max-width: 60px;
    }
}


@media(min-width:768px){
  header .container{
    max-width: 100%;
  }

  section.lunchkaart>.container:after,
  section.lunchkaart>.container:before{
    display:block;
  }

  section.lunchkaart>.container:before{
    left:-36%;
  }
}

@media(min-width: 992px){
  section.welkom .bestelblokje p{
    font-size:16px;
  }

  header .container{
    max-width: 960px;
  }

   .bestelblokje>div:after{
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;

      border-left: 20px solid #442D16;
   }
  
    
   header div.menu .nav{
      position:relative;
      left:unset;
      top:unset;
      height:unset;
      width:unset;
      background: none;
      display: flex;
      visibility: visible;
      opacity: 1;
    }

    .menublokje{
      display:none;
    }

    header .menu li:first-child{
      margin-left:0px;
    }

    section.lunchkaart>.container:before{
      left:-27%;
    }

    section.lunchkaart>.container:after{
      right:-30%;
    }
  
}


@media(min-width:1200px){
   .bestelblokje>div:after{
      width: 0px;
      height: 0px;
      position:absolute;
      left: 0;
      top: 50%;
      transform:translateY(-50%);
      content:"";
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;

      border-left: 30px solid #442D16;
    }

   section.welkom .bestelblokje p{
    font-size: 24px;
  }

  header .container{
    max-width: 1140px;
  }

  header .menu li:first-child{
      margin-left: 20px;
    }
}