html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;-webkit-font-smoothing:antialiased}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'komika';
    src: url('fonts/komikax_-webfont.eot');
    src: url('fonts/komikax_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/komikax_-webfont.woff') format('woff'),
         url('fonts/komikax_-webfont.ttf') format('truetype'),
         url('fonts/komikax_-webfont.svg#komika_axisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: url('http://www.dunnedeur.nl/images/1.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cb-slideshow {z-index: 90 !important; position: relative;}

h2 {font:23px/35px 'komika'; color:#fff; padding:0 0 20px 0;}
strong {font-weight: bold;}
.container {position: absolute; z-index: 9999 !important;}
.container a {color:#fff;}
.menu {background: url('images/menu_bg.png') no-repeat; width: 470px; height: 690px; position: fixed; bottom:43px; left:0px; z-index: 10; text-align: center;}
ul.menuitems {padding:250px 50px 50px; font:23px/35px 'komika'; color:#fff; text-shadow:2px 2px rgba(0,0,0,0.3);}
ul.menuitems li.menuhead {width:99px; height: 81px; background: url('images/menuhead.png') no-repeat; margin:0 auto;}
ul.menuitems a {text-decoration: none; color: #fff;}
ul.menuitems a:hover {color:#ebd454}

img.thumb {width:10%; height: auto; border:#000 1px solid;}

.content {
	color:#fff; 
	font:17px/20px Arial, sans-serif; 
	position: fixed; 
	left:0; 
	bottom:60px; 
	z-index: 4; 
	background: rgba(0,0,0,0.5);
	padding:60px 60px 60px 490px;
	max-height: 600px;
	overflow: auto;
}

.pers a {display: block; width:170px; height: 200px; float:left; font-size:12px; text-align: center;}
.pers a img {width:150px;}
.footer {height: 61px; position: fixed; bottom:0px; width:100%; background: url('images/stage.png') repeat-x; z-index: 5;}
.mobile-menu { display: none; }

@media (max-width: 1000px) {
	.menu {display: none; }
	.mobile-menu { 
		display: block; 
		z-index: 1000;
		position: absolute;
	}
	.mobile-menu ul.menuitems {
		padding: 50px;
		background: #000;
		margin: -40px 0 0 40px;
		border-radius: 55px;
		width: 100%;
		display: none;
	}
	.mobile-menu ul.menuitems.shown {
		display: block;
	}
	.mobile-menu ul.menuitems li { padding: 6px 0; }
	#mobileBtn { cursor: pointer; }
	.youtube-hp { width: 100% !important; height: auto;}
	.content { 
		padding: 150px 40px 40px 40px;
		width: 100%;
		box-sizing: border-box;
		max-height: 100%;
		background: rgba(0,0,0,0.8);
	}
	ul.menuitems {
		padding: 0;
	}
}
