/*==================================================
 Main
==================================================*/

html{
    height: 100%;
}
body{
	min-height: 100%;
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #0d578a;
	background-color: #fff;
}
h5 {
    font-size: 13px !important;
}

/*==================================================
 Form
==================================================*/

.has-feedback .form-control {
    padding-right: 5px !important;
}
i.form-control-feedback.glyphicon.glyphicon-refresh,
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok {
/*    right: 15px !important;*/
    right: 0px !important;
    top: 4px !important;
}
select~ i.form-control-feedback.glyphicon.glyphicon-refresh,
select~i.form-control-feedback.glyphicon.glyphicon-remove,
select~i.form-control-feedback.glyphicon.glyphicon-ok {
    right:18px !important;
}
	
.validate-buttons i.form-control-feedback.glyphicon.glyphicon-refresh,
.validate-buttons i.form-control-feedback.glyphicon.glyphicon-remove,
.validate-buttons i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 4px !important;
    top: -5px !important;
}
.hidden-validation{
	border:none;
	height:0px !important;
	width:0px !important;
	left:0px;
}

.form-control.fl_input {padding: 17px 12px 3px 16px;}
.FlowupLabels .fl_label {
    top: 12px;
    left: 18px;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 5px;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 4px;
}
#success_message,
.help-block{ 
    display: none !important;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 12px;
}
.form-control {
	border-radius: 0px;
	height: 44px;
    font-size: 12px;
}
.klok {
    margin-top: 10px;
}
.klok:before {
    content: url(../img/tijd-icon.png);
    position: absolute;
    left: 20px;
    top: 9px;
}

/* Tooltip */
.info + .tooltip > .tooltip-inner {
    background-color: #fff; 
    color: #333333; 
    border: 1px solid #eee; 
    padding: 15px;
    font-size: 14px;
}
.menu a,
.menu a:hover,
.menu a:focus,
.menu a:active,
.menu a:visited {
	color: #fff !important;
	text-decoration: none !important;
}
/*==================================================
 Campagne
==================================================*/

/* Kleuren */
.zwart{color: #000;}
.wit{color: #fff;}

/*.blauw{color: #006bbb;}*/
.blauw{color: #0d578a;}
.oranje{color: #f18700;}

.grijs{color: #333;}
.lichtgrijs{color: #999;}


/* Tekst */
h1.titel{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}
h2.subtitel{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
h4.tekst{
    font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
p.tekst{
    margin-bottom: 20px;
	font-size: 14px;
	line-height: 150%;
}
p.tekst-klein{    
    font-size: 12px;
    line-height: 140%;
}
.pijl{
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0d578a;
}


/* Buttons */
.all-btn{
    max-width: 100%;
    padding: 14px 0px;
    background-color: #afafaf;
}
.all-btn:hover{
    cursor: pointer;
    background-color: #0d578a;
}
.all-btn-selected{
    cursor: auto;
    background-color: #0d578a;
}
.def-btn{
    margin: 15px auto 0px;
    max-width: 100%;
    background-color: #61c500;
    padding: 14px 0px;
}
.def-btn:hover{
    max-width: 100%;
    background-color: #5ab700;
}
.def-btn .icon-holder{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 14px 0px;
    color: #478f01;
    background-color: #5ab700;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.def-btn:hover .icon-holder{
    background-color: #61c500;
}
#Button2{
    padding: 14px 0px 14px 28px;
}
#TerugKnop {
    cursor: pointer;
}
.bereiken-tekst{
    font-size: 16px;
    line-height: 22px;
}


/*==================================================
 Header
==================================================*/
.test{
	border:solid 1px;
}
.header{
    padding: 15px 0 5px;
    background-color: #fff;
}
.header .logo{
    margin-top: 20px;
    float: left;
}
.header .hypotheken{
    float: left;
    margin-top: 13px;
    margin-left: 10px;
}
.phone-container{
	margin-top:10px;
	padding-left:100px;
	padding-bottom:20px;	
}
.afspraak-container{
	position:relative;
	top:-8px;
	padding-left:20px;		
}
.afspraak{
	color:#000;
	font-weight:700;
}
.telefoonnummer a{
	color:#337ab7;
	font-weight: 700;
}

.menu{
	height:36px;
	background-color:#0d578a;
	margin-bottom:20px;
}
.menu-item{
	color:#fff;
	padding:8px;
	cursor:pointer;
}
.menu-item:hover{
	background-color:#0871ba;
}
/*==================================================
 Pagina-1
==================================================*/
.consult{
	padding:20px;
}
.tekst{
    margin-bottom: 25px;
    font-size: 16px;
}
.header-boven-beeld{
    padding: 5px 10px;
    font-size: 22px;
    background-color: #0c708d;
}
.header-beeld{
    margin-bottom: 15px;
}
.pagina-1 .bulletskop{
/*    margin: 20px auto 10px;*/
    margin: 0px auto 10px;
}
.pagina-1 .bullet{
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}
.pagina-1 .bullet:first-child{
/*    margin-top: 25px;*/
}
.pagina-1 .bullet:last-child{
    margin-bottom: 25px;
}
.pagina-1 .bullet:before{
/*
    content: url(../img/vinkje-oranje.png);
    position: absolute;
    left: 0;
    top: 0;
*/
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
	font-weight:900;
    color: #f18700;
}
.video-footer{
    position: relative;
}
.video-footer h4{
    width: 80%;
    font-size: 20px;
    padding: 10px 15px;
    background-color: #0c708d;
}
.video-footer h4 .klein{
    font-size: 0.8em;
    font-weight: 400;
}
.video-footer .img-holder{
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 69px;
    padding-top: 12px;
    background-color: #fff;
}
.opt-in{
    margin-top: 30px;
    font-size: 12px;
    line-height: 140%;
    color: #666;
}
.images-content{
	padding: 30px 25px 25px;
    background-color: #f9f9f9;
}


.fa-star{
    color: #f8c33b;
}


/* Form */
.form-container{
/*    margin: 0 auto 25px;*/
    max-width: 100%;
}
.no-intro{
    margin-top: -215px;
}
.form-content{
/*    margin-top: -30px;*/
	padding: 30px 25px 25px;
    background-color: #f9f9f9;
}
.form-content .pad-top-15{
    padding-top: 15px;
}
.form-content a,
.form-content a:hover{
    text-decoration: underline;
}
.leningen{
	margin:20px;
}
.border{
    padding-top: 25px;
    border-top: 1px solid #0c708d;
}
.logo-rij{
    margin: 0px auto 30px;
}

.keurmerken{
    padding: 20px 0px 25px;
    background-color: #fafafa;
}
.keurmerken .holder{
    min-height: 163px;
    padding: 15px;
    background-color: #fff;
}
.keurmerken p{
    margin-top: 10px;
    line-height: 150%;
}
#bedankt-pagina {
    margin: 120px 50px;
}
.bedankt-tekst {
    line-height: 150%;
}
.tel-cta{
    margin-bottom: 10px;
}
.ssl-logo{
    width: 100px;
}


/*==================================================
 Pagina-2
==================================================*/

.pagina-2{
    padding-bottom: 100px;
}



/*==================================================
 Footer
==================================================*/
.lists ul li::before {
    font-family: theme-icons !important;
    content: "\ea03";
    position: absolute;
    left: 0;
    top: 2px;
    color: #acc839;
}
.testimonial-image{
	margin:40px 0 20px;
}
.testimonial-row{
	padding:15px 0 15px;
}
.testimonial{
	border:solid 1px #ccc;
	padding:15px;
	margin:20px 0 40px;
}

.footer{
/*	margin-top: 25px;*/
    background-color: #fff;
}
.footer-border{
    padding: 30px 0px;
    border-top: 2px solid #e96410;
}



/*==================================================
 Media Queries
==================================================*/


@media only screen and (max-width: 1199px){    
	
    .header-boven-beeld {
        font-size: 16px;
        font-weight: bold;
    }
    .form-content {
        padding: 30px 15px 15px;
    }
    .def-btn:after {
        right: 30px;
    }
    .def-btn:hover:after {
        right: 20px;
    }
    .keurmerken .holder {
        min-height: 184px;
    }
    .no-intro{
        margin-top: -235px;
    }
    h4.tekst{
        font-size: 16px;
    }

}

@media only screen and (max-width: 991px) {
    
    h1.titel {
        font-size: 26px;
    }
    .form-header h2 {
        font-size: 18px;
    }
	.question{
		margin-bottom:10px;
	}
}

@media only screen and (max-width: 767px) {
	
    /* Header */
    .header .logo {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .header .hypotheken {
        margin-top: 5px;
        margin-left: 5px;
    }    
    h1.titel {
        font-size: 26px;
    }
    .scrolltoBottom{
        text-decoration: underline;
        cursor: pointer;
    }
    .scrolltoBottom:hover{
        color: #e96410;
    }
    .header-beeld{
        margin-bottom: 10px;
    }
    .logo-rij{
        margin: 0px auto 15px;
    }
    .keurmerken .holder {
        margin: 0 auto 10px;
        min-height: 0px;
    }
	.all-btn-top{
		margin-bottom:10px;
	}
    .no-intro{
        margin-top: auto;
    }
    
}

@media only screen and (max-width: 479px) {
    
    /* Header */
    .header {
        margin-bottom: 15px;
        padding: 10px 0px;
    }
    .header .logo {
        margin-bottom: 0px;
    }
    .header .hypotheken {
        margin-top: 6px;
        margin-left: 5px;
        font-size: 26px;
    }
    
    h1.titel {
        font-size: 20px;
    }
    .pagina-1 .subtitel {
        margin-bottom: 10px;
    }
    p.tekst {
        margin-bottom: 15px;
    }
    .pagina-1 .bullet {
        margin-bottom: 10px;
    }
    .pagina-1 .bullet:last-child {
        margin-bottom: 15px;
    }
    .logo-rij{
        margin: 0px auto 10px;
    }
    
}