/* Monitore breiter als 1920px */
@media screen and (min-width: 1920px){
	

	
}

/* Monitore schmaler als 1200px */
@media screen and (max-width:1200px) {
	
	

}

/* Monitore schmaler als 1024px */
@media screen and (max-width: 1024px){



}

/* Geräte schmaler als 800px */
@media screen and (max-width: 800px){
	


}

/* Geräte schmaler als 600px */
@media screen and (max-width: 600px){
	

	
}