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

html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    font-family: "PT Sans", sans-serif;
    color: #6f6f6e;
    background-color: #fff;
    overflow-x: hidden;
}


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

#success_message, .help-block{ 
    display: none !important;
}
.mar-0{margin-bottom: 0px;}
.mar-10{margin-bottom: 10px;}
.mar-15 {margin-bottom: 15px;}
.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-group{
    margin-bottom: 15px;
}
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.radio label, .checkbox label {
    text-align: left;
    font-size: 14px;
}
div.checkbox label {
    line-height: normal;
}
input[type="radio"] {
    margin: 4px 5px 0;
    margin-top: 1px;
    line-height: normal;
    transform: scale(1.1);
}
.form-horizontal .checkbox{
    padding-top: 0px;
}
.email-checkbox{
    margin-top: 40px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #efefef;
}
.email-checkbox .checkbox{
    margin: 0 auto;
}

.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback{
    right: auto !important;
    left: 5px;
    top: 8px !important;
}
.checkbox i.form-control-feedback{
    left: -10px;
    top: 12px !important;
}

/*
.form-horizontal .radio, .form-horizontal .checkbox {
    left: 10px !important;
}
*/
.form-control{
    height: 48px;
    padding: 10px 12px 8px 40px;
    font-size: 16px;
    color: #69594c;
    background-color: #f3f3f3;
    border-radius: 3px;
}
.form-control.fl_input {
	padding: 20px 12px 4px 40px;
}
.FlowupLabels .fl_label {
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    font-size: 16px;
    color: #69594c;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    transform: none;
    top: 8px;
    font-size: 11px !important;
    color: #bbb;
}
.FlowupLabels .fl_wrap.focused .fl_label{
    top: 6px;
    font-size: 12px !important;
    color: #aaa;
}
label {
    display: block;
    margin-bottom: 0px;
    font-weight: normal;
}


/* Button */
.def-btn{
    color: #fff;
    border-radius: 3px;  
    font-weight: 600;  
}

.antw-btn{
    padding: 20px 10px;
    font-size: 20px;
    background-color: #f9a776;
}
.antw-btn.last{
    margin-bottom: 0px;
}
.antw-btn.active,
.antw-btn:hover{
    background-color: #ff8942;
}
.scroll-btn{
    padding-right: 40px;
    background-color: #95c120;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}
.scroll-btn::after {
    content: "\f062";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.form-btn{
    background-color: #95c120;
    margin-bottom: 25px;
    padding: 20px 10px;
    font-size: 20px;
}


/*==================================================
  Campaign styles
==================================================*/

/* kleur */
.wit{color: #fff !important;}
.zwart{color: #000;}
.groen{color: #95c11f;}

.blauw{color: #144e82;}
.bruin{color: #66554b;}
.oranje{color: #ff8942;}
.rood{color: #c5003e;}



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

/* Header */
.header{
    padding: 30px 0 50px;
    background-color: #fff;
}
.adv{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    color: #ccc;
}
.header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header h2{
    font-size: 26px;
    text-align: right;
    line-height: 100%;
}


.header-beeld{
    height: 379px;
    background: url(../img/achtergrond-wit.jpg) right no-repeat #fff;
}
.header-label {
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    margin-top: -15px;
    padding: 6px 20px;
    background-color: #95c11f;
    width: 120px;
}
#carousel3d{
    min-height: 360px;
}
.cloud9-item{
    opacity: 0.5;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -transition: opacity .2s linear;
}
.cloud9-item img{
    width: 75%;
    height: auto;
}
.front-img{
    opacity: 1;
}
.carousel-label {
    margin-top: -15px
}
.carousel-label h3 {
    font-size: 18px;
}
#carousel-form {
    padding: 0 0 75px;
}

.lijn{
    margin: 40px 0px 25px;
    border-bottom: 2px solid #d5e6a5;
}
.form-holder .lijn {
    margin: 25px 0;
}
.pijl{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 40px;
}
.arrow{
    max-height: 40px;
}

/* Content section */
.pagina-1 .content-section{
    padding: 0px 0px 35px;
}
.content{
    margin-top: 50px;
}
#copy-txt{
    margin-top: -20px;
}
.content h5{
    margin: 0 auto 45px;
    line-height: 150%;
    font-size: 18px;
}
.content h5.bullet{
    position: relative;
    margin: 0 0 10px;
    padding-left: 35px;
    line-height: 150%;
}
.content h5.bullet:last-child{
    margin-bottom: 25px;
}
.content h5.bullet:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #95c11f;
}

.right-col{
    margin-top: -110px;
}
.right-col .toestel-holder{
    position: relative;
    padding-right: 30px;
}
.right-col .toestel-holder h4{
    margin-bottom: 5px;
}
.right-col .toestel-holder h5{
    font-size: 15px;
}

.form-holder{
    padding: 50px 40px;
    border-radius: 6px;
    background-color: #fefefe;
    border: 1px solid #ff8942;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
.inner-border p{
    font-size: 12px;
    line-height: 160%;
}
.vraag {
    padding: 20px 0px;
    border-top: 2px solid #d5e6a5;
}
#vragen-holder h3{
    font-size: 32px;
}

.div-holder{
    padding: 30px 20px;
    margin-top: 15px;
    border-radius: 6px;
    background-color: #95c11f;
    border: 1px solid #95c11f;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);    
}
.div-holder h4{
    font-size: 16px;
}

/* LOADER */
#gegevens-verwerken h4{
    font-size: 22px;
    margin-top: 80px;
    margin-bottom: 30px;
}
#loader{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 26px;
    border-radius: 15px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
}
#layer{
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    #95c11f,
    #95c11f 10px,
    #000000 10px,
    #000000 20px
    );
    width: 0%;
    height: 100%;
    border-radius: 15px;
}
#counter{
    font-size: 18px;
    width: 1%;
    text-align: right;
}

.disclaimer{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.disclaimer h4{
    font-size: 20px;
}

/*
#bedankt-holder{
    margin-top: 80px;
}
*/
.cta{    
    position: absolute;
    z-index: 1;
    top: -25px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 450px;
    height: auto;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #ff8942;
    border-radius: 3px;
}
.cta h3{
    line-height: 120%;
    font-size: 18px;
    margin: 0px auto 2px !important;
    text-transform: uppercase;
}

/* Section 2 */
.section-2 h1 {
    font-size: 50px;
}
h5#content {
    font-size: 18px;
}

.model-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.model-blok {
    margin: 20px;
    background-color: #fff;
    width: 330px;
    
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}
.model-tekst {    
    padding: 20px;
    min-height: 375px;
}

/* Section 3 */
.section-3 {
    margin: 40px 0px;
    padding-top: 60px;
    border-top: 2px solid #d5e6a5;
}
.trustpilot-holder {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    margin: -130px auto 40px;
    
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Slick Prev & Next */
.model-holder .slick-prev,
.model-holder .slick-next {
    background-color: #f9a776!important;
    z-index: 1;
    height: 30px;
    width: 30px;
}
.model-holder .slick-prev:before,
.model-holder .slick-next:before {
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
}
.model-holder .slick-prev:hover:before,
.model-holder .slick-next:hover:before {
    opacity: 1;
    color: #fbfbfb;
}
.model-holder .slick-prev:before {
    content: '\f060';
}
.model-holder .slick-next:before {
    content: '\f061';
}


/*==================================================
  Pagina 2
==================================================*/

.pagina-2 .header{
    padding: 30px 0;
}
.pagina-2 .header .logo{
    margin-bottom: 0px !important
}
.pagina-2 .content-section{
    background: url(../img/achtergrond.jpg) top right no-repeat;
}
.pagina-2 .form-holder{
    position: relative;
    margin-top: 240px;
}



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

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer{
    padding: 20px 0;
}
.footer p{
    line-height: 140%;
    margin: 0px auto 0px;
}
.footer a, .footer a:hover{
    color: #6f6f6e;
    text-decoration: none;
}



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

@media only screen and (max-width: 1199px){
    
    .header-beeld {
        background-position: right -60px center;
        background-size: 1870px;
        height: 369px;
    }
    
    .content {
        margin-top: 30px;
    }
    .content h3 {
        font-size: 22px;
    }
    
    .lijn {
        margin: 25px 0px;
    }
    
    .cta{
        width: 350px;
    }
    
    .inner-border {
        padding: 40px;
    }
    .form-header h4 {
        font-size: 22px;
    }
    
    
    /* pagina 2 */
    .pagina-2 .content-section{
        background-size: 1400px;
    }
    .pagina-2 .form-holder{
        margin-top: 180px;
    }
    
}


@media only screen and (max-width: 991px) {    
    
    .header,
    .pagina-2 .header{
        padding: 20px 0;
    }
    .header .logo{
        margin-top: 0px;
    }
    .header h2 {
        font-size: 22px;
    }
    
    .header-beeld {
        height: 220px;
        background-size: 1500px;
    }
    
    #carousel3d {
        min-height: 230px;
    }
    
    .content h3{
        font-size: 20px;
    }
    .content h2.mar-bot-40{
        margin-bottom: 25px !important;
    }    
    
    .cta {
        width: 300px;
    }
    .form-holder{
/*        padding: 50px 20px 0;*/
        padding: 50px 20px;
    }
    .form-holder h3{
        font-size: 20px
    }
    .form-holder h4.mar-bot-40{
        margin-bottom: 25px !important;
    }
    .vraag {
        padding: 25px 0 30px;
    }
    .antw-btn {
        font-size: 16px;
    }
    .arrow{
        max-height: 30px;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    .header .logo{
        margin: 0 auto 10px;
        width: 180px;
    }
    .header-flex {
        display: block;
    }
    .header h2 {
        font-size: 20px;
        text-align: center;
    }
    .header-label {
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .header-beeld{
        height: auto;
        background: none;
    }
    
    .header-label{
        margin-top: -15px;
    }
    .carousel-body{
        width: 350px;
        margin: 0 auto;
    }
    .carousel-label {
        margin-top: 0px;
    }
    
    .content {
        margin-top: 0px;
        padding: 25px 0px;
    }
    .content h5 {
        margin: 0 auto 25px;
    }
    .content-holder {
        padding: 10px;
    }
    
    .right-col{
        margin-top: 0px;
    }
    .form-holder {
        margin: 0px;
        min-height: auto;
        padding: 30px 20px;
    }
    .form-header h4 {
        font-size: 22px;
    }
    .inner-border{
        min-height: auto;
        padding-bottom: 20px;
    }
    .vraag {
        min-height: 44px; 
    }
    
    .section-2 h1 {
        font-size: 36px;
    }
    
    #gegevens-holder,
    #bedankt-holder{
        margin-top: auto;
    }
/*
    #bedankt-holder h3{
        font-size: 18px;
    }
*/
    .div-holder{
        margin-right: 0px;
    }
    
    .disclaimer h4{
        font-size: 18px;
    }
    .mob-top{
        margin-top: 150px;
    }
    .form-bol{
        margin-top: 170px;
    }
    
    .cta {
        width: 250px;
    }
    .cta h3 {
        font-size: 16px;
    }
    
    .model-holder .slick-prev{
        left: -5px;
    }
    .model-holder .slick-next {
        right: -5px;
    }
    .arrow{
        display: none;
    }
        
}


@media only screen and (max-width: 479px) {
    
    .header,
    .pagina-2 .header{
        padding: 15px 0;
    }
    .adv{
        margin-top: 5px;
    }
    .header .logo{
        width: 150px;
    }
    
    h2{
        font-size: 24px;
    }
    
    .carousel-body{
        width: 280px;
        margin: 0 auto;
    }
    #carousel3d {
        min-height: 190px;
    }
    
    .content-section {
        padding: 0px !important;
    }
    .content {
/*        padding: 15px 0px;*/
        padding: 0px;
    }
    .content h2.mar-bot-40 {
        margin-bottom: 10px !important;
    }
    .content h5 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 160%;
    }
    .content h5.bullet {
        margin-bottom: 5px;
        padding-left: 25px;
        line-height: 140%;
    }
    .content h5.bullet:last-child {
        margin-bottom: 50px;
    }
    .scroll-btn{
        margin-bottom: 15px;
    }
    .content img{
        margin-top: 15px;
    }
    
    .section-2 h1 {
        font-size: 28px;
    }
    
    .form-holder {
        margin: 0px;
    }
    .form-header {
        padding: 10px;
    }
    .form-header h5 {
        font-size: 16px;
        line-height: 140%;
    }	
    .form-control {
		font-size: 16px;
    }
    .FlowupLabels .fl_label {
		font-size: 16px;
    }
    .form-holder .mar-bot-15 {
        margin-bottom: 10px !important;
    }
    .form-header {
        padding: 10px;
    }
    .vraag {
        margin: 15px auto 10px;
        font-size: 14px;
    }
    .vraag-btn {
        padding: 8px;
        font-size: 16px;
    }
    
    
    /* pagina 2 */
    .pagina-2 .content-section{
        background-size: 1000px;
    }
    .pagina-2 .form-holder{
        margin-top: 150px;
    }
    .pagina-2 .form-holder h3.mar-bot-40{
        margin-bottom: 20px !important;
    }
    
    
}
