/* benutzerdefinierte Modifikationen der Template-Formatierungen */



/*** Responsive part ***/
@media only screen and (max-width : 1025px) {

}

@media only screen and (max-width: 769px) {

}

@media only screen and (max-width : 680px) {

}

@media only screen and (max-width : 480px) {
	
}
	
@media (min-width:640px) {
	
}	