@media only screen and (max-width: 1220px) {
	
	#wrapper a.logo {
		position:absolute;
		top:20px;
		right:20px;
		font-size:30px;
		line-height:30px;
		color: rgba(51,51,51,0.5);
		font-weight:600;
	}
	#body.vervolg1 #kol1 {
		width:25%;
	}
	#body.vervolg1 #kol2 {
		width:73%;
		margin-left:2%;
	}
	#brands {
		max-width:100%;
	}
	#counter {
		position:relative;
		display:block;
		top:none;
		left:0;
	}
	
	#body.vervolg1 #kol1en2 {
		max-width:100%;	
	}
	
	#body.vervolg1 #filter {
		width:30%;
	}
	#body.vervolg1 #kol1en2.vacaturedetails {
		width:68%;
		max-width:68%;
		margin-left: 2%;
	}
}

@media only screen and (max-width: 950px) {
	#wrapper #menu {
		font-size:11px;
		line-height:30px;
	}

}