body {margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px}
body {
	font-size:12pt;
    font-family:'Roboto', sans-serif;
	overflow: hidden;
}

#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: 10px;
	right: 10px;
}
/*
@media only screen and (min-width: 992px) {
	#legende_min {
		top: 65px;
		right: auto;
		left: 12px;
	}
} 
*/
#legende_min.mittopbar {
	top: 4px;
	right: 15px;
}
/*
@media only screen and (min-width: 992px) {
	#legende_min.mittopbar {
		top: 65px;
		right: auto;
		left: 12px;
	}
} 
*/
#legende_min_2 {
	position: absolute;
	z-index: 49;
	top: 65px;
	right: 10px;
	/*
	padding: 5px;
	border:1px solid black;
	background: white;
      border-radius:5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      */
}
/*
@media only screen and (min-width: 992px) {
	#legende_min_2 {
		top: 111px;
		right: auto;
		left: 12px;
	}
} 
*/
#legende {
	/*
	width:190px;
	font-weight:bold;
	padding:3px;
	*/
	background: #242424;
	position:absolute;
	z-index:1000;
	top:0px;
	right:0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
@media only screen and (min-width: 992px) {
	#legende {
		top: 0px;
	   	right: -500px;
	   	width: 500px;
    	transition: right 1s ease;
    	background: transparent;
    	display: block;
	}	
}
#legende #einstellungen {
   	font-size: 1.2em;
   	text-align: center;
	position: sticky;
	color: #00b93c;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #cdcdcd;
    margin: 0px 40px 0px 40px;	
}
@media only screen and (min-width: 992px) {
    #legende #legendwrapper {
		display: grid;
		grid-template-columns: 55px auto;
    }    
} 
@media only screen and (min-width: 992px) {
    #legende #closer {
		padding: 0px;
		cursor: default;
		position: relative;
		left: 10px;
    	z-index: 1501;
    	text-align: center;
    }
    #legende #closer > div {
	    padding: 0px 20px 0px 10px;
	    background: #242424;
		border-top-left-radius: 10px; 
		border-bottom-left-radius: 10px;
		cursor: pointer;
    }
    #legende #closer > div > div {
	    font: 2em Arial, sans-serif;
	    transform: rotate(45deg);
	    color: #cdcdcd;
    }
} 
#legende #legendLayer {
	max-height:		calc(100% - 80px);
	overflow:		auto;	
	margin-top:		0px;
	background:	#242424;
	padding-bottom:	20px;
}
@media only screen and (min-width: 992px) {
	#legende #legendLayer {
		height: calc(100vh - 4px);
		max-height: calc(100vh - 4px);
		border: 2px solid #00b93c;
		border-radius: 10px; 
   		z-index:1502;
   		position: static;
   		margin-top: 0px;
	}
}
#legende #legendLayer h2 {
}
@media only screen and (min-width: 992px) {
	#legende #legendLayer h2 {
		color: #00b93c;
	    font-size: 1.15em;
    	padding: 0px 0px 15px 0px;
	    text-align: center;
    	border-bottom: 1px solid #cdcdcd;
    	margin: 20px 40px 0px 40px;
	}
}
#legende #legendLayer #einstellungen2 {
	display: none;
}
@media only screen and (min-width: 992px) {
	#legende #legendLayer #einstellungen2 {
		display: block;
	}
}
#legende #legendLayer h3 {
    padding: 20px 15px 15px 20px;
	color: #00b93c;
	font-size: 1.05em;
	font-weight: normal;
    margin: 0px;	
}

#legende #legendLayer .row {
	color:white;
	font-size:1.05em;
	padding:10px 20px 10px 20px;
	border-bottom:3px solid #242424;
}
@media only screen and (min-width: 992px) {
	#legende #legendLayer .row {
		padding: 5px 20px 5px 20px;
		border: 0px;
	}
}
#legende #legendLayer .row a {
	display: block;
	width: 100%;
	background: transparent url('./../images/white_checkbox.svg') no-repeat right 0px;
	text-decoration: none;	
	color: white;
}
#legende #legendLayer .row a.checked {
	background: transparent url('./../images/white_checkbox_checked.svg') no-repeat right 0px;
}

#legende #legendLayer .row2 {
	color:white;
	font-size: 1.05em;
	padding:10px 20px 10px 20px;
	border-bottom:3px solid #242424;
}
@media only screen and (min-width: 992px) {
	#legende #legendLayer .row2 {
		border-bottom:3px solid #242424;
		padding: 5px 20px 5px 20px;
		border: 0px;
		cursor: pointer;
	}
}
#legende #legendLayer .row2 > div:first-child {
	background-image: url('./../images/checkbox2.svg');
	background-repeat: no-repeat;
	background-position: right 0px;
	background-size: 152%;
	float: right; 
	height: 25px; 
	width: 40px;
	overflow: hidden;
	transition: background-position 0.5s ease;
}
#legende #legendLayer .row2 > div:first-child.checked {
	background-position: left 0px;
}

#legende #close {
	position:	absolute;
	z-index:	100;
	top:		10px;
	right:		10px;
}
    
#loadDataSpinner {
    position:			absolute;
    bottom:				10px;
    z-index:			10;
    display:			none;
  	justify-content:	center;
  	width: 				100%;
}
#loadDataSpinner.divactive {
    display: flex;
}
#loadDataSpinner > #loadDataText {
   	background:		darkgrey;
   	color:			white;
   	padding:		5px;
   	border-radius:	3px;
}

    
#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:12pt;
      font-family:'Roboto', 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:10px;
    	right:10px;
    }
	/*
	@media only screen and (min-width: 992px) {
	    #control_bottom_right {
	    	bottom: 70px;
	    	right: auto;
	    	left: 12px;
	    }
	} 
	*/
    #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('./../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(./../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;
	   }
	}    
	
	.labelWrapper {
	    height: 18px;
	    width: max-content;
	    padding: 2px 4px 2px 3px;
	    margin-top: 18px;
	    background: #ff7308;
	    border: 0;
	    border-radius: 5px;
	}
	.labelWrapper > .labelText {
	    color: white;
	    font-size: 0.8em;
	}
	.labelWrapperSmall {
	    /* height: 16px; */
	    /* width: fit-content; */
	    padding: 2px 4px 2px 3px;
	    margin-top: 15px;
	    /* background: white; */
	    background: #6c3b2a;
	    border: 0;
	    border-radius: 5px;
	    opacity: 0.8;
	}
	.labelWrapperSmall > .labelText {
	    color: white;
	    font-size: 0.7em;
	    word-wrap: break-word;
	    text-align: center;
	    font-weight: bold;
	    line-height: 1em;
	    opacity: 1;
	}
	.labelWrapperSmaller {
	    height: 18px;
	    width: 10ch;
	    margin-top: 22px;
	    background: transparent;
	    border: 0;
	}
	.labelWrapperSmaller > .labelText {
	    font-size: 0.5em;
	    font-weight: bold;
	    font-style: italic;
	    word-wrap: break-word;
	    text-align: center;
	}
	.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: #cdcdcd;
    	/* border:1px solid red; */
    	transition:height 0.5s ease;
    	background-color: rgba(0, 0, 0, .5);
    }
	@media only screen and (min-width: 992px) {
		#infowindow {
			top: 0px;
	    	right: -500px;
	    	left: auto;
	    	width: 500px;
    		transition: right 1s ease;
    		height: 100%;
    		background-color: transparent;
    		overflow: hidden;
		}
	} 
	@media only screen and (min-width: 992px) {
	    #infowindow #infowindowwrapper {
			display: grid;
			grid-template-columns: 55px auto;
	    }    
	} 
    #infowindow #closer {
    	text-align:center;
		padding:10px;
		padding-bottom:5px;
		cursor:pointer;
    }
	@media only screen and (min-width: 992px) {
	    #infowindow #closer {
			padding: 0px;
			cursor: default;
			position: relative;
			left: 10px;
    		z-index: 1501;
		}
	    #infowindow #closer > div {
	    	padding: 0px 20px 0px 10px;
	    	background: #242424;
			border-top-left-radius: 10px; 
			border-bottom-left-radius: 10px;
			cursor: pointer;
	    }
	    #infowindow #closer > div > div {
	    	font-size: 2em;
	    	font-family: Arial;
	    	transform: rotate(45deg);
	    }
	} 
    #infowindow #closer a {
    	color:white;
    }
	#infowindow #wrapper {
    	height:calc(100% - 58px);
		background:#242424;
		overflow: auto;
		border-top-left-radius: 10px; 
		border-top-right-radius: 10px;
		border-top: 2px solid #ff7308;
		border-left: 2px solid #ff7308;
		border-right: 2px solid #ff7308;
		padding-top: 15px;
		padding-right: 10px;
		padding-left: 10px;
	}
	@media only screen and (min-width: 992px) {
		#infowindow #wrapper {
    		height: calc(100vh - 19px);
			border-bottom: 2px solid #ff7308;
			border-bottom-left-radius: 10px; 
			border-bottom-right-radius: 10px;
    		z-index:1502;
    		position: static;
		}
	} 
	#infowindow #wrapper .grid1 {
		display: grid;
		grid-template-columns: 50px auto auto;
		grid-template-rows: auto auto;
		margin-right: 10px;
		margin-left: 10px;
	}
	#infowindow #wrapper .grid1 .icon {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: span 2;
	}
	#infowindow #wrapper .grid1 .address {
		grid-column-start: 2;
		grid-column-end: span 2;
		grid-row-start: 2;
		grid-row-end: 2;
	}
	#infowindow #wrapper .grid1 .subject {
    	font-weight:bold;
    	color: #ff7308;
    	font-size: 1.2em;
	}
	#infowindow #wrapper .grid1 .stars {
    	 justify-self: end;
	}
	#infowindow #wrapper .gridkg {
		margin-right: 10px;
		margin-left:  10px;
	}
	#infowindow #wrapper .gridkg .subject {
    	font-weight: bold;
    	color:       white;
    	font-size:   1.2em;
    	margin-top:  7px;
	}
	#infowindow #wrapper .gridkg .address {
    	margin-top:  7px;
	}
	#infowindow #wrapper .gridkg .navi {
    	margin-top:  7px;
	}
	#infowindow #wrapper .gridkg .navi a {
    	color:           #00b93c;
    	font-size:       1em;
    	text-decoration: none;
	}
	#infowindow #wrapper .line,
	#infowindow #wrapper .line2 {
    	 width: 80%;
    	 margin: auto;
    	 height: 1px;
    	 background: #737373; 
    	 margin-top: 10px;
    	 margin-bottom: 10px;
	}
	#infowindow #wrapper .line2 {
    	 width: 88%;
	}
	#infowindow #wrapper .line3 {
    	 width: 80%;
    	 margin: auto;
    	 margin-top: 5px;
    	 margin-bottom: 5px;
	}
	#infowindow #wrapper .line4 {
    	 width: 100%;
    	 height: 1px;
    	 background: #737373; 
    	 margin-top: 16px;
	}
	#infowindow #wrapper .grid3 {
    	 display: grid;
    	 grid-template-columns: 3fr 34px 1fr;
	}
	#infowindow #wrapper .share-icon-bg {
    	 border-radius: 17px;
    	 padding: 7px 5px 5px 5px;
    	 cursor: pointer;
	}
	#infowindow #wrapper .share-icon-bg img {
    	 width: 20px;
	}
	#infowindow #wrapper #info_wrapper,
	#infowindow #wrapper #comment_wrapper {
		margin-right: 15px;
		margin-left: 15px;
	}
	#infowindow #wrapper .smaller {
		font-size:.8em
	}
	#infowindow #wrapper .brighter {
		font-weight: bold;
	}
	#infowindow #wrapper .dunkler {
		color: #737373;
	}
	#infowindow #wrapper .abstand {
    	 margin-bottom: 10px;
	}
	#infowindow #wrapper textarea {
		background: #ccc;
		color: #242424;
		border-radius: 10px;
        border: 0;
        padding: 5px;
        font-family:'Roboto', sans-serif;
		font-size: inherit;	
	}
	#infowindow #wrapper .button {
    	float: right;
    	margin-top: 15px;
    }
	#infowindow #wrapper .button button {
    	background:		#e67222;
    	-webkit-appearance: none;
        font-family:		'Roboto', sans-serif;
		font-size:			1em;
		cursor:				pointer;
		padding:			8px 25px;
		border-radius:		20px;
		border:				0;
		color:				white;
    }
	#infowindow div.padding {
    	padding:10px;
    }
    #infowindow div.table {
    	display:table;
    	border-collapse:collapse;
    	width:100%;
	}
    #infowindow div.table h1 {
    	padding:0;
    	margin:0;
		display:inline;
    	font-size:1.5em;
	}
	#infowindow 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;
	}
    #infowindow 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;
	}
	#infowindow .divheader {
		background:black;
		padding:15px 15px 5px 15px;
    	color:#e67222;
    	font-weight:bold;
	}
	#infowindow #commentlist {
    	font-weight:bold;
        font-size:.8em;
	}
	#infowindow #commentlist .showdate {
		color:#626262;
	}
    #comment_wrapper .comment #sticky {
 		position: sticky;
 		bottom: 0px;
 		background: #242424;
 		height: 85px;
    }
	#infowindow #closureNotActive {
		margin: 10px 15px 5px 15px;
	}
	#showExplainView {
		position: relative;
		top: 40px;
		margin: auto auto;
		z-index: 51;
		max-width: 80vw;
		width: 320px;
		height: 100%;
		max-height: 90vw;
		display: none;
        /* border: 1px solid black; */
    	/* border-radius: 3px; */
    	text-align: center;
    	/* padding: 16px; */
    	opacity: 0;
    	transition: opacity 750ms ease-in-out;
	}
	#showExplainView #showExplainViewImage {
        border: 1px solid black;
    	border-radius: 10px 10px 0px 0px;
    	padding: 20px;
    	background: black;
	}
	#showExplainView #showExplainViewImage img {
    	/* width: 280px; */
    	max-width: 100%;
    	max-height: 100%;
	}
	#showExplainView input[type=button] {
		color:white;
    	background:#00b93c;
        font-family:'Roboto', sans-serif;
        font-size:1.1em;
        border: 20px solid #00b93c;
    	border-radius: 0px 0px 10px 10px;
    	width: 100%;
    	-webkit-appearance: none;
    	/* padding: 0px 105px 0px 100px; */	
    	cursor: pointer;
	}
	
.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;
} 	

/* mobil */
.containerNotFound {
  position: absolute;
  z-index: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  border-radius: 20px;
  padding: 10px 25px 20px 25px;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 15rem;
}
.containerNotFound button {
  background: white;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  cursor: pointer;
  padding: 8px 25px;
  border-radius: 20px;
  border: 0;
  color: black;
  margin-top: 5px;
}
/* Desktop */
@media only screen and (min-width: 992px) {
	.containerNotFound {
		width: auto;
	}
}


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

.control-back2mapview-link {
	display: block;
	text-decoration: none;
	font-family:'Roboto',sans-serif; 
	font-size:0.9rem; 
	color:black; 
	padding:9px 20px; 
}
a.control-back2mapview-link {
	color: black;
}

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

#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:'Roboto', sans-serif;
    font-size: 12pt;
    width: 100px;		
}

.number-icon-default {
    background-image: url(./../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: block;
}
.saveMapSection {
  position: absolute;
  z-index: 603;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0%);
	background: white;
	border: 1px solid silver;
	border-radius: 30px;
	padding: 9px 20px;
    font-size: .9rem;
}
.saveMapSection a {
  text-decoration: none;
  color: black;
}


#lat_lng_heading_js_bridge {
	display: none;
}


.comment .formlinkDesktop a,
.comment .formlinkMobile a {
  display: block;
  font-size: 11pt;
  color: #444;
  padding: 7px 0px 5px 35px;
  background-image: url(./../images/checkbox_desktop.svg);
  background-position: 0px 7px;
  background-repeat: no-repeat;
  background-size: 25px;
  text-decoration: none;
  margin: 10px 0 0 0;
}
.comment .formlinkMobile a {
  color: #cdcdcd;
}
.comment .formlinkDesktop a.check,
.comment .formlinkMobile a.check {
  /* 
  background-image: url(./../images/checkbox_desktop_active.svg); 
  */
}
@media only screen and (min-width: 992px) {
	.comment .formlinkDesktop a,
	.comment .formlinkMobile a {
		color: #cdcdcd;
	}
} 

#debugview_field {
	position: absolute;
    z-index: 5;
	left: 55px;
	bottom: 10px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5); 
	padding: 10px;
}


/* mobil */
#shareIconContainer {
	position: absolute;
	top: 14rem;
	left: 0;
	width: 100%;
	z-index: 2000;
	display: none;
}
/* Desktop */
@media only screen and (min-width: 992px) {
	#shareIconContainer {
		top: 11rem;
		left: inherit;
		right: 0;
		width: 450px;
	}	
}

#shareIconContainer > #shareIconGrid {
	display:				grid;
	grid-template-columns:	1fr;	
}
#shareIconContainer > #shareIconGrid > #shareIconDiv {
	justify-self:	center;
	align-self:		center;
	font-size:		1rem;
	background:	white;
	padding:		15px;
	border-radius:	10px;
	max-width:		275px;
}
#shareIconContainer > #shareIconGrid > #shareIconDiv > #shareIconField {
	padding:		8px;
	border-radius:	10px;
	border:			1px solid #ccc;
	width:			255px;
	background:		#ccc;
	color:			#737373;
}
#shareIconContainer > #shareIconGrid > #shareIconDiv > p {
	text-align:		center;
	margin-top:		0;
	font-weight:	bold;
	font-size:		1rem;
}
#shareIconContainer > #shareIconGrid > #shareIconDiv > .shareIconGrid2 {
	margin-top:				20px;
	display:				grid;
	grid-template-columns:	1fr 1fr;
}
#shareIconContainer > #shareIconGrid > #shareIconDiv > .shareIconGrid2 > div {
	/* justify-self: center; */
}
#shareIconContainer > #shareIconGrid > #shareIconDiv > .shareIconGrid2  #shareIconCopy,
#shareIconContainer > #shareIconGrid > #shareIconDiv > .shareIconGrid2  #shareIconClose {
	cursor:				pointer;
	padding:			7px 20px;
	border-radius:		15px;
	border:				0;
	color:				white;
	background-color:	black;
	font-size:		1rem;
}

/* mobil */
#abuseCommentUnderLayer {
   	position: absolute;
   	z-index: 1600;
	display: none;
	top: 0px;
   	left: 0px;
   	width: 100%;
	height: 100%;
   	background-color: rgba(0, 0, 0, .65);
	overflow: hidden;
}
/* Desktop */
@media only screen and (min-width: 992px) {
	#abuseCommentUnderLayer {
    	right:  0px;
    	left:   auto;
    	width:  445px;
	}
} 

/* mobil */
#abuseCommentContainer {
	position: absolute;
	top: 14rem;
	left: 0;
	width: 100%;
	z-index: 2000;
	display: none;
}
/* Desktop */
@media only screen and (min-width: 992px) {
	#abuseCommentContainer {
		top: 11rem;
		left: inherit;
		right: 0;
		width: 450px;
	}	
}

#abuseCommentContainer > #abuseCommentGrid {
	display:				grid;
	grid-template-columns:	1fr;	
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv {
	justify-self:	center;
	align-self:		center;
	font-size:		1rem;
	background:		white;
	padding:		15px;
	border-radius:	10px;
	max-width:		275px;
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv > #abuseCommentNote {
	padding:		8px;
	border-radius:	10px;
	border:			1px solid #ccc;
	width:			255px;
	height:			50px;
	background:		#ccc;
	color:			#242424;
	font-family:    'Roboto', sans-serif;
	font-size:		1rem;
	display:		none;
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv > p {
	text-align:		center;
	margin-top:		0;
	font-weight:	bold;
	font-size:		1rem;
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv > p#abuseCommentComment {
	text-align:		left;
	font-weight:	normal;
	font-size: 		1rem;
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv > .abuseCommentGrid2 {
	margin-top:				20px;
	display:				grid;
	grid-template-columns:	1fr 1fr;
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv > .abuseCommentGrid2 > div {
	/* justify-self: center; */
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv > .abuseCommentGrid2  #abuseCommentCloseDiv {
	justify-self: end;
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv  #abuseCommentCopy,
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv  #abuseCommentClose {
	cursor:				pointer;
	padding:			7px 20px;
	border-radius:		15px;
	border:				0;
	color:				white;
	background-color:	black;
	font-size: 			1rem;
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv input[type=radio] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  /*
  font: inherit;
  color: black;
  */
  width: 1.15em;
  height: 1.15em;
  border: 0.2em solid black;
  border-radius: 50%;
}
#abuseCommentContainer > #abuseCommentGrid > #abuseCommentDiv input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='ffffff'/%3e%3c/svg%3e");
    /* 
    background-color: black;
    border-color: black;
    */
}

#infowindow .imagediv {
	margin: 0 15px;
}

.gridofcomments {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
}
.gridofcomments .date {
	color: #737373;
	font-size:.8em;
}
.gridofcomments .menu {
	color:		  #737373;
	font-size:	    1.8em;
	justify-self:   end;
	cursor:		    pointer;
	letter-spacing: -0.07em;
	line-height: 	0.6em;
}
.gridofcomments .text {
	grid-column-start: 1;
	grid-column-end: span 2;
	margin-bottom: 10px;
	overflow: auto;
}
.cofred {
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	padding: 4px 8px 4px 8px;
	margin-bottom: 10px;
}
.cofred .text {
	margin-bottom: 0px;
}

#divCommentText .grid2 {
	display: grid;
	grid-template-columns: auto auto;
}
.grid_left {
	justify-self: start;
}
.grid_right {
	justify-self: end;
}
#infowindow #wrapper .button button.button_discard,
.button_discard {
  background: #737373;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  cursor: pointer;
  padding: 8px 25px;
  border-radius: 20px;
  border: 0;
  color: white;
}
.commentForm {
	margin-right: 10px;
	margin-left: 10px;
}

.kgdesc {
	/*
	max-height: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
	text-align: justify;
}
.kgreadmore a {
	color: white;
	text-decoration: none;
}