/* #Site Styles */
html{
    height: 100%;
}
body{
    overflow-y:scroll;
    min-height: 100%;
/*    font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.8px;
/*
    background: url(../img/achtergrond.jpg) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/
    background-color: #f5f5f5;
}

.mar-10{margin-bottom: 10px;}
.mar-15 {margin-bottom: 15px;}
.mar-25 {margin-bottom: 25px;}
.mar-50 {margin-bottom: 50px;}
img {margin: 0px auto;}

.well {background-color: #fff !important;}
.alert{margin-bottom: 10px !important;}

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

/* Use this class to prevent unwanted wrappings */
span.inline{
    display: inline-block;
}

.visible-xxs-block {
    display: none !important;
}

.modal-body {
    font-size: 11px;
}

/* #Form */
#success_message, .help-block{ display: none !important;}

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: 12px;
}

.form-group{
        margin-bottom: 10px;
    }
.form-control{
    height: 50px;
    padding: 20px 15px 5px;    
    padding-right: 25px !important;
/*    border: 1px solid #2e5aef;*/
/*    border: 1px solid #abbdf9;*/
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    border-radius: 0px;
}
select.form-control{
    padding: 6px 20px 6px 10px;
}
select.unselected, option disabled{
    color: #666666;
}
option{
    color: #000;
}
.has-error .form-control, .has-success .form-control {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}
i.form-control-feedback.glyphicon.glyphicon-remove, i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 0px !important;
    top: 10px !important;
    font-size: 14px;
}
select~ i.form-control-feedback.glyphicon.glyphicon-remove,
select~ i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 15px !important;
}
.FlowupLabels .fl_label {
    font-size: 16px;
    color: #666;
    top: 15px;
    left: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: text;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome and Opera */
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 8px;
    font-size: 12px !important;
/*    color: #ccc !important;*/
}
.FlowupLabels .fl_wrap.focused .fl_label{
    top: 6px;
    font-size: 14px !important;
    color: #bab9b9 !important;
}
.hlabel{
    margin-bottom: 20px;
    width: 100%;
    font-size: 44px;
    font-weight: 400;
}
/*
label{
    margin-bottom: 20px;
    width: 100%;
    font-size: 44px;
    font-weight: 400;
}
label img{
    margin-top: -10px;
    float: right;
}
::-webkit-input-placeholder {
    font-size: 28px;
    color: #abafb8;
}
::-moz-placeholder {
    font-size: 28px;
    color: #abafb8;
}
:-ms-input-placeholder {
    font-size: 28px;
    color: #abafb8;
}
:-moz-placeholder {
    font-size: 28px;
    color: #abafb8;
}
*/

/* Bootstrap */
.container{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/* colomun paddings */
.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;}

h1,h2,h3,h4,h5,h6,p{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 120%;
}

/* #Text */
p{ font-size: 14px;}
.text-300, .text-light{ font-weight: 300 !important;}
.text-400{ font-weight: 400 !important;}
.text-600{ font-weight: 600 !important;}
.text-700, .text-bold{ font-weight: 700 !important;}
.text-900, .text-extra-bold{ font-weight: 900 !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;}

/* #Glyphicon */
span.glyphicon.glyphicon-chevron-right {
    float: right;
    padding-top: 4px;
}



/*==================================================
  Campaign Styles
==================================================*/

/* Kleuren */
.zwart{
    color: #000;
}
.wit{
    color: #fff;
}
.blauw{
    color: #058bfc;
}
.donkerblauw{
    color: #475965;
}
.groen{
    color: #c6f327;
}

/* margins & paddings*/
.no-pad{
    padding-left: 0px;
    padding-right: 0px;
}
.top-bot-mar{
    margin-top: 35px;
    margin-bottom: 55px;
}

/* Font */
.text-playfair{
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}
.text-merri {
    font-family: 'Merriweather', serif;
}

/* Buttons */
.green-btn{
    position: relative;
    margin: 35px auto 0px;
    padding: 15px 10px 13px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    background-color: #c6f327;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome and Opera */
}
.green-btn:after{
    content: '\f054';
    position: absolute;
    right: 30px;
    top: 18px;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 900;
    color: #000;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.green-btn:hover:after{
    right: 15px;
}



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

.pagina-1{
    position: relative;
    z-index: 10;
}
h5{
    font-size: 16px;
}

/* Left col */
.logo-holder{
    margin-bottom: 75px;
    padding: 30px 0px;
    border-bottom: 1px solid #c6f327;
}
.logo{
    margin-left: 0px;
}

.left-col h5{
    margin-top: 20px;
}


/* Right col */
.right-col .content-holder{
    min-height: 520px;
    padding: 35px 30px 60px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
/*    background-color: rgba(205,215,225,0.85);*/
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

/* Stap 1 */
.stap-1{
    padding-top: 110px;
}
.blauwe-pijl{
    margin-bottom: 40px;
}
.right-col h4{
    margin-bottom: 20px;
}
.gezin-holder{
    width: 20%;
    float: left;
    padding: 5px 0px;
    border: 2px solid #fff;
    cursor: pointer;
    background-color: #fff;
}
.gezin-holder:hover{
    border: 2px solid #c6f327;
}
.gezin-holder .icon-holder{
/*    padding: 5px 0px;*/
}

/* Stap 2 */
.stap-2{
/*    padding-top: 25px;*/
}

/* Stap 3 */
#stap3-tekst .overflow-div{
    position: absolute;
    width: 475px;
    height: 310px;
    right: -5px;
    overflow: hidden;
}
#stap3-tekst #blauw-kader{
    position: absolute;
    width: 475px;
    height: 310px;
    right: -475px;
    right: -100%;
    padding: 25px 75px 25px 25px;
    background-color: #2e5aef;    
    
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
}
.uitroepteken{
    margin-left: 0px;
}
#blauw-kader h1{
    line-height: 140%;
}
#blauw-kader h1 span.groen{
    font-size: 46px;
}
.stap-3 .blauwe-pijl{
    margin-bottom: 15px;
}
#form-text{
    height: 32px;
    color: #ca0000;
}
#Button2{
/*    margin-top: 15px;*/
    margin-top: 0px;
}

/* Stap 4 */
.stap-4 h2{
    margin: 50px auto 20px;
}


/* Achtergrond balk */
.bg-balk{
    position: relative;
    margin-top: 60px;
    height: 120px;
    background-color: #e6e6e6;
}
/*
.bg-balk {
    position: absolute;
    top: 580px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    background-color: #e6e6e6;
}
*/
.geld-bg{
    position: absolute;
    bottom: -100px;
    left: 80px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}



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

/* Footer */
.footer{
/*    padding: 200px 0px 20px;*/
    padding: 50px 0px 20px;
}
.footer p{
    font-size: 12px;
}
.voorwaarden{
    line-height: 140%;
}
.voorwaarden a, .voorwaarden a:hover{
    color: #000;
    text-decoration: underline;
}



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

@media only screen and (max-width: 1199px){
    
    #main-tekst h1{
        font-size: 32px;
    }
    .gezin-holder{
        min-height: 106px;
    }
    
}


@media only screen and (max-width: 991px) {
    
    #main-tekst h1 {
        font-size: 24px;
    }
    #main-tekst h5 {
        font-size: 14px;
    }
    .gezin-holder{
        min-height: 90px;
    }
    
    #stap3-tekst #blauw-kader, .overflow-div {
        width: 355px;
    }
    #stap3-tekst #blauw-kader{
        padding: 25px 50px 25px 25px;
    }
    #blauw-kader h1 {
        margin-top: 10px;
        font-size: 30px;
    }
    #blauw-kader h1 span.groen {
        font-size: 36px;
    }
    
    .bot-mar{
        margin-bottom: 10px;
    }
    
    .geld-bg {
        left: 30px;
    }
    
}


@media only screen and (max-width: 767px) {
    
    .logo-holder {
/*
        width: 285px;
        max-width: 100%;
*/
        margin-bottom: 35px;
    }
    .logo{
        margin-left: auto;
    }
    #main-tekst h1, #main-tekst h5 {
        text-align: left !important;
    }
    .right-col .content-holder {
        margin-top: 20px;
        min-height: inherit;
    }
    .stap-1 {
        padding-top: 0px;
    }
    .gezin-holder{
        min-height: 103px;
    }
    
    #stap3-tekst #blauw-kader{
        width: 100% !important;
/*        width: calc(100% - 5px) !important;*/
        height: 120px !important;
    }
    .overflow-div {
        position: relative !important;
        margin-bottom: -20px;
        right: 0px !important;
        width: 100% !important;
        height: 120px !important;
    }
    #stap3-tekst #blauw-kader {
        padding: 15px;
    }
    .uitroepteken{
        width: 25px;
    }
    #blauw-kader h1 {
        margin-top: 10px;
        font-size: 20px;
        text-align: left !important;
    }
    #blauw-kader h1 span.groen{
        font-size: 24px;
    }
    
    .stap-4 h2 {
        margin: 0px auto 20px;
        font-size: 20px;
    }
    
    .bg-balk {
/*        top: 620px;*/
    }
    .geld-bg {
        left: 0px;
    }
    
    
    /* Change the line-break into a space */
    span.line-break {  
        display: inline;
    }
    span.line-break:after {  
        content: ' ';
    }
    
}


@media only screen and (max-width: 479px) {
    
    .logo-holder {
        padding: 10px 0px;
        margin-bottom: 15px;
    }
    .right-col .content-holder {
        padding: 15px;
    }
    .blauwe-pijl {
        margin-bottom: 20px;
    }
    .right-col h4 {
        font-size: 16px;
    }
    .gezin-holder {
        width: 33%;
        height: 110px;
    }
    
    .mar-bot-40 {
        margin-bottom: 20px !important;
    }
    
    .green-btn {
        margin: 15px auto 0px;
    }
    
    #blauw-kader h1 {
        margin-top: 5px;
        font-size: 16px;
    }
    #blauw-kader h1 span.groen{
        font-size: 20px;
    }
    
    .bg-balk {
/*        top: 670px;*/
    }
    
    .footer {
/*        padding: 220px 0px 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;
    }
    
}