html {
	height						: 100%;
	margin						: 0;
	padding						: 0px;	
}

body {	
	background-color			: #f7f5f3;
	color						: #2c3e6f;
	font-family					: 'Roboto', Arial, sans-serif;
	font-size					: 0.9em;
	font-weight					: normal;
	margin-left					: 0px;
	margin-right				: 0px;
	margin-top					: 0px;
	padding						: 0px;
	text-align					: center;
}

h1, h2, h3, h4 {
	color						: #b4121e;
	font-family					: 'Roboto Condensed', Arial, sans-serif;
	font-weight					: normal;
	text-align					: left;
}

h1 {
	margin-top					: 0px;
}

.highlight {
	font-size					: 1.5em;
}

a, a.visited {
	color						: #b4121e;
	text-decoration				: none;
}

a:hover {
	color						: #ff0000;	
}

.website_outerbox {	
	float						: left;
	position					: relative;
	text-align					: left;
	width						: 100%;
}

.website_innerbox {
	background-color			: #ffffff;
	margin-left					: auto;
	margin-right				: auto;	
	max-width					: 1200px;
}

.website_preheader {
	background-color			: #ffffff; /*rgba(0,0,0,0.05);*/
	margin-left					: auto;
	margin-right				: auto;	
	max-width					: 1200px;
	padding-left				: 10px;
	padding-right				: 10px;
	position					: relative;	
	text-align					: right;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;					
}

.website_header_outerbox {
	position					: relative;	
	text-align					: left;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;					
}

.website_header_innerbox {
	background-color			: #ffffff;
	float						: center;
	margin-left					: auto;
	margin-right				: auto;	
	max-width					: 1200px;
	padding-left				: 25px;
	padding-right				: 25px;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;					
}

.website_logo {
	float						: left;
	margin-right				: 1%;
	padding						: 1%;
	position					: relative;
	width						: 26%;
	text-align					: center;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;			
}

.website_logo img {
	height						: auto;
	max-width					: 100%;
}

.website_menu {
	font-family					: 'Roboto Condensed', Arial, sans-serif;
	font-weight					: normal;
	font-size					: 1.5em;	
	float						: left;	
	position					: relative;
	padding-left				: 5px;
	top							: 15px;
	width						: 72%;
	z-index						: 1500;	
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;			
}

.website_menu ul {
	list-style-type				: none;
	margin						: 0;
	padding						: 0;
	position					: relative;
}

.website_menu li {
	border-top-left-radius		: 5px;
	border-top-right-radius		: 5px;
	float						: left;
	padding-left				: 20px;
	padding-right				: 20px;
	padding-top					: 10px;
	position					: relative;
}

.website_menu li:hover {
	background-color			: rgba(0,0,0,0.1);
}

.website_menu ul a {
	color						: #ac9f84;
}

.website_menu ul a:hover {
	color						: #ffffff;
	text-decoration				: none;
}

.website_menu ul .children {	
	background-color			: #ffffff;
	border-bottom				: 1px solid rgba(0,0,0,0.1);
	border-left					: 1px solid rgba(0,0,0,0.1);
	border-right				: 1px solid rgba(0,0,0,0.1);
	border-bottom-left-radius	: 5px;
	border-bottom-right-radius	: 5px;
	color						: #000000;
	display						: none;
	float						: none;
	font-family					: 'Roboto', Arial, sans-serif;
	font-size					: 0.7em;
	list-style					: none;	
	margin-left					: -21px;
	padding-bottom				: 10px;
	padding-top					: 10px;
	position					: absolute;
	text-shadow					: none;	
	width						: 260px;
	z-index						: 2000;
}

.website_menu ul .children li {	
	border-left					: none;
	border-right				: none;
	float						: left;
	margin						: 0;
	padding-bottom				: 2px;
	padding-top					: 2px;
	width						: 220px;
}

.website_menu ul .children li:hover {
	background-color			: #f7f5f3;
	border-bottom				: none;
	border-top-left-radius		: 0px;
	border-top-right-radius		: 0px;
}

.website_menuitem_selected, .website_menuitem_selected a {
	color						: #ffffff;
}

.website_menu ul .children a, .website_menu ul .children a.visited {
	color						: #ac9f84;
	text-decoration				: none;
}

.website_menu ul .children a:hover {
	color						: #ac9f84;
	text-decoration				: none;
}

.website_header_zoeken {
	float						: left;
	padding-bottom				: 5px;
	padding-top					: 5px;
	position					: relative;
	text-align					: center;
	width						: 100%;
}

.website_header_zoeken #Zoek {
	background-color			: rgba(0,0,0,0.1);
	border						: 1px solid #555555;
	color						: #ffffff;
	float						: right;	
	height						: 18px;
	padding						: 6px;
	position					: relative;
	width						: calc(100% - 50px);
}

.website_header_zoeken #ZoekButton {
	background-image			: url('../images/zoeken.png');
	background-repeat			: no-repeat;
	border						: none;
	height						: 32px;
	float						: right;	
	position					: relative;
	width						: 32px;
}

.website_header_spacer {
	padding-left				: 10px;
	padding-right				: 10px;
}

.website_slideshow {
	background-color			: #000000;
	/*float						: center;*/
	margin-left					: auto;
	margin-right				: auto;	
	max-width					: 1200px;
}

.mobile-nav {
	display						: none;
}

.website_content {
	/*float						: center;*/
	padding						: 15px 15px 15px 15px;
	position					: relative;	
	text-align					: left;		
	vertical-align				: top;
}

.website_content_kolom1_2 {
	float						: left;
	position					: relative;
	width						: 100%;
}

.website_content_kolom1 {
	float						: left;
	padding-right				: 3%;
	position					: relative;
	width						: 67%;
}

.website_content_kolom2 {
	border-left					: 1px solid #e0e0e0;
	float						: left;
	padding-left				: 3%;
	position					: relative;
	width						: 26%;
}

.website_content_kolom2 img {
	height						: auto;
	max-width					: 100%;
	width						: 100%;	
}

.website_content img {
	/*padding					: 10px;*/
}

.website_footer {
	background-color			: #ffffff; /*rgba(0,0,0,0.1);*/
	border-bottom-left-radius	: 5px;
	border-bottom-right-radius	: 5px;
	
}

.website_footer a {
	text-decoration				: none;
}

.website_footer_kolom {
	float						: left;
	padding						: 20px;
	position					: relative;
	text-align					: left;
	width						: 33%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;				
}

.website_footer {
	margin-bottom				: 50px;
}

hr {
	border						: none;
	height						: 1px;
	width						: 100%;
}

.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;
}

.table_th, .responsive_th {
	vertical-align				: top;	
	width						: 30%;
}

.table_td, .responsive_td {
	vertical-align				: top;	
	width						: 80%;
}

.admin_th {
	vertical-align				: top;	
	width						: 20%;
}

.admin_td {
	vertical-align				: top;	
	width						: 70%;
}

.table_th2 {
	vertical-align				: top;	
	width						: 15%;
}

.table_td2 {
	vertical-align				: top;	
	width						: 85%;
}

.pictures {
	background-color			: #a01b36; /*e0e0e0;*/
	cursor						: pointer;
}

.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%;
}

.FormatenTabel_table {
	width						: 100%;
}

.FormatenTabel_th {
	background-color			: #2b414b;
}

.FormatenTabel_th, .FormatenTabel_td {
	border						: 1px solid #2b414b;
	vertical-align				: top;	
	width						: 50%;
}

.breadcrums {
	float						: left;
	font-size					: 0.8em;
	padding-bottom				: 20px;
	position					: relative;
	width						: 100%;
}

.back-to-top {
	background-color			: rgba(0,0,0,0.5);
	border						: 1px solid rgba(0,0,0,0.1);
	border-radius				: 5px;
 	bottom						: 0;
 	color						: #ffffff;
 	display						: none;
 	height						: 70px;
 	margin						: 0;
 	padding-top					: 10px;
 	position					: fixed;
 	right						: 0;
 	text-decoration				: none;
 	width						: 70px;
 	z-index						: 100;
}
 
.back-to-top i {
  	font-size					: 60px; 
}

.acteurs {
	float						: left;
	position					: relative;
	width						: 100%;
}

.acteur {
	float						: left;
	padding						: 1%;
	position					: relative;
	width						: 30%;
}

.acteur img {
	height						: auto;
	max-width					: 100%;
}

@media screen and (max-width: 1200px) {
	.website_footer {
		margin-bottom			: auto;
	}
}

@media screen and (max-width: 950px) {
	
	.website_menu {
		font-size				: 1.4em;		
	}
	
	.website_menu li {
		padding-left			: 10px;
		padding-right			: 10px;
	}		
	
	.website_content img {
		height					: auto;
		max-width				: 100%;
	}
}

@media screen and (max-width: 700px) {
	
	.website_header_spacer {
		padding-left			: 5px;
		padding-right			: 5px;
	}
	
	.website_menu {
		font-size				: 1.3em;		
	}
	
	.website_menu li {
		padding-left			: 5px;
		padding-right			: 5px;
	}	
	
	.table_th, .responsive_th {
		width					: 50%;
	}
	
	.table_td, .responsive_td {
		width					: 50%;
	}		
	
	.table_td input[type=text] {
		width					: 100%;
	}		

	.table_th2 {
		width					: 30%;
	}
	
	.table_td2 {
		width					: 70%;
	}	
	
	.acteur {
		width					: 48%;
	}	
}

@media screen and (max-width: 575px) {
	
	.website_logo {
		text-align				: center;
		width					: 100%;
	}
	
	.website_header_innerbox {
		padding-left				: 15px;
		padding-right				: 15px;
	}
	
	.website_menu ul {	
		display					: none;
	}

	.website_menu {
		top						: auto;
		width					: 100%;
	}	

	.website_menu_center {
		float					: center;
		left					: auto;
		width					: 100%;
	}
		
	.mobile-nav {
		background-color		: #ac9f84;
		border					: 1px solid rgba(0,0,0,0.1);
		color					: #ffffff;		
		display					: block;
		width					: 100%;		
	}
	
	.su-gmap {
		max-width				: 100%;
	}
	
	.website_content_kolom1, .website_content_kolom2 {
		border					: none;
		padding					: 0;
		width					: 100%;
	}
	
	.website_content_kolom2 {		
		margin-top				: 10px;
		padding-top				: 10px;		
	}
	
	.website_footer_kolom {
		width					: 100%;
	}
	
	.table_th, .table_td {
    	display					: block;
		width					: 100%;
	}	
	
	.website_content_kolom2 img {
		height						: auto;
		max-width					: auto;
		width						: auto;	
	}	
}

@media screen and (max-width: 400px) {
	
	.website_header_spacer {
		color					: #ffffff;
		padding-left			: 5px;
		padding-right			: 5px;
	}
	
	input[type=button], input[type=submit] {
		font-size				: 1.2em;
	}
	
	.website_header_zoeken #Zoek {
		width					: calc(100% - 50px);
	}

	.responsive_th, .responsive_td {
    	display					: block;
	    padding-bottom			: 25px;
	    padding-top				: 25px;
		width					: 100%;
	}
	
	.acteur {
		padding-left			: 0;
		padding-right			: 0;
		width					: 100%;
	}		
}