html {
	height						: 100%;
	margin						: 0;
	padding						: 0px;	
}

body {	
	background-color			: #ffffff;
	font-family					: 'Encode Sans', Arial, sans-serif;
	font-weight					: normal;
	margin-left					: 0px;
	margin-right				: 0px;
	margin-top					: 0px;
	padding						: 0px;
	text-align					: center;
}

h1, h2, h3, h4 {
	color						: #4468a4;
	font-family					: 'Encode Sans Condensed', Arial, sans-serif;
	line-height					: 1.2em;
}

a, a.visited {
	color						: #312744;
}

a:hover {
	color						: #0000ff;
}

input[type=text], input[type=password], select, textarea {
	border						: 1px solid #d3d3d3;
	border-radius				: 3px;
}

.website_innerbox {
	float						: center;
	margin-left					: auto;
	margin-right				: auto;	
	max-width					: 1100px;
	position					: relative;
}

.website_taalkeuze {
	float						: center;
	margin-left					: auto;
	margin-right				: auto;	
	max-width					: 1100px;
	padding-top					: 10px;
	position					: relative;
	text-align					: right;
	z-index						: 2;
}

.website_header {
	float						: center;
	margin-left					: auto;
	margin-right				: auto;
	max-width					: 1100px;
	padding-bottom				: 5px;
	padding-top					: 5px;
	position					: relative;	
	text-align					: left;
}

.website_header img {
	max-height					: 100px;
	max-width					: 100%;
}

.website_slideshow {
	float						: center;
	position					: relative;
	width						: 100%;
}

.website_usps_container {
	background-color			: #d1d0ce;
	float						: center;
	padding-bottom				: 15px;
	padding-top					: 15px;
	position					: relative;
	width						: 100%;
}

.website_usps {
	float						: center;
	margin-left					: auto;
	margin-right				: auto;	
	max-width					: 1100px;
	padding-left				: 10px;
	position					: relative;
	text-align					: left;
}

.mobile-nav {
	display						: none;
}

.website_menu_container {
	background-color			: #1e2336;
	float						: center;
	position					: relative;
	width						: 100%;
}

.website_menu {	
	color						: #2a3b73;
	float						: center;
	margin-left					: auto;
	margin-right				: auto;		
	padding-left				: 5px;
	position					: relative;	
	text-align					: left;
	text-transform				: uppercase;
	max-width					: 1100px;
}

.website_menu a {
	color						: #ffffff;
}

.website_menu ul {
	margin						: 0;
	list-style					: none;	
	padding						: 0;
	position					: relative;
}

.website_menu ul li {
	font-family					: 'Encode Sans Condensed', Arial, sans-serif;
	font-size					: 1.1em;
	padding						: 10px;
	line-height					: 3em;
}

.website_menuitem, .website_menuitem_selected {
	display						: inline;
	float						: center;
	position					: relative;
	vertical-align				: middle;
}

.website_menuitem:hover {
	background-color			: #2d3e75;
}

.website_menuitem_selected {
	background-color			: #4468a4;
}

.boeken {
	background-color			: #1e45c2;	
	font-weight					: bold;
}

.website_menuitem a, .website_menuitem_selected a {	
	text-decoration				: none;
}

.website_content {
	color			 			: #5c4e38;
	float						: center;
	line-height					: 1.5em;
	padding						: 15px 15px 15px 15px;
	position					: relative;	
	text-align					: left;		
	vertical-align				: top;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;					
}

.website_content_kolom1, .website_content_kolom1_homepage {
	float						: left;
	padding-right				: 3%;
	position					: relative;
	width						: 50%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;					
}

.website_content_kolom2, .website_content_kolom2_homepage {
	border-left					: 1px solid #d1d0ce;
	float						: left;
	padding-left				: 3%;
	position					: relative;
	width						: 50%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;					
}

.website_content_kolom1_homepage {
	width						: 65%;	
}

.website_content_kolom2_homepage {
	width						: 35%;	
}

.website_content img {
	padding						: 10px;
}

.website_content_footer {
	padding						: 10px;
	text-align					: center;
}

.website_copyright {
	background-color			: #f7f7f7;
	border-top					: 1px solid #d1d0ce;
	float						: center;
	font-size					: 0.8em;
	text-align					: center;
	margin-left					: auto;
	margin-right				: auto;	
	max-width					: 1100px;
	padding						: 10px;
	position					: relative;
}

hr {
	border						: none;
	height						: 1px;
	width						: 100%;
}

.mosaicflow img { 
	max-width					: 95%;
} 

.mosaicflow {
	float						: center;
	text-align					: center;
}

.su-gmap {
	max-width					: 50%;
}

.vrij {
	background: #ffffff;
}

.bezet {
	background: #ff0000;
}

.optie {
	background: #ffff00;
}

.wisseldag {
	background: #3399cc;
}
.tabel {
}

.tabel td {
	border: 1px solid #ffffff;
}

.vrijlegenda {
	background: #00be0d;
	color: #fffffff;
}
.bezetlegenda {
	background: #ff1919;
	color: #ffffff;
}
.optielegenda {
	background: #ffff00;
	color: #000000;
}
.wisseldaglegenda {
	background: #47a3d1;
	color: #ffffff;
}

.rslides {
	float						: center;
  	list-style					: none;
  	padding						: 0;
  	margin						: 0;  	
  	position					: relative;
  	overflow					: hidden;
  	text-align					: right;
  	width						: 100%;
}

.rslides li {
  	-webkit-backface-visibility	: hidden;
  	display						: none;
  	float						: center;
  	position					: absolute;
  	width						: 100%;
}

.rslides li:first-child {
  	position					: relative;
  	display						: block;
  	float						: center;
}

.rslides img {
  	display						: block;
  	height						: auto;
  	float						: center;
	width						: 100%;
  	border						: 0;
}

.video-container {
    position					: relative;
    padding-bottom				: 56.25%;
    padding-top					: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position					: absolute;
    top							: 0;
    left						: 0;
    width						: 100%;
    height						: 100%;
}

.reviews {
	float						: left;
	position					: relative;	
	width						: 100%;
}

.review_item {
	background-color			: #f3eedc;
	float						: left;
	height						: 200px;
	margin						: 1%;
	padding						: 1%;
	position					: relative;	
	width						: 28%;
	box-shadow					: 2px 2px 5px rgba(0,0,0,0.6);
}

.review_titel {
	font-size					: 1.2em;
	font-weight					: bold;
	float						: left;
	position					: relative;	
	width						: 100%;
}

.review_preview {
	float						: left;
	position					: relative;	
	width						: 100%;
}

.review_auteur {
	float						: left;
	font-weight					: bold;
	position					: relative;	
	text-align					: right
	width						: 100%;
}

.review_titel a, .review_preview a {
	text-decoration				: none;
}

.review_titel a:hover, .review_preview a:hover {
	text-decoration				: underline;
}

@media screen and (max-width: 1000px) {
	.website_menu ul li {
		font-size				: 1.0em;
	}
}

@media screen and (max-width: 900px) {
	.website_menu ul li {
		font-size				: 0.9em;
		padding-left			: 5px;
		padding-right			: 5px;
	}
}

@media screen and (max-width: 800px) {
	.review_item {
		height						: 200px;
		width						: 46%;
	}	
}

@media screen and (max-width: 750px) {
	.website_menu ul {	
		display					: none;
	}

	.website_menu {
		padding-left			: 0px;
	}	

	.mobile-nav {
		background-color		: #1e2336;
		border					: 1px solid #1e2336;
		color					: #ffffff;		
		display					: block;
		font-size				: 1.2em;
		width					: 100%;		
	}
}

@media screen and (max-width: 550px) {
	.website_menu {
		height					: auto;
	}

	.website_menuitem, .website_menuitem_selected {
		font-size				: 1.0em;
		border-bottom			: 1px solid #2a3b73;
		display					: block;
	}
	
	.su-gmap {
		max-width				: 100%;
	}
	
	.website_content_kolom1, .website_content_kolom2, .website_content_kolom1_homepage, .website_content_kolom2_homepage {
		border					: none;
		width					: 100%;
	}
	
	.website_content_kolom2, .website_content_kolom2_homepage {
		border-top				: 1px solid #d1d0ce;
	}
}
