* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	background-color: #000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 16px;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a {
	color: #ff8040;
	text-decoration: none;
}

a:hover {
	color: #f30;
	text-decoration: underline;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#omschrijving img {
	margin: 5px;
}

.download {
	display: block;
	margin: 7px;
}

.download a {
	text-decoration: none;
	background: #ff8040;
	padding: 2px;
	color: #fff;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.4);
}

.download a:hover {
	color: #fff;
	background: #f30;
	text-decoration: none;
}

.wptlabel {
	text-align: center;
}

.wptlabel span {
	color: #000;
	font-size: 12px;
	background: #fff;
	padding: 3px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

#logo {
	background: #000;
}

#omschrijving {
	position: absolute;
	overflow: auto;
	padding: 5px;
}

#kaart {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 499px) {
	#logo {
		height: 92px;
	}
	
	#omschrijving {
		top: 92px;
		left: 0;
		right: 0;
		height: 274px;
		background-color: #ffc;
		border-bottom: 1px solid #000;
	}

	#kaart {
		top: 366px;
		left: 0;
	}
	
	h1 {
		margin-top: 0;
	}
}

@media only screen and (min-width: 499px) {
	#logo {
		height: 101px;
	}
	
	#omschrijving {
		z-index: 900;
		background-color: #ffc;
		top: 101px;
		bottom: 0;
		width: 400px;
		border-right: 1px solid #000;
	}
	
	#kaart {
		top: 101px;
		left: 400px;
	}
}
