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

html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    padding-bottom: 160px;
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #393939;
    background-color: #eee;
}


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

.form-control {
    border-radius: 10px;
    border-color: #bbb;
    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);
}
select.form-control{
    border: 2px solid #509e2f;
    border-radius: 25px;
}
.FlowupLabels .fl_label {
/*    top: 15px;*/
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #495057;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 6px;
    transform: translateY(0);
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
    transform: translateY(0);
}
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: 20px;
}


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

    font-size: 20px;
    font-weight: 600;
    
    -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;*/
    background-color: #FE5815;
}
.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;*/
    background-color: #fe7139;
}
.camp-btn:hover:after{
    right: 15px;
}
.camp-btn span.small{
    font-size: 16px;
    font-weight: 400;
}



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

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



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

.header{
    margin-bottom: 40px;
    padding: 18px 0px 20px;
    background-color: #fff;
    box-shadow: 0 3px 15px 3px hsla(0, 0%, 61.2%, .2);
}
.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: center;
}
.header .flex p{
    padding: 0 15px;
}
.header .flex h2{
    padding-top: 20px;
}
.header .logo-esv{
    width: 250px;
}
.header .logo{
    width: 150px;
}



/*==================================================
 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);
*/
    box-shadow: 0 0 8px 5px rgba(57, 57, 57, .08);
}
.content-holder h3{
    line-height: 140%;
}


/* Start page */
#page-start{
    padding: 50px 0 90px;
}
#page-start h3 {
    font-size: 20px;
}
#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;
    font-size: 14px;
    text-transform: uppercase;
}
.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: 20px;
    background-color: #509e2f;
/*
    -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);
*/
    box-shadow: 2px 2px 5px 3px rgba(57, 57, 57, .08);
    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: #5ab235;
}
.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 #bbb;
    margin-bottom: 20px;
}
.form-bg{
    padding: 30px 20px;
    border-radius: 15px;
/*    background-color: #fe5815;*/
    background-color: #eee;
}
#page-form.content-holder{
/*    padding: 5px;*/
    padding: 30px 20px;
}
#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;
    top: 130px;
/*    bottom: -820px;*/
    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;
}
.footer a{
    color: #393939 !important;
}



/*==================================================
 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;
        top: 180px;
        left: -70px;
    }

}


@media only screen and (max-width: 991px) {
    
    #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;
        top: 290px;
        left: -55px;
    }

}


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

    .header {
        margin-bottom: 25px;
    }
    
    #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;
        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;
    }
    
    .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;
    }

}