
html, body, #map {
	width:			100%;
	height:			100%;
	padding:		0;
	margin:			0;
}

.leaflet-container {
	background:		white;
	}

.info {
	padding:		6px 8px;
	font:			14px/16px Arial, Helvetica, sans-serif;
	color:			#777777;
	background:		white;
	box-shadow:		0 0 15px rgba(0,0,0,0.5);
	border-radius:	5px;
}

.info h2 {
	margin:			0 0 5px;
}

.mapNotesMod {
	padding:		4px 6px;
	font:			10px/12px Arial, Helvetica, sans-serif;
	background:		#eeeeee;
	box-shadow:		0 0 12px rgba(0,0,0,0.5);
	border-radius:	4px;
	}

.noUi-tooltip {
	font-family:	sans-serif;
	font-size:		14px;
	font-weight:	bold;
	color:			darkblue;
	}

.noUi-connect {
	background:		#0080d0;
}

.noUi-handle {
	background:		#2f9ede;
}	

.noUi-handle:hover {
    background:		#50d0ff;
}

.MinMaxText {
	font-family:	sans-serif;
	font-size:		16px;
	font-weight:	bold;
	color:			black;
}
	
.MinMaxWert {
	font-family:	sans-serif;
	font-size:		16px;
	font-weight:	bold;
	color:			#0035a8;
}
