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

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



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

.form-control {
    border-radius: 0px;
    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;
}
/*
.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: 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: 12px;
}


/* Buttons */
.camp-btn{
    color: #fff;
    border-radius: 10px;
    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-color: #ff7700;
}
.camp-btn:after{
    position: absolute;
    top: 26px;
    top: calc(50% - 10px);
    right: 25px;
    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: 15px;
}
.camp-btn span.small{
    font-size: 16px;
    font-weight: 400;
}



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

/* Kleuren */
.kleur1{color: #6DC8CE;}
.kleur1d{color: #64B8BE;}
.kleur2{color: #92C25C;}
.kleur2d{color: #81b840;}
.kleur3{color: #f68818;}
.grijs{color: #999;}
.blauw{color: #0090e3;}
.kleurbesparing {
    color: #FF7F00;
    margin-bottom: 5px !important;
    font-size: 25px !important;
}



/*==================================================
 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;
}
.header .flex p{
    padding: 0 15px;
}
.header .flex div:nth-child(3){
    width: 50%;
    max-width: 200px;
}
.header .leb-logo{
    width: 300px;
}
.bol-holder{
    display: none;
    position: relative;
    z-index: 1010;
}
.bol{
    position: absolute;
    top: -90px;
    right: 0px;
    width: 150px;
    height: 140px;
    padding: 14px 10px 10px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: pre-line;
    letter-spacing: 1px;
    line-height: 150%;
    border: 3px solid #fff;
    border-radius: 30px;
    /* background-color: #0090e3; */
    background-color: #81b840;
    transform: rotate(8deg);
    -webkit-box-shadow: 10px 10px 25px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 10px 10px 25px 0px rgb(0 0 0 / 10%);
}
.bol span.large{
    font-size: 1.8em;
    line-height: 100%;
}
.bol span.klein{
    font-size: 0.8em;
    line-height: 100%;
}



/*==================================================
 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 40px;
}
#page-start .black-holder{
    padding: 15px 20px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.8);
}
#page-start .vrouw-beneden{
    position: absolute;
    /* top: -25px; */
    bottom: -40px;
    /* bottom: -100px; */
    z-index: -1;
    /* right: 40px; */
    right: -20px;
    width: 460px;
}
#page-start h3{
/*
    display: inline-block;
    padding: 3px 10px;
*/
    font-size: 28px;
    color: #fff;
/*    background-color: #000;*/
}
#page-start h3.regel1{
    margin-left: -40px;
}
#page-start h3.regel2{
    margin-left: 60px;
}
#page-start h3.regel3{
    margin-left: -90px;
}
.koptekst{
    font-size: 30px;
    font-weight: 400;
}
.tekst{
    font-size: 16px;
    line-height: 180%;
}
.border{
    margin: 25px 0px;
    height: 2px;
    background-color: #64B8BE;
}


#googleMaps{
    margin: 35px auto 0;
    width: 400px;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
    border: 5px solid #ffffff;
    -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);
}
#googleMaps > div{
    height: 110% !important;
}


/* 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: #ff7700;
    -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: #1dace4;*/
    background-color: #fe8b27;
}
.antw-btn:hover div p{
    color: #fff;
}


.form-bg{
    padding: 20px;
    border-radius: 5px;
    background-color: #0090e3;
}
#page-form .vraag{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
}
#page-form .form-bg{
    margin-bottom: 30px;
}
#form-stap2 h4{
    line-height: 140%;
}
#form-stap2 h1{
    font-size: 60px;
}
.vrouw-form{
    position: absolute;
    width: 440px;
    bottom: 0;
    right: -35px;
}

.optin{
/*    margin-top: 25px;*/
    font-size: 12px;
    line-height: 140%;
}
.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;
    color: #fff;
    line-height: 140%;
}
.bullets h4:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
/*    color: #0090e3;*/
    color: #81b840;
}
.cta{
    display: none;
}



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

.footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0px;
/*    background-color: rgba(255,255,255,0.75);*/
    background-color: #fff;
}
.footer p{
    font-size: 14px;
    line-height: 1;
}


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


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

    #page-start h3 {
        font-size: 23px;
    }
    #page-start .vrouw-beneden {
        width: 380px;
    }
    
    .antw-btn{
        width: 130px;
        height: 130px;
    }
    
    .vrouw-form {
        width: 410px;
        right: -105px;
    }

}


@media only screen and (max-width: 991px) {
    
    .header .leb-logo {
        width: 240px;
    }
/*
    .bol {
        width: 150px;
        height: 150px;
    }
*/
    
    #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 {
        width: 400px;
        right: -110px;
    }

}


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

    .header {
        margin-bottom: 25px;
    }
    .header .leb-logo {
        width: 250px;
    }
    .bol-holder{
        background-color: #81b840;
    }
    .bol{
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        font-size: 16px;
        white-space: normal;
        transform: rotate(0deg);
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .bol span.large,
    .bol span.klein{
        font-size: 1em;
    }
    
    #page-start {
        padding: 10px 0 65px;
    }
    #page-start h3 {
        font-size: 18px;
    }
    #page-start h3.regel1 {
        max-width: 400px;
        margin-left: -10px;
    }
    #page-start h3.regel2 {
        max-width: 310px;
        margin-left: 30px;
    }
    #page-start h3.regel3 {
        margin-left: -40px;
    }
    #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;
    }
    #googleMaps {
        margin: 20px auto 0;
    }

    .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;
    }

    .kleurbesparing {
        color: #353F40;
        margin-bottom: 20px !important;
        font-size: 22px !important;
        line-height: 120%!important;
    }

}


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

    .hidden-480{
        display: none;
    }
    .visible-480{
        display: block;
    }
    
    
    .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: 220px;
    }
    .logo{
        width: 220px;
    }
    
    
    .bol {
        font-size: 14px;
    }
    
    .holder-col{
        width: 100%;
    }
    #page-start .vrouw-beneden {
        bottom: -65px;
        right: -5px;
        width: 180px;
    }    
    #page-start h3 {
        font-size: 17px;
    }
    
    #page-start h3.regel1 {
        width: 80%;
        width: 240px;
        max-width: 100%;
        margin-left: -15%;
    }
    #page-start h3.regel2 {
        width: 86%;
        width: 260px;
        max-width: 100%;
        margin-left: 10%;
    }
    #page-start h3.regel3 {
        width: 210px;
        max-width: 100%;
        margin-left: -15%;
    }
    
    .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;
    }

}