/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 
 .lPos_pfeil{
 	background-color: yellow;
 	padding: 3px;
 }
 /*Upload FIle*/
.button_outer {
text-align: leftx^x; 
padding: 5px 10px;
display: inline-block; 
transition: .2s; 
position: relative; 
overflow: hidden;
}

.btn_upload {
padding: 5px 10px; 
color: #fff; 
text-align: left; 
position: relative; 
display: inline-block; 
overflow: hidden;
 z-index: 3; 
 white-space: nowrap;
 }
.btn_upload input {
position: relative;
 width: 100%;
 left: 0;
 top: 0;
 width: 100%;
 height: 105%;
 cursor: pointer;
 opacity: 1;
}
.file_uploading {
width: 100%;
 height: 10px;
 margin-top: 20px;
 background: #ccc;
}
.file_uploading .btn_upload {
display: block;
}
.processing_bar {
position: absolute;
 left: 0;
 top: 0;
 width: 0;
 height: 100%;
 border-radius: 30px;
 background:#F7F11B;
 transition: 3s;
}
.file_uploading .processing_bar {
width: 100%;
}
.success_box {
display: none;
 width: 25px;
 height: 25px;
 position: relative;
}
.success_box:before {

content: '';
 
display: block;
 
width: 9px;
 
height: 18px;
 
border-bottom: 6px solid #eee;
 border-right: 6px solid #eee;
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 
transform:rotate(45deg);
 
position: absolute;
 
left: 0px;
 
top: 0px;

}
.file_uploaded .success_box {
display: inline-block;
color: green;
}
.file_uploaded {
margin-top: 0;
 width: 25px;
 
 height: 25px;
}

span.typ{
	display: inline-block;
	color: #b0b0b1;
	font-size: 13px;
	margin-left: 5px;
	margin-bottom: 2px;
}

.uploaded_file_view {

 text-align: center;
 position: relative;
 transition: .2s;
 opacity: 0;
 border: 1px solid #ddd;
 padding: 5px;
}
.file_remove{
width: 30px;
 height: 30px;
 border-radius: 50%;
 display: block;
 position: absolute;
 background: #aaa;
 line-height: 30px;
 color: #0b0b0b;
 font-size: 12px;
 cursor: pointer;
 right: -15px;
 top: -15px;
}
.file_remove:hover {
background: #222;
 transition: .2s;
}
.uploaded_file_view img {
max-width: 100%;
}
.uploaded_file_view.show {
opacity: 1;
}
.error_msg {
text-align: center;
 color: #f00
 }
/*Upload FIle ENDE*/
 
 
 
.btn span{
	
}
.filter, .bearbeiten{
	cursor: pointer;
	color: blue;
	
}
div.markerHover a{
	color: #ff2200 !important;
} 
.ausblenden{
	position: absolute;
	left: -900000px;
}
#map {
  height: 100%;
  max-width: 65%;
 }
 
#map.user{
	max-width: 100%;
}
#schalter{
	position:absolute;
	width: 600px;
	top: 20px;
	right: 20px;
}
.aktiv{
	background-color: #ff2200 !important;
}
#bisher.user{
	
display: flex;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#bisher span.info{
	display: none;
}
/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}
.custom-map-control-button:hover {
  background: rgb(235, 235, 235);
}

