@media (orientation: portrait) and (max-device-width: 321px)
        {
			
			
}
@media (orientation: portrait) and (max-device-width: 375px)
        {
				

}
@media (orientation: portrait) and (max-device-width: 430px)
        {
			
			
			
}
@media (orientation: landscape) and (max-device-width: 421px)
        {
			
}
@media (orientation: portrait) and (min-device-width: 431px)
        {
						
}
@media (orientation: landscape) and (min-device-width: 421px)
        {
			
}
@media (orientation: portrait) and (max-device-width: 420px)
        {
			
}
@media (orientation: portrait) and (min-device-width: 430px)
        {
			
}
@media (orientation: portrait) and (max-device-width: 768px)
        {
		
}
@media (orientation: portrait) and (max-device-width: 912px)
        {
		
}
@media (orientation: landscape) and (max-device-width: 667px)
        {
		
}
@media (orientation: landscape) and (max-device-width: 932px)
        {
		
}
@media (orientation: landscape) and (max-device-width: 1368px)
        {
		
}
/* Standardbreite, wenn nicht aktiviert */
@media only screen and (max-width: 912px)
        {
		.sm_side{
			display:none;
		}
        .sm_main{
			min-width:98%;
		}
        	
}
@media only screen and (min-width: 913px)
        {
				
}
