@font-face{
	font-family: Clanpro;
    src: url(fonts/ClanPro-Medium.eot),
    	 url(fonts/ClanPro-Medium.woff),
    	 url(fonts/ClanPro-Medium.ttf),
    	 url(fonts/ClanPro-Medium.svg);
}

@font-face{
	font-family: Clanbook;
    src: url(fonts/ClanPro-Book.eot),
    	 url(fonts/ClanPro-Book.svg),
    	 url(fonts/ClanPro-Book.ttf),
    	 url(fonts/ClanPro-Book.woff);
}

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

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

.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: 5px;
	padding: 10px 30px 12px 30px;
	font-size: 18px;
	border: 0;
	display: block;
	width: 100%;
	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-color: #53c50e;
	background-image: url(img/cta_arrow-copy.png);
	border: 0;
	outline : 0;
}
.cta:hover {
	color: #ffffff;
	text-decoration: none;
	background-position: right 20px top 18px;
}
.cta:link {
	color: #ffffff;
	text-decoration: none;
}
.cta:visited {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	outline : 0;
}
.cta:active {
	transform: scale(0.9);
	border: 0;
	outline : 0;
}
.cta:hover {
	background-color: #4bb20d;
}
.nudge {
	font-size: 16px;
	color: #4ac002;
	font-family: 'Clanpro', sans-serif;
	margin-top: 20px;
}
.nudge img{
	width: 100%;
	height: auto;
	max-width: 17px;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}



/* ============= FORMULIER CSS ================= */
	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color:#8B8B8B;
 	font-size: 14px;
 	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
 	color: #8B8B8B;
 	font-size: 14px;
 	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
 	color: #8B8B8B;
 	font-size: 14px;
 	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
 	color: #8B8B8B;
 	font-size: 14px;
 	font-style: italic;
}



/* Custom, iPhone Retina */ 

@media only screen and (min-width : 767px) {
 	.errorbox, #postcodeError {
 		float: left;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) {
 	.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;
}
	

/* Geslacht buttons */
.geslachtlabel {
 	color: #000000;
 	font-size: 14px;
 	font-weight: normal;
 	padding-left: 20px;
}
.form-geslacht input:focus ~ label, .geslacht input:valid ~ label {
 	color:#000000;
}
.form-geslacht input[type=radio] {
 	visibility: hidden; /* gebruik geen display block */
 	width: 1px;
 	height: 1px;
 	cursor: pointer;
 	padding: 0px;
 	float:left;
 	margin-left:1px;
 	-moz-appearance: none; /* Remove default appearance styling for Firefox */
 	-webkit-appearance:none;
 	appearance:none;
}
.form-geslacht input[type=radio] + label {
 	color:#999;
 	font-size:16px;
 	font-weight:normal;
 	background-image: url(img/bullet_unchecked.png);
 	background-repeat:no-repeat;
 	background-size: 30px;
 	background-position: left 7px top 5px;
 	padding: 10px 0;
 	margin-left: 10px;
 	width: 100%;
 	max-width: 120px;
 	text-align: center;
 	cursor: pointer;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 	-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;
}
.form-geslacht input[type=radio]:hover + label {
 	background-image: url(img/bullet.png);
 	background-repeat:no-repeat;
 	background-size: 30px;
 	background-position: left 7px top 5px;
}
.form-geslacht input[type=radio]:first-child + label {
 	margin: 0 0 0 -5px;
}
.form-geslacht input[type=radio]:checked + label {
 	background: url(img/bullet.png) no-repeat;
 	background-position: left 7px top 5px;
 	background-size: 30px;
 	padding: 10px 0px 10px 0;
 	width: 100%;
 	cursor: pointer;
 	transition: 0.5s;
}

* Geslacht buttons */
.geslachtlabel {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Clanbook', sans-serif;
}	
#genderm, #genderf{
	display: inline-block;
	width: 20px;
	height: 17px;
}
.genderlabel{
	margin-right: 15px!important;
	font-family: 'Clanbook', sans-serif;
}


/* Checkbox */

input[type=checkbox] { visibility:hidden; }

.check input:focus ~ label, .check input:valid ~ label {
	top:0;
	cursor:pointer;
	color:#000000;
	margin-right:-30px;
	width:95%;
	height:auto;
	font-family: 'Clanbook', sans-serif;
}

.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;
}

.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;
}
.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);
}
.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);
}

input[type=checkbox]:checked + .check-box, .check-box.checked { border-color: #3399FF; }

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

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


.akkoord{
	display: block;
	margin-top: 15px;
	font-family: 'Clanbook', sans-serif;
	}
	.akkoord a {
		color: #00a8ff;
	}

/* Form starting stylings ------------------------------- */

.group {
 	position:relative;
}
.form-field input {
 	font-size:16px;
 	display:block;
 	width:100%;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:3px;
 	height:45px;
 	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;
}
.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;
}

/* LABEL */
.form-field label {
 	color:#000;
 	font-size:14px;
 	font-weight:normal;
 	position:absolute;
 	top:10px;
 	left:20px;
 	cursor: text;
}
.form-field input:required {
 	box-shadow:none;
}
@media(max-width: 767px){
	.mob-top{
		top: -20px!important;
	}
}
/* Einde LABEL */



/* Geboortedatum */
.form-geboorte label {
 	font-size:14px;
 	color:#000000;
 	left:20px;
 	position:absolute;
 	top: 10px;
}
 .form-datum label {
 	font-size:14px;
 	color:#000000;
 	left:20px;
 	position:absolute;
 	top:0px;
}

/*Datum*/
.dd {
 	width:50px;
 	display: inline-block;
 	margin-right:10px;
	font-size:16px;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:3px;
 	height:45px;
 	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;
}
.mm {
 	width:50px;
 	display: inline-block;
 	margin-right:10px;
	font-size:16px;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:3px;
 	height:45px;
 	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;
}
.yy {
 	width:70px;
 	display: inline-block;
	font-size:16px;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:3px;
 	height:45px;
 	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;
}

.dd:focus, .mm:focus, .yy:focus{
	outline:none;
	border:1px solid #3399FF;
}



/* =============== VOORWAARDEN POP-UP CSS =================== */

#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: 100vh;
 	overflow-y: auto;
 	color:#181818;
 	top:0;
 	left: 0;
 	list-style-type:square;
 	padding:20px 50px 20px 20px;
 	font-family: 'Clanbook', 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);
}
#close {
 	position:fixed;
 	color:#ffffff;
 	padding-top: 11px;
 	font-size:40px;
 	font-weight:900;
 	cursor:pointer;
 	bottom:200px;
 	right:3px;
 	width: 80px;
 	height: 80px;
 	background-color:#3399FF;
 	border-radius: 50px;
 	text-align: center;
 	z-index:9999;
}
.form-open {
 	animation: open 1s;
 	transition:1s ease all;
 	-moz-transition:1s ease all;
 	-webkit-transition:1s ease all;
}
.lightbox {
 	background-color: #ffffff;
 	height: 50vh;
 	color:#181818;
 	margin:auto;
 	list-style-type:square;
 	padding:50px 50px 50px 50px;
 	font-family: 'Clanbook', 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;
	}
}

	
/* =============== DATEPICKER CSS ====================*/

.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 0 0 40px;
 	background-size:20px 22px, 10px 5px, 0 0, 0 0;
 	cursor:pointer;
 	background-color:transparent;
 	width:100%;
 	margin-top:20px;
 	margin-bottom:15px;
 	height:45px;
 	float:left;
 	border-radius: 3px;
}
.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: 'Clanbook', 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;
}
/* Other Datepicker Color Schemes */
/* Blue */
.admin-color-blue .ui-datepicker .ui-datepicker-header, .admin-color-blue .ui-datepicker .ui-datepicker-header .ui-state-hover, .admin-color-blue .ui-datepicker thead {
 	background: #4796b3;
}
.admin-color-blue .ui-datepicker th {
 	border-color: #52accc;
}
.admin-color-blue .ui-datepicker td .ui-state-active, .admin-color-blue .ui-datepicker td .ui-state-hover {
 	background: #096484;
}
/* Coffee */
.admin-color-coffee .ui-datepicker .ui-datepicker-header, .admin-color-coffee .ui-datepicker .ui-datepicker-header .ui-state-hover, .admin-color-coffee .ui-datepicker thead {
 	background: #46403c;
}
.admin-color-coffee .ui-datepicker th {
 	border-color: #59524c;
}
.admin-color-coffee .ui-datepicker td .ui-state-active, .admin-color-coffee .ui-datepicker td .ui-state-hover {
 	background: #c7a589;
}
/* Ectoplasm */
.admin-color-ectoplasm .ui-datepicker .ui-datepicker-header, .admin-color-ectoplasm .ui-datepicker .ui-datepicker-header .ui-state-hover, .admin-color-ectoplasm .ui-datepicker thead {
 	background: #413256;
}
.admin-color-ectoplasm .ui-datepicker th {
 	border-color: #523f6d;
}
.admin-color-ectoplasm .ui-datepicker td .ui-state-active, .admin-color-ectoplasm .ui-datepicker td .ui-state-hover {
 	background: #a3b745;
}
/* Midnight */
.admin-color-midnight .ui-datepicker .ui-datepicker-header, .admin-color-midnight .ui-datepicker .ui-datepicker-header .ui-state-hover, .admin-color-midnight .ui-datepicker thead {
 	background: #26292c;
}
.admin-color-midnight .ui-datepicker th {
 	border-color: #363b3f;
}
.admin-color-midnight .ui-datepicker td .ui-state-active, .admin-color-midnight .ui-datepicker td .ui-state-hover {
 	background: #e14d43;
}
/* Ocean */
.admin-color-ocean .ui-datepicker .ui-datepicker-header, .admin-color-ocean .ui-datepicker .ui-datepicker-header .ui-state-hover, .admin-color-ocean .ui-datepicker thead {
 	background: #627c83;
}
.admin-color-ocean .ui-datepicker th {
 	border-color: #738e96;
}
.admin-color-ocean .ui-datepicker td .ui-state-active, .admin-color-ocean .ui-datepicker td .ui-state-hover {
 	background: #9ebaa0;
}
/* Sunrise */
.admin-color-sunrise .ui-datepicker .ui-datepicker-header, .admin-color-sunrise .ui-datepicker .ui-datepicker-header .ui-state-hover, .admin-color-sunrise .ui-datepicker thead {
 	background: #be3631;
}
.admin-color-sunrise .ui-datepicker th {
 	border-color: #cf4944;
}
.admin-color-sunrise .ui-datepicker td .ui-state-active, .admin-color-sunrise .ui-datepicker td .ui-state-hover {
 	background: #dd823b;
}
/* Light */
.admin-color-light .ui-datepicker .ui-datepicker-header, .admin-color-light .ui-datepicker .ui-datepicker-header .ui-state-hover, .admin-color-light .ui-datepicker thead {
 	background: #e5e5e5;
}
.admin-color-light .ui-datepicker td {
 	background: #fff;
}
.admin-color-light .ui-datepicker .ui-datepicker-next span, .admin-color-light .ui-datepicker .ui-datepicker-prev span {
 	background-image: url(datepicker.png);
}
.admin-color-light .ui-datepicker th {
 	border-color: #fff;
}
.admin-color-light .ui-datepicker .ui-datepicker-title, .admin-color-light .ui-datepicker td .ui-state-default, .admin-color-light .ui-datepicker th {
 	color: #555;
}
.admin-color-light .ui-datepicker td .ui-state-active, .admin-color-light .ui-datepicker td .ui-state-hover {
 	color: #fff;
 	background: #888;
}
.admin-color-light .ui-datepicker td.ui-state-disabled, .admin-color-light .ui-datepicker td.ui-state-disabled .ui-state-default {
 	color: #ccc;
}
.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;
}

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

/* ================================================ LANDING CSS ================================================ */
/* ================================================ LANDING CSS ================================================ */

b, h2 {font-family: 'Clanpro', Arial, Helvetica, sans-serif; font-weight: 400;}


.logo {padding: 25px 15px;}
	.logo img {max-width: 100%;}

.intro {
	background: #048177; /* Old browsers */
	background: -moz-linear-gradient(left, #048177 0%, #71c496 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #048177 0%,#71c496 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #048177 0%,#71c496 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048177', endColorstr='#71c496',GradientType=1 ); /* IE6-9 */
	padding-top: 40px;
}

	.intro hr {
		width: 40px;
		height: 4px;
		margin-right: 94%;
		background-color: #ffffff;
		border-radius: 50px;
		float: left;
	}

	.intro h1 {
	    color: #ffffff;
	    font-size: 47px;
	}

	.intro p.subtitle {
		margin-top: 30px;
		color: #ffffff;
		font-size: 25px;
	}
		.intro p.subtitle .twv {
			font-size: 17px;
		}

	.intro .orange-tab {
		background-color: #f07d00;
		padding: 25px 70px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		color: #ffffff;
		text-align: center;
		margin-top: -77px;
	}
		.intro .orange-tab .tab-txt {
			font-size: 25px;
		}

	h2 {font-size: 27px;}
		h2 span.underline {text-decoration: underline;}

@media screen and (max-width: 1450px) {
	img {max-width: 100%;}
	.intro .orange-tab {margin-top: 6px;}
}

.wrap {
	background-color: #daf2fe;
}

.stellingen {
	padding: 60px 0 80px;
}

.stelling:nth-child(2) {
	margin-top: 50px;
}

.stelling {
	padding: 40px 40px 30px;
	background-color: #ffffff;
	border-radius: 20px;
	margin-bottom: 30px;
	font-size: 17px;
}
	.stelling p {
	    font-size: 23px;
    	margin-top: 0px;
	}

.tip {
	margin-top: 40px;
	font-size: 19px;
}
	.tip b.blue {
		color: #00aaff;
		margin-right: 5px;
	}

.button {
	margin-top: 30px;
}

.button .nudge {
	display: block;
	font-size: 17px;
	color: #00aaff;
	margin-top: 15px;
}

footer {
	padding: 30px 0;
}

/* TOGGLE BUTTONS */

.switch {
  position: relative;
  display: block;
  width: 90px;
  height: 46px;
  margin-top: -10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00aaff;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  background-image: url(img/toggle-vink.png);
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00aaff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00aaff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  transform: translateX(42px);
  background-image: url(img/toggle-kruis.png);
  background-size: 16px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 46px;
}

.slider.round:before {
  border-radius: 50%;
}

.form-block {
	background-color: #ffffff;
	padding: 40px 65px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.s-footer {margin-top: 30px;}

.mailbanner{
	background-color: #e3ffef;
	color: #2dc680;
	font-size: 15px;
	font-family: 'Clanpro', sans-serif;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.mailbanner img{
	width: 20px;
	height: 16px;
	display:inline-block;
	margin-right: 15px;
	position: relative;
	top: -2px;
}


/* ANIMATION */

.fadeout{
	animation: fadeOutEffect .5s;
	position: relative;
}

@keyframes fadeOutEffect {
    from {opacity: 1;left: 0;}
    to {opacity: 0;left: 200px;}
}

.fadein{
	display: block;
	animation: fadeIn .5s;
	position: relative;
}

@keyframes fadeIn {
    from {opacity: 0;left:-200px;}
    to {opacity: 1;left:0;}
}

input.cta{
	background-color: #ee7d21;
	border-radius: 50px;
	background-image: url(img/arrow-white-right.svg);
	background-size: 26px 14px;
	background-repeat: no-repeat;
	background-position: 90% center;
	color: #ffffff;
	width: 300px;
	font-size: 18px;
	font-family: 'Clanpro', sans-serif;
	font-weight: bold;
	margin-top: 35px;
	border: none;
	max-width: 290px;

}
input.cta:hover{
	background-color: #ca6a1c;
	/*border: 2px solid #ca6a1c;*/
	background-position: 90% center;
}

@media(max-width: 375px){
	input.cta{
		width: 260px;
		background-position: 90% center;
	}
}

#varcols.col-md-9 {
    margin-bottom: 120px;
}

.prijs-bladen {
	width: 445px;
	margin-top: -80px;
}

.prijs-philips {
	width: 418px;
	margin-top: 60px;
}

span.text-right {
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

#header-prijzen {
	width: 603px;
	height: auto;
}

@media screen and (max-width: 992px) {
	.form-prijzen img, .form-prijzen span {display: none;}
	#header-prijzen {width: 100%; height: auto;}
}

.bedankt img {
	max-width: 100%;
}

.correct {
	border: 1px solid #2dc680;
	background-color: #c6f9dd;
}
	.correct img {
		width: 60px;
		margin-top: -15px;
	}

.wrong {
	border: 1px solid #ffffff;
}
	.wrong img {
		width: 29px;
		
	}

span.blue {
	text-decoration: none;
	color: #00aaff;
}

.s-footer img {
    margin-top: -83px;
}

form {
	margin-bottom: 85px;
}

.bedankt .intro {
	padding-bottom: 40px;
}

.counter {
	color: #00aaff;
    font-size: 43px;
    display: block;
    float: left;
    margin-top: -15px;
    margin-right: 20px;
}

.stellingen h2::before, .tabgaze::before {
    content: '';
    background-image: url(img/gaze-arrow.png);
    background-size: 77px;
    background-repeat: no-repeat;
    width: 77px;
    height: 149px;
    display: block;
    left: -100px;
    margin-top: 15px;
    position: absolute;
}
	.tabgaze::before {
		margin-top: -35px;
	}
	.bedankt .stellingen h2::before {
		margin-top: -155px;
	}

.button .btn.btn-primary, input.cta, .cadeau .btn.btn-primary {
	background-color: #f07d00;
	border: none;
	padding: 20px 90px;
	border-radius: 50px;
	font-size: 20px;
	background-image: url(img/cta-pijl.png);
	background-repeat: no-repeat;
	background-size: 29px auto;
	background-position: 90% center;
}
	.btn b {
	    margin-left: -50px;
	}
	.cadeau .btn.btn-primary {
		margin-top: 40px;
	}
	input.cta {
		padding-left: 80px;
	}

span.h1twv {
    font-size: 38px;
    font-family: 'Clanbook', Arial, Helvetica, sans-serif;
}

.bedankt .cadeau h3 {
	font-size: 26px;
}

.bedankt .cadeau p {
	margin-top: 35px;
}

.bedankt .cadeau p a {
	color: #ed1173;
	text-decoration: underline;
}

.stelling.cadeau {
	padding: 60px 40px 80px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.intro .orange-tab {
		padding: 25px 15px;
	}
}

@media screen and (max-width: 992px) {
	.switch {
		margin-top: 20px;
    	margin-left: 42%;
	}

	.correct img, .wrong img {
		margin-top: 25px;
	}

	.cadeau img {
		margin-top: 50px;
	}

	.stellingen h2::before, .tabgaze::before {
		display: none;
	}

	h2 {
		line-height: 39px;
	}

	.bedankt .intro img {
		max-width: 555px;
		margin-top: 50px;
	}

}

@media screen and (max-width: 768px) {
	.nopadding-768 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	label[for="respondee_emailAddress"], label[for="respondee_telephoneNumber"] {
    	top: -20px;
	}
	.intro .orange-tab {
		padding: 25px 15px;
	}
}

@media screen and (max-width: 560px) {
	.switch {
		margin-left: 35%;
	}

	.form-block {
		padding: 40px 25px;
	}

	.nopadding-560 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.counter {
		margin-top: 0;
	}

	.cadeau .btn.btn-primary {
		padding: 20px 70px;
	}

	.stelling {
		padding: 40px 0 30px;
	}
}