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

html{
    height: 100%;
}
body{
	min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #4d4d4d;
	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: -5px !important;
    top: -5px !important;
}
#form3 i.form-control-feedback.glyphicon.glyphicon-refresh,
#form4 i.form-control-feedback.glyphicon.glyphicon-refresh,
#form3 i.form-control-feedback.glyphicon.glyphicon-remove,
#form4 i.form-control-feedback.glyphicon.glyphicon-remove,
#form3 i.form-control-feedback.glyphicon.glyphicon-ok,
#form4 i.form-control-feedback.glyphicon.glyphicon-ok {
    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 {
    top: 5px !important;
    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: 18px !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;
}

.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: #0d578a;}
.oranje{color: #f18700;}
.groen{color: #b2d234;}

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


/* Tekst */
h1.titel{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}
h2.subtitel{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
h4.tekst{
    font-size: 17px;
	margin-bottom: 10px;
}
p.tekst{
    margin-bottom: 20px;
	font-size: 14px;
	line-height: 150%;
}
p.tekst-klein{    
    font-size: 12px;
    line-height: 140%;
}


/* 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;
    color: #1f99f0;
    text-decoration: none;
}
#TerugKnop:before{
    content: "\f355";
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-weight: 900;
}


/*==================================================
 Header
==================================================*/

.header{
    padding: 15px 0 15px;
    background-color: #fff;
}
.header .logo{
    float: left;
}
.advies-container{
    background-color: #b2d234;
    margin: 0px 15px;
    padding: 6px 5px;
    border-radius: 10px;
    height: auto;
    width: 60px;
}
.header .flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu{
	height:36px;
	background-color:#009fda;
	margin-bottom:20px;
}
.menu-item{
	color:#fff;
	padding:8px;
	cursor:pointer;
}
.menu-item:hover{
	background-color:#0871ba;
}

/*==================================================
 Pagina-1
==================================================*/
.tekst{
    margin-bottom: 25px;
    font-size: 16px;
}
.opt-in{
    margin-top: 30px;
    font-size: 12px;
    line-height: 140%;
    color: #666;
}
.images-content{
    margin: 0px -5px 20px;
	padding: 30px 10px 25px;
    background-color: #f9f9f9;
}
.consult{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.consult .flex-text{
    flex-shrink: 2;
}


/* Form */
.form-container{
    max-width: 100%;
}
.form-content{
	padding: 30px 25px 25px;
	border:solid 1px #f18700;
    background-color: #fff;
}
.form-content .pad-top-15{
    padding-top: 15px;
}
.form-content a,
.form-content a:hover{
    text-decoration: underline;
}
.border{
    padding-top: 25px;
    border-top: 1px solid #0c708d;
}
.pagina-1 #Button1{
    margin: auto;
}
#error-form1{
    padding: 5px 0px;
}


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

.section-1{
    min-height: 300px;
}
.question-center{
    margin-top: 14px;
}
.bgvragen{
    background: url(../img/verloop-achtergrond.jpg) 0px 400px no-repeat;
    background-attachment: fixed;
}



/*==================================================
 Footer
==================================================*/
.lists ul li::before {
    font-family: theme-icons !important;
    content: "\ea03";
    position: absolute;
    left: 0;
    top: 2px;
    color: #acc839;
}
.testimonial-row{
	padding:15px 0 15px;
}
.testimonial{
    background-color: #f9f9f9;
	padding:25px;
	margin:20px 0 40px;
}
.review{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0px 10px;
}
.review h4{
    font-size: 16px;
}

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



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


@media only screen and (max-width: 1199px){
    
    .form-content {
        padding: 30px 15px 15px;
    }
    .def-btn:after {
        right: 30px;
    }
    .def-btn:hover:after {
        right: 20px;
    }
    h4.tekst{
        font-size: 16px;
    }

}

@media only screen and (max-width: 991px) {
    
    h1.titel {
        font-size: 18px;
    }
    .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;
    }    
    h1.titel {
        font-size: 14px;
    }
    .scrolltoBottom{
        text-decoration: underline;
        cursor: pointer;
    }
    .scrolltoBottom:hover{
        color: #e96410;
    }
    
}

@media only screen and (max-width: 479px) {
    
    /* Header */
    .header {
        margin-bottom: 15px;
        padding: 10px 0px;
    }
    .header .logo {
        margin-bottom: 0px;
        float: inherit;
    }
    
    .pagina-1 .subtitel {
        margin-bottom: 10px;
    }
    p.tekst {
        margin-bottom: 15px;
    }
    
}