/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset*/



@keyframes waterroute1 {
	from {stroke-dashoffset: 200;}
	to {stroke-dashoffset: 0;}
}
@keyframes waterroute2 {
	from {stroke-dashoffset: 200;}
	to {stroke-dashoffset: 0;}
	
}
@keyframes waterroute3 {
	from {stroke-dashoffset: -2000;}
	to {stroke-dashoffset: 0;}
}
@keyframes huisroute1 {
	from {stroke-dashoffset: -200;}
	to {stroke-dashoffset: 0;}
	
}

@keyframes huisroute2 {
	from {stroke-dashoffset: 200;}
	to {stroke-dashoffset: 0;}
	
}

@keyframes exportroute1 {
	from {stroke-dashoffset: 200;}
	to {stroke-dashoffset: 0;}
	
}

@keyframes exportroute2 {
	from {stroke-dashoffset: -200;}
	to {stroke-dashoffset: 0;}
	
}
@keyframes fadein { 
	from {opacity: 0;}
	to {opacity: 1;}

}


@keyframes coolmove {
	from {scale: calc(325%);
	bottom: 112vh;
	right: 30vw;}

	to {scale: calc(100%);
            bottom: 0vh;
           right: 0vw;}}




@font-face {
  font-family: "circularstd";
  src: url("../assets/CircularStd-Book.otf") format("truetype");
  font-weight: 450;
  font-style: normal;}

  @font-face {
	font-family: "circularstd-bold";
	src: url("../assets/CircularStd-Bold.otf") format("truetype");
	font-weight: 700;
	font-style: normal;
  }

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}



body {
	
	overflow: hidden;
}

.scene {
    display: none;
	max-width: 1440px;
	height: 1020px;
	
	

}



#test1{display: none;
position: absolute;
top: 50px;
left: 50px;}

#test2{display: none;
position: absolute;
top: 100px;
left: 100px;}

.modal-containers {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;

display: none;
z-index: 1000000;

;
}

.modal-info {
	display: none;

 

	position: absolute;
	top: 10vh;
	left: 50%;
	transform: translate(-50%);
	width: 75vw;
	
	border-radius: 40px;
	background: #323232;

	background-color: rgba(50, 50, 50, 0.9);

	
}


.modal-container p {
	margin-bottom: 40px;
}

.modal-container h2 {
	margin-top: 60px;
	margin-bottom: 15px;}

.modal-container {display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: left;
	
	
	width: 75%;
	margin: 0 auto;
}

.modal-container h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}


::-webkit-scrollbar {
	background-color: transparent;
}
.modalkruis {
	position: absolute;
	top: 4vh;
	right: 4vw;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.modalh1 {color: #FFF;
font-family: "Bebas Neue", sans-serif;
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 5%;}

.modal-info h2  {
	color: #FFF;
font-family: "circularstd-bold", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.modal-info .modalh2-3 {
	margin-top: 0;
}

.modal-info .modalh2-4 {
	margin-top: 0;
}

.modal-info h3 {
	color: #FFF;
font-family: "circularstd", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: relative;

margin-bottom: 10px;
}

.modaldiv1 {display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	gap: 20px;
	width: 100%;
	
	
}


.modalpdiv {background-color: #5F5F5F;
display: flex;
flex-direction: column;

align-self: stretch;
border-radius: 40px;

gap: 20px	;
}

.modalpdiv p {padding-left: 20px;
padding-right: 20px;}
.modalpdiv h2 {padding-left: 20px;
	padding-top: 10%;
margin: 0;}

.modal-info img {border-radius: 40px;}

.modalvideo-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.modalvideo {display: block;
width: 100%;}

.video-start-button {
	position: absolute;
	z-index: 1;
	background-color: transparent;
	border: none;
	cursor: pointer;

}


.begin-img {position: absolute;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: auto;
}

.begin-button {
   color: #EAEAEA;
text-align: center;
font-family: "Bebas Neue", sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: absolute;
top: 80vh;
left: 50vw;
transform: translateX(-50%);
background-color: transparent;
border: none;
cursor: pointer;

}

#video-start {
	background-size: cover;
	width: 100vw;
	height: 100vh;

	position: absolute;
	z-index: -1;
background-color: black;}

.big-svg{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: absolute;

	scale: calc(325%);
	bottom: 112vh;
	right: 30vw;

	

}	



/*	scale: calc(325%);
	bottom: 112vh;
	right: 30vw; */



.waterlijn2 {
display: none;
stroke-dashoffset: 200;
stroke-dasharray: 200;
}

.waterlijn3 {
display: none;
stroke-dashoffset: -2000;
stroke-dasharray: 2000;
}

.waterlijn1 {
display: none;
stroke-dasharray: 200;
stroke-dashoffset: 200;}

.huislijn1{
display: none;
stroke-dasharray: 200;
stroke-dashoffset: -200;

}
.huislijn3{
display: none;
stroke-dashoffset: 200;
stroke-dasharray: 200;

}
.huislijn2{
display: none;
stroke-dasharray: 200;
stroke-dashoffset: 200;

}

.exportlijn1{
display: none;
stroke-dasharray: 200;
stroke-dashoffset: -200;

}
.exportlijn3{
display: none;
stroke-dashoffset: 200;
stroke-dasharray: 200;

}
.exportlijn2{
display: none;
stroke-dasharray: 200;
stroke-dashoffset:200;

}



.etiketten {
	display: none;

	
}
.startscheepvaart {display: none;}

.starthuishoud {display: none;}

.kolenhuishoud {display: none;
}

.startexport {display: none;}


.clickable-areas {cursor: pointer;}

	.reizen {
		position: absolute;
		top: 20px;
		left: 20px;
	z-index: 10;}
	li {
		margin-bottom: 10px;
		cursor: pointer;
		color: blue;
	}

	.map-side {
		position: relative;
		z-index: 10;
		width: 50vw;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;


	}

	.modalmap-up {
		position: absolute;
		top: 50vh;
		left: 50vw;
		translate: -50% -50%;
		width: 50vw;
		height: 50vh;
		border-radius: 40px;
		background: #323232;
		z-index: 20;
		display: none;
	}

	.background-images {
	

		width: 100vw;
		background-size: cover;
		position: absolute;
		z-index: -10;
		
		

	
	}
	button {background-color: transparent;
		border: none;
		border-radius: 5px;}

	.next-button {
		position: absolute;
		bottom: 2vh;
		right: 0vw;
		display: flex;
		align-items: center;
		gap: 2vw;

	
		padding: 10px 20px;
		font-size: 24px;
		cursor: pointer;
		
		

	}

	h1 {
	color: #FFF;
text-align: center;
font-family: "Bebas Neue", sans-serif;
font-size: 48px;
font-style: normal;
	font-weight: 400;
line-height: normal;}

p {color: #FFF;
font-family: "circularstd", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;}


.buttonlinks {
	position: absolute;
	top: 47vh;
	left: 18vw;
	transform: translateY(-50%);
	
	cursor: pointer;
	

}

.buttonrechts {
	position: absolute;
	top: 20vh;
	right: 25vw;
	transform: translateY(-50%);
	
	cursor: pointer;
	

}

.modalmap-up {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	gap: 20px;
width: 870px;
height: 599px;
	
}

.modalmap-up h1 {color: #FFF;
text-align: center;
font-family: "Bebas Neue", sans-serif;
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: normal;}


.modalmap-up h2 {color: #FFF;
font-family: "Bebas Neue", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;

}



.modalmap-up .container-text {display: flex;
	flex-direction: row;
	
	justify-content: center;
	
	
	width: 100%;
	gap: 50px;


}



.modalmap-up .container-specific {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	gap: 20px;

	

}

.modalmap-up ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
	
}

.modalmap-up li {

	
	list-style-image: url(../assets/coalwit.svg);


}

.map-h2 {
	position: absolute;
	top: 10vh;
	left: 5vw;
	width: 433px;
	color: #000;
text-align: center;
font-family: "Bebas Neue";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;}



.map-scene {
	position: absolute;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
	opacity: 0.6;
	
}

