.onderhoud {
	position:relative;
	top:100px;
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,255,0.5);
	font-size:20px;
}

body {
	background-image:url("../img/img.jpg");
	background-size:cover;
}

.message textarea {
	width:100%;
}

#test {
	color:white;
	background-color:black;
	padding:30px;
	margin-top:100px;
	font-size:30px;
}

@media screen and (max-width: 774px) {
	.onderhoud {
		top:50px;
	}
}