.cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

.cookie-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	z-index: 9999;
	width: 90%;
	max-width: 500px;
	border-radius: 8px;
}
	.cookie-popup p{
		margin:10px 0;
	}

	 button.cookieButton {
		height: 40px;
		border-radius: 5px;
		border: 2px solid rgba(0,0,0,0.3);
		font-size: 18px;
		font-weight: 600;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
		margin: 2.5px;
		padding-top: 7px;
		text-align: center;
	}

.accept {
	color: #FFF;
	background: #00B900;
}

.settings {
	color: #000;
	background: #FFF;
}

h3.cookiesettings{
	font-size:14pt;
	font-weight:bolder;
	margin: 15px 0 0 0;
}

div.cookie-switch {
	width: 100%;
}

	div.cookie-switch label {
		width: 70%;
		display: INLINE-BLOCK;
	}
/* Switch styling */
.switch {
	position: relative;
	display: inline-block;
	width: 50px !important;
	height: 30px;
	float: none !important;
}
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 25px;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 19px; /* iets kleiner dan hoogte slider */
		width: 19px;
		left: 3px;
		bottom: 3px;
		background-color: white;
		transition: 0.4s;
		border-radius: 50%;
	}

input:checked + .slider {
	background-color: #2196F3;
}

	input:checked + .slider:before {
		transform: translateX(15px); /* aangepast aan kleinere breedte */
	}

div.cookieWall {
	left: 0;
	bottom: -250px;
	position: fixed;
	height: 250px;
	background: #00ACED;
	width: 100%;
	z-index: 10;
}

	div.cookieWall div.header {
		float: left;
		background: #1B75BA;
		height: 65px;
		width: 100%;
	}

		div.cookieWall div.header h5 {
			float: left;
			width: 100%;
			font-size: 20pt;
			font-weight: 600;
			color: #FFF;
			padding: 15px;
		}

	div.cookieWall p.cookieText {
		float: left;
		width: 75%;
		color: #FFF;
		padding: 15px;
	}

	div.cookieWall input.akkoord {
		float: left;
		width: 150px;
		height: 35px;
		margin: 15px 5px;
		font-weight: 600;
		color: #FFF;
		background: #00B900;
		border: 1px solid #CCC;
		border-radius: 5px;
		font-size: 13pt;
		cursor: pointer;
	}

	div.cookieWall input.nietakkoord {
		float: left;
		width: 150px;
		height: 35px;
		margin: 0 0 0 5px;
		font-weight: 600;
		color: #FFF;
		font-size: 13pt;
		text-decoration: underline;
		border: 0px;
		clear: left;
		background: transparent;
		cursor: pointer;
	}

@media all and (max-width: 420px) {

	div.cookieWall p.cookieText {
		float: left;
		width: 70%;
		color: #FFF;
		padding: 15px;
	}

	div.cookieWall input.akkoord {
		float: left;
		width: 100px;
		height: 25px;
		margin: 15px 0 0 5px;
		font-weight: 600;
		color: #FFF;
		background: #00B900;
		border: 1px solid #CCC;
		border-radius: 5px;
		font-size: 12pt;
	}

	div.cookieWall input.nietakkoord {
		float: left;
		width: 100px;
		height: 25px;
		margin: 0 0 0 5px;
		font-weight: 600;
		color: #FFF;
		font-size: 12pt;
		border: 0px;
		text-decoration: underline;
		clear: left;
	}
}
/* == border == */
.noborder {
	border: none !important;
}

.br5px {
	border-radius: 5px;
}

.noscroll {
	overflow: hidden;
}

.b2px {
	border: 3px solid #000;
}

.b1pxGrey {
	border: 1px solid #CCC;
}

.bt1White {
	border-top: 1px solid #FFF;
}

.bt1Grey {
	border-top: 1px solid #EEE;
}

.bt2Grey {
	border-top: 2px solid #EEE;
}

.bt3GreyTab {
	border-top: 2px solid #CCC;
}

.bb1Grey {
	border-bottom: 1px solid #EEE;
}

.bb2Grey {
	border-bottom: 2px solid #CCC !important;
}

.br1Grey {
	border-right: 2px solid #EEE;
}

/* == color == */
.clrwhite {
	color: #FFF !important;
}

.clrRed {
	color: red;
}

.clrblack {
	color: #000 !important;
}

.clrgrey {
	color: #59544F;
}

.clrblue {
	color: #0F99FF;
}


.bold {
	font-weight: bold !important;
}

.bolder {
	font-weight: 600 !important;
}

.underline {
	text-decoration: underline;
}

.fs14pt {
	font-size: 14pt !important;
}

.fs15pt {
	font-size: 15pt !important;
}

.fs16pt {
	font-size: 16pt !important;
}

.fs35pt {
	font-size: 35pt !important;
}

.lh25 {
	line-height: 25px;
}

.overflowVisible {
	overflow: visible !important;
}

/* == hide == */
.hide {
	display: none;
}

.hideMe {
	display: none;
}
.hideFlex {
	display: none !important;
}


@media all and (max-width: 420px) {
	.hideMobile {
		display: none;
	}
}

/* == hover effects == */
.hvrHand {
	cursor: pointer;
}

.noHover {
	cursor: default !important;
}

.hvrDefault {
	cursor: pointer;
}

/* == background == */
.bg_grey {
	background-color: #F0F3F5 !important;
}
.bg_trans {
	background-color: transparent !important;
}

.bg_white {
	background-color: #FFF !important;
}

.bg_blue {
	background-color: #1B75BB !important;
}

.bg_green {
	background-color: #72B533 !important;
}

.bg_orange {
	background-color: #F6921E !important;
}

.bg_lightblue {
	background-color: #00ACED !important;
}

.bg_party {
	background: #F0F0F0 url(/images/bg_party.png) no-repeat center center;
}

.minHeight100 {
	min-height: 100px;
}


/* == margin == */
.marginNul {
	margin: 0 !important;
}

.mb0 {
	margin: 0 0 0px 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin: 0 0 15px 0;
}

.mb20 {
	margin: 0 0 20px 0;
}

.mb30 {
	margin: 0 0 30px 0;
}

.mt35neg {
	margin: -35px 0 0 0;
}

.mt55neg {
	margin-top: -50px !important;
}

.mb50neg {
	margin-bottom: -50px !important;
}

.mt70neg {
	margin: -70px 0 0 0;
}

.mtNeg15 {
	margin: -15px 0 0 0 !important;
}

.mbNeg45 {
	margin: 10px 0 -45px 0 !important;
}

.mt-30px {
	margin-top: -30px !important;
}

.mt0px {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin: 15px 0 0 0 !important;
}

.mt20 {
	margin: 20px 0 0 0 !important;
}

.mt30 {
	margin: 30px 0 0 0 !important;
}

.mt40 {
	margin: 40px 0 0 0 !important;
}

.mt50 {
	margin: 50px 0 0 0 !important;
}

.mt50px {
	margin-top: 50px !important;
}

.mt60px {
	margin-top: 60px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml25Perc {
	margin-left: 25% !important;
}

.ml31Perc {
	margin-left: 31% !important;
}

.ml50Perc {
	margin-left: 50% !important;
}

.onTop {
	position: relative;
	z-index: 100;
}

/* == padding == */

.p10 {
	padding: 10px !important;
}

.pl10 {
	padding: 0 0 0 10px;
}

.p20 {
	padding: 20px;
}

.pt30 {
	padding: 30px 0 0 0;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb10 {
	padding: 0 0 10px 0 !important;
}

.pb30 {
	padding: 0 0 30px 0 !important;
}

.pbt10 {
	padding: 10px 0 10px 0;
}

.pbt30 {
	padding: 30px 0 30px 0;
}

.pb70 {
	padding: 0 0 70px 0;
}

/* == position== */
.center {
	position: relative;
	margin: 0 auto;
	/*overflow: auto;*/
	overflow: hidden;
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.none {
	float: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.absolute {
	position: absolute;
}

/* == textalign == */
.taCenter {
	text-align: center;
}

.taLeft {
	text-align: left !important;
}

.taRight {
	text-align: right !important;
}

/* == width == */
.w12half {
	width: 12.5% !important;
}

.w15 {
	width: 15% !important;
}

.w20 {
	width: 20% !important;
}

.w24 {
	width: 24% !important;
}

.w225 {
	width: 22.5% !important;
}

.w25px {
	width: 25px !important;
}

.w25 {
	width: 25% !important;
}

.w30 {
	width: 30% !important;
}

.w33 {
	width: 33% !important;
}

.w35 {
	width: 35% !important;
}

.w40 {
	width: 40% !important;
}

.w45 {
	width: 45% !important;
}

.w47 {
	width: 47.5% !important;
}

.w475 {
	width: 47.5% !important;
}

.w50 {
	width: 50% !important;
}

.w60 {
	width: 60% !important;
}

.w65 {
	width: 65% !important;
}

.w70 {
	width: 70% !important;
}

.w75 {
	width: 75% !important;
}

.w80 {
	width: 80% !important;
}

.w85 {
	width: 85% !important;
}

.w90 {
	width: 90% !important;
}

.w95 {
	width: 95% !important;
}

.w100 {
	width: 100% !important;
}

.w100px {
	width: 100px !important;
}

.w120px {
	width: 120px !important;
}

.w770 {
	width: 770px !important;
}

.w250 {
	width: 250px !important;
}

.w650 {
	width: 650px;
}

.w675 {
	width: 675px;
}

.w750 {
	width: 750px;
}

/*960 is oud nu is de minimale stand 1200*/

.w1000 {
	width: 1000px;
}

.w1200{
	width: 1200px;
}

.w1400 {
	width: 1400px;
}

@media all and (max-width: 1200px) {
	.w1400 {
		width: 100%;
	}
}

.alignCenter{
	text-align: center;
}



@media all and (max-width: 1024px) {
	.w1200 {
		width: 100%;
	}

	.w475 {
		width: 100% !important;
	}

	.w60 {
		width: 100% !important;
	}
}

@media all and (max-width: 420px) {
	.w1200 {
		width: 100%;
		overflow: hidden;
	}

	.w475 {
		width: 100% !important;
	}
}

/* == height == */
.h100 {
	height: 100%;
}

.h125 {
	height: 125px;
}

.h150 {
	height: 150px;
}

.h200 {
	height: 200px;
}

.h250 {
	height: 250px;
}

.h320 {
	height: 320px;
}

.hNone {
	height: auto !important;
}

.striketrough {
	text-decoration: line-through !important;
	color: #00ACED !important;
}

.fs12 {
	font-size: 12pt !important;
}

.fs15 {
	font-size: 15pt !important;
}


.loading {
	background-image: url(/images/spinner-mw.gif) !important;
	background-size: 35px 35px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	padding-left: 35px !important;
}@font-face {
	font-family: 'InZpire';
	src: url('webfont.eot'); /* IE9 Compat Modes */
	src: url('/fonts/Branding-Semilight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/Branding-Semilight.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/Branding-Semilight.woff') format('woff'), /* Pretty Modern Browsers */
	url('/fonts/Branding-Semilight.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/Branding-Semilight.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-display: swap;
}

@font-face {
	font-family: "InZpireBold";
	src: url('webfont.eot'); /* IE9 Compat Modes */
	src: url('/fonts/Branding-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/Branding-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/Branding-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
	url('/fonts/Branding-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/Branding-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 600;
	font-display: swap;
}


input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0px;
}

::placeholder {
	color: #C0AEAE !important;
	opacity: 1 !important;
	font-weight: normal !important;
	font-size: 12pt !important;
}

:-ms-input-placeholder {
	color: #C0AEAE !important;
	font-weight: normal !important;
	font-size: 12pt !important;
}

::-ms-input-placeholder {
	color: #C0AEAE !important;
	font-weight: normal !important;
	font-size: 12pt !important;
}

/* ======== resets and overrides ======== */

* {
	margin: 0;
	padding: 0;
}

	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	color: #0026ff;
	text-decoration: none;
}


@media all and (max-width: 420px) {
	html {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

body {
	background-color: #F0F3F5;
	font-family: 'InZpire', 'Segoe UI', Helvetica, Arial;
	display: grid;
	grid-template-areas:
		"nav"
		"main";
	grid-template-rows: auto 1fr;
}

.layout-wrapper {
	display: flex;
	flex-direction: column-reverse;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.site-header {
	grid-area: nav;
}

#maincontent {
	grid-area: main;
}

em {
	font-style: normal;
}

img {
	border: none;
}


input {
	font-family: 'InZpire', 'Segoe UI', Helvetica, !important;
	font-weight: 600;
}

select {
	font-family: 'InZpire', 'Segoe UI', Helvetica, !important;
	font-weight: 600;
}


h1, h2, h3, h4, h5 { font-weight: normal; color: #1B75BA;}

h5 { font-size: 1.0em; }

p { color: #57524D; }

ul {
	float: left;
	margin: 5px 20px;
}

ol {
	float: left;
	margin: 5px 20px;
}

span.spanlink{
float:none;
color:blue;
text-decoration: underline;
cursor:pointer;
}

/*LINKS AND BUTTONS*/
a.linkArrowGrey {
	float: left;
	font-size: 16pt;
	color: #757575;
	background: #F0F3F5 url(/images/iconen/arrow-grey.png) no-repeat 95% 10px;
	padding: 8px 60px 10px 20px;
	font-weight: 600;
	text-decoration: none;
}

span.linkArrowBlue {
	float: left;
	clear: left;
	font-size: 16pt;
	color: #FFF;
	background: #0F99FF url(/images/iconen/arrow-white.png) no-repeat 95% 10px;
	background-size: 35px;
	padding: 8px 60px 10px 20px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

a.linkArrowWhite {
	float: left;
	font-size: 16pt;
	color: #00ACED;
	background: #FFF url(/images/iconen/arrow-blue.png) no-repeat 95% 10px;
	padding: 8px 60px 10px 20px;
	font-weight: 600;
	text-decoration: none;
}

a.linkArrowBlueBig {
	float: left;
	font-size: 16pt;
	color: #FFF;
	background: #0F99FF url(/images/iconen/arrow-white.png) no-repeat 99% 8px;
	padding: 8px 60px 10px 20px;
	font-weight: 600;
	text-decoration: none;
	background-size: 40px;
}div#map {
	float: left;
	width: 60% !important;
	min-height: 500px;
}
div.filterbox {
	float: left;
	width: 40%;
	border: 1px solid #CCC;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 500px;
	overflow-y: auto;
	background: #FFF;
}
	div.filterbox div.filters {
		float: left;
		width:100%;
		border-bottom: 1px dashed #CCC;
		
	}
		div.filterbox div.filters span {
			float: left;
			width: 100%;
		}
		div.filterbox div.filters input {
			float: left;
			width: 75%;
			margin: 5px;
			height: 30px;
			border-radius: 2px;
			border: 1px solid #CCC;
			padding: 0 5px;
		}
		div.filterbox div.filters div.bttnSearch {
			float: left;
			width: 20%;
			border: 0;
			background: #00ACED;
			border-radius: 5px;
			height: 30px;
			margin-top: 5px;
			color: #FFF;
			text-align: center;
			font-weight: 600;
			padding-top: 3px;
			cursor: pointer;
		}

	div.filterbox span{
		padding-left:10px;
	}

    div.filterbox div.result {
        float: left;
        width: 100%;
    }

    div.filterbox div.result div {
		padding:2px;
    }

	div.filterbox div.result div:hover {
		background: #F0F3F0;
		cursor:default;
	}

	div.filterbox div.result div div a {
		float:right;
		margin-right:5px;
		text-decoration: none;
		color: #FFF;
		background-color: #00ACED;
		padding:1.5px;
		border-radius:5px;
		font-weight:600;
	}

	div.filterbox div.result div div a:hover {
		cursor:pointer;
	}

span.bttnClaimNotaris{
	float:right;
	background:#0F99FF;
	color:#FFF;
	font-weight:600;
	padding:8px;
	margin-right:25px;
}

span.bttnClaimNotaris:hover{
	cursor:pointer;
}

div.tabsWrap span.tabs:hover {
	cursor: pointer;
}/* ======== MODAL POPUP ======== */

div.UpdatePanelWrap {
	background: none repeat scroll 0 0 #000;
	float: left;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 15000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

div.contactSlide {
	position: fixed;
	background: #FFF;
	margin: 0;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	width: 55%;
	z-index: 150001;
	top: 0;
	left: 0;
	border-right: 2px solid #CCC;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



@media (max-width: 420px) {
	div.contactSlide {
		width: 100%
	}
}

div.contactMwSlide {
	position: fixed;
	background: #FFF;
	margin: 0;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	width: 40%;
	z-index: 150001;
	top: 0;
	left: 0;
	border-right: 2px solid #CCC;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 1024px) {
	div.contactMwSlide {
		width: 50%
	}
}

@media (max-width: 768px) {
	div.contactMwSlide {
		width: 70%
	}
}

@media (max-width: 420px) {
	div.contactMwSlide {
		width: 100%
	}
}

div.contactMwSlide div.header {
	float: left;
	background: #00ADEE;
	height: 65px;
	width: 100%;
	z-index: 20;
}

	div.detailsSlide div.header h5,
	div.contactSlide div.header h5,
	div.contactMwSlide div.header h5 {
		font-size: 18pt;
		font-weight: 600;
		float: left;
		color: #FFF;
		margin: 15px 0 0 15px;
	}

span.close {
	float: right;
	color: #FFF;
	width: 42px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #CCC;
	font-size: 15pt;
	font-weight: 600;
	text-align: center;
	margin: 14px 15px 0 10px;
	cursor: pointer;
	padding: 4px;
	background: #1B75BB;
}

div.detailsSlide span.close {
	margin-top: -30px;
}

div.contactMoneywise {
	background: #F7F7F4;
	float: left;
	width: 100%;
	padding: 2.5%;
	position: relative;
}

	div.contactMoneywise h5 {
		float: left;
		width: 100%;
		font-size: 15pt;
		font-weight: 600;
		padding: 15px 15px 0 15px;
	}

	div.contactMoneywise p {
		float: left;
		width: 100%;
		padding: 15px 15px 0 15px;
		line-height: 24px;
		font-size: 15pt;
	}

	div.contactMoneywise.options {
		margin-top: 10px !important;
	}

		div.contactMoneywise.options img {
			float: left;
			width: 50px;
			margin: 25px 0 0 0;
		}

div.optionsBlock {
	float: left;
	width: calc(100% - 50px);
}

div.contactMoneywise.options div.contactBlock {
	float: left;
	width: 100%;
	padding: 5px;
	border: none;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 5px;
}

div.contactMoneywise.options span {
	float: left;
	width: 100%;
	margin-left: 15px;
	font-size: 12pt;
}

	div.contactMoneywise.options span.product {
		float: left;
		width: 100%;
		margin-left: 15px;
		font-size: 13pt;
		margin-bottom: 5px;
		font-weight: bold;
	}

div.contactMoneywise.options a {
	float: left;
	width: 100%;
	margin: -5px 0 5px 15px;
	font-size: 16pt;
	text-decoration: none;
}


div.ontop {
	float: left;
	position: absolute;
	float: left;
	width: 100%;
	z-index: 20000;
	background: #FFF;
}


div.zandloper {
	float: left;
	position: absolute;
	float: left;
	width: 100%;
	z-index: 20000;
}



img.zandloper {
	float: left;
	width: 20%;
	position: fixed;
	top: 20%;
	left: 40%;
	z-index: 20001;
}

@media (max-width: 1024px) {
	img.zandloper {
		float: left;
		width: 70%;
		position: fixed;
		top: 20%;
		left: 15%;
		z-index: 20001;
	}
}

div.detailsSlide {
	position: fixed;
	background: #FFF;
	margin: 0;
	height: 100vh;
	width: 60%;
	z-index: 150001;
	top: 0;
	left: 0;
	border-right: 2px solid #CCC;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden auto;
}

	div.detailsSlide div.header {
		float: left;
		background: #00ADEE;
		height: 65px;
		width: 100%;
		z-index: 20;
	}

	div.detailsSlide div.fiWrap {
		float: left;
		width: 64%;
		border-bottom: 1px solid #CCC;
		height: 167px;
	}

		div.detailsSlide div.fiWrap h5 {
			width: 60%;
			float: left;
			font-size: 18pt;
			font-weight: 600;
			margin: 50px 0 0 15px;
		}

		div.detailsSlide div.fiWrap span {
			float: left;
			width: 60%;
			margin: 15px;
			font-size: 16pt;
		}

		div.detailsSlide div.fiWrap img {
			float: right;
			width: 25%;
			margin: 5%;
		}

	div.detailsSlide .tabsWrap {
		float: left;
		width: 100%;
		height: 45px;
		margin: 31px 0 20px 0;
		border-bottom: 2px solid #CCC;
		padding-left: 10px;
	}

		div.detailsSlide .tabsWrap span {
			float: left;
			padding: 11px 15px 10px 15px;
			border-top: 2px solid #CCC;
			border-bottom: 1px solid #CCC;
			border-left: 2px solid #CCC;
			border-right: 2px solid #CCC;
			background: #EEE;
			border-top-right-radius: 10px;
			border-top-left-radius: 10px;
			margin: 0 5px;
			font-weight: 600;
		}

			div.detailsSlide .tabsWrap span:hover {
				text-decoration: underline;
				cursor: pointer;
			}

			div.detailsSlide .tabsWrap span.active {
				border-bottom: 3px solid #FFF;
				background: #FFF;
			}

				div.detailsSlide .tabsWrap span.active:hover {
					text-decoration: none;
					cursor: default;
				}

				/*IE focus anapassen*/
				div.detailsSlide .tabsWrap span.active:focus {
					float: left;
					padding: 10px 10px 12px 10px;
					border-top: 2px solid #CCC !important;
					border-bottom: 2px solid #FFF !important;
					border-left: 2px solid #CCC !important;
					border-right: 2px solid #CCC !important;
					background: #FFF;
					border-top-right-radius: 10px;
					border-top-left-radius: 10px;
					margin: 0 5px;
				}

	div.detailsSlide div.detailsHulp {
		float: right;
		width: 35%;
		height: 137px;
		border-bottom: 1px solid #CCC;
		margin: 30px 0 0 0;
	}

		div.detailsSlide div.detailsHulp h5 {
			float: left;
			width: 100%;
			font-size: 15pt;
			font-weight: 600;
		}

		div.detailsSlide div.detailsHulp img {
			float: right;
			width: 125px;
			margin-top: -129px;
		}

		div.detailsSlide div.detailsHulp span {
			float: left;
			width: 100%;
			font-size: 13pt;
			line-height: 26pt;
		}

	div.detailsSlide div.uitlegMedewerkers {
		background: #F7F7F4;
		float: left;
		width: 100%;
		padding: 2.5%;
		height: 169px;
		position: relative;
	}

		div.detailsSlide div.uitlegMedewerkers h5 {
			float: right;
			width: 65%;
			font-size: 16pt;
			font-weight: 600;
			margin-top: -15px;
		}

		div.detailsSlide div.uitlegMedewerkers img {
			float: left;
			width: 27%;
			top: -45px;
			position: absolute;
		}

		div.detailsSlide div.uitlegMedewerkers a.belons {
			float: left;
			width: 100%;
			font-size: 27pt;
			font-weight: bold;
			margin: -5px 0;
			color: #1B75BA;
			text-decoration: none;
			text-align: center;
		}


@media all and (max-width: 420px) {
	div.detailsSlide {
		width: 100%;
		overflow-y: scroll;
	}

		div.detailsSlide div.fiWrap {
			float: left;
			width: 100%;
			border-bottom: 1px solid #CCC;
		}

			div.detailsSlide div.fiWrap h5 {
				width: 100%;
				float: left;
				font-size: 18pt;
				font-weight: 600;
				margin: 0 0 0 15px;
			}

			div.detailsSlide div.fiWrap span {
				float: left;
				width: 100%;
				margin: 0 0 0 15px;
				font-size: 16pt;
			}

			div.detailsSlide div.fiWrap img {
				float: left;
				width: 50%;
				margin: 0 0 0 15px;
			}

	div#vwdHypotheek {
		display: none;
	}

	div.detailsSlide div.detailsHulp {
		display: none;
	}

	div.detailsSlide div.header {
		float: left;
		background: #00ADEE;
		height: 65px;
		width: 100%;
		position: fixed;
	}
}

div.detailsSlide div.compareWrap div.vwdRow div.a p {
	float: left;
	padding: 7px 15px 7px 0;
	font-size: 13pt;
	font-weight: normal;
	width: 100%;
}

div.detailsSlide div.compareWrap div.vwdRow div.a .table {
	float: left;
	padding: 7px 0;
	font-size: 11pt;
	margin: 0 2px;
	width: 12.5%;
	border-bottom: 2px solid #CCC;
	font-family: verdana;
	padding: 5px;
}

em.i {
	float: right;
	width: 24px;
	height: 24px;
	border: 2px solid #CCC;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	margin: -5px 5px 0 5px;
	cursor: pointer;
}

div.infoPop {
	float: left;
	position: absolute;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 15px;
	width: 300px;
	background: #FFF;
	margin: 57px 0 0 0;
	display: none;
}

div.detailsSlide div.compareWrap div.vwdRow div.a span {
	float: left;
	height: 100%;
	font-size: 13pt;
	width: 100%;
	margin: 10px 0;
}

div.uitlegContent {
	float: left;
	padding: 15px;
	font-size: 13pt;
	line-height: 22pt;
	width: 100%;
	height: calc(100vh - 235px);
	overflow-y: scroll;
}

/*REVISIT HYPOTHEKEN EN ON LEAVE*/
div.infoPopup {
	position: fixed;
	background: #FFF;
	margin: 0;
	height: 475px;
	width: 500px;
	z-index: 150001;
	top: calc((100% - 400px) / 2.0);
	left: calc((100% - 500px) / 2.0);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

	div.infoPopup span.closeMe {
		float: right;
		width: 30px;
		height: 30px;
		margin: -35px 10px 0 0;
		display: block;
		font-weight: 600;
		border-radius: 50%;
		color: #FFF;
		border: 3px solid #FFF;
		text-align: center;
		font-size: 14pt;
		cursor: pointer;
	}

	div.infoPopup span.ipHead {
		float: left;
		width: 100%;
		color: #FFF;
		background: #00ADEE;
		font-weight: 600;
		padding: 10px 10px;
		font-size: 15pt;
	}

	div.infoPopup p.ipBody {
		float: left;
		width: 100%;
		color: #000;
		padding: 10px 10px;
		font-size: 13pt;
		margin-top: 5px;
	}

	div.infoPopup span.check {
		line-height: 35px;
		float: left;
		width: 100%;
		padding-left: 35px;
		background: transparent url(/images/blue-check.png) no-repeat -6px 0;
		background-size: 35px;
		font-size: 13pt;
	}

	div.infoPopup div.answerWrap span {
		width: 80%;
		margin: 10px;
	}

	div.infoPopup div.answerWrap input.txt {
		float: left;
		padding: 2px 0 0 10px;
		height: 35px;
		background: #FFF;
		border: 2px solid #CCC;
		color: #183F5B;
		font-size: 1.1em;
		text-align: left;
		border-radius: 5px;
		width: 80%;
		margin: 10px;
	}

	div.infoPopup div.buttonWrap {
		clear: left;
		float: left;
		width: 100%;
		border-top: 1px solid #CCC;
		padding: 10px 10px 10px 0px;
		position: absolute;
		bottom: 0;
	}

		div.infoPopup div.buttonWrap input.bttnSave {
			float: right;
			color: #000;
			text-align: center;
			border: 1px solid #CCC !important;
			border-radius: 5px;
			padding: 8px 15px;
			cursor: pointer;
			background: #FFF;
			margin: 0 15px;
			font-weight: normal;
			min-width: 150px;
			max-width: 200px;
		}

		div.infoPopup div.buttonWrap input.bttnNext {
			float: right;
			color: #FFF;
			text-align: center;
			font-weight: 600;
			border: 2px solid #CCC;
			border-radius: 5px;
			padding: 7px 15px;
			cursor: pointer;
			background: #00B900;
			min-width: 150px;
			font-size: 13pt;
			-webkit-appearance: none;
			border-radius: 0;
		}

		div.infoPopup div.buttonWrap span.bttnNext {
			float: right;
			color: #FFF;
			text-align: center;
			font-weight: 600;
			border: 2px solid #CCC;
			border-radius: 5px;
			padding: 7px 15px;
			cursor: pointer;
			background: #00B900;
			min-width: 150px;
			font-size: 13pt;
			-webkit-appearance: none;
			border-radius: 0;
			text-decoration: none;
		}

/*EBook DOWNLOAD*/
div.download {
	position: fixed;
	z-index: 15001;
	top: 10%;
	bottom: 20%;
	background: #FFF;
	margin: 50px 0 20px 0px !important;
	height: 450px !important;
	left: 30%;
	width: 40% !important;
}

	div.download div.downloadHead {
		float: left;
		width: 100%;
		border-bottom: 1px solid #CCC;
		margin: -30px 0 20px 0;
		height: 30px;
	}

	div.download img {
		float: left;
		width: 45%;
	}

	div.download div.naw {
		float: left;
		width: 50%;
	}

		div.download div.naw input {
			float: left;
			width: 100%;
			border-radius: 5px;
			border: 1px solid #CCC;
			height: 35px;
			margin: 10px 0 0 0;
			padding: 0 10px;
			font-size: 12pt;
		}

	div.download p.privacy {
		float: left;
		font-size: 10pt;
	}

div.upContent {
	float: left;
	position: fixed;
	z-index: 15001;
	top: 10%;
	bottom: 20%;
	background: #FFF;
	margin: 50px 0 20px 0px !important;
	height: 600px;
	overflow: auto;
}

	div.upContent.download span.close {
		float: right;
		background: url(/images/cross.png) no-repeat right 0;
		width: 150px;
		height: 40px;
		margin: 0px 0px -5px 0;
		display: block;
		color: #000;
		position: relative;
		z-index: 15;
		border: none;
	}


/* POPUP VOOR TIMER JAARRUIMTE */
div.popup {
	float: left;
	position: fixed;
	bottom: -350px;
	right: 30px;
	width: 350px;
	height: 350px;
	border: 1px solid #CCC;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0px 12px 15px 10px;
	background: #FFF;
	z-index: 1000;
}

	div.popup h3 {
		float: left;
		font-size: 18pt;
		font-weight: bold;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}

		div.popup h3.closePopup {
			float: right;
			font-size: 18pt;
			font-weight: bold;
			border-radius: 50%;
			border: 4px solid #CCC;
			width: 35px;
			margin: -50px 5px 0px 0;
			cursor: pointer;
			color: #FFF;
			background: #1B75BB;
		}

	div.popup div.countDown {
		float: left;
		width: 80%;
		margin: 5% 10%;
	}

		div.popup div.countDown div {
			float: left;
			width: 20%;
			margin: 0 2.5%;
			background: #DBDBDB;
			padding: 10px 0;
			border-radius: 5px;
			height: 90px;
		}

			div.popup div.countDown div span {
				float: left;
				width: 100%;
				text-align: center;
				margin: 5px 0;
			}

				div.popup div.countDown div span.counterMeta {
					font-size: 10pt;
				}

				div.popup div.countDown div span.counterData {
					font-size: 24pt;
					font-weight: bold;
				}

	div.popup p {
		float: left;
		width: 90%;
		margin: 0 5%;
		font-weight: normal;
		font-size: 12pt;
		line-height: 25px;
	}

	div.popup .button {
		float: left;
		width: 90%;
		border: 1px solid #CCC;
		height: 38px;
		padding: 1.5%;
		text-align: center;
		margin: 5px 5% 0 5%;
		border-radius: 5px;
		background: #1B75BB;
		color: #FFF;
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
		font-size: 15pt;
	}

	div.popup .meerinfo {
		float: left;
		width: 70%;
		border: 1px solid #CCC;
		height: 35px;
		padding: 1.5%;
		text-align: center;
		margin: 5px 15%;
		border-radius: 5px;
		background: #FFF;
		color: #1B75BB;
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
		font-size: 12pt;
	}

	div.popup .nothanks {
		float: left;
		text-decoration: underline;
		text-align: center;
		cursor: pointer;
		margin: 10px 0 0 -30px;
		width: 45%;
	}
div.formWrap {
	float: left;
	padding-bottom: 400px;
	max-width: 900px;
}

@media all and (max-width: 900px) {
	div.formWrap {
		float: left;
		padding-bottom: 10px;
		width: 100%;
	}
}


div.balloon {
	min-height: 50px;
	background: #FFF; 
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 5px 25px;
}

	div.balloon H2 {
		float: left;
		width: 100%;
		font-weight: normal;
		color: #1B75BA;
	}

	div.balloon H5 {
		font-weight: bold;
		font-size: 1.4em;
	}

	div.balloon p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin: 10px 0;
	}

div.titleWrap {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	background: #00ACED;
	padding: 15px 10px;
}
	div.titleWrap span.bttnSave {
		background: transparent url(/images/navigatie/heart.png) no-repeat 5px center;
		background-size: 25px;
		float: left;
		color: #FFF;
		padding: 5px 10px 5px 35px;
		border: 1px solid #FFF;
		font-size: 13pt;
		margin: 5px 15px 0 0;
		border-radius: 5px;
		cursor: pointer;
	}


	div.titleWrap a.back {
		background: transparent url(/images/navigatie/simple-back.png) no-repeat left center;
		float: left;
		color: #FFF;
		padding: 4px 5px 5px 18px;
		text-decoration: underline;
		font-size: 17px;
		margin: 5px 15px 0 0;
	}

	div.titleWrap h1, div.titleWrap h5 {
		color: #FFF;
		width: auto;
		float: left;
		font-size: 1.6em;
		font-weight: bold;
	}

	div.titleWrap img.loader {
		color: #FFF;
		width: auto;
		float: left;
		margin: -10px 10px;
		width: 50px;
	}

	div.titleWrap.details {
		display: none;
	}

@media (max-width: 420px) {
	div.titleWrap.details {
		display: block;
	}

	div.titleWrap h5 {
		font-size: 1.35em;
	}
}

div.stepIntro {
	float: left;
	width: 100%;
	background: #F0F3F5;
	min-height: 150px;
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	position: relative;
}

div.stepIntro img.logo {
	float: right;
	width: 225px;
	height: auto;
	margin: -50px 0 -70px 0;
	position: inherit;
}

	div.stepIntro p {
		float: left;
		width: 75%;
		font-size: 1.1em;
		line-height: 1.5em;
		margin: 10px 0;
	}
		div.stepIntro p em.uitleg {
			font-weight: bold !important;
			font-style: normal;
			font-size: 12pt;
			border-radius: 50%;
			background: #00ACED;
			color: #FFF;
			padding: 2px 10px;
			margin-left: 8px;
			cursor: pointer;
		}
	

	div.stepIntro a.button, div.stepIntro span.button {
		float: left;
		min-width: 150px;
		margin: 10px 0 0 0px;
		padding: 5px 25px;
		font-weight: normal;
		background: #1B75BB;
		border-radius: 5px;
		text-align: center;
		color: #FFF;
		height: 34px;
		cursor: pointer;
		text-decoration: none;
		clear: left;
		margin-bottom: 15px;
	}

	div.stepIntro p {
		float: left;
		width: 75%;
	}

	div.stepIntro img {
		float: right;
		height: 150px;
		margin-top: 10px;
		position: absolute;
		bottom: 0;
		right: 0;
	}

@media (max-width: 420px) {

	div.stepIntro p{
		width: 100%;
	}

	div.stepIntro img {
		display: none;
	}

		div.stepIntro img.logo {
		}
}

	/*VRAGEN FORM*/

	div.qRow {
		float: left;
		width: 100%;
		margin: 5px 0;
	}

		div.qRow span {
			float: left;
			width: 100%;
			margin-right: 0%;
			margin-left: 0px;
			font-size: 13pt;
		}

			div.qRow span.popuplink {
				float: left;
				width: 300px;
				color: blue;
				margin: 6px;
				text-decoration: underline;
				cursor: pointer;
			}

			div.qRow span.popuplink:hover {
				
				text-decoration: none;
			}

			div.qRow span.vb {
				width: auto;
				margin: 5px 15px;
			}

			div.qRow span.error {
				color: red;
				margin: 5px 0 0 0;
				clear: left;
			}

			div.qRow span em {
				font-weight: normal !important;
				font-style: normal;
				font-size: 12pt;
			}

				div.qRow span em.info {
					font-weight: bold !important;
					font-style: normal;
					font-size: 12pt;
					border-radius: 50%;
					background: #00ACED;
					color: #FFF;
					padding: 2px 10px;
					margin-left: 8px;
					cursor: pointer;
				}

		div.qRow.feedback {
			background: #F0F3F5;
			padding: 15px;
			border: 1px solid #CCC;
			border-radius: 5px;
		}

			div.qRow.feedback span {
				width: 37.5%;
			}

	div.answerWrap {
		clear: left;
		float: left;
		width: 100%;
		margin: 10px 0;
	}

		div.answerWrap ul {
			float: left;
			margin: 0 0 0 20px;
			width: 90%;
		}

			div.answerWrap ul li {
				float: left;
				width: 100%;
				line-height: 30px;
			}

				div.answerWrap ul li em.info {
					font-weight: normal;
					font-style: normal;
					text-decoration: underline;
					color: #387DEB;
					font-size: 13pt;
				}

				div.answerWrap ul li em.vwdlink {
					font-weight: normal;
					font-style: normal;
					text-decoration: underline;
					color: #387DEB;
					font-size: 13pt;
				}

	div.qRow input.txt {
		float: left;
		padding: 2px 0 0 10px;
		height: 35px;
		background: #FFF;
		border: 2px solid #CCC;
		color: #183F5B;
		font-size: 12pt;
		text-align: left;
		border-radius: 5px;
		width: 35%;
	}

		div.qRow input.txt[disabled="disabled"] {
			background: #F0F3F5;
			/*color: #F0F3F5;*/
		}

	div.qRow input.date {
		width: 150px;
	}

	div.qRow input.voorletters {
		width: 22.5%;
		margin: 0;
	}

	div.qRow textarea.txt.multi {
		float: left;
		width: 100%;
		padding: 10px;
		font-size: 12pt;
	}

	div.balloon div.qRow input.toev {
		float: left;
		padding: 2px 0 0 10px;
		height: 35px;
		background: #FFF;
		border: 2px solid #CCC;
		color: #183F5B;
		font-size: 1.1em;
		text-align: left;
		border-radius: 5px;
		width: 118px;
		
	}
div.balloon div.qRow input.toev.ml0 {
	margin-left: 0px !important;
}

div.qRow input.tussenvoegsel {
	width: 100px !important;
	margin: 0 0 0 15px !important;
}


	div.qRow input.lastname {
		width: 225px !important;
		margin: 0 0 0 15px !important;
	}

	div.balloon div.qRow input.zip {
		width: 17%;
		margin: 0;
		background: #FFF url(/images/inputicons/location.png) no-repeat left center !important;
		padding-left: 35px;
	}
	
	div.balloon div.qRow input.nmbr {
		width: 15%;
		margin: 0;
		background: #FFF url(/images/inputicons/number.png) no-repeat left center !important;
		padding-left: 35px;
	}

	div.qRow input.hsnr {
		float: left;
		padding: 2px 0 0 10px;
		height: 35px;
		background: #FFF;
		border: 2px solid #CCC;
		color: #183F5B;
		font-size: 1.1em;
		text-align: left;
		border-radius: 5px;
		width: 75px;
	}

	div.qRow input.toev {
		float: left;
		padding: 2px 0 0 10px;
		height: 35px;
		background: #FFF;
		border: 2px solid #CCC;
		color: #183F5B;
		font-size: 1.1em;
		text-align: left;
		border-radius: 5px;
		width: 118px;
		margin-left: 15px;
	}

	div.qRow input.eur {
		width: 135px !important;
		padding-left: 25px !important;
		padding-right: 10px !important;
		background: #FFF url("/images/inputicons/eur.png") no-repeat left center !important;
		text-align: right !important;
	}

div.qRow input.perc {
	width: 100px !important;
	padding-left: 10px !important;
	padding-right: 14px !important;
	background: #FFF url("/images/inputicons/perc.png") no-repeat right center !important;
	text-align: left !important;
}

	div.qRow input.email {
		padding-left: 35px !important;
		padding-right: 10px !important;
		background: #FFF url("/images/inputicons/email.png") no-repeat left center !important;
		text-align: left !important;
	}

	div.qRow input.tel {
		padding-left: 35px !important;
		padding-right: 10px !important;
		background: #FFF url("/images/inputicons/tel.png") no-repeat left center !important;
		text-align: left !important;
	}

	@media (max-width: 420px) {
		div.qRow input {
			width: 90% !important;
			margin: 0 2.5% 0 0 !important;
		}

			div.qRow input.toev {
				width: 35% !important;
			}

			div.qRow input.lastname {
				width: 55% !important;
			}

			div.qRow input.hsnr {
				width: 35% !important;
			}
	}

	div.qRow select.select {
		float: left;
		width: 250px;
		padding: 2px 0 0 5px;
		height: 33px;
		background: #FFF;
		border: 2px solid #CCC;
		border-radius:5px;
		color: #183F5B;
		font-size: 12pt;
		padding-left: 10px;
		text-align: left; 
		/*box-shadow: inset 1px 2px 11px -4px #999;*/
	}

	div.answerWrap .containerBttn {
		display: block;
		position: relative;
		padding: 5px 0px;
		cursor: pointer;
		font-size: 13pt;
		-ms-user-select: none;
		float: left;
		width: 135px;
		border: 1px solid #CCC;
		border-radius: 2px;
		height: 35px;
		text-align: center;
		font-weight: 600;
		color: #1B75BB;
		background: #F0F3F5;
	}

		div.answerWrap .containerBttn:hover {
			color: #1B75BB;
			background: #F0F3F5;
			border: 1px solid #1B75BB;
		}

		div.answerWrap .containerBttn.active {
			color: #FFF;
			background: #1B75BB;
		}

		div.answerWrap .containerBttn input {
			display: block;
			float: left;
			position: absolute;
			z-index: -1;
		}


			div.answerWrap .containerBttn input:checked ~ .checkmark:after {
				display: block;
			}

			div.answerWrap .containerBttn input:focus ~ .checkmark:after {
				display: block;
			}

		div.answerWrap .containerBttn:focus-within {
			background: #00ACED;
			color: #FFF;
		}

		div.answerWrap .containerBttn .checkmark:after {
			left: 15px;
			top: 7px;
			width: 9px;
			height: 15px;
			border: solid white;
			border-width: 0 3px 3px 0;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		div.answerWrap .containerBttn.rvp {
			width: 100px !important;
		}

			div.answerWrap .containerBttn.rvp:hover {
				color: #FFF;
				background: #1B75BB;
				border: 1px solid #1B75BB;
			}

			div.answerWrap .containerBttn.rvp.active {
				color: #FFF;
				background: #1B75BB;
			}

		div.answerWrap .containerBttn.filter {
			width: 75px !important;
		}

			div.answerWrap .containerBttn.filter .checkmark:after {
				left: 15px;
				top: 7px;
				width: 9px;
				height: 15px;
				border: solid white;
				border-width: 0 3px 3px 0;
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display:none !important ;
			}
	/*filter MAATMAN*/
		div.answerWrap .containerBttn.maatmanPeriodiek {
			width: 20% !important;
			font-size: 11pt;
			padding: 8px 0px;
		}

			div.answerWrap .containerBttn.maatmanPeriodiek .active {
				color: #FFF;
				background: #1B75BB;
			}

			div.answerWrap .containerBttn.maatmanPeriodiek .checkmark:after {
				display: none;
			}

			div.answerWrap .containerBttn.maatmanPeriodiek input:checked ~ .checkmark:after {
				display: none;
			}

		div.answerWrap .containerBttn.maatmanEenmalig {
			width: 25% !important;
			font-size: 11pt;
			padding: 8px 0px;
		}
			
			div.answerWrap .containerBttn.maatmanEenmalig .active {
				color: #FFF;
				background: #1B75BB;
			}

			div.answerWrap .containerBttn.maatmanEenmalig .checkmark:after {
				display: none;
			}

			div.answerWrap .containerBttn.maatmanEenmalig input:checked ~ .checkmark:after {
				display: none;
			}

		div.answerWrap .containerBttn.maatmanLooptijd{
			width: 25% !important;
			font-size: 11pt;
			padding: 8px 0px;
		}

			div.answerWrap .containerBttn.maatmanLooptijd .active {
				color: #FFF;
				background: #1B75BB;
			}

			div.answerWrap .containerBttn.maatmanLooptijd .checkmark:after {
				display: none;
			}

			div.answerWrap .containerBttn.maatmanLooptijd input:checked ~ .checkmark:after {
				display: none;
			}

		div.answerWrap .containerBttn.pl {
			width: 80px !important;
		}

			div.answerWrap .containerBttn.pl input:checked ~ .checkmark:after {
				display: none;
			}

@media (max-width: 768px) {
	div.answerWrap .containerBttn.rvp {
		width: 87px !important;
	}

		div.answerWrap .containerBttn.rvp .checkmark:after {
			border: 0px !important;
		}
}

		div.answerWrap .containerBttn.rating {
			width: 50px !important;
		}

			div.answerWrap .containerBttn.rating.active {
				color: #FFF;
				background: #1B75BB;
			}

			div.answerWrap .containerBttn.rating .checkmark:after {
				display: none;
			}

			div.answerWrap .containerBttn.rating input:checked ~ .checkmark:after {
				display: none;
			}



	@media (max-width: 420px) {
		div .answerWrap .containerBttn {
			width: 110px;
		}

		div.qRow select.select {
			width: 100%;
			border-radius: 2px;
		}
	}

	div.answerWrap .container {
		display: block;
		position: relative;
		padding-left: 35px;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 13pt;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		float: left;
		width: 100%;
	}

		div.answerWrap .container em.advies {
			font-weight: bold;
			background: #EBF8FE url(/images/owlicon.png) no-repeat 3px 4px;
			background-size: 20px;
			margin-left: 10px;
			padding: 3px 5px 6px 30px;
			border: 1px solid #CCC;
			border-radius: 5px;
			font-size: 11pt;
		}

		/* Hide the browser's default radio button */
		div.answerWrap .container input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
		}

			div.answerWrap .container input:disabled {
				position: absolute;
				opacity: 0;
				cursor: pointer;
				background: #CCC;
			}

		/* Create a custom radio button */
		div.answerWrap .container .checkmark {
			position: absolute;
			top: 0;
			left: 0;
			width: 22px !important;
			height: 22px !important;
			background-color: #FFF;
			border-radius: 50%;
			border: 2px solid #00ACED;
		}

			div.answerWrap .container .checkmark.Check {
				position: absolute;
				top: 0;
				left: 0;
				width: 22px !important;
				height: 22px !important;
				background-color: #FFF;
				border-radius: 15%;
				border: 2px solid #00ACED;
			}

		/* On mouse-over, add a grey background color */
		div.answerWrap .container:hover input ~ .checkmark {
			background-color: #FFF;
			width: 22px;
			height: 22px;
			border: 2px solid #1B75BA;
		}

		/* When the radio button is checked, add a blue background */
		div.answerWrap .container input:checked ~ .checkmark {
			background-color: #FFF;
			width: 22px;
			height: 22px;
		}

			/* When the radio button is checked, add a blue background */
			div.answerWrap .container input:checked ~ .checkmark.Check {
				background-color: #FFF;
				width: 22px;
				height: 22px;
			}

		div.answerWrap .container input:focus ~ .checkmark {
			background-color: #CCC;
			width: 22px;
			height: 22px;
		}

		div.answerWrap .container input:disabled ~ .checkmark {
			background-color: #CCC;
			border: 2px solid #CCC;
			width: 22px;
			height: 22px;
		}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	div.answerWrap .checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}


	/* Show the indicator (dot/circle) when checked */
	div.answerWrap .container input:checked ~ .checkmark:after {
		display: block;
	}

	/* Style the indicator (dot/circle) */

	div.answerWrap .container .checkmark:after {
		top: 4px;
		left: 4px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #1B75BA;
	}

	div.answerWrap .container .checkmark.Check:after {
		top: 4px;
		left: 4px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #FFF;
	}

	div.answerWrap .container input:checked ~ .checkmark.Check:after {
		left: 6px;
		top: 1px;
		width: 8px;
		height: 15px;
		border: solid #1B75BA;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border-radius: 0;
	}

div.lptuitleg
{
	float:left;
	width: 45%;
	background: #F0F3F5;
	border:1px solid #CCC;
	min-height: 50px;
	border-radius:5px;
	margin: 10px 0;
}

div.lptuitleg p{
	float: left;
	width: 100%;
	padding:5px 15px;
}

div.lptuitleg p em{
	
	text-decoration: underline;
	color:blue;
	cursor:pointer;
}

	div.lptuitleg p em:hover {
		
		color: inherit;
	
	}

/*kostenkoper*/
div.balloon div.kosterKoper {
	float: left;
	margin-top: 10px;
	width: 50%;
}

	/*BUTTON FORM*/
	div.balloon div.buttonWrap {
		clear: left;
		float: left;
		width: 100%;
		border-top: 1px solid #CCC;
		padding: 10px 0px;
	}

	div.buttonWrap span.error {
		width: auto !important;
		float: right;
		color: red;
		padding: 10px 5px;
		border: 1px solid #CCC;
		margin: 5px 0;
		border-radius: 3px;
		background: #f3fbff;
		clear: right;
	}

	div.balloon div.buttonWrap input.bttnNext {
		float: right;
		color: #FFF;
		text-align: center;
		font-weight: 600;
		border: 2px solid #CCC;
		border-radius: 5px;
		padding: 7px 15px;
		cursor: pointer;
		background: #00B900;
		min-width: 150px;
		font-size: 13pt;
	}

		div.balloon div.buttonWrap input.bttnNext:hover {
			background: #009600;
		}
		
	

		div.balloon div.buttonWrap input.bttnNext.grey {
			background: #F0F3F5;
			color: #1B75BA;
		}

			div.balloon div.buttonWrap input.bttnNext.grey:hover {
				background: #e6eaec;
			}


div.balloon div.buttonWrap a.bttnNext {
	float: right;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	border: 2px solid #CCC;
	border-radius: 5px;
	padding: 7px 15px;
	cursor: pointer;
	background: #00B900;
	min-width: 150px;
	font-size: 13pt;
	text-decoration: none;
}

	div.balloon div.buttonWrap a.bttnNext:hover {
		background: #009600;
	}
	/*DOWNLOAD FORMS*/

	div.rapportdownloaden {
		float: left;
		margin: 50px 0 0 10px;
		border-top: 1px solid #CCC;
		background: #F0F3F5;
		width: 97.5%;
		padding: 0 20px;
	}

		div.rapportdownloaden h5 {
			float: left;
			margin: 10px 0 10px 0;
			font-weight: 600;
			width: 100%;
			font-size: 17pt;
		}

		div.rapportdownloaden img {
			float: left;
			border-radius: 50%;
			background: #1B75BA;
			width: 70px;
			margin: -35px calc(50% - 32.5px) 0 calc(50% - 32.5px);
		}

	/*UITLEG */
	div.balloon span.uitleg {
		text-decoration: underline;
		width: 175px !important;
		margin-top: 3px;
		margin-right: 0 !important;
	}

		div.balloon span.uitleg em {
			float: left;
			margin: -2px 5px 0 0;
			font-weight: 600;
			font-style: normal;
			font-size: 13pt;
			border: 1px solid #CCC;
			height: 25px;
			text-align: center;
			border-radius: 50%;
			width: 25px;
			background: #1B75BB;
			color: #FFF;
		}

		div.balloon span.uitleg:hover em {
			color: #FFF;
			background-color: #00ADEE;
		}

	/*USP's ON SALES PAGES*/
	div.usp {
		float: left;
		width: 33%;
		margin: 10px 0 0 0;
	}

		div.usp img {
			float: left;
			height: 100px;
			width: 100px;
			border: 5px solid #FFF;
			border-radius: 57px;
			margin-right: 15px;
		}

	/*Form in form --oversluittool hypo*/
	div.balloon div.forminform {
		float: left;
		width: 100%;
		min-height: 50px;
		border: 1px solid #CCC;
		border-radius: 5px;
		margin-bottom: 10px;
	}

		div.balloon div.forminform span.formHead {
			background: #F5F5F5;
			float: left;
			width: 100%;
			padding: 10px;
			border-bottom: 1px solid #CCC;
			font-size: 12pt;
			font-weight: 600;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}

		div.balloon div.forminform div.formQ {
			float: left;
			width: 100%;
			/*border-bottom: 1px solid #CCC;*/
			padding: 5px 10px;
		}

			div.balloon div.forminform div.formQ span.q {
				float: left;
				font-size: 13pt;
				padding: 0 0 5px 0;
				font-weight: bold;
				width: 100%;
			}

			div.balloon div.forminform div.formQ span.q em{
				float: left;
				font-size: 11pt;
				padding: 0 0 5px 0;
				font-weight: normal;
				width: 100%;
			}

				div.balloon div.forminform div.formQ span.q em.info {
					float: none;
					font-size: 13pt;
					padding: 0px 9px 3px 8px;
					font-weight: bold;
					width: 30px;
					height: 30px;
					color: #FFF;
					font-weight: bold;
					margin-left: 15px;
					border-radius: 50%;
					background: #387DEB;
					cursor: pointer;
				}

			div.balloon div.forminform div.formQ span.error {
				float: left;
				color: red;
				clear:left;
				/*margin-left: 2%;*/
			}

				div.balloon div.forminform div.formQ span.error.first {
					margin-left: 0%;
				}

			div.balloon div.forminform div.formQ select {
				float: left;
				width: 225px;
				padding: 2px 0 0 5px;
				height: 33px;
				background: #FFF;
				border: 1px solid #AAA;
				color: #183F5B;
				font-size: 11pt;
				border-radius: 5px;
				padding-left: 10px;
				text-align: left;
				margin-top: 5px;
			}

				div.balloon div.forminform div.formQ select.expfi {
					width: 390px;
					max-width: 100%;
				}

			div.balloon div.forminform div.formQ input {
				float: left;
				padding: 2px 0 0 10px;
				height: 33px;
				background: #FFF;
				border: 1px solid #AAA;
				color: #183F5B;
				font-size: 1em;
				border-radius: 5px;
				text-align: left;
				margin: 5px 0px;
			}
				div.balloon div.forminform div.formQ input.tussenvoegsel {
					width: 100px !important;
				}

			
			div.balloon div.forminform div.formQ input.toev {
				
				margin-left: 15px;
			}

				div.balloon div.forminform div.formQ input.eur {
					width: 150px;
					padding-left: 25px;
					padding-right: 5px;
					background: #FFF url(/images/eur.png) no-repeat left center;
					background-size: 13px;
					text-align: right;
				}

				div.balloon div.forminform div.formQ input.email {
					width: 40%;
					padding-left: 25px;
					padding-right: 5px;
					background: #FFF url(/images/emailicon.JPG) no-repeat left center;
					background-size: 20px;
					text-align: left;
				}

				div.balloon div.forminform div.formQ input.tel {
					width: 40%;
					padding-left: 25px;
					padding-right: 5px;
					background: #FFF url(/images/telicon.jpg) no-repeat 3px center;
					background-size: 17px;
					text-align: left;
				}

				div.balloon div.forminform div.formQ input.password {
					width: 45%;
					padding-left: 25px;
					padding-right: 5px;
					background: #FFF url(/images/pasword.JPG) no-repeat left center;
					background-size: 20px;
					text-align: left;
				}

				div.balloon div.forminform div.formQ input.perc {
					width: 100px;
					padding-left: 5px;
					padding-right: 15px;
					background: #FFF url(/images/perc.png) no-repeat 98% center;
					background-size: 15px;
					text-align: left;
				}

				div.balloon div.forminform div.formQ input.date {
					width: 155px;
					padding-left: 25px;
					padding-right: 5px;
					background: #FFF url(/images/calender.jpg) no-repeat left center;
					background-size: 22px;
					text-align: left;
				}

	/*Hypotheekvorm SELECTORS*/

	div.balloon div.hypoVorm {
		float: left;
		width: 40%;
		margin: 2.5% 5% 0 0;
		border-radius: 5px;
		border: 3px solid #F2F2F2;
		padding: 10px;
		cursor: pointer;
		background: #F0F3F5;
	}

		div.balloon div.hypoVorm.disabled {
			color: #CCC !important;
			cursor: default;
		}

			div.balloon div.hypoVorm.disabled h6 {
				color: #CCC !important;
			}

			div.balloon div.hypoVorm.disabled span.check {
				-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
				filter: grayscale(100%);
			}

		div.balloon div.hypoVorm.adviesvorm {
			float: left;
			width: 30%;
			margin: 2.5% 0 0 2.5%;
			border-radius: 5px;
			border: 3px solid #F2F2F2;
			padding: 10px;
			cursor: pointer;
			background: #F0F3F5;
		}

			div.balloon div.hypoVorm.adviesvorm div.option span {
				width: 80%;
			}

			div.balloon div.hypoVorm.adviesvorm.later {
				width: 92.5%;
			}

			div.balloon div.hypoVorm.adviesvorm span.check {
				line-height: 25px;
				float: left;
				width: 100%;
				padding-left: 30px;
				background: transparent url(/images/blue-check.png) no-repeat -5px -2px;
				background-size: 30px;
				font-size: 13pt;
				text-align: left !important;
			}

		div.balloon div.hypoVorm.w33 {
			width: 30%;
			margin: 1%;
		}

		div.balloon div.hypoVorm:hover {
			border: 3px solid #1B75BB;
		}

		div.balloon div.hypoVorm.active {
			border: 3px solid #1B75BB;
		}


		div.balloon div.hypoVorm.disabled:hover {
			border: 3px solid #F0F3F5;
		}

		div.balloon div.hypoVorm.active.disabled {
			border: 3px solid #F0F3F5;
		}

		div.balloon div.hypoVorm span.uitleg {
			float: right;
			width: 25px;
			margin-top: -50px;
			background: #FFF;
			border-radius: 50%;
			padding: 0;
		}

			div.balloon div.hypoVorm span.uitleg em:hover {
				background: #1B75BB;
			}

		div.balloon div.hypoVorm h6 {
			float: left;
			font-weight: 600;
			width: 100%;
			text-align: center;
			font-size: 17pt;
		}

		div.balloon div.hypoVorm.w33 h6 {
			width: 102.5%;
		}

		div.balloon div.hypoVorm h7 {
			float: left;
			font-weight: 600;
			width: 100%;
			text-align: center;
			font-size: 19pt;
			margin: 10px 0;
		}

			div.balloon div.hypoVorm h7.verzekerde1 {
				float: left;
				font-weight: 600;
				width: 100%;
				text-align: center;
				font-size: 15pt;
				padding: 10px 0;
				background: transparent url(/images/verzekerde1.png) no-repeat 30px center;
				background-size: 17px;
			}

			div.balloon div.hypoVorm h7.verzekerde2 {
				float: left;
				font-weight: 600;
				width: 100%;
				text-align: center;
				font-size: 15pt;
				padding: 10px 0;
				background: transparent url(/images/verzekerde2.png) no-repeat 37px center;
				background-size: 17px;
				margin-top: -20px;
			}

		div.balloon div.hypoVorm img.premieloader {
			float: left;
			width: 10%;
			margin-left: 45%;
		}

		div.balloon div.hypoVorm img {
			float: left;
			font-weight: 600;
			width: 60%;
			margin: 0 20%;
			text-align: center;
		}

		div.balloon div.hypoVorm span {
			float: left;
			width: 100%;
			text-align: center;
			font-size: 13pt;
			margin: 5px 0;
		}



			div.balloon div.hypoVorm span.rate {
				float: left;
				width: 100%;
				text-align: center;
				font-size: 13pt;
				margin: 0 0 -10px 0;
			}

		div.balloon div.hypoVorm div.option {
			float: left;
			width: 100%;
			border-top: 1px solid #CCC;
			padding: 15px;
		}

		div.balloon div.hypoVorm div.checkbox {
			float: left;
			width: 35px;
			height: 35px;
			background: #FFF;
			border: 2px solid #CCC;
			border-radius: 5px;
		}

			div.balloon div.hypoVorm div.checkbox img {
				float: left;
				width: 120%;
				margin: 0px 0 0 3px;
				display: none;
			}

		div.balloon div.hypoVorm.disabled.active div.checkbox img {
			float: left;
			width: 120%;
			margin: 0px 0 0 3px;
			display: none;
		}

		div.balloon div.hypoVorm div.option span {
			width: 85%;
			text-align: left;
			padding-left: 10px;
		}

		div.balloon div.hypoVorm.advies {
			width: 97.7%;
			margin: 10px 0 0 0;
		}

		div.balloon div.hypoVorm.w33 {
			width: 31.25%;
			margin: 0 2% 0 0;
		}

			div.balloon div.hypoVorm.w33 div.option span {
				width: 75%;
			}

		div.balloon div.hypoVorm.active {
			border: 3px solid #1B75BB;
		}

			div.balloon div.hypoVorm.active div.checkbox img {
				display: inherit;
			}

	div.balloon div.hypoVorm span.vinkje {
		line-height: 30px;
		float: left;
		width: 100%;
		padding-left: 35px;
		background: transparent url(/images/blue-check.png) no-repeat -5px 0px;
		background-size: 30px;
		font-size: 13pt;
	}

button.cookieButton {
	float: left !important;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 10px 60px;
	color: #FFF;
	background: #F6921E !important;
	font-size: 12pt;
	font-weight: 600;
	text-decoration: none;
	margin: 15px 0 0 0px;
	cursor: pointer;
	display: inherit !important;
	width: 250px;
}

div.balloon div.buttonWrap span.bttnSave {
	float: right;
	color: #000;
	text-align: center;
	border: 1px solid #CCC !important;
	border-radius: 5px;
	padding: 8px 15px;
	cursor: pointer;
	background: #FFF;
	margin: 0 15px;
	font-weight: normal;
	min-width: 150px;
	max-width: 200px;
	background: transparent url(/images/save.png) no-repeat 7px 9px;
	background-size: 20px;
	padding-left: 35px;
}

div.balloon div.buttonWrap span.bttnSave.whatsApp {
	display: none;
	background: transparent url(/images/social/whatsapp.svg) no-repeat 5px 6px;
	background-size: 25px;
	padding-left: 35px;
}

/*HUIS GEVONDEN HYPOTHEEK*/
div.balloon div.foundHouse {
	float: left;
	width: 100%;
	border-top: 1px solid #CCC;
	padding: 15px 0;
}

	div.balloon div.foundHouse img#imgGoogleMap {
		float: right;
		width: 300px;
		border: 4px solid #CCC;
		margin-right: 10px;
		height: 210px;
		margin-bottom: 10px;
	}

	div.balloon div.foundHouse img#streetview {
		float: right;
		width: 300px;
		border: 4px solid #CCC;
		margin-right: 10px;
		height: 210px;
		margin-bottom: 10px;
	}

	div.balloon div.foundHouse img#imgMaps {
		float: right;
		width: 235px;
		border: 4px solid #CCC;
		margin: 0 10px 10px 10px;
	}

	div.balloon div.foundHouse img#imgFoto {
		float: right;
		width: 235px;
		border: 4px solid #CCC;
		margin: 0 10px 10px 10px;
	}

	div.balloon div.foundHouse span {
		float: left;
		width: 55%;
	}

		div.balloon div.foundHouse span.straat {
			font-weight: bold;
			font-size: 15pt;
		}

		div.balloon div.foundHouse span.pcPlaats {
			font-weight: normal;
			font-size: 11pt;
		}

		div.balloon div.foundHouse span.prijs {
			font-weight: bold;
			font-size: 15pt;
			margin-top: 15px;
		}

div.balloon div.kosterKoper {
	float: left;
	margin-top: 10px;
	width: 50%;
}

@media (max-width: 420px) {
	div.balloon div.kosterKoper {
		width: 100%;
	}
}

div.balloon div.kosterKoper div.kkRow {
	float: left;
	width: 100%;
	min-height: 40px;
}


	div.balloon div.kosterKoper div.kkRow input.result {
		text-align: right;
		float: left;
		width: 32%;
		height: 35px;
		margin: 1px 0 0 5px;
		font-size: 13pt;
		border: 2px solid #CCC;
		border-radius: 3px;
		padding: 5px;
		font-weight: normal;
	}



	div.balloon div.kosterKoper div.kkRow span.error {
		left: 25%;
		border: 1px solid red;
		border-radius: 5px;
		background: #FFF;
		padding: 15px;
		text-align: left;
		margin: 0;
		float: left;
		width: 100%;
	}

		div.balloon div.kosterKoper div.kkRow span.error:empty {
			display: none;
		}

	div.balloon div.kosterKoper div.kkRow input.eur {
		background: #FFF url("/images/eur.png") no-repeat 2px center;
		padding-left: 20px;
	}

		div.balloon div.kosterKoper div.kkRow input.eur:disabled {
			background: transparent url("/images/eur.png") no-repeat 2px center;
			border: 0px;
			color: #000;
		}

		div.balloon div.kosterKoper div.kkRow input.eur[valid='false'] {
			border: 1px solid red;
		}

	div.balloon div.kosterKoper div.kkRow span.eur {
		background: url("/images/eur-result.png") no-repeat left center;
	}

	div.balloon div.kosterKoper div.kkRow span.qMark {
		float: left;
		background: #387DEB;
		width: 15px;
		padding: 0px 10px 0px 5px;
		border: solid 1px #387DEB;
		border-radius: 10px;
		text-align: center;
		font-size: 9pt;
		color: #FFF;
		margin-top: 11px;
		margin-right: 0px;
		font-weight: 600;
	}

	div.balloon div.kosterKoper div.kkRow div.kkToel {
		float: right;
		background: #F0F3F5;
		width: 97.5%;
		padding: 5px;
		border: solid 1px #CCC;
		border-radius: 5px;
		font-size: 10pt;
		margin: 13px 5px 10px 0px;
	}

	div.balloon div.kosterKoper div.kkRow span.qMark:hover {
		background: #CCC;
		color: #387DEB;
		cursor: pointer;
	}

	div.balloon div.kosterKoper div.kkRow div.qmContent {
		position: absolute;
		width: 250px;
		height: 100px;
		background: #FFF;
		border: 2px solid #CCC;
		margin-left: 180px;
		margin-top: -100px;
		border-radius: 5px;
		padding: 5px;
	}

		div.balloon div.kosterKoper div.kkRow div.qmContent div.pointer {
			width: 0;
			height: 0;
			border-left: 15px solid transparent;
			border-top: 10px solid #CCC;
			border-right: 15px solid transparent;
			float: left;
			margin: -7px 0 0 100px;
			position: relative;
		}

	div.balloon div.kosterKoper div.kkRow span.sum {
		text-align: left;
	}

	div.balloon div.kosterKoper div.kkRow span.kkq {
		float: left;
		text-align: left;
		width: 60%;
		font-size: 13pt;
		padding-top: 9px;
		height: 40px;
	}

@media (max-width: 420px) {
	div.balloon div.kosterKoper div.kkRow span.kkq {
		font-size: 11pt;
	}
}

div.balloon div.kosterKoper div.kkRow span.toelichting {
	color: #387DEB;
	float: left;
	width: 100px;
	font-size: 11pt;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 5px;
}

div.balloon div.kosterKoper div.kkRow div.kkToelArrow {
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #CCC;
	border-left: 15px solid transparent;
	right: 30px;
	position: relative;
	float: right;
	margin-top: -20px;
}

div.balloon div.kosterKoper div.kkRow div.kkToelArrowInside {
	width: 0;
	height: 0;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #F0F3F5;
	border-left: 18px solid transparent;
	position: absolute;
	left: -18px;
	top: 2px;
}

/*qMark pop*/
div.qpop {
	position: absolute;
	width: 350px;
	background: #FFF;
	border: solid 2px #CCC;
	padding: 5px;
	border-radius: 5px;
	left: 330px;
	margin-top: -9px;
	box-shadow: 2px 2px 5px #888;
	z-index: 1;
}

	div.qpop div.triangle-leftS {
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-right: 15px solid #FFF;
		border-bottom: 15px solid transparent;
		position: absolute;
		left: 3px;
		top: -15px;
	}

	div.qpop div.triangle-left {
		float: left;
		width: 0;
		height: 0;
		border-top: 18px solid transparent;
		border-right: 18px solid #CCC;
		border-bottom: 18px solid transparent;
		position: relative;
		margin: 0 0 0 -23px;
	}

	div.qpop span.close {
		float: right;
		font-size: 13pt;
		border: 1px solid #CCC;
		border-radius: 50%;
		width: 27px;
		text-align: center;
		background: #00ACED;
		color: #FFF;
		font-weight: 600;
		height: 27px;
		cursor: pointer;
		padding: 0;
	}

@media (max-width: 420px) {
	div.qpop {
		position: absolute;
		width: 350px;
		background: #FFF;
		border: solid 2px #CCC;
		padding: 5px;
		border-radius: 5px;
		left: 10px;
		margin-top: -14px;
		box-shadow: 2px 2px 5px #888;
	}

		div.qpop div.triangle-leftS {
			display: none;
		}

		div.qpop div.triangle-left {
			display: none;
		}
}

/*Gratis en voor niks*/
div.buttonWrap div.bttnAddon {
	float: right;
	clear: right;
	color: #000;
	text-align: center;
	font-weight: normal;
	border: 0px solid #CCC;
	border-radius: 5px;
	padding: 7px 15px;
	cursor: pointer;
	background: #F0F3F5;
	min-width: 150px;
	font-size: 13pt;
	margin-right: 5px;
	margin-top: 15px;
}

div.buttonWrap div.bttnAddonWrap {
	float: right;
	width: 225px !important;
}

div.buttonWrap div.bttnAddon div.bttnAddonArrow {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-bottom: 10px solid #F0F3F5;
	border-right: 15px solid transparent;
	float: left;
	margin: -17px 0 -11px 0;
	position: relative;
	margin-left: calc(50% - 7.5px);
}

/*hypotheekdelen*/
div.hypotheekDeel {
	float: left;
	width: 100%;
	background: #F0F3F5;
	margin: 1% 0;
	padding: 15px;
	clear: left;
}

	div.hypotheekDeel.Totaal {
		background: #FFF;
		border-top: 3px dashed #CCC;
	}


	div.hypotheekDeel span.deel {
		float: left;
		width: 100%;
		font-size: 14pt;
		font-weight: 600;
		color: #1B75BA;
		margin-bottom: 10px;
	}

	div.hypotheekDeel.Totaal span.deel {
		float: left;
		width: 50%;
		font-size: 14pt;
		font-weight: 600;
		color: #1B75BA;
		margin-bottom: 10px;
	}

		div.hypotheekDeel.Totaal span.deel.sumup {
			float: left;
			width: auto;
			font-size: 14pt;
			font-weight: 600;
			color: #1B75BA;
			margin: 0 0 10px 3%;
		}

	div.hypotheekDeel div.input {
		float: left;
		width: 33.33%;
		font-size: 14pt;
		font-weight: 600;
		color: #1B75BA;
	}

		div.hypotheekDeel div.input span {
			float: left;
			width: 100%;
			font-size: 12pt;
			color: #000;
			margin-bottom: 5px;
		}

			div.hypotheekDeel div.input input, div.hypotheekDeel div.input span.txt.disabled {
				border: 1px solid #CCC;
				float: left;
				width: 90%;
				border-radius: 5px;
				font-size: 12pt;
				height: 30px;
				padding: 3px 0 0 10px;
				background: #FFF;
			}

		div.hypotheekDeel div.input input, div.hypotheekDeel div.input select {
			border: 1px solid #CCC;
			float: left;
			width: 90%;
			border-radius: 5px;
			font-size: 12pt;
			height: 30px;
			padding: 0 0 0 10px;
		}

@media all and (max-width: 420px) {

	div.hypotheekDeel div.input {
		width: 100%;
	}

		div.hypotheekDeel div.input span {
			font-size: 12pt;
		}

			div.hypotheekDeel div.input input, div.hypotheekDeel div.input span.txt.disabled {
				font-size: 12pt;
			}

		div.hypotheekDeel div.input input, div.hypotheekDeel div.input select {
			font-size: 12pt;
		}
}

div .hypotheekDeel div.input input[valid='false'], div.hypotheekDeel div.input select[valid='false'] {
	border: 2px solid red;
}


div.hypotheekDeel div.input input.eur {
	width: 90%;
	padding-left: 25px;
	padding-right: 5px;
	background: #FFF url(/images/eur.png) no-repeat 5px center;
	background-size: 13px;
	text-align: right;
	border: 1px solid #CCC;
	padding: 0 10px 0 10px;
}

	div.hypotheekDeel div.input input.eur[valid='false'] {
		border: 2px solid red;
	}

/*TEST PAGE*/
input.testBttn {
	float: left;
	width: 200px;
	clear: both;
	height: 35px;
	border-radius: 5px;
	border: 1px #CCC solid;
	cursor:pointer;
	margin: 10px 0;
}

div.kredietWrap{
	float:left;
	width: 100%;
	padding: 15px;
	border: 1px solid #CCC;
	border-radius:5px;
	margin: 10px 0;
}
	div.kredietWrap h3 {
		float: left;
		width: 100%;
		font-size: 16pt;
		font-weight: bolder;
		margin: 0px 5px 15px 5px;
		padding: 0;
	}
	div.kredietWrap div.kredietRow {
		float: left;
		width: 100%;
		padding: 10px 15px;
	}
		div.kredietWrap div.kredietRow.next {
			background: #F6F6F6;
		}

		div.kredietWrap div.kredietRow span {
			float: left;
			width: 50%;
			font-size: 13pt;
			font-weight: normal;
		}

			div.kredietWrap div.kredietRow span.krAnswer {
				font-weight: bold;
			}

			
/*ADD POLICYS*/
div.qWrap {
	margin: 2.5% auto 0 auto;
	width: 100%;
}

div.qWrap div.addedpolicys {
	display: flex;
	flex-wrap: wrap;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}
div.qWrap div.addedpolicys:hover {
	background: #F5F5F5;
	cursor: pointer;
}



div.qWrap div.addedpolicys.header {
	background: #0AB9EB;
}

	div.qWrap div.addedpolicys span {
		color: #FFF;
		font-weight: bold;
		padding: 5px 0;
		text-align: center;
		font-weight: bold;
		color: #0077c8;
		width: 20%;
	}

		div.qWrap div.addedpolicys span.header {
			color: #FFF;
			font-weight: bold;
			padding: 5px 0;
			text-align: center;
			font-weight: bold;
			width: 20%;
		}

div.qWrap div.addedpolicys span.headerBig {
	width: 40%;
	color: #FFF;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}

div.qWrap div.addedpolicys span.contentBig {
	width: 40%;
}

div.qWrap div.addedpolicys img.trash {
	width: 37px;
	height: 35px;
	margin-top: -35px;
	padding: 5px 5px;
	background: #FFF;
	border: 1px solid #CCC;
	display: none;
}

div.qWrap div.addedpolicys:hover img.trash {
	width: 37px;
	height: 35px;
	margin-top: -30px;
	padding: 5px 5px;
	background: #FFF;
	border: 1px solid #CCC;
	display: inherit;
}

div.addWrap {
	display: flex;
	flex-wrap: wrap;
	margin: 2.5% auto;
	padding: 0 15px;
	border: 2px dashed #0077c8;
	border-radius: 15px;
	height: 80px;
	cursor: pointer;
	background-color: #FFF;
}
 div.addWrap span.add {
	background-image: url(/images/icons/add.png);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	margin: auto;
	height: 50px;
	padding: 12.5px 55px;
	font-size: 15pt;
}

div.addPolicyForm {
	position: fixed;
	background: #F0F3F5;
	margin: 5%;
	height: calc(100vh - 15%);
	width: calc(100% - 10%);
	z-index: 150001;
	top: 0;
	left: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden auto;
}
	div.addPolicyForm div.titleWrap {
		margin: 0px;
		background: #1B75BA
	}

		div.addPolicyForm div.titleWrap h5 {
			text-align: center;
			width: 100%;
			font-size: 2.5em;
			font-family: 'InZpireBold';
		}

	div.addPolicyForm div.puForm {
		width: 100%;
		margin: 2.5% 15%;
	}

		div.addPolicyForm div.puForm span {
			font-size: 2.1em;
			color: #1B75BA;
			font-family: 'InZpireBold';
		}

		div.addPolicyForm div.puForm p {
			font-size: 1.1em;
			color: #6B7081;
			font-family: 'InZpire';
			margin: 20px 0;
			line-height: 20pt;
		}



		div.addPolicyForm div.puForm div.puFormAnswerWrap {
			border-radius: 10px;
			width: 50%;
			min-height: 100px;
			background: #FFF;
			margin: 35px 0;
			padding: 50px;
		}

		div.addPolicyForm div.puForm div.puFormAnswerWrap.nobg {
			
			background: transparent;
			padding: 0;
			
		}


			div.addPolicyForm div.puForm div.puFormAnswerWrap span {
				font-size: 17px;
				color: #000;
				font-family: 'InZpireBold';
				width: 100%;
				display: flex;
				margin: 10px 0;
				flex-direction: column;
			}

				div.addPolicyForm div.puForm div.puFormAnswerWrap span em {
					font-family: 'InZpire';
				}

				div.addPolicyForm div.puForm div.puFormAnswerWrap span.error {
				font-size: 15px;
				color: red;
				font-family: 'InZpireBold';
				width: 100%;
				display: flex;
				margin: 10px 0;
			}

			div.addPolicyForm div.puForm div.puFormAnswerWrap input {
				border-radius: 5px;
				border: 1px solid #CCC;
				width: 50%;
				height: 33px;
				padding: 5px 10px;
				font-size: 13pt;
			}

				div.addPolicyForm div.puForm div.puFormAnswerWrap input.eur {
					background: transparent url(/images/inputicons/eur.png) no-repeat 0 0;
					padding: 0 0 0 40px;
				}

		div.addPolicyForm div.puForm div.infobox {
			
			width: 50%;
			
		}
			div.addPolicyForm div.puForm div.infobox img {
				width: 25px;
				margin: 10px 0 -5px 0;
			}
			div.addPolicyForm div.puForm div.infobox span {
				font-size: 17px;
				color: #6B7181;
				font-family: 'InZpire';
				width: 80%;
				display: inline-flex;
				margin: 10px 0;
				flex-direction:column;
			}

	div.addPolicyForm div.NextButtonWrap {
		width: 100%;
		margin: 5px 0 0 0;
		background: #FFF;
		padding: 15px 10px;
		position: absolute;
		bottom: 0;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

		div.addPolicyForm div.NextButtonWrap div.NextButton {
			font-size: 17px;
			color: #FFF;
			font-weight:600;
			font-family: 'InZpireBold';
			float: right;
			margin-right: 35%;
			border: 1px solid #CCC;
			padding: 10px 15px;
			border-radius: 5px;
			background: #00B900;
			cursor:pointer;
		}
			div.addPolicyForm div.NextButtonWrap div.NextButton:hover {
				background: #009600;
				
			}

		div.addPolicyForm div.NextButtonWrap div.PrevButton {
			font-size: 17px;
			color: #6B7081;
			font-weight: 600;
			font-family: 'InZpireBold';
			float: left;
			margin-left: 15%;
			border: 1px solid #CCC;
			padding: 10px 15px;
			border-radius: 5px;
			background: #FFF;
			cursor: pointer;
		}

			div.addPolicyForm div.NextButtonWrap div.PrevButton:hover {
				background: #F0F3F5;
			}

select.AutoCompletedClass {
	font-size: 12pt;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #CCC;
	height: 35px;
	width: 22.5%;
}

div.addPolicyForm div.rbl {
	width: 100%;
	display: flex;

}
	div.addPolicyForm div.rbl label.rbl {
		width: 50%;
		border-radius: 15px;
		border: 2px solid #CCC;
		background: #FFF;
		text-align: center;
		padding: 15px 15px 25px 15px;
		display: flex;
		min-height: 100px;
		margin: 0 25px 0 0;
		cursor: pointer;
	}

		div.addPolicyForm div.rbl label.rbl.active {
			border: 2px solid #1B75BA;
		}

		div.addPolicyForm div.rbl label.rbl:hover {
			border: 2px solid #1B75BA;
		}

		div.addPolicyForm div.rbl label.rbl input[type=radio] {
			height: 20px;
			width: 20px;
			padding: 0px;
		}

		div.addPolicyForm div.rbl label.rbl span {
			font-size: 17px;
			color: #000;
			font-family: 'InZpire';
			width: 100%;
			display: flex;
			margin: 0px 0 0 15px;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-start;
			flex-wrap: nowrap;
			text-align: left;
		}


@media (max-width: 1280px) {

	div.addPolicyForm div.puForm div.puFormAnswerWrap {
		width: 80%;
	}

	div.addPolicyForm div.puForm {
		margin: 5% 10%;
	}

	div.addPolicyForm div.NextButtonWrap div.PrevButton {
		margin-left: 10%;
	}

	div.addPolicyForm div.NextButtonWrap div.NextButton {
		margin-right: 10%;
	}

	div.addPolicyForm div.puForm div.infobox {
		width: 90%;
	}
}
/*TABEL MAX HYPOTHEEK*/
div.tableWrap {
    float: left;
    width: 100%;
    margin: 1% 0%;
    border: 1px solid #CCC;
}

    div.tableWrap.jaarruimte {
        float: left;
        width: 100%;
        margin: 0%;
        border: 1px solid #CCC;
    }

@media all and (max-width: 420px) {
    div.tableWrap {
        float: left;
        width: 100%;
        margin: 5% 0 0 0;
        border: 1px solid #CCC;
    }
}

div.tableWrap div.table {
    float: left;
    width: 22.5%;
    border-right: 1px solid #CCC;
    text-align: center;
    font-weight: 600;
}

    div.tableWrap div.table.jaarruimte {
        float: left;
        width: 20%;
        border-right: 1px solid #CCC;
        text-align: center;
        font-weight: 600;
    }

    div.tableWrap div.table.jaarruimteSub {
        float: left;
        width: 35%;
        border-right: 1px solid #CCC;
        text-align: center;
        font-weight: 600;
    }

@media all and (max-width: 420px) {
    div.tableWrap div.table {
        float: left;
        width: 45%;
        border-right: 1px solid #CCC;
        text-align: center;
        font-weight: 600;
    }

        div.tableWrap div.table.jaarruimte {
            float: left;
            width: 80%;
            border-right: 1px solid #CCC;
            text-align: center;
            font-weight: 600;
        }

        div.tableWrap div.table.jaarruimteSub {
            display: none;
        }
}

div.tableWrap div.table.selected {
    border: 2px solid #CCC;
    padding: 5px 0 15px 0;
    margin: -15px 0px -10px 0px;
    background: #FFF;
    -webkit-box-shadow: -6px 7px 10px -7px #CCC, 6px 9px 9px -7px #CCC, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: -6px 7px 10px -7px #CCC, 6px 9px 9px -7px #CCC, 5px 5px 15px 5px rgba(0,0,0,0);
    position: relative;
}

    div.tableWrap div.table.selected span.headColor {
        background: #1B75BA;
        width: 107%;
        margin-left: -6px;
        position: relative;
    }

div.tableWrap div.table.header {
    width: 32.5%;
    text-align: left;
}

    div.tableWrap div.table.header.jaarruimte {
        width: 10%;
        text-align: left;
    }

@media all and (max-width: 420px) {
    div.tableWrap div.table.header {
        width: 55%;
        text-align: left;
    }

        div.tableWrap div.table.header.jaarruimte {
            width: 20%;
            text-align: left;
        }
}

/*HIDE 5jr en 20jr op de mobiel*/
@media all and (max-width: 420px) {
    div#rvp5 {
        display: none;
    }

    div#rvp20 {
        display: none;
    }
}

div.tableWrap div.table span {
    float: left;
    width: 100%;
    height: 40px;
    padding: 10px 0px 10px 0px;
}

div.tableWrap div.table.header span {
    padding-left: 15px;
}

div.tableWrap div.table span.fade {
    background: #F2F2F2;
}

div.tableWrap div.table span.headColor {
    background: #4B92C9;
    color: #FFF;
    width: 101%;
    font-size: 13pt;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
}


/*Rapport maximale hypotheek downloaden*/

/*RAPPORT MAX HYPOTHEEK*/

div.downloadReportWrap {
    position: absolute;
    float: left;
    width: 100%;
    z-index: 20000;
    background: #FFF;
    margin: 100px 0;
    border-radius: 5px;
}

    div.downloadReportWrap div.titleDownload {
        float: left;
        width: 100%;
        margin: 0;
        background: #00ACED;
        padding: 15px 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        div.downloadReportWrap div.titleDownload h5 {
            float: left;
            width: 100%;
            color: #FFF;
            font-size: 2em;
            font-weight: bold;
            padding: 10px 25px;
        }

        div.downloadReportWrap div.titleDownload span.close {
            float: right;
            color: #FFF;
            width: 42px;
            height: 40px;
            border-radius: 50%;
            border: 3px solid #CCC;
            font-size: 15pt;
            font-weight: 600;
            text-align: center;
            margin: -50px 15px 0 10px;
            cursor: pointer;
            padding: 4px;
            background: #1B75BB;
        }

    div.downloadReportWrap div.reportLoader {
        float: left;
        width: 90%;
        margin: 10px 5%;
        border: 2px solid #CCC;
        border-radius: 5px;
        padding: 15px 10px;
    }

    div.downloadReportWrap div.showReport {
        float: left;
        width: 90%;
        margin: 10px 5%;
        border: 2px solid #CCC;
        border-radius: 5px;
        padding: 15px 10px;
    }

        div.downloadReportWrap div.showReport div.button {
            float: left;
            width: 100%;
        }

            div.downloadReportWrap div.showReport div.button span {
                float: left;
                width: 30%;
                color: #FFF;
                text-align: center;
                background: #F29425;
                height: 55px;
                border-radius: 5px;
                padding: 10px 0 0 0;
                font-size: 20pt;
                font-weight: bold;
                margin: 15px 35%;
                cursor: pointer;
            }



            div.downloadReportWrap div.showReport div.button.blue span {
                float: left;
                width: 30%;
                color: #FFF;
                text-align: center;
                background: #00ACED;
                height: 45px;
                border-radius: 5px;
                padding: 7px 0 0 0;
                font-size: 17pt;
                font-weight: bold;
                margin: 15px 35%;
                cursor: pointer;
            }

@media all and (max-width: 420px) {
    div.downloadReportWrap div.showReport div.button span {
        width: 60%;
        margin: 15px 20%;
    }

    div.downloadReportWrap div.showReport div.button.blue span {
        width: 60%;
        margin: 15px 20%;
    }

    div.downloadReportWrap div.showReport div.rapportdownloaden div.downloadForm input {
        width: 100% !important;
        margin: 5px 0 !important;
    }

    div.dashboard div.alertBox {
        width: 32.5% !important;
    }

        div.dashboard div.alertBox span.count {
            font-size: 19px !important;
        }
}

div.downloadReportWrap div.showReport div.rapportdownloaden {
    float: left;
    margin: 48px 0 0 -10px;
    border-top: 1px solid #CCC;
    background: #F0F3F5;
    width: calc(100% + 20px);
    padding: 0 20px;
}

    div.downloadReportWrap div.showReport div.rapportdownloaden div.downloadForm {
        float: left;
        width: 100%;
    }

        div.downloadReportWrap div.showReport div.rapportdownloaden div.downloadForm span.q {
            float: left;
            width: 45%;
            font-size: 15pt;
        }

        div.downloadReportWrap div.showReport div.rapportdownloaden div.downloadForm input {
            float: left;
            width: 45%;
            font-size: 15pt;
            height: 35px;
            border-radius: 5px;
            margin-right: 1.5%;
            padding: 0 10px;
        }

        div.downloadReportWrap div.showReport div.rapportdownloaden div.downloadForm span.error {
            float: left;
            width: 45%;
            font-size: 15pt;
            color: red;
        }

div.rapportmaxHyp {
    float: right;
    width: 350px;
    padding: 5px;
    border: 1px solid #CCC;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}

@media all and (max-width: 768px) {
    div.rapportmaxHyp {
        margin-bottom: 0px;
    }
}

div.rapportmaxHyp img {
    float: left;
    width: 70px;
}

div.rapportmaxHyp h5 {
    float: left;
    width: 250px;
    font-size: 16px;
}

div.rapportmaxHyp span.reportDownload {
    float: left !important;
    width: 200px !important;
    background: #00ACED;
    color: #FFF;
    margin: 10px;
    text-align: center;
    padding: 3px 0 6px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

/*Jaarruimte*/

div.rapportJaarruimte {
    float: right;
    width: 350px;
    padding: 5px;
    border: 1px solid #CCC;
    z-index: 2;
    position: relative;
    height: 85px;
}

@media all and (max-width: 768px) {
    div.rapportJaarruimte {
        margin-bottom: 0px;
    }
}

div.rapportJaarruimte img {
    float: left;
    width: 70px;
}

div.rapportJaarruimte h5 {
    float: left;
    width: 250px;
    font-size: 16px;
}

div.rapportJaarruimte span.reportDownload {
    float: left !important;
    width: 200px !important;
    background: #00ACED;
    color: #FFF;
    margin: 10px;
    text-align: center;
    padding: 3px 0 6px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

/*VERGELIJKINGSRESULTAAT*/

div.dataFilterWrap {
    float:left;
    width: 30%;
    margin-top: 14px;
}



    div.dataFilterWrap a.back {
        background: transparent url(/images/navigatie/simple-back-blue.png) no-repeat left center;
        float: left;
        font-weight: bold;
        color: #1B75BA;
        padding: 4px 5px 5px 18px;
        font-size: 12pt;
        margin: 15px 15px -10px 0;
        text-decoration: none;
    }

    div.dataFilterWrap div.dataFilter {
        float: left;
        width: 95%;
        margin-top: 30px;
        background: #FFF;
        border-radius: 5px;
        border: 1px solid #CCC;
        padding: 15px;
    }
    
    div.dataFilterWrap div.dataFilter h5{
        float: left;
        width: 100%;
       font-weight:bold;
       font-size:15pt;
    }

    div.dataFilterWrap div.dataFilterBlock {
        float: left;
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #CCC;
        position:relative;
    }

    div.dataFilterWrap div.dataFilter div.dataFilterBlock h5 {
        float: left;
        width: auto;
        font-weight: bold;
        font-size: 13pt;
        margin: 5px 0 0 0;
        padding: 0 35px 0 0;
    }
    div.dataFilterWrap div.dataFilter div.dataFilterBlock img.info {
        float: left;
        width: 20px;
        margin: 6px;
        cursor:pointer;
    }

    div .dataFilterWrap div.dataFilter div.dataFilterBlock p {
        position: absolute;
        width: 265px;
        font-weight: normal;
        font-size: 12pt;
        padding: 10px;
        background: #FFF;
        top: 10px;
        border-radius: 10px;
        border: 2px solid #CCC;
        z-index: 100000;
        right: -35px;
    }

    div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ {
        float:left;
        width:100%;
    }
       

        div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ span {
            float: left;
            width: 50%;
            font-size: 12pt;
            margin: 10px 0;

        }

            div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ span.editable {
                background: transparent url('/images/icons/edit.png') no-repeat center right;
                cursor: pointer;
            }

        div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ span.error {
            float: right;
            width: auto;
            font-size: 12pt;
            margin: 10px 0;
           color:red;
        }

        div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ input {
            float: left;
            margin: 5px 0;
            height: 35px;
            padding: 10px 2.5%;
            width: 45%;
            border-radius: 5px;
            border: 1px solid #CCC;
            font-weight: normal;
            font-size:11pt;
        }
            div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ input[valid=false] {
                border: 2px solid red;
                font-weight: normal;
            }

            div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ input[disabled] {
                background:#FFF;
                border: 0px solid #CCC;
                font-weight: normal;
            }

           

        div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ select {
            float: left;
            margin: 5px 0;
            height: 35px;
            padding: 5px 8px;
            width: 45%;
            border-radius: 5px;
            border: 1px solid #CCC;
            font-size: 11pt;
            font-weight: normal;
        
        }

            div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ select[disabled] {
                border: 0px;
                color: #000;
                /* for Firefox */
                -moz-appearance: none;
                /* for Safari, Chrome, Opera */
                -webkit-appearance: none;
            }
            div.dataFilterWrap div.dataFilter div.dataFilterBlock div.filterQ select[disabled]::-ms-expand {
                display: none;
            }
        

    div.dataFilterWrap div.dataFilter div.dataFilterBlock span.change {
        float: right;
        width: 100px;
        font-size: 12pt;
        margin: 10px 20px;
        color: #1B75BA;
        border: 1px solid #CCC;
        padding: 5px 15px;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
        font-weight:bold;
    }

div.topFilterWrap {
    float: left;
    width: 100%;
    background: #FFF;
    padding: 3px;
    margin: 5px 0;
    border: 1px solid #CCC;
    border-radius: 5px;
    display:flex;
}

    div.topFilterWrap div.topFilter {
        display: flex;
        flex: auto;
        margin: 0 2.5px;
        cursor: pointer;
        height: 35px;
        position: relative;
        background: #00aced14;
    }
        div.topFilterWrap div.topFilter.active {
            background: #1B75BA;
        }

        div.topFilterWrap div.topFilter span {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: bold;
            font-size: 12pt;
            padding: 7px;
            position:absolute;
        }
        div.topFilterWrap div.topFilter span:hover {
            background: #00ACED;
            color: #FFF;
        }
        div.topFilterWrap div.topFilter.active span {
            background: transparent url(/images/filterArrow.png) no-repeat bottom center;
            color: #FFF;
            padding-bottom: 19px;
        }

div.dataResult {
    float: left;
    width: 70%;
    margin-top: 20px;
}

    div.dataResult h5 {
        float: left;
        font-weight: bold;
        width: auto;
        font-size: 20pt;
        padding: 10px 0 0 0;
    }


    div.dataResult span.bttnSave {
        background: transparent url(/images/navigatie/bookmark.png) no-repeat 5px center;
        background-size: 25px;
        float: right;
        color: #1B75BA;
        padding: 8px 10px 10px 35px;
        border: 2px solid #1B75BA;
        font-size: 13pt;
        margin: -9px 15px 0 0;
        border-radius: 5px;
        cursor: pointer;
        width: 190px;
        font-weight: bold;
    }
        div.dataResult span.bttnSave:hover {
            background: #DCE8F7 url(/images/navigatie/bookmark.png) no-repeat 5px center;
            background-size: 25px;
        }

@media all and (max-width: 980px) {
    div.dataFilterWrap {
        display: none;
    }

    div.dataResult {
        width: 100%;
    }
}
@media all and (max-width: 760px) 
{
    div.topFilterWrap {
        display: none;
    }

}

div.compareNew {
    float: left;
    width: 100%;
}

    div.compareNew.maatman {
        float: left;
        width: 67.5%;
        margin: -5px 0 0 0;
    }

    div.compareNew.filter {
        float: left;
        width: 70%;
    }

div.advert {
    float: left;
    width: 100%;
    border: 2px solid #CCC;
    border-radius: 5px;
    margin: 5px 0 5px 0;
    padding: 10px 25px;
}

    div.advert div.logoWrapper {
        float: left;
        width: 15%;
    }

    div.advert div.logoWrapper img{
        float: left;
        width: 100%;
    }

  /*SORTEREN*/
div.sorteer{
    float:left;
    width: 100%;
    height: 50px;
    padding: 10px 0;
}

    div.sorteer span {
        float: right;
        font-weight: bold;
        margin: 10px;
    }

    div.sorteer select {
        float: right;
        border: 1px solid #CCC;
        border-radius: 5px;
        padding: 10px;
    }

div.compareNew div.compareProduct {
    float: left;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
    min-height: 160px;
    margin: 5px 0 5px 0;
    padding: 10px 25px;
    background: #FFF;
}

    div.compareNew div.compareProduct.ad {
        float: left;
        width: 100%;
        border: 2px dashed #CCC;
        border-radius: 5px;
        min-height: 160px;
        margin: 5px 0 5px 0;
        padding: 10px 25px;
        background: #EBF8FE;
    }



    div.compareNew div.compareProduct span.position {
        float: left;
        font-weight: bold;
        position: relative;
        width: auto;
        margin: -11px 0 -20px -15px;
        color: #1B75BA;
        text-align: center;
        border-bottom-left-radius: 35%;
        height: 30px;
        font-size: 14pt;
        border-bottom-right-radius: 35%;
        border: 2px solid #CCC;
        background: #EBF8FE;
        padding: 2px 10px;
        border-top: 1px solid #CCC;
    }

    div.compareNew div.compareProduct.ad span.position {
       
        background: #1A71B4;
        
        color: #FFF;
    }
    

    div.compareNew div.compareProduct div.section {
        float: left;
        width: 25%;
        overflow: visible;
    }

    div.compareNew div.compareProduct div.section span.fakeLogo{
        float:left;
        font-size:2em;
        margin-left:30%;
        border:1px solid rgba(27,117,186, 0.6);
        padding:3px;
        margin-bottom:5px;
    }

    div.compareNew div.compareProduct div.logoWrapper {
        float: left;
        width: 25%;
    }

    div.compareNew div.compareProduct div.logoWrapper div.section {
        float: left;
        width: 100%;
    }

        div.compareNew div.compareProduct div.section.center {
            float: left;
            width: 50%;
        }


        div.compareNew div.compareProduct div.section img.logo {
            float: left;
            width: 50%;
            margin: 0 20% 5px 20%;
        }

    div.compareNew div.compareProduct div.section img.logocrypto {
        float: left;
        width: 80%;
        margin: 10px 20% 5px 5%;
    }

    div.compareNew div.compareProduct div.section span.details {
        float: left;
        width: 100%;
        margin: 0;
        font-size: 12pt;
        font-weight: normal;
        margin-left: 0px;
        line-height: 21pt;
    }

        div.compareNew div.compareProduct div.section div.result {
            float: left;
            width: 45%;
            margin: 10px 2.5%;
            border: 1px solid #CCC;
            border-radius: 5px;
            background: #F0F3F5;
            height: 100px;
        }


        div.compareNew div.compareProduct div.section div.result.new {
                width: 100%;
                margin: 10px 2.5%;
                border: 0px solid #CCC;
                background:transparent;
            }

    div.compareNew div.compareProduct.ad div.section div.result.new {
        height: auto;
    }

            div.compareNew div.compareProduct div.section div.result.header {
                float: left;
                width: 20%;
                margin: 10px 0px;
                background: #FFF;
                height: 10px;
                border: 0px solid #CCC;
                border-radius: 0px;
            }

                div.compareNew div.compareProduct div.section div.result.header.deel {
                    float: left;
                    width: 15%;
                }



            div.compareNew div.compareProduct div.section div.result.content {
                float: left;
                width: 20%;
                margin: 0px 0px;
                height: 25px;
                border: 0px solid #CCC !important;
                border-bottom: 1px solid #CCC !important;
                border-radius: 0px;
                background: #FFF;
            }

                div.compareNew div.compareProduct div.section div.result.content.deel {
                    float: left;
                    width: 15%;
                }

                div.compareNew div.compareProduct div.section div.result.content.sumDelen {
                    float: left;
                    width: 75%;
                }

                    div.compareNew div.compareProduct div.section div.result.content.sumDelen span {
                        text-align: left !important;
                    }

                div.compareNew div.compareProduct div.section div.result.content span.figure {
                    font-size: 12pt;
                    font-weight: normal;
                }
                
                div.compareNew div.compareProduct div.section div.result.content span.figure {
                    font-size: 12pt;
                    font-weight: normal;
                }

            div.compareNew div.compareProduct div.section div.result span.title {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 11pt;
                margin: 5px 0;
            }

                div.compareNew div.compareProduct div.section div.result span.title.alert {
                    background: transparent url(/images/alert/alert-icon.png) no-repeat 5px 0px;
                }

            div.compareNew div.compareProduct div.section div.result span.figure {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 18pt;
                font-weight: 600;
            }

            div.compareNew div.compareProduct div.section div.result.new span.figure {
                text-align: center;
                font-size: 28pt;
                font-weight: bold;
                color: #1B75BA;
                font-family: InZpireBold;
                position:relative;
                padding-right:20%;
            }

    div.compareNew div.compareProduct.ad div.section div.result.new span.figure {
        font-size: 28pt;
        padding-right: 10%;
    }

    div.compareNew div.compareProduct div.section div.result.new span.figure em {
        font-size: 14pt;
        text-align: end;
        position: absolute;
        top: 5px;
        
    }

        div.compareNew div.compareProduct div.section div.result.new span.figure em.perc {
            font-size: 23pt;
            text-align: end;
            position: absolute;
            top: 5px;
            right: 50px;
        }

                    div.compareNew div.compareProduct div.section div.result.new span.figure em.info-uitkering {
                        font-size: 11pt;
                        position: absolute;
                        top: 0;
                        border: 2px solid #1B75BA;
                        border-radius: 50%;
                        width: 20px;
                        text-align: center;
                        height: 20px;
                        right: 5px;
                        padding: 0;
                        cursor: pointer;
                    }

                        div.compareNew div.compareProduct div.section div.result.new span.figure em.info-uitkering:hover{
                            background:#F0F3F5;
                        }

                        div.compareNew div.compareProduct div.section div.result.new span.figure div.info-uitkeringfader {
                            position: fixed;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: transparent;
                            float: left;
                            z-index: 15;
                        }
                div.compareNew div.compareProduct div.section div.result.new span.figure div.info-uitkering {
                    background: #FFF;
                    position: absolute;
                    border: 1px solid #CCC;
                    border-radius: 10px;
                    padding: 15px;
                    width: 325px;
                    right: 30px;
                    top: 0px;
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                    z-index: 20;
                }
                    div.compareNew div.compareProduct div.section div.result.new span.figure div.info-uitkering h5 {
                        float: left;
                        width: 100%;
                        font-size: 15pt;
                        text-align: left;
                        padding: 0;
                        margin: 0 0 5px 0;
                    }

                    div.compareNew div.compareProduct div.section div.result.new span.figure div.info-uitkering span {
                        text-align: left;
                        font-size: 14pt;
                        line-height: 22pt;
                        font-weight: normal;
                        color: #000;
                        font-family: InZpire;
                        float:left;
                        width:100%;
                    }
                        div.compareNew div.compareProduct div.section div.result.new span.figure div.info-uitkering span em {
                            float: right;
                            position: inherit;
                        }
                        div.compareNew div.compareProduct div.section div.result.new span.figure div.info-uitkering span.netto {
                            font-weight: bold;
                            font-family: InZpireBold;
                           
                        }

                    div.compareNew div.compareProduct div.section div.result.new span.figure div.info-uitkering p {
                        text-align: left;
                        font-size: 12pt;
                        line-height: 22pt;
                        font-weight: normal;
                        color: #000;
                        font-family: InZpire;
                        font-style: italic;
                        float: left;
                        width: 100%;
                        margin: 0 5px 0 0;
                    }

                        /*aandacht*/

div.aandacht {
    width: 250px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    position: absolute;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 15;
}
    div.aandacht h5 {
        font-weight: bold;
        font-size: 15pt;
        padding: 0;
        
    }
    div.aandacht p {
        float:left;
        width: 100%;
        font-size: 12pt;
        margin: 5px 0;
        
    }
div.aandachtfader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    float: left;
    z-index: 15;
}

            div.compareNew div.compareProduct div.section div.result span.figureSmall {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 14pt;
                font-weight: 600;
            }

            div.compareNew div.compareProduct div.section div.result span.subtitle {
                font-size: 11pt;
                width: 100%;
                float: left;
                text-align: center;
            }

            div.compareNew div.compareProduct div.section div.result.thin {
                float: left;
                width: 45%;
                margin: 10px 2.5%;
                border: 0px solid #CCC;
                border-radius: 5px;
                background: transparent;
                height: 125px;
            }

                div.compareNew div.compareProduct div.section div.result.thin div.subresult {
                    float: left;
                    width: 100%;
                    margin: 1px 0;
                    border: 2px solid #CCC;
                    border-radius: 5px;
                    background: #F0F3F5;
                    height: 30px;
                }

                    div.compareNew div.compareProduct div.section div.result.thin div.subresult span.figure {
                        font-size: 18px;
                    }

                        div.compareNew div.compareProduct div.section div.result.thin div.subresult span.figure.good {
                            background: transparent url(/images/optimistisch.png) no-repeat 5px 1px;
                            background-size: 22px;
                        }

                        div.compareNew div.compareProduct div.section div.result.thin div.subresult span.figure.normal {
                            background: transparent url(/images/verwacht.png) no-repeat 5px 1px;
                            background-size: 22px;
                        }

                        div.compareNew div.compareProduct div.section div.result.thin div.subresult span.figure.bad {
                            background: transparent url(/images/pessimistisch.png) no-repeat 5px 1px;
                            background-size: 22px;
                        }

                    div .compareNew div.compareProduct div.section div.result.thin div.subresult.big {
                        height: 95px;
                    }

                        div .compareNew div.compareProduct div.section div.result.thin div.subresult.big span.figure {
                            font-size: 24px;
                        }


                        /*rating*/

div.compareNew div.compareProduct div.section span.kwaliteit {
    float: left;
    width: 50%;
    margin: 5px 10px;
    font-size: 11pt;
    line-height: 16pt;
}
div.compareNew div.compareProduct div.section div.ratingWrapper {
    float: left;
    width: 40%;
    height: 25px;
    margin: 5px;
}
    div.compareNew div.compareProduct div.section div.ratingWrapper img.kwaliteit {
        float: left;
        width: 100%;
        height: auto;
        margin: -30px 0 0 0;
    }

    div.compareNew div.compareProduct div.section span.comment {
        float: left;
        width: 100%;
        margin: 5px 10px;
        font-size: 11pt;
        line-height: 16pt;
    }

div.compareNew div.compareProduct div.section span.paymethods {
    float: left;
    width: 100%;
    margin: 5px 10px;
    font-size: 11pt;
    height: 60px;
    
}

    div.compareNew div.compareProduct div.section span.paymethods img {
        width: 35px;
        float: left;
    }
    div.compareNew div.compareProduct div.section span.paymethods em {
        float: left;
        margin: 5px;
        font-weight: bold;
    }  

div.compareNew div.compareProduct div.section span.comment b{
    /*float: left;*/
}
            div.compareNew div.compareProduct div.section span.comment em {
                float: left;
                width: 50%;
            }

                div.compareNew div.compareProduct div.section span.comment em.info-gezond {
                    font-size: 10pt;
                    position: inherit;
                    top: 0;
                    border: 1px solid #000;
                    font-family: 'InZpireBold';
                    font-weight:600;
                    border-radius: 50%;
                    width: 21px;
                    text-align: center;
                    height: 21px;
                    right: 5px;
                    padding: 0;
                    cursor: pointer;
                    float: left;
                    margin: 1px 0 0 15px;
                }
                    div.compareNew div.compareProduct div.section span.comment em.info-gezond:hover {
                        background: #F0F3F5;
                    }

        div.compareNew div.compareProduct div.section span.comment div.info-gezondfader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            float: left;
            z-index: 15;
        }
        div.compareNew div.compareProduct div.section span.comment div.info-gezond {
            background: #FFF;
            position: absolute;
            border: 1px solid #CCC;
            border-radius: 10px;
            padding: 15px;
            width: 450px;
            right: 15px;
            top: 155px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            z-index: 20;
        }

            div.compareNew div.compareProduct div.section span.comment div.info-gezond h5 {
                float: left;
                font-weight: bold;
                width: 100%;
                font-size: 18pt;
                padding: 0 0 0 0;
                margin: 0 0 10px 0;
            }
                    
        div.compareNew div.compareProduct div.section div.meerinfo {
            float: left;
            width: 90%;
            margin: 10px 10% 5px 10%;
            text-align: center;
            font-size: 11pt;
            font-weight: 600;
            background: #FFF;
            color: #000;
            padding: 0px;
            border-radius: 5px;
            border: 1px solid #CCC;
            cursor: pointer;
            -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.75);
            box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.75);

        }

            div.compareNew div.compareProduct div.section div.meerinfo:hover {
                -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.75);
                -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.75);
                box-shadow: 0 0 0 0 rgba(0,0,0,0.75);
            }

            div.compareNew div.compareProduct div.section div.meerinfo a {
                color: #000;
                text-decoration: none;
                font-size: 13pt;
                width: 100%;
                margin: 0;
            }

        div.compareNew div.compareProduct div.section div.button {
            float: left;
            width: 90%;
            margin: 15px 10%;
            text-align: center;
            font-size: 14pt;
            font-weight: 600;
            background: #72B533;
            color: #FFF;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
            -webkit-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.75);
            box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.75);
        }

div.compareNew div.compareProduct.ad div.section div.button {
    background: #00ACED;
}
    div .compareNew div.compareProduct div.section div.button:hover {
                -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.75);
                -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.75);
                box-shadow: 0 0 0 0 rgba(0,0,0,0.75);
            }

            div.compareNew div.compareProduct div.section div.button a {
                color: #FFF;
                text-decoration: none;
                width: 100%;
                font-size: 13pt;
                margin: 0;
            }

            div.compareNew div.compareProduct div.section div.button.disabled {
                background: #CCC;
                color: #4E555F;
                -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
                -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
                box-shadow: 0 0 0 0 rgba(0,0,0,0);
                cursor:default;
            }

            div.compareNew div.compareProduct div.section div.button.letop {
                background: #FFF;
                color: #1B75BA;
                font-size: 11pt;
                width: 80%;
                border: 1px solid #CCC;
                margin: 0 15%;
                padding: 8px;
                -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
                -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
                box-shadow: 0 0 0 0 rgba(0,0,0,0);
                border-radius: 25px;
            }
div.compareNew div.compareProduct div.section div.button.promotion {
    background: #EDF2FA url(/images/crypto/promotie.png) no-repeat 5px 10px;
    color: #1B75BA;
    font-size: 11pt;
    width: 85%;
    border: 1px solid #CCC;
    margin: 0 10%;
    padding: 15px 0 15px 25px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 15px;
    background-size: 30px;
}

        div.compareNew div.compareProduct div.moreinfo {
            float: left;
            width: 100%;
            border-top: 1px solid #CCC;
            min-height: 15px;
            margin-top: 10px;
        }

            div.compareNew div.compareProduct div.moreinfo span {
                float: left;
                margin: 5px 0 0px calc(50% - 100px);
                cursor: pointer;
                width: 200px;
                border: 1px solid #CCC;
                padding: 10px 0;
                border-radius: 5px;
                position: relative;
                text-align: center;
            }
                div.compareNew div.compareProduct div.moreinfo span:hover {
                    background: #00aced14;
                    font-weight:bold;
                }
                div .compareNew div.compareProduct div.moreinfo span em {
                    font-size: 22pt;
                    position: absolute;
                    top: -1px;
                    left: 5px;
                    
                }



    div.compareNew div.compareProduct div.moredetails {
        float: left;
        width: calc(100% + 25px);
        margin: 10px 0 0 -25px;
    }
            div.compareNew div.compareProduct div.moredetails div.detailsWrap {
                width: 100%;
                float:left;
            }
                div.compareNew div.compareProduct div.moredetails div.detailsWrap div.tabsWrap {
                    width: 100%;
                    float: left;
                }

                    div.compareNew div.compareProduct div.moredetails div.detailsWrap div.tabsWrap .tab {
                        float: left;
                        min-width: 105px;
                        text-align: center;
                        font-family: 'InZpireBold';
                        height: 35px;
                        border: 1px solid #CCC;
                        margin: 5px 15px;
                        padding: 5px 15px;
                        cursor: pointer;
                        border-top-right-radius: 5px;
                        border-top-left-radius: 5px;
                        font-size: 13pt;
                        background: #F0F3F5;
                        color: #4E555F;
                    }

                        div.compareNew div.compareProduct div.moredetails div.detailsWrap div.tabsWrap .tab.active {
                            color: #0077C8;
                            background: #FFF;
                            height: 35px;
                            border-bottom: 1px solid #FFF;
                            z-index: 10;
                            position: relative;
                        }
                div.compareNew div.compareProduct div.moredetails div.detailsWrap div.contentWrap {
                    width: 100%;
                    float: left;
                    border: 1px solid #CCC;
                    margin: -6px 15px 0 15px;
                    padding: 5px 15px 30px 5px;
                    border-bottom-left-radius: 5px;
                    border-top-right-radius: 5px;
                    border-bottom-right-radius: 5px;
                }
                div.compareNew div.compareProduct div.moredetails div.detailsWrap div.contentWrap div.content {
                    width: 100%;
                    float: left;
                }

                div.compareNew div.compareProduct div.moredetails div.detailsWrap div.tabsWrap div.content h3 {
                    float: left;
                    width: 100%;
                    font-size: 13.8pt;
                    padding: 5px 15px;
                    margin-top: 15px;
                    font-family: 'InZpireBold';
                }

div.detailsWrap div.contentWrap div.content h3 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 13pt;
    padding: 10px 15px;
}

div.detailsWrap div.contentWrap div.content div.tableWrap {
    float:none;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    min-height: 40px;
    border: 0px;
    border-bottom: 1px solid #E1E1E1;
    padding: 5px 15px;
}

div.detailsWrap div.contentWrap div.content div.tableWrap.noborder {
   
    border: 0px;
    border-bottom: 0px solid #E1E1E1;
    
}
    div.detailsWrap div.contentWrap div.content div.tableWrap.header {
        font-weight:bold;
        border-bottom: 2px solid #CCC;
    }

    div.detailsWrap div.contentWrap div.content div.tableWrap.highlight {
        background: #F0F3F5;

    }

    div.detailsWrap div.contentWrap div.content div.tableWrap.noMarg {
    margin: 0%;
    }

        div.detailsWrap div.contentWrap div.content div.tableWrap.noMarg.uwkeuze {
            color: #00ACED;
            font-weight: bold;
            padding: 15px 15px 10px 15px;
            background: #FCFCFC;
        }

    div.detailsWrap div.contentWrap div.content div.tableWrap p {
        font-size: 13pt;
    }

        div.detailsWrap div.contentWrap div.content div.tableWrap p b {
            font-family: 'InZpireBold';
        }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableKey {
        width: 40%;
        font-family: 'InZpire';
        font-size: 13pt;
    }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableQ {
        font-family: 'InZpire';
        font-size: 12pt;
        font-weight: bold;
        border-radius: 50%;
        border: 2px solid #CCC;
        width: 25px;
        cursor: pointer;
        height: 25px;
        padding: 0px 7px;
        margin: 0 5px;
    }

        div.detailsWrap div.contentWrap div.content div.tableWrap span.tableQ:hover {
            background: #F0F3F5;
        }

        div.detailsWrap div.contentWrap div.content div.tableWrap span.tableQ div {
            float: left;
            width: 250px;
            background: #FFF;
            border: 1px solid #CCC;
            border-radius: 5px;
            padding: 10px;
            z-index: 10;
            position: relative;
        }

        div.detailsWrap div.contentWrap div.content div.tableWrap span.tableQ div span{
           font-weight:normal;
           float:left;
           font-size:13pt;
        }

            div.detailsWrap div.contentWrap div.content div.tableWrap span.tableQ div.qFader {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                float: left;
                z-index: 15;
            }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableValue {
        width: 55%;
        font-family: 'InZpire';
        font-size: 13pt;
    }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableValue.autoWidth {
        width: auto;
        
    }

    div.detailsWrap div.contentWrap div.content div.tableWrap img.keuze{
        margin: -70px 0 0 0;
    }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableKey.vwd {
        width: 50%;
    }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableValue.vwd {
        width: 50%;
    }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableValue.Risicometer {
        width: 35px;
        font-family: 'InZpireBold';
        font-size: 13pt;
        border: 2px solid #0077C8;
        height: 35px;
        text-align: center;
        padding: 3px;
        margin: 0 5px;
    }

        div.detailsWrap div.contentWrap div.content div.tableWrap span.tableValue.Risicometer.selected {
            background: #CCC;
        }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableValue b {
        font-family: 'InZpireBold';
    }

    div.detailsWrap div.contentWrap div.content div.tableWrap span.tableValue.short {
        width: 30%;
    }


        @media all and (max-width: 768px) {
            div .balloon {
                width: 98%;
                padding: 0 1%;
            }

    div.compareNew div.compareProduct {
        width: 98%;
        padding: 0 1%;
    }

        div.compareNew div.compareProduct div.section {
            width: 95%;
            margin: 0 2.5%;
        }

        div.compareNew div.compareProduct div.logoWrapper {
            float: left;
            width: 100%;
            height: 100px;
            padding-top: 20px;
        }

            div.compareNew div.compareProduct div.logoWrapper div.section.logo {
                float: left;
                width: 35% !important;
                margin-bottom: 15px;
            }

                div.compareNew div.compareProduct div.logoWrapper div.section.logo img.logo {
                    width: 65%;
                    margin: 0;
                }

            div.compareNew div.compareProduct div.logoWrapper div.section.name {
                width: 50%;
                padding-top: 15px;
            }

        div.compareNew div.compareProduct div.section.center {
            width: 100%;
        }

        
}

/*PRODUCT VOORWAARDEN*/
div.vwdRow {
    float: left;
    width: 95%;
    padding: 0 10px 10px 10px;
    margin: 5px 0 0 2%;
    border-bottom: 1px solid #CCC;
}

    div.vwdRow span.q {
        float: left;
        font-weight: 600;
        width: 20%;
        font-size: 13pt;
        height: 100%;
        margin-top: 10px;
    }

    div.vwdRow div.a {
        float: left;
        font-weight: normal;
        width: 75%;
        margin-left: 5%;
        margin-top: 0px;
        height: 100%;
    }

        div.vwdRow div.a span {
            float: left;
            height: 100%;
            font-size: 13pt;
            width: 100%;
            margin: 10px 0;
        }

        div.vwdRow div.a .tableLeft {
            float: left;
            padding: 7px 0;
            font-size: 12pt;
            margin: 0px;
            width: 35% !important;
            clear: left;
        }

        div.vwdRow div.a .tableRight {
            float: left;
            padding: 7px 15px 7px 0;
            font-size: 12pt;
            font-weight: normal;
            text-align: right;
            width: 30% !important;
            margin: 0px;
        }

div.compareWrap {
    float: left;
    overflow: auto;
    width: 100%;
}

div.detailsSlide div.compareWrap div.vwdRow div.a.startAow {
    background: transparent url(/images/aow-tarief.png) no-repeat right 0px;
    padding: 66px 0 0 0;
    margin: -67px 0 0 0;
}

    div.detailsSlide div.compareWrap div.vwdRow div.a.startAow span {
        border-top: 2px solid #CCC;
        border-bottom: 4px solid #CCC;
        background: #F0F3F5;
    }

div.detailsSlide div.compareWrap div.vwdRow div.a.lastHigh {
    background: transparent url(/images/laatste-hoog.png) no-repeat right 0px;
    padding: 66px 0 0 0;
    margin: -67px 0 0 0;
}

    div.detailsSlide div.compareWrap div.vwdRow div.a.lastHigh span {
        border-top: 2px solid #CCC;
        border-bottom: 4px solid #CCC;
        background: #F0F3F5;
    }

/*Offerte pagina*/
div.stepsToTakeWrap {
    float: left;
    width: 100%;
    min-height: 90px;
    margin: 5px 0;
    padding: 15px;
    background: #F0F3F5;
    border-radius: 10px;
}

div.stepsToTake {
    float: left;
    width: 100%;
    min-height: 90px;
    margin: 5px 0;
    padding: 10px 0 10px 45px;
    background: #FFF;
}

    div.stepsToTake.bullet1 {
        background: #FFF url(/images/bullet/1.png) no-repeat 10px 15px;
        background-size: 25px;
    }

    div.stepsToTake.bullet2 {
        background: #FFF url(/images/bullet/2.png) no-repeat 10px 15px;
        background-size: 25px;
    }

    div.stepsToTake.bullet3 {
        background: #FFF url(/images/bullet/3.png) no-repeat 10px 15px;
        background-size: 25px;
    }

    div.stepsToTake.bullet4 {
        background: #FFF url(/images/bullet/4.png) no-repeat 10px 15px;
        background-size: 25px;
    }

    div.stepsToTake span.stapHead {
        font-weight: 600;
        float: left;
        width: 100%;
    }

    div.stepsToTake span.stapText {
        font-weight: normal;
        float: left;
        width: 100%;
        font-size: 11pt;
        line-height: 18pt;
    }

    div.stepsToTake.button {
        background: #F0F3F5;
        height: auto;
    }

    div.stepsToTake a.button {
        float: left;
        width: 250px;
        margin: 10px 0 0 0px;
        padding: 10px;
        background: #1B75BB;
        border-radius: 5px;
        text-align: center;
        color: #FFF;
        height: 45px;
        cursor: pointer;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        margin-left: calc(50% - 125px);
    }

        div.stepsToTake a.button.light {
            float: left;
            width: 250px;
            margin: 10px 0 0 0px;
            padding: 10px;
            background: #00ACED;
            border-radius: 5px;
            text-align: center;
            color: #FFF;
            height: 45px;
            cursor: pointer;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
            margin-left: calc(50% - 125px);
        }

    div.stepsToTake span.button {
        float: left;
        width: 250px;
        margin: 10px 0 0 0px;
        padding: 10px;
        background: #00B900;
        border-radius: 5px;
        text-align: center;
        color: #FFF;
        height: 45px;
        cursor: pointer;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        margin-left: calc(50% - 125px);
    }

    div.stepsToTake ul {
        margin: 0 0 0 30px;
    }


div.balloon div.paperWrap {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    div.balloon div.paperWrap div.paperRow {
        float: left;
        width: 100%;
        background: transparent url(/images/kantlijn.png) repeat-y 30px 0;
        height: 33px;
        border-bottom: 1px solid #E2F3F5;
        padding-left: 30px;
    }

        div.balloon div.paperWrap div.paperRow.fat {
            border-bottom: 2px solid #E2F3F5;
        }

        div.balloon div.paperWrap div.paperRow.sum {
            border-bottom: 3px solid #E2F3F5;
        }

        div.balloon div.paperWrap div.paperRow.none {
            border-bottom: 0px solid #E2F3F5;
        }

        div.balloon div.paperWrap div.paperRow input.result {
            text-align: right;
            float: left;
            width: 25%;
            height: 27px;
            margin: 1px 0 0 5px;
            color: #387DEB;
            font-size: 13pt;
            border: none;
            border-bottom: 1px dashed #387DEB;
        }

        div.balloon div.paperWrap div.paperRow span.error {
            right: 7.5%;
            position: absolute;
            border: 1px solid red;
            border-radius: 5px;
            height: 50px;
            background: #FFF;
            padding: 15px;
            text-align: left;
            margin: -40px 0 0 -4px;
        }

            div.balloon div.paperWrap div.paperRow span.error:empty {
                display: none;
            }

        div.balloon div.paperWrap div.paperRow input.eur {
            background: #F3F3F3 url("/images/eur-result.png") no-repeat left center;
        }

            div.balloon div.paperWrap div.paperRow input.eur[valid='false'] {
                border: 1px solid red;
            }

        div.balloon div.paperWrap div.paperRow input.result:hover {
            border: dashed 1px #387DEB;
            cursor: pointer;
        }

        div.balloon div.paperWrap div.paperRow input.result:active {
            border: dashed 1px #387DEB;
            cursor: default;
        }

        div.balloon div.paperWrap div.paperRow span.q {
            font-size: 12pt;
            text-align: left;
        }

        div.balloon div.paperWrap div.paperRow span {
            float: left;
            text-align: right;
            width: 25%;
            margin: 7px 0 0 5px;
            color: #4E555F;
            font-size: 13pt;
        }

            div.balloon div.paperWrap div.paperRow span.eur {
                background: url("/images/eur-result.png") no-repeat left center;
            }

            div.balloon div.paperWrap div.paperRow span.qMark {
                float: left;
                background: #387DEB;
                width: 0px;
                padding: 2px 12px 1px 5px;
                border: solid 1px #387DEB;
                border-radius: 10px;
                text-align: center;
                font-size: 9pt;
                color: #FFF;
                margin-right: 10px;
                cursor: pointer;
            }

                div.balloon div.paperWrap div.paperRow span.qMark:hover {
                    background: #CCC;
                    color: #387DEB;
                    cursor: pointer;
                }

        div.balloon div.paperWrap div.paperRow div.qmContent {
            position: absolute;
            width: 250px;
            height: 100px;
            background: #FFF;
            border: 2px solid #CCC;
            margin-left: 180px;
            margin-top: -100px;
            border-radius: 5px;
            padding: 5px;
        }

            div.balloon div.paperWrap div.paperRow div.qmContent div.pointer {
                width: 0;
                height: 0;
                border-left: 15px solid transparent;
                border-top: 10px solid #CCC;
                border-right: 15px solid transparent;
                float: left;
                margin: -7px 0 0 100px;
                position: relative;
            }

        div.balloon div.paperWrap div.paperRow span.sum {
            text-align: left;
        }

        div.balloon div.paperWrap div.paperRow span:first-child {
            float: left;
            text-align: left;
            width: 55%;
            margin: 5px 0 0 5px;
            color: #4E555F;
        }

        div.balloon div.paperWrap div.paperRow span.toelichting {
            color: #387DEB;
            float: left;
            width: 100px;
            font-size: 11pt;
            text-decoration: underline;
            cursor: pointer;
        }

/*Maandlasten en uitkeringen*/

div.maandlast div.vwdRow div.a {
    width: 100%;
}

    div.maandlast div.vwdRow div.a .table {
        float: left;
        padding: 7px 0;
        font-size: 11pt;
        margin: 0 2px;
        width: 12.5%;
        border-bottom: 2px solid #CCC;
        font-family: verdana;
        padding: 5px;
    }

@media all and (max-width: 420px) {
    div.maandlast div.vwdRow div.a .table {
        font-size: 9pt;
        width: 23%;
        padding: 5px 5px 5px 0;
    }
}


div.maandlast div.vwdRow div.a .table {
    float: left;
    font-size: 12pt;
    margin: 0 2px;
    width: 13%;
    border-bottom: 2px solid #CCC;
    padding: 5px;
    height: 30px;
}


div.maandlast div.vwdRow div.a .tableLeft {
    float: left;
    padding: 7px 0;
    font-size: 12pt;
    margin: 0px;
    width: 35%;
    clear: left;
}

div.maandlast div.vwdRow div.a .tableRight {
    float: left;
    padding: 7px 15px 7px 0;
    font-size: 12pt;
    font-weight: normal;
    text-align: right;
    width: 30%;
    margin: 0px;
}

@media all and (max-width: 420px) {
    div.maandlast div.vwdRow div.a .table {
        float: left;
        font-size: 9pt;
        margin: 0 2px;
        width: 23%;
        border-bottom: 2px solid #CCC;
        padding: 5px;
        height: 30px;
    }
}


span.bttnMore {
    float: left;
    margin: 0 0 0 calc(50% - 75px);
    border-radius: 5px;
    border: 1px solid #CCC;
    width: 150px;
    font-size: 13pt;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    background: #F0F3F5;
    cursor: pointer;
}

/*STAPPENPLAN BIJ HYPOTHEKEN*/
div.stepWrap {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    background: #00ACED;
    padding: 5px;
    cursor: pointer;
}

    div.stepWrap.done {
        background: #1B75BA !important;
    }

        div.stepWrap.done:hover {
            background: #00ACED !important;
        }

    div.stepWrap.next {
        background: #1B75BA !important;
    }

    div.stepWrap span.stepnr {
        line-height: 22px;
        float: left;
        padding: 0px 0 0 0;
        background: #FFF;
        width: 25px;
        font-size: 13pt;
        border-radius: 50%;
        height: 25px;
        border: 2px #CCC solid;
        text-align: center;
        font-weight: 600;
        color: #1b75ba;
        margin: 5px 10px;
    }

    div.stepWrap span.stephd {
        line-height: 35px;
        float: left;
        color: #FFF;
        width: calc(100% - 100px);
        font-size: 15pt;
        font-weight: 600;
    }

        div.stepWrap span.stephd em {
            line-height: 35px;
            float: right;
            color: #FFF;
            font-size: 15pt;
            font-weight: normal;
            font-style: normal;
        }

    div.stepWrap span.step {
        line-height: 35px;
        float: left;
        color: #FFF;
        width: calc(100% - 100px);
        font-size: 13pt;
    }

div.stepContent {
    float: left;
    width: 100%;
    margin: 0;
    background: #E6E7E8;
    padding: 5px;
}

    div.stepContent span.step {
        line-height: 35px;
        float: left;
        color: #000;
        width: calc(100% - 130px);
        font-size: 13pt;
        padding: 0 0 0 15px;
    }

    div.stepContent a.stepButton {
        float: right;
        color: #FFF;
        font-weight: 600;
        text-align: center;
        border: 1px solid #CCC !important;
        border-radius: 5px;
        padding: 8px 15px;
        cursor: pointer;
        background: #FFF;
        margin: 0 15px 10px 0;
        min-width: 150px;
        max-width: 200px;
        background: #00B900;
        text-decoration: none;
    }

div.flowDone {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin: 15px 0 0 0;
}

    div.flowDone div.flowDoneArrow {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-top: 10px solid #CCC;
        border-right: 15px solid transparent;
        float: left;
        margin: 15px 0 -11px 0;
        position: relative;
        margin-left: calc(50% - 7.5px);
    }

div.zone .tabsWrap {
    float: left;
    width: 100%;
    height: 25px;
    margin: -35px 0 20px 0;
}

    div.zone .tabsWrap span {
        float: left;
        padding: 5px 10px 5px 10px;
        border-top: 2px solid #CCC;
        border-bottom: 1px solid #CCC;
        border-left: 2px solid #CCC;
        border-right: 2px solid #CCC;
        background: #EEE;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        margin: 1px 5px;
    }

        div.zone .tabsWrap span.active {
            border-bottom: 3px solid #FFF;
            background: #FFF;
        }

/*FILTER VERGELIJKING*/
div.comparissonFilter {
    float: left;
    width: 100%;
    border: 1px solid #CCC;
    padding: 5px 15px;
    border-radius: 5px;
}

    div.comparissonFilter.filterleft {
        float: left;
        width: 29%;
        border: 1px solid #CCC;
        padding: 5px 15px;
        border-radius: 5px;
        margin: 5px 1% 0 0;
    }

    div.comparissonFilter div.filterWrap {
        float: left;
        margin-right: 15px;
        width: 100%;
    }

        div.comparissonFilter div.filterWrap span {
            float: left;
            width: 200px;
        }

    div.comparissonFilter.filterleft div.filterWrap select {
        float: left;
        clear: left;
        width: 100%;
        border-radius: 5px;
        font-size: 12pt;
        padding: 5px;
        margin: 5px 0 0 0;
        height: 40px;
    }

    div.comparissonFilter div.filterWrap span.bttnSave {
        float: right;
        color: #000;
        text-align: center;
        border: 1px solid #CCC !important;
        border-radius: 5px;
        padding: 8px 15px;
        cursor: pointer;
        background: #FFF;
        margin: -10px 0 15px 0;
        font-weight: normal;
        min-width: 150px;
        max-width: 200px;
        background: transparent url(/images/save.png) no-repeat 7px 9px;
        background-size: 20px;
        padding-left: 35px;
    }

div.MaatManProfiel {
    float: left;
    margin-right: 15px;
    width: 30%;
    padding: 15px;
    border: 1px solid #ccc;
}

    div.MaatManProfiel h5 {
        float: left;
        width: 110%;
        font-size: 1.2em;
        margin: -15px 0 5px -15px;
        color: #000;
        border-bottom: 1px solid #CCC;
        padding: 15px;
    }

    div.MaatManProfiel div.maatmanFilters {
        float: left;
        width: 100%;
    }


img.nhb {
    float: right;
    width: 15%;
    filter: grayscale(100%);
    margin: 5% 2.5% 0 0;
}

/*OVERSLUIT RESULT*/
div.dashboard {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    z-index: 10;
    position: relative;
}

    div.dashboard div.alertBox {
        float: left;
        height: 140px;
        width: 19.5%;
        border-radius: 5px;
        background: #FFF;
        margin: 0 0.5% 10px 0;
        border: 1px solid #CCC;
        border-bottom: 5px solid #00ACED;
        cursor: pointer;
    }

        div.dashboard div.alertBox.special {
            border: 3px solid green;
            background: #F0F3F5;
        }

        div.dashboard div.alertBox.active.special {
            border: 1px solid #CCC;
            background: #FFF;
            border-top: 5px solid green;
            border-bottom: 5px solid #FFF;
            height: 165px;
        }

        div.dashboard div.alertBox.special:hover {
            border: 2px solid #CCC;
            background: #FFF;
            border-top: 5px solid green;
            border-bottom: 5px solid #FFF;
            height: 165px;
        }

        div.dashboard div.alertBox.active {
            border-top: 5px solid #1B75BA;
            border-bottom: 5px solid #FFF;
            height: 165px;
        }

        div.dashboard div.alertBox:hover {
            border-top: 5px solid #00ACED;
            border-bottom: 1px solid #CCC;
        }

        div.dashboard div.alertBox.active:hover {
            border-top: 5px solid #00ACED;
            border-bottom: 0px solid #CCC;
        }

        div.dashboard div.alertBox img {
            float: left;
            width: 30%;
            margin: 5px 35%;
        }

        div.dashboard div.alertBox span {
            float: left;
            width: 100%;
            text-align: center;
            color: #16325C;
            font-size: 15px;
            font-weight: bold;
        }

        div.dashboard div.alertBox img.dataloader {
            float: left;
            width: 15%;
            margin: 15px 42.5%;
        }

        div.dashboard div.alertBox span.count {
            font-weight: 600;
            font-size: 25px;
            margin-top: 5px;
        }

div.gridBody {
    float: left;
    width: 100%;
    min-height: 50px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-top: -14px;
}

/*RISICOMETER VAR PENSIOEN*/
div.risicometer {
    float: left;
    width: 350px;
    margin: 0 10px 10px 10px;
    border: 1px solid #CCC;
    padding: 15px;
    border-radius: 5px;
}

    div.risicometer span.rmTitle {
        float: left;
        width: 100% !important;
        border-bottom: 1px solid #CCC;
        margin: 0 0 10px 0;
        font-weight: bold;
    }

@media (max-width: 420px) {
    div.risicometer {
        width: 100%;
    }
}

div.risicometer div.rmValues {
    float: left;
    width: 100%;
    padding: 5px 15px;
}

    div.risicometer div.rmValues div.rmValue {
        float: left;
        height: 33px;
        width: 33px;
        border: 2px solid #1b75ba;
        margin-right: 5px;
        padding-top: 5px;
    }

        div.risicometer div.rmValues div.rmValue.active {
            background: #CCC;
        }

        div.risicometer div.rmValues div.rmValue span.rmValue {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 12pt;
            font-weight: bold;
        }

div.risicometer div.rmLabels {
    float: left;
    width: 100%;
}

    div.risicometer div.rmLabels span.rmLabelL {
        float: left;
        width: 50%;
        text-align: left;
        font-size: 13px;
        font-weight: normal;
    }

    div.risicometer div.rmLabels span.rmLabelR {
        float: left;
        width: 50%;
        text-align: right;
        font-size: 13px;
        font-weight: normal;
    }

/*HYPOTHEEK RENTE*/

h2.hypotheekrente {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #1B75BA;
    margin: -10px 0px 5px 0;
    font-size: 18pt;
}

div.hypotheekrenteWrap {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    background: #00ACED;
    padding: 15px 10px;
    border-radius: 5px;
}

    div.hypotheekrenteWrap div.hrFilter {
        float: left;
        width: 100%;
        min-height: 50px;
    }

        div.hypotheekrenteWrap div.hrFilter span {
            float: left;
            width: 25%;
            color: #FFF;
            font-size: 14pt;
            font-weight: bold;
            padding: 10px;
        }

        div.hypotheekrenteWrap div.hrFilter div.hrFilterchoices {
            float: left;
            width: 75%;
            padding: 5px 10px;
        }

            div.hypotheekrenteWrap div.hrFilter div.hrFilterchoices a.choice {
                float: left;
                width: auto;
                padding: 8px 12px;
                border-radius: 5px;
                background: #1B75BA;
                color: #FFF;
                font-size: 12pt;
                font-weight: bold;
                margin: 5px;
                cursor: pointer;
                text-decoration: none;
            }

                div.hypotheekrenteWrap div.hrFilter div.hrFilterchoices a.choice:hover {
                    background: #F6921F;
                }

                div.hypotheekrenteWrap div.hrFilter div.hrFilterchoices a.choice.selected {
                    background: #F6921F;
                }

table.hypotheekrenteVergelijking {
    float: left;
    table-layout: fixed;
    width: 100%;
}

    table.hypotheekrenteVergelijking caption {
        float: left;
        width: 100%;
        background: #FFF;
        text-align: left;
        height: 35px;
        color: #00ACED;
        font-weight: bold;
        font-size: 14pt;
        margin: 0px 0 0 0;
        padding: 5px 0 0 5px;
    }


    table.hypotheekrenteVergelijking tr {
        float: left;
        width: 100%;
        border: 1px solid #CCC;
        border-radius: 5px;
        margin: 5px 0;
        height: 85px;
        padding: 0 25px;
        background: #fff;
    }


        table.hypotheekrenteVergelijking tr td {
            float: left;
            width: 20%;
            text-align: center;
        }

            table.hypotheekrenteVergelijking tr td.bank {
                float: left;
                width: 150px;
                font-weight: bold;
            }

                table.hypotheekrenteVergelijking tr td.bank img {
                    float: left;
                    width: 90%;
                    padding: 5%;
                }

            table.hypotheekrenteVergelijking tr td.productNaam {
                float: left;
                width: 300px;
                font-size: 15pt;
                text-align: left;
                height: 65px;
                margin-top: 20px;
            }

            table.hypotheekrenteVergelijking tr td.hypotheekvorm {
                float: left;
                width: 100px;
                font-size: 15pt;
                height: 65px;
                margin-top: 20px;
                text-align: left;
            }

            table.hypotheekrenteVergelijking tr td.rente {
                float: left;
                width: 175px;
                font-weight: bold;
                font-size: 22pt;
                height: 83px;
                margin: 0 50px;
                box-shadow: 5px 0 25px -6px #ddd, -5px 0 25px -6px #ddd;
                padding: 20px 20px;
            }

            table.hypotheekrenteVergelijking tr td.offerteknop {
                float: right;
                width: 250px;
                height: 85px;
            }

                table.hypotheekrenteVergelijking tr td.offerteknop a {
                    float: left;
                    width: 100%;
                    background: #72B533;
                    color: #FFF;
                    margin: 25px 0;
                    height: 40px;
                    font-weight: bold;
                    font-size: 15pt;
                    padding: 7px;
                    text-decoration: none;
                    border-radius: 5px;
                }

        table.hypotheekrenteVergelijking tr.advert {
            background: #F0F3F5;
        }

            table.hypotheekrenteVergelijking tr.advert td.adTekst {
                float: left;
                margin: 5px 0 0 0;
                width: 600px;
                font-size: 14pt;
                font-weight: bold;
                text-align: left;
            }

            table.hypotheekrenteVergelijking tr.advert td.offerteknop {
                float: right;
                width: 250px;
                height: 85px;
            }

                table.hypotheekrenteVergelijking tr.advert td.offerteknop a {
                    float: left;
                    width: 100%;
                    background: #1B75BA;
                    color: #FFF;
                    margin: 25px 0;
                    height: 40px;
                    font-weight: bold;
                    font-size: 15pt;
                    padding: 7px;
                    text-decoration: none;
                    border-radius: 5px;
                }

        table.hypotheekrenteVergelijking tr.renteVergHead {
            float: left;
            width: 100%;
            border: 0px solid #CCC;
            border-radius: 5px;
            margin: 5px 0;
            height: 20px;
            padding: 0 25px;
        }

            table.hypotheekrenteVergelijking tr.renteVergHead th.bank {
                float: left;
                width: 150px;
                font-weight: bold;
            }

            table.hypotheekrenteVergelijking tr.renteVergHead th.productNaam {
                float: left;
                width: 300px;
                font-weight: bold;
                text-align: left;
            }

            table.hypotheekrenteVergelijking tr.renteVergHead th.hypotheekvorm {
                float: left;
                width: 150px;
                font-weight: bold;
                text-align: left;
            }

            table.hypotheekrenteVergelijking tr.renteVergHead th.rente {
                float: left;
                width: 150px;
                font-weight: bold;
            }

            table.hypotheekrenteVergelijking tr.renteVergHead th.offerteknop {
                float: left;
                width: 150px;
                font-weight: bold;
            }

@media all and (max-width: 420px) {

    h1.hypotheekrente {
        font-size: 16pt;
    }

    h2.hypotheekrente {
        font-size: 15pt;
    }

    div.hypotheekrenteWrap div.hrFilter span {
        width: 100%;
        padding: 0px 10px;
    }

    div.hypotheekrenteWrap div.hrFilter div.hrFilterchoices {
        width: 100%;
    }

        div.hypotheekrenteWrap div.hrFilter div.hrFilterchoices a.choice {
            padding: 6px 12px;
            font-size: 10pt;
            margin: 3px;
        }

    table.hypotheekrenteVergelijking tr.renteVergHead {
        display: none;
    }

    table.hypotheekrenteVergelijking caption {
        color: #FFF;
    }

    table.hypotheekrenteVergelijking tr {
        height: 175px;
    }

        table.hypotheekrenteVergelijking tr td {
            width: 100%;
        }

            table.hypotheekrenteVergelijking tr td.bank {
                width: 100%;
            }

                table.hypotheekrenteVergelijking tr td.bank img {
                    width: 60%;
                    height: auto;
                    margin: -20px 20% 5px 20%;
                }


                table.hypotheekrenteVergelijking tr td.bank img {
                    width: 60%;
                    height: auto;
                    margin: -10px 20% 0px 20%;
                }



        table.hypotheekrenteVergelijking tr.advert td.bank {
            width: 100%;
            height: 65px;
        }

            table.hypotheekrenteVergelijking tr.advert td.bank img {
                width: 50%;
                height: auto;
                margin: -10px 25% 5px 25%;
            }

        table.hypotheekrenteVergelijking tr.advert td.adTekst {
            width: 100%;
            font-size: 12pt;
        }

        table.hypotheekrenteVergelijking tr.advert td.offerteknop {
            float: left;
            width: 100%;
            height: 35px;
        }

            table.hypotheekrenteVergelijking tr.advert td.offerteknop a {
                margin: 5px 20%;
                height: 30px;
                font-size: 13pt;
                padding: 4px;
                width: 60%;
            }


        table.hypotheekrenteVergelijking tr td.productNaam {
            display: none;
        }

        table.hypotheekrenteVergelijking tr td.hypotheekvorm {
            display: none;
        }

        table.hypotheekrenteVergelijking tr td.rente {
            float: left;
            width: 50%;
            font-weight: bold;
            font-size: 22pt;
            height: 50px;
            margin: -20px 25%;
            box-shadow: none;
            padding: 0;
        }

        table.hypotheekrenteVergelijking tr td.offerteknop {
            float: left;
            width: 100%;
            height: 30px;
        }

            table.hypotheekrenteVergelijking tr td.offerteknop a {
                float: left;
                width: 80%;
                background: #72B533;
                color: #FFF;
                margin: 20px 10%;
                height: 35px;
                font-weight: bold;
                font-size: 13pt;
                padding: 5px;
                text-decoration: none;
                border-radius: 5px;
            }
}

div.hypotheekRenteWidget {
    float: left;
    width: 47.5%;
    background: transparent;
    margin: 0px 2.5% 0 0;
}


    div.hypotheekRenteWidget table.hypotheekrenteVergelijking tr td.bank {
        width: 33%;
    }


    div.hypotheekRenteWidget table.hypotheekrenteVergelijking tr td.productNaam {
        width: 33%;
        overflow: hidden;
        margin: 5px 0 0 0;
        height: 75px;
    }


    div.hypotheekRenteWidget table.hypotheekrenteVergelijking tr td.rente {
        width: 33%;
        margin: 0;
        box-shadow: 0 0 0 0;
    }

    div.hypotheekRenteWidget a.button {
        float: left;
        margin: 0 30%;
        width: 40%;
        height: 35px;
        border-radius: 5px;
        background: #F6921F;
        color: #FFF;
        font-size: 14pt;
        font-weight: bold;
        text-align: center;
        padding: 5px;
        text-decoration: none;
    }

@media all and (max-width: 420px) {
    div.hypotheekRenteWidget {
        width: 100%;
    }

        div.hypotheekRenteWidget table.hypotheekrenteVergelijking tr {
            height: 100px;
        }

            div.hypotheekRenteWidget table.hypotheekrenteVergelijking tr td.bank {
                width: 50%;
            }

                div.hypotheekRenteWidget table.hypotheekrenteVergelijking tr td.bank img {
                    width: 100%;
                    height: auto;
                    margin: 0 0 0 -15px;
                }

            div.hypotheekRenteWidget table.hypotheekrenteVergelijking tr td.productNaam {
                display: none;
            }

            div.hypotheekRenteWidget table.hypotheekrenteVergelijking tr td.rente {
                width: 50%;
                margin: 25px 0 0 0;
                box-shadow: 0 0 0 0;
            }
}

/*JAARRUIMTE RESULTAAT*/

div.jaarruimteResultWrap {
    float: left;
    width: 100%;
    min-height: 90px;
    margin: 5px 0;
    padding: 15px;
    background: #F0F3F5;
    border-radius: 10px;
}

    div.jaarruimteResultWrap h2 {
        float: left;
        width: 90%;
        margin: 5px 5%;
    }

div.jaarruimteResult {
    float: left;
    width: 90%;
    min-height: 90px;
    margin: 5px 5%;
    padding: 15px 5%;
    background: #FFF;
}

    div.jaarruimteResult.rapport {
        float: left;
        width: 90%;
        font-weight: normal;
        font-size: 15pt;
        background: #e2f3f5;
        border: 3px solid #FFF;
    }

        div.jaarruimteResult.rapport img {
            float: left;
            width: 75px;
        }

        div.jaarruimteResult.rapport p {
            float: left;
            width: calc(100% - 75px);
            font-size: 13pt;
        }

        div.jaarruimteResult.rapport span.button {
            float: left;
            width: 40%;
            margin: 0 30%;
            font-size: 13pt;
            color: #FFF;
            background: #00ACED;
            border: 2px solid #FFF;
            border-radius: 5px;
            font-weight: bold;
            text-align: center;
            padding: 6px 0 8px 0;
            cursor: pointer;
        }

        div.jaarruimteResult.rapport div.rapportdownloaden {
            float: left;
            margin: 50px 0 0 0;
            border-top: 1px solid #CCC;
            background: #FFF;
            width: 100%;
            padding: 0 20px;
        }

    div.jaarruimteResult span.stapHead {
        float: left;
        width: 100%;
        font-weight: normal;
        font-size: 15pt;
    }



        div.jaarruimteResult span.stapHead em.stapHead {
            float: left;
            width: 100%;
            font-weight: normal;
            font-size: 15pt;
        }

        div.jaarruimteResult span.stapHead em {
            float: left;
            width: auto;
            margin-right: 25px;
            font-weight: bold;
            font-size: 20pt;
        }

            div.jaarruimteResult span.stapHead em.strike {
                text-decoration: line-through;
                color: grey;
            }

            div.jaarruimteResult span.stapHead em.wettelijk {
                float: left;
                width: auto;
                margin-right: 25px;
                font-weight: normal;
                font-size: 15pt;
                padding: 5px 0;
            }

@media all and (max-width: 420px) {
    div.jaarruimteResult.rapport span.button {
        float: left;
        width: 90%;
        margin: 0 5%;
        font-size: 13pt;
        color: #FFF;
        background: #00ACED;
        border: 2px solid #FFF;
        border-radius: 5px;
        font-weight: bold;
        text-align: center;
        padding: 6px 0 8px 0;
        cursor: pointer;
    }
}

div.wachtscherm {
    float: left;
    width: 75%;
    border-radius: 15px;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 50px 12.5% 0 12.5%;
}

    div.wachtscherm h5 {
        font-size: 25pt;
        font-weight: bold;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 40px;
        padding: 25px 0 0 25px;
    }
    div.wachtscherm p {
        float: left;
        font-weight: normal;
        font-size: 17pt;
        text-align: center;
        padding: 30px;
    }

        div.wachtscherm p.tacenter {
            width: 100%;
        }

    div.wachtscherm span.currenttask {
        float: left;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 15pt;
    }

/*ANIMATION*/

div.loadingWrap {
    float: left;
    padding: 15px;
    width: 100%;
}
    div.loadingWrap div.logoWrap {
        float: left;
        padding: 0 40%;
    }
    div.loadingWrap div.logoWrap img{
        width: 100%;
    }
div.loadingBar {
    float: left;
    width: 100%;
    border: 1px solid #CCC;
    background: #F0F3F5;
    height: 25px;
    margin-top: 10px;
}

    div.loadingBar.mail div.fillMeUp {
        float: left;
        background: #1B75BB url("/images/emailicon.png") no-repeat left center;
        height: 25px;
        width: 0%;
        background-size: 110px;
    }

    div.loadingBar div.fillMeUp {
        float: left;
        background: #1B75BB;
        height: 25px;
        width: 0%
    }

        div.loadingBar div.fillMeUp span.perc {
            float: right;
            color: #FFF;
            font-weight: 600;
            height: 25px;
            padding-top: 1px;
            margin-right: 1%;
        }/*Maandlasten en uitkeringen*/
div.onderzoekresult{
	float:left;
	width:100%;
}
div.onderzoekresult div.a {
	width: 100%;
}

	div.onderzoekresult div.a .table {
		float: left;
		padding: 7px 0;
		font-size: 9pt;
		margin: 0 2px;
		width: 10.7%;
		border-bottom: 2px solid #CCC;
		font-family: verdana;
		padding: 5px;
	}

@media all and (max-width: 420px) {
	div.onderzoekresult  div.a .table {
		font-size: 9pt;
		width: 23%;
		padding: 5px 5px 5px 0;
	}
}



div.onderzoekresult  div.a .tableLeft {
	float: left;
	padding: 7px 0;
	font-size: 12pt;
	margin: 0px;
	width: 35%;
	clear: left;
}

div.onderzoekresult  div.a .tableRight {
	
	text-align: right;
	
}
object.offerte {
    float: left;
    width: 100%;
    height: 800px;
}
