

body
{
	background: #FFFFFF ;
	width:100%;
	font-size:100%;
	font-size:14px;
	line-height: 1.3em;
	font-family: 'Gill Sans', Helvetica, Arial;
}

textarea
{
	font-family: 'Gill Sans', Helvetica, Arial;
}

.box {
    background:#fff;
    background:rgba(255, 255, 255, 0.95);
    color: #333; 
}

.box h1{
    color:#FFFFFF;
}

.inner_box {
    color: #333; 
}

.sidebar .box, .footer-info {
    background-color:#FFFFFF;
    color: #171717;
}

.sidebar{
    background:#FFFFFF;
    background:rgba(255, 255, 255, 0.6);
    color:#171717;
}

.main_menu .menu a {
    color:inherit;
    border-bottom-color:#171717;
}

    .main_menu .menu li a:hover {
        color:rgba(23, 23, 23, 0.8);
    }

.sub-menu li a:hover {
    color:#222!important;
}

.boxout input[type="submit"], .restaurantBookingBlock input[type="submit"], #formContainer input[type="button"], .succesMessageContainer input[type="button"], .newsBlock input[type="submit"]
{
    cursor:pointer;
    color:#171717;
    padding:10px 0px;
    width:100%;
    margin-top:10px;
    font-size: 1.8em;
    border: none;
    background: #FFFFFF;
    text-shadow: none;
    font-weight: normal;
    border-radius:0px;
	-webkit-appearance:none;
    -moz-appearance:none;
}

.boxout input[type="text"], 
.boxout input[type="email"], 
.boxout input[type="password"], 
.boxout input[type="tel"], 
.boxout textarea, 
.restaurantBookingBlock input[type="text"], 
.restaurantBookingBlock input[type="email"], 
.restaurantBookingBlock input[type="password"], 
.restaurantBookingBlock input[type="tel"], 
.restaurantBookingBlock textarea, 
#formContainer input[type="text"], 
#formContainer input[type="email"], 
#formContainer input[type="password"], 
#formContainer input[type="tel"], 
#formContainer input[type="number"],
#formContainer textarea,
.newsBlock input[type="text"],
.newsBlock input[type="email"]
{
    background-color:#171717;
    padding:11px;
    border:0px;
    width:100%;
    margin-top:10px;
    color:#FFFFFF;
    font-weight:normal;
    font-size:100%;
    font-family:"Noto Sans";
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius:0px;
}

#formContainer input[type="text"], 
#formContainer input[type="email"], 
#formContainer input[type="password"], 
#formContainer input[type="tel"],
#formContainer input[type="number"], 
#formContainer textarea
{
    margin-top:0px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    min-width:250px;
}

#formContainer input[type="radio"]:checked + label:before {
    background: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #FFFFFF;
    color:rgba(255, 255, 255, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input::-moz-input-placeholder, textarea::-webkit-input-placeholder {
    color: #FFFFFF;
    color:rgba(255, 255, 255, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input:-moz-input-placeholder, textarea:-webkit-input-placeholder {
    color: #FFFFFF;
    color:rgba(255, 255, 255, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input::-ms-input-placeholder, textarea::-webkit-input-placeholder {
    color: #FFFFFF;
    color:rgba(255, 255, 255, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input:-ms-input-placeholder, textarea:-webkit-input-placeholder {
    color: #FFFFFF;
    color:rgba(255, 255, 255, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

.restaurantBookingBlock h2
{
    font-size: 2.0em;
    text-transform: none;
    font-weight: normal;
    color:#FFFFFF;
    line-height:0.9em;
}


.restaurantBookingBlock select {
    text-transform:uppercase;
    -webkit-appearance:none;
    -moz-appearance:none;
    width:100%;
    font-size:100%;
    margin-top:10px;
    border: none;
    padding: 11px 10px;
    background: #171717;
    color: #FFFFFF;
    font-family: "Noto Sans";
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius:0px;
}

.restaurantBookingBlock select:disabled {
    color:rgba(255, 255, 255, 0.6);
}

.restaurantBookingBlock select::-ms-expand, .restaurantBookingBlock textarea::-ms-expand {
    display: none;
}

.restaurantBookingBlock .checkboxContainer {
    position:relative;
}

.restaurantBookingBlock .info{
    border-radius:50%;
    background-color:#171717;
    color:#FFFFFF;
    display:inline-block;
    width:20px;
    text-align:center;
    position:absolute;
    right:0px;
    top:0px;
    margin-right:5px;
    font-style:italic;
    font-family:'Times new roman';
    z-index:1000;
    font-weight:bold;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    cursor:help;
}

.restaurantBookingBlock option
{
    color:#000;
    background-color:#fff;
    padding:0px 8px;
    font-family: Sans-Serif;
}




#feedbackFilters li a {
    color: #FFFFFF;
    background: #171717;
}

#feedbackFilters li a:hover, #feedbackFilters li a.selectedFilter {
    color: #171717;
    background: #FFFFFF;
    border: solid 1px #FFFFFF;

}



/* ==================================================================== */
/* CHECKBOX TYPE 5 ---------------------------------------------------- */
/* ==================================================================== */


input[type="checkbox"].fancy5 + label {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    cursor:pointer;
}

input[type="checkbox"].fancy5 + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"].fancy5:checked + label {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}


input[type="checkbox"].fancy5 + label:after {
	-webkit-transform: rotateX(270deg);
	-webkit-transform-origin: 0 0;
	transform: rotateX(270deg);
	transform-origin: 0 0;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '\2715';
	padding: 9px 0 0 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	font-size: 1.5em;
	line-height: 0;
	background: #FFFFFF;
	color: #171717;
	text-align: center;
}

input[type="checkbox"].fancy5 + label > span {
	position: absolute;
    top: 0px;
    left: 25px;
    width:270px;
}

input[type="checkbox"].fancy5:checked + label:after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

input[type="checkbox"].fancy5:checked + label {
	-webkit-transition: all 0.5s linear 0.2s;
	transition: all 0.5s linear 0.2s;
	background: #aaa;
}

input[type="checkbox"].fancy5 + label {
	width: 10px;
	height: 10px;
}

#iens-container { width: 330px; clear: both; margin: 10px 0 5px; display:block; }
#iens-container .viewport { width: 295px; margin-left:5px; height: 300px; overflow: hidden; position: relative; }
#iens-container .overview { list-style: none; position: absolute; left: 0; top: 0; }
#iens-container .thumb .end,
#iens-container .thumb { background-color:#FFFFFF; border-radius:8px; box-shadow: 1px 1px 3px #333;}
#iens-container .scrollbar { position: relative; float: right; width: 25px; }
#iens-container .track { background-color: #FFFFFF; height: 100%; width:1px; position: relative; left:4px; margin:0 auto; }
#iens-container .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:-6px; }
#iens-container .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#iens-container .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }






@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .restaurantBookingBlock select {
        font-family:Sans-Serif;
    }
}




body{
font-family:'Gill Sans W01 Book';
}

.post-text iframe
{
	width:100%;
}

.simplebtn2
{
  background: #78b771;
  color: white;
  padding: 10px 80px;
  text-decoration: none;
}

a {
text-decoration:underline;
color:#78b771;
}

.menukaart-column td+td {
font-size: 1.6em!important;
}
 
.page23467 .post-text iframe{
position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}


.content .box {
  min-height:0px;
}

.reserveren-container h2
{
	display:none;
}

.reserveren-container .hr
{
display:none;
}

#top-right
{
box-shadow: 0 0 15px #B8B8B8;
}

.page0 .restaurantBookingBlock
{
display:none;
}

#page22319 .box h1 {
display:none;
}

.logo img {
border: none;
margin: 0 auto;
max-width: 150%;
}

#navleft
{
z-index:100;
opacity:0.5;
top:47%;
position:fixed;
left:10px;
cursor:pointer;
width:32px;
}



#navleft:hover
{
opacity:1;
}

#navright
{
z-index:100;
opacity:0.5;
top:47%;
position:fixed;
right:10px;
cursor:pointer;
width:32px;
}

#navright:hover
{
opacity:1;
}

img {
max-width: 160%;
}

#adres-info h3 {
display: none;
}

#top-menu {
font-weight: normal;
}

#reserveren {
background: #FFFFFF url('/Content/Backgrounds/untitled-1.png') repeat;
}

.main_menu .menu li a span {
font-size: 12px;
}

.box h1 {
color: #171717;
}

h1 {
font-size: 24px!important;
text-transform: uppercase;
}

#reserveren h1 {
color: #fff!important;
font-size: 20px!important;
text-transform: none;
}

.menu-container h2 {
text-transform: none;
font-weight: normal;
font-size: 20px;
border-bottom: 1px solid #80BA77;
line-height: 48px;
font-family: Gill Sans;
}

.menukaart-column td {
padding-bottom: 12px;
font-size: .9em;
line-height: 1.35em;
vertical-align: middle;
padding-right: 15px;
}

.menukaart-column td+td {font-size: 2.5em;
font-weight: 100;}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #C4DFC1;
}

::-webkit-scrollbar-thumb {
    background: #78b771;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #78b771;
}