/* CSS MADE BY CROSS INTERNET */

/* DEFAULT STUFF */
*, *:before, *:after{
	box-sizing:border-box;
}

::selection {
	background: #0080a1;
	color:#fff;
}

::-moz-selection {
	background: #0080a1;
	color:#fff;
}

html{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;
}

body{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
	background:#eeeeee;
}

img{
	border:0;
}

h1{
	float:left;
	width:100%;
	text-transform:none;
	color:#292727;
	font-size:22px;
	line-height:28px;
	font-weight:400;
	margin:0 0 20px 0;
	font-family: 'Roboto Slab', serif;
}

h1 strong{
	float:left;
	width:100%;
	color: #00647D;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 0 0;
	line-height: 1em;
	text-transform:uppercase;
} 

h2{
	float:left;
	width:100%;
	text-transform:none;
	color:#292727;
	font-size:22px;
	line-height:28px;
	font-weight:400;
	font-family: 'Roboto Slab', serif;
}

h2 strong{
	float:left;
	width:100%;
	color: #00647D;
	font-size:48px;
	font-weight: 700;
	margin: 0 0 0 0;
	line-height: 1em;
	text-transform:uppercase;
} 

h3{
	float:left;
	width:100%;
	text-transform:none;
	color:#292727;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	font-family: 'Roboto Slab', serif;
}
a{
	text-decoration: none;
	color: #00647D;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 15px 0;
}
strong{
	font-weight:600;
}
label{
	cursor:pointer;
}
input[type="submit"]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding:10px 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	line-height:1;
	text-transform:uppercase;
	cursor:pointer;
	border:0;
	background:#4cae4c;
	color:#fff;
	font-size:24px;
	border-radius:0;
	margin:20px 0 0 0;
}

input[type="text"]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	float:left;
	padding:10px 15px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #444;
	background:#fff;
	border:2px solid #fff;
	margin:0;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
	border-radius:0;
}

input[type="text"]:focus{
	border:2px solid #00647D;
	outline:none;
}

textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	resize:vertical;
	border-radius:0;
	float:left;
	margin:0;
	background:#fff;
	padding:10px 15px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #444;
	border:2px solid #fff;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
}

textarea:focus{
	border:2px solid #00647D;
	outline:none;
}

.selectWrapper{
    float: left;
    margin: 0;
    position: relative;
	border: 0;
	cursor:pointer;
	height:44px;
}
.selectWrapper::after, 
.selectWrapper::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 15px;
    top: 18px;
    pointer-events: none;
}
.selectWrapper select {
    float: left;
    padding: 10px 25px 10px 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
	border-radius:0 !important;
    border: 0 !important;
    color: #666666;
    width: 100%;
    outline: 0;
	height:42px;
	cursor:pointer;
    font-family: 'Open Sans', sans-serif;
}

ul{
	list-style-position:inside;
	margin:0;
	padding:0 0 0 15px;
}

/* REPEATABLE CLASSES */
.fullBlock{
	float:left;
	width:100%;
}

.container{
	margin:0 auto;
	width:100%;
	max-width:1440px;
	min-width:320px;
	/*min-width:1250px;*/
}

.title{
	float:left;
	width:100%;
	font-size: 24px;
	font-weight:400;
	line-height:24px;
	margin:0 0 8px 0;
	color:#282828;
}

.subtitle{
	float:left;
	width:100%;
	text-transform:none;
	color:#292727;
	font-family: 'Roboto Slab', serif;
	font-size:22px;
	line-height:28px;
	font-weight:400;
}

.onlyMobile{
	display:none;
}

.hidden{
	opacity:0;
}

.visible{
	opacity:1;
}

.posRel{
	position:relative;
}

.asterisk{
	color:#00647D;
}

.halfBlock{
	float:left;
	width:50%;
}
.flexMe{
	display:flex;
}
.inlineUl{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}

.inlineUl li{
	float:left;
	width:100%;
	margin:5px 0 0 0;
	position:relative;
	padding:0 0 0 20px;
}

.inlineUl li:before{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	background:#292727;
	width:7px;
	height:7px;
	border-radius:50%;
}

.ulTitle{
	font-weight:700;
	color:#292727;
	margin:30px 0 0 0;
	float:left;
	width:100%;
}

.sideMargin{
	margin-left:15px;
	margin-right:15px;
}

.rightMargin{
	margin-right:15px;
}

.leftMargin{
	margin-left:15px;
}

.topMargin{
	margin-top:15px;
}
.bottomMargin{
	margin-bottom:15px;
}
.noMargin{
	margin:0;
}
.button{
	display:inline-block;
	float:left;
	padding:10px 15px;
	background:#80AC16;
	color:#fff;
	border-bottom:2px solid #5e7c11;
	border-radius:3px;
}
.button:hover{
	text-decoration:none;
	background:#C1D72F;
}

.button:active{
	border-bottom:0;
	margin-top:2px;
}

/* HEADER */
.header{
	background:#fff;
	text-align:left;
	line-height:0;
}
.header .fullBlock{
	background:#fff;
}
.header .logo{
	display:inline-block;
	max-height:65px;
	padding:10px 20px;
	float:left;
	background:rgba(255,255,255,0.7);
}

.header .logo img{
	max-width:100%;
	float:left;
	max-height:45px;
}

/* NAVIGATION */
.nav{
	background:#fff;
}
.navigation{
	background:#29A7E5;
	color:#fff;
}

.navigation > ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

.navigation > ul > li{
	float:left;
	position:relative;
	z-index:10;
}

.navigation > ul > li > a{
	float:left;
	padding:15px;
	color:#fff;
	font-weight: 600; 
	text-transform:uppercase;
	line-height: 1;
	font-size:17px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.navigation > ul > li > a:hover{
	text-decoration:none;
	color: #d5f4fa;
}

.navigation > ul > li > ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	min-width:100%;
	background:#1373a0;
	padding:0;
	margin:0;
	list-style:none;
}

.navigation > ul > li:hover > ul{
	display:block;
}
.navigation > ul > li > ul > li{
	float:left;
	width:100%;
}

.navigation > ul > li > ul > li > a{
	padding:10px 20px;
	font-weight:300;
	color:#fff;
	float:left;
	width:100%;
	white-space:nowrap;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
}

.navigation > ul > li > ul > li > a:hover{
	background:rgba(255,255,255,0.3);
	text-decoration:none;
}

#toggleMobileMenu{
	display:none;
}
	

/* BANNER */
.banner{
	/*margin:40px 0 0 0;*/
}
.banner .leftCol{
	float:left;
	width:66.66%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-image:url(../images/vbbanner.jpg);
}

.banner .h1{
	position:absolute;
	float:left;
	width:100%;
	left:0;
	top:50%;
	text-align:center;
	margin:0 0;
	padding:20px 60px;
	font-family:'Roboto slab', sans-serif;
	line-height:1;
	font-size:48px;
	color:#1a1a1a;
	background:rgba(255,255,255,0.7);
	line-height:50px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.banner .rightCol{
	float:right;
	width:33.34%;
	height:100%;
	color:#fff;
	background:#EEF2F9;
	position:relative;
	right:0;
	top:0;
	z-index:1;
	padding:0;
	text-align:center;
	line-height:0;
}

.banner .rightCol span,
.banner .rightCol strong{
	font-size:48px;
	float:left;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	line-height:50px;
}

.banner .rightCol a:first-of-type{
	float:left;
	line-height:1;
	margin:50px 0 0 0;
	font-size:20px;
	color:#fff;
}
.banner .rightCol a:last-of-type{
	float:right;
	margin:50px 0 0 0;
	font-size:20px;
	color:#fff;
	line-height:1;
}

/* LEFTCONTENT */
.content .leftCol{
	float:left;
	width:66.66%;
	height:100%;
	background:#fff;
}

.content .leftCol .contentBlock{
	float:left;
	width:100%;
	padding:60px;
	background:#fff;
}

.subBanner{
	background-image:url(../images/bijeenkomst.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

.subBanner div{
	float:right;
	width:480px;
	max-width:100%;
	background:#4cae4c;
	position:relative;
	padding:30px 0;
	color:#fff;
	font-size:32px;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
}

.subBanner div:before{
	content:"";
	position:absolute;
	top:0;
	right:100%;
	width:0;
	border-top: 180px solid #4cae4c;
	border-left: 90px solid transparent;
}

.subBanner div *{
	width:100%;
	float:left;
}

.infoBlock .imageBlock{
	float:right;
	width:51%;
	padding:60px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:48px;
	line-height:1;
	text-transform:uppercase;
	text-align:right;
	background-size:cover;
	background-image:url(../images/opendag.jpg);
	background-position: center top;
}

.infoBlock .imageBlock span{
	clear:both;
	padding:5px 10px 8px;
	display:block;
	float:right;
	background:rgba(3,175,219,0.8);
}

.infoBlock .imageBlock strong{
	clear:both;
	padding:8px 10px;
	display:block;
	float:right;
	background:rgba(3,175,219,0.8);
}

.infoBlock .textBlock{
	float:left;
	width:50%;
	padding:60px;
	color:#fff;
	background:#00647D; 
	position:relative;
	z-index:1;
}

.infoBlock .textBlock .subtitle{
	color:#fff;
	margin:0 0 30px;
}

.infoBlock .textBlock p:last-of-type{
	margin:0;
}

.logos span{
	float:left;
	width:25%;
	background:#fff;
	line-height:0;
	text-align:center;
	border-right:1px solid #eaeaea;
}

.logos span:last-of-type{
	border:0;
}

.logos span img{
	display:inline-block;
	max-width:100%;
}

/* RIGHTCONTENT */
.content .rightCol{
	float:right;
	width:33.34%;
	padding:0 60px;
	background:#EEF2F9;
	position:relative;
	top:0;
	right:0;
	height:100%;
}
.content .rightCol .stickyPart{
	padding:60px 0 60px 0;
}
.content .rightCol p:last-of-type{
	margin:0;
}

.content .rightCol .rightBlock{
	padding:0 0 30px;
	margin:0 0 30px;
	border-bottom:1px solid #d3dfe7;
}
.content .rightCol .rightBlock.harry{
	line-height:0;
	padding:0;
}
.content .rightCol .rightBlock .subtitle{
	margin:0 0 30px;
}
.content .rightCol .rightBlock:last-of-type{
	border:0;
	padding:0;
	margin:0;
}
form > *{
	float:left;
	width:100%;
}

form strong{
	margin:30px 0 10px 0;
	line-height:1;
}
form .note{
	margin:20px 0;
}
form textarea{
	margin:0 0 10px;
}
/* FOOTER */
.footer{
	/*margin:40px 0 0 0;*/
	background:#eee;
}
.footerRow{
	background:#29A7E5;
	color:#fff;
	padding:15px 0;
	text-align:center;
}

.footer a{
	color:#fff;
}

/* RESPONSIVE */

@media (max-width: 1350px){
	.infoBlock .imageBlock{
		font-size:40px;
	}
}
@media (max-width: 1250px){
	.banner .leftCol{
		width:60%;
	}
	.banner .rightCol{
		width:40%;
		padding:0;
	}
	.banner .rightCol a:first-of-type{
		width:100%;
		text-align:center;
		margin:30px 0 0 0;
	}
	.banner .rightCol a:last-of-type{
		width:100%;
		text-align:center;
		margin:15px 0 0 0;
	}
	.content .leftCol{
		width:60%;
	}
	.infoBlock .imageBlock{
		width:100%;
		position:relative;
	}
	.infoBlock .textBlock{
		width:100%;
	}
	.infoBlock .textBlock .subtitle{
		margin:0 0 15px;
	}
	.content .rightCol{
		width:40%;
	}
}


@media (max-width: 1100px){
	.banner .h1{
		font-size:30px;
		line-height:1.2em;
	}
}
@media (max-width: 1024px){
	.banner .rightCol span, .banner .rightCol strong,
	.banner h1{
		font-size:32px;
		line-height:1.2em;
	}
	h1 strong{
		font-size:32px;
		margin:0;
	}
	h2 strong{
		font-size:32px;
		margin:0;
	}
	.infoBlock .imageBlock{
		padding:30px;
	}
	.infoBlock .textBlock{
		padding:30px;
	}
	.content .leftCol .contentBlock{
		padding:30px;
	}
	.halfBlock{
		width:100%;
	}
	.voorschakel .halfBlock:first-of-type{
		margin: 0;
	}
	.content .rightCol{
		padding:0 30px;
	}
	.content .rightCol .stickyPart{
		padding:30px 0;
	}
	input[type="submit"]{
		font-size:18px;
	}
}


@media (max-width: 850px){
	.navigation > ul > li > a{
		padding:15px 12px;
	}
}
@media (max-width: 800px){
	.flexMe{
		display:block;
	}
	.banner .leftCol{
		position:relative;
		width:100%;
		padding:120px 0;
	}
	.banner .leftCol{
		padding:0 0;
	}
	.banner .h1{
		padding:20px 30px;
		font-size:24px;
		position:static;
		float:left;
		width:100%;
		top:0;
		transform:none;
		-webkit-transform:none;
	}
	h1 strong{
		font-size:24px;
	}
	h2 strong{
		font-size:24px;
	}
	.banner .rightCol span, .banner .rightCol strong{
		font-size: 24px;
		width:auto;
		float:none;
	}
	.banner .rightCol a{
		font-size:16px;
	}
	.banner .rightCol{
		width:100%;
		text-align:center;
	}
	.content .leftCol{
		width:100%;
	}
	.content .rightCol {
		width: 100%;
		position: relative;
	}
	.header{
		text-align:left;
	}
	.header .logo{
		float:left;
	}
}
@media (max-width: 750px){
	body.on{
		overflow:hidden;
		height:100%;
	}	
	/* MOBILE MENU */
	#toggleMobileMenu{
		position:relative;
		display:block;
		left:0;
		top:0;
		width:45px;
		height:56px;
		cursor:pointer;
	}
	#toggleMobileMenu div{
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		position:absolute;
		width:100%;
		height:100%;
	}
	#toggleMobileMenu .lineOne{
		position:absolute;
		width:20px;
		height:1px;
		background:#fff;
		left:12.5px;
		top:22px;
		transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		-webkit-transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	#toggleMobileMenu .lineTwo{
		position:absolute;
		width:20px;
		height:1px;
		background:#fff;
		left:12.5px;
		top:31px;
		transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		-webkit-transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}

	#toggleMobileMenu.on div{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	#toggleMobileMenu.on  .lineOne{
		transform: rotate(45deg);
		top: 28px;
	}
	#toggleMobileMenu.on  .lineTwo{
		transform: rotate(-45deg);
		top: 28px; 
	}
	.navigation > ul{
		max-height:0;
		overflow:hidden;
		position:absolute;
		top:142px;
		height:calc(100% - 86px);
		background:#80AC16;
		z-index:10;
		overflow-y:auto;
		transition: max-height 0.3s;
		-webkit-transition: max-height 0.3s;
	}
	.navigation > ul.on{
		max-height:1500px;
	}
	.navigation > ul > li,
	.navigation > ul > li > a{
		float:left;
		width:100%;
	}
	
	.navigation > ul > li > a{
		padding:10px 15px;
	}
	.navigation > ul > li:hover > ul{
		display:none;
	}
	.navigation > ul > li > ul.on{
		display:block;
		position:relative;
		float:left;
		width:100%;
	}
	
	.navigation > ul > li > ul.on li a:before{
		content:"> ";
		float:left;
	}
}
@media (max-width: 480px){
	.header .logo{
		width:100%;
		text-align:center;
	}
	h2,
	.subBanner div{
		font-size:24px;
	}
	.subBanner div{
		padding:30px;
		line-height:1.2em;
	}
	.infoBlock .imageBlock{
		font-size:30px;
	}
	.logos span{
		width:50%;
	}
	.logos span:nth-of-type(3),
	.logos span:nth-of-type(4){
		border-top:1px solid #eaeaea;
	}
}
