/* ================== BODY BASIS ================== */
body {
	font-family: 'futura-pt', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	color: #000000;
}
b.bold{
	font-family: futura-pt-bold, sans-serif;
}

.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: 12px 30px 10px 30px;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 30px;
	-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;
	background-color: #00a300;
	border: 0;
	outline : 0;
	font-family: futura-pt-bold, sans-serif;
}
.cta:hover {
	color: #ffffff;
	text-decoration: none;
	background-position: right 20px top 18px;
	background-color: #028402;
}
.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-top: 15px;
	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 5px;
 	padding-top: 8px;
    padding-left: 25px;
 	width: 100%;
 	max-width: 70px;
 	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-size:18px;
}
.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;
}
.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:18px;
 	line-height:20px;
 	color:#000000;
}
.form-checkbox .check-box::before, .check-box::after {
 	position: absolute;
 	height: 0;
 	width: 3px;
 	border-radius: 1px;
 	background-color: #ff5f00;
 	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:18px;
 	display:block;
 	width:100%;
 	border:1px solid #b2b2b2;
 	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: 10px;
}
.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:#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: #8f8f8f;
    font-size: 18px;
    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: #239923;
    float: left;
    padding: 0px 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    left: 0;
    padding-left: 30px;
    margin-left: 0;
    font-size:18px;
    font-weight:600;
}
.adressconfirm.adresvink:before {
    content: '';
    position: absolute;
    background-image: url(img/vinkje.png);
    background-position: 0;
    background-size: 15px;
    width: 20px;
    background-repeat: no-repeat;
    left: 5px;
    top: 2px;
    height: 40px;
}
.formcontainer {
	border-radius: 8px;
	padding-left:11px;
	padding-right:11px;
	padding-top:25px;
}
.formcontainer p{
	color: #000000; 
	font-size: 18px;
	font-weight: 700;
}
.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 screen and (max-width: 768px) {
	.errorbox, #postcodeError {
 		float: left;
	}
}
/* ================== 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:110px;
 	display: inline-block;
 	margin-right:5px;
	font-size:16px;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:2px;
 	height:45px;
 	margin:0 0 5px 0;
 	padding:10px;
 	transition:0.4s ease all;
 	-moz-transition:0.4s ease all;
 	-webkit-transition:0.4s ease all;
 	-webkit-appearance:none;
}
.date-style.mm {
 	margin-left: 10px;
}
.date-style.yy {
 	margin-right: 0px;
 	margin-left: 10px;
}
.date-style:focus{
	outline:none;
	border:1px solid #3399FF;
}
@media screen and (max-width: 576px) {
	.date-style {width: 30%; margin-left: 0;}
	.date-style.mm {margin-left: 4px;}
	.date-style.yy {margin-left: 4px;}
}
/* ================== 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;}
}




section.topsection{
	background-color: #ff995a;
	padding-top:20px;
    position: relative;
    overflow:hidden;
}
section.topsection img.logo{
	max-width: 163px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:15px;
}
section.topsection h1{
	position: relative;
	color:#ffffff;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:28px;
	line-height: 28px;
	z-index:99;
}
section.topsection div.prijs-ovaal {
	position: relative;
    top: -85px;
    left: -55px;
    width: 320px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(159deg, #ff995a 0%, #ff995a 35%, #ff7a1a 65%, #ff6104 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgba(255, 90, 0, 0.3);
    margin-bottom:-70px;
}
section.topsection div.prijs-ovaal span {
    color: #ffffff;
    font-size: 78px;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	padding-top:60px;
}
section.topsection img.cover{
	max-width: 265px;
	width: 100%;
	height: auto;
	position: relative;
}
section.topsection img.jan{
	max-width: 235px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 170px;
    bottom: 0px;
}
section.topsection div.actie-bol {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #ff5f00;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
	bottom: 110px;
	right: 70px;
	z-index: 99;
}
section.topsection div.actie-bol span {
	font-family: futura-pt-bold, sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 20px;
}
section.orangebar{
	height: 75px;
	background-color: #fee5dc;
	z-index:9;
	position: relative;
}
section.formsection div.nopadleft{
	padding-left:0px;
	padding-right:0px;
}
section.formsection div.leftblock{
	background: linear-gradient(to bottom, #ffffff 0%, #fee5dc 100%);
	border-radius: 10px;
	margin-top:-7px;
	padding-top:35px;
	padding-bottom:35px;
	padding-left:15px;
	padding-right:15px;
	z-index:10;
	align-self: flex-start;
	position: relative;
}
section.formsection div.leftblock p.number{
	font-family: futura-pt-bold, sans-serif;
	color:#ff5f00;
	font-size:60px;
	line-height: 50px;
	display: inline-block;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
section.formsection div.leftblock p.txt{
	font-family: futura-pt-bold, sans-serif;
	color:#141932;
	font-size:24px;
	line-height: 24px;
	display: inline-block;
	float:left;
	margin-bottom:20px;
}
section.formsection div.leftblock p.summary{
	display: block;
	clear:both;
	color:#000000;
	font-size:26px;
	line-height: 26px;
	margin-bottom:20px;
}
section.formsection div.leftblock b.numberbold{
	font-family: futura-pt-bold, sans-serif;
	font-weight: unset;
	color:#ff5f00;
	margin-right:20px;
}
section.formsection div.leftblock hr{
	clear:both;
	border-top: 1px solid #ff5f00;
	display: block;
	margin:unset;
}
section.formsection div.rightblock{
	background-color: #ffffff;
	z-index:10;
	border-radius: 10px;
}
section.formsection div.rightblock div.ribbonform{
	background-color: #fee5dc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
	display: block;
	overflow: auto
}
section.formsection div.rightblock div.nopad{
	padding-left:0px;
	padding-right:0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
section.formsection div.rightblock p.jatxt{
	font-family: futura-pt-bold, sans-serif;
	color:#141932;
	font-size:48px;
	line-height: 38px;
	display: inline-block;
	float:left;
	margin-right:10px;
}
section.formsection div.rightblock p.actiontext{
	font-family: futura-pt-bold, sans-serif;
	color:#141932;
	font-size:20px;
	line-height: 20px;
	display: inline-block;
	float:left;
}
section.formsection div.rightblock p.introtxt{
	font-size:24px;
	line-height: 24px;
	color:#141932;
	font-weight:unset;
}
section.formsection div.rightblock div.stopt{
	max-width: 300px;
	width: 100%;
	height: 40px;
	background-color: #fee5dc;
	text-align: center;
	padding:3px 10px 0px 10px;
	display: block;
	margin:0 auto;
	border-radius: 20px;
	font-family: futura-pt-bold, sans-serif;
	font-size:24px;
	margin-bottom:40px;
}
section.formsection div.whiteblock{
	background-color: #ff995a;
	padding: 50px 35px;
	text-align: center;
	font-size:24px;
	line-height: 24px;
	font-family: futura-pt-bold, sans-serif;
	color:#000000;
	margin-top:-10px;
	margin-bottom:-10px;
}
section.formsection div.whiteblock img.arrow{
	max-width: 43px;
	height: auto;
	width: 100%;
	display: block;
	margin:0 auto;
	margin-top:15px;
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	section.formsection div.rightblock{
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	section.topsection{
		padding-top:40px;
	}
	section.topsection img.logo{
		float:right;
		max-width: 203px;
	}
	section.topsection h1{
		font-size:34px;
		line-height: 34px;
	}
	section.topsection div.prijs-ovaal {
        position: relative;
        top: -45px;
        left: 55px;
        width: 385px;
        height: 190px;
        margin-bottom:-80px;
	}
	section.topsection div.prijs-ovaal span {
	    font-size: 94px;
		padding-top:0px;
	}
	section.topsection img.cover{
		max-width: 200px;
		margin-bottom:40px;
	}
	section.topsection img.jan{
		max-width: 240px;
	    right: -40px;
	    left:unset;
	    bottom: 0px;
	}
	section.formsection div.leftblock{
		margin-top:-185px;
		border-radius: unset;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	section.formsection div.leftblock p.number{
		font-size:50px;
		line-height: 40px;
	}
	section.formsection div.leftblock p.txt{
		font-size:20px;
		line-height: 20px;
	}
	section.formsection div.leftblock p.summary{
		font-size:22px;
		line-height: 22px;
	}
	section.formsection div.rightblock p.jatxt{
		font-size:56px;
		line-height: 46px;
		margin-right:10px;
	}
	section.formsection div.rightblock p.actiontext{
		font-size:24x;
		line-height: 24px;
	}
	section.formsection div.rightblock{
		margin-top:-273px;
	}
	section.formsection div.whiteblock{
		background-color: #ffffff;
		padding: 15px 20px;
		text-align: left;
		margin-top:unset;
		margin-bottom:unset;
		font-family: 'futura-pt', Helvetica, Arial, sans-serif;
		text-transform: capitalize;
		text-transform: lowercase;
		float:left;
		display: inline-block;
		width: 100%;
	}
	section.formsection div.whiteblock::first-letter{
		text-transform: uppercase;
	}
	section.formsection div.whiteblock img.arrow{
		max-width: 43px;
		height: auto;
		width: 100%;
		display: inline-block;
		margin:0 auto;
		margin-top:-70px;
		transform: rotate(270deg);
		float: right;
		position: relative;
		top:0px;
	}
} 
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	section.topsection img.logo{
		max-width: 235px;
	}
	section.topsection h1{
		font-size:42px;
		line-height: 42px;
	}
	section.topsection div.prijs-ovaal {
        position: relative;
        top: -65px;
        left: -15px;
        width: 435px;
        height: 240px;
        margin-bottom:-120px;
	}
	section.topsection div.prijs-ovaal span {
	    font-size: 105px;
	}
	section.topsection img.cover{
		max-width: 260px;
	}
	section.topsection img.jan{
		max-width: 330px;
	    right: -80px;
	    left:unset;
	    bottom: -25px;
	}
	section.topsection div.actie-bol {
		right: 0px;
	}
	section.formsection div.leftblock p.number{
		font-size:60px;
		line-height: 50px;
	}
	section.formsection div.leftblock p.txt{
		font-size:23px;
		line-height: 23px;
	}
	section.formsection div.leftblock p.summary{
		font-size:26px;
		line-height: 26px;
	}
	section.formsection div.leftblock{
		margin-top:-325px;
	}
	section.formsection div.rightblock{
		margin-top:-575px;
	}
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	section.topsection img.logo{
		max-width: 265px;
	}
	section.topsection h1{
		font-size:48px;
		line-height: 48px;
	}
	section.topsection img.jan{
	    bottom: -15px;
	    right:-80px;
	}
	section.formsection div.vaste-breedte-xl1{
		flex: 0 0 auto;
		width: 430px!important; /* jouw gewenste vaste breedte */
		max-width: 433px!important;
	}
	section.formsection div.vaste-breedte-xl2{
		flex: 0 0 auto;
		width: 455px; /* jouw gewenste vaste breedte */
	}
	section.topsection div.prijs-ovaal {
        left: 65px;
	}
	section.formsection div.leftblock{
		padding-left:30px;
		padding-right:30px;
	}
	section.formsection div.leftblock p.txt{
		font-size:24px;
		line-height: 24px;
	}
	.formcontainer {
		padding:25px;
	}
	section.formsection div.rightblock div.ribbonform{
		padding-left:30px;
		padding-right:30px;
	}
	section.formsection div.rightblock div.stopt{
		margin-bottom:15px;
	}
	section.formsection div.whiteblock img.arrow{
		margin-top:-48px;
	}
}	