body{
	background 		:#ddd;
	}
marquee.marquee{
	margin: 	1vw 10% 1vw 10% ;
	padding: 	1% 0% 1% 0% ;
	width:		80vw;
	height: 5vh;
	font-family	:"Trebuchet MS";
	font-size	:2vw;
	font-weight	:bold;
	color		:white;
	background	: steelblue;
	z-index:	-1;
	position: 	absolute;
	bottom:		0;
	left:		0;	
}
#foto{
	width: 80%;
	margin-bottom:2%;
	margin-left: 10%;
	margin-right:10%;
	opacity: 1;
}
#fotoMobile{
	width: 80vw;
	margin-left: 10vw;
	margin-right:10vw;
	display: none;

}
#vacatureMobile{
	display:none;
}
/*
#iconclick{
	display:none;
}
.menuicon{
	background-color:#ddd;
	border-bottom: 2px solid white;
	color:white;
	padding:10px;
	display:flex;
	justify-content:flex-start;
	display:none;
}
.menuicon label{
	background-color:steelblue;
	height:5vh;
	width: 10vw;
	border-radius: 6px;
	color:black;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	position:absolute;
	top:12%;
}
.menuicon label span{
	background-color:#ddd;
	height: 3%;
	width: 70%;
	margin:2px 0px;
}
*/

@media screen and (max-width:500px){

	#foto{
		display:none;
	}
	#fotoMobile{
		display:block;
		border:solid 1px steelblue;
		max-height: 60vh;
		max-width: 80vw;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		top:10%;
		margin-left:10%;
		margin-right:10%;
	}
	.marquee{display:none;}
	#vacatureMobile{
		display:block;
		margin: 	5vh 10% 5vh 10% ;
		padding: 	1vh 0% 1vh 0% ;
		width:		80vw;
		height: 6vh;
		font-family	:"Trebuchet MS";
		font-size	:200%;
		font-weight	:bold;
		/*color		:yellow;*/
		background	: steelblue;
		z-index:	-1;
		position: 	absolute;
		bottom:		0;
		left:		0;
	}

}

@media screen and (max-width:420px)  and (orientation: portrait){
	#fotoMobile{
		display:block;
		max-height: 50vh;
		max-width: 80vw;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		top:12vh;
		margin-left:10vw;
		margin-right:10vw;
	}

	#vacatureMobile{
		width: 80vw;
		margin-left:10vw;
		margin-right:10vw;
	}
}

@media screen and (max-width:812px) and (max-height:375px){

}

@media  screen and (max-width:1299px) and (min-width:813px){
	#foto{
		height: 40vh;

	}
}

@media  screen and (min-width:1300px){
	#foto{
		height: 50vh;

	}
}