/* ================== BODY BASIS ================== */
body {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 	font-weight: 400;
 	background-color:#ccdff6;
 	color: #141932;
}

.pt-serif {
	font-family: 'PT Serif', 'Helvetica', 'Arial', serif;
}

body.body2 {
	background: linear-gradient(to bottom, #ccdff6 60%, white 30%);
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 	font-weight: 400;
 	height: 100vh;
 	color: #141932;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	color: #141932;
}
.black{font-weight: 900;}
.bold{font-weight: 700;}
.extrabold {font-weight: 800;}
.no-p {padding: 0;}
.p-5-form{padding-left: 5px;padding-right: 5px;}
.mt30{margin-top: 30px;}
.mt10{margin-top: 10px;}

.cta {
	border-radius: 50px;
	padding: 11px 30px 11px 30px;
	font-size: 16px;
	width: 100%;
	display: inline-block;
	margin: auto;
	margin-top: 20px;
	-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: #0064d2;
	border: 0;
	outline : 0;
}
.cta:hover {
	color: #ffffff;
	text-decoration: none;
	background-position: right 20px top 18px;
	background-color: #135eb1;
}
.cta:visited, .cta:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	outline : 0;
}
.cta:active {
	transform: scale(0.9);
	border: 0;
	outline : 0;
}
.nudge {
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #000000;
}
.nudge a {
	text-decoration: underline;
	color: #000000;
}



/* ================== 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 ================== */
.form-geslacht{
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
.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:#000000;
 	background-image: url(img/bullet_unchecked.png);
 	background-repeat:no-repeat;
 	background-size: 30px;
 	background-position: left -5px top 3px;
 	padding-top: 8px;
    padding-left: 25px;
 	width: 100%;
 	max-width: 85px;
 	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;
	-webkit-transform: none!important;
	transform: none!important;
	margin-bottom:unset;
}
.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 3px;
}
/* ================== END GESLACHTBUTTON ================== */

/* ================== START CHECKBOX ================== */
.form-checkbox{
	margin-top: 10px;
}
.form-checkbox input[type=checkbox] {
    visibility: hidden;
    width: 1px;
    position: absolute;
}
.form-checkbox .check-box {
 	width: 100%;
 	padding-left: 30px;
 	padding-bottom: 5px;
 	margin-bottom: 0;
 	background-color: transparent;
 	position: relative;
 	display: inline-block;
 	background:url(img/checkbox.png) no-repeat left top;
 	background-size:17px 17px;
 	font-size:14px;
 	line-height:18px;
 	color:#000000!important;
}
.form-checkbox .check-box::before, .check-box::after {
 	position: absolute;
 	height: 0;
 	width: 3px;
 	border-radius: 1px;
 	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; 	
 	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;}
}
/* ================== END CHECKBOX ================== */

/* ================== START FORM BASIS ================== */
.form-field input {
 	font-size:16px;
 	display:block;
 	width:100%;
 	border:2px solid #d6d4d4;
 	border-radius:2px;
 	height:45px;
 	margin:10px 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;
 	top: 10px;
}
.form-field input:focus{
outline:none;
    border: 2px solid #d6d4d4;
}
 input.birthdate-valid{
	outline:none;
    border: 2px solid #d6d4d4;
    padding:10px 10px 10px 10px;
}
.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.birthdate-valid.valid {
	border:1px solid #58c143;
}
.form-field input.error, input.birthdate-valid.error {
	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: 10px;
    left: 15px;
    z-index: 1;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 22.4px;
    -webkit-transform: translateY(11.8px);
    transform: translateY(11.8px);
}
.adressconfirm {
 	font-size: 14px;
 	color: #6B6B6B;
}
.adressconfirm.adresvink {    
    border-radius: 2px;
    color: #000000;
    float: left;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    left: 0;
    padding-left: 50px;
    margin-left: 0;
    width: 100%;
}
.adressconfirm.adresvink:before {
    content: '';
    position: absolute;
    background-image: url(img/vinkzwart.png);
    background-position: 0;
    background-size: 15px;
    width: 20px;
    background-repeat: no-repeat;
    left: 25px;
    top: 9px;
    height: 40px;
}
.formcontainer {
	margin-top: 0px;
	margin-bottom: 30px;
    padding: 40px;
    background-color: #f3f3f5;
    margin-left:-15px;
    margin-right:-15px;
    padding:30px 25px 25px 25px;
}
.formcontainer p{
	color: #141932; 
	font-size: 18px;
	font-weight: 700;
}
.formcontainer p.gegevens-title{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size:24px;
    font-family: 'PT Serif', 'Helvetica', 'Arial', serif;
}
.formcontainer p.title-between{
	margin-top: 30px;
}
.formcontainer .form-field {
	padding-left: 4px;
	padding-right: 4px;
}
.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%;
}
@media screen and (max-width: 768px) {
	label[for=payment_ibannumber] {
	}
	.errorbox, #postcodeError {
 		float: left;
	}
	.formcontainer{
	}
}
/* ================== END FORM BASIS ================== */

/* ================== START BIRTHDATE ================== */
.form-geboorte label {
 	font-size:14px;
 	color:#999;
 	left:20px;
 	position:absolute;
 	top: 10px;
}
.zsm{
	display: inline-block;
	margin-right: 15px;
}
.date-style{
	width:31.6%;
 	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;
}
.date-style:focus{
	outline:none;
	border:1px solid #3399FF;
}

input::placeholder {
    font-size: 13px; /* Pas de grootte aan naar wens */
    color: #b3b3b3; /* Optioneel: verander de kleur */
}


@media (min-width: 576px) {
	.date-style{
		width:154px!important;
		display: inline-block!important;
	}
	.date-style.mm {
 	margin-left: 5px;
	}
	.date-style.yy {
	 	margin-right: 0px;
	 	margin-left: 5px;
	}
}
@media (min-width: 768px) {
	.date-style{
		width:101px!important;
		display: inline-block!important;
	}		
} 
@media (min-width: 992px) {
	.date-style{
		width:101px!important;
		display: inline-block!important;
	}		
}
@media (min-width: 1200px) {
	.date-style{
		width:127px!important;
		display: inline-block!important;
	}	
}	
/* ================== END BIRTHDATE ================== */

/* ================== START VOORWAARDEN ================== */
#fillVoorw li {
 	list-style-type: square;
 	padding: 0 16px 0 0;
}
#fillVoorw {
 	list-style-type: square;
 	padding: 0 0px 0 16px;
}
.voorwaardenoverlay {
 	position: fixed;
 	background-color: rgba(0, 0, 0, 0.8);
 	z-index: 99999;
 	width: 100%;
 	height: 100%;
 	display: none;
}
.popuptitle {
 	font-weight:900;
 	font-size:30px;
 	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;
 	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%;
	left: 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;
	}
}
/*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 VOORWAARDEN ================== */


/* ================== OVERIGE STYLES ================== */
.reasoning {
    display: block;
    width: 100%;
    color: #a8a8a8;
    margin-bottom: 10px;
}
@media(max-width: 767px){
	.reasoning{
		margin-top: 10px;
		margin-left: 0;
	}
}

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 ul{
	padding-left: 30px;
	margin: 0;
}
.green-bar ul li{
	color: #71c63e;
	font-weight: 900;
	position: relative;
	font-size: 18px;
	list-style: none;
	padding-left: 30px;
	padding-right: 15px;
	background-image: url('img/check_circle.png');
	background-position: left top 3px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}
.green-bar a{
	position: absolute;
	right: 40px;
	top: 15px;
	font-size: 18px;
	color: #71c63e;
	text-decoration: underline;
	font-weight: 900;
}
@media(max-width: 450px){
	.green-bar a{
	    right: 0px;
	    top: 59px;
	    font-size: 14px;
	    color: #000000;
	}
}
/*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%;
}

@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;}
}
@media screen and (max-width: 767px) {
	.form-field label {top: 10px;}
}

header{
	padding-top:15px;
}
header img.logo{
	display: block;
	max-width: 167px;
	width: 100%;
	height: auto;
}
header p.slogan{
	font-size:14px;
	color:#000000;
	display: inline-block;
	position: relative;
}
header h1{
	font-size:30px;
	line-height: 32px;
	color:#141932;
	padding-top:15px;
	margin-bottom:15px;
	font-weight:700;
}
header .bigten{
	font-size:55px;
	color:#ff8200;
	font-weight: 900;
	position: relative;
	top:20px;
}
header img.packshotmob{
	display: block;
	max-width: 320px;
	height: auto;
	width: 100%;
	margin-bottom:30px;
	margin-top:30px;
}

.contentblock {
	background-color: #f3f3f5;
}
.contentblock .incentiveblock{
	margin-left:-15px;
	margin-right:-15px;
}
.contentblock .incentiveblock p.incentive_txt{
	font-size:18px;
	line-height: 21px;
	color:#000000;
	padding-left:4px;
	margin-bottom:20px;
	font-weight:800;
}
 .uspblockmob{
	margin-left:-15px;
	margin-right:-15px;
	background-color: #ffffff;
	padding: 0 15px 0 15px;
}
.uspblockmob p.usptxtmob{
	font-size:24px;
	line-height: 24px;
	padding-left:4px;
	margin-top:25px;
	margin-bottom:20px;
	font-family: 'PT Serif', 'Helvetica', 'Arial', serif;
}
.uspblockmob ul li {
    padding-inline-start: 25px;
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 0px;
    background: url(img/vink.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
}
.uspblockmob ul{
    list-style: none;
    padding-inline-start: 4px;
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.topbd{
	margin-bottom:15px;
}
header ul.bdheadtxtul{
    padding-top: 25px;
    margin-bottom: unset;
    padding-bottom: unset;
    padding-inline-start: 0px;
}
header ul li.bdheadtxtli{
    background: url(img/checklarge.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0px 9px;
    list-style: none;
    padding-inline-start: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 700;
    padding-bottom: 15px;
    padding-top: 3px;
}
header p.bdtxt_2{
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 15px;
}
header ul.bdul{
	padding-inline-start: 0px;
    padding-top: 2px;
    margin-bottom: unset;
    background: url(img/ulbol.png);
    background-size: 45px 183px;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    height: 185px;
    margin-top: 5px;
}
header ul li.bdli{
    background: unset;
    background-size: unset;
    background-repeat: unset;
    background-position: unset;
    list-style: none;
    padding-inline-start: 65px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 15px;
}
header span.boldred{
	font-weight: 700;
	color: #ff5f00;
}
header img.maxmagazinebedankt{
	height: 200px;
	width: auto;
	margin-top:35px;
}
span.jatxt{
	font-size:42px;
	display: inline-block;
	color:#141932;
	font-family: 'PT Serif', 'Helvetica', 'Arial', serif;
}
span.overigetxt{
	display: inline-block;
	position: absolute;
    top: 23px;
    left: 90px;
    font-size:18px;
    line-height: 22px;
    font-family: 'PT Serif', 'Helvetica', 'Arial', serif;
}

section.mob-form-header {
	border-top: 10px solid #fffffd;
	border-bottom: 10px solid #fffffd;
}
header span.twv{
	font-size:21px;
	line-height: 21px;
}



@media (min-width: 576px) { 
	header .bigten{
		top:0px;
	}
	header h1{
		padding-top:15px;
		margin-bottom:20px;
	}
	.formcontainer{
		margin: 0;
		padding-top:30px;
		padding-bottom:50px;
	}
	header img.packshotmob{
		max-width: 360px;
	}
	.topbd{
		padding-top:15px;
	}
}
@media (min-width: 768px) {
	body {
	 	background-color: #ffffff;
	 	position: relative;
	}

	.bg-block {
		position: absolute;
		width: 100%;
		height: 565px;
		top: 0;
		left: 0;
		background-color: #ccdff6;
	}

	header {
		position: relative;
	}

	header img.logo{
		max-width: 220px;
		display: inline-block;
	}
	header p.slogan{
		top:5px;
		left:15px;
	}
	header h1{
		font-size:35px;
		line-height: 40px;
		margin-bottom:85px;
		margin-left:290px;
	    z-index: 10;
    	position: inherit;
    	margin-top:-70px;
	}


	.formcontainer{
		padding-top:0px;
		margin-top:-50px;
	}
	section.contentblock {
		background-color: #ffffff;
		padding-bottom:30px;
	}
	.contentblock .incentiveblock{
		margin-left:-30px;
		margin-right:-30px;
		background-color:#ffdfd3;
	}
	.contentblock .incentiveblock p.incentive_txt{
		font-size:20px;
		line-height: 24px;
		padding-left:20px;
		padding-right:20px;
		padding-top:30px;
		padding-bottom:30px;
		color: #141932;
		border-bottom: 10px solid #ffffff;
	}
	.formcontainer{
	    padding: 0px 30px 30px 30px;	
/*	    -webkit-box-shadow: 0px 0px 17px -1px rgba(255,130,0,0.8);
		-moz-box-shadow: 0px 0px 17px -1px rgba(255,130,0,0.8);
		box-shadow: 0px 0px 17px -1px rgba(255,130,0,0.8);*/
		background-color: #f3f3f5;
		border-radius: 15px;
		border: 10px solid #fff;
	}
	section.contentblock img.packshotdesk{
		max-width: 240px;
		height: auto;
		display: block;
		position: absolute;
		z-index: 9;
		margin-top:-135px!important;
	}
	.contentblock .uspblockdesk{
		margin-top:80px;
	}
	section.contentblock .uspblockdesk p.usptxtdesk{
		font-size:24px;
		line-height: 24px;
		padding-left:4px;
		margin-top:-15px;
		margin-bottom:20px;
		font-weight: 700;
		color: #141932;
		font-family: 'PT Serif', 'Helvetica', 'Arial', serif;
	}
	.contentblock .uspblockdesk ul li {
	    padding-inline-start: 25px;
	    font-size: 15px;
	    line-height: 23px;
	    padding-bottom: 0px;
	    background: url(img/vink.png);
	    background-size: 15px 15px;
	    background-repeat: no-repeat;
	    background-position: 0px 4px;
	    margin-bottom: 5px;
	}
	.contentblock .uspblockdesk ul{
	    list-style: none;
	    padding-inline-start: 4px;
	    font-size: 17px;
	    line-height: 30px;
	    color: #000000;
	    padding-bottom: 0px;
	    margin-bottom: 25px;
	}
	.topbd{
		padding-top:25px;
	}
	header ul li.bdli{
        line-height: 26px;
	}
	span.overigetxt{
		display: inline-block;
		position: absolute;
	    top: -12px;
	    left: 120px;
	    font-size:18px;
	    line-height: 22px;
	}
	header img.prijsbollen {
        max-width: 120px;
        width: 100%;
        height: auto;
        position: absolute;
        right: -10px;
        top: 20px;
        z-index: 999;
    }
	header img.prijsbol_red{
        max-width: 118px;
        width: 100%;
        height: auto;
        position: absolute;
        right: -8px;
        top: 20px;
        z-index: 999;
	}
	header img.prijsbol_orange{
		max-width: 69px;
        width: 100%;
        height: auto;
        position: absolute;
        right: 10px;
        top: 155px;
        z-index: 999;
	}
}
@media (min-width: 992px) {

	.bg-block {
		height: 605px;
	}

	header {
		position: relative;
	}

	header h1{
		font-size:35px;
		line-height: 38px;
		position: relative;
		top:-20px;
		margin-bottom:15px;
		margin-left:320px;
		margin-top:-50px;
	}

	header img.logo{
		max-width: 240px;
		display: inline-block;
	}

	header img.prijsbollen {
		max-width: 198px;
        width: 100%;
        height: auto;
        position: absolute;
        right: 100px;
        top: 10px;
        z-index: 999;
	}
	header img.prijsbol_red{
		max-width: 195px;
        width: 100%;
        height: auto;
        position: absolute;
        right: 100px;
        top: 10px;
        z-index: unset;
	}
	header img.prijsbol_orange{
		max-width: 109px;
        width: 100%;
        height: auto;
        position: absolute;
        right: 140px;
        top: 240px;
        z-index: 999;
	}
    header img.jan {
        position: absolute;
        max-width: 250px;
        height: auto;
        width: 100%;
        right: 5px;
        top: 164px;
    }

	.contentblock .incentiveblock p.incentive_txt{
		font-size:22px;
		line-height: 23px;
		padding-left:20px;
		padding-right:20px;
		padding-top:30px;
		padding-bottom:30px;
	}
	.contentblock .incentiveblock{
		margin-left:-30px;
		margin-right:-30px;
	}
	.formcontainer{
	    padding: 0px 30px 30px 30px;
	    margin-top: -8px;
	}
	section.contentblock img.packshotdesk{
		position: absolute;
		top: 90px;
		z-index:9;
		margin-top:-155px!important;
		max-width: 260px!important;
	}
	.contentblock .uspblockdesk{
		margin-top:170px;
	}
	.contentblock .uspblockdesk ul li {
	    padding-inline-start: 25px;
	    font-size: 18px;
	    line-height: 23px;
	    padding-bottom: 0px;
	    background: url(img/vink.png);
	    background-size: 15px 15px;
	    background-repeat: no-repeat;
	    background-position: 0px 4px;
	}
	.jan{
		position: absolute;
	    max-width: 210px;
	    height: auto;
	    top: 96px;
	    right: -190px;
	}
	header ul li.bdheadtxtli{
	    background-size: 35px 35px;
	    background-position: 0px 14px;
	    padding-inline-start: 65px;
		font-size: 55px;
		line-height: 55px;
		padding-bottom: 25px;
	}
	header p.bdtxt_2{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 30px;
	}
	header ul li.bdli{
	    padding-inline-start: 80px;
	    font-size: 18px;
	    line-height: 38px;
	    padding-bottom: 31px;
	}
	header ul.bdul{
		margin-top: -10px;
	}
	span.overigetxt{
		display: inline-block;
		position: absolute;
	    top: 28px;
	    left: 118px;
	    font-size:18px;
	    line-height: 22px;
	}
	header span.twv{
		font-size:26px;
		line-height: 26px;
	}
} 
@media (min-width: 1200px) { 
	header img.logo{
		max-width: 345px;
		display: inline-block;
	}
	header h1{
		font-size:44px;
		line-height: 46px;
	    position: relative;
    	top: -45px;
    	margin-bottom: 10px;
    	margin-left:474px;
	}

	header img.prijsbollen {
		max-width: 231px;
        right: 30px;
        top: 20px;
        z-index: 999;
	}
	header img.prijsbol_red{
        max-width: 231px;
        width: 100%;
        height: auto;
        position: absolute;
        right: 30px;
        top: 20px;
	}
	header img.prijsbol_orange{
        max-width: 129px;
        width: 100%;
        height: auto;
        position: absolute;
        right: 75px;
        top: 285px;
        z-index: 999;
	}

	header img.jan {
		top: 165px;
        right: -85px;
        max-width: 305px;
	}
	.contentblock .incentiveblock p.incentive_txt{
		font-size:25px;
		line-height: 25px;
		padding-left:20px;
		padding-right:20px;
		padding-top:30px;
		padding-bottom:30px;
	}
	.contentblock .incentiveblock{
		margin-left:-30px;
		margin-right:-30px;
	}
	.formcontainer{
	    padding: 0px 30px 30px 30px	
	}
	section.contentblock img.packshotdesk{
		max-width: 553px!important;
		margin-top:-180px!important;
		z-index:9;
	}
	.contentblock .uspblockdesk{
		margin-top:250px;
	}
	.jan{
		position: absolute;
	    max-width: 306px;
	    height: auto;
		top: -70px;
    	right: -260px;
	}
	header img.ribbondesk {
		position: relative;
		max-width: 285px;
		right: -705px;
		top: -55px;
	}
	span.overigetxt{
		display: inline-block;
		position: absolute;
	    top: 30px;
	    left: 130px;
	    font-size:20px;
	    line-height: 22px;
	}

	section.contentblock img.packshotdesk {
		max-width: unset;
		margin-top: -171px;
	}

	div.bg-block {
		height: 700px;
	}
}

.hover-container {
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
	top: 392px;
    left: 191px;
    position: absolute;
}

.popup {
    display: none;
    position: absolute;
    top: 40px;
    left: -11px;
    transform: translateX(-50%);
    margin-bottom: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    width: 340px;
    height: 340px;
}

@media (min-width: 576px) {
	.hover-container {
        display: inline-block;
        cursor: pointer;
        z-index: 9999;
        top: 454px;
        left: 50%;
        transform: translate(-50%, -50%) translateX(-30px);
        position: absolute;
	}
}
/* Hover effect voor grotere schermen */
@media (min-width: 768px) {
    .hover-container:hover .popup {
        display: block;
    }
	.hover-container {
        top: 252px;
        left: 50%;
        transform: translate(-50%, -50%) translateX(-192px);
        position: absolute;
	}
	.popup {
	    display: none;
        position: absolute;
        top: 50px;
        left: -11px;
        transform: translateX(-50%);
        margin-bottom: 10px;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1;
        width: 280px;
        height: 415px;
	}
}

@media (min-width: 992px) {
	.hover-container {
		top: 339px;
        left: 50%;
        transform: translate(-50%, -50%) translateX(-259px);
        position: absolute;
	}
	.popup {
	    display: none;
        position: absolute;
        top: 72px;
        left: -11px;
        transform: translateX(-50%);
        margin-bottom: 10px;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1;
        width: 370px;
        height: 295px;
	}
}

@media (min-width: 1200px) {
	.hover-container {
		top: 413px;
        left: 50%;
        transform: translate(-50%, -50%) translateX(-269px);
        position: absolute;
	}	
	.popup {
        display: none;
        position: absolute;
        top: 80px;
        left: -63px;
        transform: translateX(-50%);
        margin-bottom: 10px;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1;
        width: 430px;
        height: 290px;
	}
}