/* Basis */
body {
	font-family: 'Circular Std', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
-webkit-tap-highlight-color: transparent;
@font-face {
    font-family: 'Circular Std';
    src: url('fonts/CircularStd-MediumItalic.eot');
    src: local('Circular Std Medium Italic'), local('CircularStd-MediumItalic'),
        url('fonts/CircularStd-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-MediumItalic.woff2') format('woff2'),
        url('fonts/CircularStd-MediumItalic.woff') format('woff'),
        url('fonts/CircularStd-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('fonts/CircularStd-Black.eot');
    src: local('Circular Std Black'), local('CircularStd-Black'),
        url('fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-Black.woff2') format('woff2'),
        url('fonts/CircularStd-Black.woff') format('woff'),
        url('fonts/CircularStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('fonts/CircularStd-Medium.eot');
    src: local('Circular Std Medium'), local('CircularStd-Medium'),
        url('fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-Medium.woff2') format('woff2'),
        url('fonts/CircularStd-Medium.woff') format('woff'),
        url('fonts/CircularStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('fonts/CircularStd-Bold.eot');
    src: local('Circular Std Bold'), local('CircularStd-Bold'),
        url('fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-Bold.woff2') format('woff2'),
        url('fonts/CircularStd-Bold.woff') format('woff'),
        url('fonts/CircularStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('fonts/CircularStd-BlackItalic.eot');
    src: local('Circular Std Black Italic'), local('CircularStd-BlackItalic'),
        url('fonts/CircularStd-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-BlackItalic.woff2') format('woff2'),
        url('fonts/CircularStd-BlackItalic.woff') format('woff'),
        url('fonts/CircularStd-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('fonts/CircularStd-BookItalic.eot');
    src: local('Circular Std Book Italic'), local('CircularStd-BookItalic'),
        url('fonts/CircularStd-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-BookItalic.woff2') format('woff2'),
        url('fonts/CircularStd-BookItalic.woff') format('woff'),
        url('fonts/CircularStd-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('fonts/CircularStd-BoldItalic.eot');
    src: local('Circular Std Bold Italic'), local('CircularStd-BoldItalic'),
        url('fonts/CircularStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-BoldItalic.woff2') format('woff2'),
        url('fonts/CircularStd-BoldItalic.woff') format('woff'),
        url('fonts/CircularStd-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('fonts/CircularStd-Book.eot');
    src: local('Circular Std Book'), local('CircularStd-Book'),
        url('fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-Book.woff2') format('woff2'),
        url('fonts/CircularStd-Book.woff') format('woff'),
        url('fonts/CircularStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

Cooper Std Black Italic

font-family: cooper-black-std, serif;

font-weight: 400;

font-style: italic;


Cooper Std Black

font-family: cooper-black-std, serif;

font-weight: 400;

font-style: normal;

.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: #5c0a98;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    width: 290px;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    line-height: 22px;
    font-weight: 800;
    padding-top: 12px;
    padding-bottom: 16px;
    border: 0;
    outline: none;
    outline-style: none;
    border-radius: 10px;
    margin-bottom: 17px;
}
.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:#999;
 	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;
}
.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: 20px;
}
.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:15px;
 	line-height:22px;
 	font-weight: 400;
 	color: #000000;
 	cursor: pointer;
}
.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: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;
}
.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%;
}
@media(max-width: 992px){
	.form-field label{
		top: 0;
	}
}
@media screen and (max-width: 768px) {
	label[for=payment_ibannumber] {
		top: 0px!important;
	}
	.errorbox, #postcodeError {
 		float: left;
	}
	.formcontainer{
		padding: 25px;
	}
}
/* ================== END FORM BASIS ================== */

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

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







header{
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
}
header img.logo{
    position: relative;
    max-width: 150px;
    display: inline-block;
}
header img.logo2{
	display: inline-block;
    width: 75px;
    height: auto;
    position: relative;
    top: -5px;
    left: -10px;
}
header p{
    display: inline-block;
    font-size: 16px;
    color: #1d1934;
    margin-left: 15px;
    margin-right: 25px;
    position: relative;
    top: 2px;
}
@media(max-width: 767px){
	header img.logo{
		width: 100%;
		height: auto;
		max-width: 240px;
		left: 0;
	    padding-top: 15px;
	}
}

@media(max-width:992px){
	header img.logo {
	
	}
}

@media(max-width: 767px){
	header img.logo{
    	max-width: 115px;
    	padding: 0;
	}
	header img.logo2{
		display: inline-block;
		width: 35px;
		height: auto;
	}
	header p{
		font-size: 14px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

.w0{width: 0px!important;}
.w80{width: 80%!important;height: auto!important;}

.main-block{
	background: linear-gradient(#f9f6ef 100%, #ffffff 63%);
	position: relative;
	padding-bottom: 30px;
}
.main-block .txtblock{
	margin-bottom: 50px;
}
.main-block .txtblock h1{
	font-family: 'Circular Std', Arial, Sans-Serif;
	font-weight: 800;
	font-style: normal;
	color: #ee4266;
	font-size: 45px;
	line-height: 45px;
	padding-top: 30px;
}
.main-block .txtblock p.introtxt{
	font-size: 19px;
	line-height: 30px;
	font-family: 'Circular Std Book', Arial, Sans-Serif;
	font-weight: normal;
	color: #131220;
	padding-top: 25px;
}
.main-block .txtblock h1 img.stars{
	width: 87px;
	height: auto;
	display: inline-block;
	position: absolute;
	margin-top: -45px;
    margin-left: -20px;
}
.main-block .txtblock h1 img.laatstekans{
    width: 110px;
    height: auto;
    display: inline-block;
    position: absolute;
    margin-top: -50px;
    margin-left: 30px;
}
.main-block img.kans{
	width: 431px;
	height: auto;
	display: block;
	float: right;
	padding-top: 15px;
}
.main-block ul.vinkjes{
	padding-inline-start: unset;
	padding-top: 0px;
    padding-left: 10px;
}
.main-block ul li.vink{
	color: #111111;
	font-weight: normal;
	background-image: url('img/checkblue.png');
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 16px 14px;
	list-style: none;
	padding-left: 35px;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
	font-family: 'Circular Std Book';
	display: inline-block;
	margin-right: 0px;
	margin-left: 25px;
}
.main-block img.prijs{
	width: 259px;
	height: auto;
	display: block;
	padding-top: 15px;
	margin-left: 35px;
	position: absolute;
}
.blue-footer img.magabottom{
	position: absolute;
    width: 210px;
    height: auto;
    display: block;
    bottom: -192px;
    right: 20px;
}
.main-block .verschilblock img.foto {
	max-width: 563px;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	border: 1px solid #5a6aa1;
	-webkit-box-shadow: 0px 2px 49px -15px rgba(92,10,152,0.8);
	-moz-box-shadow: 0px 2px 49px -15px rgba(92,10,152,0.8);
	box-shadow: 0px 2px 49px -15px rgba(92,10,152,0.8);
}
.main-block .verschilblock{
	padding-left: 20px;
	padding-bottom: 30px;
	display: block;
}
.main-block img.game-gaze{
	position: absolute;
	left: 0;
	top: 120px;
}
.main-block img.game-confetti{
	position: absolute;
	left: 0;
	right: -50px;
	display: block;
	margin: 0 auto;
	width: 710px;
}
.main-block .main{
	width: 100%;
	transition: 2s all;
}
.main-block.bedankt .main{
	height: auto;
}
.main-block.bedankt .main p.sluiten{
	color: #4582fe;
}
.form-section .main p span.opnieuw{
	color: #4582fe;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.main-block .main .intro{
	padding-left: 15px;
}
.main-block .main .intro p{
	position: relative;
	font-weight: 400;
	line-height: 30px;
	font-size: 20px;
	padding: 0;
	text-align: center;
}
.main-block.bedankt .intro a{
	background-color: #78c729;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	max-width: 320px;
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 800;
	padding-top: 16px;
	padding-bottom: 20px;
	border-bottom: 2px solid #538d19;
	border-radius: 4px;
	margin-bottom: 17px;
}
.main-block .main h1{
	font-size: 42px;
	font-weight: 800;
	color: #000000;
	line-height: 46px;
	padding-bottom: 20px;
	font-family: 'Circular Std', Arial, Sans-Serif;
}
.main-block .main p{
	font-size:20px;
	color:#4582fe;
	line-height: 30px;
	padding-bottom:25px;
	font-weight: 600;
}
.main-block .main img.prijs{
	width: 450px;
	height: auto;
	display: block;
}
.form-section .main img.prijs{
    margin-left:0px;
	width: 100%;
	max-width:502px;
	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;
}
.main-block .verschilblock .circle1{
	height: 110px;
	width: 110px;
	border:  8px solid #e8f632;
	border-radius: 50%;
	display: block;
	box-shadow: 0px 0px 7px 1px #000000;
	position: absolute;
	top: 1px;
	left: 70px;
    transition: .3s ease all;
}
.main-block .verschilblock .circle2{
	height: 110px;
	width: 110px;
	border:  8px solid #e8f632;
	border-radius: 50%;
	display: block;
	box-shadow: 0px 0px 7px 1px #000000;
	position: absolute;
    top: 13px;
    left: 433px;
    transition: .3s ease all;
}
.main-block .verschilblock .circle3{
	height: 110px;
	width: 110px;
	border:  8px solid #e8f632;
	border-radius: 50%;
	display: block;
	box-shadow: 0px 0px 7px 1px #000000;
	position: absolute;
	top: 140px;
	left: 167px;
    transition: .3s ease all;
}
.main-block .main .button-container{
	width: 330px;
}
.main-block .main .button-container a{
	background-color: #4582fe;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 330px;
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 800;
    padding-top: 15px;
    padding-bottom: 18px;
	border-radius: 26px;
	margin-bottom: 17px;
	cursor: pointer;
}
.main-block .main .button-container p{
	font-size:18px;
	color:#000000;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 0px;
}
.main-block .prijzen-container{
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 50px;
	padding-top: 35px;
	background-color: #ffffff;
	border-radius: 8px;
	margin-top: 55px;
	box-shadow: 0px 0px 13px -1px rgba(69,130,254,0.8);
	background-image: url(img/kiosk_bg.png);
	outline: none!important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-block .prijzen-container:focus{
	outline: none!important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-block .prijzen-container .testcanvas{
	border-radius: 50%;
	border: 1px solid #9ab6da;
}
.main-block .prijzen-container .androidCanvas{
	border-radius: 50%;
	border: 1px solid #9ab6da;
	width: 115px;
	height: 115px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-block .prijzen-container #kras1, .main-block .prijzen-container #kras2, .main-block .prijzen-container #kras4, .main-block .prijzen-container #kras5{
	margin-right: 14px;
}
.main-block .prijzen-container #kras1, .main-block .prijzen-container #kras2, .main-block .prijzen-container #kras3{
	margin-bottom: 10px;
}
.main-block .prijzen-container img.kras-win{
	display: block;
	width: 260px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.main-block .prijzen-container h2{
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	color: #1f1b36;
	margin-bottom: 30px;
}
.main-block .prijzen-container h2 span{
	display: inline-block;
	background-color: #1f1b36;
	border-radius: 50%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
}
.main-block img.incentive{
    width: 550px;
    height: auto;
    position: relative;
    top: -15px;
}
.main-block.bd-topblock{
	position: relative;
	height: auto;
	padding-top: 40px;
	padding-bottom: 0px;
	background: unset;
	background-color: #d4e1ff;
}
.main-block.bd-topblock img.incentive{
    width: 600px;
    height: auto;
    right: 260px;
    left: unset;
    position: relative;
    top: unset;
    bottom: -37px;
}
.main-block.bd-topblock h1{
	font-size: 40px;
	color: #131220;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 45px;
}
.main-block.bd-topblock p{
	font-size: 18px;
	color: #1d1934;
	font-weight: 400;
}


.main-block.bd-topblock .prijzen-container{
	position: relative;
}
.main-block .prijzen-container img.altijd_prijs{
    width: 160px;
    height: auto;
    position: absolute;
    left: -270px;
    top: 185px;
}
.main-block .prijzen-container .euro{
	position: absolute;
    left: -15px;
    width: 470px;
    height: auto;
    z-index: 9;
    transition: 2s all;
}
.main-block .bedankt-container{
	position: relative;
}
.main-block .bedankt-container img{
	width: 240px;
    height: auto;
    position: relative;
    left: -45px;
    top: 70px;
}

.main-block img.zoekdesk{
	display: block;
	max-width: 434px;
	height: auto;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.main-block .intro img.altijdprijs{
	display: block;
	max-width: 145px;
	height: auto;
	position: absolute;
	right: 80px;
    top: -40px;
}

.main-block ul{
	padding-inline-start: unset;
	padding-top: 175px;
}
.main-block ul li{
	color: #4582fe;
	font-weight: normal;
	background-image: url('img/checkblue.png');
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 16px 14px;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
	font-family: 'Circular Std Book';
}
.main-block img.incentive_new{
	display: block;
	max-width: 546px;
	width: 100%;
	height: auto;
	margin-left: 40px;
}
.main-block img.incentive_newmob{
	display: block;
	max-width: 345px;
	width: 100%;
	height: auto;

}
@media(max-width: 1200px){
	.main-block{
	    background: linear-gradient(#f9f6ef 100%, #f9f6ef 70%);
	}
	.main-block .txtblock h1{
		font-size: 40px;
		line-height: 40px;
	}
	.main-block .txtblock p.introtxt{
		font-size: 18px;
		line-height: 28px;
	}
	.main-block img.kans{
		width: 370px;
		padding-top: 60px;
	}
	.main-block .main h1 {
	    font-size: 32px;
	    line-height: 40px;
	}
	.main-block ul li.vink{
		display:block;
	}
	.blue-footer img.magabottom {
	    width: 210px;
	    bottom: -215px;
	    right: 15px;
	}
	.main-block .verschilblock .circle1{
		height: 90px;
		width: 90px;
		top: 1px;
		left: 59px;
	}

	.main-block .verschilblock .circle2{
		height: 90px;
		width: 90px;
	    top: 11px;
	    left: 358px;
	}
	.main-block .verschilblock .circle3{
	    height: 80px;
	    width: 80px;
	    top: 120px;
	    left: 146px;
	}
	.main-block .main .intro{
	}
	.main-block img.incentive{
		width: 460px;
		margin-top: -30px;
	}
	.main-block .prijzen-container img.incentive {
	    width: 565px;
	}
	.main-block.bd-topblock img.incentive{
		display: block;
	    top: 30px;
	}
	.form-section .main img.alle_prijzen{
	    width: 495px;
	}
	.main-block .intro img.altijdprijs{
		right: -20px;
	    top: -40px;
	}
	.main-block ul{
		padding-top: 150px;
	}
    .main-block .txtblock h1 img.laatstekans{
        width: 110px;
        height: auto;
        display: inline-block;
        position: absolute;
        margin-top: -50px;
        margin-left: 30px;
    }
}
@media(max-width: 992px){
	.main-block{
		background: unset;
		background-color: #f9f6ef;
	}
	.main-block .txtblock h1{
		font-size: 30px;
		line-height: 34px;
		padding-top: 30px;
	}

	.main-block img.kans{
		width: 310px;
		padding-top: 30px;
	}
	.main-block .intro img{
		display: block;
		margin: 0 auto;
	    margin-top: 25px;
   		margin-bottom: 25px;
	}
	.blue-footer img.magabottom {
		width: 205px;
		bottom: -20px;
		position: relative;
		float: right;
	}
	.main-block .verschilblock .m15{
		margin-bottom: 15px;
	}
	.main-block .verschilblock .circle1{
		height: 100px;
		width: 100px;
		top: 5px;
		left: 75px;
	}
	.main-block .verschilblock .circle2{
		height: 110px;
		width: 110px;
	    top: 13px;
	    left: 434px;
	}
	.main-block .verschilblock .circle3{
		height: 100px;
		width: 100px;
		top: 144px;
		left: 173px;
	}
	.main-block img.incentive{
		margin: 0 auto;
		display: block;
		margin-top: 40px;
	}
	.main-block .prijzen-container{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 480px;
	}
	.main-block .prijzen-container img.incentive {
	    width: 585px;
	    display: block;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	    bottom: -80px;
	}
	.main-block .bedankt-container img{
		display: block;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.w0{width: 100%!important;height: 0!important;}
	.w80{width: 100%!important;height: 100%!important;}
	.main-block.bd-topblock img.incentive{
	    width: 655px;
	    height: auto;
	    right: 0px;
	    left: 0;
	    bottom: unset;
	    top: -40px;
	    position: relative;
	}
	.main-block.bd-topblock{
		padding-bottom: 0px;
	}
	.main-block .intro img.altijdprijs{
		max-width: 80px;
	    right: 45px;
	    top: -115px;
	}
	.main-block img.game-gaze{
	    position: absolute;
	    left: unset;
	    bottom: unset;
	    right: 5%;
	    width: 115px;
	    height: auto;
	    top: -5px;
	}
	.main-block ul {
	    padding-top: 300px;
	}
    .main-block .txtblock h1 img.laatstekans{
        width: 100px;
        height: auto;
        display: inline-block;
        position: absolute;
        margin-top: -50px;
        margin-left: 15px;
    }
}
@media(max-width: 767px){
	body{
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: top center;
    }
    .main-block .txtblock{
		padding-right: 20px;
	}
	.main-block img.kans{
		max-width: 317px;
		width: 100%;
		margin-left: 35px;
		display: block;
		float: unset;
		margin-bottom: 25px;
		padding-top: 0px;
	}
    .main-block .intro img{
    	width: 100%;
    	height: auto;
    }
    .main-block ul{
    	margin-right: 35px;
	}
	.main-block p.maakkanstxt{
		margin-left: 35px;
		font-size: 16px;
		line-height: 24px;
		color: #1d1934;
		margin-bottom: 25px;
	}
	.main-block .verschilblock .circle1{
		height: 60px;
		width: 60px;
	    top: 1px;
	    left: 48px;
	    border: 4px solid #e8f632;
	}
	.main-block .verschilblock .circle2{
		height: 55px;
		width: 55px;
	    top: 12px;
	    left: 256px;
	    border: 4px solid #e8f632;
	}
	.main-block .verschilblock .circle3{
		height: 55px;
		width: 55px;
	    top: 83px;
	    left: 106px;
	    border: 4px solid #e8f632;
	}
	.main-block .verschilblock img.foto {
		max-width: 320px;
	}
	.main-block .m20{margin-right: 20px;}
    .main-block.bd-topblock{
	padding-bottom: 0;
    }
    .main-block.bd-topblock .main .intro img.incentive{
    	top: -50px
    }
    .main-block.bd-topblock .main .intro{
    	padding-bottom: 30px;
    }
    .main-block{
		background-position: bottom center;
	}
    .main-block{
    	padding-bottom: 15px;
    }
	.main-block .main .intro{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.main-block .main .intro p{
		text-align: left;
		top: 0;
		font-size: 15px;
		line-height: 22px;
		color: #2d2942;
	}
	.main-block .main h1 {
	    font-size: 34px;
	    line-height: 30px;
	    text-align: center;
	}
	.main-block .main p {
	    font-size: 18px;
	    line-height: 25px;
	    padding-bottom: 15px;
	    text-align: center;
	}
	.main-block .main .button-container{
		width: 100%;
	}
	.main-block .main .button-container p{
		font-size: 17px;
	    line-height: 25px;	
	    text-align: center;
	}
	.main-block img.incentive{
		width: 100%;
		height: auto;
		max-width: 585px;
	}
	.main-block .prijzen-container{
		margin-top: 30px;
	}
	.main-block .main .button-container a{
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.main-block .home_incentive{
		margin: 0 auto;
	    top: -30px;
	    position: relative;
	}
	.main-block.bd-topblock h1{
		font-size: 21px;
		text-align: left;
		line-height: 26px;
	}
	.main-block.bd-topblock p{
		font-size: 18px;
		color: #1d1934;
		text-align: left;
	}
	.main-block.bd-topblock .main .intro img{
		width: 360px;
		position: relative;
		left: 0;
		right: 0;
	}
	.main-block img.zoekdesk{
		display: block;
		max-width: 170px;
		height: auto;
		margin: unset;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.main-block .intro img.altijdprijs{
		max-width: 171px;
	    right: -15px;
	    top: -145px;
	}
	.main-block ul{
		padding-top: 15px;
	}
	.main-block ul li{
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 5px;
	}
	.main-block img.game-gaze{
	    position: absolute;
	    left: unset;
	    bottom: unset;
	    right: 10%;
	    width: 90px;
	    height: auto;
	    top: -45px;
	}
    .main-block .txtblock h1 img.laatstekans{
        width: 85px;
        height: auto;
        display: inline-block;
        position: absolute;
        margin-top: -35px;
        margin-left: 15px;
    }
}
@media(max-width: 576px){
	.main-block .prijzen-container{
	    padding-left: 40px;
    	padding-right: 40px;
		max-width: 350px;
	}
	canvas{
		width: 75px!important;
		height: 75px!important
	}
	.main-block .prijzen-container .androidCanvas{
		width: 75px!important;
		height: 75px!important;
		margin-right: 10px;
	    background-size: 80px 80px;
	}
}

@media(max-width: 600px){
	.visible-mini{
    	display: block!important;
	}

	.hidden-mini{
	    display: none!important;
	}
}



.form-section{
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 50px;
	background: linear-gradient(#f9f6ef 100%, #f9f6f9 63%);
	padding-bottom: 40px;
	position: relative;
}
.form-section h1{
	font-size: 36px;
	font-weight: 900;
	color: #ee4266;
	line-height: 46px;
	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: 16px;
	position: relative;
	left: -10px;
}
.form-section .usp-container-form{
	background-color: #5c0a98;
	padding-bottom: 5px;
	padding-top: 25px;
	padding-right: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.form-section .usp-container-form ul{

}
.form-section .usp-container-form ul li{
	color: #ffffff;
	font-weight: 600;
	background-image: url('img/check.png');
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 16px 14px;
	list-style: none;
	padding-left: 35px;
	font-size: 18px;
	padding-bottom: 10px;
}
.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: 146px;
 	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;
}
.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;
}
.main-block .prijzen-container .usp-container-form ul{
	padding-inline-start: 25px;
}
.main-block .prijzen-container .usp-container-form ul li{
	color: #ffffff;
	font-weight: 600;
	background-image: url('img/check.png');
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 16px 14px;
	list-style: none;
	padding-left: 35px;
	font-size: 18px;
	padding-bottom: 10px;
}
.prijsmob{
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: -30px;
}
.confetti{
    position: absolute;
    right: -110px;
    top: 101px;
}
.confetti_form{
    position: absolute;
    top: -80px;
    right: -680px;
}

@media(max-width: 1200px){
    .form-section h1{
        font-size: 30px;
        line-height: 40px;
    }
        .prijsmob{
        margin-left: auto;
        margin-right:auto;
        margin-top: 20px;
        margin-bottom: -30px;
    }
    .form-section input[type=radio] + label.prijzen {
        max-width: 112px;
    }
    .confetti_form{
        position: absolute;
        top: -80px;
        right: -550px;
        width: 600px;
    }
}


@media(max-width: 992px){
	.form-section{
		padding-left: 15px;
		padding-right: 15px;
	}
        .prijsmob{
        margin-left: -35px;
        margin-right:unset;
        margin-top: -10px;
        margin-bottom: -30px;
    }
    .form-section input[type=radio] + label.prijzen {
        max-width: 200px;
    }
    .confetti{
        width: 220px;
        position: absolute;
        right: 80px;
        top: 200px;
    }
}
@media(max-width: 768px){
    .form-section input[type=radio] + label.prijzen {
        max-width: 165px;
    }
}

@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: 45px;
		top: 4px;
        right:28px;
	}
	.form-section input[type=radio] + label.prijzen img.prijs_intratuyn{
		width: 43px;
		top: 4px;
	}
	.form-section .usp-container-form ul li{
		font-size: 16px;
	}
	.main-block .prijzen-container .usp-container-form ul li{
		font-size: 16px;
	}
}



.main-block .form-section h2{
	font-size:36px;
	color:#000000;
	line-height: 46px;
	padding-bottom: 20px;
	font-weight: 800;
}
.main-block .form-section h2 span{
	color: #d80808;
}
.main-block .form-section h3{
	font-size:26px;
	color:#000000;
	line-height: 32px;
	padding-bottom: 20px;
}
.main-block .form-section h4{
	font-size:20px;
	color:#000000;
	line-height: 26px;
	padding-bottom: 25px;
}
.main-block .form-section #textfade{
	background-color: #ffffff;
	padding-bottom: 40px;
}
.main-block .form-section .cadeaus{
    margin-top: 35px;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    background-color: #fdfdfd;
    display: block;
    height: 180px;
    margin-bottom: 25px;
	padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
}
.main-block .form-section .cadeaus h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 5px;
}
.main-block .form-section .cadeaus h2 span{
    color: #74c624;
}
.main-block .form-section .cadeaus p{
    font-size: 14px;
    line-height: 18px;
}
.main-block .form-section .cadeaus p a{
	color: #000000;
	text-decoration: underline;
}
.main-block .form-section .cadeaus img.cadeau1 {
    position: absolute;
    width: 195px;
    height: auto;
    top: -23px;
    left: -40px;
}
.main-block .form-section .cadeaus img.cadeau1.cadeau2 {
    top: 5px;
}
.main-block .form-section .cadeaus img.cadeau1.cadeau3 {
    top: -5px;
    width: 155px;
}
.main-block .form-section .cadeaus .cCheckbox {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 33px;
    height: 33px;
    background: #fcfcfc;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    outline: none;
}
.main-block .form-section .cadeaus .cCheckbox:checked:after {
    content: '&nbsp;';
    background-repeat: no-repeat;
    color: rgba(0,0,0,0);
    content: '';
    position: absolute;
    left: 5px;
    top: -2px;
    background-image: url(img/check.png);
    background-size: 31px 32px;
    width: 31px;
    height: 32px;
}
.main-block .form-section .error-submit p{
	color: #EB8283;
	font-size: 14px;
}
.actievoorw p, .actievoorw p a{
	font-size: 15px!important;
	color: #383632!important;
	font-weight: 400!important;
	text-align: center!important;
}


@media(max-width: 1200px){
	.main-block .form-section{
		padding-left: 25px;
		padding-right: 25px;
	}
	.main-block .form-section h2 {
	    font-size: 34px;
	}
}
@media(max-width: 992px){
	.form-section .usp-container-form ul{
		padding-left: 15px;
	}
	.form-section{
		height: auto;
	}
}
@media (max-width: 767px){
	.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;
	}
	.main-block .form-section .cadeaus{
		padding-top: 10px;
	}
	.cadeaus {
	    height: inherit!important;
	    text-align: center;
	}
	.cadeaus img.cadeau1 {
		position: relative!important;
	    display: block;
	    margin: 0 auto;
	    top: -15px!important;
	    left: 10px!important;
	}
	.form-section h1 span{
		font-size: 21px;
		padding-bottom: 15px;
	}
	.form-section h1{
		line-height: 26px;
		font-size: 21px;
	}
	.form-section .main p{
		font-size: 30px!important;
		margin-bottom: -25px;
        margin-top:-13px!important;
	}
	.main-block .form-section h2{
		font-size: 26px;
		line-height: 34px;	
	}
	.main-block .form-section h3{
		font-size: 19px;
		line-height: 26px;
	}
	.main-block .form-section h4{
		font-size: 19px;
		line-height: 26px;
	}
	.main-block .form-section{
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-block .form-section .cadeaus img.cadeau1{
		left: 0!important;
		right: 0!important;
	}
	.main-block .prijzen-container .usp-container-form ul{
		padding-left: 15px;
	}
	.prijs_bg_mob .main img.prijzen_mob{
		width: 100%;
		height: auto;
		max-width: 360px;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.form-section .form-block{
	    padding-left: 30px;
    	padding-right: 30px;
	}
	.form-section .usp-container-form{
		border-radius: 0;
	}
}



.bd-main-block{
	margin-bottom: 80px;
	padding-top: 65px;
}
.bd-main-block a{
	text-decoration: none;
}
.bd-main-block p{
	font-size: 18px;
	font-weight: 400;
	display: block;
}
.bd-main-block p span{
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 20px;
	display: block;
}
.bd-main-block .upsell_container h3{
	font-size: 25px;
	color: #131220;
	font-weight: 700;
	margin-bottom: 30px;
}
.bd-main-block .upsell_container .product-block{
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 15px;
}
.bd-main-block .upsell_container .product-block img{
	width: 145px;
	height: auto;
	margin-bottom: 15px;
}
.bd-main-block .upsell_container .product-block p{
	font-size: 15px;
	margin: 0;
	color: #6195ff;
	font-weight: 400;
}
.bd-main-block .upsell_container .product-block p span{
	font-size: 17px;
	color: #1d1934;
	padding-bottom: 5px;
	margin: 0;
}
.bd-main-block .product_container{
	margin-bottom: 40px;
}
.bd-main-block a.cta_bottom{
	color: #ffffff;
	background-color: #4582fe;
	padding-left: 45px;
	padding-right: 45px;
	display: inline-block;
	border-radius: 26px;
	height: 55px;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	padding-top: 12px;
	text-decoration: none;
}
.bd-main-block .prijzen_container p{
	font-weight: 300;
	font-family: 'Circular Std Book', arial, sans-serif;
}
@media(max-width: 1200px){
	.bd-main-block .upsell_container .product-block img{
		width: 120px;
	}
}
@media(max-width: 992px){
	.bd-main-block{
		padding-top: 30px;
	}
	.bd-main-block .upsell_container .product-block{
		margin-bottom: 30px;
	}
	.top90{
		top: unset!important;
		margin-top: 30px!important;
		margin-bottom: 30px!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
}
@media(max-width: 767px){
	.bd-main-block{
		padding-top: 0;
	}
	.bd-main-block p span{
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.prijzen_container img{
		width: 100%;
		height: auto;
		position: relative;
		top: unset;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.bd-main-block .upsell_container h3{
	    font-size: 20px;
	}
	.bd-main-block .upsell_container .product-block{
	    padding-left: 15px;
		padding-right: 15px;
	}
	.bd-main-block .upsell_container .product-block p{
		font-size: 13px;
	}
	.bd-main-block .upsell_container .product-block img{
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
}



.top90{
	position: relative;
	width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
	top: -30px;
}



#formContainer{
	transition: .3s ease all;
	border-radius: 8px;
}
@media(max-width: 992px){
	#formContainer {
	    margin-top: 30px;
	}
}
/*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*/



.blue-footer{
	background-color: #21201d;
	padding-top: 35px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.blue-footer p{
	color: #ffffff;
	font-size: 18px;
	line-height: 23px;
    padding-left:20px;
}

footer{
	padding-top: 40px;
	padding-bottom: 20px;
}


.main-block .prijzen-container .usp-container-form{
	background-color: #1f1b36;
	padding-bottom: 5px;
	padding-top: 25px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: -40px;
	margin-right: -40px;
	margin-top: -45px;
	margin-bottom: 45px;
}

.main-block .game-block{
    background-color: #ffffff;
    border-radius: 18px;
    padding-top: 30px;
    padding-bottom: 65px;
    margin-bottom: 30px;
}


@media(min-width: 576px){
.main-block .prijzen-container .usp-container-form{
	background-color: #1f1b36;
	padding-bottom: 5px;
	padding-top: 25px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: -45px;
	margin-right: -45px;
	margin-top: -45px;
	margin-bottom: 45px;
}

}

/* "You did it!" message */
#successMessage {
	position: absolute;
	left: 580px;
	top: 250px;
	width: 0;
	height: 0;
	z-index: 100;
	background: #ffffff;
	border: 2px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
	-webkit-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
	box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
	padding: 20px;
}

.main-block .txtblock img.bolletje{
    display: block;
    width: 380px;
    height: auto;
    position: absolute;
    right:10px;
    top:30px;
    z-index:9999;
}
.main-block img.packshot{
    display: block;
    width: 770px;
    height: auto;
    margin-top:10px;
    margin-left:10px;
}
.m20{margin-left:20px;}
.blocktxt{
    font-family: 'Circular Std', Arial, Sans-Serif;
    font-weight: bold;
    color:#5c0a98;
    font-size:18px;
    line-height: 22px;
    text-align: center;
    padding-bottom:30px;
}

@media(max-width: 1200px){
	#content{
		left: -10px;
	}
	.blockie{
		margin-top: 30px;
	}
    .main-block .txtblock img.bolletje{
        width: 270px;
        height: auto;
        right: -18px;
        top: 50px;
    }
    .main-block img.packshot{
    }
    .m20{margin-left:20px;}

}

@media(max-width: 992px){
	#content {
    	margin: 20px 115px;
    	position: relative;
	}
	.blue-footer{
		padding-bottom: 50px;
	}
    .main-block img.packshot{
        display: block;
        width: 650px;
        height: auto;
        margin-top:10px;
        margin-left:15px;
        margin-bottom:30px;
    }
    .main-block .txtblock img.bolletje{
        width: 230px;
        height: auto;
        right: 12px;
        top: 65px;
    }
    .main-block .game-block {
        background-color: #ffffff;
        border-radius: 18px;
        padding-top: 310px;
        padding-bottom: 65px;
        margin-bottom: 30px;
    }
    .blocktxt{
        font-family: 'Circular Std', Arial, Sans-Serif;
        font-weight: bold;
        color:#5c0a98;
        font-size:18px;
        line-height: 22px;
        text-align: center;
        padding-bottom:30px;
        position: relative;
        top: -280px;
    }

}

@media(max-width: 767px){

    .main-block .txtblock img.bolletje{
        max-width: 335px;
        width: 100%;
        height: auto;
        left:unset;
        top:unset;
        position: unset;
        display: block;
    }
    .m20{margin-left:10px;}
    .blue-footer p {
        color: #ffffff;
        font-size: 18px;
        line-height: 23px;
        padding-left: 10px;
    }
    .main-block .game-block {
        background-color: #ffffff;
        border-radius: 0px;
        padding-top: 175px;
        padding-bottom: 45px;
        margin-bottom: 0px;
    }
    .blocktxt {
        top: -145px;
        padding-left:15px;
        padding-right:15px;
    }
    .main-block img.packshot{
        display: block;
        width: 313px;
        height: auto;
        margin-top:10px;
        margin-left:15px;
        margin-bottom:30px;
    }

}


/*SPEL*/

/* Main content area */

#content {
    margin: 0 auto;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    width: 580px;
    height: 390px;
}

/* Header/footer boxes */

.wideBox {
  clear: both;
  text-align: center;
  margin: 70px;
  padding: 10px;
  background: #ebedf2;
  border: 1px solid #333;
}

.wideBox h1 {
  font-weight: bold;
  margin: 20px;
  color: #666;
  font-size: 1.5em;
}

/* Slots for final card positions */

#cardSlots {
    margin: 0 auto 0 auto;
    position: absolute;
    top: 0;
}

/* The initial pile of unsorted cards */

#cardSlots, #cardPile {
    width: 580px;
    height: 390px;
    margin: 0;
}

/* Individual cards and slots */

#cardSlots div, #cardPile div {
    float: left;
    width: 194px;
    height: 194px;
    padding-bottom: 0;
    padding-top: 5px;
    margin: auto auto;
}
#cardSlots div:nth-child(1) {
    position: relative;
    left: 0px;
    top: 193px;
    /*background: blue;*/
}
#cardSlots div:nth-child(2) {
    position: relative;
    left:0px;
    right: 0;
    top: 0px;
    /*background: red;*/
}
#cardSlots div:nth-child(3) {
    position: relative;
    left: 386px;
    top: -1px;
    /*background: yellow;*/
}
#cardPile #cardA{
    background-image: url(img/piece_bottom_left_active.png);
    background-repeat: no-repeat;
    width: 235px;
    height: 235px;
    left: -235px;
    top: 50px;
}
#cardPile #cardA.ui-state-disabled{
    top: 152px!important;
    background-image: url(img/piece_bottom_left.png);
}
#cardPile #cardC{
    background-image: url(img/piece_top_middle_active.png);
    background-repeat: no-repeat;
    width: 235px;
    height: 235px;
    top: -20px;
    right: -400px;
}
#cardPile #cardC.ui-state-disabled{
    background-image: url(img/piece_top_middle.png);
}
#cardPile #cardP{
    background-image: url(img/piece_bottom_right_active.png);
    background-repeat: no-repeat;
    width: 235px;
    height: 235px;
    top: 20px;
    right: -540px;
}
#cardPile #cardP.ui-state-disabled{
    top: -83px!important;
    background-image: url(img/piece_bottom_right.png);
}

#cardSlots div {
    /*background-color: #f9f9f9!important;*/
    box-shadow: none!important;
}

#cardPile{
    width: 580px;
    background-color: #f9f9f9;
    margin: 0 auto;
}

#cardPile div {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    /*margin-left: 40px;*/
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    opacity: 1;
    transform: rotate(0deg)!important;
}

.prefillj, .prefillk, .prefillt{
    float: left;
    width: 194px;
    height: 194px;
    padding-bottom: 0;
    padding-top: 5px;
    margin: auto auto;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
}
.prefillj{
    left: 0px;
    top: 0px;
    background-image: url('img/piece_top_left.png');
    background-repeat: no-repeat;
    width: 235px;
}
.prefillk{
    display: block;
    margin: 0 auto;
    left: 4px;
    right: 0;
    top: 194px;
    background-image: url('img/piece_bottom_middle.png');
    background-repeat: no-repeat;
    width: 280px;
}
.prefillt{
    right: 0;
    top: 0;
    background-image: url('img/piece_top_right.png');
    background-repeat: no-repeat;
    width: 235px;
}
/* "You did it!" message */
#successMessage {
    position: absolute;
    left: 580px;
    top: 250px;
    width: 0;
    height: 0;
    z-index: 100;
    background: #ffffff;
    border: 2px solid #333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
    -webkit-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
    box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
    padding: 20px;
}


@media(max-width: 1200px){
    #cardPile #cardA{
        left: -240px;
    }
    #cardPile #cardC {
        right: -400px;
        z-index: 9;
    }
}

@media(max-width: 992px){
    #cardPile{
        padding-left: 50px;
    }
    .main .game-block p{
        padding-bottom: 300px;
    }
    #cardPile #cardA {
        left: -80px;
        top: -280px;
    }
    #cardPile #cardC {
        right: 91px;
        z-index: 9;
        top: -280px;
    }
    #cardPile #cardP {
        right: -379px;
        z-index: 9;
        top: -515px;
    }
}

@media(max-width: 767px){
    .prefillj{
        left: 0px;
        top: 1px;
        background-image: url('img/piece_top_left_mob.png');
        background-repeat: no-repeat;
        width: 109px;
        height: 90px;
    }
    .prefillk{
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 90px;
        background-image: url('img/piece_bottom_middle_mob.png');
        background-repeat: no-repeat;
        width: 128px;
        height: 90px;
    }
    .prefillt{
        right: 1px;
        top: 1px;
        background-image: url('img/piece_top_right_mob.png');
        background-repeat: no-repeat;
        width: 109px;
        height: 90px;
    }
    #cardPile {
        padding-left: 0px;
    }
    #cardSlots, #cardPile{
        width: 270px;
        height: 180px;
    }
    #content{
        height: 180px;
        width: 270px;
        background-color: #f9f9f9;
    }
    #cardPile #cardA{
        background-image: url(img/piece_bottom_left_active_mob.png);
        background-repeat: no-repeat;
        width: 90px;
        height: 109px;
        left: -15px;
        top: -149px;
    }
    #cardPile #cardA.ui-state-disabled{
        background-image: url(img/piece_bottom_left_mob.png);
        top: 71px!important;
    }
    #cardPile #cardC{
        background-image: url(img/piece_top_middle_active_mob.png);
        background-repeat: no-repeat;
        width: 90px;
        height: 109px;
        top: -132px;
        right: -105px;
    }
    #cardPile #cardC.ui-state-disabled{
        background-image: url(img/piece_top_middle_mob.png);
        left: -1px!important;
        top: 1px!important;
    }
    #cardPile #cardP{
        background-image: url(img/piece_bottom_right_active_mob.png);
        background-repeat: no-repeat;
        width: 90px;
        height: 109px;
        top: -150px;
        right: 95px;
    }
    #cardPile #cardP.ui-state-disabled{
        background-image: url(img/piece_bottom_right_mob.png);
        top: 71px!important;
    }
    #cardSlots div, #cardPile div {
        float: left;
        width: 109px;
        height: 90px;
        padding-bottom: 0;
        padding-top: 5px;
        margin: auto auto;
    }
    #cardSlots div:nth-child(1) {
        position: relative;
        left: 0px;
        top: 90px;
        /*background: blue;*/
    }
    #cardSlots div:nth-child(2) {
        position: relative;
        left:0px;
        right: -27px;
        top: 0px;
        /*background: red;*/
    }
    #cardSlots div:nth-child(3) {
        position: relative;
        left: 179px;
        top: -1px;
        width: 91px;
        /*background: yellow;*/
    }

    .main .game-block p {
        padding-bottom: 170px;
        line-height: 24px;
        text-align: left;
        padding-left: 40px;
        margin-top: -18px;
    }
}



.preload1{
    background-image: url(img/piece_bottom_left_mob.png);
    width: 1px;
    height: 1px;
    visibility: none;
}
.preload2{
    background-image: url(img/piece_top_middle_mob.png);
    width: 1px;
    height: 1px;
    visibility: none;
}
.preload3{
    background-image: url(img/piece_bottom_right_mob.png);
    width: 1px;
    height: 1px;
    visibility: none;
}











.pulse {
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
    }
    
    70% {
        transform: scale(1);
    }
    
    100% {
        transform: scale(0.95);
    }
}


