/* benutzerdefinierte Modifikationen der Template-Formatierungen */



/*** Responsive part ***/
@media only screen and (max-width : 2560px) {

}

@media only screen and (max-width : 1920px) {

}

@media only screen and (max-width : 1024px) {

}

@media only screen and (max-width: 780px) {

}

@media only screen and (max-width : 680px) {

}

@media only screen and (max-width : 480px) {
	
}
	
@media (min-width:240px) {
	
}	