/* Basis */
body {
	font-family: 'museo', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f6f9ff;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}

.no-p{padding: 0;}
.semi-bold{font-weight:700;}
.bold{font-weight:900;}

.cta {
	border-radius: 5px;
	padding: 10px 30px 12px 30px;
	font-size: 22px;
	margin-bottom: 20px;
	border: 0;
	outline : 0;
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	cursor: pointer!important;
	font-weight: 900;
	background: linear-gradient(to right, #a3db56, #cde761);
}
.cta:hover {
	color: #ffffff;
	text-decoration: none;
}
.cta:visited, .cta:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	outline : 0;
}
.cta:active {
	transform: scale(0.9);
	border: 0;
	outline : 0;
}
.nudge {
	font-size: 16px;
	color: #69b500;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.nudge img{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	top: -1px;
	position: relative;
}

/* ============= FORMULIER CSS ================= */	
input-placeholder {
 	color:#8B8B8B;
 	font-size: 14px;
 	font-style: italic;
}
.errorbox, #postcodeError {
	float: left;
}
@media (max-width: 767px) {
 	.errorbox, #postcodeError {
 		width:100%;
	}
}
.errormachtiging {
 	float:left;
 	padding-left:30px;
}
li.error {
 	color:#EB8283;
 	font-size:14px;
 	list-style-type:none;
}
li.valid {
 	height:0;
 	color:#EB8283;
 	font-size:11px;
 	list-style-type:none;
}

/* ============= CHECKBOX ================= */	
.form-checkbox input[type=checkbox] {
	visibility:hidden;
}
.form-checkbox .check-box {
	color:#1f6893;
 	width: 100%;
 	padding:1px 0 0 30px;
 	background-color: transparent;
 	position: relative;
 	display: inline-block;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	background:url(img/checkbox.png) no-repeat left top;
 	background-size:17px 17px;
 	font-size:16px;
 	line-height:23px;
 	cursor: pointer;
    text-align: left;

}
.form-checkbox .check-box a{
	color: #29a3ee;
	text-decoration: underline;
}
.form-checkbox .check-box::before, .check-box::after {
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	position: absolute;
 	height: 0;
 	width: 3px;
 	background-color: #3399FF;
 	display: inline-block;
 	-moz-transform-origin: left top;
 	-ms-transform-origin: left top;
 	-o-transform-origin: left top;
 	-webkit-transform-origin: left top;
 	transform-origin: left top;
 	border-radius: 1px;
 	content: ' ';
 	-webkit-transition: opacity ease .5;
 	-moz-transition: opacity ease .5;
 	transition: opacity ease .5;
}
.form-checkbox .check-box::before {
 	top: 15px;
 	left: 9px;
 	box-shadow: 0 0 0 0px #ffffff;
 	-moz-transform: rotate(-135deg);
 	-ms-transform: rotate(-135deg);
 	-o-transform: rotate(-135deg);
 	-webkit-transform: rotate(-135deg);
 	transform: rotate(-135deg);
}
.form-checkbox .check-box::after {
 	top: 8px;
 	left: 0px;
 	-moz-transform: rotate(-45deg);
 	-ms-transform: rotate(-45deg);
 	-o-transform: rotate(-45deg);
 	-webkit-transform: rotate(-45deg);
 	transform: rotate(-45deg);
}
.form-checkbox input[type=checkbox]:checked + .check-box, .check-box.checked {
	border-color: #3399FF;
}
.form-checkbox input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
 	height: 12px;
 	-moz-animation: dothabottomcheck 0.2s ease 0s forwards;
 	-o-animation: dothabottomcheck 0.2s ease 0s forwards;
 	-webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
 	animation: dothabottomcheck 0.2s ease 0s forwards;
}
.form-checkbox input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
 	height: 30px;
 	-moz-animation: dothatopcheck 0.4s ease 0s forwards;
 	-o-animation: dothatopcheck 0.4s ease 0s forwards;
 	-webkit-animation: dothatopcheck 0.4s ease 0s forwards;
 	animation: dothatopcheck 0.4s ease 0s forwards;
}

/* ============= INPUT VELDEN ================= */	
.form-field input {
	color:#000000;
 	font-size:16px;
 	display:block;
 	width:100%;
 	border:none;
 	height:50px;
 	margin:30px 0 5px 0;
 	padding:10px;
 	transition:0.4s ease all;
 	-moz-transition:0.4s ease all;
 	-webkit-transition:0.4s ease all;
 	-webkit-appearance:none;
 	background-color: #f5fbfe;
 	border: 1px solid #9acfee;
 	border-radius: 5px;
}
.form-field select {
    font-size: 16px;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #9acfee;
    background-color: #f5fbfe;
    background-image: url('img/dropdown-arrow.png');
    background-size: 15px 8px;
    background-position: right 25px center;
    background-repeat: no-repeat;
    color: #1f6893;
    border-radius: 5px;
    height: 50px;
    margin: 30px 0 5px 0;
    padding: 10px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -webkit-appearance: none;
    text-align: left;
}
.form-field input:focus, input.form-geboorte, input.form-datum {
	outline:none;
	border:1px solid #3399FF;
}
.form-field input.valid, input.form-geboorte, input.form-datum {
	border:1px solid #58c143;
}
.form-field input.error, input.form-geboorte, input.form-datum {
	border:1px solid #EB8283;
}
.adressconfirm {
 	font-size: 14px;
 	color: #6B6B6B;
}

/* ============= LABELS ================= */	
.form-field label {
 	color:#000000;
 	font-size:16px;
 	font-weight:normal;
 	position:absolute;
 	top:5px;
 	left:20px;
 	cursor: text;
 	text-align: left;
}
.form-field input:required {
 	box-shadow:none;
}
@media(max-width: 767px){
	.mob-top{
		top: -20px!important;
	}
}

/* =============== VOORWAARDEN =================== */
.modal-container{
 	position: fixed;
 	background-color: rgba(0, 0, 0, 0.8);
 	background: rgba(0, 0, 0, 0.8);
 	color: rgba(0, 0, 0, 0.8);
 	z-index: 99999;
 	width: 100%;
 	height: 100%;
 	display: none;
}
.modal-block{
 	background-color: #ffffff;
 	width:50%;
 	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
 	height: 50vh;
 	margin:auto;
 	padding:50px 50px 50px 50px;
 	font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
 	margin: auto;
 	position: absolute;
}
.modal-close {
    position: absolute;
    color: #ffffff;
    padding-top: 8px;
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
    right: -30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background-color: #3399FF;
    border-radius: 50px;
    text-align: center;
    z-index: 999999;
}
.form-open {
 	width: 90%;
 	transition:1s ease all;
 	-moz-transition:1s ease all;
 	-webkit-transition:1s ease all;
 	opacity:1;
}
.popuptitle {
 	font-weight:900;
 	font-size:30px;
 	margin-bottom:20px;
}
.fillvoorw{
	font-size: 14px;
	color: #000000;
}
@media(max-width: 992px){
	.modal-block{
		width: 70%;
	}
}
@media(max-width: 767px){
	.modal-block{
		width: 100%;
	}
	.modal-close{
		top:15px;
		right:15px;
	}
}

/*Keyframes Checkbox*/
@-moz-keyframes dothabottomcheck {
	0% {height: 0;}
 	100% {height: 11px;}
}
@-webkit-keyframes dothabottomcheck {
	0% {height: 0;}
 	100% {height: 11px;}
}
@keyframes dothabottomcheck {
	0% {height: 0;}
 	100% {height: 11px;}
}
@keyframes dothatopcheck {
	0% {height: 0;}
 	50% {height: 0;}
 	100% {height: 24px;}
}
@-webkit-keyframes dothatopcheck {
	0% {height: 0;}
 	50% {height: 0;}
 	100% {height: 24px;}
}
@-moz-keyframes dothatopcheck {
	0% {height: 0;}
 	50% {height: 0;}
 	100% {height: 24px;}
}






header{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#ffffff;
}
header img{
	width: 100%;
	height: auto;
	max-width: 112px;	
}
header img:first-child{
	margin-right: 55px;
}

.main{
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
	background-image: linear-gradient(#c7e8fa, 50%, #e5f4fc);
}
.main h1{
	font-size: 50px; 
	font-weight: 900;
	color: #00689a;
	line-height: 50px;
	padding-bottom: 20px;
}
.main p{
	font-size: 18px;
	font-weight: 300;
	color: #0d364a;
	line-height: 28px;
	padding-bottom: 50px;
}
.main .relative{
	position: relative;
}
.form-container{
    padding-top: 15px;
	position: relative;
}
.form-container .form-block{
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 80px;
	padding-right: 80px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.48);
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.48);
	text-align: left;
	position: relative;
}
.main .bol{
	position: absolute;
	top: -90px;
	left: -15px;
}
.main .bol img{
	width: 200px;
	height: 200px;
}
.main .bol span{
	display: none;
}
.form-container .form-block .people img.right{
    top: -20px;
    right: -150px;
	position: absolute;
	width: 180px;
	height: auto;
}
.form-container .form-block .people img.left{
	bottom: 0px;
	left: -315px;
	position: absolute;
	width: 350px;
	height: auto;
}
.main .outro{
	padding-top: 50px;
}
.main .outro p{
	padding-bottom: 0;
}
@media(max-width: 1200px){
	.main .bol {
	    top: 66px;
	}
	.main .bol img{
		width: 170px;
		height: 170px;
	}
}
@media(max-width: 992px){
    .main h1{
    	font-size: 44px;
    }
    .main .bol {
	    display: none;
	}
	.banner{
		background: linear-gradient(#00689a, #0096c1);
		color: #ffffff;
		text-align: center;
		font-weight: 600;
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 18px;
	}
	.form-container .form-block .people img.right{
	    top: -50px;
		right: 10px;
		width: 80px;
	}
	.form-container .form-block .people img.left{
	    left: -60px;
	    width: 150px;
	}
}

@media(max-width: 767px){
	.main{
		padding-top: 30px;
	}
	.main h1{
		font-size: 28px;
		text-align: left;
		line-height: 30px;
	}
	.main h2.yellow{
		margin-left: -15px;
		margin-right: -15px;
		font-size: 17px;
		text-align: left;
		padding-left: 15px;
		margin-bottom: 20px;	
	}
	.form-container .form-block{
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 0px;
	}
	.main p{
		padding-bottom: 30px;
		text-align: left;
	}
	.no-p-mob{
		padding: 0;
	}
	.main .bol{
		display: none;
	}
	.inbreng{
		display: block!important;
		background: linear-gradient(#076c9d, #0096c1);
		width: 100%;
		color: #ffffff;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 20px;
		color: #ffffff;
		font-weight: 700;
		font-size: 18px;
	}
}



.footer-wrap {
	background-color: #ffffff;
	width: 100%;
	color: #ffffff;
	padding: 50px 0;
}

.footer-left p, .footer-left img {
    float: left;
}

.footer-left p {
	margin-top: 10px;
	margin-left: 15px;
}

.footer-left img {
	margin-bottom: 20px;
}
.footerblock img.footer-logo{
	width: 100%;
	height: auto;
}
.footer-wrap h3 {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #00689a;
}

.footer-info {
	background-image: url(img/footer-line.png);
	background-repeat: repeat-x;
	background-position: 50%;
	margin-top: 30px;
}
.footer-middle p{
	color: #989898;
	font-size: 16px;
	line-height: 28px;
}
.footer-middle a{
	color: #29a3ee;
	font-size: 16px;
	text-decoration: underline;
}

.footer-info a {
	color: #ffffff;
	text-decoration: underline;
}
.footer-right img{
	margin-right: 5px;
	width: 33px;
	height: 33px;
}

.blueblock {
    background-color: #1f6893;
    padding: 0 65px;
    width: 55%;
    margin: 0 auto;
}

footer{
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
	.form-container {width: 100%;}
	img.img-right {right: -45px;}
		.footer-middle p{
		padding-bottom: 25px;
	}
}
@media(max-width: 767px){
	.footerblock img.footer-logo{
		max-width: 230px;
	}
}




















