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

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: top;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


img {
	display: block;
}

body, html {
    height: 100%;
	overflow: hidden;
}


h1 {
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 28px;
	line-height: 17px;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: white;
	font-variant-ligatures: none;
}

h2 {
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: white;
	font-variant-ligatures: none;
}

h3 {
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.03em;
	font-weight: 600;
	color: #BD8D46;
}

h4 {
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.03em;
	font-weight: 600;
	text-align: center;
	color: white;
}

h5 {
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.03em;
	color: white;
}

p {
	font-family: 'Open sans', helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.03em;
	color: black;
}

li {
	font-family: 'Open sans', helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.03em;
	list-style-position: inside;
	padding-left: 1.28571429em;
    text-indent: -1.28571429em;
	color: black;
}

a {
	text-decoration: none;
}

section {
	position: relative;
}

body {
	background: url(images/background-pattern.svg), #2B3047;
	background: url(images/background-pattern.svg), radial-gradient(#2B3047, #0F0F23);
}


/*------------------ home -------------------*/

#video_container {
	position: relative;
	display: block;
	margin:auto;
	width: 1280px;
	height: 800px;	
}

.header {
	display: block;
	position: relative;
	margin: auto;
	max-width: 1200px;
}

.logo_container {
	position: relative;
	top: 40px;
	left: 0;
}

.logo_container img {
	width: 160px;
	height: auto;
}

.payoff_container {
	position: absolute;
	top: 53px;
	left: 200px;
}

.thumb_con {
	position: relative;
	width: 360px;
	height: 229.5px;
	padding-top: 25px;
}

#play_video1 {
	cursor: pointer;
	background: linear-gradient(45deg, #2B3047, #0F0F23);
}

#play_video1:hover, #play_video2:hover {
	background-color: dimgrey;
}

#play_video2 {
	cursor: pointer;
	background: linear-gradient(45deg, #2B3047, #0F0F23);
}

.thumb, .thumb_text {
	width: 70%;
	display: block;
	margin: 0 auto 5px;
	height: auto;
}

.kolommen {
	position: absolute;
	top: 120px;
}

#kolom1 {
	display: inline-block;
	width: 361px;
	margin: auto 0 auto 0;
}

#kolom2 {
	display: inline-block;
	width: 839px;
	height: 459px;
	overflow: hidden;
	background-color: black;
	margin-left: 40px;
}

.active {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 229.5px;
	background-color: #156bc2;
}

#active_bestaand {
	display: none;
}

iframe {
	display: block;
	width: 839px;
	height: 459px;
	overflow: hidden;
}

#buttons_onderin {
	position: absolute;
	top: 620px;
	left: 0px;
	width: 1280px;
	height: 140px;
	padding: 0 40px;
}

.button_extra {
	width: 100%;
	height: auto;
	background-color: #156bc2;
	margin-top: 10px;
}


/* --------- 2, 3, 4 kolom met 20px marge --------- */

.col_wrapper {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.col2_padding {
	display: inline-block;
	width: 50%;
	height: auto;
	padding: 10px;
} 

.col3_padding {
	display: inline-block;
	width: 33.33333%;
	height: auto;
	padding: 10px;
} 

.col4_padding {
	display: inline-block;
	width: 25%;
	height: auto;
	padding: 0 20px;
	cursor: pointer;
} 

.col_img_or_text {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.col_img_or_text img {
	width: 100%;
	height: auto;
}


/* ------------ modals-------------- */

.modal {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
	width: 1280px;
	height: 780px;
	background: url(images/background-pattern.svg), #2B3047;
	background: url(images/background-pattern.svg), radial-gradient(#2B3047, #0F0F23);
}

#modal1 {
	display: none;
	cursor: pointer;
}

#modal2 {
	display: none;
	cursor: pointer;
}

#modal3 {
	display: none;
	cursor: pointer;
}

#modal4 {
	display: none;
	cursor: pointer;
}

.logo_container_modal {
	position: relative;
	top: 20px;
	left: 0px;
}

.logo_container_modal img {
	width: 160px;
	height: auto;
}

.payoff_container_modal {
	position: absolute;
	top: 33px;
	left: 200px;
}

.inhoud {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 1200px;
	height: 600px;
	background-color: white;
	overflow: hidden;
}

.inhoud img {
	width: 1200px;
	height: 600px;
}

#noback {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 1200px;
	height: 600px;
	overflow: hidden;
}

#noback img {
	width: 1200px;
	height: 600px;	
}

.but_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
}

#but_close1, #but_close2, #but_close3, #but_close4 {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	margin: auto;
}

#but_close1 img {
	width: 40px;
	height: 40px;
}


.but_con {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
}


/* ------------------- mediaqueries ------------------- */


@media only screen and (max-width: 1032px) {
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 400px) {
}