/*==================================================
 Main
==================================================*/

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 186px;
	min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
	background-color: #fffaf7;
    overflow-x: hidden;
}


/*==================================================
 Form
==================================================*/

.has-feedback .form-control {
    padding-right: 5px !important;
}
i.form-control-feedback.glyphicon.glyphicon-refresh,
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok {
/*    right: 15px !important;*/
    right: 0px !important;
    top: 8px !important;
}
select~ i.form-control-feedback.glyphicon.glyphicon-refresh,
select~i.form-control-feedback.glyphicon.glyphicon-remove,
select~i.form-control-feedback.glyphicon.glyphicon-ok {
    right:10px !important;
}
/*
.gender.has-feedback.has-success,
.gender.has-feedback.has-error{
    padding-left: 30px;
}
.gender i.form-control-feedback.glyphicon.glyphicon-remove, 
.gender i.form-control-feedback.glyphicon.glyphicon-ok{
    top: 0px !important;
    left: 0 !important;
}
*/
.FlowupLabels .fl_label {
    font-size: 16px;
}
.form-control.fl_input {padding: 17px 12px 3px 16px;}
.FlowupLabels .fl_label {
    top: 14px;
    left: 18px;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 5px;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
}
#success_message,
.help-block{ 
    display: none !important;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 12px;
}
.form-control {
	border-radius: 5px;
	height: 50px;
    font-size: 16px;
}

/*==================================================
 Campagne
==================================================*/

/* Kleuren */
.zwart{color: #000;}
.wit{color: #fff;}
.blauw{color: #00346a;}
.groen{color: #005b36;}
.rood{color: #de0000;}
.grijs{color: #333; /* tekst */}
.lichtgrijs{color: #ddd; /* footer tekst */}
.oranje{color: #ff5900;}


/* Tekst */
h1.titel{
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}
h2.subtitel{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
p.tekst{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 175%;
}
p.tekst:last-child{
    margin-bottom: 0px;
}
p.tekst:first-child{
    margin-bottom: 20px;
}
p.tekst-klein{    
    font-size: 12px;
    line-height: 140%;
}


/* Links */
a, a:link, a:visited, a:active, a:focus{
    color: #333;
    text-decoration: underline;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
    cursor: pointer;
}
.scrolltoBottom{
    color: #006bbb;
    text-decoration: underline;
    cursor: pointer;
}
.scrolltoLetter{
    color: #333;
/*    text-decoration: underline;*/
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
}
a:hover,
.scrolltoBottom:hover,
.scrolltoLetter:hover{
    color: #333;
}


/* Buttons */
.def-btn{
    max-width: 100%;
	padding: 20px;	
	font-size: 24px;
	font-weight: 500;
    color: #fff;
    margin: 10px auto 0px;
    border-radius: 5px;
    background-color: #ff6600;
}
.def-btn:after{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: calc(50% - 10px;);
    right: 50px;
}
.def-btn:hover{
	background-color: #ff8800;
}
.def-btn:hover:after{
    right: 35px;
}
.left-btn{
    margin: 0px;
}



/*==================================================
 Header
==================================================*/

.header{
    margin-bottom: 10px;
}
.header-inner{
    padding: 15px 40px 0px;
    height: 42px;
    background-color: #fff;
}
.header .logo,
.pagina-1 .logo{
    max-width: 200px;
    margin-bottom: 20px;
}
.header h3{
    font-size: 20px;
    color: #8e8e8e;
}
.adv{
    font-size: 12px;
    color: #999;
}



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

#stap1 p{
    margin-bottom: 0px;
}
.content-container{
    padding: 50px 40px 40px;
	background-color: #fff;    
}

.p1-header{
    margin-top: 30px;
    padding: 0px 40px;
}

.pagina-1 #actief-tekst {
    margin-bottom: 20px;
}
.pagina-1 .subtitel{
    margin-bottom: 25px;
    line-height: 175%;
}
.pagina-1 .content-container:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #005b36;
    border-radius: 10px;
}
.pagina-1 .content-container:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #00346a;
    border-radius: 10px;
}
.pagina-1 .content-container{
    position: relative;
    margin-top: 30px;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.pagina-1 h1.titel{
    margin-bottom: 5px;
    font-size: 32px;
}
.pagina-1 h2.subtitel{
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
}

/* Vragen */
.vraag-tekst {
    padding-top: 20px !important;
}

.vragen-holder {
    padding: 20px 50px 40px;
}

.vraag-holder p {
    font-size: 18px;
}

.vraag-holder .vraag {
    font-size: 22px;
}

.form-bg {
    padding: 20px;
    border-radius: 5px;
    background-color: #e5eeeb;
}

.vraag-holder .antwoorden-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.vraag-container {
    margin: 30px 0px 20px;
    min-height: 130px;
}

.antw-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 5px 10px;
    padding: 0px 10px 15px;

    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    background-color: #e5eeeb;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;

    transition: all 0.2s ease-in-out;
}

.antw-btn p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px !important;
    line-height: 120%;
    transition: all 0.2s ease-in-out;
}

.antw-btn h1 {
    font-size: 50px;
    color: #005b36;
    transition: all 0.2s ease-in-out;
}

.antw-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    opacity: 0;
    border-radius: 5px;
    transition: opacity 0.2s ease-in-out;
}

.antw-btn:hover {
    background-color: #005b36;
}

.antw-btn:hover div p,
.antw-btn:hover div h1 {
    color: #fff;
}

.antw-btn:hover:after {
    opacity: 1;
}

.vraag-holder .subvraag{
	font-size: 16px;
	padding-bottom: 20px;	
}

#gegevens-analyseren p{
    font-size: 50px !important;
}
#gegevens-analyseren p i{
    display: block;
}
.form-horizontal .checkbox{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
p.optin{
/*    margin-top: 30px;*/
    line-height: 140%;
    font-size: 14px !important;
    color: #666;
}
p.optin.deel2,
#leesmeer-link2{
    padding-left: 20px;
}


/* Form */
.form-container{
    margin: 0 auto;
/*    width: 540px;*/
    max-width: 100%;
}
.form-header{
    position: relative;
    padding: 15px;
    border-bottom: 2px solid #fff;
/*    background-color: #0d76c1;*/
    background-color: #33b73c;
}
.form-header:after, .form-header:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.form-header:after {
	border-color: rgba(0, 0, 0, 0);
/*	border-top-color: #0d76c1;*/
	border-top-color: #33b73c;
	border-width: 15px;
	margin-left: -15px;
}
.form-header:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 17px;
	margin-left: -17px;
}
.form-header h2{
    font-size: 17px;
    line-height: 140%;
}
.form-header h5{
    line-height: 140%;
}
.form-content{
	padding: 25px 15px 15px;
/*    background-color: #0d76c1;*/
    background-color: #999;
}
.fa-lock{
    color: #bcd1c7;
}

.pagina-1 .bullets{
    margin: 10px auto;
    line-height: 140%;    
    padding: 40px 35px;
    color: #000 !important;
}
.pagina-1 .bullet{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.pagina-1 .bullet:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #f60;
}



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

.pagina-2 .content-container{
    padding-bottom: 30px;
}



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

.footer{
    position: absolute;
	margin-top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #282a2b;
}
.footer-inner{
    padding: 30px;
}
.voorwaarden-row{
    margin-top: 20px;
}
.voorwaarden-row a,
.voorwaarden-row a:link,
.voorwaarden-row a:visited,
.voorwaarden-row a:hover,
.voorwaarden-row a:active,
.voorwaarden-row a:focus{
    color: #ddd;
    text-decoration: underline;
}



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


@media only screen and (max-width: 1199px){    
	
    
		
}

@media only screen and (max-width: 991px) {

    /* Header */
    .header-inner {
        height: 40px;
    }

    .vraag-holder {
        padding: 20px 0px;
    }

    .vragen-holder {
        padding: 20px 40px 40px;
    }

    .antw-btn {
        width: 110px;
        height: 110px;
    }

}

@media only screen and (max-width: 767px) {
    
    body {
        padding-bottom: 205px;
    }
	
    /* Header */
    .header-inner{
        padding: 15px 20px 0px;
    }
    .p1-header{
        padding: 0px 20px;
    }
    .header .logo,
    .pagina-1 .logo{
        width: 205px;
    }
    .header .bk-logo,
    .pagina-1 .bk-logo{
        left: 215px;
        top: 40px;
        width: 90px;
    }
    
    .content-container {
        padding: 45px 20px 30px;
    }
    .content-container.bottom {
        padding-top: 20px;
    }
    h1.titel {
        font-size: 26px;
    }
    
    /* Pagina 1 */
    .pagina-1 .subtitel {
        margin-bottom: 15px;
        line-height: 120%;
    }
    .vraag-holder {
        border: none;
    }
    .antw-btn{
        flex-direction: row;
        justify-content: left;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 15px 10px 10px;
    }
    .antw-btn div{
        display: inline-block;
    }
    .antw-btn div:first-child{
        display: flex;
        align-items: center;
        
        margin-right: 25px;
        width: 90px;
        height: 40px;
    }
    .antw-btn p {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        font-size: 20px !important;
        line-height: 100%;
    }
    .antw-btn img{
        max-height: 40px;
    }
    .pagina-1 .bullet:first-child {
        margin-top: 30px;
    } 

    .def-btn:after,
    .def-btn:hover:after{
        right: 15px;
    } 
    
}


@media only screen and (max-width: 479px) {
    
    body {
        padding-bottom: 250px;
    }
    
    /* Header */
    .header-inner {
        height: 32px;
        padding: 10px 15px 0px;
    }
    .p1-header{
        margin-top: 10px;
        padding: 0px 15px;
    }
    .header .logo,
    .pagina-1 .logo {
        width: 180px;
    }
    .header .bk-logo,
    .pagina-1 .bk-logo {
        left: 190px;
        top: 35px;
        width: 90px;
    }
    .pagina-1 .bk-logo {
        top: 40px;
    }
    
    .content-container {
        padding: 40px 15px 20px;
    }

    .vragen-holder {
        padding: 20px 5px 40px;
    }

    .vraag-holder {
        padding: 5px;
    }
    h1.titel {
        font-size: 20px;
    }
    .header-beeld {
        margin-bottom: 15px;
    }
    p.tekst, h2.subtitel {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .divider h3{
        padding: 10px;
        font-size: 18px;
    }
    .form-bg {
        padding: 10px;
    }
    #actief-tekst h3{
        font-size: 18px;
    }
    #actief-tekst h4{
        font-size: 16px;
    }
    
    
    .antw-btn div:first-child {
        margin-right: 20px;
        width: 70px;
        height: 30px;
    }
    .antw-btn img {
        max-height: 30px;
    }
    .antw-btn p {
        font-size: 16px !important;
    }
    
    .pagina-1 h1.titel {
        font-size: 20px;
    }
    .form-header h2 {
        font-size: 14px;
    }
    
    /* Pagina 2 */
    .pagina-2 .content-container{
        padding-bottom: 10px;
    }  
    
}