/* responsivität für Dokument und map einstellen, über htmlTag, Klassen über., IDs über # */ 
 body {
	 padding: 0;
	 margin: 0;
	 }
html, body, #map {
	height: 100%;
	font: 10pt Calibri, sans-serif;
	}

a:link{
    color: #E00024;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
   	text-decoration: underline;
	color: #fff;
}

#ausgabelay {
	color: #fff;
	font-size: 11pt;
}	

#ausgabelay b {
	color: #fff;
	font-size: 11pt;
}

#controllay {
	background-color: #1c1c1c;
	margin-top: 5px;
}

#searchlay {
	background-color: #1c1c1c;
	margin-left: 9px;
}

	
svg {
	vertical-align: middle
}

b {
	color: #fff;
	font-weight: 800;
	font-size: 11pt;
}

hr {
	color: #fff;
	opacity: 0.2;
}


input[type=text] {
	border:2px solid #E00024;
	width: 180px;
    border-radius:4px;
    font-size:12px;
    padding:3px;
    margin-top:3px;
	font-family: 'Calibri', sans-serif;
	background-color: transparent;
}

div.leaflet-control-layers-base:before   {
	content: "Basemaps";
	color: #fff;
	font-family: 'Calibri', sans-serif;
	font-size:12pt;
	font-weight: bold;
    padding-left:3px;
}
	
label {
	color: #fff;
	font-family: 'Calibri', sans-serif;
	font-size: 12pt;
	font-weight: 800;
}

.leaflet-control-layers {
  box-shadow: none;
  border: none;
  text-align: left;
  font-size: 12px;
  font-family: 'Calibri', sans-serif;
  width: 180px;
  background: rgba(122,122,122, 0);
  line-height: 20px;
}

.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: rgba(122,122,122, 0);
box-shadow: none;
width: 90%;
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid rgba(100, 100, 100, 1);
	margin: 5px -10px 5px -6px;
	}
  
  
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 0px solid rgba(0,0,0,0.01);
}

.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-bar {
    border: 2px solid;
    outline:none;
	border-color:#E00024;
	box-shadow:0 0 10px #E00024;
	}
	
.leaflet-control-zoom a{
  color: #444;
}

.ltooltip {
	color: #fff;
	background-color: #000;
	border: 2px solid green;
	box-shadow: 0 0 15px #fff;
}
  



