
@font-face {
	font-family: 'flandersBold';
	src: url(Hoogwerker/FLANDERSARTSANS-BOLD.TTF);
}

@font-face {
	font-family: 'flandersLight';
	src: url(Hoogwerker/FlandersArtSans-Light.otf);
}


* {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.loader:hover {
	top: 5%;
	left: 5%;
	bottom: 5%;
	right: 5%;
}

.loader {
	border: 6px solid #e3e5e7; /* Light grey */
	border-top: 6px solid #004475; /* Blue */
	border-radius: 50%;
	top: 15%;
	left: 15%;
	bottom: 15%;
	right: 15%;
	position: absolute;
	animation: spin 2s linear infinite;
}
  
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.title{
	color: #004475;
	font-size: 20px;
	text-align: left;
	font-family: 'flandersBold';
}

.description{
	color: #004475;
	font-size: 18px;
	font-family: 'flandersLight';
}

li::before {
	font-size: 20px;
    content: '\2022';
    padding-right: 5px;
    color: #004475;
}

.hoverText{
	padding: 25px;
	position: absolute;
	width: 350px;
	transform: translate(0, -50%);
	border-width: 6px;
	border-style: solid;
	border-color: #004475;
	background-color: white;
	/* filter: drop-shadow(0 0 0.5rem black); */
	z-index: 1000;
}

.view360Icon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	box-shadow: rgb(255, 255, 255, 0.5) 0px 0px 4px;
	transition: 0.5s all;
	color: rgb(80, 80, 80);
	text-align: center;
	line-height: 100px;
	z-index: 2;
}

.view360CircleIcon{
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	width: 80%;
	height: auto;
	margin: auto;
	transition: 0.5s all;
	z-index: 2;
}

.animationIcon{
	background: url('Hoogwerker/iconenset-vdab-015_info-donkerblauw.png') 50% 50% / cover no-repeat;
}

.animationIcon:hover {
	transform: scale(1.2);
}

.animationIcon, .loaderIcon{
	position: absolute;
	width: 5%;
	padding-top: 5%;
	margin-top: -2.5%;
	margin-left: -2.5%;
	z-index: 101;
	border-radius: 50%;
	cursor: pointer;
}

.loaderBar{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 8px;
	background: #004475;
}

.boxShadow{
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.magnifyIcon .backButton{
	position: absolute;
	z-index: 101;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.backButton{
	background: url('Hoogwerker/iconenset-vdab-015_kruisje-donkerblauw-popup.png') 50% 50% / cover no-repeat;
}

.magnifyIcon{
	background: url('Hoogwerker/iconenset-vdab-015_onderzoek.png') 50% 50% / cover no-repeat;
}

.deadAnimation{
	position: absolute;
	bottom: 5%;
	left: 20%;
	z-index: 1000;
	border-width: 6px;
	border-style: solid;
	border-color: #004475;
}