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

html{
    height: 100%;
}
body{
    position: relative;
	min-height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #333;
/*	background-color: #ccc;*/
	background-color: #fff;
    
/*    background: url("../img/background.jpg") top center no-repeat;*/
}


/*==================================================
 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: 10px;
}
.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;
    border-color: #fff;
}
.form-control:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}

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

/* Kleuren */
.zwart{color: #000;}
.wit{color: #fff;}
.blauw{color: #006bbb;}
.rood{color: #de0000;}
.grijs{color: #464646; /* tekst */}
.lichtgrijs{color: #ddd; /* footer tekst */}
.oranje{color: #ff6000;}
.groen{color: #006051;}


/* 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{
    width: 360px;
    max-width: 100%;
	padding: 13px 10px;	
	font-size: 18px;
	font-weight: 500;
    color: #fff;
/*    border-radius: 5px;*/
    margin: 4px auto 0px;
    border-radius: 5px;
/*    background-color: #e76863;*/
    background-color: #ff6600;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
    text-align: left;
}
.def-btn:after{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 14px;
    right: 30px;
}
.def-btn:hover{
/*	background-color: #ed1212;*/
/*	background-color: #c83934;*/
	background-color: #ff8800;
}
.def-btn:hover:after{
    right: 25px;
}
#vraag-6 .def-btn{
    width: 285px;
    max-width: 100%;
	padding: 10px;	
	font-size: 24px;
	font-weight: 500;
    color: #fff;
/*    border-radius: 5px;*/
    margin: 10px auto 0px;
    border-radius: 5px;
/*    background-color: #e76863;*/
    background-color: #ff6600;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
#vraag-6 .def-btn:after{
    content: "\f0a9";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    font-weight: 800;
    top: 11px;
    right: 30px;
}
#vraag-6 .def-btn:after{
    content: "\f0a9";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    font-weight: 800;
    top: 11px;
    right: 25px;
}
#vraag-6 .def-btn:hover:after{
    right: 15px;
}
.left-btn{
    margin: 0px;
}

.modal-content {
    border-radius: 15px;
}
.modal-header {
    border: none;
}
.modal-body {
    padding: 0px 20px 40px;

}
.modal-body h3 {
    font-size: 20px;
}
.modal-body p {
    font-size: 16px;
}

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

.header{
    background-color: #fff;
    padding: 25px 10px;
}
.header-inner{
    padding: 15px 40px 0px;
    height: 42px;
    background-color: #fff;
}
.header .logo {
    width: 180px;
}
.header h3{
    font-size: 20px;
    color: #8e8e8e;
}
.header .adv{
    font-size: 12px;
    color: #ccc;
}
.header .adv.groot{
    font-size: 16px;
}
.logo-holder {
    border-right: 3px solid #000;
    padding-right: 20px;
}
.header-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
/*==================================================
 Pagina-1
==================================================*/

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

.pagina-1 #actief-tekst{
    margin: 40px 10px 0px;
}
#actief-tekst h3 {
    line-height: 160%;
}
#actief-tekst h4{
    padding: 0px 60px;
}
.pagina-1 .subtitel{
    margin-bottom: 25px;
    line-height: 175%;
}
.pagina-1 .content-container{
    margin-top: 30px;
    padding: 0px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px #00000005;
    -moz-box-shadow: 0px 0px 10px 0px #00000005;
    box-shadow: 0px 0px 10px 0px #00000005;
}
.pagina-1 h1.titel{
    margin-bottom: 5px;
    font-size: 32px;
}
.pagina-1 h2.subtitel{
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
}
.oranje-underline {
    color: #fd6000;
    text-decoration: underline;
}

/* Ticker */
#ticker-holder {
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0px;
    background-color: #fff;
}

#ticker-holder div {
    display: inline-block;
}

#loop {
    white-space: nowrap;
    animation: loop-anim 20s linear infinite;
}
#loop #content span{
	font-size: 16px;
    margin: 0 25px;
    font-weight: 700;
    color: #000;
}
#loop #content span i{
    margin-right: 10px;
	color: #000;
}
.fa-check:before {
    color: #006051;
}

@keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50% /* This works because of the div between "outer" and "loop" */
    }
}
.pagina-1 {
    padding-bottom: 520px;
}
.pagina-1 .centerparcs-holder {
    background-color: #006051;
    margin-top: 50px;
    border-radius: 15px;
}
.pagina-1 .centerparcs-holder img {
    width: 220px;
    margin-left: 10px;
}
.pagina-1 .centerparcs-holder .tekst {
    padding: 30px 0px;
}
.pagina-1 .centerparcs-holder .tekst h3 {
    font-size: 25px;
}
.pagina-1 .centerparcs-holder .tekst p {
    font-size: 17px;
}
.gegevens {
    font-size: 17px;
}
/* Vragen */
.vraag-1-holder{
    padding: 20px 50px 40px;
}
#vraag-6.vraag-holder {
    padding: 30px 50px !important;
}
.vraag-holder{
    padding: 30px 0px 20px;
}
.vraag-1-holder p,
.vraag-holder p{
    font-size: 18px;
}
.vraag-1-holder .vraag-nr,
.vraag-holder .vraag-nr{
    margin-bottom: 15px;
}
.vraag-1-holder .vraag,
.vraag-holder .vraag{
    margin-bottom: 30px;
    font-size: 30px;
}
.form-bg{
    border-radius: 5px;
    padding: 20px 30px 10px;
    background-color: #eff0f2;
}


.antw-btn{
    display: flex;
/*    justify-content: space-between;*/
    justify-content: center;
    flex-direction: column;
    margin: 0 5px 10px;
    padding: 0px 10px 15px;
    
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background-color: #fff;    
    -webkit-box-shadow: 3px 4px 10px 0px #00000010;
    -moz-box-shadow: 3px 4px 10px 0px #00000010;
    box-shadow: 3px 4px 10px 0px #00000010;
    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: 12px !important;
    line-height: 120%;
    transition: all 0.2s ease-in-out;
}
.antw-btn h1{
    font-size: 50px;
    color: #5ad02e;
    transition: all 0.2s ease-in-out;
}
.antw-btn:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 5px;
    transition: opacity 0.2s ease-in-out;
}
.antw-btn:hover{
    background-color: #fd6000;
}
.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;
}

.pagina-1 .bullet-holder {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    
}
.pagina-1 .bullets{
    margin: 60px auto;
    color: #000 !important;
}
.pagina-1 .bullet{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    flex: 1 0 auto;
}
.pagina-1 .bullet:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #5ad02e;
}

/*==================================================
 Pagina-2
==================================================*/
.bg-img {
    background: url("../img/background.jpg") top center no-repeat;
    min-height: 900px;
}
.pagina-2 .gemeente-holder {
    margin-top: 30px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 15px;
}
.pagina-2 .gemeente-holder h3 {
    color: #464646;
    font-size: 23px;
}
.pagina-2 p {
    font-size: 17px;
}
.pagina-2 .bullet-holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    column-gap: 20px;
    
}
.pagina-2 .bullet{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    flex: 1 0 auto;
}
.pagina-2 .bullet:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #006051;
}
.pagina-2 .banner {
    margin-top: 20px;
    background-color: #ff6000;
    border-radius: 15px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner h2 {
    font-size: 40px;
}
.banner h3 {
    font-size: 20px;
}

.pagina-2 .centerparcs-holder {
    background-color: #fff;
    margin-top: 20px;
    padding: 15px;
    border-radius: 15px;
}

.pagina-2 .form-holder {
    background-color: #fff;
    margin-top: 30px;
    border-radius: 15px;
    padding: 30px 20px;
}
.pagina-2 .form-header {
    margin-bottom: 20px;
}
.pagina-2 .form-control {
    border-color: gray;
    margin-bottom: 10px;
}
.pagina-2 .def-btn {
    width: 100%;
    text-align: left;
    padding: 15px 10px 15px 15px;
    font-size: 22px;
    font-weight: 600;
}
.pagina-2 .def-btn:after {
    top: 15px;
}
.form-holder .waarom {
    font-size: 14px;
}

.speciaal-label{
    position: absolute;
    top: 75px;
    left: -115px;
    width: 120px;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px 0 0 10px;
    background-color: #ff6000;
}
.speciaal-label .xl {
    font-size: 24px;
}

.reviews {
    padding: 50px 0px 350px;
}
.reviews h2{
    margin-bottom: 50px;
}
.review-holder {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.review {
    padding: 30px 20px 90px;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 10%);
    width: 350px;
}
.review h3 {
    font-size: 26px;
}
.review p {
    font-size: 16px;
}
.review .naam {
    position: absolute;
    bottom: 20px;
}
.sterren i {
    color: #00a087;
    font-size: 19px;
    margin-bottom: 10px;
}
/*==================================================
 Pagina-3
==================================================*/

.pagina-3 .bedankt{
    margin-top: 30px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 15px;
}
.pagina-3 .bedankt p {
    font-size: 17px;
}
.pagina-3 .bedankt h3 {
    font-size: 26px;
}


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

.footer{
    position: absolute;
	margin-top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f3f3f3;
    padding: 40px 0px;
}

.footer p{
    font-size: 14px;
}
.footer a{
    color: #000;
    text-decoration: underline;
    text-decoration-color: #0a6eb0;
}
.footer img {
    margin: 0;
    width: 200px;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-tekst {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
.footer-tekst-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
.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){    
	
    .pagina-1 .bullet-holder {
        column-gap: 10px;
    }
    .review {
        width: 290px;
    }
}

@media only screen and (max-width: 991px) {
    
    /* Header */
    .header-inner {
        height: 40px;
    }
    
    .vraag-1-holder{
        padding: 20px 40px 80px;
    }
    .vraag-holder {
        padding: 60px 40px;
    }
    .antw-btn {
        width: 110px;
        height: 110px;
    }
    .pagina-1 .centerparcs-holder img {
        width: 170px;
    }
    .pagina-1 .centerparcs-holder .tekst {
        padding: 5px 0px;
    }
    .pagina-1 .bullet-holder {
        flex-wrap: wrap;
    }
    .pagina-1 .bullet {
        flex: 0 1 40%;
    }
    .pagina-2 .centerparcs-holder img {
        width: 120px;
    }
    .review {
        width: 650px;
    }
}

@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;
    }
/*
    .pagina-1 .content-container {
        border-bottom: 10px solid #015a9a;
    }
*/
    .content-container.bottom {
        padding-top: 20px;
    }
    h1.titel {
        font-size: 26px;
    }
    
    /* Pagina 1 */
    .pagina-1 {
        padding-bottom: 0px;
    }
    .pagina-1 .subtitel {
        margin-bottom: 15px;
        line-height: 120%;
    }
    #gegevens-analyseren {
        padding: 40px;
    }
    .pagina-1 .form-head {
        padding: 0px 20px;
        margin-bottom: 30px;
    }
    .pagina-1 .centerparcs-holder, 
    .pagina-1 .centerparcs-holder {
        background-color: #fff;
        padding: 10px 20px;
        margin-top: 70px;
    }
    .pagina-1 .centerparcs-holder img, 
    .pagina-2 .centerparcs-holder img {
        margin-left: auto;
        margin-top: -60px;
        width: 150px;
    }
    .pagina-2 .gemeente-holder {
        margin-bottom: 60px;
    }
    .pagina-2 .banner-mob {
        display: flex !important;
    }
    .pagina-2 .form-holder {
        -webkit-box-shadow: 3px 4px 10px 0px #00000010;
        -moz-box-shadow: 3px 4px 10px 0px #00000010;
        box-shadow: 3px 4px 10px 0px #00000010;
    }
    .reviews {
        padding: 50px 0px;
    }
    .review {
        text-align: center;
    }
    .review .naam {
        left: 0;
        right: 0;
    }
    .sterren i {
        font-size: 24px;
    }
    .vraag-1-holder .vraag, .vraag-holder .vraag {
        font-size: 24px;
    }
    .pagina-1 #actief-tekst {
        margin: 40px 10px 0px;
    }
    .vraag-1-holder {
        padding: 20px 40px 40px;
    }
    .vraag-holder {
        padding: 40px 0px;
        border: none;
    }
    #vraag-6.vraag-holder {
        padding: 30px 20px !important;
    }
    .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;
        justify-content: center;
        
        margin-right: 25px;
        width: 90px;
        height: 40px;
    }
    .antw-btn h1 {
        font-size: 42px;
    }
    .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;
    }
    #actief-tekst h4{
        padding: 0px 10px;
    }
    .pagina-1 .bullet:first-child {
        margin-top: 30px;
    }
    form {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
    }
    .footer img {
        margin-bottom: 10px;
    }
    .footer-flex {
        padding: 0px 10px;
        flex-direction: column;
        align-items: center;
    }
    .footer-tekst {
        text-align: center;
        margin-bottom: 5px;
    }
    .footer-tekst-2 {
        flex-direction: row;
        column-gap: 10px;
    }
}


@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;
    }
    .content-container {
        padding: 40px 15px 20px;
    }
    .reviews h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    #vraag-5.vraag-holder {
        padding: 50px 10px;
    }
    #vraag-6 .def-btn {
        font-size: 21px;
    }
    #vraag-6 .def-btn:after {
        right: 16px;
    }
    #vraag-6 .def-btn:hover:after {
        right: 10px;
    }
    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-3 .content-container{
        padding-bottom: 10px;
    }   
    
    
}