/*body{
	font-family: Lato;
	background-color: #ffffff;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.uberwrapper { width: 100%; min-height: 100%;}
.wrapper{width:100%; max-width: 1250px; padding: 0 20px; box-sizing: border-box; margin: 0 auto;}
a{ text-decoration: none; color:#0c87c5;}
a:hover{color:#4f4f4f;}
h1{
	font-size: 32px;
	color: #4f4f4f;
	text-align: left;
	font-family: Lato;
	font-weight: 600;
	font-style: normal;
	margin-top: 0;
	line-height: normal;
	margin-bottom: 0.5em;
}
h2{
	font-size: 24px;
	text-align: left;
	font-family: Lato;
	font-weight: 600;
	font-style: normal;
	color: #4f4f4f;
	margin-top: 0;
	line-height: normal;	
}
h3{
	font-size: 24px;
	text-align: left;
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	color: #2c3e50;
	margin-top: 0;
	line-height: normal;	
}
h4{
	font-size: 28px;
	text-align: center;
	font-family: Lato;
	font-weight: 600;
	font-style: normal;
	color: #4f4f4f;
	line-height: normal;	
}
img{max-width: 100%;}

header{ height: 5.5em; position: fixed; z-index: 2; width:100%; background: #fff; -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.05); -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.05); box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header.small{
	opacity: 0.95;
	height: 55px;
	left: 0px;
	position: fixed;
	width: 100%;
	background: #fff;	
	z-index: 1;
}
.logo {
	max-width: 255px;
	margin-top: 27px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header.small .logo{max-height: 35px; margin-top: 10px;}
header nav {
	display: block;
	float: right;
}
header nav ul{margin:0}
header nav ul li{
	float:left;
	list-style-type:none
}
header nav ul li a{
	position: relative;
	display: block;
	color: #4f4f4f;
	padding: 32px 5px 33px 34px;
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-align: center;
	float: left;
	z-index: 2000;	
	text-transform: uppercase;
}
header nav ul li a:hover{color: #0c87c5;}
header nav ul li.current_page_item a{color: #0c87c5;}
header.small nav ul li a{padding: 14px 5px 14px 34px;}
header nav ul.children{ display: none; position: absolute; top: 5em; background: #fff; padding: 0; width: 16em;}
header nav ul.children li a{ padding: 12px 5px 23px 34px;}
header nav ul li.page_item_has_children:hover ul{display:block;}

.mobmenu{display:none;}
@media only screen and (max-width : 1180px) {
	.mobmenu{display:block; padding: 16px 0 13px 23px; color: #4f4f4f; font-size: 20px; cursor: pointer;}
	header, header.small { opacity: 1; height: 55px; left: 0px; position: absolute; width: 100%; background: #fff; z-index: 1;}
	header .logo{max-height: 35px; margin-top: 10px;}
	header nav ul{ display:none; position: absolute; left: 100%; width: 270px; background: #2c3e50; height: 100%; height: 100vh; top: 0; padding-left: 0;}
	header nav ul li {float:none; display: block; height: 49px; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(0,0,0,0.35); }
	header nav ul li a { background: #2c3e50; line-height: 49px; width: 100%; box-sizing: border-box; padding: 0; text-align: left; font-weight: 400; padding-left: 20px; color: #fff; }
	header nav ul li a:hover{color:#fff;}
	header nav ul li.current_page_item a { background: #162637; border-left: 2px solid #288bd0; color: #fff;}
}
*/
/*.page-id-252 .slide, .page-id-27 .slide{ height: 18em; background-position: top center; background-size: cover;}
.page-id-252 .slidecover, .page-id-27 .slidecover{display:none}*/

/*.slide{ height: 20em; padding-top: 5.5em; background: #0c87c6;}
.slide .wrapper{ position: relative}
.slidecover{ padding-top: 5em; width: 570px; box-sizing: border-box;}
.slidecover h1{ margin-bottom: 0; color: #fff;}
.slidecover h2{ margin-top: 14px; color: #fff; font-weight: 400;}
@media only screen and (max-width : 1023px) {
	.slide{  height: 20em; }
	.slidecover{ position: relative; width: 100%; right: inherit; top: 5em; padding: 1em;}
}*/
.btn {
    color: #ffffff;
    background: #f04b23;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    box-sizing: border-box;
    transition: all 0.2s linear;
	text-transform: uppercase;
	padding: 0 1em;
}
.btn:hover{background: #ff3200; color: #ffffff;}

.error{color:red;}

/*.content{padding: 0 0 30px 0;}
body:not(.home) .content{ padding-top: 5.5em; }
.content .wrapper{padding: 30px 20px 0 20px;}
.content .wrapper{width:100%;}
.content .wrapper .holder{width:100%; display: table;}*/
/*i*/.left{width: 80%; display: table-cell; vertical-align: top; padding-right: 2%; box-sizing: border-box; }
/*i*/.right{width: 28%; display: table-cell; vertical-align: top; background: #f3f3f3; border-left: 1em solid #fff; padding: 1em 1.4em; }

.inquiry{ width: calc(100% - 2em); display: table; margin: 0 1em 1em;}
/*i*/.inquiry .left{width: 30%; display: table-cell; vertical-align: top; padding-right: 2%; box-sizing: border-box; background: #f3f3f3; padding: 1em 1.4em; }
.inquiry .left img{max-width: 100%;}
/*i*/.inquiry .right{width: 68%; display: table-cell; vertical-align: top; background: #f3f3f3; border-left: 1em solid #fff; padding:0;}

/*i*/.renteperiod{ width:30%; display: inline-block;}
/*i*/.renteperiod a{ display: block; margin-top: 1em;}
/*i*/.renteperiod a span:nth-of-type(1){display: inline-block; width: 8em;}
/*i*/.renteperiod a span:nth-of-type(2){ font-weight: bold;}
/*i*/.renteperiod a.btn{width:fit-content; font-size: 1em; margin-top: 1.5em; background: #0c87c6; line-height: 38px; height: 40px;}

/*i*/.left h3{font-size:22px; font-weight: 400; margin-top: 0; margin-bottom: 8px; color: #4f4f4f;}
/*i*/.left p{ margin-top: 0; margin-bottom: 20px;}

.nieuws{ display: table; table-layout: fixed; width:100%;}
.nieuws div{ display: table-cell;}
.nieuws div:nth-of-type(1){ padding: 0 1em 1em 0;}
.nieuws div:nth-of-type(2){ padding: 0 1em 1em 1em;}
.nieuws div:nth-of-type(3){ padding: 0 0 1em 1em;}
.nieuws h2{font-size:1.3em; height: 1.2	em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.nieuws div img{width:100%; height: auto; margin-bottom: 1em;}
.nieuws div p:nth-of-type(1){ position: relative; height: 14em;}
.nieuws div p:nth-of-type(2){display:none;}
.nieuws div p a{display:block; position: absolute; bottom: 1em;}

.date{ font-style: italic; margin-bottom: 0.4em;}
.blog .entry-content{display:table; width:100%; margin-bottom: 2em;}
.blog .entry-content > div{display:table-cell; vertical-align: top;}
.blog .entry-content > div:nth-of-type(1){width: 320px;}
.blog .entry-content h2{ margin-bottom: 0.2em; font-size: 1.4em;}
.single .entry-content img{ float: left; margin-right: 2em;}

.hypotheekrentes .products{ display: table; width: 100%;}
.hypotheekrentes .products.header{font-weight: bold; padding-bottom: 1em;}
.hypotheekrentes .products.header span a {color:#777 }
.hypotheekrentes .products > span:nth-of-type(1){display: table-cell; width: 10%;}
.hypotheekrentes .products span:nth-of-type(2){display: table-cell; width: 67%;}
.hypotheekrentes .products span:nth-of-type(2) .fa-arrow:after {content: "\f309"; padding-left: 0.3em;}
.hypotheekrentes .products.instelling span:nth-of-type(2) a{color:#0c87c5;}
.hypotheekrentes .products span:nth-of-type(3){display: table-cell; width: 13%;}
.hypotheekrentes .products span:nth-of-type(3) .fa-arrow:after {content: "\f309"; padding-left: 0.3em; }
.hypotheekrentes .products.tarief_laagste span:nth-of-type(3) a{color:#0c87c5;}
.hypotheekrentes .products span:nth-of-type(4){display: inline-table; width: 10%;}
.hypotheekrentes .products img{width:10em; vertical-align: middle; margin: 1em 2em 1em 0;}
.hypotheekrentes .products .btn{font-size: 0.8em; height: 2em; line-height: 2em;}

.hypotheekperiodes{ padding: 0 0 1.7em 0;}
.hypotheekperiodes a{
	padding: 0 0.7em;
    background: #0c87c5;
    color: #fff;
    border-radius: 0.5em;
    margin-right: 0.2em;
    line-height: 1.4em;
    height: 1.5em;
    display: inline-block;
	margin-bottom: 0.2em;
}
.hypotheekperiodes a:hover, .hypotheekperiodes a.active{ background: #4f4f4f;}
/*.content .wrapper .left a{
    background-color: #E3EBEE;
    padding: 10px 18px;
    color: inherit;
    text-decoration: none;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;	
	transition: all 0.2s linear;
}
.content .wrapper .left a:hover{
	background-color: #a4bec7;
}
.line{border-top: 1px dashed #00a8ff; position: relative; margin-top: 50px; margin-bottom: 50px;}
.line img{ position: absolute; left: 50%; top: -30px; margin-left: -30px;}

.content .wrapper .right ul{padding-left: 20px;}*/
.maatschappijen a{display: inline-block; width: 25%; text-align: center; padding: 0 0 3em 0;}
.maatschappijen a img{ width: 60%; display: block; margin-left: 20%;}

.page-id-407 .left h1{font-size:20px; margin-top: 10px;}
.hypotheekrente a{ display: table; width:100%;}
.hypotheekrente a.active{ background: #0c87c5; color: #fff; border-radius: 0.2em;}
.hypotheekrente a span{ display: table-cell; vertical-align: middle;line-height: 1.2em; padding-bottom: .2em;}
.hypotheekrente a span:nth-of-type(1){width:6em; padding-left: 0.5em;}
.hypotheekrente a span:nth-of-type(3){width:1em; font-size: 1.6em;}

.tabs{display: table; width:100%; background: #fff;}
.tabs div{ display: table-cell; width:33%; text-align: center; border-top-left-radius: 1em; border-top-right-radius: 1em; line-height: 3em; background: #eaeaea; border-left: 1px solid #fff; border-bottom: 1px solid #fff; cursor:pointer;}
.tabs div.active{border-left: 2px solid #f3f3f3; border-bottom: 2px solid #f3f3f3; background: #f3f3f3;}
.tabcontent{display:none; padding: 1em 1.4em;}
.tabcontent.active{ display: block;}
.tabcontent .products{ display: table; width: 100%; margin: 0 0 0.5em 0;}
.tabcontent .products.header{font-size:12px;}
.tabcontent .products span:nth-of-type(1){display: table-cell; width: 67%;}
.tabcontent .products span:nth-of-type(2){display: table-cell; width: 10%;}
.tabcontent .products span:nth-of-type(3){display: table-cell; width: 13%;}
.tabcontent .products span:nth-of-type(4){display: table-cell; width: 10%;}
.tabcontent .products .btn{font-size: 0.8em; height: 2em; line-height: 2em;}
.tabcontent h3{margin-top: 1em;}

.partnerinfo{display: none;}

/*i*/.right ul li{margin-bottom: 10px;}
/*i*/.right .steps span{ display: inline-block;width: 33%; text-align: center; font-weight: 600;}
/*i*/.page-id-290 .right .steps span{ width: 50%;}
/*i*/.right.stap1 .steps span:nth-of-type(1){ color: #0c87c5;}
/*i*/.right.stap2 .steps span:nth-of-type(2){ color: #0c87c5;}
/*i*/.right.stap3 .steps span:nth-of-type(3){ color: #0c87c5;}

@media only screen and (max-width : 1023px) {
	/*.content .wrapper{padding:20px;}*/
	/*i*/.left{width: 100% !important; display: block !important; padding-bottom: 20px !important; }
	/*i*/.middle{width: 100% !important; display: block !important; padding-left: 0 !important; padding-bottom: 20px !important; }
	/*i*/.right{width: 100% !important; border-left: none !important; padding-left: 0 !important; display: block !important; }
	/*i*/.contact{width:100% !important;}
	.inquiry .left{margin-bottom: 2em;}
	.maatschappijen a{width:50%;}
}
@media only screen and (max-width : 480px) {
	.hypotheekrentes a.products {margin-bottom: 10px; text-decoration: none; border: 1px solid #e2e2e2; padding: 10px; box-sizing: border-box; border-radius: 10px;}
	.hypotheekrentes a.products span:nth-of-type(1){ display: none; width: 100%;}
	.hypotheekrentes a.products span:nth-of-type(2){ display: block; width: 100%;}
	.hypotheekrentes a.products span:nth-of-type(2) img{width: 100%; display:block;}
	.hypotheekrentes a.products span:nth-of-type(3){ display: block; width: 100%; padding: 1em 0;}
	.hypotheekrentes a.products span:nth-of-type(4){ display: block; width: 100%;}
	.renteperiod{width: 100% !important; margin: 0 0 1em;}
	.maatschappijen a{width:100%;}
}

/*.home .content .wrapper .right h2{border-bottom: 1px dashed #00a8ff; padding-bottom: 20px;}
.home .content .wrapper .right ul {
	list-style-type:none;
	padding: 0;
}
.home .content .wrapper .right ul li {
	margin-bottom: 20px;
    font-weight: 400;
    color: black;
    font-size: 18px;
    line-height: 150%;	
}
.home .content .wrapper .right ul li:before {
    content: url(/wordpress/wp-content/uploads/2018/04/check-e1518693665143.png);
    vertical-align: -5px;
    height: 100%;
	list-style: none;
	margin-right: 8px;

}*/

/* radiobuttons */

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container.inline{ display: inline-block; margin-right: 2em; margin-bottom: 0;}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #bababa;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #0c87c5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	/*top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;*/
}
/*.page-id-252 h2{font-size: 18px; margin-bottom: 10px;}
.page-id-252 form li.bullets span{ display: block; line-height: 2em;}*/

.page-id-286 form{width: 100%; max-width: 500px; margin: 4em auto;}
.page-id-286 .error{width: 100%; max-width: 500px; margin: 2em auto;}

form{margin:20px 0;}
form ul {margin:0; padding: 0;}
form li {list-style: none; padding-bottom: 15px;}
form span.first, form span.second, form div.first, form div.second{ width:49%; display: inline-block; padding-right: 16px; box-sizing: border-box}
form label{ font-weight:normal; margin-bottom: 6px; display: block;}
form label.small{ font-weight:normal; font-size: .813em;}
form input[type=text], form input[type=email], form textarea, form select{
	border: 1px solid #e4e4e4 ;
	background: #ffff ;
	font-size: inherit;
	font-family: inherit;
	padding: 10px 20px 11px 20px;
	letter-spacing: normal;	
	width:100%;
	box-sizing: border-box;
}
form textarea{height:160px;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e4e4e4;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #e4e4e4;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #e4e4e4;
}
:-moz-placeholder { /* Firefox 18- */
  color: #e4e4e4;
}		
form input[type=submit]{
	font-size: 1em;
	width: auto;
	margin: 0 16px 0 0;
	background-color: #f04b23;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	border: none;
	font-weight: 700;
	transition: all 0.2s linear;
}
form input[type=submit]:hover{background-color: #ff3200;}
@media only screen and (max-width : 1023px) {
	form span.first, form span.second, form div.first{ width:100%; display: block; padding-right: 0;}
}

/*footer {background: #efefef; color: #494949; padding: 70px 0;}
footer .wrapper{ display: table; width:100%;}
footer .wrapper div{display:table-cell; width:25%;}
footer h2{font-size: 22px; color: #494949; text-transform: none; font-weight: 300; letter-spacing: normal; line-height: normal; margin-bottom: 36px;}
footer a{color:#494949; display: block; transition: all 0.2s linear;}
footer a:hover{color:#288bd0;}		
.belowfooter{background: #0c87c5;color: #ffffff; height: 6em; line-height: 6em; font-size: 14px;}
.belowfooter a{color: #ffffff; }

@media only screen and (max-width : 1023px) {
	footer {padding: 10px 0;}
	footer .wrapper{ display: block;}
	footer .wrapper div{display:block; width:100%; margin-bottom: 50px;}
	.belowfooter{height: auto; line-height: inherit;padding: 30px 0;}
}*/
/*
#to_top {
	display: none;
	position: fixed;
	text-align: center;
	line-height: 12px!important;
	right: 30px;
	bottom: 30px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	z-index: 10000;
	height: 29px;
	width: 29px;
	background-color: rgba(0,0,0,0.4);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
}
#to_top i {
	font-family: "FontAwesome";
	line-height: 29px!important;
	width: 29px!important;
	height: 29px!important;
	font-size: 14px!important;
	top: 0px!important;
	left: 0px!important;
	text-align: center!important;
	background-color: transparent!important;
}*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/font/fa-solid-900.eot?v=4.1.0');
  src: url('/font/fa-solid-900.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('/font/fa-solid-900.woff?v=4.1.0') format('woff'), url('/font/fa-solid-900.ttf?v=4.1.0') format('truetype'), url('/font/fa-solid-900.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*="fa-"] {
	font-family: 'Fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.fa-angle-up:before {content: "\f106";}
.fa-bars:before { content: "\f0c9"; color: #777777; }
iframe{width:100%; height: 6000px; border: 0;}

