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

html{
    height: 100%;
}
body{
    position: relative;
/*    padding-bottom: 180px;*/
    min-height: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    background-color: #fff;
    overflow-y: scroll;
}



/*==================================================
  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: 30px !important;
}
i.form-control-feedback{
    top: 8px !important;
}
.gender-col i.form-control-feedback{
    top: 1px !important;
    right: 10px !important;
}
.gender-col.has-success .radio-inline{
    color: #000 !important;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    left: 10px !important;
}
.form-control{
    height: 48px;
    padding: 10px 15px 8px 15px;
    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 15px;
}
.form-control.selectpicker {
	padding: 4px 12px 4px 16px;
}
.FlowupLabels .fl_label,
.FlowupLabels .selectpicker {
    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: "\f063";    
    font-size: 24px;
    color: #ff8400;
    font-weight: 900;
    position: absolute;
    top: 7px;
    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: 20px;
    color: #fff;
    border-radius: 25px;
    background-color: #ff8400;
}
.antw-btn.last{
    margin-bottom: 0px;
}
.antw-btn:hover{
    color: #fff;
    background-color: #ff9422;
}
#vraag-2 .antw-btn{
    text-align: left;
    padding-left: 20%;
}

.form-btn{
    position: relative;
    margin: 0 auto;
    width: 80%;    
    padding: 11px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    background-color: #ff8400;
    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:hover{
    background-color: #ff9422;
    cursor: pointer;
}

.disclaimer-holder {
    margin-top: 20px;
}
.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
==================================================*/

/* Tekst */
p{line-height: 140%;}

/* kleur */
.groen{color: #95C121;}
.oranje{color: #ff8400;}
.grijs{color: #999;}



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

/* Header */
.header{
    padding: 20px 0px 15px;
    background-color: #fff;
}
.header .logo{
    width: 275px;
    max-width: 100%;
}
.header h1{
    font-size: 39px;
}
.header p{
    font-size: 16px;
}
.header .right{
    margin-top: -8px;
}
.header .adv{
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 12px !important;
    color: #bbb;
}
.header-img{
    height: 440px;
    background-image: url(../img/img-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
}


/* Content section */
.pagina-1 .content-section{
    margin-top: -200px;
}


/* Left col */
.content-holder{
    border-radius: 6px;
    background-color: #fefefe;
    -webkit-box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
}
.content-holder .top{
    position: relative;
    margin-bottom: 0px;
    padding: 20px 30px;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
}
.content-holder .top h2{
    font-size: 20px;
    line-height: 140%;
}
.content-holder #vraag-1 .top p{
    padding-bottom: 20px;
    border-bottom: 1px solid #95C121;
}
.content-holder .vraag-gebjaar .selectlabel{
    position: relative;
    margin: 0 auto;
    width: 350px;
    max-width: 100%;
}

.content-holder .bottom{
    padding: 20px 30px;
    border-radius: 0 0 6px 6px;
    background-color: #95C121;
}
.content-holder .bottom .vraag{
    margin-bottom: 20px;
    line-height: 140%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.content-holder .bottom .p2-answers{
    margin: 0 auto;
    width: 550px;
    max-width: 100%;
}
.content-holder .bottom .spinner{
    margin-top: 20px;
    font-size: 50px;
}


/* Right col */
.darryl{
    width: 145px;
    max-width: 100%;
    margin: 0 auto 10px;
}
.darryl-quote{
    padding: 20px;
    margin-top: 70px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
    background-color: #95C121;
}



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

.pagina-2{
    background: url(../img/bg-page.jpg) center center no-repeat;
    min-height: calc(100vh - 100px);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pagina-2 .content-holder{
    margin: 50px auto;
    position: relative;
}
.pagina-2 .content-holder p.optin{
    font-size: 11px;
}
.pagina-2 .content-holder p.optin a:hover,
.pagina-2 .content-holder p.optin a:focus{
    color: #fff;
    text-decoration: underline;
}


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

.footer{
    margin-top: 60px;
}
.footer-img-holder{
    margin: 20px auto;
    width: 150px;
}
.footer p{
    font-size: 9px;
}
.footer p.footer-text{
    margin: 20px auto 15px;
    padding-top: 20px;
    font-size: 12px;
    color: #000;
    line-height: 140%;
    border-top: 1px solid #95C121;
}
.footer a, .footer a:hover{
    color: #000;
    text-decoration: underline;
}



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

@media only screen and (max-width: 1199px){
    
    .header h1 {
        font-size: 34px;
    }
    .header p {
        font-size: 14px;
    }
    
    .header-img {
        height: 365px;
        background-size: 1600px;
    }
    
}


@media only screen and (max-width: 991px) {    
    
    .header .logo{
        width: 200px;
    }
    .header .right {
        margin-top: -4px;
    }
    .header h1,
    .header p{
        text-align: left !important;
    }
    .header h1 {
        font-size: 24px;
    }
    
    .pagina-1 .content-section {
        margin-top: -275px;
    }
    .pagina-1 .content-holder {
/*        margin-top: -75px;*/
    }
    .content-holder .top h2 {
        font-size: 18px;
    }
    .content-holder .bottom .vraag {
        font-size: 20px;
    }
    
    .darryl {
        width: 145px;
    }
    .darryl-quote {
        padding: 10px 15px;
        margin-top: 30px;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    .header{
        padding: 10px 0px;
    }
    .header .logo{
        margin: 0 auto 10px;
    }
    .header h1,
    .header p{
        text-align: center !important;
    }
    .header h1 {
        margin-bottom: 5px;
        font-size: 22px;
    }
    .header .adv{
        top: -10px;
    }
    
    .header-img {
        height: 170px;
        background-size: 800px;
        background-position: top center;
    }
    
    .pagina-1 .content-section {
        margin-top: -40px;
    }
    .pagina-1 #vervolg-vragen .content-holder{
        margin-top: -100px;
    }
    .content-holder .top,
    .content-holder .bottom{
        padding: 15px;
    }
    .content-holder .top h2 {
        font-size: 16px;
    }
    .content-holder .bottom .vraag {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .antw-btn {
        font-size: 18px;
    }
    
    .darryl {
        width: 120px;
    }
    .darryl-quote {
        margin-top: 20px;
    }
    
    .pagina-2 .content-holder {
        margin: 20px auto;
    }
        
}


@media only screen and (max-width: 479px) {
    
    .header h1 {
        font-size: 18px;
    }
    
    .content-holder .bottom .vraag {
        margin-bottom: 10px;
        font-size: 16px;
    }
    #vraag-2 .antw-btn{
        padding-left: 15%;
    }
    
}
