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

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

.no-p {padding: 0;}
.p-5{padding-left: 5px;padding-right: 5px;}
.bold{font-weight: 800;}
.iblock{display: inline-block;}
@media(max-width: 767px){
	.no-p-mob{
		padding: 0;
	}
}

.cta {
	width: 285px;
	border-radius: 4px;
	padding: 13px 30px 15px 30px;
	font-size: 18px;
	display: inline-block;
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	background-color: #4dc76d;
	border: 0;
	outline : 0;
	border-bottom: 4px solid #00a52b;
}
.cta:hover {
	color: #ffffff;
	text-decoration: none;
	background-position: right 20px top 18px;
	background-color: #4bb20d;
}
.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:#b3b3b3;
 	font-size: 14px;
}
.errormachtiging {
 	float:left;
 	padding-left:30px;
}
li.error {
 	color:#a2a2a2;
 	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:#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: 64px;
 	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;
}
.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:17px;
}
.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;
}
.form-checkbox .check-box a{
	color: #000000;
	text-decoration: underline;
}
/*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 #d7d5d7;
 	border-radius:2px;
 	height:45px;
 	margin:10px 0 0 0;
 	padding:10px;
 	transition:0.4s ease all;
 	-moz-transition:0.4s ease all;
 	-webkit-transition:0.4s ease all;
 	-webkit-appearance:none;
 	padding-top: 25px;
 	top: 10px;
}
.form-field input:focus, input.birthdate-valid{
	outline:none;
	border:1px solid #d7d5d7;
}
.form-field input:focus ~ label{
	-webkit-transform: translateY(4px) scale(.85);
	transform: translateY(4px) scale(.85);
}
.nostyle{transform: none!important;color:#000000!important;} /*Zorgt ervoor dat radio buttons niet scalen*/
.form-field input.valid, input.birthdate-valid.valid {
	border:1px solid #58c143;
}
.form-field input.error, input.birthdate-valid.error {
	border:1px solid #EB8283;
}
.form-field input.error ~ label {
	color: #EB8283;
}
.form-field label {
	transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    pointer-events: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    font-weight: 400;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 22.4px;
    -webkit-transform: translateY(11.8px);
    transform: translateY(11.8px);
}
.adressconfirm {
 	font-size: 14px;
 	color: #6B6B6B;
}
.adressconfirm.adresvink {    
	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: 15px;
    top: 9px;
    height: 40px;
}
.formcontainer {
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 8px;
    padding: 40px;
    padding-top: 25px;
    background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
}
.shoppingcart{
	border-radius: 8px;
	padding-top: 25px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	background-color: #ffffff;
}
.formcontainer p{
	color: #000000; 
	font-size: 16px;
	font-weight: 700;
}
.formcontainer .abokeuze{
	background-color: #ffffff;
	border: 1px solid #d7d5d7;
	border-radius: 2px;
	padding: 15px;
    margin-top: 24px;
    transition: .3s ease all;
}
.formcontainer .abokeuze:hover{
	background-color: #e8f5ff;
	border: 1px solid #3a8fd0;
}
.formcontainer .abokeuze.active{
	border: 1px solid #4dc76d;
	background-color: #e8ffee;
	margin-top: 0;
	height: 170px;
}
.formcontainer .abokeuze p{
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}
.formcontainer .abokeuze p span{
	color:#3a8fd0;
	font-weight: 800;
}
.formcontainer .abokeuze.active p span{
	color:#00a52b;
}
.formcontainer .abokeuze a{
	color: #ffffff;
	display: block;
	background-color: #3a8fd0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	border-bottom: 2px solid #0163ae;
	border-radius: 4px;
	margin-top: 5px;
	text-decoration: none;
}
.formcontainer .abokeuze.active a{
	background-color: #4dc76d;
	border-bottom: 2px solid #00a52b;
}
.formcontainer p.title-between{
	margin-top: 30px;
	margin-bottom: 10px;
}
.formcontainer .form-field {
	padding-left: 4px;
	padding-right: 4px;
}
.form-field input.is-active ~ label, .filled-in label, .filled-in-error label, .form-field label.activelabel {
	-webkit-transform: translateY(4px) scale(.85);
	transform: translateY(4px) scale(.85);
	color: #009fe6;
}
.form-field label.activelabel, .valid ~ label{
	color: #58c143;
}
.filled-in-error label {
	color: #EB8283;
}
.errorbox, #postcodeError {
		width:100%;
}
@media screen and (max-width: 768px) {
	label[for=payment_ibannumber] {
		top: 0px!important;
	}
	.errorbox, #postcodeError {
 		float: left;
	}
	.formcontainer{
		padding: 25px;
	}
	.formcontainer .abokeuze.active{
		margin-top: 24px;
		height: 150px;
	}
}
/* ================== 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 #d7d5d7;
}
/* ================== 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 ================== */

/* ================== START DATE PICKER ================== */
.form-datum {
    display: inline-block;
}
.form-datum input.showReadonly[readonly] {
    text-align: center;
    border: 1px solid #d7d5d7;
    background: url(img/cal.png) no-repeat 10px 10px, url(img/drop.png) no-repeat right 10px top 20px, url(img/cal_focus.png) 0 0 no-repeat, url(img/drop_focus.png) 0 0 no-repeat;
    padding: 3px 0px 0px 10px;
    background-size: 20px 22px, 10px 5px, 0 0, 0 0;
    cursor: pointer;
    background-color: transparent;
    width: 110%;
    margin-top: 10px;
    margin-bottom: -15px;
    height: 45px;
    float: left;
    border-radius: 2px;
}
.form-datum input.showReadonly[readonly]:focus {
 	border:1px solid #3399FF;
 	color:#3399FF;
 	background:url(img/cal_focus.png) no-repeat 10px 10px, url(img/drop_focus.png) no-repeat right 10px top 20px;
 	background-size:20px 22px, 10px 5px;
}
.form-datum input.showReadonly[readonly].error {
 	border:1px solid #FF0004;
 	color:#E45053;
}
.ui-datepicker {
 	padding: 0;
 	border: 1px solid #ddd;
 	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
 	border-radius: 0;
}
.ui-datepicker * {
 	padding: 0;
 	font-family: "Poppins", sans-serif;
 	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
 	border-radius: 0;
}
.ui-datepicker table {
 	font-size: 13px;
 	margin: 0;
}
.ui-datepicker .ui-datepicker-header {
 	border: none;
 	background: #0f1626;
 	color: #fff;
 	font-weight: normal;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
 	background: #0f1626;
 	border-color: transparent;
 	cursor: pointer;
 	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
 	border-radius: 0;
}
.ui-datepicker thead {
 	background: #0f1626;
 	color: #fff;
}
.ui-datepicker .ui-datepicker-title {
 	margin-top: .4em;
 	margin-bottom: .3em;
 	color: #fff;
 	font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
 	height: 1em;
 	top: .9em;
 	border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
 	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
 	right: 2px;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
 	background-image: url(img/datepicker.png);
 	background-position: 0;
 	margin-top: 0;
 	top: 0;
 	font-weight: normal;
}
.ui-datepicker th {
 	padding: 0.75em 0;
 	color: #fff;
 	font-weight: normal;
 	border: none;
 	border-top: 1px solid #333;
}
.ui-datepicker td {
 	background: #fafafa;
 	border: none;
 	padding: 0;
}
.ui-datepicker td .ui-state-default {
 	background: transparent;
 	border: none;
 	text-align: center;
 	padding: .5em;
 	margin: 0;
 	font-weight: normal;
 	color: #333;
}
.ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-hover {
 	background: #ff533d;
 	color: #fff;
}
.ui-datepicker td.ui-state-disabled, .ui-datepicker td.ui-state-disabled .ui-state-default {
 	opacity: 1;
 	color: #999;
}
.ui-icon-circle-triangle-w {
 	-moz-transform: scaleX(-1);
 	-o-transform: scaleX(-1);
 	-webkit-transform: scaleX(-1);
 	transform: scaleX(-1);
 	filter: FlipH;
 	-ms-filter: "FlipH";
}
.ui-icon {
 	cursor: pointer;
}
/* ================== END DATE PICKER ================== */

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

.gegevens-feedback{
	margin-top: 15px;
	margin-left: 15px;
}
.gegevens-feedback .naam-container{
	display: block;
}
.title-feedback{
	margin-left: 15px;
}
#feedback_zipCode {text-transform: uppercase;}

input[type=radio] {
	margin-right: 5px;
}

/*Start groene balk boven formulier*/
.green-bar{
	background-color: #e8ffee;
	border-radius: 4px;
	position: relative;
	color: #00a52b;
	padding: 7px 0;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 0;
}
/*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%;
}


/*Start tooltip style*/
#tooltip {
	position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.tooltip, .tooltip.top .tooltip-inner {background-color:#ffffff; color: #000000;}
.tooltip {box-shadow: -1px 6px 10px 0 rgba(0,0,0,.15);}
.tooltip.top .tooltip-arrow {border-top-color: #ffffff; bottom: -5px;}
/*Eind tooltip style*/



@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;}
}
@media screen and (max-width: 576px) {
	.date-style {width: 30%; margin-left: 0;}
	.date-style.mm {margin-left: 9px;}
	.date-style.yy {margin-left: 9px;}
}







.intro{
	padding-bottom: 60px;
	text-align: center;
}
.intro p{
	padding-top: 65px;
	font-size: 18px;
	font-weight: 600;
	color:#ff5c2a;
}
.intro h1{
	font-size: 40px;
	line-height: 56px;
	font-weight: 800;
	color:#000000;
	font-family: 'Merriweather', Helvetica, Arial, sans-serif;
}
.intro h2{
	font-size: 30px;
	line-height: 46px;
	font-weight: 800;
	color:#3a8fd0;
	font-family: 'Merriweather', Helvetica, Arial, sans-serif;
}
.intro a.wijzig_postcode{
	font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
}
.bedankt .intro p{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
	padding-top: 25px;
	padding-bottom: 40px;
}
.bedankt .intro h1{
	padding-top: 95px;
}
.bedankt .intro h2{
	font-size: 32px;
	line-height: 46px;
	font-weight: 800;
	color:#3a8fd0;
	font-family: 'Merriweather', Helvetica, Arial, sans-serif;
}
@media(max-width: 992px){
	.intro{
		padding-bottom: 30px;
	}
}
@media(max-width: 767px){
	.intro{
		text-align: left;
		padding-bottom: 30px;
	}
	.intro h1{
	    font-size: 22px;
	    line-height: 26px;
	    margin-bottom: 15px;
	}
	.intro h1.title-mobile{
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.intro h2{
		font-size: 20px;
		line-height: 22px;
	}
	.intro p{
		font-size: 18px;
		padding-bottom: 10px;
		padding-top: 15px;
	}
	.intro a.wijzig_postcode{
		font-size: 16px;
		white-space: nowrap;
	}
}



.head-slide1{
	text-align: center;
	background-image: url('img/nederland_bg.png');
	background-repeat: no-repeat;
	background-size: 653px auto;
	background-position: top 100px right 150px;
	padding-bottom: 300px;
}
.head-slide1 .bg-block{

}
.head-slide1 .postcodecheck-container{
}
.head-slide1 .postcodecheck-container p{
	font-weight: 600;
	font-size: 18px;
	color:#000000;
	text-align: left;
	padding-bottom: 5px;
}
.head-slide1 .postcodecheck-container img.bol{
	width: 190px;
	height: 190px;
	display: block;
}
.head-slide1 .postcodecheck-container .postcode-container{
	width: 320px;
	display: block;
	margin: 0 auto;
}
.head-slide1 .postcodecheck-container .postcode-container input{
	width: 320px;
	height: 90px;
	font-size: 44px;
	border: none;
	outline: none;
	margin-bottom: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 28px -17px rgba(0,0,0,.70);
	-moz-box-shadow: 0px 0px 28px -17px rgba(0,0,0,.70);
	box-shadow: 0px 0px 28px -17px rgba(0,0,0,.70);
}
.head-slide1 .postcodecheck-container .postcode-container a.submit{
	width: 320px;
	font-size: 18px;
	display: block;
	border: none;
	outline: none;
	margin-bottom: 20px;
	background-color: #4dc76d;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 5px;
	border-bottom: 4px solid #00a52b;
	text-decoration: none;
	cursor: pointer;
	transition: .3s ease all;
}
.head-slide1 .postcodecheck-container .postcode-container a.submit:hover{
	background-color: #00a52b;
}
@media(max-width: 1200px){
	.head-slide1{
		background-position: top 100px right -100px;
	}
}
@media(max-width: 992px){
	.head-slide1 .vanafprijs-mob{
		background-color: #ff5c2a;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.head-slide1 .vanafprijs-mob p{
		font-size: 38px;
		color:#ffffff;
		text-align: center;
		position: relative;
	}
	.head-slide1 .vanafprijs-mob p sup{
	    top: -.3em;
	}
	.head-slide1 .postcodecheck-container .postcode-container{
		margin-top: 30px;
	}
}
@media(max-width: 767px){
	.head-slide1{
		background-image: none;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.head-slide1 .vanafprijs-mob{
		margin-left: -15px;
		margin-right: -15px;
	}
	.head-slide1 .postcodecheck-container .postcode-container, .head-slide1 .postcodecheck-container .postcode-container input, .head-slide1 .postcodecheck-container .postcode-container a.submit{
		width: 280px;
	}
}



.head-slide2{
	padding-bottom: 300px;
}
.head-slide2 .bg-province{
	position: relative;
}
.head-slide2 .bg-province img{
	position: absolute;
	top: 20px;
	left:-1000px;
	right: 0;
	display: block;
	margin: 0 auto;
}
.head-slide2 .province-container{
	background-repeat: no-repeat;
	background-size: 945px auto;
	background-position: center center;
	height: 160px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 10px;
}
.head-slide2 .province-container h2{
	font-size: 60px;
	color: #ffffff;
	text-shadow: 0px 0px 9px rgba(0,0,0,0.6);
	font-family: 'Merriweather', Helvetica, Arial, sans-serif;
	font-weight: 800;
	padding-top: 45px;
}
.head-slide2 .krant-container{
	background-color: #ffffff;
	border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 65px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
}
.head-slide2 .krant-container img.krant_logo{
	height: auto;
	margin-bottom: 20px;
}
.head-slide2 .krant-container img.krant_logo.FD{
	width: 100%;
	max-width: 230px;
}
.head-slide2 .krant-container img.krant_logo.LC{
    width: auto;
    max-width: 450px;
    height: auto;
    max-height: 40px;
}
.head-slide2 .krant-container p{
	font-size: 16px;
	color:#000000;
	margin-bottom: 20px;
	width: 500px;
}
.head-slide2 .krant-container a.profiteer{
	width: 285px;
	height: 60px;
	font-size: 18px;
	display: inline-block;
	border: none;
	outline: none;
	margin-bottom: 20px;
	background-color: #4dc76d;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 5px;
	border-bottom: 4px solid #00a52b;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	transition: .3s ease all;
	margin-right: 20px;
	margin-bottom: 15px;
}
.head-slide2 .krant-container a.profiteer:hover{
	background-color: #00a52b;
}
.head-slide2 .krant-container .vanafprijs{
	width: 240px;
	height: 60px;
	font-size: 18px;
	display: inline-block;
	border: none;
	outline: none;
	margin-bottom: 20px;
	background-color: #ff5c2a;
	color: #ffffff;
	font-weight: 700;
	border-radius: 5px;
	border-bottom: 4px solid #ff5c2a;
	text-decoration: none;
	text-align: center;
	position: relative;
	top: 4px;
}
.head-slide2 .krant-container .vanafprijs span{
	font-size: 36px;
	position: relative;
	bottom: -5px;
}
.head-slide2 .krant-container .vanafprijs span sup{
    top: -.3em;
}
.head-slide2 .krant-container .cta_nudge{
	width: 285px;
	text-align: center;
}
.head-slide2 .krant-container .cta_nudge a{
	color: #3a8fd0;
	text-align: center;
	text-decoration: underline;
	font-weight: 800;
}
.head-slide2 .krant-container img.packshot{
	position: absolute;
	right: 15px;
	top: 50px;
	width: 230px;
	height: auto;
}
.head-slide2 .landelijk_aanbod{
	padding-left: 65px;
	padding-top: 35px;
}
.head-slide2 .landelijk_aanbod a{
	font-weight: 800;
	text-decoration: underline;
}
@media(max-width: 992px){
	.head-slide2 .krant-container img.packshot{
	   	width: 150px;
	}
}
@media(max-width: 767px){
	.head-slide2{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.head-slide2 .province-container{
		height: 125px;
	}
	.head-slide2 .krant-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.head-slide2 .krant-container .vanafprijs, .head-slide2 .krant-container a.profiteer, .head-slide2 .krant-container .cta_nudge{
		width: 260px;
	}
	.head-slide2 .province-container h2{
		font-size: 42px;
		padding-top: 40px;
	}
	.head-slide2 .landelijk_aanbod{
		padding-left: 0;
		padding-top: 10px;
	}
	.head-slide2 .krant-container img.packshot{
	    position: relative;
	    top: 0;
	    right: 0;
	    display: block;
	    margin: 0 auto;
	    margin-bottom: 15px;
	    width: 200px;
	}
	.head-slide2 .krant-container img.krant_logo.LC{
		width: 100%;
		height: auto;
		max-width: 350px;
		max-height: unset;
	}
	.head-slide2 .krant-container p{
		width: auto;
	}
}



.head-slide3{
	background-image: url('img/nederland_bg.png');
	background-repeat: no-repeat;
	background-size: 653px auto;
	background-position: top 100px right 150px;
	padding-bottom: 300px;
}
.head-slide3 .bg-block{
}

.head-slide3 .intro{
	padding-bottom: 40px;
}
.head-slide3 .border-national{
	margin-bottom: 40px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #3a8fd0;
    border-radius: 5px;
}
.head-slide3 .border-national p{
	font-size: 18px;
	color: #ffffff;
}
.head-slide3 .landelijke_krant_container{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 23px -15px rgba(0,0,0,0.75);
	padding-left: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	border-radius: 5px;
	height: 60px;
}
.head-slide3 .landelijke_krant_container .krantlogo{
	display: inline-block;
}
.head-slide3 .landelijke_krant_container .krantlogo img.img_krantlogo{
	height: auto;
	width: auto;
	max-height: 40px;
	max-width: 190px;
	position: relative;
}
.head-slide3 .landelijke_krant_container .krantlogo img.img_krantlogo.logo-vk{
	top: 8px;
}
.head-slide3 .landelijke_krant_container .krantprice{
	display: inline-block;
	float: right;
	position: relative;
	width: 180px;
}
.head-slide3 .landelijke_krant_container .krantprice p{
	font-size: 18px;
	color:#777676;
	position: relative;
	top: -8px;
}
.head-slide3 .landelijke_krant_container .krantprice sup{
    top: -.3em;
}
.head-slide3 .landelijke_krant_container .krantprice span{
	font-size: 32px;
	color:#000000;
	position: relative;
	bottom: -5px;
	font-weight: 600;
    width: 55px;
        display: inline-block;
}
.head-slide3 .landelijke_krant_cta_container{
	margin-bottom: 20px;
}
.head-slide3 .landelijke_krant_cta_container a{
	background-color: #4dc76d;
	border-bottom: 4px solid #00a52b;
	width: 100%;
	color: #ffffff;
	display: block;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 17px;
	font-size: 18px;
	font-weight: 800;
	border-radius: 5px;
	text-decoration: none;
}
.head-slide3 img.mob_gaze_down{
	width: 17px;
	height: 7px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
@media(max-width: 1200px){
	.head-slide3{
		background-position: top 100px right 0px;
	}
	.head-slide3 .landelijke_krant_container .krantlogo img.img_krantlogo{
		max-width: 170px;
	}
}
@media(max-width: 992px){
	.head-slide3{
		background-image: none;
	}
}
@media(max-width: 767px){
	.head-slide3{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.head-slide3 .landelijke_krant_container{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 10px;
	}
	.head-slide3 .landelijke_krant_container .krantlogo img.img_krantlogo{
		max-width: 125px;
	}
	.head-slide3 .landelijke_krant_container .krantlogo img.img_krantlogo.logo-hp{
		top: 8px;
	}
	.head-slide3 .landelijke_krant_container .krantlogo img.img_krantlogo.logo-tg{
		top: 8px;
	}
	.head-slide3 .landelijke_krant_container .krantlogo img.img_krantlogo.logo-tr{
		top: 5px;
	}
	.head-slide3 .landelijke_krant_container .krantprice p{
		font-size: 15px;
		top: -3px;
	}
	.head-slide3 .landelijke_krant_container .krantprice span{
	    font-size: 28px;
	}
}





.head-slide4{
	padding-bottom: 300px;
}
.head-slide4 .intro{	
	padding-bottom: 0px;
}
.overflow-mob{
	height: 170px;
	max-height: 170px;
	overflow: hidden;
}
@media(max-width: 992px){
	.overflow-mob{
		height: auto;
		max-height: unset;
		overflow: visible;
	}
}
@media(max-width: 767px){
	.head-slide4{
		padding-bottom: 30px;
		padding-top: 30px;
	}
}




















