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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 80px;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #ededed;
    background-color: #fefefe;
    background-color: #fff;
	background: url("../img/home-header-2.jpg") top center no-repeat;
	/*background: url("../img/home-header.jpg") top center no-repeat;*/
    overflow-x: hidden;
}

input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 15px;
/*    padding: 0px 75px;*/
}
.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: 5px !important;
    top: 12px !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;
    top: 12px !important;
}
.col-pad-10 select~ i.form-control-feedback.glyphicon.glyphicon-refresh,
.col-pad-10 select~ i.form-control-feedback.glyphicon.glyphicon-remove,
.col-pad-10 select~ i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 15px !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;
}
.form-control{
    height: 58px;
    border: none;
    border-radius: 5px;
    padding: 11px 10px;
    background-color: #fff;
    font-size: 18px;
    line-height: 20px;
    color: #666;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.form-control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.has-success .form-control,
.has-error .form-control{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.form-control.fl_input{
    padding: 16px 12px 4px 10px;
}
.FlowupLabels .fl_label {
    top: 17px;
    font-size: 18px;
    color: #919191;    
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 5px;
    font-size: 14px !important;
    color: #ccc;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
    font-size: 14px !important;
    color: #999;
}

.has-feedback .checkbox label~.form-control-feedback {
    top: 22px !important;
    left: -1px;
}
.form-horizontal .has-error .checkbox{
    border: 1px solid #a94442;
}

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

/* Buttons */
.form-btn{
	width: 100%;
    padding: 17px 20px;
	color: #fff;
    font-size: 24px;
	font-weight: 700;
    border-radius: 5px;
    background-color: #ff7700;
}
.form-btn:after{
    position: absolute;
    top: 18px;
    right: 30px;
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
}
.form-btn:hover{
	background-color: #ff8800;
}
.form-btn:hover:after{
	right: 25px;
}

span.text-bold{
	font-weight: bold;
} 
.year{
	font-size:18px;
}


/* Custom radio buttons */
.gender-col label {
    border: 2px solid #fff;
    position: relative;
    width: 100%;
    height: 58px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.gender-col label:hover{
    background-color: #f9f9f9;
    border-color: #39b54a;
}
.gender-col label h4 {
    font-size: 18px;
    padding: 15px 0px;
    margin-left: 50px;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gender-col label h4:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #aaa;
    border-radius: 50%;
    background-color: #fff;
}
.gender-col label input {
    position: absolute;
    top: 13px;
    left: 15px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.gender-col input:checked + h4:after,
.gender-col input:hover + h4:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    width: 12px;
    height: 12px;
    background-color: #39b54a;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    opacity: 0;
}
.gender-col input:checked + h4:after,
.gender-col input:hover + h4:after {
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.gender-col.has-error label{    
    border-color: #a94442;
    color: #a94442;
}
.gender-col .form-control-feedback{
    display: none !important;
}
/*==================================================
 Campagne
==================================================*/

/* Kleuren */
.groen{color: #39b54a;}
.blauw{color: #5465C7;}
.donkerblauw{color: #0090e3;}
.rood{color: #ff002a;}
.grijs{color: #797979;}
.donkergrijs{color: #131844;}

/* Links */
.textshadow{text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}

.streetview-holder{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    z-index: 10;
}
#streetView{
    height: 120%;
}


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

.pagina-1{
    position: relative;
    z-index: 100;
}

img{
	margin: auto;
}

/* Topheader */
.topheader{
	height: 25px;
	background-color: #39b54a; 
}

.header{
	min-height:82px;
}

/* Header */

.flex-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagina-1 .header{
    position: relative;
    padding: 15px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    background-color: #fff;
}
.adv {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: rgba(255,255,255,0.8)
}
.adv.groot {
    font-size: 16px;
}

.block-green {
    /*background-color: #67ae73;*/
    background-color: #242021;	
    color: #fff;
    padding: 10px 0px;
}

.plaats{
    max-width: 340px;
}

.stappen{
    padding: 0px 30px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.stap{
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #95c11f;
}
.stap.active{
    background-color: #39b54a;
}

.pagina-1 .header h3 {
    white-space: pre-wrap;
    margin: 11px;
}

.logo {
	padding-top: 0px;
    width: 220px;
}
.mini{
    font-size: 12px;
}
.native-holder{
    border-top: 2px solid #39b54a;
    margin-top: 60px;
    margin-bottom: -20px;
    padding-top: 50px;
}


/*Bol*/
.bol{
    position: absolute;
    top: -50px;
    right: -130px;
    width: 190px;
    height: 190px;
    padding: 55px 10px 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ff8c00;
    
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    
    transform: rotate(5deg) translateZ(0);
    backface-visibility: hidden;
}
.bol h3{
    line-height: 120%;
    font-size: 22px;
    margin-bottom: 2px;
}
.bol:before {
    backface-visibility: hidden;
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #ff8c00;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 3s infinite;
}
@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    75% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

.content-section{
    padding-top: 30px;
}
.content-holder{
    margin-bottom: 80px;
    padding: 50px 40px 80px;
    background-color: #fff;
    background-color: #f5f5f5;
/*    border: 2px solid #fff;*/
    -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);
}

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

.answer-holder{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
    padding: 5px 10px 10px;
    
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 10;    
    transition: all 0.2s ease-in-out;
}
.answer-holder div:first-child{
    padding-bottom: 5px;
}
.answer-holder div:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.answer-holder:hover{
    border-color: #39b54a;
    background-color: #fff;
}
.icon-text{
    color: #131844;
}
.no-icon-text{
	color: #131844;
	line-height: 120%;
}
.info {
    text-decoration: underline;
    cursor: pointer;
}
.pagina-1 .seperator:before{
    content: "en";
}
#dakcheck p.loader{
    font-size: 50px;
}
#dakcheck{
    margin-bottom: 60px;
}
.insendtive {
    background-color: #39b54a;
    padding: 10px;
    color: #fff;
}

span.text-bold.stunt {	
    font-size: 18px;
}

.fa-check:before {
    content: "\f00c";
    color: #39b54a;
}


.actie-holder h4{
    margin-top: 40px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    background-color: #0090e3;
}
.form-body .actie-holder h4{
    margin: 10px auto;
}


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

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

#loop {
    white-space: nowrap;
    animation: loop-anim 30s 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;
}

@keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50% /* This works because of the div between "outer" and "loop" */
    }
}

/* Form */
.form-header p{
    margin: 15px auto 30px;
    white-space: pre-line;
}
.form-header img{
    margin: 20px auto 15px;
}
.form-body p{
    font-size: 16px;
    line-height: 140%;
}
.form-body .bellen{
    font-size: 12px;
}
.form-horizontal .checkbox{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
p.optin{
    font-size: 14px !important;
    color: #666;
}
.waarom {
    font-size: 12px !important;
}


#bedankt-geschikt p,
#bedankt-onbekend p,
#bedankt-ongeschikt p{
    line-height: 140%;
}


/* Modal - Helaas */
#helaas .modal-header,
#helaas-materiaal .modal-header{
    padding: 0px;
    border: none;
}
#helaas .close,
#helaas-materiaal .close{
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    z-index: 999;
}
#helaas p,
#helaas-materiaal p{
    margin: 0 auto;
    padding: 50px 0px;
    width: 380px;
    max-width: 100%;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 140%;
    white-space: pre-line;
}


/* Modal - Uitleg */
#uitleg .modal-header{
    padding: 0px;
    border: none;
}
#uitleg .close{
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    z-index: 999;
}
#uitleg p{
    margin: 0 auto;
    padding: 50px 0px;
    width: 500px;
    max-width: 100%;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 140%;
    white-space: pre-line;
}

.bedankt-geschikt {
    min-height: 200px;
}

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

.footer{
    position: absolute;
    color: #404040;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0px;
    background-color: #f9f9f9;
    background-color: rgba(255,255,255,0.7);
    z-index: 50;
}
.footer .voorwaarden-col{	
	font-size: 14px;
	font-weight: 300;
}
.footer .voorwaarden-col a,
.footer .voorwaarden-col a:hover{
	color: #666;
    text-decoration: underline;
}



/*==================================================
 Media queries
==================================================*/

@media only screen and (max-width: 1199px){    
    
    .flex-header {
        display: block;
    }

	.logo {
		position: relative;
		padding-top: 0px;
		width: 40%;
	}
    .plaats{
        margin-top: 15px;
        max-width: 100%;
    }
    #vraag-1 h4:first-child {
        padding: 0px 150px;
    }
    .pagina-1 .header h3{
        white-space: normal;
    }
    
    .form-btn {
        font-size: 20px;
    }
    .bol{
        right: -10px;
    }
    
}

@media only screen and (max-width: 991px) {
    
    
    .flex-header {
        display: block;
    }
    .logo {
        width: 50%;
    }
    .plaats{
        margin-top: 15px;
    }
    .pagina-1 .content-holder {
        padding: 50px 0 80px;
    }
    .pagina-1 .header h3 {
        margin-top: 4px;
        font-size: 20px;
    }    
    .pagina-1 .answer-holder {
        margin: 0 5px;
    }
    #vraag-1 h4:first-child {
        padding: 0px;
    }
    .pagina-1 .form-header h3 {
        font-size: 20px;
    }
    .pagina-1 .form-header p {
        margin: 15px 0 20px;
        font-size: 15px;
        white-space: normal;
    }
	span.text-bold.stunt {
		font-size: 16px;
		} 
    .bol{
        position: relative;
        transform: none;
        height: auto;
        width: auto;
        top: auto;
        right: auto;
        box-shadow: none;
        padding: 8px;
        margin-bottom: 15px;
        border-radius: 0px;
    }
    .bol h3{
        font-size: 18px;
    }
    .bol:before{
        animation: none;
    }    
}

@media only screen and (max-width: 767px) {
		
    .pagina-1 .header {
        margin: 0 auto;
    }
	
    .plaats{
        margin-top: 10px;
    }
	.logo{
		margin: 0 auto;
		width: 60%;
		padding-top: 0px !important;
	}
	
    .pagina-1 .header h3{
        margin-top: 10px;
        font-size: 18px;
        text-align: center !important;
    }
    .pagina-1 .content-section {
        padding-top: 20px;
    }
    .pagina-1 .content-holder{        
		margin: 0 auto 100px;
		width: 100%;		
    }
    .pagina-1 .answers-holder{
        display: block;
    }
    .pagina-1 .answer-holder{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
		padding: 5px 5px 5px 20px;
        height: 56px;
		width: 265px;
        
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
	}
    .pagina-1 .icon-holder{
        height: auto;
        width: 65px;
    }
    .pagina-1 #vraag-1 .answer-holder{
        justify-content: center;
    }
    .pagina-1 .answer-holder div:first-child{ 
        padding-right: 15px;
        padding-bottom: 0px;
	}
    .pagina-1 .icons{
		max-height: 45px;
        max-width: 50px;
	}
    .pagina-1 .answer-holder div:last-child {
        padding-top: 0px;
        height: auto;
    }
    .pagina-1 .answer-holder div:last-child p {
        font-size: 16px;
    }
    .pagina-1 .seperator:before{
        padding: 0px 5px;
    }
	.form-control{
		font-size: 15px;
	}
	.FlowupLabels .fl_label {
		font-size: 15px;
	}	
	span.text-bold.stunt {
		font-size: 16px;
		}
    h3.text-bold.stunt {
        background-color: #39b54a;
        color: #fff;
        font-size: 18px;
        padding: 10px 5px;
    }
}

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

	.logo{
		margin: 0 auto;
		width: 60%;
		padding-top: 0px !important;
	}
    
    .pagina-1 .header {
        padding: 15px 0px;
    }
    
    .pagina-1 .native-holder {
        margin-bottom: 0px;
    }
    
    .pagina-1 .content-section {
        padding-top: 10px;
    }
    .pagina-1 .content-holder {
        padding: 40px 20px;
    }
    .pagina-1 .content-holder h3 {
        font-size: 18px;
    }
    .pagina-1 .form-header h3 {
        font-size: 18px;
    }
    .form-horizontal .form-group {
        margin-bottom: 15px;
    }
    .pagina-1 h4.optin{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
	span.text-bold.stunt {
		font-size: 15px;
		}    
}