/* Bildschirm_medium.css */
@media only screen and (max-width: 853px) and (min-width: 500px) {
	.spacer{display:none}
	.grid3{width:48%}
}