.hidden {
	display: none;
	visibility: hidden;
}
/* media Query => */
@media (max-width: 480px) {
	/* home page iPhone portrait and landscape */
	.missie img,
	.banner-rechts{display: none}
	.geel{background-color:transparent}
	.geel h3{text-shadow: none}
	.geel p{text-shadow: none}
	.eurabo-home h2 {font-size: 18px;line-height: 32px;}
	.home-icon{width:50px;height:50px;}
	.upper{
	color: #fff;
	color:rgba(255,255,255,1);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-shadow: none;
	font-weight: bold;
}
}

/* Media Query => < 768 */
@media (max-width: 768px) {}
/* Media Query => tss 768 en 980px */
@media (min-width: 768px) and (max-width: 980px) {}
/* Media Query => */ 
@media (max-width: 980px) {}
@media (min-width: 980px) {}
@media (min-width: 1200px) {}
