

@media screen and (max-device-width:700px),
screen and (max-width: 700px)  {

.streep {
	width:102%;
	position:relative;
	left:-2%;
}

.verklaring {
	font-size:19px!important;
}
.padding {
	padding:0 3%
}
}

@media screen and (max-device-width:660px),
screen and (max-width: 660px)  {
	#header {
	height:110px;
	padding:20px 20px 50px 20px;
	}

	#logo {
		position:absolute;
		top:135px;
		left:46%;
	}

}

@media screen and (max-device-width:416px),
screen and (max-width: 416px)  {
	#header {
	font-size:40px;
	height:110px;
	padding:20px 20px 50px 20px;
	}

	#logo {
		position:absolute;
		top:135px;
		left:39%;
	}
}


