@font-face {
	font-display: swap;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 300;
	src :url('/fonts/space-grotesk-v16-latin-300.woff2') format('woff2')
}

@font-face {
	font-display: swap;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/space-grotesk-v16-latin-regular.woff2') format('woff2')
}

@font-face {
	font-display: swap;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/space-grotesk-v16-latin-500.woff2') format('woff2')
}

@font-face {
	font-display: swap;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/space-grotesk-v16-latin-600.woff2') format('woff2')
}

@font-face {
	font-display: swap;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/space-grotesk-v16-latin-700.woff2') format('woff2')
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Space Grotesk", Open Sans, Helvetica, Arial;
	/*font-size: 13px;*/
	margin: 0;
	background-color: #191919;
	background: url("/images/black-bg.jpg") repeat;
}

h1 {
	color: #082270;
	font-size: 1.5em;
	font-weight: 700;
}

#kop {
	position: absolute;
	background-color: #fff;
	height: 62px;
	font-weight: bold;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	padding-left: 5px;
	padding-top: 3px;
}

#koptekst {
	position: absolute;
	color: #082270;
	left: 169px;
	top: 11px;
	font-size: 1.7em;
	text-align: center;
}

#toolbar {
	position: absolute;
	right: 0;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 999;
}

#kaart {
	position: absolute;
	left: 0;
	right: 0;
	top: 62px;
}

#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;
}

#verplaatshulp p {
	margin: 7px;
}

#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 {
	top: 5px;
	left: 5px;
	position: absolute;
	width: 120px;
	overflow: hidden;
	height: 40px;
	background: #082270;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
}

#savebutton {
	left: 130px;
	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: 67px;
		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;
	}
	#koptekst {
		right: 5px;
	}
}

@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;
	}
	
	#koptekst {
		width: 200px;
	}
}

@media only screen and (max-width: 670px) {
	#toolbar {
		left: 0;
		top: 62px;
	}
	
	.leaflet-top {
		top: 50px;
	}
}

@media only screen and (min-width: 670px) {
	#toolbar {
		width: 310px;
		top: 5px;
	}
	
	.leaflet-top {
		top: 0;
	}
}

@media only screen and (min-width: 805px) {
	#reclame {
		bottom: 0;
	}
}

button {
	padding: 0 10px;
	font-size: 16px;
	height: 27px;
  	border-radius: 20px;
    color: #fff;
    background-color: #082270;
}

#infobutton {
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	background: #082270;
	border-radius: 20px;
	cursor: pointer;
}

#infobutton img {
	margin: 7px;
}

button:hover, #infobutton:hover, #openbutton:hover, #savebutton:hover {
	box-shadow: 0 0 12px rgba(13, 110, 253, 0.8);
}

#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: #082270;
	padding-top: -3px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #082270;
	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;
}

.leaflet-container {
	font-family: "Space Grotesk", "Helvetica Neue", Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
/*	font-size: 0.75rem;*/
}

.leaflet-popup-content {
/*	font-size: 13px;*/
/*	font-size: 1.08333em;*/
}

a, .leaflet-popup-content-wrapper a, .leaflet-control-attribution a {
	text-decoration: none;
	color: #ef6109;
}

a:hover, .leaflet-popup-content-wrapper a:hover, .leaflet-control-attribution a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.leaflet-popup-content-wrapper {
	border-radius: 20px;
}

.leaflet-container {
	background: #f2f2f2;
}

.collapsible {
	font-weight: bold;
	border-top: 1px solid #000;
	cursor: pointer;
	padding: 8px 5px;
	font-size: 15px;
}

.collapsible:after {
	content: '\25B7';
	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;
}


