/* 
grijsblauw: #455562
lichtblauw: #7db6b2
footer h2 blauw: #9fc9c6
mosterd: #948a00
groen: #9fa92e
paars: #724b65
bruin: #5c4635
beige: #c2b8a8
*/

@font-face {
    font-family: 'fbenson_scriptno_30';
    src: url('fonts/bensonscript-no30.eot');
    src: url('fonts/bensonscript-no30.eot?#iefix') format('embedded-opentype'),
         url('fonts/bensonscript-no30.woff2') format('woff2'),
         url('fonts/bensonscript-no30.woff') format('woff'),
         url('fonts/bensonscript-no30.ttf') format('truetype'),
         url('fonts/bensonscript-no30.svg#benson_scriptno_30') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  color: #455562;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat-y;
  background-position: center top;
}

a, a:hover, a:focus{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

div.container{
  width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  position: relative;
}
div.centerContent{
  width: 1206px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

a.blueButton{
  display: inline-block;
  width: 140px;
  height: 35px;
  line-height: 31px;
  padding: 0px;
  padding-top: 4px;
  background-image: url("../images/button-blauw.svg");
  background-size: 140px auto;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Just Another Hand', cursive;
  color: #FFF;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;

}

/*      HEADER      */
header{
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 0px;
}
div.menuHolder{
  position: absolute;
  top: 0px;
  background-color: rgba(0,0,0,0.1);
  padding-top: 50px;
  height: 100px;
  width: 100%;
  box-sizing: border-box;
}
div.menuHolder nav{
  margin-left: auto;
  margin-right: auto;
}
div.menuHolder nav ul{
  float: left;
  box-sizing: border-box;
}
div.menuHolder nav ul:nth-of-type(2){
  float: right;
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  color: #FFF;
  font-size: 0.95em;
  font-weight: 400;
  padding-right: 35px;
  padding-bottom: 26px;
  cursor: pointer;
  margin: 0px;
}
div.menuHolder nav ul:last-child li{
  padding-right: 0px;
  padding-left: 35px;
}
div.menuHolder nav ul li:hover, div.menuHolder nav ul li.active{
  color: #9fa92e;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul{
  display: none;
  position: absolute;
  left: -35px;
  top: 50px;
  padding: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0,0,0,0.1);
  min-width: 200px;
}
div.menuHolder nav ul:last-child li ul{
  left: 0px;
}

div.menuHolder nav ul:last-child li ul li,
div.menuHolder nav ul:first-child li ul li{
  float: none;
  font-size: 1em;
  font-weight: 400;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
  white-space: nowrap;
}

div.menuHolder nav ul li.menuButton{
  display: none;
}


header div.logoHolder{
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 4;
}
div.logoHolder img{
  display: block;
  width: 100%;
}





/*      CONTENT      */
div.content{
  background-color: #FFF;
}

div.pageHeader{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
  padding-top: 210px;
  box-sizing: border-box;
  color: #FFF;
  text-transform: uppercase;
}
div.pageHeader div.centerContent{
  height: 100%;
}
div.pageHeader h2{
  font-weight: 700;
  font-size: 1.9em;
  margin-bottom: 30px;
}

div.crumblePath{
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 400;
}
div.crumblePath span{
  color: #bcbcbc;
}

div.mainContent{
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

article{
  padding-top: 80px;
  padding-bottom: 30px;
  margin-left: 43px;
  width: 775px;
  float: left;
  box-sizing: border-box;
}

article h1{
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 5px;
}
article h2{
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'Just Another Hand', cursive;
  color: #7db6b2;
}
h2.bottom{
  font-family: 'Just Another Hand', cursive;
  color: #9fc9c6;
  text-align: center;
  font-size: 2.35em;
  line-height: 1.2em;
  width: 100%;
  position: relative;
  padding-top: 25px;
  padding-bottom: 45px;
}
article h3{
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: 'Just Another Hand', cursive;
  font-weight: 400;
}
article h4{
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}
article p{
}
article p strong{
  font-weight: 700;
}
article ul{
  margin-left: 20px;
}

article p a, article ul a, article ol a,
article p a:hover, article ul a:hover, article ol a:hover{
  color: #7db6b2;
  text-decoration: underline;
}
aside{
  padding-top: 80px;
  padding-bottom: 30px;
  width: 265px;
  margin-right: 43px;
  float: right;
}
aside img{
  display: block;
  width: 100%;
}
aside img:first-child{
  margin-bottom: 20px;
}



/*      HOME     */
div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}
div.slideShow div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
}
div.slideShowHolder div.arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 35px;
  height: 35px;
  margin-top: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.slideShowHolder div.arrow.left{
  background-image: url("../images/pijl-wit-links.svg");
  
  left: 20px;
}
div.slideShowHolder div.arrow.right{
  background-image: url("../images/pijl-wit.svg");
  right: 20px;
}

h2.fullWidth{
  font-family: "fbenson_scriptno_30";
  color: #948a00;
  text-align: center;
  font-size: 3.6em;
  line-height: 1em;
  width: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #FFF;
  background-image: url("../images/text-bg-top.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
h2.fullWidth img{
  width: 175px;
  position: absolute;
  right: 80px;
  bottom: -25px;
  display: block;
  z-index: 4;
}

div.content.home div.mainContent,
div.content.default div.mainContent{
  background-image: url("../images/text-bg.jpg");
  background-repeat: repeat;
  padding-bottom: 66px;
}
div.content.home div.mainContent:after,
div.content.default div.mainContent:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 66px;
  background-image: url("../images/text-bg-bottom.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
div.content.home aside{
  float: left;
  width: 490px;
  margin-left: 43px;
  margin-right: 0px;
  padding-bottom: 75px;
}

div.content.reserveren aside{
  width: 550px;
  margin-right: 43px;
}

div.content.home aside a,
div.content.reserveren aside a{
  float: left;
  width: 235px;
  display: block;
}
div.content.reserveren aside a{
  width: 265px;
}

div.content.home aside a:first-child,
div.content.reserveren aside a:first-child{
  margin-right: 20px;
}

div.content.home article{
  width: 550px;
  margin-left: 80px;
  margin-bottom: 75px;
}
div.content.home article h1{
  font-size: 1.8em;
}

div.bannerHolder{
  margin-left: 125px;
  margin-right: 125px;
  padding-top: 60px;
}
div.content.home div.bannerHolder{ 
  padding-bottom: 70px;
}
div.bannerHolder a{
  display: block;
  width: 265px;
  height: 304px;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
div.bannerHolder a.jpg-1,
div.bannerHolder a.png-1_original{
  width: 550px;
}
div.bannerHolder a.last{
  margin-right: 0px;
}
div.bannerHolder a img{
  display: block;
  width: 100%;
}
div.bannerHolder a.png-1_original img{
  position: absolute;
  width: auto;
  height: 344px;
  margin-top: -20px;
}

div.homeNews{
  background-image: url("../images/home-news-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 414px;
  padding-top: 55px;
  padding-bottom: 55px;
  box-sizing: border-box;
}
div.timesHolder{
  border: dotted 4px #5c4635;
  padding: 25px;
  padding-left: 50px;
  padding-right: 50px;
  width: 490px;
  min-height: 300px;
  box-sizing: border-box;
  margin-left: 125px;
  float: left;
  color: #fefefe;
}
div.timesHolder h3{
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 20px;
}
div.timesHolder div.timeRow{
  padding-bottom: 2px;
  min-height: 10px;
  position: relative;
  font-size: 1.25em;
  line-height: 1.7em;
}
div.timesHolder div.timeRow div.note{
  
}
div.timesHolder div.timeRow div.day{
  width: 24%;
  float: left;
}
div.timesHolder div.timeRow div.time{
  width: 74%;
  padding-left: 22%;
}
div.timesHolder div.timeRow div.time span{
  display: inline-block;
}
div.timesHolder div.timeRow div.time span:first-child{
  -width: 28%;
}
div.timesHolder div.timeRow div.kitchen{
  -width: 48%;
  white-space: nowrap;
  position: absolute;
  right: 0px;
  top: 0px;
}

div.homeNewsHolder{
  float: right;
  margin-right: 125px;
  width: 550px;
}
div.homeNewsHolder a{
  display: block;
  clear: both;
  height: 140px;
  color: #fefefe;
}
div.homeNewsHolder a:first-child{
  margin-bottom: 20px;
}
div.homeNewsHolder a img{
  display: block;
  float: left;
  width: 225px;
}
div.homeNewsHolder a>span{
  display: block;
  padding-left: 265px;
}
div.homeNewsHolder a span.title{
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 8px;  
}
div.homeNewsHolder a span.text span{
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'Just Another Hand', cursive;
  color: #392b1a;
}

div.content.home h2.bottom{
  padding-top: 45px;
}

/*      GIFTY     */
div.content.gifty article{
  width: 725px;
}
div.content.gifty aside{
  width: 315px;
}


/*      NEWS      */
div.content.news article.overview,
div.content.offers article.overview{
  width: auto;
  margin-right: 43px;
  padding-bottom: 60px;
}
div.newsHolder{
  column-count: 4;
  column-gap: 20px;
}
div.newsHolder a{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  break-inside: avoid-column;
}
div.offerHolder a{
  display: block;
  width: 265px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  box-sizing: border-box;
}
div.offerHolder a:nth-child(4n){
  margin-right: 0px;
}
div.offerHolder a:nth-child(4n+1){
  clear: both;
}
div.newsHolder a img,
div.offerHolder a img{
  display: block;
  width: 100%;
}
div.newsHolder span.textHolder,
div.offerHolder span.textHolder{
  border: solid 1px #e7f0f0;
  border-top: none;
  display: block;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 320px;
}
div.newsHolder a span.textHolder span,
div.offerHolder a span.textHolder span{
  display: block;
}
div.newsHolder a span.title,
div.offerHolder a span.title{
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 8px;  
}
div.newsHolder a span.subtitle,
div.offerHolder a span.subtitle{
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'Just Another Hand', cursive;
  color: #7db6b2;
}
div.offerHolder a span.subtitle{
  margin-bottom: 10px;
}
div.newsHolder a span.date,
div.content.news article.detail p.date{
  color: #c0bdac;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  margin-bottom: 10px;
}
div.newsHolder a span.date i,
div.content.news article.detail p.date i{
  padding-right: 5px;
}
div.offerHolder span.textHolder span.text{
}
div.offerHolder span.textHolder span.price,
div.content.offers p.price{
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-image: url("../images/button-blauw.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  font-size: 0.95em;
  text-transform: uppercase;
}
div.content.offers p.price{
  width: 140px;
  font-size: 1.2em;
  margin-top: 20px;
}

div.newsHolder a span.readmore,
div.offerHolder a span.readmore,
a.back{
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Just Another Hand', cursive;
  color: #988e00;
  margin-top: 10px;
}

div.pageNav{
  float: right;
  font-size: 1.2em;
  color: #333337;
  text-transform: uppercase;
}
div.pageNav a{
  display: inline-block;
  padding-left: 5px; 
  color: #948a00;
}
div.pageNav a:first-of-type{
  padding-left: 15px;
}
div.pageNav a.active,
div.pageNav a:hover{
  color: #7db6b2; 
}

div.content.news article.detail,
div.content.offers article.detail{
  padding-bottom: 90px;
}
div.content.news h1,
div.content.offers h1,
div.content.menu h1{
  margin-bottom: 50px;
}
div.content.news article.detail img,
div.content.offers article.detail img{
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
div.content.news article.detail div.textHolder,
div.content.offers article.detail div.textHolder{
  border-top: 4px dotted #7db6b2;
  border-bottom: 4px dotted #7db6b2;
  padding-top: 15px;
  padding-bottom: 40px;
  margin-bottom: 15px;
}
div.content.news article.detail div.textHolder h2:first-child,
div.content.offers article.detail div.textHolder h2:first-child{
  margin-bottom: 25px;
}
div.fb-share-button{
  float: right;
}
div.content.news aside,
div.content.offers aside{
  padding-bottom: 70px;
}
div.content.news aside div.newsSocial,
div.content aside div.menuRight{
  background-size: 100% 100%;
  background-image: url("../images/news-aside-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  color: #FFF; 
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 25px;
  min-height: 284px;
  margin-bottom: 40px;
}
div.content.news aside div.newsSocial h2,
div.content aside div.menuRight h2{
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
div.content.news aside div.newsSocial h2:first-child,
div.content aside div.menuRight h2:first-child{
  margin-bottom: 30px;
}

div.content.shop aside div.menuRight h2:first-child{
  margin-bottom: 5px;
}
div.content.shop aside div.menuRight p.note{
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: 400;
  color: #455562;
}

div.content aside div.menuRight h2:last-child{
  color: #455562;
  font-weight: 700;
}
div.content.menu aside div.menuRight a.shopLink{
  display: block;
  color: #455562;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  padding-top: 2px;
  padding-left: 35px;
  line-height: 20px;
  background-image: url("../images/winkelmandje-blauw.svg");
  background-size: 24px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
div.content.news aside div.newsSocial div.social{
  text-align: center;
}
div.content.news aside div.newsSocial div.social a{
  display: inline-block;
  width: 45px;
  margin: 10px;
  margin-top: 20px;
}
div.content.news aside div.newsSocial div.social a img{
  display: block;
  width: 100%;
}
div.content.news aside div.newsRecent,
div.content.offers aside div.offerRecent,
div.content.menu aside div.menuOverview{
  padding-left: 14px;
  text-transform: uppercase;
}
div.content.news aside div.newsRecent h3,
div.content.offers aside div.offerRecent h3,
div.content.menu aside div.menuOverview h3{
  font-size: 0.9em;
  margin-bottom: 25px;
}
div.content.news aside div.newsRecent a,
div.content.offers aside div.offerRecent a,
div.content.menu aside div.menuOverview a{
  display: block;
  border-bottom: 2px dotted #7db6b2;
  color: #948a00;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url("../images/pijl-groen.svg");
  background-size: 12px 12px;
  background-position: right center;
  background-repeat: no-repeat;
}
div.content.news aside div.newsRecent a:hover,
div.content.news aside div.newsRecent a.active,
div.content.offers aside div.offerRecent a:hover,
div.content.offers aside div.offerRecent a.active,
div.content.menu aside div.menuOverview a:hover,
div.content.menu aside div.menuOverview a.active{
  color: #7db6b2;
}
div.content.news aside div.newsRecent a.active,
div.content.news aside div.newsRecent a.active:hover,
div.content.offers aside div.offerRecent a.active,
div.content.offers aside div.offerRecent a.active:hover{
  background: none;
}
div.content.news aside div.newsRecent a:hover,
div.content.offers aside div.offerRecent a:hover,
div.content.menu aside div.menuOverview a.active,
div.content.menu aside div.menuOverview a:hover{
  background-image: url("../images/pijl-blauw.svg");
}

div.content.news aside div.newsRecent a.all,
div.content.news aside div.newsRecent a.all:hover{
  background: none;
  border: none;
  color: #c0bdac;
  padding-top: 20px;
  font-family: 'Just Another Hand', cursive;
  font-weight: 400;
}


/*      MENU      */
div.content.menu aside{
  min-height: 850px;
}
div.content.menu h2{
  font-size: 1.8em;
  margin-bottom: 15px;
}
div.foodmenu{
  border-bottom: 3px dotted #7db6b2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
div.foodItem{
  position: relative;
  width: 600px;
}
div.content.menu h3{
  font-weight: 700;
  font-size: 1em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-top: 30px;
  padding-right: 130px;
  margin-bottom: 3px;
}
div.content.menu h3.green{
  color: #948a00;
}
div.content.menu div.foodItem p{
  padding-right: 130px;
}
div.content.menu div.foodItem p.price,
div.content.menu div.foodItem p.price2{
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  text-align: right;
  white-space: nowrap;
}
div.content.menu div.foodItem p.price2{
  top: 22px;
}
div.content.menu div.foodItem p.price span,
div.content.menu div.foodItem p.price2 span{
  float: left;
}

/*      SHOP      */
div.shopHolder{
  position: relative;
}
div.content.shop div.foodmenu{
  margin-top: 70px;
}
div.content.shop div.foodmenu h2{
  margin-bottom: 0px;
}
div.content.shop div.foodmenu h4{
  font-weight: 700;
  font-size: 1.7em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
div.content.shop div.foodmenu div.groupText{
  padding-right: 200px;
  margin-top: 20px;
}
div.content.shop div.foodItem{
  width: 780px;
}
div.content.shop div.foodItem h3{
  margin-top: 10px;
  padding-right: 130px;
  margin-bottom: 3px;
}
div.content.shop div.foodItem p.price{
  top: 10px;
  right: 20px;
}

/*      CADEAU      */
div.content.gift div.mainContent{
  background-image: url("../images/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 66px;
}
div.content.gift article{
  font-weight: 400;
}
div.content.gift article h1{
  margin-bottom: 30px;
}
div.giftHolder{
  margin-top: 100px;
  position: relative;
}
p.vert,
div.vert{
  transform: rotate(270deg);
	transform-origin: left top 0;
  position: absolute;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Just Another Hand', cursive;
  color: #7db6b2;
  padding-left: 30px;
}
p.vert.value{
  right: 10px;
}
p.vert.amount{
  right: -20px;
}
div.vert{
  left: 625px;
  padding-left: 5px;
}
div.vert p{
  white-space: nowrap;
  margin-bottom: 35px;
}

div.content.gift article h2{
  font-size: 1.75em;
  margin-bottom: 25px;
}
div.giftHolder div.gift,
div.giftHolder div.foodmenu{
  border-bottom: 3px dotted #7db6b2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.shopHolder div.foodItem{
  margin-top: 20px;
}
div.giftHolder div.gift img{
  width: 125px;
  float: left;
}
div.giftHolder div.gift div.textHolder,
div.shopHolder div.foodItem div.textHolder{
  float: left;
  width: 390px;
  box-sizing: border-box;
  margin-left: 30px;
  margin-right: 55px;
  position: relative;
}
div.shopHolder div.foodItem div.textHolder{
  margin-left: 0px;
  margin-right: 0px;
  width: 600px;
}
div.giftHolder div.gift h3{
  font-weight: 700;
  font-size: 1em;
  color: #948a00;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
div.giftHolder div.gift div.textHolder div.text{
  font-weight: 300;
}
div.giftHolder div.gift div.textHolder div.text a{
}

div.giftHolder div.gift input,
div.shopHolder div.foodItem input,
div.giftHolder div.gift span.fixedPrice{
  width: 90px;
  margin-top: 18px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
div.shopHolder div.foodItem input{
  margin-top: 0px;
}

div.giftHolder div.gift span.fixedPrice{
  border: none;
  background: none;
}

div.giftHolder div.gift input.amount,
div.shopHolder div.foodItem input.amount{
  width: 50px;
  margin-left: 10px;
}

div.content.gift aside,
div.content.shop aside{
  position: relative;
  padding-top: 0px;
  margin-top: 80px;
}
div.content.gift aside div.cartContents,
div.content.shop aside div.cartContents{
  position: absolute;
  top: 0px;
  height: 0px;
  overflow-y: scroll;
  -ms-overflow-style: none;  // IE 10+
  overflow: -moz-scrollbars-none;  // Firefox
}
div.content.shop aside img.corona{
  display: block;
  width: 100%;
}

div.content.gift aside div.cartContents::-webkit-scrollbar,
div.content.shop aside div.cartContents::-webkit-scrollbar{ 
  display: none; 
}


div.content.gift div.menuRight,
div.content.shop div.menuRight{
  margin-bottom: 20px;
  padding-top: 30%;
  padding-bottom: 20%;
}
div.content.gift div.menuRight ul{
  margin-bottom: 20px;
  min-height: 100px;
}
div.content.gift div.menuRight ul li,
div.content.shop div.menuRight ul li{
  list-style: none;
  position: relative;
  margin-bottom: 2px;
  padding-top: 5px;
  line-height: 1.1em;
}
div.content.shop div.menuRight ul li{
  font-weight: 400;
}
div.content.shop div.menuRight ul li ul{
  margin-bottom: 10px;
}
div.content.shop div.menuRight ul li ul li{
  font-weight: 300;
}
div.content.gift div.menuRight ul li span:first-child,
div.content.shop div.menuRight ul li span:first-child{
  padding-right: 60px;
  display: block;
}
div.content.gift div.menuRight ul li span:nth-child(2),
div.content.shop div.menuRight ul li span:nth-child(2){
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
}
div.content.gift div.menuRight ul li span:nth-child(2){
  top: 3px;
}

div.content.shop div.menuRight ul li ul li span.foodRow{
  display: block;
  padding: 0px;
  position: relative;
}
div.content.shop div.menuRight ul li ul li span.lunchBox{
  font-size: 0.8em;
  line-height: 1.1em;
}


div.content aside div.menuRight h2.subtotal{
  margin-top: 20px;
  margin-bottom: 5px;
}
div.content aside div.menuRight h2.discount{
  margin-bottom: 15px;
}

div.content aside div.menuRight h2.total{
  color: #455562;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 0px;
}
div.content.gift aside div.menuRight h2.total{
  margin-top: 10px;
}

div.content aside div.menuRight h2.total.white,
div.content aside div.menuRight h2.total span{
  color: #FFF;
}
div.content aside div.menuRight h2 span,
div.content aside div.menuRight h2 span{
  position: absolute;
  right: 0px;
  top: 0px;
}



/*      RESERVEREN      */
div.content.reserveren article{
  width: 550px;
}
div.content.reserveren article h1{
  margin-bottom: 30px;
}

div.reservationForm{
  margin-top: 20px;
}
div.reservationForm p.input-group{
  width: 100%;
  margin-bottom: 5px;
}
.form-control.error{
  background-color: #5c4635;
  color: #FFF;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover,
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  background-color: #ddd;
  border-color: #ccc;
}



/*      CONTACT    */
div.contactInfo{
  background-image: url("../images/home-news-bg.jpg");
  background-size: 100% 110%;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 400px;
  padding-top: 55px;
  padding-bottom: 45px;
  box-sizing: border-box;
}
div.contactInfo img{
  display: block;
  float: left;
  width: 336px;
  margin-left: 50px;
}
div.contactInfo div.contactAddress{
  display: block;
  float: right;
  width: 200px;
  margin-right: 110px;
  color: #FFF;
}
div.contactInfo div.contactAddress p{
  font-size: 1.2em;
  line-height: 1.5em;
}
div.contactInfo div.contactAddress h3{
  font-family: "fbenson_scriptno_30";
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 400;
}
div.contactInfo div.contactAddress p.phone{
  border-bottom: dotted 3px #c2b8a8;
  padding-top: 3px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}

div.content.contact div.mainContent{
  background-image: url("../images/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 66px;
}
div.content.contact article{
  font-weight: 400;
  width: auto;
  margin-right: 43px;
}
div.content.contact article h1{
  margin-bottom: 30px;
}

div.formHolder{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 4px dotted #7db6b2;
}
div.formHolder h2{
  font-size: 1.75em;
  margin-bottom: 25px;
}

div.formCol{
  width: 49%;
  float: left;
}
div.formCol.last{
  margin-left: 2%;
}
input.inputText, select.inputSelect, label,
span.fixedPrice{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #455562;
  height: 44px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  line-height: 42px;
  margin-bottom: 8px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  border: solid 1px #455562;
  float: left;
}
select.inputSelect{
  padding-right: 0px;
}

textarea.inputArea{
  display: block;
  position: relative;
  background-color: #FFF;
  color: #455562;
  height: 148px;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 16px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  border: solid 1px #455562;
}
div.content.shop textarea.inputArea,
div.content.gift textarea.inputArea{
  height: 300px;
  margin-bottom: 8px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #5c4635;
  color: #FFF;
}
button.submitButton,
input.submitButton,
button.orderSubmit,
b.resButton,
a.resButton{
  -webkit-appearance: none;
  display: block;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 40px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 40px;
  box-sizing: border-box;
  background-color: #455562;
  background-image: url("../images/pijl-wit.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 18px center;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  float: right;
}
b.resButton,
a.resButton{
  display: inline-block;
  font-size: 0.9em;
  float: none;
  line-height: 40px;
}

button.orderSubmit{
  background-color: #455562;
  background-image: url("../images/winkelmandje-wit.svg");
  background-repeat: no-repeat;
  background-size: 24px 20px;
  background-position: 15px center;
  float: none;
  width: 100%;
  padding-left: 40px;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #455562;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #455562;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #455562;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #455562;
}
input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}

div.checkBoxHolder{
  margin-bottom: 5px;
  color: #455562;
  font-weight: 300;
}
div.checkBoxHolder input{
  display: none;
}
div.checkBoxHolder span.title{
  display: inline-block;
  line-height: 40px;
  padding-right: 20px;
}

div.checkBoxHolder div.checkBox{
  position: relative;
  display: inline-block;
  line-height: 28px;
  padding-right: 28px;
  cursor: pointer;
}
div.checkBoxHolder.error{
  color: #fc3e33;
}
div.checkBoxHolder div.checkBox div.box{
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background-color: #FFF;
  text-align: center;
  line-height: 24px;
  font-size: 1.2em;
  position: absolute;
  box-sizing: border-box;
  border: solid 1px #455562;
}
div.checkBoxHolder div.checkBox div.box span{
  color: #aba532;
  padding-left: 0px;
  display: none;
}
div.checkBoxHolder div.checkBox div.box span.active{
  display: inline;
}
div.checkBoxHolder div.checkBox span{
  padding-left: 36px;
  display: inline-block;
}



/*      INSTAGRAM     */
div.instagramHolder{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
div.instagramHolder div{
  width: 100%;
  text-align: center;
}
div.instagramHolder a{
  display: block;
  float: left;
  width: 152px;
  height: 152px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.instagramHolder a:first-child,
div.instagramHolder a:last-child{
  width: 153px;
}



/*      FOOTER      */
footer{
  width: 100%;
  color: #FFF;
}
div.footerInfo{
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}
div.footerInfo:before{
  content: "";
  position: absolute;
  left: 0px;
  top: -3px;
  width: 100%;
  border-top: dotted 6px #c2b8a8;
}
div.footerInfo div.infoBlock{
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 350px;
}
div.footerInfo div.infoBlock h3{
  font-family: "fbenson_scriptno_30";
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 16px;
  font-weight: 400;
}
div.footerInfo div.infoBlock p,
div.footerInfo div.infoBlock a.phone{
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.25;
  text-transform: uppercase;
}
div.footerInfo div.infoBlock a.blueButton{
  margin-top: 10px;
}

div.footerInfo div.infoBlock p a{
  display: inline-block;
  width: 45px;
  margin-top: 10px;
}
div.footerInfo div.infoBlock p a img{
  display: block;
  width: 100%;
}
div.footerInfo img.like{
  display: block;
  position: absolute;
  bottom: -65px;
  right: 50px;
  width: 110px;
}

div.copyright{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1em;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
div.copyright div.legal{
  font-weight: 400;
  color: #000;
}
div.copyright div.legal a{
  color: #FFF;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}