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

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


input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



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

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 15px;
/*    padding: 0px 75px;*/
}
.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: 12px !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;
    top: 12px !important;
}
.col-pad-10 select~ i.form-control-feedback.glyphicon.glyphicon-refresh,
.col-pad-10 select~ i.form-control-feedback.glyphicon.glyphicon-remove,
.col-pad-10 select~ i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 15px !important;
}
.gender.has-feedback.has-success,
.gender.has-feedback.has-error{
    padding-left: 30px;
}
.gender i.form-control-feedback.glyphicon.glyphicon-remove, 
.gender i.form-control-feedback.glyphicon.glyphicon-ok{
    top: 0px !important;
    left: 0 !important;
}
.form-control{
    height: 58px;
    border: none;
    border-radius: 5px;
    padding: 11px 10px;
    background-color: #fff;
    font-size: 18px;
    line-height: 20px;
    color: #666;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.form-control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.has-success .form-control,
.has-error .form-control{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.form-control.fl_input{
    padding: 16px 12px 4px 10px;
}
.FlowupLabels .fl_label {
    top: 17px;
    font-size: 18px;
    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;
}

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


/* Buttons */
.def-btn{
    padding: 17px 20px;
	color: #fff;
    font-size: 24px;
	font-weight: 700;
    border-radius: 30px;
    background-color: #f79322;
    cursor: pointer;
    width: 50%
}
.def-btn:after{
    position: absolute;
    top: 18px;
    right: 30px;
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
}
.def-btn:hover{
	background-color: #e65c00;
}
.def-btn:hover:after{
	right: 25px;
}
.bereken-btn{
    background-color: #43b02a;
}
.bereken-btn:hover{
    background-color: #54c53a;
}
.mini{
    font-size: 12px;
}


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

/* Kleuren */
.groen{color: #71A115;}
.blauw{color: #131844;}
.oranje{color: #FD9208;}
.grijs{color: #797979;}
.donkerblauw{color: #0090e3;}


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

.pagina-1{
    position: relative;
    z-index: 100;
}

.native-logo{
    margin-top: -15px;
    margin-bottom: 5px;
}

/* Header */
.header{
    position: relative;
    padding: 25px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    background-color: #f2f2f2;
}
.header .adv {
    position: absolute;
    right: 5px;
    top: -15px;
    font-size: 12px;
}
.headerflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .flex h5{
    margin-left: 10px;
}
.pagina-1 .header .logo{
    margin-top: 12px;
}
.pagina-1 .header h3{
    white-space: pre-wrap;
}

.section-1{
    padding-top: 30px;
    height: 790px;
    background: url("../img/achtergrond-beeld.jpg") center -120px no-repeat;
}
.content-holder{
    margin-bottom: 80px;
    padding: 60px 40px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.loader{
    margin-bottom: 60px;
    padding: 60px 65px 35px 70px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.loader-header{
    margin-bottom: 10px;
}
.answers-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.answer-holder{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
    padding: 5px 10px 10px;
    
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 10;    
    transition: all 0.2s ease-in-out;
}
.answer-holder div:first-child{
    padding-bottom: 5px;
}
.answer-holder div:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.answer-holder:hover{
    border-color: #f79322;
    background-color: #fff;
}
.icon-text{
    color: #131844;
}

/* Producten */
.top-holder{
    padding: 40px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(255,255,255,0.9);
}
.producten-holder{
    background-color: rgba(255,255,255,0.9);
}
.bottom-holder{
    padding: 70px 40px 40px;
    border-radius: 0px 0px 10px 10px;
    background-color: rgba(255,255,255,0.9);
}
.producten{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: stretch;
    column-gap: 1px;
}
.product{
    display: block;
    background-color: #fff;
    padding: 15px;
    flex-grow: 5;
    flex-shrink: 1;
    flex-basis: 0%;
}
.product p{
    min-height: 33.59px;
}
.producten-img{
    position: relative;
}
.bol{
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: #f79322;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    padding: 10px 12px;
}
.deurbol{
    top: 70px;
    left: auto;
    background: -webkit-linear-gradient(left,#e4190e 0,#f9b402 100%);
    font-weight: 300;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    height: 120px;
    width: 120px;
    border-radius: 60px;
    padding: 30px 12px;
}
.twvbol{
    top: 125px;
    left: 94px;
    background: -webkit-linear-gradient(bottom,#195181 0,#528cc2 100%);
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    height: 65px;
    width: 65px;
    border-radius: 35px 0px 35px 35px;
    padding: 15px 5px;
}
.twvbol .groot{
    font-size: 18px;
    line-height: 70%;
}
.deurbel{
    padding-left: 20px;
}

/* Form */
.form-header p{
    margin: 15px auto 30px;
    white-space: pre-line;
}
.form-header img{
    margin: 20px auto 15px;
}
.form-body p{
    font-size: 16px;
    line-height: 140%;
}
.form-body .bellen{
    font-size: 12px;
}
.form-horizontal .checkbox{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
p.optin{
    font-size: 14px !important;
    color: #666;
}


#bedankt-holder p{
    line-height: 140%;
}


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

.section-2{
    padding-top: 40px;
}

#logo-holder .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#review-holder .flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
#review-holder .flex h5{
    margin-left: 10px;
}



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

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



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

@media only screen and (max-width: 1199px){    
    
    .pagina-1 .header h3{
        padding-left: 20px;
        white-space: normal;
    }
    .pagina-1 .native-logo{
        margin-top: -5px;
        margin-bottom: 10px;
    }
    .form-btn {
        font-size: 20px;
    }
    
}

@media only screen and (max-width: 991px) {
    
    .pagina-1 .header h3 {
        margin-top: 4px;
        font-size: 20px;
    }    
    .pagina-1 .answer-holder {
        margin: 0 5px 15px;
    }
    
    .pagina-1 .form-header h3 {
        font-size: 20px;
    }
    .pagina-1 .form-header p {
        margin: 15px 0 20px;
        font-size: 15px;
        white-space: normal;
    }
    
    .pagina-1 .native-logo{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .product h4{
        font-size: 13px;
    }
    .product p{
        font-size: 12px;
    }
    .bol{
        top: 10px;
        left: -10px;
        font-size: 14px;
        height: 30px;
        width: 30px;
        padding: 6px;
    }
    .deurbol{
        height: 90px;
        width: 90px;
        font-size: 12px;
        padding: 20px 5px;
        top: 50px;
    }
    .twvbol{
        font-size: 10px;
        height: 45px;
        width: 45px;
        padding: 6px 2px;
        top: 100px;
        left: 66px;
    }
    .twvbol .groot{
        font-size: 14px;
    }
    .def-btn:after{
        right: 15px;
    }
    .def-btn:hover:after{
        right: 12px;
    }
}

@media only screen and (max-width: 767px) {
    
    .pagina-1 .header h3{
        margin-top: 10px;
        font-size: 16px;
        text-align: center !important;
    }
    .headerflex{
        display: block;
    }
    .pagina-1 .section-1 {
        padding-top: 20px;
    }
    .pagina-1 .content-holder{        
		margin: 0 auto 100px;
		width: 100%;		
    }
    .pagina-1 .answer-holder{ 
        margin-bottom: 15px;
		padding: 5px;
        height: 56px;
		width: 230px;
        
        flex-direction: row;
        justify-content: flex-start;
	}
    .pagina-1 .answer-holder div:first-child{ 
        padding-right: 15px;
        padding-bottom: 0px;
	}
    .pagina-1 .icons{
		width: 50px;
	}
    .pagina-1 .answer-holder div:last-child {
        padding-top: 0px;
        height: auto;
    }
    .pagina-1 .answer-holder div:last-child p {
        font-size: 16px;
    }
    .pagina-1 #vraag-3 .answer-holder,
    .pagina-1 #vraag-4 .answer-holder,
    .pagina-1 #vraag-5 .answer-holder{
        justify-content: center;
    }
    #review-holder h3,
    #producten-holder h3{
        font-size: 14px;
    }
    .top-holder{
        padding: 20px;
    }
    .producten-holder{
        border-radius: 0px 0px 10px 10px;
    }
    .bottom-holder-mob .bereken-btn{
        width: 100%;
        font-size: 20px;
    }
    .bol{
        top: 20px;
        left: calc(50% - 100px);
        font-size: 16px;
        height: 40px;
        width: 40px;
        padding: 10px;
    }
    .producten{
        display: block;
        text-align: center;
    }
    .product{
        border-bottom: 1px solid #ededed;
        padding: 30px 15px;
    }
    .bol-mob:after{
        position: absolute;
        content: '\f063';
        font-family: "Font Awesome 5 Pro";
        height: 40px;
        width: 40px;
        font-size: 16px;
        background-color: #2a6294;
        color: #fff;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 10px;
        border-radius: 25px;
        padding: 10px 12px;
    }
    .product h4{
        font-size: 18px;
    }
    .product p{
        font-size: 14px;
    }
    .bottom-holder-mob{
        position: -webkit-sticky;
        position: sticky;
        padding: 20px 10px;
        margin: 0px -20px;
        bottom: 0;
        background-color: #ececec;
    }
    .product:last-of-type{
        border-bottom: none;
    }
    .deurbol,
    .twvbol{
        position: relative;
        top: 0;
        left: auto;
        border-radius: 0;
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 5px;
    }
    .form-btn{
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    
    .pagina-1 .header {
        padding: 0px 0px 10px;
    }
    .pagina-1 .header h3{
        font-size: 14px;
    }
    .pagina-1 .adv {
        top: -15px;
    }
    .pagina-1 .header .logo {
        width: 150px;
    }
    .pagina-1 .section-1 {
        padding-top: 10px;
    }
    .pagina-1 .content-holder {
        padding: 40px 20px;
    }
    .pagina-1 .content-holder h3 {
        font-size: 18px;
    }
    .pagina-1 .form-header h3 {
        font-size: 18px;
    }
    .form-horizontal .form-group {
        margin-bottom: 15px;
    }
    .pagina-1 h4.optin{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .bottom-holder-mob{
        margin: 0px -10px;
        padding: 10px;
    }
    .loader {
        padding: 35px 60px;
    }
    .loader h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
}