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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}
.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{
    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;
/*    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 40px;
}
.FlowupLabels .fl_label {
    top: 14px;
    left: 40px;
    font-size: 16px;
    color: #69594c;
}
.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: "\f065";*/
    content: "\f107";    
    font-size: 24px;
    color: #f49722;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 30px;
    pointer-events: none;
}
#form-geboortedatum label.selectlabel::after {
    right: 5px;
}


/* #Button */
.antw-btn{
    margin-bottom: 15px;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    background-color: #F68E1E;
}
.antw-btn.last{
    margin-bottom: 0px;
}
.antw-btn:hover{
    color: #fff;
    background-color: #f5a23a;
}
.antw-btn::after{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    right: 20px;
    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;
}
.antw-btn:hover::after{
    right: 15px;
}
.scroll-btn{
    margin-bottom: 25px;
    margin-left: 0px;
    max-width: 423px;
    font-size: 24px;
    font-weight: bold;
}


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

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

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



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

/* Header */
.header{
    padding: 30px;
    border-bottom: 2px solid #E6E7E9;
    background-color: #fff;
}
.header .logo{ 
    width: 100%;
    max-width: 250px;
}
.header .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header p{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    text-align: right;
    color: #ccc;
}
.header h1{
    text-align: right;
}


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


/* Content section */
.content-section{
    padding: 0px 0px 35px;
}
.content{
    margin-top: 230px;
}
.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%;
    font-weight: 700;
}
.content h5.bullet:last-child{
    margin-bottom: 25px;
}
.content h5.bullet:before{
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/bullet.png);
}
.content-holder{
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 90px;
}
.content-holder h1{
    font-size: 42px;
}


.right-col{
    margin-top: 50px;
}
.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{
    min-height: 583px;
    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);
}
.inner-border p{
    font-size: 12px;
    line-height: 160%;
}

.form-header{
    position: relative;
    margin-bottom: 0px;
    padding: 30px 20px;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
}
.form-header:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #2ADD53;
    content: '';
    width: 90%;
    height: 1px;
}
.form-header h4{
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 120%;
}
.form-header h5{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 140%;
}
.form-header p{
    font-size: 14px;
}
.inner-border{
    min-height: 442px;
    padding: 30px 20px;
    border-radius: 0 0 6px 6px;
}
.vraag{
    margin-bottom: 25px;
    min-height: 50px;
    line-height: 140%;
}


.stappen{
    padding: 20px 30px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
}
#vraag-1 .stappen,
#vraag-4 .stappen{
    margin-top: 55px;
}
#vraag-2 .stappen,
#vraag-3 .stappen{
    margin-top: 15px;
}
.stap{
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #2ADD53;
}
.stap.active{
    background-color: #2ADD53;
}

/*Bol*/
.bol{
    position: absolute;
    z-index: 1;
    top: -60px;
    right: -120px;
    width: 150px;
    height: 150px;
    padding: 25px 10px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ff8c00;
    
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    
    transform: rotate(5deg) translateZ(0);
    backface-visibility: hidden;
}
.bol h3{
    line-height: 120%;
    font-size: 16px;
    margin-bottom: 2px;
}
.bol:before {
    backface-visibility: hidden;
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #ff8c00;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 3s infinite;
}
@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    75% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

.div-holder{
    padding: 30px 20px;
    margin-top: 15px;
    border-radius: 6px;
    background-color: #2ADD53;
    border: 1px solid #2ADD53;
    -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,
    #2ADD53,
    #2ADD53 10px,
    #000000 10px,
    #000000 20px
    );
    width: 0%;
    height: 100%;
    border-radius: 15px;
}
#counter{
    font-size: 18px;
    width: 1%;
    text-align: right;
}

.apparaat{
    margin-left: calc(50% - 130px);
    max-width: 200px;
}
.disclaimer{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.disclaimer h4{
    font-size: 20px;
}

#bedankt-holder{
    margin-top: 80px;
}

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

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer p{
    border-top: 1px solid #2ADD53;
    padding-top: 20px;
    line-height: 140%;
    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 h1 {
        font-size: 30px;
    }
    .header-beeld {
        background-position: left -60px center;
        background-size: 1870px;
        height: 369px;
    }
    
    .content h3 {
        margin: 40px auto 25px;
        font-size: 28px;
    }
    .content-holder {
        margin-bottom: 40px;
    }
    
    .inner-border {
        padding: 40px;
    }
    .form-header h4 {
        font-size: 22px;
    }
    .bol{
        position: relative;
        transform: none;
        height: auto;
        width: auto;
        top: auto;
        right: auto;
        box-shadow: none;
        padding: 8px;
        border-radius: 0px;
        margin-bottom: 15px;
    }
    .bol:before{
        border: none;
        animation: none;
    } 
    
}


@media only screen and (max-width: 991px) {    
    
    .header{
        padding: 20px;
    }
    .header .logo{
        margin-top: 0px;
    }
    .header h1 {
        font-size: 24px;
    }
    .header-beeld {
        background-size: 1500px;
    }
    
    .header-beeld {
        height: 220px;
    }
    .content {
        margin-top: 220px;
        padding: 25px 0px 0px 30px;
    }
    .content-holder {
        margin-bottom: 20px;
        -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);
    }
    .content-holder h1 {
        font-size: 34px;
    }
    
    .right-col {
        margin-top: 80px;
    }
    .form-header h4 {
        font-size: 16px;
    }
    .form-header p {
        font-size: 15px;
    }
    .inner-border {
        min-height: 397px;
        padding: 30px 15px 15px;
    }
    .vraag {
        min-height: 66px;
    }
    .antw-btn {
        font-size: 16px;
    }
    label.selectlabel::after {
        top: 12px;
        right: 15px;
        font-size: 20px;
    }
    .disclaimer h4 {
        font-size: 15px;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    .header {
        padding: 20px 15px;
    }
    .header .flex{
        display: block;
    }
    .header .logo{
        margin: 0 auto 10px;
    }
    .header h1 {
        font-size: 20px;
        text-align: center;
    }
    
    .header-beeld, .header-beeld img{
        height: 190px;
        background-position: left 10% center;
        background-size: 1300px;
    }
    
    .content {
        margin-top: 190px;
        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;
    }
    .form-header h4 {
        font-size: 22px;
    }
    .inner-border{
        min-height: auto;
        padding-bottom: 20px;
    }
    .vraag {
        min-height: 44px; 
    }
    
    #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;
    }
    .bol{
        margin-right: auto;
        top: auto;
    }
        
}


@media only screen and (max-width: 479px) {
    
    body {
        padding-bottom: 200px;
    }
    
    .header {
        padding: 15px;
    }
    
    .header-beeld, .header-beeld img{
        background-position: left 25% center;
    }
    
    .content-section {
        padding: 0px;
    }
    .content {
        padding: 15px 0px;
    }
    .content h5 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 180%;
    }
    .scroll-btn{
        margin-bottom: 15px;
    }
    .content img{
        margin-top: 15px;
    }
    
    
    .form-holder {
        margin: 0px;
    }
    .form-header {
        padding: 10px;
    }
    .form-header h5 {
        font-size: 16px;
        line-height: 140%;
    }	
    .form-control {
/*        padding: 10px 12px 8px 30px;*/
		font-size: 16px;
    }
    .FlowupLabels .fl_label {
/*        left: 30px;*/
		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;
    }
    
    .advertorial{
        margin-top: 5px;
    }
    .mob-top{
        margin-top: 130px;
    }
}
