/* ================== BODY BASIS ================== */
body {
	font-family: 'circularstd_medium', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:14px;
	background-color: #ffffff;
}

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

/* WEB FONTS */
@media screen {    
    @font-face {
        font-family: 'circularstd_medium';
        src: url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Medium.eot');
        src: url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Medium.eot?#iefix') format("embedded-opentype"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Medium.woff') format("woff"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Medium.woff2') format("woff2"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Medium.ttf') format("truetype"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Medium.svg') format("svg");
    } 
    @font-face {
        font-family: 'circularstd_book';
        src: url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Book.eot');
        src: url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Book.eot?#iefix') format("embedded-opentype"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Book.woff') format("woff"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Book.woff2') format("woff2"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Book.ttf') format("truetype"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Book.svg') format("svg");
    } 
	   @font-face {
        font-family: 'circularstd_bold';
        src: url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Bold.eot');
        src: url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Bold.eot?#iefix') format("embedded-opentype"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Bold.woff') format("woff"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Bold.woff2') format("woff2"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Bold.ttf') format("truetype"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Bold.svg') format("svg");
    } 
	   @font-face {
        font-family: 'circularstd_black';
        src: url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Black.eot');
        src: url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Black.eot?#iefix') format("embedded-opentype"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Black.woff') format("woff"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Black.woff2') format("woff2"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Black.ttf') format("truetype"),
        url('https://site-id.nettrack.nl/campaign/kiosk/cid11557/fonts/CircularStd-Black.svg') format("svg");
    } 
}

.no-p {padding: 0;}
.p-5-form{padding-left: 5px;padding-right: 5px;}
.mt30{margin-top: 30px;}
.mt10{margin-top: 10px;}

.col-20{
	padding-left: 15px;
	padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 0 0 20%;
    width: 20%;
    display: inline-block;
}
.no-p{padding: 0;}
.highlight{color: #d80808;font-weight: 800;}
.relative{position: relative;}
@media(max-width: 992px){
	.col-20{
	    width: 33.333333%;
	}
}
@media(max-width: 767px){
	.no-p-mob{
		padding: 0;
	}
	.col-20{
		padding-left: 15px;
		padding-right: 15px;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 0 0 50%;
	    width: 50%;
	    display: inline-block;
	}
}

.cta {
    background-color: #13bf60;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    width: 290px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 0;
    outline: none;
    outline-style: none;
    border-radius: 30px;
    margin-bottom: 25px;
	font-family: 'circularstd_black', Helvetica, Arial, sans-serif;
	font-weight:900;
}
.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: 15px;
	color: #727176;
}

/* ================== 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:#1d1934;
 	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: 62px;
 	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: 12px;
	font-family: 'circularstd_book', Helvetica, Arial, sans-serif;
}
.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: 20px;
    position: relative;
    margin-left: 0px;
}
.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:20px;
 	font-weight: 400;
 	color: #383632;
 	cursor: pointer;
 	font-family: 'circularstd_book', Helvetica, Arial, sans-serif;
}
.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;}
}

.mt20 {
    margin-top: 20px;
}

.actievoorw p, .actievoorw p a {
    font-size: 14px!important;
    color: #383632!important;
	font-family: 'circularstd_book', Helvetica, Arial, sans-serif!important;
    text-align: center!important;
}
/* ================== END CHECKBOX ================== */

/* ================== START FORM BASIS ================== */
.form-field input {
 	font-size:16px;
 	display:block;
 	width:100%;
 	border:1px solid #999898;
 	border-radius:5px;
 	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: 0px;
 	font-weight: 400;
}
.form-field input:focus, input.birthdate-valid{
	outline:none;
	border:1px solid #999999;
}
.form-field input:focus ~ label{
	-webkit-transform: translateY(4px) scale(.85);
	transform: translateY(4px) scale(.85);
}
.nostyle{transform: none!important;color:#383632!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 {    
	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-bottom: 30px;
	padding: 40px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.formcontainer p{
	color: #000000; 
	font-size: 18px;
	font-weight: 400;
}
.formcontainer p.gegevens-title{
	margin-bottom: 10px;	
}
.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%;
}
#formContainer {
    transition: .3s ease all;
    border-radius: 8px;
}
@media(min-width: 576px){
	#formContainer {
		box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.42);
	}	
}
@media(max-width: 992px){
	.form-field label{
	}
}
@media screen and (max-width: 768px) {
	label[for=payment_ibannumber] {
		top: 0px!important;
	}
	.errorbox, #postcodeError {
 		float: left;
	}
	.formcontainer{
		padding: 25px;
	}
}
/* ================== END FORM BASIS ================== */

/* ================== 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 ================== */

/*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;}
    100% {opacity: 1;}
}
/*Eind Fade-in en Fade-uit animaties*/




.form-section .main p span.opnieuw{
    color: #4582fe;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.form-section .main img.prijs{
    margin-left:0px;
    width: 100%;
    max-width:525px;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}
.form-section .main img.prijzen{
    max-width: 508px;
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
}
.form-section .main p.maak_kans{
    text-align: left;
    font-size: 18px;
} 

.form-section .main img.alle_prijzen{
    width: 590px;
    height: auto;
    display: block;
    position: relative;
    left: 0;
}

.form-section{
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
	background: linear-gradient( to top, #ffffff 0%, #ffffff 68%, #f8f6f0 68%, #f8f6f0 100% );
	padding-bottom: 40px;
	position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    padding-top: 40px;
}
.form-section h1{
	font-size: 40px;
	font-weight: 900;
	color: #5c0a78;
	line-height: 40px;
	padding-bottom: 20px;
}
.form-section .form-block{
	background-color: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 45px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.form-section .form-block p{
	color: #000000;
	font-size: 18px;
	position: relative;
	left: -10px;
}
.form-section .usp-container-form{
	background-color: #5c0a98;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-right: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.form-section .usp-container-form ul{
	margin-bottom:5px;
	}
.form-section .usp-container-form ul li{
	color: #ffffff;
	font-weight: 600;
	background-image: url('img/check_white.png');
	background-repeat: no-repeat;
	background-position: top 6px left;
	background-size: 16px 14px;
	list-style: none;
	padding-left: 35px;
	font-size: 16px;
	padding-bottom: 5px;
}
.form-section .form-prijzen{
	padding-left: 5px;
	padding-right: 5px;
}
.form-section 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-section input[type=radio] + label.prijzen {
 	color:#1d1934;
 	padding-top: 8px;
 	width: 100%;
 	max-width: 140px;
 	border: 1px solid #999898;
 	border-radius: 5px;
 	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: 12px;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
	font-family: 'circularstd_book', Helvetica, Arial, sans-serif;
}
.form-section input[type=radio] + label.prijzen img{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.form-section input[type=radio]:hover + label.prijzen {
 	background-color: #f4f7ff;
 	border: 1px solid #4582fe;
}
.form-section input[type=radio]:checked + label.prijzen {
 	background-color: #f4f7ff;
 	border: 1px solid #4582fe;
}
.confetti_form {
    position: absolute;
    top: -80px;
    right: -660px;
}
@media(max-width: 1200px){
    .form-section h1{
        font-size: 33px;
        line-height: 33px;
    }
        .prijsmob{
        margin-left: auto;
        margin-right:auto;
        margin-top: 20px;
        margin-bottom: -30px;
    }
    .form-section input[type=radio] + label.prijzen {
        max-width: 110px;
    }
    .form-section .main img.alle_prijzen{
        width: 495px;
    }
    .confetti_form {
	    position: absolute;
	    top: -80px;
	    right: -550px;
	    width: 600px;
	}

	.form-section input[type=radio] + label.prijzen {
	    font-size: 11px;
	}
	.form-section{
		background: linear-gradient( to top, #ffffff 0%, #ffffff 71%, #f8f6f0 71%, #f8f6f0 100% );
	}
}


@media(max-width: 992px){
    .form-section h1{
        font-size: 23px;
        line-height: 25px;
    }

        .prijsmob{
        margin-left: -35px;
        margin-right:unset;
        margin-top: -10px;
        margin-bottom: -30px;
    }
    .form-section input[type=radio] + label.prijzen {
        max-width: 190px;
    }

    .form-section .usp-container-form ul{
        padding-left: 15px;
    }
	.form-section input[type=radio] + label.prijzen {
	    font-size: 13px;
	}
	.form-section{
		background: linear-gradient( to top, #ffffff 0%, #ffffff 84%, #f8f6f0 84%, #f8f6f0 100% );
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 768px){
    .form-section input[type=radio] + label.prijzen {
        max-width: 154px;
    }

    .form-section{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
    }
    .form-section .form-block{
        border-radius: 0;
    }
    .form-section.prijs_bg_mob{
        height: auto;
        background-size: 100% 200px;
        padding-left: 0;
        padding-right: 0;
    }

    .form-section h1 span{
        font-size: 21px;
        padding-bottom: 15px;
    }
    .form-section h1{
        line-height: 33px;
        font-size: 28px;
    }
    .form-section .main p{
        font-size: 30px!important;
        margin-bottom: -25px;
        margin-top:-13px!important;
    }
    .form-section .form-block{
        padding-left: 30px;
        padding-right: 30px;
    }
    .form-section .usp-container-form{
        border-radius: 0;
    }
}

@media(max-width: 576px){
	.form-section{
		padding-bottom: 0;
	}
	.form-section .form-block{
		margin-bottom: 0;
	}
	.form-section input[type=radio] + label.prijzen {
		margin-bottom: 15px;
		width: 100%;
		max-width: 540px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 25px;
		text-align: left;
	}
	.form-section input[type=radio] + label.prijzen img.incentive_prijskeuze{
		position: absolute;
		right: 30px;
		height: auto;
	}
	.form-section input[type=radio] + label.prijzen img.prijs_reistas, .form-section input[type=radio] + label.prijzen img.prijs_buitenkleed{
		width: 57px;
		top: 4px;
        right:28px;
	}
	.form-section input[type=radio] + label.prijzen img.prijs_intratuyn{
		width: 57px;
		top: 7px;
	}
	.form-section .usp-container-form ul li{
		font-size: 16px;
	}
}





header{
	background-color: #ffffff;
	padding-top:15px;
	padding-bottom:15px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
header img.logo{
	max-width: 132px;
	height: auto;
	display: block;
	vertical-align: unset;
	    overflow-clip-margin: content-box;
    overflow: clip;
}
section b.medium{
	font-family: 'circularstd_medium', Helvetica, Arial, sans-serif;
}
section b.bold{
	font-family: 'circularstd_bold', Helvetica, Arial, sans-serif;
}
section b.black{
	font-family: 'circularstd_black', Helvetica, Arial, sans-serif;
}

section.blue-footer {
    background-color: #efe6f5;
    padding-top: 35px;
    padding-bottom: 35px;
}

section.blue-footer p {
    color: #000000;
    font-size: 18px;
    line-height: 23px;
}
section.blue-footer img.magabottom{
	max-width: 210px;
	width: 100%;
	height: auto;
	float:right;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000000;
}
section.memoryblock{
	padding-top:30px;
}
section.memoryblock p.memorykoptxt{
	color:#5c0a78;
	font-size:28px;
	line-height: 33px;
	padding-bottom:10px;
}
section.form-section .fontbedankt{
	font-size:28px;
	line-height: 33px;
}
section.memoryblock img.packshot{
	max-width: 360px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:20px;
}
section.memoryblock p.memorybodytxt{
	font-size:17px;
	line-height: 26px;
	font-family: 'circularstd_book', Helvetica, Arial, sans-serif;
	padding-bottom:25px;
}
section.memoryblock p.memorytxtstart{
	color:#13bf60;
	font-size:16px;
	line-height: 20px;
}
section.memoryblock p.memorytxtstart img.arrowgreen{
	display: inline-block;
	max-width: 18px;
	height: auto;
	margin-left:18px;
}
section.memoryblock div.memoryblockgame{
	background-color: #ffffff;
	margin-left:-15px;
	margin-right:-15px;
	padding:35px 0px 35px 0px;
}
section.memoryblock div.memoryblockgame p.memoryblockgamekoptxt{
	font-size:32px;
	line-height: 40px;
	color:#ff2763;
	text-align: center;
	padding-bottom:5px;
}
section.memoryblock div.memoryblockgame p.memoryblockgamebodytxt{
	font-size:18px;
	text-align: center;
}
section.memoryblock p.mobkoptxt{
	font-size:22px;
	color:#ff2763;
	padding-top:30px;
	padding-bottom:15px;
}
section.memoryblock p.mobbodytxt{
	font-size:18px;
	line-height: 26px;
	font-family: 'circularstd_book', Helvetica, Arial, sans-serif;
	padding-bottom:25px;
}
section.memoryblock img.pricebottom{
	max-width: 360px;
	width: 100%;
	height: auto;
	display: block;
	padding-bottom:35px;
}
section.memoryblock{
	background: linear-gradient( to top, #ffffff 0%, #ffffff 74%, #f8f6f0 74%, #f8f6f0 100% );
}
section.memoryblock img.laatstekans{
	max-width: 120px;
	height: auto;
	display: block;
	position: absolute;
    position: absolute;
    top: 165px;
    left: 180px;
}
@media (min-width: 576px) {
	section.memoryblock div.memoryblockgame{
		margin-left:unset;
		margin-right:unset;
		border-radius: 20px;
		padding:35px 0px 35px 0px;
		margin-bottom: 50px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}

	section.memoryblock{
		background: linear-gradient( to top, #ffffff 0%, #ffffff 75%, #f8f6f0 75%, #f8f6f0 100% );
	}
}

@media (min-width: 768px) {
	section.memoryblock{
		background: linear-gradient( to top, #ffffff 0%, #ffffff 14%, #f8f6f0 14%, #f8f6f0 100% );
	}
	header img.logo{
		max-width: 132px;
	}
	section.blue-footer {
	    padding-bottom: 60px;
	}
	section.memoryblock p.memorykoptxt{
		padding-bottom:25px;
		font-size:23px;
		line-height: 25px;
	}
	section.form-section .fontbedankt{
		font-size:23px;
		line-height: 25px;
	}
	section.memoryblock div.memoryblockgame p.memoryblockgamebodytxt{
		font-size:12px;
		padding-bottom:10px;
	}
	section.memoryblock img.packshot{
		max-width: 1036px;
		margin-left:0px;
		margin-top:-115px;
		margin-bottom:70px;
	}
	section.memoryblock div.memoryblockgame{
		margin-bottom: 0px;
	}
	section.memoryblock img.laatstekans{
		max-width: 100px;
		top: -55px;
		left: -35px;
	}
} 

@media (min-width: 992px) {
	section.memoryblock{
		background: linear-gradient( to top, #ffffff 0%, #ffffff 18%, #f8f6f0 18%, #f8f6f0 100% );
	}
	section.memoryblock p.memorykoptxt{
		font-size:33px;
		line-height: 33px;
		padding-bottom:30px;
	}
	section.form-section .fontbedankt{
		font-size:33px;
		line-height: 33px;
	}
	section.memoryblock p.memorytxtstart{
		font-size:16px;
	}
	section.memoryblock p.memorytxtstart img.arrowgreen{
		max-width: 24px;
		margin-left:20px;
	}
	section.memoryblock div.memoryblockgame{
		padding:35px 0px 35px 0px;
	}
	section.memoryblock div.memoryblockgame p.memoryblockgamebodytxt{
		font-size:18px;
	}
	section.memoryblock img.packshot{
		margin-left:0px;
		margin-top:-140px;
		margin-bottom:70px;
	}
	section.memoryblock div.memoryblockgame div.gameblock{
		padding:0px 62px 0px 62px;
	}
	section.blue-footer {
	    padding-bottom: 0px;
	}
	section.memoryblock img.laatstekans{
		max-width: 140px;
		top: -55px;
		left: -20px;
	}
}

@media (min-width: 1200px) {
	section.memoryblock{
		background: linear-gradient( to top, #ffffff 0%, #ffffff 18%, #f8f6f0 18%, #f8f6f0 100% );
	}
	section.memoryblock p.memorykoptxt{
		font-size:40px;
		line-height: 40px;
	}
	section.form-section .fontbedankt{
		font-size:40px;
		line-height: 40px;
	}
	section.memoryblock div.memoryblockgame{
		padding:35px 0px 35px 0px;
	}
	section.memoryblock p.memorytxtstart{
		font-size:20px;
	}
	section.memoryblock div.memoryblockgame div.gameblock{
		padding:0px 75px 0px 75px;
	}
	section.memoryblock img.packshot{
		margin-top:-150px;
		margin-left:0px;
		margin-bottom:105px;
	}
	section.memoryblock img.laatstekans{
		max-width: 150px;
		top: -55px;
		left: -20px;
	}
}

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