/*==================================================
 Main
==================================================*/

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 70px;
	min-height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    overflow-x: hidden;
}



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

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 15px;
}
.has-feedback .form-control {
    padding-right: 5px !important;
}
i.form-control-feedback{
    right: 5px !important;
    top: 9px !important;
}
select~ i.form-control-feedback{
    right: 10px !important;
}
.radio-inline~ i.form-control-feedback{
    top: 3px !important;
    right: 8px !important;
}
.checkbox-inline~ i.form-control-feedback{
    top: 0px !important;
    right: 8px !important;
}
.form-control{
    height: 50px;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 11px 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}
.form-control.fl_input{
    padding: 16px 12px 4px 10px;
}
.FlowupLabels .fl_label {
    top: 15px;
    font-size: 16px;
    color: #919191;    
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 5px;
    font-size: 14px !important;
    color: #ccc;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
    font-size: 14px !important;
    color: #999;
}

.has-feedback .checkbox label~.form-control-feedback {
    top: 22px !important;
    left: -1px;
}
.form-horizontal .has-error .checkbox{
    border: 1px solid #a94442;
}
label.radio-inline,
label.checkbox-inline{
    font-size: 16px;
    color: #000;
}


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




/* Buttons */
.def-btn{
    padding: 18px 40px 18px 20px;
	color: #fff;
    font-size: 20px;
	font-weight: 700;
    border-radius: 5px;
    background-color: #f49722;
    background-color: #32b51a;
    line-height: 140%;
}
.def-btn:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.8em;
}
.def-btn:hover{
	background-color: #feaa40;
	background-color: #4dcf36;
}
.def-btn:hover:after{
	right: 20px;
}
#ButtonContact{
	margin-top:20px;
}
.form-section .terug-btn{
    margin: 20px 0px !important;
}
.terug-btn{
    margin-top: 70px;
}


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

/* Tekst */
p{
    font-size: 16px;
    line-height: 140%;
}
p.small{
    font-size: 14px;
}

/* Kleuren */
.blauw{color: #00a6d6;}
.lichtblauw {color: #0078ff;}
.oranje{color: #ffa000;}
.groen{color: #9ab306;}
.geel{color: #ffb400;}
.grijs{color: #666666;}

.text-shadow{
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}



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

header{
    position: relative;
    padding: 20px 0px;
    background-color: #fff;
}
header .adv {
    position: absolute;
    right: 5px;
    top: -15px;
    font-size: 12px;
    color: #999;
}
header .adv.groot {
    font-size: 16px;
}

header .logo{
    width: 300px;
    padding-bottom: 15px;
}

header .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
header .flex .flex div:not(:last-child){
    margin-right: 20px;
}
header .flex .flex p{
    font-size: 12px;
}
header .bisschop{
    margin-bottom: -20px;
    margin-right: 83px;
}
header .bekend-tv{
    width: 100px;
}
header .priester{
    margin-top: 13px;
    width: 155px;
}
header .vrouw{
    width: 78px;
}


/*==================================================
 Sections
==================================================*/

section.form-section{
    padding-top: 55px;
    background: url("../img/achtergrond.jpg") top center no-repeat #00AA89;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.form-section .left-col{
    padding-top: 25px;
    padding-bottom: 55px;
}
section.form-section ul{
    list-style: none;
    padding: 0px;
}
section.form-section ul li{
    padding-left: 45px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
section.form-section ul li:last-of-type{
    margin-bottom: 25px;
}
section.form-section ul li::before{
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #fff;
    color: rgb(150,178,7);
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 1;
    text-shadow: none;
}
section.form-section h4.bullet{
    position: relative;
    margin-bottom: 45px;
    min-height: 38px;
    padding-left: 45px;
    font-size: 16px;
}
section.form-section h4.bullet img{
    position: absolute;
    top: -2px;
    left: 0px;
}
section.form-section .huiseigenaren{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(90deg, #0078ff -0.11%, #00dcff 100.02%);
    padding: 8px;
    border-radius: 40px;
    margin-bottom: 25px;
}
section.form-section .huiseigenaren .cijfer{
    margin-right: 15px;
    padding: 10px 20px;
    font-weight: 700;
    letter-spacing: 20px;
    border-radius: 40px;
    background-color: #fff;
}
section.form-section .form-holder{
    position: relative;
    margin-bottom: -20px;
    padding: 40px 20px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2); 
    box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2);
}
section.form-section .speciaal-label{
    position: absolute;
    top: 75px;
    left: -140px;
    width: 140px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(90deg, #0078ff -0.11%, #00dcff 100.02%);
}
section.form-section .form-holder h3{
    font-size: 20px;
}
section.form-section .form-holder .border{
    position: relative;
    margin: 20px auto 20px;
    height: 1px;
    background-color: #00AA89;
}
section.form-section .form-holder #vve-link{
    cursor: pointer;
}


section:not(.form-section){
    padding: 120px 0px 50px;
}


section.review-section h1{
    margin-bottom: 80px;
}
section.review-section .review-holder{
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2); 
    box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2);
}
section.review-section .review-holder .naam{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 100%;
}
section.review-section .review-holder .plaats{
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
}
section.review-section .review-holder .tekst{
    font-size: 12px;
    font-weight: 300;
    min-height: 135px;
}
section.review-section .review-holder .review-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    min-height: 60px;
}
section.review-section .review-holder .score{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


section.stappen-section{
    background-color: #fff;
}
section.stappen-section .nummer{
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 700;
}
section.stappen-section .nummer:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f49722;
}
section.stappen-section .stap-holder{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2); 
    box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2);
}
section.stappen-section .stap-holder img{
    border-radius: 5px 5px 0 0;
}
section.stappen-section .stap-holder p{
    min-height: 128px;
    padding: 20px;
}


section.info-section{
    background-color: #f9f8f8;
}
section.info-section h1{
    margin-bottom: 80px;
}
section.info-section img{
    margin-top: 50px;
}

section ul li{
    font-size: 16px;
    line-height: 200%;
}


.waarom {
    font-size: 12px !important;
    color: #555555;
}

#bedankt-geschikt p,
#bedankt-onbekend p,
#bedankt-ongeschikt p{
    line-height: 140%;
}

/* Bedank pagina - nieuwsbrief optin */
.bedankt-nieuwsbrief{
    margin-top: 30px;
}
.bedankt-nieuwsbrief .checkbox{
    padding: 15px;
    background-color: #efefef;
    border-radius: 5px;
    margin: 0 auto;
    width: 80%;
}
.bedankt-nieuwsbrief .checkbox label {
    padding-left: 30px;
    font-size: 14px;
}
.bedankt-nieuwsbrief .checkbox label::after {
    content: '';
    display: table;
    clear: both;
}
.bedankt-nieuwsbrief .checkbox .cr {
    position: absolute;
    margin-top: 3px;
    left: 15px;
    display: inline-block;
    border: 2px solid #999;
    background-color: #fff;
    width: 16px;
    height: 16px;
    margin-right: .5em;
}
.bedankt-nieuwsbrief .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 50%;
    left: 10%;
    color: #1dace4;
}
.bedankt-nieuwsbrief .checkbox label input[type="checkbox"] {
    margin-left: -30px;
    opacity: 0;
}
.bedankt-nieuwsbrief .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}
.bedankt-nieuwsbrief .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}
.bedankt-nieuwsbrief .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}


/* Modal - Helaas */
#helaas .modal-header{
    padding: 0px;
    border: none;
}
#helaas .close{
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    z-index: 999;
}
#helaas 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;
}


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

.plekken-holder {
/*    background: linear-gradient(90deg, #0078ff -0.11%, #00dcff 100.02%);*/
    background: linear-gradient(90deg, #ffa000 -0.11%, #ff6500 100.02%);
    padding: 10px;
    border-radius: 20px;
    color: #fff;
}

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

.footer{
    position: absolute;
    color: #404040;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0px;
    background-color: #fff;
/*    background-color: rgba(255,255,255,0.7);*/
    z-index: 150;
}
.voorwaarden-col{	
	font-size: 14px;
	font-weight: 300;
}
.voorwaarden-col a,
.voorwaarden-col a:hover{
	color: #666;
    text-decoration: underline;
}



/*==================================================
 Media queries
==================================================*/

@media only screen and (max-width: 1199px){    
    
    header .flex .left-col,
    header .flex .right-col{
        min-width: 100%;
    }
    
    h1{font-size: 30px;}
    
    section:not(.form-section) {
        padding: 100px 0px 120px;
    }
    
    section.form-section .left-col {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    section.form-section h4.bullet {
        margin-bottom: 30px;
        min-height: 57px;
    }
    section.form-section .speciaal-label {
        top: 45px;
        left: -95px;
        width: 95px;
        padding: 5px;
        font-size: 11px;
    }
    section.stappen-section .stap-holder p {
        min-height: 150px;
    }
    
}


@media only screen and (max-width: 991px) { 
    
    section:not(.form-section) {
        padding: 80px 0px 40px;
    }
    
    section.form-section{
        padding-top: 0px;
    }
    section.form-section h4.bullet {
        margin-bottom: 30px;
        min-height: 0;
    }
    section.form-section h4.bullet img {
        top: -6px;
    }
    
    section.review-section .review-holder {
        margin-bottom: 25px;
    }
    section.review-section .review-holder .tekst {
        margin-bottom: 20px;
        min-height: 0px;
    }
    
    .speciaal-label-xs{
        padding: 10px 12px;
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        border-radius: 10px;
        background: linear-gradient(90deg, #ffa000 -0.11%, #ff6500 100.02%);
        margin-top: 20px;
}
    
    section.stappen-section h1{
        text-align: center;
    }
    section.stappen-section .nummer {
        display: inline-block;
        margin-left: 35px;
    }
    section.stappen-section .stap-holder {
        width: 260px;
        max-width: 100%;
        margin: 0 auto 25px;
    }

    .terug-btn{
        margin-top: 40px;
    }

}


@media only screen and (max-width: 767px) {
    
    h1{font-size: 24px;}
    
    header .flex {
        flex-wrap: nowrap;
    }

    .terug-btn{
        margin-top: 30px;
    }
    
    section:not(.form-section) {
        padding: 60px 0px 30px;
    }
    
    section.form-section .left-col{
        padding-bottom: 0px;
    }
    
    section.form-section p.mar-bot-40{
        margin-bottom: 20px !important;
    }
    section.form-section h4.bullet {
        margin-bottom: 20px;
        font-size: 16px;
    }
    
    section.stappen-section .nummer {
        display: block;
        margin-left: 0px;
        padding: 0px;
        text-align: center;
    }
    section.stappen-section .nummer:before {
        display: none;
    }
    section.stappen-section .stap-holder {
        width: 260px;
        max-width: 100%;
        margin: 0 auto 25px;
    }
    
    section.info-section img {
        width: 250px;
    }
    header .logo {
        width: 240px;
    }
    
}

@media only screen and (max-width: 479px) {
    
    h1,
    section.form-section h1{
        font-size: 20px;
    }
    h2{
        margin-bottom: 15px !important;
        font-size: 18px;
    }
    
    section:not(.form-section) {
        padding: 50px 0px;
    }
    
    
}