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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    background-color: #fff;
}
.advertorial{
    position: absolute;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}


/*==================================================
  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;
/*    height: 50px;*/
/*
    width: 90%;
    float: left;
*/
}
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{
    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;
/*    border: 2px solid #bfc000;*/
/*    border-radius: 24px;*/
    border-radius: 3px;
}
#form-geboortedatum .form-control {
    padding-left: 10px;
}
#form-geboortedatum i.form-control-feedback{
    display: none !important;
}
#form-geboortedatum .has-error .form-control {
    background-color: #ffecec;
}
.form-control.fl_input {
	padding: 20px 12px 4px 20px;
}
.FlowupLabels .fl_label {
    top: 14px;
    left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 8px;
    font-size: 11px !important;
    color: #bbb;
}
.FlowupLabels .fl_wrap.focused .fl_label{
    top: 6px;
    font-size: 12px !important;
    color: #aaa;
}
select {
    box-shadow: none;
    border: medium none;
    outline: medium none;
    display: inline-block;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
label {
    display: block;
    margin-bottom: 0px;
    font-weight: normal;
}
label.selectlabel::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";    
    font-size: 24px;
    color: #c5003e;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 30px;
    pointer-events: none;
}
#form-geboortejaar .has-success select.form-control{
    background-color: #d9ecda;
}
#form-geboortejaar .has-success .form-control-feedback{
    display: none;
}


/* #Button */
.antw-btn{
    margin-bottom: 15px;
    padding: 15px 10px;
    font-size: 22px;
    color: #fff;
    border-radius: 25px;
    background-color: #41b821;
}
.antw-btn.last{
    margin-bottom: 0px;
}
.antw-btn:hover{
    color: #fff;
    background-color: #49ce25;
}
.scroll-btn{
    margin-top: 25px;
    margin-left: 0px;
    max-width: 423px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    background-color: #b30142;
}
.scroll-btn:hover{
    background-color: #e60155;
}

.form-btn{
    position: relative;
    margin: 0 auto;
    width: 80%;    
    padding: 11px 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #41b821;
    border-radius: 25px;
    
    -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::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 12px;
    right: 50px;
    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:hover{
    background-color: #49ce25;
    cursor: pointer;
}
.form-btn:hover:after{
    right: 25px;
}

.disclaimer-holder{
    position: absolute;
    min-width: 100%;
    margin-top: 700px;
}
.click {
    background-color: #008540;
    padding: 5px;
    cursor: pointer;
}
.disclaimer-dropdown {
    padding: 0px 10px;
    border: 3px solid #008540;
    background-color: #f0f0f0;
}
.disclaimer-dropdown h5{
    margin: 15px auto;
    line-height: 200%;
}


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

/* kleur */
.wit{color: #fff !important;}
.zwart{color: #000;}
.blauw{color: #144e82;}
.bruin{color: #66554b;}
.oranje{color: #f39325;}
.rood{color: #c5003e;}

/* Fonts */
.nunito{
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: -1px;
}



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

/* Header */
.header{
    padding: 30px;
/*    background: -webkit-linear-gradient(left,#b40142 0,#640d51 100%);*/
    background-color: #fff;
}
.header .logo{
    height: 46px;
}
.header p{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    text-align: right;
    color: #ccc;
}
.header h3{
    margin-top: 10px;
    line-height: 120%;
    text-align: right;
}


.header-beeld{
    position: absolute;
    width: 100%;
    height: 290px;
    background-color: #e0dada;
    background-image: url(../img/achtergrond.jpg);
    background-size: 1920px;
    background-repeat: no-repeat;
}

/* Content section */
.content-section{
    margin-top: 40px;
    padding: 0px 0px 35px;
}
.content{
    padding: 25px 10px 0px 40px;
}
.content h5{
    margin: 0 auto 25px;
    line-height: 200%;
}
.content h5.bullet{
    position: relative;
    margin: 0 0 10px;
    padding-left: 30px;
    line-height: 150%;
    font-weight: 600;
}
.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: #c5003e;
    font-weight: 400;
}
.content img{
    margin-top: 25px;
    border-radius: 6px;
}

#text-column{
    margin-top: 260px;
}

.right-col{
    margin-top: 110px;
}

#loader-holder{
    padding: 30px 0px;
}

.form-holder{
    position: absolute;
    z-index: 100;
    margin-top: 80px;
    min-width: 100%;
}
#vragen-holder.form-holder,
#form-holder.form-holder{
    border-radius: 6px;
    background-color: #fefefe;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    border: 1px solid #eee;    
}
.inner-border p{
    font-size: 12px;
    line-height: 160%;
}
#bedankt-holder{
    padding: 100px 55px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25); 
    font-size: 20px;
    line-height: 160%;
}

.form-header{
    position: relative;
    margin-bottom: 0px;
    padding: 30px 70px 5px;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
}
.form-header h3{
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 140%;
}
.form-header h3#hearing{
    font-size: 24px;
}
.inner-border{
    min-height: 393px;
    padding: 25px 40px;
    border-radius: 0 0 6px 6px;
    background-color: #eee;
}
.vraag{
    margin-bottom: 25px;
    min-height: 50px;
    line-height: 140%;
    text-align: center;
    font-size: 18px;
}
.disclaimer{
    padding: 30px 20px;
}
.div-holder{
    margin-top: 15px;
    margin-right: 30px;
    border-radius: 6px;
    background-color: #fefefe;
    border: 1px solid #eee;
    -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);    
}

.progress-bar{
    height: 24px;
    width: 100%;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;    
}
.progress-kwart{
    height: 24px;
    width: 25%;
    color: #fff;
    border-radius: 12px;
    background-color: #c5003e;
}
.progress-kwart p,
.progress-helft p,
.progress-3-kwart p,
.progress-vol p{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.progress-helft{
    height: 24px;
    width: 50%;
    color: #fff;
    border-radius: 12px;
    background-color: #c5003e;
}
.progress-3-kwart{
    height: 24px;
    width: 75%;
    color: #fff;
    border-radius: 12px;
    background-color: #c5003e;
}
.progress-vol{
    height: 24px;
    width: 100%;
    color: #fff;
    border-radius: 12px;
    background-color: #c5003e;
}

.device-holder{
    max-height: 258px;
}
.description{
    position: relative;
    z-index: 4;
    text-align: center;
    top: 190px;
    left: -214px;
    font-size: 12px;
    font-weight: 600;
}
.pijl{
    position: relative;
    z-index: 3;
    top: 79px;
    left: -181px;
}
.device{
    position: relative;
    z-index: 2;
    top: -190px;
    left: -102px;
}

/* Bol */
.rode-bol{
    position: relative;
    z-index: 0;
    top: -368px;
    left: 280px;
    width: 175px;
    height: 175px;
    padding: 30px 10px 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    line-height: 150%;
    font-weight: 600;
    font-size: 18px;
    border-radius: 50%;
    background-color: #b30142;
}

.oranje-bol{
    position: relative;
    z-index: 1;
    top: -443px;
    left: 165px;
    width: 150px;
    height: 150px;
    padding: 40px 10px 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    line-height: 125%;
    font-weight: 600;
    font-size: 25px;
    border-radius: 50%;
    background-color: #e55937;
}


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

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer p{
    color: #000;
    line-height: 140%;
    border-top: 1px solid #c5003e;
    padding-top: 20px;
    margin: 20px auto 15px;
}
.footer p:last-child{
    margin: 0px auto 20px;
    font-size: 12px;
}
.footer a, .footer a:hover{
    color: #000;
    text-decoration: underline;
}



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

@media only screen and (max-width: 1199px){
    
    .header h3 {
        margin-top: 14px;       
    }
    .header-beeld {
        background-position: left -300px center;
        background-size: 1660px;
        height: 255px;
    }
    #text-column{
        margin-top: 220px;
    }
    
    .content h3 {
        margin: 40px auto 25px;
        font-size: 28px;
    }
    
    .inner-border {
        padding: 40px;
    }
    .description{
        left: -155px;
    }
    .pijl{
        left: -123px;
    }
    .device{
        left: -48px;
    }
    .disclaimer-holder{
        margin-top: 740px;
    }
    
}


@media only screen and (max-width: 991px) {    
    
    .header{
        padding: 20px;
    }
    .header h3 {
        font-size: 18px;
    }
    
    .header-beeld {
        position: relative;
        background-size: 1500px;
        height: 230px;
    }
    .content-section{
        margin-top: 0px;
    }
    .content {
        padding: 25px 0px 0px 30px;
    }
    #text-column{
        margin-top: auto;
    }
    
    .form-holder{
        position: relative;
        margin-top: 60px;
        min-width: auto;
    }
    .disclaimer-holder{
        position: relative;
        margin-top: 20px;
        min-width: auto;
    }
    .form-header h3,
    .form-header h3#hearing{
        font-size: 16px;
    }
    .inner-border {
        padding: 30px 15px 15px;
    }
    .antw-btn {
        font-size: 16px;
    }
    .scroll-btn{
        font-size: 14px;
    }
    .description{
        left: -105px;
    }
    .pijl{
        left: -75px;
    }
    .device{
        width: 180px;
        top: -120px;
        left: -40px;
    }
    .oranje-bol{
        top: -325px;
        left: 110px;
        width: 120px;
        height: 120px;
        font-size: 20px;
        padding: 30px 10px 10px;
    }
    .rode-bol{
        top: -260px;
        left: 200px;
        width: 150px;
        height: 150px;
        font-size: 14px;
        padding: 25px 10px 10px;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    .header {
        padding: 20px 15px;
    }
    .header .logo{
        width: 150px;
        margin: 0 auto;
    }
    .header h3 {
        margin-top: 5px;  
        font-size: 20px;
        text-align: center;
    }
    
    .header-beeld, .header-beeld img{
        height: 190px;
        background-position: left -180px center;
        background-size: 1300px;
    }
    
    .content {
        padding: 25px 0px;
    }
    .content h5 {
        margin: 0 auto 25px;
    }
    
    .vraag {
        min-height: 44px; 
    }
    
    #bedankt-holder {
        padding: 30px 10px;
    }
    .scroll-btn{
        margin-left: auto;
        font-size: 18px;
    }
    .right-col{
        margin: auto;
    }
    .description{
        left: auto;
        top: auto;
    }
    .pijl{
        top: 0px;
        left: -55px;
        -webkit-transform: scaleX(-1) rotate(120deg);
        transform: scaleX(-1) rotate(120deg);
    }
    .device{
        top: -100px;
        left: auto;
    }
    .rode-bol{
        top: -120px;
        left: auto;
        height: auto;
        width: auto;
        border-radius: 0px;
        padding: 5px;
    }
    .oranje-bol{
        top: -120px;
        left: auto;
        height: auto;
        width: auto;
        border-radius: 0px;
        padding: 5px;
    }
    .bullet-holder{
        margin-left: auto;
        margin-right: auto;
        width: 310px;
    }
        
}


@media only screen and (max-width: 479px) {
    
    .header {
        padding: 15px;
    }
    .header h3 {
        font-size: 16px;
    }
    
    .header-beeld, .header-beeld img{
        background-position: left -320px center;
    }
    
    .content-section {
        padding: 0px;
    }
    .content {
        padding: 15px 0px;
    }
    .content h5 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 180%;
    }
    .scroll-btn{
        font-size: 14px;
    }
    .content img{
        margin-top: 15px;
    }
    
    
    .form-holder {
        margin: 20px;
    }
    .inner-border {
        min-height: 368px;
        padding: 20px 10px 10px;
    }
    .form-header {
        padding: 10px;
    }
    .form-header h5 {
        font-size: 16px;
        line-height: 140%;
    }	
    .form-control {
		font-size: 16px;
    }
    .FlowupLabels .fl_label {
/*        left: 30px;*/
		font-size: 16px;
    }
    .form-holder .mar-bot-15 {
        margin-bottom: 10px !important;
    }
    .vraag{
        font-size: 16px;
    }
    
    
    .bedankt {
        padding: 40px 10px 10px;
    }
    .bedankt h1 {
        font-size: 20px;
    }
    
    .advertorial{
        margin-top: 5px;
    }
    .bullet-holder{
        margin: auto;
        width: 100%;
    }
    .form-btn::after{
        right: 35px;
    }
    
}
