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

html{
    height: 100%;
}
body{
    position: relative;
/*    padding-bottom: 170px;*/
    min-height: 100%;
    font-family: 'Fira Sans', sans-serif !important;
    color: #333;
}


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

form{
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}

#success_message, .help-block{ 
    display: none !important;
}
.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-group{
    position: relative;
    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;
}
.has-feedback .form-control {
    padding-right: 40px !important;
}
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%);
}


.form-control{
    height: 50px;
    font-size: 16px;
    color: #6d6054;
    border: 1px solid #999;
    border-radius: 10px !important;
}
.form-control.fl_input{
    padding: 20px 15px 6px 20px
}
.FlowupLabels .fl_label {
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
    font-size: 16px;
    color: #666;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 6px;
    transform: translateY(0);
    font-size: 13px !important;
    color: #bbb;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
    font-size: 14px !important;
    color: #999;
}



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

/* Kleur */
.rood{color: #ea333d;}
.grijs{color: #666;}
.blauw{color: #0d578a;}


/* Tekst */
h1,.h1{margin: 0;  position: relative; font-size: 40px;}
h2{font-size: 26px; line-height: 140%; font-weight: 400;}
p{font-size: 16px; line-height: 140%;}
p.sm{font-size: 14px;}
p.xs{font-size: 12px;}


/* Algemeen */
.header{
    position: relative;
    padding: 25px 0px;    
    letter-spacing: 1px;
    background-color: #fff;
}
.header-beeld {
    background-color: #d8293d;
    padding: 70px 0px;
}
.header-beeld img {
    max-width: 600px;
    width: 100%;
}
.header-tekst h3 {
    color: #d8293d;
    padding: 10px;
    background-color: #fff;
    font-size: 25px;
}
.header-tekst h2 {
    font-size: 30px;
}
.header-tekst {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 20px;
}
.header-logo {
    margin-left: 0;
    margin-top: 10px;
}
.adv{
    margin-top: 5px;
    position: absolute;
    z-index: 100;
	right: 5px;
    font-size: 12px;
    color: #bbb;
}


/* Buttons */
.form-btn{
    width: 320px;
    max-width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    border-radius: 30px;
    background-color: #2e9907;
}
.form-btn:after{
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2em;
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.form-btn:hover{
    background-color: #39a413;
}
.form-btn:hover:after{
    right: 15px;
}



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

.title-lines{
    display: flex;
    align-items: center;
}
.title-lines:before,
.title-lines:after{
    content: "";
    flex: 1;
    border-bottom: 2px solid #ea333d;
}
.review-section .title-lines:before{
    margin-right: 40px;
}
.review-section .title-lines:after{
    margin-left: 40px;
}
.trustpilot-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
.trustpilot-holder i{
    color: #00b67a;
}
.trustpilot-holder .underline {
    text-decoration: underline;
}
.trustpilot {
    width: 160px;
}
.bullets{
    margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bullets h6{
    position: relative;
    margin: 15px 10px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}
.bullets h6:before{
    content: "\f2f7";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.1em;
    font-weight: 400;
    color: #ff2725;
    position: absolute;
    top: 0;
    left: 0;
}

.pagina-1 .vragen-holder{
    margin: 0 auto 40px;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #f6f6f6;
}
.pagina-2 .vragen-holder{
    margin: 0 auto 40px;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #ccc;
}
.vraag-holder{
/*    padding: 50px 20px;*/
}

.pagina-1 .content-section h2.koptekst{
    margin: 0 auto 40px;
    width: 700px;
    max-width: 100%;
}
.pagina-1 .content-section h3.koptekst{
    font-size: 28px;
}
.pagina-1 .content-section h3.vraag{
    margin-bottom: 40px;
    font-size: 32px;
}

.antwoorden-holder{
    margin: 0 -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.antw-btn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    
/*    margin: 0 5px 10px;*/
    margin: 0 15px 10px;
    padding: 0px 10px 15px;
    
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    background-color: #fff; 
    
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
    
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease-in-out;    
}

.antw-btn p{
    position: absolute;
    left: 0;
    right: 0; 
    margin-left: auto;
    margin-right: auto;
    
    padding: 15px;
    font-size: 12px !important;
    text-align: center;
    line-height: 120%;
    transition: all 0.2s ease-in-out;
}
#vraag-3 .antw-btn {
    padding: 0px 10px 40px;
}
#vraag-3 .antw-btn p{
    position: absolute;
    left: 0;
    right: 0; 
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    font-size: 35px !important;
    text-align: center;
    line-height: 120%;
    transition: all 0.2s ease-in-out;
}
#vraag-3 .antw-btn .xs {
    font-size: 15px;
}
#vraag-4 .antw-btn p{
    position: absolute;
    left: 0;
    right: 0; 
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    font-size: 15px !important;
    text-align: center;
    line-height: 120%;
    transition: all 0.2s ease-in-out;
}

#vraag-1 .antw-btn p,
#vraag-5 .antw-btn p{
    bottom: 0px;    
}

.antw-btn:hover{
/*    background-color: #fb727d;*/
    background-color: #ea333d;
}
.antw-btn:hover div p,
.antw-btn:hover p{
    color: #fff;
}
.antw-btn:hover:after{
    opacity: 1;
}

.review-holder{
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,.1);
    box-shadow: 4px 4px 20px 0px rgba(0,0,0,.1);
}
.reviews-flex{
    margin: 0 -30px;
    display: flex;
    justify-content: space-between;
}
.reviews-flex .review-holder{
    margin: 0 30px;
    flex: 1;
}
.reviews-flex .review-holder img{
    margin-bottom: 25px;
    width: 140px;
    max-width: 100%;
}
.actie-tekst .tekst-desk {
    font-size: 21px;
}
.actie-tekst .tekst-fb {
    font-size: 16px;
    font-weight: 100;
}

/*==================================================
  Pagina 1a - loader
==================================================*/

.pagina-1a h3{
    margin: 80px auto 10px;
}
.pagina-1a h2.loader{
    margin: 50px auto 100px;
}



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

.pagina-2{
    border-top: 2px solid #ea333d;
    padding-top: 20px;
}
.pagina-2 .cta-text{
    font-size: 14px;
    margin-bottom: 10px;
}
.pagina-2 h5 {
    font-size: 18px;
}
.pagina-2 .bullets{
    margin-bottom: 50px;
}



/*==================================================
  Pagina 3
==================================================*/





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

.footer{
/*
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
*/
    margin-top: 50px;
    padding: 50px 0 40px;
    background-color: #ece9e8;
}
.footer p{
    margin: 0 auto;
    width: 560px;
    max-width: 100%;
    font-size: 14px;
}
.footer p:last-child{
    margin: 0px auto 20px;
    font-size: 12px;
    color: #b3b3b3;
}



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

@media only screen and (max-width: 1199px){
    
    .header-tekst h2 {
        font-size: 21px;
    }
    .header-tekst h3 {
        font-size: 20px;
    }
    
}


@media only screen and (max-width: 991px) {
        
    .antw-btn{
        margin: 0 5px 10px;
        width: 120px;
        height: 120px;
    }
    #vraag-2 .antw-btn {
        width: 140px;
    }
    .reviews-flex {
        margin: 0 -10px;
    }
    .reviews-flex .review-holder {
        margin: 0 10px;
    }
    .header-beeld img {
        min-width: 360px;
    }
}


@media only screen and (max-width: 767px) {
    
    h1, .h1 {
        font-size: 26px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    
    .header{
        padding: 15px 0;
    }
    .header-logo{
        width: 125px;
        margin: 0 auto;
    }
    
    .header-beeld{
        margin-bottom: 25px;
        padding: 50px 0px;
    }
    .header-beeld img {
        min-width: auto;
        width: 440px;
    }
    .header-tekst {
        width: auto;
        padding: 0px 50px;
        margin: auto;
    }
    .header-tekst h2 {
        margin-bottom: 20px;
    }
    .pagina-2 .content-section h1 {
        font-size: 35px;
    }
    h2.mar-bot-50{
        margin-bottom: 30px !important;
    }
    
    .vragen-holder {
        margin: 0 auto 30px;
        padding: 30px 15px;
    }
    .pagina-1 .content-section h3.vraag {
        font-size: 24px;
    }
    
    .antwoorden-holder {
        margin: 0;
    }
    #vraag-2 .antw-btn {
        width: 100%;
    }
    .antw-btn{
        flex-direction: row;
        justify-content: left;
        align-items: center;
        width: 100%;
        height: auto;
/*        padding: 15px 10px 10px;*/
        padding: 15px 60px 15px 10px;
    }
    .antw-btn:after{
        content: "\f138";
        font-family: "Font Awesome 5 Pro";
        font-size: 24px;
        font-weight: 300;
        color: #ea333d;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .antw-btn:hover:after{
        color: #fff;
    }
    .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;
        padding: 0;
        font-size: 17px !important;
        line-height: 100%;
    }
    #vraag-3 .antw-btn p {
        font-size: 25px !important;
        top: 25px;
    }
    .antw-btn img{
        max-height: 40px;
    }
    
    .reviews-flex{
        flex-wrap: wrap;
    }
    .reviews-flex .review-holder {
        width: 100%;
        flex: auto;
    }
    .reviews-flex .review-holder:not(:last-child) {
        margin-bottom: 30px;
    }
    
}


@media only screen and (max-width: 479px) {
    
    h1{
        font-size: 24px;
    }
    .h1 {
        font-size: 22px;
    }
    h2, h3{
        font-size: 16px;
    }
    
    .pagina-1 .content-section h2.koptekst {
        margin-bottom: 20px;
    }
    .pagina-1 .content-section h3.vraag {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .header-beeld img {
        width: 100%;
    }
    .header-tekst h2 {
        font-size: 21px;
    }
    .antw-btn {
        padding: 15px 40px 15px 10px;
    }
    .antw-btn:after{
        right: 10px;
        font-size: 18px;
    }
    .antw-btn div:first-child {
        margin-right: 10px;
        width: 70px;
        height: 30px;
    }
    .antw-btn img {
        max-height: 30px;
    }
    .antw-btn p {
        font-size: 16px !important;
    }
    
}