/*.mabstand-container {
  display: grid;
	grid-template-columns: 5vw auto 5vw 17px;
	grid-template-rows: 2.5vw 8.15vw auto;
	width: 100vw;
}*/

.mabstand {
display:block
  background-color: ;
  width:100vw;
	height: 12.44vw;
}
@media(min-width: 1400px) {
.mabstand {
	height: 142px;
}
}
  
@media(max-width: 900px) {
.mabstand {
height: 17.8vw;
}
@media(max-width: 550px) {
.mabstand {
  height: 20.75vw;
   }}