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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
/*    font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Poppins', sans-serif;
    color: #46412d;
    background-color: #f6f5f5;
    background-color: #dedea8;
}

/* margins & paddings*/
img {margin: 0px auto;}

.test{border:solid 1px;}

/* colomun paddings */
/* use equivalent negative row margin class on the parent row for correct alignment */
.col-pad-0{ padding-left: 0px; padding-right: 0px;}
.col-pad-5{ padding-left: 5px; padding-right: 5px;}
.col-pad-10{ padding-left: 10px; padding-right: 10px;}
.col-pad-15{ padding-left: 15px; padding-right: 15px;}
/* negative row margins */
.row-mar-0{ margin-left: 0px; margin-right: 0px;}
.row-mar-5{ margin-left: -5px; margin-right: -5px;}
.row-mar-10{ margin-left: -10px; margin-right: -10px;}
.row-mar-15{ margin-left: -15px; margin-right: -15px;}

/* bottom margins */
.mar-bot-0{ margin-bottom: 0px !important;}
.mar-bot-5{ margin-bottom: 5px !important;}
.mar-bot-10{ margin-bottom: 10px !important;}
.mar-bot-15{ margin-bottom: 15px !important;}
.mar-bot-20{ margin-bottom: 20px !important;}
.mar-bot-25{ margin-bottom: 25px !important;}
.mar-bot-30{ margin-bottom: 30px !important;}
.mar-bot-40{ margin-bottom: 40px !important;}
.mar-bot-50{ margin-bottom: 50px !important;}
.mar-bot-60{ margin-bottom: 60px !important;}
.mar-bot-70{ margin-bottom: 70px !important;}
.mar-bot-80{ margin-bottom: 80px !important;}
.mar-bot-90{ margin-bottom: 90px !important;}
.mar-bot-100{ margin-bottom: 100px !important;}


/* Bootstrap adjustments */
.container{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.modal-content{
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 0px;
    -webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.3);
}
.modal-header, .modal-body{
    padding: 15px 20px;
}
.modal-body {    
    font-size: 12px;
}

span.inline{
    display: inline-block;
}
span.line-break, span.line-break-sml, span.line-break-sm {  
    display: block;
}
span.line-break:after, span.line-break-sml:after, span.line-break-sm:after {  
    content: none;
}


/* #Text */
h1,h2,h3,h4,h5,h6,p{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 120%;
}
p{font-size: 14px;}
h5{font-size: 16px;}
.text-300, .text-light{ font-weight: 300 !important;}
.text-400, .text-regular{ font-weight: 400 !important;}
.text-600, .text-semi-bold{ font-weight: 600 !important;}
.text-700, .text-bold{ font-weight: 700 !important;}
.text-800, .text-extra-bold{ font-weight: 800 !important;}
.text-italic{ font-style: italic !important;}
.text-underline{ text-decoration: underline !important;}
.text-right{ text-align: right !important;}
.text-uppercase{ text-transform: uppercase !important;}



/*==================================================
  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);
}

.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback.glyphicon.glyphicon-remove, i.form-control-feedback.glyphicon.glyphicon-ok {
/*    right: 5px !important;*/
    left: 10px;
    top: 8px !important;
}
label i.form-control-feedback.glyphicon.glyphicon-remove, label i.form-control-feedback.glyphicon.glyphicon-ok {
/*    right: 40px !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 #95C11F;
    border-radius: 24px;
}
.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 Free";
/*    content: "\f065";*/
    content: "\f107";    
    font-size: 24px;
    color: #95C11F;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 30px;
    pointer-events: none;
}


/* #Button */
.form-btn{
    position: relative;
    margin: 0 auto;
    width: 100%;    
    padding: 11px 40px 11px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-align: center;
/*    background-color: #144e82;*/
    background-color: #ff7700;
    border-radius: 25px;
    
/*
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
*/
    
    -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 Free";
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    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: #EA7028;
    cursor: pointer;
}
.form-btn:hover::after{
    right: 15px;
}


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

/* kleur */
.wit{
    color: #fff;
}
.zwart{
    color: #000;
}
.blauw{
    color: #144e82;
}
.bruin{
    color: #66554b;
}



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

.white-bg{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
}

/* Header */
.header{
    padding: 44px 30px 36px;
    border-bottom: 1px solid #95C11F;
}
.logo{
    margin-left: 0px;
    width: 280px;
}

.header h1{
    font-size: 25px;
}

.advertorial{
    top: -30px;
    position: absolute;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}

/* Content section */
.content-section{
    padding: 45px 0px 35px;
}
.content{
    padding: 0px 10px 0px 40px;
}
.content h5{
    margin: 35px auto;
    line-height: 200%;
}
.video p{
    font-size: 12px;
}
.embed-responsive-1by1 {
    padding-bottom: 100%;
}
.disclaimer-holder {
/*    margin-bottom: 25px;*/
    margin-top: 10px;
    margin-right: 30px;
}
.click {
    background-color: #95C11F;
/*    margin: 10px 30px 0px 0px;*/
    padding: 5px;
    cursor: pointer;
}
.disclaimer-dropdown {
/*    margin: 0px 30px 0px 0px;*/
    padding: 0px 10px;
    border: 3px solid #95C11F;
    background-color: #f0f0f0;
}
.disclaimer-dropdown h5{
    margin: 15px auto;
    line-height: 200%;
}
.balk {
    background-color: #95C11F;
    margin: 0px 25px 0px 24px;
    padding: 5px;
}
.bullets{
    margin: 10px auto 50px;
}
.bullets h4{
    position: relative;
    padding-left: 40px;
    font-size: 20px;
}
.bullets h4:not(:last-child){
    margin-bottom: 10px;
}
.bullets h4:before{
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    color: #144e82;
}

.form-holder{
    margin-right: 30px;
    border: 2px solid #95C11F;
    background-color: #f0f0f0;
}
.inner-border{
    padding: 40px 50px;
    border: 1px solid #d6d771;
}
.form-header{
    margin-bottom: 25px;
}
.form-header h4{
    font-size: 20px;
    line-height: 160%;
}
.form-header h4 span.groot{
    font-size: 24px;
}
.form-holder p{
    font-size: 12px;
}

/* Form stap 1 */
#form-stap-1 .form-header{
    position: relative;
    margin-bottom: 0px;
    padding: 40px;
    background-color: #95C11F;
}
#form-stap-1 .form-header:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(161, 162, 2, 0);
    border-top-color: #95C11F;
    border-width: 15px;
    margin-left: -15px;
}
.vraag{
    margin: 25px auto 10px;
}
.vraag-btn{
    margin: 10px auto 0;
    margin: 0px auto;
    padding: 10px;
/*    width: 180px;*/
    
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #66554b;
    
    border: 2px solid #95C11F;
    border-radius: 26px;
    background-color: #fff;
    cursor: pointer;
}
.vraag-btn:hover{
    color: #fff;
    background-color: #95C11F;
}
.vraag-btn-selected{
    color: #fff;
    background-color: #95C11F;
    cursor: auto;
}
#form-stap-1 .form-group{
    margin-bottom: 0px;
}
#man-btn{
    border-color: #144e82;
}
#vrouw-btn{
    border-color: #e6007e;
}
#man-btn:hover{
    background-color: #144e82;
}
#vrouw-btn:hover{
    background-color: #e6007e;
}
.man-selected{
    color: #fff;
    background-color: #144e82;
    cursor: auto;
}
.vrouw-selected{
    color: #fff;
    background-color: #e6007e;
    cursor: auto;
}
#controleer{
    margin-top: 25px;
}


/* Bedankt */
.bedankt{
    padding: 50px 20px;
}
.bedankt h4{
    margin: 20px auto 40px;
}
.bedankt img{
    border: 2px solid #95C11F;
    border: 2px solid #144e82;
}


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

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer p{
    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){ 
    
    .click {
        margin: auto;
    }
    
    .balk {
        margin: auto;
    }
    .disclaimer-dropdown {
        margin: auto;
    }
    
    .bullets h4 {
        font-size: 18px;
    }
    .inner-border {
        padding: 40px;
    }
    .form-header h4 {
        font-size: 17px;
    }
    #form-stap-1 .form-header {
        padding: 40px 35px;
    }
    .vraag{
        font-size: 16px;
    }
    
}


@media only screen and (max-width: 991px) {    
    
    .header{
        padding: 30px;
    }
    .advertorial {
        top: -20px;
    }
    .logo{
        margin: 0 auto 10px !important;
        width: 220px;
    }
    .header h1 {
        font-size: 18px;
        text-align: center !important;
    }
    
    .disclaimer-dropdown {
        padding: 0px 0px 0px 30px;
    }
    
    .content {
        padding: 0px 0px 0px 30px;
    }
    .bullets h4 {
        font-size: 16px;
    }
    .inner-border {
        padding: 10px;
    }
    label.selectlabel::after {
        top: 12px;
        right: 15px;
        font-size: 20px;
    }
    #form-stap-1 .form-header {
        padding: 20px 15px;
    }
    
    
    /* Change the line-break into a space */
    span.line-break-sm {  
        display: inline;
    }
    span.line-break-sm:after {  
        content: ' ';
    }
    
}


@media only screen and (max-width: 767px) {    
    
    body.page-2 .mobile-hide{
        display:none;
    }
    
    .header {
        padding: 24px 20px 16px;
    }
    
    .content-section {
/*        padding: 25px 0px;*/
        padding: 0px;
    }
    .disclaimer-holder {
        margin-top: 0px;
        margin-right: 0px;
    }
    body.page-2 .content-section {
        padding: 20px 0px 25px;
    }
    .beeld{
        margin-left: 0px;
        margin-bottom: 5px;
/*        padding-right: 20px;*/
    }    
    .content {
        padding: 0px 20px;
    }    
    .disclaimer-dropdown {
        padding: 0px 20px;
    }
    
    .bullets {
        margin: 20px 20px 30px;
    }
    .form-holder {
/*
        margin: 0px auto;
        width: 400px;
        max-width: 100%;
*/
        margin: 0px 20px;
    }
    .vraag-btn{
        margin-bottom: 10px;
    }
    
    
    .bedankt h1{
        font-size: 24px;
    }
    .bedankt h4{
        font-size: 16px;
    }
    
    
    /* Change the line-break into a space */
    span.line-break {  
        display: inline;
    }
    span.line-break:after {  
        content: ' ';
    }
    
}


@media only screen and (max-width: 479px) {
    
    body {
        padding-bottom: 140px;
    }
    
    .header {
        padding: 10px;
    }
    .logo{
        width: 150px;
    }
    .header h1 {
        font-size: 16px;
    }
    .advertorial {
        top: -8px;
        right: 0px;
        font-size: 11px;
    }
    
    .content-section {
/*        padding: 10px 0px;*/
        padding: 0px;
    }
    body.page-2 .content-section{
        padding: 5px 0px 10px;
    }
    .content {
        padding: 0px 10px;
    }
    .content h5 {
        margin: 10px auto;
        font-size: 14px;
        line-height: 180%;
    }
    .disclaimer-dropdown {
        padding: 0px 10px;
    }
    .disclaimer-dropdown h5 {
        margin: 10px auto;
        font-size: 14px;
        line-height: 180%;
    }
    
    .video p{
        line-height: 150%;
    }
    .bullets {
        margin: 10px;
    }
    .bullets h4 {
        padding-left: 20px;
        font-size: 14px;
        line-height: 180%;
    }
    .bullets h4:not(:last-child) {
        margin-bottom: 5px;
    }
    .bullets h4:before {
        font-size: 14px;
    }
    .form-holder {
        margin: 0px 5px;
    }
    .inner-border {
        padding: 10px 5px;
    }
    .form-header {
        margin-bottom: 10px;
    }
    .form-header h4 {
        font-size: 14px;
        line-height: 180%;
    }
    .form-holder p{
        line-height: 180%;
    }
    .form-control {
        padding: 10px 12px 8px 30px;
    }
    .FlowupLabels .fl_label {
        left: 30px;
    }
    i.form-control-feedback.glyphicon.glyphicon-remove, i.form-control-feedback.glyphicon.glyphicon-ok {
        left: 5px;
    }
    .form-holder .mar-bot-15 {
        margin-bottom: 5px !important;
    }
    #form-stap-1 .form-header {
        padding: 10px;
    }
    .vraag {
        margin: 15px auto 10px;
        font-size: 14px;
    }
    .vraag-btn {
        padding: 8px;
        font-size: 16px;
    }
    #controleer {
        margin-top: 5px;
    }
    
    
    .bedankt {
        padding: 40px 10px 10px;
    }
    .bedankt h1 {
        font-size: 20px;
    }
    
    
    /* Change the line-break into a space */
    span.line-break-sml {  
        display: inline;
    }
    span.line-break-sml:after {  
        content: ' ';
    }
    
    /* Bootstrap adjustments */
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .col-pad-15{ 
        padding-left: 10px; padding-right: 10px;
    }
    .row-mar-15{ 
        margin-left: -10px; margin-right: -10px;
    }
    .hidden-xxs{
        display: none !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    
}
