body {
	background-color: white;
	color: black;
	margin-top: 60px;
}

#searchclear {
	bottom: 0;
	color: #555;
	cursor: pointer;
	font-size: 14px;
	height: 14px;
	margin: auto;
	position: absolute;
	right: 5px;
	top: 0;
}

html, body {
	height: 100%;
}

#map {
	height: 100%;
	background: #000;
}

.nav-item.active a {
	font-weight: bold;
}

.schatten {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

