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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 200px;
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    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{
    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: #2add53;}

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

p {
    font-size: 17px;
}

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

/* Header */
.header{
    padding: 30px;
    background-color: #fff;
}
.header p{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    text-align: right;
    color: #ccc;
}
.header h1{
    text-align: right;
    font-size: 30px;
    margin-top: 6px;
}
.header h2{
    margin-top: 10px;
    line-height: 100%;
}
.header .logo {
    width: 230px;
}

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


/* Content section */
.content-section{
    padding: 0px 0px 35px;
}
.top-banner {
    background-color: #ff7f00;
    padding: 20px 50px;
    border-radius: 0px 0px 15px 15px;
}
.text-holder {
    padding: 30px 0px;
    margin: 20px 0px;
}
.holder {
    background-color: #f8f8f8;
    border-radius: 15px;
    margin-bottom: 20px;
    -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);
}
.lijn{
    border-bottom: 1px solid #2add53;
    margin: 30px 100px;
}
.vragen-holder {
    padding: 30px 20px;
}
.answers-holder {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.answers-holder .btn {
    background-color: #2add53;
    width: 200px;
    padding: 10px 0px;
    border-radius: 5px;
    color: #fff;
    margin: 0;
}
.answers-holder .btn:hover {
    background-color: #f60;
    box-shadow: 0 0 0 5px #f60;
}
.answers-holder .btn h4 {
    font-size: 20px;
}
.stappen-holder {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 30px 0px;
}
.stap {
    width: 15px;
    height: 15px;
    background-color: #a5d42c;
    opacity: 0.5;
    border-radius: 15px;
}
.stap-active {
    opacity: 1;
}
.bullets {
    padding: 60px 20px;
}
.bullet {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 40px;
    position: relative;
}
.bullet:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -40px;
    color: #a5d42c;
    font-weight: 800;
}
.gehoorapparaat {
    width: 380px;
    margin-bottom: 20px;
}
.img-header {
    padding: 20px 50px;
    background-color: #2add53;
    margin-top: 20px;
    border-radius: 15px 15px 0px 0px;
}
#footer-img-2,
#footer-img-3,
#footer-img-4 {
    border-radius: 15px;
    margin-bottom: 20px;
}

/* FORM PAGE */
.form-header {
    padding-bottom: 30px;
    border-bottom: 2px solid #a9d636;
}

.form-page {
    background-color: #f7f7f7;
    border-radius: 15px;
}
.form-page .top-banner {
    background-color: #a3d42a;
    padding: 20px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 15px 15px 0px 0px;
}
.form-page .form-holder {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
}
.form-page p {
    font-size: 15px;
}
.checkbox p {
    font-size: 12px;
}
.form-btn {
    background-color: #ff7f00;
    text-align: center;
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    margin-top: 40px;
    cursor: pointer;
    transition: all 500ms ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-btn:hover {
    background-color: #f60;
    box-shadow: 0 0 0 5px #f60;
}
.form-btn:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    transition: all 500ms ease;
    right: 60px;
}
.form-btn:hover:after {
    right: 45px;
}
.disclaimer{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.disclaimer h4{
    font-size: 20px;
}

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

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

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer h3 {
    border-top: 1px solid #2add53;
    padding-top: 20px;
    margin-bottom: 20px;
}
.footer-text {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}
.footer p{
    line-height: 140%;
    margin: 20px auto 15px;
    font-size: 12px;
}
.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: 32px; 
        margin-top: 5px;
    }
    .logo {
        margin-top: 30px;
    }
    
    .inner-border {
        padding: 40px;
    }
    .form-page .form-holder {
        width: 560px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 0px 40px;
    }
    .top-banner {
        padding: 20px;
    }
    
}


@media only screen and (max-width: 991px) {    
    
    .header{
        padding: 20px;
    }
    .header .logo{
        margin-top: 20px;
    }
    .inner-border {
        min-height: 397px;
        padding: 30px 15px 15px;
    }
    .top-banner h3,
    .img-header h3 {
        font-size: 18px;
    }
    .text-holder {
        padding: 30px 10px;
    }
    .text-holder h3 {
        font-size: 18px;
    }
    .text-holder h4 {
        font-size: 14px;
    }
    .bullet {
        font-size: 17px;
    }
    .gehoorapparaat {
        width: 300px;
    }
    .vraag {
        min-height: 66px;
    }
    .antw-btn {
        font-size: 16px;
    }
    .disclaimer h4 {
        font-size: 15px;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    .header {
        padding: 20px 15px;
    }
    .header .logo{
        margin: 0 auto 10px;
        width: 190px;
    }
    .top-banner {
        padding: 20px;
    }
    .top-banner h3,
    .img-header h3,
    .form-header h4 {
        font-size: 16px;
    }
    .form-header h2 {
        font-size: 20px;
    }
    .stap {
        width: 11px;
        height: 11px;
    }
    .bullets {
        padding: 60px 20px 10px;
    }
    .gehoorapparaat {
        width: 300px;
        margin: auto;
        margin-bottom: 20px;
    }
    .img-header {
        padding: 20px;
        margin-top: 0;
    }
    .disclaimer h4{
        font-size: 18px;
    }
    .form-btn {
        padding: 10px;
    }
    .form-btn:after {
        right: 20px;
    }
    .form-btn:hover:after {
        right: 10px;
    }
    .holder-resp {
        margin-bottom: 140px;
    }
    .answers-holder {
        display: block;
    }
    .answers-holder .btn {
        margin: 0 auto 20px;
    }
    .lijn{
        margin: 20px;
    }
    .vragen-holder h1 {
        font-size: 24px;
    }
    .vragen-holder h4 {
        font-size: 16px;
    }
        
}


@media only screen and (max-width: 479px) {
    
    body {
        padding-bottom: 200px;
    }
    
    .header {
        padding: 15px;
    }
    .img-header,
    .top-banner {
        padding: 10px;
    }
    .text-holder {
        padding: 0px 10px;
    }
    .text-holder h3 {
        font-size: 16px;
    }
    .gehoorapparaat {
        width: 250px;
    }
    .answers-holder .btn h4 {
        font-size: 18px;
    }
    .content-section {
        padding: 0px;
    }
    .form-btn {
        font-size: 16px;
    }
    .form-control {
/*        padding: 10px 12px 8px 30px;*/
		font-size: 16px;
    }
    .FlowupLabels .fl_label {
/*        left: 30px;*/
		font-size: 16px;
    }
    .vragen-holder {
        padding: 20px 10px 0px;
    }
    
    .vragen-holder h3 {
        font-size: 20px;
    }

    .vraag {
        margin: 15px auto 10px;
        font-size: 14px;
    }
    .vraag-btn {
        padding: 8px;
        font-size: 16px;
    }
    
    .advertorial{
        margin-top: 5px;
    }
    
}
