/* 
RSW stijlen 
*/

h1,h2,h3,h4,p,ul,ol,li,td,th,address,blockquote,nobr,b,i,table {
	font-family: Calibri,Arial,Geneva; vertical-align:bottom; color:white; opacity: 50%;
	 }
a:link { color:white; text-decoration:none; }
a:visited { color:#ff6347; text-decoration:none;}
a:hover { text-decoration:underline;}


body {
	margin: 0;
	padding: 0;
	}

.project_tekst_1 {
	font-family: Arial,Geneva;
	font-size: 1.3vh;
	@media only screen and (max-width: 800px) {
		font-size: 14px;
		}	
	color:white;
	opacity: 0%;
	text-align:left;
	vertical-align:top;
	line-height:150%;
	padding: 10px;
	position:absolute;
	bottom:5%;
	left:60%;
	width:35%;
	@media only screen and (max-width: 800px) {
		left:5%;
		width:88%;
		}
	}
.project_tekst_2 {
	font-family: Arial,Geneva;
	font-size: 1.3vh;
	@media only screen and (max-width: 800px) {
		font-size: 14px;
		}	
	color:white;
	opacity: 0%;
	text-align:left;
	vertical-align:top;
	line-height:150%;
	padding: 10px;
	position:absolute;
	bottom:5%;
	left:20%;
	width:35%;
	@media only screen and (max-width: 800px) {
		left:5%;
		width:88%;
		}
	}
.project_tekst_3 {
	font-family: Arial,Geneva;
	font-size: 1.3vh;
	@media only screen and (max-width: 800px) {
		font-size: 14px;
		}
	color:white;
	background: rgba(0, 0, 200, 50%)
	opacity: 0%;
	text-align:left;
	vertical-align:top;
	line-height:150%;
	padding: 10px;
	position:absolute;
	bottom:5%;
	left:60%;
	width:35%;
	@media only screen and (max-width: 800px) {
		left:5%;
		width:88%;
		}
	}
.niet_gevonden_tekst {
	font-family: Arial, Geneva;
	font-size: 4vh;
	@media only screen and (max-width: 600px) {
		font-size: 24px;
		}
	color:white;
	font-weight: bold;
	background: rgba(0, 0, 75, 90%);
	text-align:left;
	vertical-align:middle;
	line-height:150%;
	padding: 10px;
	position:absolute;
	bottom:30%;
	left:33%;
	width:34%;
	@media only screen and (max-width: 600px) {
		left:5%;
		width:88%;
		}
	}

.achtergrond {
	background-position: center;
	background-repeat:
	no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}

.foto_1 {
	width: auto;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	}
.RSW_KOP {
	width: 90%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 5%;
	opacity: 10%;
	}
.RSW_adres {
	font-family: Arial,Geneva;
	font-size:95%;
	color:white;
	opacity: 20%;
	text-align:left;
	vertical-align:top;
	line-height:150%;
	position:absolute;
	bottom:5%;
	left:5%;
	}
.RSW_mail {
	font-family: Arial,Geneva;
	font-size: 95%;
	color: white;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
	position: absolute;
	bottom: 3%;
	left: 5%;
	}
	
.navigatie {
	opacity: 0%;
	cursor:pointer;
	}
.nav_links {
	position: fixed;
	left: 0%;
	width: 20%;
	height: 100%;
	}
.nav_rechts {
	position: fixed;
	left: 80%;
	width: 20%;
	height: 100%;
	}
.nav_boven {
	position: fixed;
	top: 0%;
	height: 20%;
	left: 20%;
	width: 60%;
	}
.nav_onder {
	position: fixed;
	top: 80%;
	height: 20%;
	left: 20%;
	width: 60%;
	}