* {
	box-sizing: border-box;
}

body {
	font-family: Open Sans, Helvetica, Arial;
	font-size: 13px;
	margin: 0;
	background-color: #ccc;
}

h1 {
	font-size: 1.5em;
}

#kop {
	position: absolute;
	background-image: url('kop.jpg');
	background-size: cover;
	height: 100px;
	font-weight: bold;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	padding-left: 10px;
	padding-top: 10px;
}

#koptekst {
	position: absolute;
	color: #ee7200;
	left: 145px;
	top: 11px;
	font-size: 1.7em;
}

#kaart {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
}

#info {
	position: absolute;
	display: none;
	background: #fff;
	padding: 10px;
	overflow: auto;
	margin: 0 auto;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    border-radius: 20px;
	font-size: 15px;
	z-index: 9999;
}

#lijst {
	position: absolute;
	display: none;
	background-color: #fff;
	overflow: auto;
}

#verplaatshulp {
	position: absolute;
	text-align: center;
	display: none;
	background: #fff;
	right: 0;
	padding: 5px;
}

#reclame {
	position: absolute;
	overflow: hidden;
	height: 100px;
	left: 0;
	right: 0;
	background-size: cover;
	cursor: pointer;
}

#reclame div {
	background-size: cover;
	cursor: pointer;
	height: 100px;
	width: 100%;
}

#savebutton, #openbutton {
	position: absolute;
	top: 40px;
	width: 100px;
	margin: 20px;
	overflow: hidden;
	height: 27px;
	backdrop-filter: blur(15px);
	color: #fff;
	line-height: 25px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	cursor: pointer;
}

#openbutton {
	left: 0;
}

#savebutton {
	display: none;
}

@media only screen and (max-width: 499px) {
	#container {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom:0;
	}
	
	#kaart {
		bottom: 100px;
	}

	#info {
		top: 110px;
		left: 10px;
		right: 10px;
		bottom: 110px;
	}

	#lijst, #verplaatshulp {
		height: 100px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	#lijst {
		border-top: 1px solid #000;
	}

	#reclame {
		bottom: 0;
	}

	#savebutton {
		right: 0;
	}	
}

@media only screen and (min-width: 499px) {
	#container {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		height: 100svh;
	}
	
	#kaart {
		bottom: 0;
	}

	#info {
		top: 120px;
		bottom: 20px;
        left: 0;
        right: 0;
        max-width: 500px;
	}

	#lijst, #verplaatshulp {
		top: 120px;
		right: 20px;
		padding: 10px;
		z-index: 9995;
		box-shadow: 0 3px 14px rgba(0,0,0,0.4);
		border: 1px solid #fff;
		border-radius: 20px;
	}

	#reclame {
		bottom: 20px;
		width: 400px;
		margin: 0 auto;
		z-index: 9990;
	}

	#savebutton {
		left: 130px;
	}	
}

button {
	padding: 0 10px;
	height: 27px;
  	border-radius: 20px;
    color: #fff;
    border: 1px solid #ccc;
    background-color: #082270;
}

#infobutton {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 27px;
	height: 27px;
	background: #fff;
	color: #000;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	border: 2px solid #ee7200;
	border-radius: 20px;
	cursor: pointer;
}

#openbutton input {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	opacity: 0;
}

input[type=file], input[type=file]::file-selector-button {
	cursor: pointer; 
}

#closebutton {
	float: right;
	width: 27px;
	height: 27px;
	color: #000;
	padding-top: -3px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 20px;
	cursor: pointer;
}

#backdrop {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(85, 172, 216, 0.1);
	z-index: 9998;
}

#lijst table {
	width: 100%;
	border-collapse: collapse;
}

#lijst td {
	padding: 3px 10px;
}

a, .leaflet-popup-content-wrapper a, .leaflet-control-attribution a {
	text-decoration: none;
	color: #ee7200;
}

a:hover, .leaflet-popup-content-wrapper a:hover, .leaflet-control-attribution a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.leaflet-container {
	background: #f0f0f0;
}

.collapsible {
	font-weight: bold;
	border-top: 1px solid #000;
	cursor: pointer;
	padding: 8px 5px;
	font-size: 15px;
}

.collapsible:after {
	content: '\25BA';
	float: right;
	margin-left: 5px;
	transform: rotate(0deg);
	transition: transform 0.2s ease-out;
}

.active:after {
	transform: rotate(90deg);
	transition: transform 0.2s ease-out;
}

.content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom: 1px solid #000;
	padding: 0 5px;
	margin-bottom: -1px;
}
