/* geen fullscreen knop op mobile */
@media (max-width: 480px) {
  .leaflet-control-fullscreen {
    display: none;
  }
}
.leaflet-control-locate a {
    padding: 0px 0 0 0px !important; 
}

.leaflet-sbs-divider {
/* 	   background-color: rgb(114,114,114) !important; */
/*     background-color: #2a17ce !important; */
/* 	-webkit-box-shadow: 10px 0px 20px 10px white; */
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 4px solid rgba(0,0,0,0.2) !important;
}

.leaflet-control-fullscreen-button .leaflet-control-locate-button {
	margin-left: 32px !important;
}

body {
    margin: 0;
    padding: 0;
    }
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#logo img {
	display: none;
	width: 100px;
	margin: 0 auto; 
	display: block;
}

#intro-text {
	z-index: 999999;
	position: fixed;
	background-color: white;
	margin: 50px;
	padding: 50px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #3C4E5A;
	border: 1px solid #BBB;
	line-height: 1.6;
	overflow-y: scroll;
}

#intro-text a {
	color: #3C4E5A; 
	display:inline;
	font-family: 'Lato', sans-serif;
}

#hashtag {
	z-index: 9999999;
	position: fixed;
	margin: 20px;
	padding: 20px;
	line-height: 1.6;
	overflow-y: scroll;
}

#hashtag a {
	color: white; 
	display:inline;
	font-family: 'Lato', sans-serif;
	font-size: xx-large;
	text-decoration: none;
}

#gaverder {
		width: 200px;
		height: 50px;
		font-weight: bold;
		position: absolute;
		right: 50px;
		bottom: 50px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #3C4E5A;
		border: 1px solid #BBB;
		background-color: white;
}

#gaverder:hover {
	color: black; 
	background-color: #ECF5FA; 
	cursor: hand; 
	cursor: pointer;
}

.manualButton {
	z-index: 99999999;
	padding:15px 30px;
	background-color: #308ba2;
	margin-left: 40px;
	text-decoration: none;
	font-weight: 900;
	color: white;
	text-transform:uppercase;
	transition: background-color .5s;
	border: none;
	border-radius: 2px;			
	cursor: pointer;
}
