/* -------------------- ALGEMEEN -------------------- */
*, *:before, *:after{
    box-sizing: border-box;
}

html, body{
	width:100%;
	padding:0px;
	margin:0px;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	color:#000;
}

a{
	color:#800000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1, h2, h3{
	float:left;
	width:100%;
	font-weight:500;
	color:#800000;
}

h1{
	font-size:24px;
	margin:0px 0px 15px 0px;
}

h2{
	font-size:20px;
	margin:0px 0px 10px 0px;
}

h2.blockOverviewTitle{
	border-top:2px solid #800000;
    padding:10px 0px 0px 0px;
    margin:10px 0px 0px 0px;
}

h3{
	font-size:18px;
	margin:0px 0px 5px 0px;
}

p{
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
}

table{
	float:left;
	width:100% !important;
	table-layout:fixed;
	overflow-x:scroll;
	text-align:left;
}

table tr:nth-child(2n){
	background-color:#F5F5F5;
}

table td{
	/* border-bottom:1px solid #000; */
	vertical-align:top;
}

table td h3{
	margin:0px;
}

.wrapper{
    float:left;
    width:100%;
}

.container{
	max-width:1100px;
    width:100%;
    margin:0px auto;
}

.warning{
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
	padding:10px;
	color:#FFF;
	background-color:#800000;
	font-weight:400;
}

ol, ul{
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 25px;
}

::selection{
    color:#FFF;
    background-color:#8B8D4B;
}
::-moz-selection{
	color:#FFF;
    background-color:#8B8D4B;
}

/* -------------------- HEADER -------------------- */
#header{
	float:left;
	width:100%;
	position:relative;
}

#header #logo{
	float:left;
	width:10%;
	padding:3px 0px;
}

#header #logo img{
	width:100%;
	max-width:100%;
}

#header #name{
	float:left;
	font-family:Papyrus;
	color:#800000;
	font-size:36px;
	font-weight:700;
	line-height:1.1em;
	padding:27px 10px 27px 0px;
}

#header #name a:hover{
	text-decoration:none;
}

#header #navMobileBtn{
	float:right;
	width:30px;
	padding:19px 0px;
	cursor:pointer;
	display:none;
}

#header #navMobileBtn span{
	float:left;
	width:100%;
	height:4px;
	background-color:#800000;
	margin:0px 0px 4px 0px;
}

#header #navMobileBtn span:last-child{
	margin:0px;
}

#header #nav{
	float:right;
}

#header #nav ul{
	float:right;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#header #nav ul li{
	float:left;
}

#header #nav ul li a{
	float:left;
    padding:37px 15px;
	transition:0.3s;
	font-weight:400;
	font-size:16px;
}

#header #nav ul li a.active{
	background-color:#8B8D4B;
	color:#FFF;
}

#header #nav ul li a:hover{
	text-decoration:none;
	background-color:#8B8D4B;
	color:#FFF;
}

/* -------------------- SUBNAV -------------------- */
#header #nav ul li ul{
	width:100%;
	float:left;
	position:absolute;
	top:100%;
	left:0px;
	background-color:#8B8D4B;
	transition:0.3s;
	display:none;
}

#header #nav ul li ul.open{
	display:block;
}

#header #nav ul li ul li a{
	float:left;
    padding:12px 15px;
	transition:0.3s;
	font-size:14px;
	font-weight:400;
	color:#FFF;
}

#header #nav ul li ul li a.active{
	background-color:#DB5A10;
	color:#FFF;
}

#header #nav ul li ul li a:hover{
	text-decoration:none;
	background-color:#DB5A10;
	color:#FFF;
}

/* -------------------- PAGEBANNER -------------------- */
#pageBanner{
	float:left;
	width:100%;
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	/* background-attachment:fixed !important; */
}

#pageBanner.small{
	margin:0px 0px 2% 0px;
	background-attachment:scroll !important;
}

#pageBanner.margin{
	margin:44px 0px 0px 0px;
}

#pageBanner #bannerPageContent{
	float:left;
	width:100%;
	padding:120px 0px;
	text-align:center;
}

#pageBanner #bannerPageContent.relative{
	position:relative;
}

#pageBanner.small #bannerPageContent{
	padding:25px 0px;
}

#pageBanner #bannerPageContent h1, #pageBanner #bannerPageContent h2{
	float:left;
	width:100%;
	font-weight:700;
	font-size:40px;
	line-height:60px;
	color:#FFF;
	font-family:Papyrus;
	margin:0px;
}

#pageBanner #bannerPageContent span{
	float:left;
	width:100%;
	font-weight:300;
	font-size:16px;
	color:#FFF;
}

#pageBanner #bannerPageContent span.margin{
	margin:0px 0px 30px 0px;
}

#pageBanner #bannerPageContent a{
	width:100%;
	color:#FFF;
	padding:10px 20px;
	border:1px dotted #FFF;
	font-size:16px;
	font-weight:500;
	transition:0.3s;
}

#pageBanner #bannerPageContent a:hover{
	text-decoration:none;
	background-color:#DB5A10;
}

#pageBanner #bannerPageContent #readMoreBtn{
	float:left;
	width:auto;
    background-color:#DB5A10;
    color:#FFF;
	font-weight:500;
    padding:10px 15px;
    text-decoration:none;
	border:0px;
	transition:0.3s;
	position:absolute;
	right:0px;
	bottom:-20px;
}

#pageBanner #bannerPageContent #readMoreBtn:hover{
	background-color:rgba(219,90,16,0.9);
}

/* -------------------- BREADCRUMB -------------------- */
#breadcrumb{
	float:left;
	width:100%;
	margin:15px 0px;
}

#breadcrumb a{
	color:#000;
	margin:0px 5px;
}

#breadcrumb span:first-child a{
	margin:0px 5px 0px 0px;
}

/* -------------------- CONTENT -------------------- */
#content{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	text-align:justify;
}

#content.margin{
	margin:20px 0px;
}

#content p:last-child{
	margin:0px;
}

#content #blockOverview{
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
}

#content #blockOverview .grid-sizer{
	width:33.3%;
}

#content .blockOverzicht{
	float:left;
	width:calc(33.3% - 10px);
	margin:0px 0px 10px 0px;
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
}

#content .blockOverzicht span{
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	font-weight:500;
	font-size:25px;
	line-height:1.1em;
	padding:50px 20px;
	background-color:rgba(0,0,0,0.6);
	transition:0.3s;
}

#content .blockOverzicht:hover span{
	background-color:rgba(151,207,70,0.8);
}

#content .blockOverzicht span b{
	float:left;
	width:100%;
	font-weight:300;
	font-size:14px;
	margin:5px 0px 0px 0px;
}

/* SMALL */
#content #blockOverview.small .grid-sizer{
	width:50%;
}

#content #blockOverview.small .blockOverzicht{
	width:calc(50% - 10px);
}

/* -------------------- SUB-CONTENT -------------------- */
#content #contentLeft{
	float:left;
	width:70%;
	position:relative;
	overflow:hidden;
}

#content #contentLeft #eventInfoDiv{
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:100%;
	background-color:#8B8D4B;
	color:#FFF;
	padding:10px;
	overflow:auto;
	transition:0.3s;
	z-index:999;
}

#content #contentLeft #eventInfoDiv.open{
	display:block;
}

#content #contentLeft #eventInfoDiv a{
	font-weight:500;
}

/* #content #contentLeft #eventInfoDiv a{
	float:left;
	width:100%;
	color:#FFF;
	text-align:center;
	padding:10px;
	cursor:pointer;
	margin:0px 0px 15px 0px;
	background-color:#800000;
	border:1px solid #800000;
	transition:0.3s;
}

#content #contentLeft #eventInfoDiv a:hover{
	text-decoration:none;
	font-weight:500;
	background-color:#8B8D4B;
	border:1px solid #FFF;
} */

#content #contentRight{
	float:right;
	width:25%;
}

#content #contentRight #recipe span.title{
	float:left;
	width:100%;
	font-weight:500;
	color:#800000;
	font-size:18px;
	margin:0px 0px 2px 0px;
}

#content #contentRight #recipe span.content{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}

/* -------------------- PHOTOS -------------------- */
#photos{
	float:left;
	width:100%;
}

#photos span{
	float:left;
	width:100%;
	font-weight:500;
	color:#800000;
	font-size:18px;
	margin:0px 0px 10px 0px;
}

#photos:nth-of-type(2) span{
	margin:10px 0px;
}

#photos a{
	float:left;
	width:20%;
	height:150px;
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
}

#photos a:hover div{
	display:block;
}

#photos a div{
	float:left;
	width:100%;
	height:100%;
	background-color:rgba(151,207,70,0.4);
	display:none;
}

/* -------------------- ACTION -------------------- */
#action{
	float:left;
	width:100%;
	text-align:center;
	margin:20px 0px;
	padding:20px 0px;
	border-top:1px solid #800000;
	border-bottom:1px solid #800000;
}

#action span{
	float:left;
	width:100%;
	font-weight:500;
	color:#800000;
	font-size:24px;
	line-height:1.2em;
	margin:0px 0px 20px 0px;
}

#action a{
	float:left;
	width:100%;
	color:#000;
}

/* -------------------- BANNERNEWS -------------------- */
#bannerNews{
	float:left;
	width:100%;
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-attachment:fixed !important;
}

#bannerNews .bannerNewsElement{
	float:left;
	width:32%;
	margin:2% 0px;
	background-color:rgba(139,141,75,0.8);
	height:170px;
	position:relative;
}

#bannerNews .bannerNewsElement:nth-of-type(2){
	margin:2%;
}

#bannerNews .bannerNewsElement span{
	float:left;
	width:100%;
	font-size:18px;
	color:#800000;
	font-weight:700;
	font-family:Papyrus;
	margin:0px 0px 10px 0px;
	padding:15px 15px 0px 15px;
}

#bannerNews .bannerNewsElement a{
	float:left;
	width:100%;
	color:#FFF;
	padding:3px 15px;
	transition:0.3s;
	overflow:hidden;
}

#bannerNews .bannerNewsElement a:hover{
	text-decoration:none;
	background-color:#DB5A10;
}

#bannerNews .bannerNewsElement a:last-child{
	margin:10px 0px;
	font-weight:500;
	position:absolute;
	bottom:0px;
	left:0px;
}

/* -------------------- CONTACT -------------------- */
#contact{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}

#contact .contactElement{
	float:left;
	width:49%;
}

#contact .contactElement:nth-of-type(2){
	float:right;
}

#contact .contactElement span{
	float:left;
	width:100%;
	color:#800000;
	font-weight:700;
	font-size:28px;
	font-family:Papyrus;
	line-height:36px;
	margin:0px 0px 10px 0px;
}

#contact .contactElement iframe{
	width:100%;
	height:275px;
}

/* -------------------- FOOTER -------------------- */
#footer{
	float:left;
	width:100%;
	background-color:#8B8D4B;
	color:#800000;
	font-size:14px;
	padding:20px 0px 0px 0px;
	text-align:center;
}

#footer .footerElement{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}

#footer .footerElement:last-child{
	margin:0px;
}

#footer .footerElement span.footerTitle{
	float:left;
	width:100%;
	text-align:center;
	font-weight:700;
	font-family:Papyrus;
	font-size:22px;
	line-height:1.1em;
	margin:0px 0px 20px 0px;
}

#footer .footerElement a.social{
	border-radius:50%;
	background-color:#7C7E3C;
	margin:0px 10px 20px 10px;
	width:75px;
	height:75px;
	display:inline-block;
	transition:0.3s;
}

#footer .footerElement a.social:hover{
	background-color:#800000;
	color:#FFF;
}

#footer .footerElement a.social i{
	font-size:26px;
	line-height:75px;
	color:#FFF;
}

#bottomFooter{
	float:left;
	width:100%;
	background-color:#7C7E3C;
	color:#FFF;
	font-size:12px;
	padding:10px 0px;
}

#bottomFooter a{
	color:#FFF;
}

#bottomFooter .bottomFooterElement{
	float:left;
	width:49%;
}

#bottomFooter .bottomFooterElement:last-child{
	float:right;
	text-align:right;
}

/* -------------------- SIDEINFO -------------------- */
.sideInfo{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}

.sideInfo:last-child{
	margin:0px;
}

.sideInfo span.title{
	float:left;
	width:100%;
	font-weight:500;
	color:#800000;
	font-size:18px;
	margin:0px 0px 5px 0px;
}

.sideInfo span.title a{
	float:right;
	font-size:12px;
	font-weight:300;
}

.sideInfo .sideInfoElement{
	float:left;
	width:100%;
	border-bottom:1px solid #800000;
	position:relative;
}

.sideInfo .sideInfoElement:nth-of-type(1){
	border-top:1px solid #800000;
}

.sideInfo .sideInfoElement div.sidePanel{
	position: absolute;
	right:100%;
	top:-1px;
	height:100%;
	background-color:#800000;
	width:100%;
	border-top:1px solid #800000;
	display:none;
}

.sideInfo .sideInfoElement div.sidePanel.open{
	display:block;
}

.sideInfo .sideInfoElement a{
	float:left;
	width:100%;
	color:#000;
	padding:5px 0px;
	transition:0.3s;
}

.sideInfo .sideInfoElement a:hover{
	text-decoration:none;
	background-color:#800000;
	color:#FFF;
	padding:5px;
}

.sideInfo .sideInfoElement a span.name{
	float:left;
	width:65%;
	text-align:left;
}

.sideInfo .sideInfoElement a span.moreInfo{
	float:right;
	font-size:12px;
}

.sideInfo .sideInfoElement a span.moreInfo:hover{
	text-decoration:underline;
}

.sideInfo .sideInfoElement span.slideDown{
	float:left;
	width:100%;
	text-align:left;
	display:none;
}

.sideInfo .sideInfoElement span.slideDown a{
	float:right;
	width:auto;
	margin:10px 0px 0px 0px;
	padding:5px 10px;
	font-weight:300;
	border:1px solid #FFF;
}

.sideInfo .sideInfoElement span.slideDown a:hover{
	background-color:#8B8D4B;
}

.sideInfo .sideInfoElement.open{
	background-color:#800000;
	color:#FFF;
}

.sideInfo .sideInfoElement.open a{
	color:#FFF;
	font-weight:700;
	padding:5px;
}

.sideInfo .sideInfoElement.open span.slideDown{
	display:block;
	padding:0px 5px 5px 5px;
}

/* -------------------- PLUGIN RESERVEREN -------------------- */
#reservationSwitch{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}

#reservationSwitch h3{
	font-size:20px;
	margin:0px 0px 10px 0px;
}

#reservationSwitch span{
	float:left;
	padding:5px 10px;
	margin:0px 5px 5px 0px;
	background-color:#800000;
	color:#FFF;
	cursor:pointer;
	transition:0.3s;
}

#reservationSwitch span:hover{
	background-color:#8B8D4B;
}

#reservationSwitch span.active{
	 background-color:#8B8D4B;
}

.reservationForm{
	float:left;
	width:100%;
	display:none;
}

.reservationForm div{
	float:left;
	width:49%;
}

.reservationForm.fullWidth div{
	width:100%;
}

.reservationForm div:nth-of-type(2){
	float:right;
}

.reservationForm div:nth-of-type(3), .reservationForm div:nth-of-type(4){
	width:100%;
	margin:10px 0px 0px 0px;
}

.reservationForm span.title{
	float:left;
	width:100%;
	font-weight:500;
	color:#800000;
	font-size:16px;
	margin:0px 0px 5px 0px;
}

.reservationForm span.question{
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
}

.reservationForm input, .reservationForm textarea, .reservationForm select{
	float:left;
	width:100%;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
}

.reservationForm textarea{
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
	resize:none;
}

.reservationForm input[type="submit"]{
	float:right;
	color:#FFF;
	background-color:#8B8D4B;
	font-size:16px;
	border:0px;
	padding:10px 15px;
	cursor:pointer;
	transition:0.3s;
	width:auto;
	margin:0px;
	-webkit-appearance:none;
}

.reservationForm input[type="submit"]:hover{
	background-color:#800000;
}

.reservationForm #reservationInfoPanel{
	float:left;
	width:100%;
	height:210px;
	overflow:auto;
	margin:25px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	display:none;
}





#restaurantReservationForm input[type="radio"]{
	display:none;
}

#restaurantReservationForm label.dateLabel, #restaurantReservationForm label.dateLabelNoReservate, #restaurantReservationForm label.timeLabel{
	float:left;
	padding:5px 10px;
	margin:0px 5px 5px 0px;
	background-color:#800000;
	color:#FFF;
	cursor:pointer;
	transition:0.3s;
}

#restaurantReservationForm label.dateLabelNoReservate{
	cursor:auto;
	position:relative;
}

#restaurantReservationForm label.dateLabelNoReservate span{
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	line-height:30px;
	background-color:rgba(0, 0, 0, 0.5);
    font-weight:bold;
    font-size:16px;
}

#restaurantReservationForm label.dateLabel:hover, #restaurantReservationForm label.timeLabel:hover{
	background-color:#8B8D4B;
}

#restaurantReservationForm label.dateLabel.active, #restaurantReservationForm label.timeLabel.active{
	 background-color:#8B8D4B;
}

#restaurantReservationForm .dateContainer{
	float:left;
	width:100%;
	height:70px;
	overflow:hidden;
}

#restaurantReservationForm .dateContainer.open{
	height:auto;
}

#restaurantReservationForm span.viewMoreDates{
	float:left;
	width:100%;
	color:#800000;
	cursor:pointer;
	margin:0px 0px 5px 0px;
}

#restaurantReservationForm span.viewMoreDates:hover{
	text-decoration:underline;
}


.formErrors{
	background-color:red !important;
	width:100% !important;
	display:none;
	margin:10px 0px 0px 0px;
}

.formErrors span{
	float:left;
	width:100%;
}





#maaltijdReservationForm input[type="radio"]{
	display:none;
}

#maaltijdReservationForm label.dateLabel{
	float:left;
	width:49%;
	text-align:center;
	padding:10px;
	margin:0px 0px 2% 0px;
	background-color:#800000;
	color:#FFF;
	cursor:pointer;
	transition:0.3s;
}

#maaltijdReservationForm label.dateLabel.b, #maaltijdReservationForm label.dateLabel.d{
	float:right;
}

#maaltijdReservationForm label.dateLabel span{
	float:left;
	width:100%;
	font-weight:700;
	font-size: 16px;
    line-height: 1.2em;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #FFF;
}

#maaltijdReservationForm label.dateLabel p{
	border-bottom: 1px dotted #FFF;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
	font-style: italic;
}

#maaltijdReservationForm label.dateLabel p:last-child{
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}




#maaltijdReservationForm label.timeLabel{
	float:left;
	padding:5px 10px;
	margin:0px 5px 10px 0px;
	background-color:#800000;
	color:#FFF;
	cursor:pointer;
	transition:0.3s;
}

#maaltijdReservationForm label.dateLabelNoReservate{
	cursor:auto;
	position:relative;
}

#maaltijdReservationForm label.dateLabelNoReservate span{
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	line-height:30px;
	background-color:rgba(0, 0, 0, 0.5);
    font-weight:bold;
    font-size:16px;
}

#maaltijdReservationForm label.dateLabel:hover, #maaltijdReservationForm label.timeLabel:hover{
	background-color:#8B8D4B;
}

#maaltijdReservationForm label.dateLabel.active, #maaltijdReservationForm label.timeLabel.active{
	 background-color:#8B8D4B;
}




#productDiv{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}

.products{
    float: left !important;
    width: 100% !important;
}

.products .headRow{
	float: left;
	width: 100%;
	display: table;
	background-color: #F2F2F2;
	border-bottom: 1px solid #DDD;
}

.products .headRow div{
	display: table-cell;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	font-weight: 700;
	float: left;
}

.products .bodyRow{
	float: left;
	width: 100%;
	display: table;
	border-bottom: 1px solid #DDD;
	margin: 0px;
}

.products .bodyRow div{
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	display: table-cell;
	border-right: 1px dashed #DDD;
	float: left;
}

.products .bodyRow div p{
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.products .bodyRow div p.productInfo{
	display: none;
	margin: 10px 0px 0px 0px;
	font-style: italic;
}

.products .bodyRow div p.productInfo.open{
	display:block;
}

.products .bodyRow span.moreProductInfo{
	background-color: #800000;
	font-size: 14px;
    line-height: 1.1;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
}

.products .bodyRow span.moreProductInfo:hover{
	background-color: #8B8D4B;
}

.products .headRow div:nth-of-type(1), .products .bodyRow div:nth-of-type(1){
	width: 60%;
}

.products .headRow div:nth-of-type(2), .products .bodyRow div:nth-of-type(2){
	width: 40%;
}

.products .totalRow{
	float: left;
	width: 100%;
	margin: 2% 0px 0px 0px;
}

.products .totalRow div{
	float: right;
	font-size: 16px;
	font-weight: 700;
	padding: 5px;
}

.products .totalRow div:first-child{
	width: 15%;
	text-align: center;
}

.products .totalRow div:last-child{
	margin: 0px 10px 0px 0px;
}

.products .bodyRow .formgroup{
	float: left;
	width: 100%;
	line-height: 28px;
}

.products .bodyRow .formgroup input{
	float: left;
	width: 49%;
	margin: 0px;
}

.products .bodyRow .formgroup span:not(.price){
	float: right;
	width: 49%;
}

/* -------------------- PLUGIN CONTACT -------------------- */
#contactForm{
	float:left;
	width:100%;
}

#contactForm div{
	float:left;
	width:49%;
}

#contactForm div:nth-of-type(2){
	float:right;
}

#contactForm div:nth-of-type(3){
	width:100%;
	margin:10px 0px 0px 0px;
}

#contactForm span.title{
	float:left;
	width:100%;
	font-weight:500;
	color:#800000;
	font-size:16px;
	margin:0px 0px 5px 0px;
}

#contactForm span.question{
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
}

#contactForm input, #contactForm textarea, #contactForm select{
	float:left;
	width:100%;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
}

#contactForm textarea{
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
	resize:none;
}

#contactForm input[type="submit"]{
	float:right;
	color:#FFF;
	background-color:#8B8D4B;
	font-size:16px;
	border:0px;
	padding:10px 15px;
	cursor:pointer;
	transition:0.3s;
	width:auto;
	margin:0px;
	-webkit-appearance:none;
}

#contactForm input[type="submit"]:hover{
	background-color:#800000;
}

/* -------------------- RESPONSIVE -------------------- */
@media screen and (max-width: 1120px){
	.container{
		width:100%;
		padding:0px 20px;
	}
}

@media screen and (max-width: 950px){
	#bannerNews .bannerNewsElement span{
		font-size:16px;
	}
}

@media screen and (max-width: 800px){
	#content #blockOverview .grid-sizer{
		width:50%;
	}
	#content .blockOverzicht{
		width:calc(50% - 10px);
	}
	
	#pageBanner #bannerPageContent #readMoreBtn{
		display:none;
	}
}

@media screen and (max-width: 700px){
	#pageBanner #bannerPageContent{
		padding:40px 0px;
	}
	
	#contact .contactElement{
		width:100%;
	}
	#contact .contactElement:nth-of-type(2){
		display:none;
	}

	#bannerNews .bannerNewsElement{
		width:100%;
		margin:0px 0px 20px 0px;
	}
	#bannerNews .bannerNewsElement:first-child{
		margin:20px 0px;
	}
	#bannerNews .bannerNewsElement:nth-of-type(2){
		margin:0px 0px 20px 0px;
	}

	#content #contentLeft{
		width:100%;
		margin:0px 0px 20px 0px;
	}
	#content #contentRight{
		width:100%;
	}

	#bottomFooter .bottomFooterElement{
		width:100%;
	}
	#bottomFooter .bottomFooterElement:last-child{
		text-align:left;
		margin:0px;
	}

	#contactForm div, .reservationForm div{
		width:100%;
	}

	#maaltijdReservationForm label.dateLabel{
		width:100% !important;
	}
}

@media screen and (max-width: 680px){
	iframe{
		width:100%;
	}
}

@media screen and (max-width: 550px){
	#content #blockOverview .grid-sizer, #content .blockOverzicht{
		width:100%;
	}
	#content #blockOverview.small .grid-sizer, #content #blockOverview.small .blockOverzicht{
		width:100%;
	}
}

@media screen and (max-width: 450px){
    #pageBanner #bannerPageContent a{
        float:left;
        margin:0px !important;
    }

    #pageBanner #bannerPageContent a:nth-of-type(2){
        margin:20px 0px 0px 0px !important;
    }
}

/* -------------------- MOBILE HEADER -------------------- */
#header.mobile #nav{
	float:left;
	width:100%;
	position:absolute;
	top:100%;
	left:0px;
	background-color:#FFF;
	display:none;
	z-index:999;
}

#header.mobile #nav.open{
	display:block;
}

#header.mobile #nav ul{
	float:left;
	width:100%;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#header.mobile #nav ul li{
	float:left;
	width:100%;
}

#header.mobile #nav ul li a{
	float:left;
	width:100%;
    padding:5px 10px;
	transition:0.3s;
	font-weight:400;
	font-size:14px;
}

#header.mobile #nav ul li a.active{
	background-color:#8B8D4B;
	color:#FFF;
}

#header.mobile #nav ul li a:hover{
	text-decoration:none;
	background-color:#8B8D4B;
	color:#FFF;
}

#header.mobile #nav ul li ul{
	width:100%;
	float:left;
	position:relative;
	top:100%;
	left:0px;
	background-color:#8B8D4B;
	transition:0.3s;
	display:none;
}

#header.mobile #nav ul li ul li a{
	float:left;
    padding:5px 10px;
	transition:0.3s;
	font-size:14px;
	font-weight:400;
	color:#FFF;
}

#header.mobile #nav ul li ul li a.active{
	background-color:#DB5A10;
	color:#FFF;
}

#header.mobile #nav ul li ul li a:hover{
	text-decoration:none;
	background-color:#DB5A10;
	color:#FFF;
}

#header.mobile #navMobileBtn{
	display:block;
}

#header.mobile #logo{
	width:50px;
}
#header.mobile #name{
	padding:15px 10px 15px 0px;
	font-size:26px;
}
