@charset "UTF-8";
/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}
*:not(.owl-stage):not(.question):not(.question *):not(.questionHolder)  {
	max-width: 100vw;
}
* {
	/*overflow-x: hidden;*/
}
div {
	position: relative;
}
*.clickable {
	cursor: pointer;
}
.img-rounded {
	border-radius: 20px;
}

.will_animate {
	visibility: hidden;
}
.inline-block {
	display: inline-block;
}
img {
	max-width: 100% !important;
	 height: auto !important;
}

body {
	font-family: 'Montserrat',sans-serif;
	font-weight: 300;
	color:#000000;
    overflow-x: hidden;
	max-width: 100vw;
	font-size: 14px;
	line-height: 1.6em;
	overflow-x: hidden;
}


video {
	position: fixed;
	width:100vw; height: 100vh;
	object-fit: cover;
}


.loadingOverlay {
	background: rgb(56,150,180);
	background: linear-gradient(169deg, rgba(56,150,180,1) 0%, rgba(189,171,175,1) 100%);
	width: 100vw;
	height: -webkit-fill-available;
	height: fill-available;
	position: absolute; top:0; left:0;
	z-index: 10000;
	transition: all 0.5s;
	opacity: 1;
}
.loadingOverlay.done {
	opacity: 0;
}


.questionSlides {
	position: absolute;
	width: 100vw; height: 100vh;
	height: -webkit-fill-available;
	-wevkit-transform: translate3d(0,0,10px);
}
.slide {
	width: 100vw; height: 100vh;
	height: -webkit-fill-available;
	z-index: 1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 580px) {
	.slide,.questionSlides {
		width: 100vw; height: 100vh;
	}
}
.slide.active {
	display: block;
}
.slide.inactive {
	display: none;
}

@keyframes framerot {
	0% { transform: rotate(0deg); }
	50% { transform: rotate(7deg); }
	100% { transform: rotate(0deg); }
}

.questionHolder {
	position: absolute;left:0; top:0;
	width: 100vw;
	z-index: 20;
}

.intro {
	text-align: center;
	padding-top: 19vh;
	opacity: 0;
}
@media (max-width: 560px) {
	.intro {
		padding-top: 24vh;
	}
}
.startButton {
	display: inline-block;
}
.startButton:hover {

}
@media (min-width: 560px) {
	.startButton {
		display: inline-block;
		transition: all 0.2s;
		transform:scale(1);
	}
	.startButton:hover {
		transform:scale(1.05);
	}
}


.startButton img {
	animation: framerot 5s infinite;
	transform-origin: 50% 40%;
	transition-timing-function: ease;
}
@media (min-width: 560px) {
	.startButton {
		max-width: 600px;
	}
}
@media (max-width: 560px) {
	.startButton {
		padding: 20px;
		left:10px;
	}
}



.question {
	position: absolute;
	width: 650px;
	text-align: center;
	left:50%; margin-left: -350px;
	top:-3vh;
	z-index: 50;
	animation: framerot 10s infinite;
	transform-origin: 50% 10%;
	pointer-events:none;
}
.question .text {
	position: absolute;
	bottom:18%;
	left:0px;
	width: 100%;
	padding:40px 50px;
	font-family: 'Bayon',sans-serif;
	text-transform: uppercase;

	font-size: 48px;
	line-height: 48px;
	z-index: 2;
	text-align: center;
	transform: rotate(-1.5deg);
}

@media (max-width: 1200px) {
	.question > div {
		transform:scale(0.9);
		transform-origin: 50% 10%;
	}
}
@media (max-width: 600px) {
	.question > div {
		transform:scale(0.7);
		transform-origin: 50% 10%;
	}
}
@media (max-width: 500px) {
	.question {
		margin-left: -325px;
		top:-4vh;
	}
	.question > div {
		transform:scale(0.5);
		transform-origin: 50% 10%;
	}
}
/*
@media (max-width: 1200px) {
	.question {
		width: 44vw;
		margin-left: -22vw;
		top:-6vh;
	}
	.question .text {
		font-size: 3.7vw;
		line-height: 3.4vw;
		padding: 26px 58px;
	}
}

@media (max-width: 560px) {
	.question {
		width: 82vw;
		margin-left: -41vw;
		top: -8vh;
	}
	.question .text {
		font-size: 6.7vw;
		line-height: 5.4vw;
		padding: 26px 58px;
	}
*/


.answers {
	position: absolute; left:0; bottom:5vh;
	width: 100vw;padding: 5%;
	z-index: 5;
	text-align: center;
}
@media (max-width: 560px) {
	.answers {
		top:100px;
	}
}
.answer {
	max-width: 550px;
	width: 35%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.2s;
	transform:scale(1);
	/*opacity: 0;*/
}
.answer > div {
	transition: all 0.2s;
	transform:scale(1);
}
.answer:hover > div {
	transform:scale(1.05);
}

.answer .backHolder {
	position: relative;
	z-index: 2;
}
.answer .imageHolder {
	position: absolute;
	left: 22%;
	top: 19%;
	width: 56%;
	z-index: 1;
}

@media (max-width: 560px) {
	.answer {
		width: 240px;
	}
}



.job {
	width: 600px;
}


.btn {
	border-radius: 50px;
}
.btn-info {
	background-color: #0050AB;
	border-color: #0050AB;
}


h4.modal-title {
	font-family: 'Bayon',sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
}
.modal-content {
	padding: 25px;
	text-align: center;
}


#jobsCarousel {
	padding-top: 23vh;
	transition: all 0.2s;
	transform: translate3d(0,40px,10px);
	opacity: 0;
}
#jobsCarousel.inview {
	opacity: 1;
	transform: translate3d(0,0,10px);
}

@media (min-width: 560px) {
	.owl-item {
		opacity: 1;
		transform: scale(0.8) !important;
		transition: all 0.3s;
	}

	.owl-item.active + .owl-item.active:not(.owl-item.active + .owl-item.active + .owl-item.active) {
		opacity: 1;
		transform: scale(1) !important;
	}
}
@media (max-width: 560px) {
	.job a {
		position: relative;
		left:10%;
	}
}
.owl-theme .owl-nav [class*=owl-] {
	background-color: #003977 !important;
	width: 60px;
	height: 60px;
	border-radius: 80px !important;
	font-size: 20px !important;
	padding-top: 11px !important;
	margin: 0 20px !important;
}


.buttonHolder {
	position: absolute;
	top: 55px;
	right: 55px;
	z-index: 101;
}
.mobileButtonHolder {
	padding: 20px 0;
}
.btn {
	border-radius: 50px;
	border:0;
}
.btn-template {
	background-color: #013977;
	color:#FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 14px 29px;
}
.btn-template:hover {
	color:#013977;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.btn-lg {

}


/*.modal {*/
/*	text-align: center;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*	.modal:before {*/
/*		display: inline-block;*/
/*		vertical-align: middle;*/
/*		content: " ";*/
/*		height: 100%;*/
/*	}*/
/*}*/

/*.modal-dialog {*/
/*	display: inline-block;*/
/*	text-align: left;*/
/*	vertical-align: middle;*/
/*}*/

.modal-content {
	border-radius: 35px;
}


.modal {
	text-align: center;
	padding: 0!important;
}
@media (min-width: 560px) {
	.modal:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px; /* Adjusts for spacing */
	}

	.modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
}


/* Last minute gezeik van Johan */
.modal-body h1 {
	line-height: 35px;
}
@media (max-width: 560px) {
	.modal-body h1 {
		line-height: 27px;
		font-size: 28px;
	}
}
