@font-face {
    font-family: 'NotesEsa';
    src: url('../img/fonts/NotesEsa-Bold.woff2') format('woff2'),
        url('../img/fonts/NotesEsa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NotesEsa';
    src: url('../img/fonts/NotesEsa.woff2') format('woff2'),
        url('../img/fonts/NotesEsa.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotesEsa';
    src: url('../img/fonts/NotesEsa-BoldItalic.woff2') format('woff2'),
        url('../img/fonts/NotesEsa-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'NotesEsa';
    src: url('../img/fonts/NotesEsa-Italic.woff2') format('woff2'),
        url('../img/fonts/NotesEsa-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

* {
	box-sizing: border-box;
}
.hide {
	background-color: none;
	height: 0;
	overflow: hidden;
} 



#doekwrapper {
    resize: both;
    padding: 0px;
    overflow: hidden;
    height: 100vh;
    position: relative;
}


#doek {
	width: 1000px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    overflow: hidden;

}

.keuzemenu {
	display: block;
	background-color: black;
	padding: 20px;
}

.keuzemenu .titel {
	color: white;
	font-family: 'NotesEsa', sans-serif;
	font-size: 2em;
	padding-top: 8px;
	padding-left: 10px;
}

.keuzemenu .wrapper {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.keuzemenu .wrapper a {
	background-color: #444;
	flex-grow: 1;
	padding: 20px 30px;
	font-size: 20px;
	font-family: 'NotesEsa', sans-serif;
	text-decoration: none;
	border-radius: 5px;
	margin-right: 10px;


}
.keuzemenu .wrapper a:nth-child(1) {
	background-color: #003c89;
}

.keuzemenu .wrapper a:nth-child(2) {
	background-color: #c3110c;
}

.keuzemenu .wrapper a:nth-child(3) {
	background-color: #005085;
}

.keuzemenu .wrapper a:nth-child(4) {
	background-color: #008446;
}

.keuzemenu .wrapper a:nth-child(5) {
	background-color: #e97029;
}

.keuzemenu .wrapper a:nth-child(6) {
	background-color: #fecb43;
}




.keuzemenu .wrapper a:hover {
	background-color: #fecb43;
	color: black;
}




.wrapper {
	width: 100%;
	/* border: 1px solid blue; */
}

body, html {
	margin: 0;
	overflow: hidden;
	/* background-color: blue; */
}

body {
	background-image: url('../img/stars.jpeg');
	background-size: cover;
}

svg {
	background-color: none;
	width: 100%;
}

.ocean {
	/* fill: #fff; */
}

.land {
	/* fill: #fff; */
}

.boundary {
	fill: none;
	/* stroke: #444; */
	stroke-linejoin: round;
	stroke-linecap: round;
	vector-effect: non-scaling-stroke;
}

#zoomin {
	width: 30px;
	height: 30px;
	background-color: white;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 5px;
	background-image: url(../img/zoomin.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

#zoomin:hover {
	background-image: url(../img/zoomin_hover.png);
}

#zoomout {
	width: 30px;
	height: 30px;
	background-color: white;
	position: absolute;
	right: 10px;
	top: 50px;
	border-radius: 5px;
	background-image: url(../img/zoomout.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

#zoomout:hover {
	background-image: url(../img/zoomout_hover.png);
}


.graticule {
    fill: none;
    /* stroke: #eee; */
    stroke-width: 1;
    /* stroke-dasharray: 1,1; */
  }

.muisOverMarker {
	cursor: pointer;
}

#svgDiv {
	position: relative;
	margin: 0 auto;;
}

.infoVenster {
	position: absolute;
	width: 380px;
	height: 580px;
	/* border: 1px solid #999; */
	top: 12px;
	left: 12px;
	background-color: #c81311;
	padding: 15px;
	border-radius: 5px;
}


.tekstKader {
	background-color: #fff;
}

/* typografie */
h1, h2, h3, h4, h5, p, a {
	font-family: 'NotesEsa', sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}

.infoVensterContent {
	position: relative;
	height: 600px;
}

.infoVensterContent h1 {
	color: white;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 15px;
}

.infoVenster h2 {
	color: white;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 2px;
}

.infoVensterContent p, a {
	padding-top: 20px;
	font-size: 14px;
	line-height: 18px;
	color: white;
}

.infoVenster img {
		/* background: url(https://source.unsplash.com/random/200x200); */
		background-size: cover;
		position: absolute;
		bottom: 110px;
		background-position: center;
		width: 100%;
		height: 160px;
		border: none;
}


.infoVensterContent a {
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 510px;
	text-decoration: none;
	background-color: black;
	display: block;
	width: 100%;
	padding: 10px;
	color: white;
	text-align: center;
}

.infoVensterContent a:hover {

	background-color: #fecb43;
	color: black;
}

.infoVensterContent .budget {
	margin-top: 10px;
	font-weight: 500;
	color: white;
}

.logo {
	width: 200px;
	height: 100px;
	/* border: 2px solid white; */
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../img/logo2.svg);
	background-repeat: no-repeat;
}

.legenda {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-size: 12px;
	width: 200px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 580px; 
	padding-top: 7px;
	background-color: #fff;
}

.legenda img {
	padding-right: 5px;
}
