

/* Große Geräte (Desktop-PCs) */
@media only screen and (max-width: 1200px) {
	
	
	#content { padding-top:80px;font-size:23px;  height:580px;}
	.center {text-align:justify;}
}


/* Mittlere Geräte (Tablets) */
@media only screen and (min-width: 480px) and (max-width: 768px) {
	
	.logo {		text-align:center; }
	.tel {		text-align:center; }
	.footer-branding {		text-align:center; }
	.footer-links {		text-align:center; }
	#content { padding-top:30px;font-size:18px;  height:480px;}
		.center {text-align:justify;}
		h1 { font-size:38px;	}
}


/* Mittlere Geräte (Tablets) */
@media only screen and (max-width: 480px) {
		.logo {		text-align:center; }
		.tel {		text-align:center; }
		.footer-branding {		text-align:center; }
		.footer-links {		text-align:center; }
		#content { padding-top:30px; font-size:18px;  }
			.center {text-align:justify;}
		h1 { font-size:38px;	}
}


/* Kleine Geräte (Smartphones) */
@media only screen and (max-width: 375px) {

	.logo {		text-align:center; }	
	.tel {		text-align:center; }
	
	.footer-branding {		text-align:center; }
	.footer-links {		text-align:center; }
	#content { padding-top:30px;font-size:18px; height:680px;}
	.center {text-align:justify;}
		h1 { font-size:28px;	}

}