BODY{
	font-size: 105.01% !important;
}

/* Große Bildschirme */
@media (min-width: 1350px) {
	body{
		font-size: 135.01% !important;
	}
}

@media only screen 
and (min-device-width : 600px)
and (orientation : portrait){
	body{
		font-size: 105.01% !important;
	}
}

/* Schmartphones Hochformat */
@media (max-aspect-ratio: 3/4) and (max-width:599px){

	body{
		font-size: 105.01% !important;
	}
}