/*==================================================
 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
==================================================*/

form{
    min-width: 250px;
}
.has-feedback .form-control {
    padding-right: 5px !important;
}
.validate-buttons.has-feedback i.form-control-feedback {
    left: -20px !important;
    top: -6px !important;
}
i.form-control-feedback.glyphicon.glyphicon-refresh,
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok {
/*    right: 0px !important;*/
    left: 0px;
    top: 4px;
}
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: 10px !important;*/
    left: 10px !important;
}
label.checkbox-inline~ i.form-control-feedback.glyphicon.glyphicon-refresh,
label.checkbox-inline~ i.form-control-feedback.glyphicon.glyphicon-remove,
label.checkbox-inline~ i.form-control-feedback.glyphicon.glyphicon-ok {
    left: -5px !important;
    top: 23px !important;
}
.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;
}
.has-feedback .checkbox label~.form-control-feedback {
    top: 7px !important;
/*    left: -1px;*/
}
.checkbox-inline{
    font-size: 16px;
}

.form-control:focus {
    -webkit-box-shadow: 0px 1px 0px #1f99f0;
    box-shadow: 0px 1px 0px #1f99f0;
}
.has-error .form-control,
.has-success .form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus{
    -webkit-box-shadow: 0px 1px 0px #843534;
    box-shadow: 0px 1px 0px #843534;
}
.has-success .form-control:focus{
    -webkit-box-shadow: 0px 1px 0px #2b542c;
    box-shadow: 0px 1px 0px #2b542c;
}
    

#geslacht + i.form-control-feedback{
    left: -30px;
}
/*
#geslacht ~ .help-block {
    display: inline;
}
*/
#success_message,
.help-block{
    display: none !important;
}


.form-horizontal .has-error .checkbox{
    border: 1px solid #a94442;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 20px;
}
.form-horizontal .checkbox{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.form-control {	
	height: 44px;
    font-size: 16px;
    text-align: center;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #1f99f0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
}
select.form-control{
    padding-left: 5px;
}
.form-control.hidden-validation{
    border: none;
}

#telnr-bevestiging .form-control {	
	text-align: left;
}

/* Modal - Helaas */
#helaas .modal-header,
#helaas-materiaal .modal-header{
    padding: 0px;
    border: none;
}
#helaas .close,
#helaas-materiaal .close{
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    z-index: 999;
}
#helaas p,
#helaas-materiaal p{
    margin: 0 auto;
    padding: 50px 0px;
    width: 380px;
    max-width: 100%;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 140%;
    white-space: pre-line;
}

/*==================================================
 Campagne
==================================================*/

/* Kleuren */
.zwart{color: #000;}
.wit{color: #fff;}
.oranje{color: #ff8400;}
.blauw{color: #02A3FF;}
.grijs{color: #4D4D4D;}
.lichtgrijs{color: #999;}


/* Tekst */
h1{
    font-size: 42px;
}
h2{
    font-size: 24px;
}
p{
    font-size: 16px;
    line-height: 150%;
}
p.large{
    font-size: 18px;
}
p.small{
    font-size: 13px;
}
p.bullet{
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}
p.bullet:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #C8F31E;
}


/* Buttons */
.camp-btn{
    width: 170px;
    max-width: 100%;
    padding: 18px 30px 18px 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    border-radius: 27px;
    background-color: #ff821d;
    background: linear-gradient(to right,#ff821d,#fab834);
    background-image: linear-gradient(to right,#61C500,#81FF08),radial-gradient(circle at top left,#ff821d,#fab834);
    transition: none;
}
.camp-btn:after{    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8em;
}
.camp-btn:hover{    
    background-color: #ff821d;
    background: #5CB00B;
}
.camp-btn:hover:after{    
    right: 20px;
}
.antw-btn{
    margin: 10px;
    width: 170px;
    max-width: 100%;
    padding: 18px 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    border-radius: 27px;
    background-color: #61C500;
}
.antw-btn:hover{    
    background-color: #7de917;
}
.antw-btn.full,
.btn-uit.full{
    margin: 10px 0;
    width: 100%;
}
.btn-uit{
    margin: 10px;
    width: 170px;
    max-width: 100%;
    padding: 18px 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    border-radius: 27px;
    background-color: #cdcdcd;
}


.form-btn{
    margin-top: 30px;
    width: 100%;
}



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

.header{
    margin-bottom: 60px;
    padding: 15px 0px;
    border-bottom: 1px solid #009FDA;
    background-color: #fff;
}
.header .adv{
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: 12px;
    color: #bbb;
}
.header .letop {
    margin-left: 350px;
}
.header .logo{
    margin-top: 10px;
}
.header .header-beoordelingen{
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .header-beoordelingen > div:first-child{
    margin-right: 20px;
}
.header .header-beoordelingen p{
    line-height: 120%;
}
.header .advieskeuze{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 175px;
    max-width: 100%;
}
.sterren-container .stars .fa-star {
    color: #b2d234;
}
.header .cijfer{
    margin-left: -1px;
    padding: 6px 12px;
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #0D578A;
}
.header .advieskeuze > div:last-child{
    flex-grow: 1;
}



/*==================================================
 Pagina-1
==================================================*/

/* Content top */
.content-top{
/*    min-height: 580px;*/
    position: relative;
    height: 540px;
    z-index: 100;
}
.top-content-holder{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    margin: 0 auto;
    width: 540px;
    max-width: 100%;
    min-height: 300px;
    padding: 50px;
    border-radius: 25px;
    border: 2px solid #ffbd77;
    background-color: #fff;
}

.stap-start h1{
    margin-bottom: 20px;
}

.vraag-nr{
    margin-bottom: 30px;
}
.vraag{
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}
.antwoorden-holder{
    display: flex;
    justify-content: center;
    width: 100%;
}
.placeholder-icon{
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
}
.placeholder-icon.right{
    left: auto;
    right: 40px;
}
.stap-rentevaste_periode .antwoorden-holder,
.stap-inkomensbron .antwoorden-holder{
    flex-direction: column;
    align-items: center;
}
.stap-rentevaste_periode .antw-btn,
.stap-inkomensbron .antw-btn{
    width: 250px;
}
.form-width{
    margin: 0 auto;
    width: 250px;
    max-width: 100%;
}
.form-page-nr{
    position: absolute;
    left: 25px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #ffbd77;
}


/* Content bottom */
.content-bottom{
    position: relative;
/*    min-height: 450px;*/
/*    min-height: 350px;*/
    min-height: 466px;
    padding: 75px 0px;
    background-color: #0D578A;
}
.content-bottom .bg-logo{
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-bottom .bottom-content-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    padding: 25px;
    border-radius: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
#stap-7b img{
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}



/*==================================================
 Footer
==================================================*/

.footer{
    padding: 15px 0px;
    background-color: #fff;
}



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


@media only screen and (max-width: 1199px){    
	
    h1{
        font-size: 38px;
    }
    .stap-form h2{
        font-size: 20px;
    }
		
}

@media only screen and (max-width: 991px) {
    
    .header p.large {
        font-size: 14px;
    }
    h1{
        font-size: 36px;
    }
    
}

@media only screen and (max-width: 767px) {
	
    h1{
        font-size: 26px;
    }
    .stap-start h3 {
        font-size: 20px;
    }
    .stap-start h1 {
        margin-bottom: 50px;        
    }
    
    .top-content-holder {
        padding: 20px;
    }
    
    .form-page-nr {
        left: 0;
        right: 0;
        bottom: -30px;
        text-align: center;
        color: #fff;
    }
    
    
    /* Bottom content */
    .content-bottom .bottom-content-holder {
        margin-top: 20px;
    }
    
}

@media only screen and (max-width: 479px) {
    
    .header {
        margin-bottom: 25px;
    }
    .header .advieskeuze {
        width: 130px;
    }
    .header .cijfer {
        padding: 6px 8px;
        font-size: 18px;
    }
    .header .advieskeuze > div:last-child {
        padding: 0 10px;
    }
    
    .content-top {
        height: auto;
        padding-bottom: 30px;
    }
    .stap-start h1 {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .stap-start h3 {
        font-size: 18px;
    }
    .top-content-holder {
        padding: 15px;
    }
    
    .vraag {
        font-size: 20px;
    }
    .antw-btn {
        margin: 10px 5px;
    }
    
    .stap-form h2 {
        margin-bottom: 30px !important;
        font-size: 16px;
    }
    .form-page-nr {
        bottom: -25px;
        color: #34ccbd
    }
    
    .content-bottom {
        padding: 25px 0px;
    }
    
}