
.leaflet-container .leaflet-control-gps {
	position:relative;
	float:left;
	background:#fff;
	color:#1978cf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 0px;
	/*background-color: rgba(0, 0, 0, 0.25);*/
	background: rgba(217,223,219,0.9);
	z-index:1000;	
	box-shadow: 0 1px 7px rgba(0,0,0,0.65);
	margin-left:10px;
	margin-top:10px;
}
.leaflet-control-gps .gps-button:after {
    content: "STANDPUNKT";
    color: black;
	font-style: bold;
    }
.leaflet-control-gps .gps-button {
	background-image: url('images/standpunkt.svg');
	background-size: 20px 20px;
    background-repeat: no-repeat;
    width: auto;
    background-position: 5px 50%;
    padding-top: 5px;
    padding-right: 22px;
    padding-bottom: 5px;
    padding-left: 40px;
    text-decoration: none;
    line-height: 30px;
    border-radius:0px;
    }
}
.leaflet-control-gps .gps-button:hover,
.leaflet-control-gps .gps-button.active:hover {
	background-color: #f4f4f4;
}
.leaflet-control-gps .gps-button.loading,
.leaflet-control-gps .gps-button.loading:hover {
	background-position: 1px -28px;
}
.leaflet-control-gps .gps-button.disabled {
	background-position: 1px -28px;
}
.leaflet-control-gps .gps-button.active {
	background-position: 1px -56px;
}

.leaflet-control-gps .gps-alert {
	position:absolute;
	left:26px;
	bottom:-1px;
	width:220px;
	padding:2px;
	line-height:.95em;
	color:#e00;
	border: 1px solid #888;	
	background-color: rgba(255, 255, 255, 0.75);
	border-radius:0px;
}


