/* Basis */
body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 16px;
}

/* POP-UP */


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 888;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.overlay-open {
 	width: 100%;
 	height: 100%;
 	animation: open 1s;
 	transition:1s ease all;
 	-moz-transition:1s ease all;
 	-webkit-transition:1s ease all;
  	visibility: visible;
  	opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
	padding: 0px 0 0 12px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #0d2f3d;
  border-radius: 25px;
	width: 50px;
	height: 50px;
	font-weight: 200;
	z-index: 1000;
	
}
.popup .close:hover {
  color: #ffffff;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  z-index: 889;
}
.content{
	max-height: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.close {
	opacity: 1;
}
.form-block{
	padding: 45px;
	padding-left: 30px;
	padding-right: 30px;
}

.jazin{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f95759;
	padding-left: 45px;
	padding-right: 45px;
	overflow: hidden;
	color: #ffffff;
	font-size: 21px;
	font-weight: 700;
}
.jazin p{
	margin-top: 27px;
	font-size: 20px;
}

@media screen and (max-width: 767px){
  .box{
    width: 70%;
  }
  .popup{
    width: 90%;
    padding: 0px;
  }
  .form-block{
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
  }
  .jazin{
  	padding-left: 0px;
  	padding-right: 0px;
  }
  .bgpattern .cta-red{
  	margin-bottom: 10px;
  }
}



/* Einde POP-UP */


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

h1 {
	font-size: 33px;
	line-height: 42px;
	font-weight: 700;
}

h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

.menutitle {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #0d2f3d;
}
.menutitle2 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #0d2f3d;
	padding-top: 25px;
}

.radio-button{
	margin-bottom: 10px;
	font-size: 14px;
	color: #0d2f3d;
	font-weight: 500;
}
.radio-button input{
	margin-right: 8px;
	width: 5%;
	vertical-align: top;
}

textarea{
	width: 100%;
	border: 1px solid #93a4a6;
	border-radius: 9px;
	height: 160px;
	resize: none;
}

.header{
    position: absolute;
    right: 20px;
    bottom: -100px;
    width: 100%;
    height: auto;
    max-width: 650px;
}
.header-sticker{
    position: absolute;
    right: 0;
    left: 420px;
    top: 200px;
    max-width: 200px;
    margin: 0 auto;
    height: auto;
}
.bgpattern .cta-red{
	margin-bottom: 10px;
}

.overons{
	position: absolute;
	right: -50px;
	top: -130px;
}

.line1 {
	position: absolute;
	left: 330px;
	bottom: -220px;
}

.line2 {
	position: absolute;
	right:0px;
	bottom: -280px;
	z-index: 1;
}

.line3 {
	position: absolute;
	left: -70px;
    bottom: -120px;
	z-index: 1;
}

.line4 {
	position: absolute;
	right:90px;
	bottom: -200px;
	z-index: 1;
}

.houses {
	background: url("img/house-left.png") no-repeat,  url("img/house-right.png") no-repeat;
	background-position: left, right;
}

.logo{
	padding-top: 4px;
}
.stap{
	font-size: 70px;
	font-weight: 900;
	color: #f95759;
}

.no-p{
	padding: 0px;
}

.footerstyle {
	font-size: 13px;
	line-height: 20px;
}

.footerstyle a {
color: #ffffff;
	cursor: pointer;
}

.menustyle {
	font-size:14px;
	font-weight: bold;
	color:#0d2f3d;
	text-align: right;
}

.menustyle a{
	font-size:14px;
	font-weight: bold;
	color:#0d2f3d;
	text-decoration: none;
}
.menustyle a:hover{
	font-size:14px;
	font-weight: bold;
	color:#0d2f3d;
	text-decoration: none;
}
.burgermenu{
	display: none;
}
img.footer{
	width: 100%;
	height: auto;
	max-width: 350px;
	margin-top: 30px;
}
@media(max-width: 1200px){
	.header-sticker{
    	bottom: 430px;
	}
}
@media(max-width: 992px){
	.menustyle{
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: #ffffff;
		z-index: 99999;
		padding-left: 15px;
		text-align: left;
	    top: 72px;
    	left: 0;
    	opacity: 0;
    	visibility: hidden;
    	transition: .3s ease all
	}
	.menustyle.open{
		visibility: visible;
		opacity: 1;
	}
	.menustyle ul{
		padding-left: 5px;
	}
	.menustyle ul li{
		text-align: left;
		display: block;
	}
	.burgermenu{
	    display: block;
	    width: 40px;
	    height: auto;
	    margin-right: 30px;
	    margin-left: auto;
	    margin-top: 7px;
	    cursor: pointer;
	}	
	img.footer{
		max-width: 180px;
		margin-top: 10px;
		margin-bottom: 40px;
	}
}
@media(max-width: 767px){
	.header-sticker{
    	display: none;
	}
}


.menubalk{
	padding-top: 13px;
}
.menubalk li {
	display: inline;
	padding-right: 15px;
	cursor: pointer;
}


#sticky-wrap {
	color:#fff;
	padding: 20px 3px 20px 3px;
	z-index: 100;
	background-color: #ffffff;
	
	  -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;
}
#sticky-wrap.stickyhead {
	position: fixed;
	top: 0;
	right:0;
	left:0;
	-webkit-box-shadow: 0px 5px 28px -15px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 5px 28px -15px rgba(0,0,0,0.32);
box-shadow: 0px 5px 28px -15px rgba(0,0,0,0.32);
	padding-top: 15px;
	padding-bottom: 15px;
}

.bgpattern {
	background: url(img/pattern.png);
    padding-bottom: 50px;
}

.navy {
	color:#0d2f3d;
}
.bg-navy {
	background-color: #0d2f3d;
}

.bg-darknavy {
	background-color: #091b25;
}

.white {
	color:#ffffff;
}

.red {color: #f95759;}

.bold {
	font-weight: 700;
}


.bg-navywhite {

background: rgba(13,47,61,1);
background: -moz-linear-gradient(left, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13,47,61,1)), color-stop(44%, rgba(13,47,61,1)), color-stop(44%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2f3d', endColorstr='#ffffff', GradientType=1 );

}

.bg-navywhite-diag {
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(13,47,61,1)), color-stop(44%, rgba(13,47,61,1)), color-stop(44%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(-45deg, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(-45deg, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
background: linear-gradient(135deg, rgba(13,47,61,1) 0%, rgba(13,47,61,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2f3d', endColorstr='#ffffff', GradientType=1 );
}



.usp li {
	background-image: url(img/check_usp.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 14px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 30px;
}
.cta {
	border-radius: 25px;
	padding: 14px 30px 12px 30px;
	font-size: 14px;
	width: 100%;
	height: 48px;
	display: inline-block;
	margin: auto;
	background-size: 9px;
	background-repeat: no-repeat;
	background-position: right 34px top 18px;
	-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;
	font-weight: 700;
	background-image: url(img/cta_arrow-copy.png);
	outline : 0;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	border: 0;
}
.cta:hover {
	text-decoration: none;
	background-position: right 20px top 18px;
}
.cta:link {
	text-decoration: none;
}
.cta:visited {
	text-decoration: none;
	border: 0;
	outline : 0;
}
.cta:active {
	transform: scale(0.9);
	border: 0;
	outline : 0;
}
.cta-red {
	background-color: #f95759;
	color: #ffffff;
}

.cta-red a, .cta-red a:hover, .cta-red a:active, .cta-red a:link {
	
	color: #ffffff;
	background-color: #e04547;
} 

.cta-red:hover {
	color: #ffffff;
	background-color: #e04547;
}

.cta-red:link {
	color: #ffffff;
	background-color: #e04547;
}


.cta-red:active {
	color: #ffffff;
	background-color: #e04547;
}

.cta-ghost {
	padding-top: 12px;
	color:#0d2f3d;
	border: 2px solid #0d2f3d;
	background:transparant;
}

.cta-ghost:hover {
	color:#0d2f3d;
	
	border: 2px solid #0d2f3d;
	background:transparant;
}
.cta-ghost:link {
	
	border: 2px solid #0d2f3d;
	background:transparant;
}


.cta-ghost:active {
	
	border: 2px solid #0d2f3d;
	background:transparant;
}

a .cta-ghost {
		border: 2px solid #0d2f3d;
	color: #0d2f3d;
}
.button-center{
	display: block;
	max-width: 360px;
	margin: 0 auto;
}

 /* unvisited link */
a:link cta-ghost {
		border: 2px solid #0d2f3d;
	color: #0d2f3d;
}

/* visited link */
a:visited cta-ghost {
		border: 2px solid #0d2f3d;
	color: #0d2f3d;
}

/* mouse over link */
a:hover cta-ghost {
		border: 2px solid #0d2f3d;
	color: #0d2f3d;
}

/* selected link */
a:active cta-ghost {
		border: 2px solid #0d2f3d;
	color: #0d2f3d;
}

@media(max-width: 992px){
	ul.menubalk li{
		padding-top: 5px;
	}
	.cta-burger{
	  	max-width: 280px!important;
	  	color: #ffffff!important;
	  	margin-top: 10px;
  	}
}

.nudge {
	font-size: 12px;
}
.nudge a{ 
	color: #0d2f3d;
	text-decoration: underline;
} 

.vragenradio label{
	margin: 0;
	color: #000000;
	font-weight: 300;
	width: 90%;
}

.wrapper {
  text-decoration: underline;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  background: #f95759;
  color: #fff;
	font-weight: 300;
	font-size: 15px;
  display: block;
	left: 0;
	bottom: 100%;
	width: 100%;
	text-align: left;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #f95759 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1450px) {
	
	.houses {
	background:none;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
		.header{
		width: 100%;
		left: 0;
		position: relative;
		top: 0px;
}
	
	.overons{
	position: relative;
		width: 100%;
	right: 0px;
	top: 0px;
}

	
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header{
		width: 100%;
		left: 0;
		position: relative;
		top: 30px;
}
.bgpattern {
    padding-top: 30px;
}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
		h1 {font-size: 26px; line-height: 32px;}
	
		h2 {font-size: 20px; line-height: 24px;}
	
	.stap {font-size:50px;}
	
	
#sticky-wrap {
	color:#fff;
	padding: 20px 3px 20px 3px;
	z-index: 100;
	background-color: #ffffff;
	
	  -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;
}
#sticky-wrap.stickyhead {
	top: 0;
	right:0;
	left:0;
	-webkit-box-shadow: 0px 5px 28px -15px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 5px 28px -15px rgba(0,0,0,0.32);
box-shadow: 0px 5px 28px -15px rgba(0,0,0,0.32);
	padding: 3px;
}
	

	
	
}

.review{
	padding-top: 90px;
	padding-bottom: 90px;
}
.reviewscript{
	padding-top: 90px;
	padding-bottom: 90px;
}
@media(max-width: 767px){
	.review{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.reviewscript{
		padding-top: 30px;
		padding-bottom: 30px;
		display: block;
		margin: 0 auto;
	    width: 280px;
	}
}


/*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;
	}
}

/*Keyframes lightbox open*/
@keyframes open {
 	0% {
 		display: none;
	}
 	1% {
 		width: 0;
 		display: block;
 		color:white;
 		opacity: 0;
	}
 	80% {
 		color:white;
	}
 	100% {
 		display: block;
 		width: 90%;
 		color:#181818;
 		opacity: 1;
	}
}

@keyframes open {
 	0% {
 		display: none;
	}
 	1% {
 		width: 0;
 		display: block;
 		color:white;
 		opacity: 0;
	}
 	80% {
 		color:white;
	}
 	100% {
 		width: 100%;
	}
}

.cookies {
  padding: 50px 0;
    position: fixed;
    float: left;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    z-index: 9999;
}
  .cookies.hidden {display: none !important; visibility: none !important;}

  .cookies .btn {
      padding: 10px 40px 10px 40px !important;
      background: none;
      background-color: #e04547;
      margin-top: 10px;
      color: #ffffff !important;
      border-radius: 50px;
      border: none;
  }
    .cookies .btn:hover {
      background: #e04547;
    }

  .cookies .nudge {
    font-size: 16px;
    display: block;
  }



  .p-mob-5{padding-left:5px;padding-right: 5px;}
.no-p {padding: 0;}
.p-l-5{padding-left: 5px;}
/* ================== FORMULIER CSS ================== */
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder{ /* Chrome/Opera/Safari/Firefox 19+/IE 10/Firefox 18- */
 	color:#8B8B8B;
 	font-size: 14px;
}
.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;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important; /* Verandert achtergrondkleur na autofill/prefill */
}

/* ================== START GESLACHTBUTTON ================== */
.geslachtlabel {
 	color: #999;
 	font-size: 14px;
 	font-weight: normal;
 	padding-left: 20px;
}
.form-geslacht{
	position: relative;
	padding-top: 15px;
}
.form-geslacht input[type=radio] {
 	visibility: hidden; /* gebruik geen display block */
 	width: 1px;
 	height: 1px;
 	cursor: pointer;
 	padding: 0px;
 	float:left;
 	margin-left:0px!important;
 	-moz-appearance: none; /* Remove default appearance styling for Firefox */
 	-webkit-appearance:none;
 	appearance:none;
 	position: absolute;
}
.form-geslacht input[type=radio] + label {
 	color:#999;
 	font-size:14px;
 	background-image: url(img/bullet_unchecked.png);
 	background-repeat:no-repeat;
 	background-size: 30px;
 	background-position: left -5px top 8px;
 	padding-top: 13px;
 	padding-bottom: 0;
    padding-left: 25px;
 	width: 100%;
 	max-width: 64px;
 	cursor: pointer;
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 	position: relative;
 	left: 0;
	-webkit-transform: none!important;
	transform: none!important;
}
.form-geslacht input[type=radio]:hover + label {
 	background-image: url(img/bullet.png);
}
.form-geslacht input[type=radio]:checked + label {
 	background: url(img/bullet.png) no-repeat;
 	background-size: 30px;
 	background-position: left -5px top 8px;
}
/* ================== END GESLACHTBUTTON ================== */

/* ================== START CHECKBOX ================== */
.form-checkbox input[type=checkbox] {
	visibility:hidden;
}
.form-checkbox .check input:focus ~ label, .check input:valid ~ label {
 	top:0;
 	cursor:pointer;
 	color:#999;
 	margin-right:-30px;
 	width:95%;
 	height:auto;
}
.form-checkbox .check-box {
 	width: 100%;
 	height:18px;
 	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;
 	-moz-transition: border-color ease 0.2s;
 	-o-transition: border-color ease 0.2s;
 	-webkit-transition: border-color ease 0.2s;
 	transition: border-color ease 0.2s;
 	background:url(img/checkbox.png) no-repeat left top;
 	background-size:17px 17px;
 	font-size:14px;
 	line-height:16px;
}
.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;
}
/*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;}
}

/*Keyframes lightbox open*/
@keyframes open {
 	0% {display: none;}
 	1% {width: 0;display: block;color:white;opacity: 0;}
 	80% {color:white;}
 	100% {display: block;width: 90%;color:#181818;opacity: 1;}
}

@keyframes open {
 	0% {display: none;}
 	1% {width: 0;display: block;color:white;opacity: 0;}
 	80% {color:white;}
 	100% {width: 100%;}
}
/* ================== END CHECKBOX ================== */

/* ================== START FORM BASIS ================== */
.form-field input {
 	font-size:16px;
 	display:block;
 	width:100%;
 	border:none;
 	border:1px solid #999999;
 	border-radius:2px;
 	height:45px;
 	margin:15px 0 0 0;
 	padding:10px;
 	transition:0.4s ease all;
 	-moz-transition:0.4s ease all;
 	-webkit-transition:0.4s ease all;
 	-webkit-appearance:none;
 	padding-top: 25px;
}
.form-field input:focus, input.form-geboorte{
	outline:none;
	border:1px solid #3399FF;
}
.form-field input:focus ~ label{
	-webkit-transform: translateY(4px) scale(.85);
	transform: translateY(4px) scale(.85);
}

.nostyle{transform: none!important;color:#000000!important;} /*Zorgt ervoor dat radio buttons niet scalen*/

.form-field input.valid, input.form-geboorte {
	border:1px solid #58c143;
}
.form-field input.error, input.form-geboorte {
	border:1px solid #EB8283;
}
.form-field input.error ~ label {
	color: #EB8283;
}
.form-field label {
	transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    pointer-events: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    font-weight: 400;
    text-align: left;
    position: absolute;
    top: 15px;
    z-index: 1;
    color: #b3b3b3;
    left: 15px;
    font-size: 14px;
    line-height: 22.4px;
    -webkit-transform: translateY(11.8px);
    transform: translateY(11.8px);
}
label[for=respondee_initials], label[for=respondee_address_zipCode], label[for=respondee_emailAddress]{
	left:25px;
}

.adressconfirm {
 	font-size: 14px;
 	color: #6B6B6B;
}
.adressconfirm.adresvink {    
	background-color: #efefef;
    border-radius: 2px;
    color: #000000;
    float: left;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    left: 0;
    padding-left: 40px;
    margin-left: 0;
}
.adressconfirm.adresvink:before {
    content: '';
    position: absolute;
    background-image: url(img/adres_vink.png);
    background-position: 0;
    background-size: 20px;
    width: 20px;
    background-repeat: no-repeat;
    left: 25px;
    top: 9px;
    height: 40px;
}
.formcontainer {
	margin-top: 10px;
	border-radius: 8px;
	border: 1px solid #999999;
    padding: 0 40px;
}
.formcontainer .form-field {
	padding-left: 4px;
	padding-right: 4px;
}
.formcontainer .form-field.firstoftype, .formcontainer .row .form-field:first-of-type {
	padding-left: 15px;
}
li#respondee_gender-error {
    margin-top: 7px;
}
.form-field input.is-active ~ label, .filled-in label, .filled-in-error label, .form-field label.activelabel {
	-webkit-transform: translateY(4px) scale(.85);
	transform: translateY(4px) scale(.85);
	color: #009fe6;
}
.form-field label.activelabel, .valid ~ label{
	color: #58c143;
}
.filled-in-error label {
	color: #EB8283;
}
.errorbox, #postcodeError {
		width:100%;
}
.formcontainer .form-field:last-of-type {
	padding-right: 15px;
}
.iframe_contact{
	width: 80%!important;
}
@media(max-width: 992px){
	.formcontainer .row .form-field {
		padding-right: 15px;
	}
}
@media screen and (max-width: 768px) {
	label[for=respondee_emailAddress],label[for=respondee_telephoneNumber] {
		top: 15px;
	}
	label[for=payment_ibannumber] {
		top: 0px!important;
	}
	.errorbox, #postcodeError {
 		float: left;
	}
	.formcontainer{
		padding: 0 40px;
	}
	.iframe_contact{
		width: 100%!important;
	}
}
/* ================== END FORM BASIS ================== */

/* ================== START BIRTHDATE ================== */
.form-geboorte label {
 	font-size:14px;
 	color:#999;
 	left:20px;
 	position:absolute;
 	top: 10px;
}
 .form-datum label {
 	font-size:14px;
 	color:#999;
 	left:20px;
 	position:absolute;
 	top:0px;
}
.zsm{
	display: inline-block;
	margin-top: 10px;
	margin-right: 15px;
}
.dd {
 	width:110px;
 	display: inline-block;
 	margin-right:5px;
	font-size:16px;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:2px;
 	height:45px;
 	margin:0 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;
}
.mm {
 	width:110px;
 	display: inline-block;
 	margin-right:5px;
	font-size:16px;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:2px;
 	height:45px;
 	margin:0 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;
 	margin-left: 10px;
}
.yy {
 	width:110px;
 	display: inline-block;
	font-size:16px;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:2px;
 	height:45px;
 	margin:0 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;
 	margin-left: 10px;
}
.dd:focus, .mm:focus, .yy:focus{
	outline:none;
	border:1px solid #3399FF;
}
/* ================== END BIRTHDATE ================== */

/* ================== START VOORWAARDEN ================== */
#fillVoorw li {
 	margin-left:-30px;
 	list-style-type: square;
 	padding: 0 0px 0 0;
}
#fillVoorw ul {
 	list-style-type: square;
 	padding: 0 0px 0 0;
}
.voorwaardenoverlay {
 	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;
}
.popuptitle {
 	font-weight:900;
 	font-size:30px;
 	width:100%;
 	margin-bottom:20px;
}
.form-open {
 	width: 90%;
 	animation: open 1s;
 	transition:1s ease all;
 	-moz-transition:1s ease all;
 	-webkit-transition:1s ease all;
 	opacity:1;
}
.lightbox {
 	background-color: #ffffff;
 	height: 50vh;
 	color:#181818;
 	margin:auto;
 	list-style-type:square;
 	overflow-y: auto;
 	padding:50px 50px 50px 50px;
 	font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
 	font-size:14px;
 	line-height:1.6em;
 	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
 	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
 	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
 	margin: auto;
 	position: absolute;
 	width:100%;
 	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#popup {
 	width: 60%;
 	margin:auto;
 	position:absolute;
 	height:50vh;
 	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#close {
 	position:absolute;
 	color:#ffffff;
 	top:-20px;
 	right:-20px;
 	padding-top: 10px;
 	font-size:20px;
 	font-weight:700;
 	cursor:pointer;
 	width: 50px;
 	height: 50px;
 	background-color:#3399FF;
 	border-radius: 30px;
 	text-align: center;
 	z-index:9999;
}
@media(max-width: 767px){
	.lightbox{
		padding: 20px 20px 20px 20px;
	}
	#popup {
		width: 80%;
	}
	.popuptitle {
		font-size: 26px;
	}
}
/* ================== END VOORWAARDEN ================== */

/* ================== START DATE PICKER ================== */
.form-datum {
    display: inline-block;
}
.form-datum input.showReadonly[readonly] {
    text-align: center;
    border: 1px solid #8d8d8d;
    background: url(img/cal.png) no-repeat 10px 10px, url(img/drop.png) no-repeat right 10px top 20px, url(img/cal_focus.png) 0 0 no-repeat, url(img/drop_focus.png) 0 0 no-repeat;
    padding: 3px 0px 0px 10px;
    background-size: 20px 22px, 10px 5px, 0 0, 0 0;
    cursor: pointer;
    background-color: transparent;
    width: 110%;
    margin-top: 10px;
    margin-bottom: -15px;
    height: 45px;
    float: left;
    border-radius: 2px;
}
.form-datum input.showReadonly[readonly]:focus {
 	border:1px solid #3399FF;
 	color:#3399FF;
 	background:url(img/cal_focus.png) no-repeat 10px 10px, url(img/drop_focus.png) no-repeat right 10px top 20px;
 	background-size:20px 22px, 10px 5px;
}
.form-datum input.showReadonly[readonly].error {
 	border:1px solid #FF0004;
 	color:#E45053;
}
.ui-datepicker {
 	padding: 0;
 	border: 1px solid #ddd;
 	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
 	border-radius: 0;
}
.ui-datepicker * {
 	padding: 0;
 	font-family: "Open Sans", sans-serif;
 	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
 	border-radius: 0;
}
.ui-datepicker table {
 	font-size: 13px;
 	margin: 0;
}
.ui-datepicker .ui-datepicker-header {
 	border: none;
 	background: #0f1626;
 	color: #fff;
 	font-weight: normal;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
 	background: #0f1626;
 	border-color: transparent;
 	cursor: pointer;
 	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
 	border-radius: 0;
}
.ui-datepicker thead {
 	background: #0f1626;
 	color: #fff;
}
.ui-datepicker .ui-datepicker-title {
 	margin-top: .4em;
 	margin-bottom: .3em;
 	color: #fff;
 	font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
 	height: 1em;
 	top: .9em;
 	border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
 	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
 	right: 2px;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
 	background-image: url(datepicker.png);
 	background-position: 0;
 	margin-top: 0;
 	top: 0;
 	font-weight: normal;
}
.ui-datepicker th {
 	padding: 0.75em 0;
 	color: #fff;
 	font-weight: normal;
 	border: none;
 	border-top: 1px solid #333;
}
.ui-datepicker td {
 	background: #fafafa;
 	border: none;
 	padding: 0;
}
.ui-datepicker td .ui-state-default {
 	background: transparent;
 	border: none;
 	text-align: center;
 	padding: .5em;
 	margin: 0;
 	font-weight: normal;
 	color: #333;
}
.ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-hover {
 	background: #ff533d;
 	color: #fff;
}
.ui-datepicker td.ui-state-disabled, .ui-datepicker td.ui-state-disabled .ui-state-default {
 	opacity: 1;
 	color: #999;
}
.ui-icon-circle-triangle-w {
 	-moz-transform: scaleX(-1);
 	-o-transform: scaleX(-1);
 	-webkit-transform: scaleX(-1);
 	transform: scaleX(-1);
 	filter: FlipH;
 	-ms-filter: "FlipH";
}
.ui-icon {
 	cursor: pointer;
}
/* ================== END DATE PICKER ================== */

/* ================== OVERIGE STYLES ================== */

.aanvullend{
	margin: 30px 0 0;
	color: #000000; 
	font-size: 18px;
}
.reasoning {
    display: block;
    width: 100%;
    color: #a8a8a8;
    margin-bottom: 10px;
}
@media(max-width: 767px){
	.reasoning{
		margin-top: 10px;
		margin-left: 0;
	}
}

.gegevens-feedback{
	margin-top: 15px;
	margin-left: 15px;
}
.gegevens-feedback .naam-container{
	display: block;
}
.title-feedback{
	margin-left: 15px;
}
.title-feedback .num {
    margin-left: -15px;
    width: 15px;
    display: block;
    float: left;
}
#geslacht_feedback, #feedback_initials, #feedback_lastNamePrefix, #feedback_lastName, #feedback_streetName, #feedback_houseNumber, #feedback_houseNumberAddition, #feedback_zipCode, #feedback_city{
	display: inline-block;
}
#feedback_zipCode {text-transform: uppercase;}

@media (max-width: 992px) {
	.title-feedback .num {margin-left: 0px;}
}

input[type=radio] {
	margin-right: 5px;
}

/*Start groene balk boven formulier*/
.green-bar{
	background-color: #dffdcd;
	border: 1px solid #7cc94b;
	border-radius: 8px;
	position: relative;
	padding: 15px 0;
	margin: 30px 0 0;
}
.green-bar p{
	padding-left: 40px;
	color: #71c63e;
	font-weight: 900;
	position: relative;
	font-size: 18px;
}
.green-bar a{
	position: absolute;
	right: 40px;
	top: 15px;
	font-size: 18px;
	color: #71c63e;
	text-decoration: underline;
	font-weight: 900;
}
.green-bar img.img-check{
	width: 18px;
	height: 18px;
	margin-right: 25px;
	position: relative;
	top: -2px;
}
/*End groene balk boven formulier*/

/*Start Fade-in en Fade-uit animaties*/
.fade-out{
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}
.fade-in{
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
@keyframes fadeOut {
    0% {opacity: 1;left:0;}
    100% {opacity: 0;left:180px;}
}
@keyframes fadeIn {
    0% {opacity: 0;left:-180px;}
    100% {opacity: 1;left: 0;}
}
/*Eind Fade-in en Fade-uit animaties*/


footer {
    padding: 50px 0;
    float: left;
    width: 100%;
}


/*Start tooltip style*/
#tooltip {
	position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.tooltip, .tooltip.top .tooltip-inner {background-color:#ffffff; color: #000000;}
.tooltip {box-shadow: -1px 6px 10px 0 rgba(0,0,0,.15);}
.tooltip.top .tooltip-arrow {border-top-color: #ffffff; bottom: -5px;}
/*Eind tooltip style*/



@media screen and (max-width: 1200px) {
	.form-geslacht input[type=radio] + label {width: 48%;}
}

@media screen and (max-width: 992px) {
	.col-lg-offset-15 {margin-left: 0;}
	.p-l-5 {padding-left:15px;}
	.form-field label {left: 25px;}
	.formcontainer .row .form-field:last-of-type {padding-left:15px;}
}
@media screen and (max-width: 767px) {
	.form-field label {top: 15px;}
}

@media screen and (max-width: 576px) {
	.dd, .mm, .yy {width: 30%; margin-left: 0;}
}