@media screen and (max-width: 950px) {
	.vorstand-box > div {	width: calc(50% - 0.5rem);	}	
	.vorstand-box > div:nth-of-type(3n-1) {	margin-left: 0rem; margin-right: 0rem;}
	.vorstand-box > div:nth-of-type(odd) {	margin-right: 0.5rem;}
	.vorstand-box > div:nth-of-type(even) {	margin-left: 0.5rem;}	
}

@media screen and (max-width: 650px) {
	.vorstand-box > div {	width: 100%;	}	
	.vorstand-box > div:nth-of-type(odd) {	margin-right: 0rem;}
	.vorstand-box > div:nth-of-type(even) {	margin-left: 0rem;}	
}