/* Fonts */

/* Reset */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

#stage {
	width: 100%;
	height: 300px;
	Background: transparent;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 0;
}

.overlayLoad {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:white;
	transition:all .3s ease-in-out;
	z-index:10;
}

body.loaded .overlayLoad {
	opacity:0
}

.header {
	background: #D10A10;
	position: relative;
	display: block;
    margin: 0 auto;
	width: 100%;
	height:40px;
	/* max-width: 949px; */
	z-index: 3;
}


.topiconbg-blue {
	/* display: none; */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #a71e2d;
}

.hoofdtekstContainer {
    position: absolute;
	width: calc(100% - 110px);
    top: 0;
	white-space: normal !important;
    left: 90px;
    height: 40px;
    display: flex;
    align-items: center;
}

.hoofdtekst {
	/* font-size:28px; */
	font-weight: 700;
	letter-spacing: 0px;
	color: #FFFFFF;
	display:inline-block;
}

.topiconbg {
	position: absolute;
    height: 40px;
}

.topicon {
	position: absolute;
    top: 7px;
    left: 12px;
	width: 33px;
}

.beeld {
	top: 50%;
	left: 50%;
	width: 80%;
	/* height: 73px; */
	transform:translate(-50%, -90%);
	position: absolute;
}

.blok {
	top: 60px;
	opacity:0;
	/* width: 188px; */
	margin: 0 5px;
	height: 192px;
	transition:all .2s ease-in-out;
	animation: .3s ease-out .2s 1 slideInFromLeft;
	animation-fill-mode: forwards;
	background-color: transparent;
	/* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
}

@keyframes slideInFromLeft {
    0% {
		opacity:0; 
		top:60px;
    }
    100% {
		opacity:1; 
		top:71px;
    }
}

.blok:hover {
	background:whitesmoke;
}
.blok:hover .cta {
	background: black 0% 0% no-repeat padding-box;
}
.blok:hover .copy {
	color: #333333;
}


.blok1 {
	animation-delay: .2s; /* how long to delay the animation from starting */
}
.blok2 {
	animation-delay: .35s; /* how long to delay the animation from starting */
}
.blok3 {
	animation-delay: .5s; /* how long to delay the animation from starting */
}
.blok4 {
	animation-delay: .65s; /* how long to delay the animation from starting */
}
.blok5 {
	animation-delay: .8s; /* how long to delay the animation from starting */
}

.copy {
	text-align: center;
	letter-spacing: 0px;
	color: #232D3D;
	font-size: 12px;
	display:inline-block;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.copyContainer {
	position: absolute;
	top:130px;
	left: 10px;
	height:22px;
	width: calc(100% - 20px);
	margin: 0 auto;
	text-align: center;
}

.subcopy {
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 15px;
	display:inline-block;
}
.subcopyContainer  {
	position: absolute;
	width:216px;
	top: 147px;
	left:9px;
	height:18px;
	text-align: center;
}

.cta {
    position: absolute;
    top: 152px;
	left: 18px;
	width: calc(100% - 36px);
	margin: 0 auto;
	height: 31px;
	background: #0486BE;
    text-align: center;
    font-size: 13px;
	font-family: Arial, sans-serif;
    letter-spacing: 0px;
    color: white;
	font-weight: 700;
	line-height: 32px;
	transition:all .2s ease-in-out;
	text-transform: uppercase;
}

.footer {
	width: 100%;
    height: 40px;
    background: #F6F6F6;
	border: 3px solid #EFE8E1;
    display: block;
	margin: 0 auto;
	position: relative;
	top: 10px;
	/* max-width: 949px; */
}

.footerTextContainer {
	position: absolute;
	white-space: normal !important;
	width:100%;
	left: 50%;
	transform: translateX(-50%);
    height: 30px;
	top: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerText {
	text-align: center;
    letter-spacing: 0px;
    color: #232D3D;
    /* font-size: 15px; */
    display: inline-block;
	line-height: 1;
    vertical-align: text-bottom;
}

.footerImg {
	position: absolute;
    bottom: 0;
    right: 30px;
    height: 50px;
}

.border{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    border-width: 0 3px 0 0;
}
.slick-slide:nth-last-child(1)  .border{
	border-width: 0 0px 0 0;
}

.slick-list {
	max-width: 762px;
}

/* slick */
.slide {
	margin-top: 11px;
	position: relative;
}
.slick-right {
	position: ABSOLUTE;
    z-index: 3;
    top: 50%;
	right: calc(50% - 290px);
	transform: translateY(-50%);
	width: 13px;
}

.slick-prev {
    position: ABSOLUTE;
    z-index: 3;
    top: 50%;
	left: calc(50% - 290px);
    transform: translateY(-50%);
    width: 13px;
    margin: 0 auto;
}

.slick-slide {
	max-width: 191px;
}


/* .slick-slide {
	width: 190px!important;
} */



/* .slick-slide:nth-child(odd) {
	width: 191px!important;
} */

.slick-list {
	height: 210px;
    width: 949px;
    margin: 0 auto!important;
}

@media (min-width: 1000px) {
	.footerImg {
		right: calc(50% - 460px) !important;
		height: 59px;
	}
}

@media (min-width:964px) {
	.topiconbg {
		left: calc(50% - 400px);
	}

	.topiconbg-blue {
		width: calc(50% - 400px);
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
	}

	.topicon {
		left: calc(50% - 400px + 9px);
	}

	.hoofdtekstContainer {
		left: calc(50% - 320px);
	}

	.footer {
		height: 41px;
		top: 9px;
	}

	.footerImg {
		right: calc(50% - 460px);
		height: 59px;
	}

	.footerTextContainer {
		height: 41px;
		top: -2px;
	}
}

@media (max-width:963px){
	.slick-list {
		/* width:760px!important; */
		width: 90%;
	}

	/* .slick-right {
		right: calc(50% - 375px);
		display:block;
	}
	.slick-prev {
		left: calc(50% - 375px);
		display:block;
	} */

	.slick-right {
		right: 10px;
	}

	.slick-prev {
		left: 10px;
	}
}

@media (max-width:835px){
	.slick-list {
		width:90% !important;
	}

	.slick-right {
		right: 10px;
	}
	.slick-prev {
		left: 10px;
	}
}

@media (max-width:680px){
	.footerTextContainer{
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
	}
	.slick-list {
		width: 90%!important;
	}
	.slick-slide {
		border-width: 0 0 0 0;
	}

	.slick-right {
		right: 5px;
	}
	.slick-prev {
		left: 5px;
	}
	.hoofdtekstContainer {
		line-height: 1;
	}

	.footerImg {
		right: 2%;
	}
}

@media (max-width: 620px) {
	.slick-list {
		width: 600px;
	}
}

@media (max-width:375px){
	.footerTextContainer {
		left: 50%;
		transform: translateX(-50%);
	}
	.slick-list {
		width: 90% !important;
		max-width: 382px !important;
	}
	.slick-slide, .border {
		border-width: 0 0 0 0;
		width: 191px;
	}

	.slick-right {
		right: 5px;
	}
	.slick-prev {
		left: 5px;
	}
}