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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    background-color: #fff;
}
.adv{
    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: 13px;
}
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{
    left: -30px;
    top: 4px !important;
}
.checkbox i.form-control-feedback{
    left: -10px;
    top: 12px !important;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    left: 10px !important;
}
.form-control{
    height: 40px;
    font-size: 16px;
    color: #000;
    background-color: #e8e7e7;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.FormSecond .form-control{
    background-color: #fff;
}
.form-control.fl_input {
	padding: 12px 10px 0px;
}
.FlowupLabels .fl_label {
    font-size: 16px;
    color: #000;
    font-weight: 100;
}
.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: 2px;
    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: 2em;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    padding-left: 10px;
    pointer-events: none;
    background-color: #95c11f;
}


/* #Button */

.antw-btn{
    margin-bottom: 15px;
    text-align: center;
    padding: 15px 60px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #0472b7;
}
.antw-btn.last{
    margin-bottom: 0px;
}
.antw-btn:hover{
    color: #fff;
    background-color: #03629e;
}
.antw-btn::after{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    right: 50px;
    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;
}
.antw-btn:hover::after{
    right: 40px;
}
.scroll-btn{
    background-color: #95c11f;
    margin-left: auto;
    margin-top: 50px;
    max-width: 423px;
    font-size: 24px;
    font-weight: bold;
}
.scroll-btn::after{
    content: "\f106";
    right: 30px;
}


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

/* kleur */
.groen{color: #95c11f;}
.bruin{color: #59483e;}
.blauw{color: #004e82;}


/* Algemeen */
.header{
    position: relative;
    padding: 15px 0px;    
    letter-spacing: 1px;    
    background-color: #fff;
    border-bottom: 1px solid #95c11f;
}
.header-logo {
    width: 100%;
    max-width: 250px;
}
.header .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header h2{
    text-align: right;
    font-size: 28px;
}
.adv{
    margin-top: -5px;
    position: absolute;
    z-index:100;
	right: 5px;
    font-size: 14px;
    color: #bbb;
}


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

.pagina-1 .bol{
    position: absolute;
    height: 142px;
    width: 142px;
    background-color: #0472b7;
    padding: 35px 0px;
    border-radius: 70px;
    transform: rotate(10deg);
    top: 0;
    right: -100px;
    z-index: 1;
}
.pagina-1 .bol h4{
    line-height: 140%;
}

.pagina-1 .section-1{
    min-height: 711px;
    padding: 20px 0px;
    background: url("../img/beeld-man.png") calc(50% - 570px) bottom no-repeat;
    background-color: #95c11f;
}
.pagina-1 .section-2{
    padding-top: 40px;
    padding-bottom: 0px;
}
.pagina-1 .section-3,
.pagina-1 .section-4,
.pagina-1 .section-5,
.pagina-1 .section-6{
    padding: 20px 0px;
}
.pagina-1 .section-3 h3,
.pagina-1 .section-4 h3,
.pagina-1 .section-5 h3{
    margin-top: 80px;
}
.pagina-1 .section-3,
.pagina-1 .section-5{
    background-color: #f4f3f3;
}

/*==================================================
  Content-section
==================================================*/

.section-1 .content-holder{
    margin-top: 40px;
    min-height: 558px;
    background-color: #fff;
    -webkit-box-shadow: 11px 14px 32px -2px rgba(0,0,0,0.20); 
    box-shadow: 11px 14px 32px -2px rgba(0,0,0,0.20);
}
.content-section,
.bedankt-section{
    padding: 40px 20px;
}
.content-section .lijn{
    margin: 30px 20px;
    border-top: 1px solid #95c11f;
}
.vragen-holder{
    padding: 10px 60px;
}
.vraag {
    margin: 9px 0px;
}
.beeld-phonak{
    margin-top: 10px;
}

.vraag-row h4:before{
    position: absolute;
    left: 0;
    top: -5px;
    top: calc(50% - 15px);
}
.vraag-row h4.vraag-1:before{
    content: url("../img/bol-1.png");
}
.vraag-row h4.vraag-2{
    margin-top: 0px;
}
.vraag-row h4.vraag-2:before{
    content: url("../img/bol-2.png");
}
.vraag-row h4.vraag-3:before{
    content: url("../img/bol-3.png");
}
.vraag-row h4.vraag-4:before{
    content: url("../img/bol-4.png");
}
.vraag-row h4.vraag-5:before{
    content: url("../img/bol-5.png");
}
.dropdown-col{
    padding: 0px 60px 0px 50px;
}

.controle-holder{
    margin: 0 auto;
    width: 850px;
    max-width: 100%;
}
.controle-holder h3{
    margin: 80px auto 10px;
}
.controle-holder .loading{
    width: 300px;
    margin: 0px auto 70px;
}



/*==================================================
  Form-section
==================================================*/

.form-section{
    padding: 30px;
}
.form-section .lijn{
    width: 95%;
    margin-left: -10px;
    margin-top: 30px;
    margin-bottom: 70px;
    border-top: 1px solid #95c11f;
}
.form-section h1{
    margin-top: 50px;
}

.form-holder{
    background-color: #f4f3f3;
    padding: 40px 20px;
}

.bullets h4{
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    line-height: 140%;
}
.bullets h4:not(:last-child){
    margin-bottom: 20px;
}
.bullets h4:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #95c11f;
    font-weight: 400;
}

.FormSecond{
    padding: 40px 40px 10px;
}

.voorwaarden-row{
    font-size: 12px;
}
.voorwaarden-row a{
    color: #000;
    text-decoration: underline;
}

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

.footer{
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer-logo{
    width: 120px;
    max-width: 100%;
}
.footer-border{
    border-top: 1px solid #95c11f;
}
.footer p:first-child{
    margin: 20px auto 10px;
}
.footer p:last-child{
    margin: 0px auto 20px;
    font-size: 12px;
}
.footer a{
    color: #000;
}



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

@media only screen and (max-width: 1199px){
    .header h2{
        font-size: 26px;
    }
    .pagina-1 .header h3 {
        font-size: 18px;
    }
    .vragen-holder{
        padding: 10px;
    }
    .pagina-1 .section-1 {
        background-image: none;
    }
    .antw-btn::after{
        right: 35px;
    }
    .antw-btn:hover::after{
        right: 25px;
    }
    
}


@media only screen and (max-width: 991px) {
    
    .header-logo {
        max-width: 170px;
    }
    .header h2 {
        font-size: 18px;
    }
    .pagina-1 .header h3 {
        font-size: 16px;
    }
    .section-1 .content-holder{
        margin-top: auto;
    }
    .antw-btn {
        font-size: 19px;
    }
    .antw-btn::after{
        right: 35px;
    }
    .antw-btn:hover::after{
        right: 25px;
    }
    .pagina-1 .content-section,
    .pagina-1 .form-section,
    .pagina-1 .bedankt-section {
        padding: 20px;
    }
    .pagina-1 .bol{
        position: relative;
        height: auto;
        width: 100%;
        padding: 5px;
        border-radius: 0px;
        transform: none;
        right: 0;
        margin-top: 20px;
    }
    .form-holder{
        padding: 10px;
    }
    .FormSecond{
        padding: 10px;
    }    
    .vragen-holder{
        padding: 0px;
    }
    
}


@media only screen and (max-width: 767px) {
    
    .header-logo {
        width: 150px;
        max-width: 100%;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .header .flex{
        display: block;
    }
    .header h2{
        font-size: 18px;
        text-align: center;
    }
    
    .form-holder{
        margin-top: 20px;
    }
}


@media only screen and (max-width: 479px) {
    
    h3{font-size: 20px;}
    
    .header {
        padding: 10px 0px;
    }
    
    .pagina-1 .bol {
        margin-top: 0px;
    }
    
    .form-holder{
        margin: 20px -20px;
    }
    .form-section h1 {
        margin: 0 auto 15px;
    }
    .form-section h3 {
        margin-bottom: 15px !important;
    }
    .form-section .lijn {
        margin: 25px 0;
        width: 100%;
    }
    .form-holder h3{
        font-size: 18px;
    }
    .bullets h4 {
        margin-bottom: 10px !important;
        font-size: 18px;
    }

}