    v\:* {behavior:url(#default#VML);}
    html, body {width: 100%; height: 100%}
    body {margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px}
    body {
       font-size:13pt;
       font-family:'Open Sans Condensed', sans-serif;
    }

    #search4gps {
       position:absolute;
       z-index:101;
       text-align: center;
       width: 300px;
       height: 100px;
       left: 50%;
       top: 50%;
       margin-left: -150px;
       margin-top: -100px;
       padding:3px;
       border:1px solid #cccac3;
       background:white;
       font-size:1.5em;
    }
    #topbar {
    	color: #f3f3f3; 
    	background: #242424;
    	font-size: 1.2em;
    	padding: 10px;
    	text-align: center;
    	border-bottom: 1px solid black;
		top: 0px;
		/* position: fixed !important; */
		position: absolute;
		width: 100%;
		z-index: 10;
		display: none;
    }    
	#map {
       position:absolute;
       z-index:1;
       top:0px;
       right:0px;
       width: 100%;
       height: 100%;
    }
	#map.mittopbar {
		height: calc(100% - 49px);
		transform: translate(0%, 49px);
    }
    #quote {
       position:absolute;
       z-index:2;
       top:0px;
       right:0px;
    }
    #closequote {
       position:absolute;
       z-index:4;
       top:0px;
       right:210px;
    }
    #quote p {
       text-align:center;
       padding:5px;
       margin:5px 220px 0px 220px;
       border:1px solid #8F8F8F;
       font-size:1.5em;
       font-weight:bold;
       background:#CFCFCF;
    }

	#legende_min {
		position: absolute;
		z-index: 50;
		top: 4px;
		right: 15px;
	}
	#legende_min.mittopbar {
		top: 4px;
		right: 15px;
	}
	#legende_min_2 {
		position: absolute;
		z-index: 51;
		top: 50px;
		right: 15px;
		/*
		padding: 5px;
		border:1px solid black;
		background: white;
       border-radius:5px;
       -moz-border-radius:5px;
       -webkit-border-radius:5px;
       */
	}
	#legende {
		/*
		width:190px;
		font-weight:bold;
		padding:3px;
		*/
		background:black;
		position:absolute;
		z-index:50;
		top:0px;
		right:0px;
		width: 100%;
		min-height: 100%;
		height: 100%;
		overflow: hidden;
	}
	#legende #einstellungen {
		width: 100%;
    	color: #f3f3f3; 
    	background: transparent;
    	font-size: 1.2em;
    	padding: 10px;
    	text-align: center;
    	border-bottom: 1px solid black;
		top: 0px;
		position: fixed !important;
		position: absolute;
		width: 100%;
		z-index: 90;
			
	}
	#legende #legendLayer {
		max-height: calc(100% - 60px);
		overflow:auto;	
		margin-top: 50px;
	}
	#legende #legendLayer h3 {
		color: white;
	    font-size: 1.15em;
	    font-weight: normal;
	    background: #2d2d2d;
	    padding: 20px 15px 15px 20px;
	    margin: 0px 0px 10px 0px;	
	}
	#legendLayer .row a {
		display: block;
		width: 100%;
		background: transparent url('/v4/images/white_checkbox.svg') no-repeat right 0px;
		text-decoration: none;	
		color: black;
	}
	#legendLayer .row a.checked {
		background: transparent url('/v4/images/white_checkbox_checked.svg') no-repeat right 0px;
	}
	#legende #legendLayer .row {
		color:white;
		font-size:1.05em;
		padding:10px 20px 10px 20px;
		border-bottom:3px solid black;
	}
	#legende #legendLayer .row a {
		display: block;
		width: 100%;
		background: transparent url('/v4/images/white_checkbox.svg') no-repeat right 0px;
		text-decoration: none;	
		color: white;
	}
	#legende #legendLayer .row a.checked {
		background: transparent url('/v4/images/white_checkbox_checked.svg') no-repeat right 0px;
	}

    #legende #close {
		position: absolute;
		z-index: 100;
		top: 4px;
		right: 15px;
    }
    
    #loadDataSpinner {
    	background: darkgrey;
    	color: white;
    	padding: 5px;
       	border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        position: absolute;
        bottom: 10px;
        /* left: 10px; */
        z-index: 10;
        opacity: 0;
        margin: auto 50%;
    	width: 130px;
	}
    #loadDataSpinner.divactive {
        opacity: 1;
	}

    
	#legende button {
       border-radius:5px;
       -moz-border-radius:5px;
       -webkit-border-radius:5px;
       width:90px;
       height:40px;
       white-space:normal;
       padding-left:4px;
       padding-right:4px;
       margin-right:3px;
       margin-bottom:3px;
       display:block;
       font-size:13pt;
       font-family:'Open Sans Condensed', sans-serif;
}
    #legende .red {
       background-color:red;
       border-style:outset;
       color:white;
    }
    #legende .green {
       background-color:green;
       border-style:inset;
       color:white;
    }
    #legende .button_right {
       float:right;
       border-left:1px solid #cccac3;
       padding-left:2px;
    }
    #legende .red {
       background-color:red;
       border-style:outset;
       color:white;
    }
    #legende .green {
       background-color:green;
       border-style:inset;
       color:white;
    }
    #legende .light {
       background-color:#1fff1f;
       color:black;
    }
    
    #control_bottom_right {
    	position:absolute;
    	z-index:10;
    	bottom:15px;
    	right:15px;
    }
    #control_bottom_right .control {
    	padding:5px 0 5px 0;
    }
    #background_control_bottom_right {
    	position:absolute;
    	z-index:5;
    	bottom:45px;
    	right:15px;
    	height:110px;
    	width:40px;
    	background:black;
    	opacity:0.35;
    }

	.divCluster {
       height: 100px;
       width: 100px;
       border: 0px;
       background: url('/v4/images/1000.svg') no-repeat center center;
       text-align: center;
       padding: 15px;
       padding-bottom: 20px;
       padding-right: 16px;
       vertical-align: center;
       font-weight:bold;
       font-size:.8em;
    }
    
    .markerAnimated {
        height: 40px;
        width: 40px;
        border: 0px;
        text-align: center;
        vertical-align: center;
    }
    .markerAnimated .markerShadow {
        width: 40px;
        border: 0px;
    	background: url(/v4/images/schatten.svg) no-repeat center 34px;    	
    }
	.markerAnimated .markerShadow .animate { 
		position:relative;
		animation: pinhover 800ms linear 3;
    }
	@keyframes pinhover {
	   0% {
	   		top: 0px;
	   }
	   50% {
	   		top: -5px;
	   }
	   100% {
	   		top: 0px;
	   }
	}    
	
	.delayTime {
	    height: 18px;
	    width: 45px;
	    padding: 0px 0px 1px 3px;
	    margin-top: 15px;
	    background: #dc0000;
	    border: 0;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	}
	.delayTime > .delayText {
	    color: white;
	    font-size: 0.8em;
	    /* text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black, 0px 0px 12px red; */	
	}
	.leaflet-div-icon {
	    background: transparent;
	    border:0;
	}
	#form {
	    float: left;
	    padding: 5px 20px 5px 20px;
	    margin: 5px 290px 5px 160px;
	    background: white;
	    border-radius: 30px;
    }
    #form #form_city {
       float: right;
       padding: 5px;
       /* border: 1px solid black; */
       width: 150px;
       margin:0px 10px 0px 0px;
    }
    #form #form_city_div {
	    position: absolute;
	    top: 43px;
	    left: 175px;
	    z-index: 10;
	    padding: 10px;
	    border: 1px solid black;
	    width: 150px;
	    background: white;
	    height: 300px;
	    overflow: auto;    
    }
    #form #form_city_div a {
	    display: block;
	    padding:3px;
	    border-bottom:1px dotted #cfcfcf;
    }
	#form #form_street {
       float: right;
       padding: 5px;
       /* border: 1px solid black; */
       width: 150px;
       margin:0px 10px 0px 0px;
    }
    #form #form_street_div {
	    position: absolute;
	    top: 43px;
	    left: 340px;
	    z-index: 11;
	    padding: 10px;
	    border: 1px solid black;
	    width: 150px;
	    line-height: 1.5em;
	    background: white;
	    height: 300px;
	    overflow: auto;
	}
    #form #form_street_div a {
	    display: block;
	    padding:3px;
	    border-bottom:1px dotted #cfcfcf;
    }
	#form #form_state {
       float: right;
       padding: 5px;
       /* border: 1px solid black; */
       width: 150px;
       margin:0px 10px 0px 0px;
    }
    #form #form_state_div {
	    position: absolute;
	    top: 43px;
	    left: 520px;
	    z-index: 11;
	    padding: 10px;
	    border: 1px solid black;
	    width: 150px;
	    line-height: 1.5em;
	    background: white;
	    height: 300px;
	    overflow: auto;
	}
    #form #form_state_div a {
	    display: block;
	    padding:3px;
	    border-bottom:1px dotted #cfcfcf;
    }
    
    #infowindow {
    	position:absolute;
    	z-index:1500;
    	bottom:0;
    	left:0;
    	width:100%;
    	height:0;
    	/* display:none; */
    	/* padding:5px; */
    	color:white;
    	/* border:1px solid red; */
    	transition:height 0.5s ease;
    }
    .infowindowactive {
    	height: 400px;
    }
    #infowindow #closer {
    	text-align:center;
    	background-color: rgba(0, 0, 0, .5);
		padding:10px;
		padding-bottom:5px;
		cursor:pointer;
    }
    #infowindow #closer a {
    	color:white;
    }
	#infowindow #wrapper {
    	background:#242424;
    	height:calc(100% - 42px);
		overflow:auto;
	}
	#infowindow div.padding,
	figure div.padding {
    	padding:10px;
    }
    #infowindow div.table,
	figure div.table {
    	display:table;
    	border-collapse:collapse;
    	width:100%;
	}
    #infowindow div.table h1 {
    	padding:0;
    	margin:0;
		display:inline;
    	font-size:1.5em;
	}
	figure div.table h1 {
		display:inline-block;
    	font-size:1.5em;
	}
	#infowindow div.table > div,
	figure div.table > div {
		display:table-row;
    }
    #infowindow div.table > div > div {
    	width:50%;
		display:table-cell; 
		padding:3px 0px 3px 15px;
		/* border:1px solid white; */ 
    	font-size:0.85em;
    	font-weight:bold;
	}
	figure div.table > div > div {
    	width:50%;
		display:table-cell; 
		padding:5px 0px 5px 0px;
		/* border:1px solid white; */ 
    	font-size:1em;
	}
    #infowindow div.table > div > div:nth-child(even),
	figure div.table > div > div:nth-child(even) {
    	/* color:#626262; */
		text-align:right; 
		padding:3px 15px 3px 0px;
	}
	#infowindow #poireason {
		background:#626262;
		padding:10px 15px 10px 15px;
	}
	figure #poireason {
		padding:7px 0px 7px 0px;
	}
	#infowindow .divheader,
	figure .divheader {
		background:black;
		padding:15px 15px 5px 15px;
    	color:#e67222;
    	font-weight:bold;
	}
	#infowindow #commentlist,
	figure #commentlist {
    	font-weight:bold;
        font-size:.8em;
}
	#infowindow #commentlist .showdate,
	figure #commentlist .showdate {
		color:#626262;
	}
	#infowindow .button,
	figure .button {
		padding: 10px 0 0 0;
	}
	#infowindow textarea,
	figure textarea {
    	background:#f0ede5;
        font-family:'Open Sans Condensed', sans-serif;
        font-size:1em;
		margin:10px 0 0 0;
		border-radius: 3px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;	
		border: 1px solid darkgray;    
	}
	#infowindow .button,
	figure .button {
		/* text-align:right; */ 
	}
	#infowindow .button button,
	figure .button button {
		/* display:block; */
		padding:10px 5px 10px 5px;
		margin:0 0 10px 0;
    	color:white;
    	background:#e67222;
        font-family:'Open Sans Condensed', sans-serif;
        font-size:1em;
        border:0;
    	border-radius: 3px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	width: 100%;	
    	-webkit-appearance: none;
    }
	#infowindow .comment,
	figure .comment {
		padding:3px 15px 3px 15px;
	}
	#infowindow #closureNotActive,
	figure #closureNotActive {
		margin: 10px 15px 5px 15px;
	}
	/*
	#infowindow #closureNotActive .button button {
		font-size: 1em;
		padding: 10px 5px 10px 5px;
		margin: 10px;
    }
	*/
	#showExplainView {
		position: relative;
		top: 20px;
		margin: auto auto;
		z-index: 51;
		max-width: 80vw;
		width: 311px;
		display: none;
        border: 1px solid black;
    	border-radius: 3px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	background: #f0f0f0;
    	text-align: center;
    	padding: 16px;
    	opacity: 0;
    	transition: opacity 750ms ease-in-out;
    	color: black;
	}
	#showExplainView img {
		margin-bottom: 32px;
	}
	#showExplainView input[type=button] {
		color:white;
    	background:#e67222;
        font-family:'Open Sans Condensed', sans-serif;
        font-size:1.1em;
        border:0;
    	border-radius: 3px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	width: 100%;	
		padding:16px;
    	-webkit-appearance: none;
	}
	
.infoWindowTabs {
	min-width: 600px;
	min-height: 500px;
	max-width: 600px;
	max-height: 500px;
	overflow: auto;
}
	
	
/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   margin-right: 0; 
   border-bottom: 1px solid silver;
   clear: both;
	height: 400px;
	overflow: auto;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
  padding: 20px;
  width: 90%;
  border: 1px solid silver;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}	

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3 { display: block; }

nav label {
   float: left;
   padding: 15px 15px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: hsl(210,50%,50%);
   color: #eee;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: hsl(210,50%,40%); }
nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
} 	

.containerNotFound {
  position: absolute;
  /* width: 300px; */
  /* height: 200px; */
  z-index: 600;
  top: 50%;
  left: 50%;
  /* margin: -100px 0 0 -150px; */
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid silver;
  border-radius: 5px;
  padding: 20px;
}
.containerNotFound a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.control-legend-wrapper {
	background: white;
	border: 1px solid silver;
	border-radius: 5px;
	padding: 10px;
	width: 270px;
}

.control-back2mapview-link {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: black;
}
a.control-back2mapview-link {
	color: black;
}

.control-back2mapview-wrapper {
	background: white;
	border: 1px solid silver;
	border-radius: 5px;
}

#mapInput {
  display: none;
}
.mapInput {
  position: absolute;
  z-index: 601;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}
#mapIdInput {
	background: white;
	border: 1px solid silver;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
    font-family:'Open Sans Condensed', sans-serif;
    font-size: 13pt;
    width: 100px;		
}

.number-icon-default {
    background-image: url(/v4/images/raute.svg);
    background-position: 0px -10px;
    background-repeat: no-repeat;
    text-align: center;
    color: black;
    text-shadow: 1px 1px white;
    font-weight: bold;
    font-size: .75em;
    padding-top: 5px;
}
    
#biggerZoom {
	background: darkgrey;
	color: white;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    top: 10px;
    /* left: 10px; */
    z-index: 10;
    margin: auto calc(50% - 135px);
    width: 270px;
}


#saveMapSection {
  display: none;
}
.saveMapSection {
  position: absolute;
  z-index: 603;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}


#lat_lng_heading_js_bridge {
	display: none
	/* z-index: 1;
	position: absolute;; */
}


.comment .formlinkDesktop a,
.comment .formlinkMobile a {
  display: block;
  font-size: 13pt;
  color: #444;
  padding: 5px 0px 5px 35px;
  background-image: url(./../images/checkbox_desktop.svg);
  background-position: 0px 7px;
  background-repeat: no-repeat;
  background-size: 25px;
  text-decoration: none;
}
.comment .formlinkMobile a {
  color: white;
}
.comment .formlinkDesktop a.check,
.comment .formlinkMobile a.check {
  background-image: url(./../images/checkbox_desktop_active.svg);
}
