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

html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    padding-bottom: 160px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    background-color: #0090e3;
}




/*==================================================
 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: 5px !important;
    top: 8px !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: 10px !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: 25px;
}


/* Form */
/* Custom radio buttons */
.gender-col label {
    position: relative;
    width: 100%;
    height: 50px;
    cursor: pointer;
    margin-bottom: 0px;
}
.gender-col label h4 {
    font-size: 16px;
    font-weight: 300;
    padding: 14px 0px;
    margin-left: 50px;
    display: block;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gender-col label h4:before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: 10px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.gender-col label input {
    position: absolute;
    top: 13px;
    left: 15px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.gender-col input:checked + h4:after ,
.gender-col input:hover + h4:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 17px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #509e2f;
}
.gender-col.has-error label h4:before {
    border: 2px solid #a94442;    
}
.gender-col .form-control-feedback{
    display: none !important;
}


/* Buttons */
.camp-btn{
    color: #fff;
    border-radius: 28px;
    padding: 16px 40px 16px 10px;

    font-size: 20px;
    font-weight: 500;
    
    -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-color: #509e2f;
}
.camp-btn:after{
    position: absolute;
    top: 26px;
    top: calc(50% - 10px);
    right: 25px;
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
}
.camp-btn:hover{
    background-color: #5ab235;
}
.camp-btn:hover:after{
    right: 15px;
}
.camp-btn span.small{
    font-size: 16px;
    font-weight: 400;
}



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

/* Kleuren */
.kleur3{color: #f68818;}
.grijs{color: #999;}



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

.header{
    margin-bottom: 40px;
    background-color: #fff;
}
.header-top{
    padding: 25px 0px 20px;
}
.adv{
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 12px;
    color: #ccc;
}
.adv.groot{
    font-size: 16px;
}
.header .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .flex p{
    padding: 0 15px;
}
.header .flex h2{
    padding-top: 20px;
}
.header .leb-logo{
    width: 200px;
}



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

.content-holder{
    position: relative;
    overflow: hidden;
    padding: 40px 25px;
    border-radius: 15px;
    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%;
}


/* Start page */
#page-start{
    padding: 30px 0 90px;
    
}
#page-start .vrouw-beneden{
    position: absolute;
    bottom: -90px;
    z-index: -1;
    right: -20px;
    width: 460px;
}

/* Luminus modal */
#luminus .modal-content{
    border: none;
    border-radius: 15px;
}
#luminus .modal-body{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#luminus .modal-body p{
    font-size: 16px;
    line-height: 140%;
}


/* Vragen */
.vragen-holder{
    padding: 25px;
    border: 2px solid #64B8BE;
    border-radius: 5px;
    background-color: #f1f9fa;
}
.vraag-nr{
    margin-bottom: 10px;
}
.content-holder .vraag{
    margin-bottom: 30px;
    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: 10px;
    background-color: #fe5815;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .15);
    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: 14px !important;
    font-weight: 500 !important;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.antw-btn:hover{
    background-color: #fe8b27;
}
.antw-btn:hover div p{
    color: #fff;
}


p.gegevens{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 140%;
}
.lijn{
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.form-bg{
    padding: 30px 20px;
    border-radius: 15px;
    background-color: #fe5815;
}
#page-form.content-holder{
    padding: 5px;
}
#page-form .vraag{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
}
#form-stap2 h4{
    line-height: 140%;
}
#form-stap2 h1{
    font-size: 60px;
}
.vrouw-form{
    position: absolute;
    max-width: 400px;
    bottom: -900px;
    left: -35px;
}
/*
.vrouw-form{
    position: webkit-sticky;
    position: sticky;
    max-width: 400px;
    bottom: 0px;
    right: 495px;
}
*/

.content-holder#optin-holder{
    margin-top: 20px;
    padding: 25px;
}
.optin{
    font-size: 12px;
    line-height: 140%;
}
.optin a{
    text-decoration: underline;
}



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

.footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0px;
    background-color: #fff;
}
.footer p{
    font-size: 14px;
    line-height: 1;
}



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

@media only screen and (max-width: 1199px){

    .content-holder {
        padding: 30px 25px;
    }
    
    #page-start h3 {
        font-size: 23px;
    }
    #page-start .vrouw-beneden {
        width: 380px;
    }
    
    .antw-btn{
        width: 130px;
        height: 130px;
    }
    
    .vrouw-form {
        max-width: 360px;
        left: -70px;
        bottom: -955px;
    }

}


@media only screen and (max-width: 991px) {
    
    .header .leb-logo {
        width: 220px;
    }
    
    #page-start h1 {
        font-size: 30px;
    }    
    #page-start h3 {
        font-size: 21px;
    }
    #page-start .vrouw-beneden {
        width: 340px;
    }
    
    .antw-btn {
        width: 115px;
        height: 115px;
    }

    #form-stap2 h4{
        font-size: 16px;
    }
    .vrouw-form {
        max-width: 280px;
        left: -55px;
    }

}


@media only screen and (max-width: 767px) {

    .header {
        margin-bottom: 25px;
    }
    .header .leb-logo {
        width: 200px;
    }
    
    #page-start {
        padding: 10px 0 65px;
    }
    #page-start h1 {
        font-size: 24px;
    }
    #page-start h3 {
        font-size: 18px;
    }
    #page-start .vrouw-beneden {
        bottom: -65px;
        right: -15px;
        width: 300px;
        z-index: 1;
    }

    .content-holder {
        padding: 25px;
    }
    .content-holder .vraag {
        margin-bottom: 20px;
        font-size: 20px;
    }
    p.gegevens{
        font-size: 16px;
    }

    .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;
    }
    .camp-btn span.small{
        font-size: 15px;
    }

}


@media only screen and (max-width: 479px) {

    .header {
        margin-bottom: 10px;
    }
    .header-top {
        padding: 15px 0px;
    }
    .header .flex p{
        padding: 0 10px;
        font-size: 12px;
    }
    .adv{
        position: relative;
        top: 0px;
        margin-top: -10px;
        right: 0;
    }
    .adv.groot{
        font-size: 14px;
    }
    .header .leb-logo {
        width: 160px;
    }
    .logo{
        width: 220px;
    }
    
    .holder-col{
        width: 100%;
    }
    
    #page-start {
        padding: 10px 0 85px;
    }    
    #page-start .vrouw-beneden {
        bottom: -85px;
        right: -5px;
        width: 180px;
    }   
    #page-start h3 {
        font-size: 17px;
    }
    
    .vraag-beantwoord {
        font-size: 14px !important;
    }    

    .content-holder {
        padding: 15px 10px 10px;
    }
    .content-holder .vraag {
        font-size: 18px;
    }
    .antw-btn{
        padding: 10px;
    }
    .antw-btn div:first-child {
        margin-right: 20px;
        width: 70px;
        height: 30px;
    }
    .antw-btn img {
        max-height: 30px;
    }
    .antw-btn p {
        font-size: 16px !important;
    }

    .form-bg {
        padding: 10px;
    }
    .camp-btn{
        padding: 16px 25px 16px 10px;
    }
    .camp-btn:after {
        right: 15px;
    }
    .camp-btn:hover:after {
        right: 10px;
    }
    .camp-btn span.small{
        font-size: 13px;
    }

}