#map, .kubiss_detail_map {
	height: 280px;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 730px) {
	#map {
	  height: 360px;
	}
}
@media only screen and (min-width: 960px) {
	#map {
	  height: 720px;
	}
}

.kreisMap {
	border: 1px solid #FFFFFF;
	border-radius: 2em;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.7em 0px 2px 0px;
	text-align: center;
	white-space: nowrap;
	width: 2.9em !important;
	height: 2.9em !important;
	color: white;
	background-color: #339966;
}
a.mapLink, a.mapLink:visited, a.mapLink:hover {
	color: white !important;
	text-decoration: none;
}
@media only print {
	#map {
		height: 720px;
	}
}

.unsichtbar {
	display: none !important;
}