/*==================================================
 General
==================================================*/

html{
    height: 100%;
}
body{
    position: relative;
	min-height: 100%;
    padding-bottom: 160px;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    background: url(../img/achtergrond-geld.jpg) top center no-repeat fixed;
    background-size: cover;
}



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

.form-control {
	border-radius: 5px;
    border-color: #fff;
	height: 50px;
    font-size: 16px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
}
.FlowupLabels .fl_label {
    top: 15px;
    font-size: 16px;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 6px;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
}
i.form-control-feedback.glyphicon.glyphicon-refresh,
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 14px !important;
    top: 8px !important;
}
.form-control.fl_input {padding: 18px 12px 4px 10px;}

#success_message,
.help-block{
    display: none !important;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 15px;
}


/* Buttons */
.camp-btn{	
	color: #fff;
	border-radius: 0px;
    padding: 16px 30px 16px 10px;
	
	font-size: 20px;
	font-weight: 500;
/*
    border: 2px solid #fff;
    border: 2px solid #ff7f00;
*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    
	cursor: pointer;
    background: #ff7700;
}
.camp-btn:after{
    position: absolute;
    top: 26px;
    top: calc(50% - 10px);
    right: 35px;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
}
.camp-btn:hover{
    background-color: #ff8800;
}
.camp-btn:hover:after{
	right: 25px;
}



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

/* Kleuren */
.kleur2d{color: #0ebac5;}
.kleur3{color: #f68818;}
.grijs{color: #aaa;}
.groen{color: #278b08;}
.blauw{color: #00aced;}


/* breadcrumbs */
.breadcrumbs{
    padding: 0px 0px 20px;
}
#progress {
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
}
#progress li {
    float: left;
    padding: 15px 30px 14px 40px;
    background: #dcdde1;
    color: #afafaf;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-width: 204px;
    margin: 0 1px;
}
#progress li:before {
    content: '';
    border-left: 16px solid #fff;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
#progress li:after {
    content: '';
    border-left: 16px solid #dcdde1;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}
#progress li.active {
    background: #00aced;
    color: #fff;
}
#progress li.active:after {
    border-left-color: #00aced;
}


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

.header{
    margin-bottom: 40px;
    padding: 20px 0px;
    background-color: #fff;
}
.header h1{
    padding-top: 20px;
    font-size: 30px;
}
.adv{
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 12px;
    color: #ccc;
}



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

.content-holder{
    padding: 50px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.10);
}
.content-holder h3{
    line-height: 140%;
}
.content-holder h4{
    line-height: 150%;
}


/* Vragen */
.vragen-holder{
    padding: 25px;
    border: 2px solid #64B8BE;
    border-radius: 5px;
    background-color: #f1f9fa;
}
.vraag-nr{
    margin-bottom: 10px;
}
.content-holder .vraag{
    margin: 20px 0px;
    font-size: 22px;
}
.content-holder .vraag span.klein{
    font-size: 0.8em;
}
.antwoorden-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.antw-btn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
    margin: 0 5px;
    padding: 0px 10px 15px;
    
    position: relative;
    width: 140px;
    height: 140px;
/*    border-radius: 5px;*/
    background-color: #6bb7be;
/*    border: 2px solid #61a5ac;*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 10;    
    transition: all 0.2s ease-in-out;
}
.antw-btn p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.antw-btn:hover{
    background-color: #81b840;
}
.antw-btn:hover div p{
    color: #fff;
}


.form-bg{
    padding: 20px;
    border-radius: 5px;
    background-color: #00aced;
}
#page-form .vraag{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
}
#page-form .form-bg{
    margin-bottom: 30px;
}
#form-stap1 .vraag{
    margin-bottom: 10px;
}
#form-stap2 h4{
    line-height: 140%;
}
#form-stap2 h1{
    font-size: 60px;
}

h4.verbinding{
    display: inline-block;
    position: relative;
    margin-top: 5px;
    padding-left: 30px;
    font-size: 16px;
}
h4.verbinding:before{
    position: absolute;
    top: -1px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f2f7";
    color: #fff;
    font-size: 1.2em;
    font-weight: 900;
}

.optin{
    font-size: 12px;
    line-height: 140%;
    color: #666;
}
.optin a{
    text-decoration: underline;
}


/* Bullets */
.bullets{
    display: none;
}
.bullets-flex{
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.bullets h4{
    margin: 0 25px 10px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 140%;
}
.bullets h4:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #FC8201;
}



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

.footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0px;
    background-color: rgba(255,255,255,0.75);
}
.footer p{
    font-size: 12px;
    line-height: 140%;
}


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


@media only screen and (max-width: 1199px){    
	
    .header h1 {
        font-size: 26px;
    }
    #progress li {
        min-width: 208px;
    }
    .form-bg{
        margin: 0 auto 30px;
        width: 540px;
        max-width: 100%;
    }
    
}


@media only screen and (max-width: 991px) {
    
    .header h1 {
        padding-top: 12px;
        font-size: 20px;
    }
    .content-holder {
        padding: 30px;
    }
    li.mob {
        display: none;
    }      
    #progress li.active {
        width: 95%;
    }
    #progress {
        padding: 10px !important;
    }    
    
}


@media only screen and (max-width: 767px) {
	
    .logo {
        margin: 0 auto !important;
        width: 260px;
    }    
    .header {
        margin-bottom: 25px;
    }
    .header h1 {
        padding-top: 10px;
        font-size: 20px;
        text-align: center !important;
    }
    
    .content-holder {
        padding: 20px;
    }
    .content-holder .vraag {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    #page-start .fa-holder {
        margin-bottom: -10px;
    }
    
    .antw-btn{
        margin-bottom: 10px;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 15px 10px 10px;
    }
    .antw-btn div{
        display: inline-block;
    }
    .antw-btn div:first-child{
        display: flex;
        align-items: center;
        
        margin-right: 25px;
        width: 90px;
        height: 40px;
    }
    .antw-btn p {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        font-size: 18px !important;
        line-height: 100%;
    }
    .antw-btn img{
        max-height: 40px;
    }
    li.mob {
        display: none;
    }      
    #progress li.active {
        width: 93%;
    }
    #progress {
        padding: 10px !important;
    }   
     .optin {
        margin-bottom: 20px;
    }   
}


@media only screen and (max-width: 479px) {
    
    .header {
        margin-bottom: 10px;
        padding: 15px 0px;
    }
    .adv{
        margin-top: 0px;
        right: 0;
    }
    .content-holder {
        padding: 15px 10px 10px;
    }
    .content-holder .vraag {
        margin-top: 0px;
        font-size: 18px;
    }
    .content-holder h4{
        font-size: 16px;
    }
    
    #page-energie .form-control{
        padding-left: 5px;
    }
    #page-energie .has-feedback .form-control {
        padding-right: 35px;
    }
    
    .form-bg {
        padding: 10px;
    }
    .camp-btn:after {
        right: 15px;
    }
    .camp-btn:hover:after {
        right: 10px;
    }
    li.mob {
        display: none;
    }      
    #progress li.active {
        width: 93%;
    }
    #progress {
        padding: 10px !important;
    }
    h3.schrijf-in {
        font-size: 22px;
    }
    
}