html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%
	height: 100%;
	padding: 0px;
	margin:0px;
	color: #404040;
	background-color:#ccc;
	font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
	-webkit-font-smoothing: antialiased;
	}
#container {
   min-height:100%;
   position:relative;
}	
	
#header, #subheader, #footer{
  font-family: 'Open Sans Condensed', sans-serif;
}

.clearfix::after {
  clear: both;
}	

.dropbtn {
  background-color: #333;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  margin: 15px 0 0 0;
}

.dropdown { 
  position: relative;
  display: inline-block;
  color: #fff;
  	background:#333;
	width:20%;
	height: 80px;
	margin: 0;
  	padding: 0; 
	text-align: right;
	z-index:999;
}

.dropdown-content {
  display: none;
  position: absolute;
  float:right;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
  right: 0;
  left: auto;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #666;}

#header {
  color: #fff;
  background:#333;
  width: 80%;
  height: 80px;
  margin: 0;
  padding: 0; 
  float: left;
}
#header h3{
	padding: 30px 0 20px 80px;
	margin: 0;
	background-image: url(../img/logohg.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#footer { 
	color: #399;
	background:#333;  
	padding:0;
	margin:0;
	clear: both;
	height:50px;
  	width: 100%; 
	position:absolute;
	b0ttom: 0;
}
#footer h3 {
padding: 10px 10px;
}

#banner {
  display: block;
  height: 50px;
  background:#ccc;
}
#content{
max-width:100%;
height: calc(100vh - 130px);
}

.screenwidth {
	max-width:100%;
	height: 100%;
	background-color:#fff;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
	padding:20px;
}

		
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 2px;
}

a {
  color: #404040;
  text-decoration: none;
}

a:hover {
  color: #101010;
}

.sidebar {
  width: 33.3%;
  height: 100%;
  float:left;
  overflow: scroll;
  background-color: #ccc;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  padding-top:20px;
  padding-left:20px;
}
.sidebar1 {
	
  width: calc(20% - 20px);
  height: 100%;
  float:left;
  background-color: #ccc;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding:10px;
  margin:10px;
}

.pad2 {
  padding: 20px;
}

.map {
  width: 66.6%;
  height: 100%;
  float:right;
}
.gegevens {
	
  width: calc(80% - 20px);
  height: 100%;
  float:right;
  background-color: #ebebeb;
  padding : 20px;
  margin:10px;
}

.heading {
  background: #ebebeb;
  border-bottom: 1px solid #eee;
  height: 60px;
  padding: 0 10px;
}

.listings {
  height: 100%;
  width: 100%;
  overflow: scroll;
  padding-left: 10px;
 }

.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}

.listings .item:last-child { border-bottom: none; }

.listings .item .title {
  display: block;
  color: #00853e;
  font-weight: 700;
}

.listings .item .title small { font-weight: 400; }

.listings .item.active .title,
.listings .item .title:hover { color: #8cc63f; }

.listings .item.active {
  background-color: #f8f8f8;
}
table {
 width: 100%;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #00853e;
  border-radius: 0;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* Marker tweaks */
.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content {
  font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
  padding: 0;
  width: 100px;
}

.mapboxgl-popup-content-wrapper {
  padding: 1%;
}

.mapboxgl-popup-content h3 {
  background: #91c949;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}

.mapboxgl-popup-content h4 {
  margin: 0;
  display: block;
  padding: 10px;
  font-weight: 400;
}

.mapboxgl-popup-content div {
  padding: 10px;
}

.mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949;
}

.autocomplete-items {
  position: absolute;
  width:20%;
  float:left;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  /*left: 0;
  right: 0;*/
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #ccc; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.button {
  display: inline-block;
  border-radius: 10px;
  background-color: #999;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 6px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '>>>';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*stijl van de radiobuttons*/	
.vertical-radio-buttons div {
  display: block;
  padding: 0 0 5px 5px;
  clear: both;
}

.vertical-radio-buttons span {
  display: block;
  padding-left: 20px;
  cursor: inherit;
}

.vertical-radio-buttons label {
  font-size: rem-calc(16);
}

.vertical-radio-buttons input {
  float: left;
  width: 20px;
  margin-left: -20px;
  margin-top: 6px; // vertically align radio button with text
  padding: 0;
  -webkit-appearance: radio;
}

.keuzebtn {
  display: inline-block;
  border-radius: 10px;
  background-color: #999;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 6px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.keuzebtn:hover {
  background-color: #555555;
  color: white;
}
.keuzebtn:active {
  background-color: #555555;
  color: white;
}

.hist-button {
  border: none;
  color: white;
  background-color:#000;
  width: 300px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius:25px;
  cursor: pointer;
}
.bericht {
	width:80%;
	height:auto;
	min-height:300px;
	background-color: #666;
	color:#fff;
	padding:10px;
	margin-top:100px;
	text-align:center;
	vertical-align:middle;
	border-radius:20px;
}


/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
	.sidebar{
	margin: 0 0 20px 1%;
	clear:both;
	width:98%; 
	}
	#main {
	clear:both;
	width:100%;	
	}
	#main .textArea {
	margin:0;
	}	 
}
@media screen and (max-width: 480px) {
	body{
		font-size: 120%;
	}
	.sidebar{
		margin: 0;
		width:100%;   
	}
}