@import url('https://fonts.googleapis.com/css?family=Concert+One|Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	padding: 0;
	margin: 0;
	font-family: raleway;
	/*font-family: Tahoma;*/
	background: #eeeeee;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width:1500px;
	top: 0px;
	position: relative;
}
.header {
	height: 200px;
	background: url("http://www.restant.be/wb/templates/restant-responsive/slides/rotator.php");
	background-position: right; 
	opacity: 0.8;
}
.headertext {
	display: none;	
}
.header h1 {
	font-size: 50px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 15px;
	margin: 0px;
}

.topslider {
	height: 200px;
	display: none;
}

.logobox {
	float: left;
	/* max-width: 20%; */
	position: relative;
	top: -0px;
	height: 50px;
	/* max-height: 200px; */
	/* background: #eeeeee; */
	opacity: 1;
}

.logopic {
	background-color: #eeeeee;
	padding:5px;
	margin-right: 20px;
	border-color: black;
	transform: rotate(-3deg);
	max-width: 100%;
	max-height: 65px;
	position: relative;
	top: -15px;
	left: 15px;
	z-index: 20;
	opacity:1;
	box-shadow: 2px -2px 2px #111111;
}	

.key {
	top: -50px;
	width: 50px;
	position: relative;
	height: 50px;
	float: right;
}

.main-menu {
	max-height: 50px;
}

.content {
	border: 0px solid black;
	padding: 10px;
	margin-top: 50px;
	float: left;
	background: #eeeeee;
	width: calc(100% - 270px);
}
/*.content p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
} */
.reclame{
	width: 250px;
	height: 100%;
	background: #eeeeee;
	float: right;
}

.footer {
	background: #eee;
	height: 50px;
	line-height: 50px;
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
	display: none;
}

@media screen and (max-width: 980px) {
	.headertext {
	display: inline;	
	}
	.logopic {
		display: none;
	}
	.header {
	background: #6699ff;
	background-repeat: no-repeat;
	opacity: 1;
	max-height: 50px;
	font-family: 'Concert One';
	font-size: 30px;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align; center;
	}	
	.content {
	float: none;
	width: 90%;
	padding: 10px;	
	}
	.reclame{
		display: none;
	}
	.key {
	right: 5px;
	top: 5px;
	width: 50px;
	position: absolute;
	height: 50px;
}