/*--------------------------------------*/ 
/*	KARTE
/*--------------------------------------*/

/*.mapgrid {
	display: grid;
	background-color: rgba(139, 172, 207, 0.56);
	grid-template-columns: 1fr 1fr;
	grid-column-gap:6px;
}*/


#map2hs { 
height: 950px;
position: relative;
z-index: 100;
}

@media only screen and (max-width: 1200px) {
	#map2hs { 
	height: 700px;
	}
}

@media only screen and (max-width: 900px) {
	#map2hs { 
	height: 500px;
	}
}




#haendlerdata {
display: none;
}




