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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 50px;
	min-height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #222;
    background-color: #fff;
    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;
} 

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

/* Kleuren */
.groen{color: #4cd028;}
.blauw{color: #5465C7;}
.donkerblauw{color: #0090e3;}
.rood{color: #ff002a;}
.grijs{color: #797979;}
.geel{color: #fcc232;}

/* 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%;
}
.section-2,
.section-3{
    padding: 30px 0px;
}
.section-3{
    background-color: #f2f2f2;
}

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

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

img{
	margin: auto;
}

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

.header{
	min-height:70px;
}
.header h3{
    text-align: center;
}
.twolines{
    display: inline-block;
}
.header .logo{
    max-width: 220px;
}
.header .logo-holder{
    min-height: 57px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}

/* Header */
.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: #222;
}
.adv.groot {
    font-size: 16px;
}

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

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

.content-section{
    padding-top: 50px;
    background-image: url(../img/slider-2.jpg);
    background-repeat: no-repeat;
    min-height: 700px;
}
.content-holder{
    margin-bottom: 20px;
    padding: 50px 40px 80px;
    min-height: 410px;
    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: #39b54a;
    border: 2px solid #39b54a;
    color: #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;
    color: #39b54a;
}
.info {
    text-decoration: underline;
    cursor: pointer;
}
#dakcheck p.loader{
    font-size: 50px;
}
#dakcheck{
    margin-bottom: 60px;
}
.insendtive {
    background-color: #222;
    padding: 10px;
    color: #fff;
}

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

.fa-check:before {
    content: "\f00c";
}


.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;
}

/* Bol */
.bol{
    position: absolute;
    top: -20px;
    right: 70px;
    width: 180px;
    height: 180px;
    padding: 48px 5px 10px;
    font-size: 24px;
    z-index: 10;
    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 h6,
.bol h4{
    line-height: 120%;
}
.bol h1{
    line-height: 100%;
}
.bol h6{
    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;
    }
}
.bol.form-2{
    right: 40px
}

/* Ticker */
#ticker-holder {
    overflow: hidden;
    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;
    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" */
    }
}

.logo-flex{
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* 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;
}
.asterisk{
    position: absolute;
    font-size: 12px;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}


#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;
}
.bedanktform{
    padding: 20px;
    border: 1px solid #f7f7b6;
    background: #fcfceb;
    margin-bottom: 20px;
}
.bedanktform .form-btn{
    background-color: #4cd028;
}
.bedanktform .form-btn:hover{
    background-color: #44bb24;
}

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

.footer{
    position: absolute;
    color: #404040;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0px;
    background-color: #fff;
    z-index: 100;
}
.footer .voorwaarden-col{	
	font-size: 14px;
	font-weight: 400;
}
.footer .voorwaarden-col a,
.footer .voorwaarden-col a:hover{
	color: #222;
    text-decoration: underline;
}



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

@media only screen and (max-width: 1199px){
    
    .pagina-1 .header h3{
        white-space: normal;
    }
    .form-btn {
        font-size: 20px;
    }
    .bol {
        top: -10px;
        right: -20px;
    }
    .bol h2{
        font-size: 20px;
    }
    .bol.form-2{
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        max-width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 0;
        transform: rotate(0deg);
    }
    .bol.form-2:before {
        display: none;
        animation: none;
    }
    #ticker-holder {
        margin-top: auto;
    }
    #vraag-4 h3{
        padding: 0px 80px;
    }
    
}

@media only screen and (max-width: 991px) {
    
    .pagina-1 .header h3 {
        margin-top: 10px;
        font-size: 20px;
    }    
    .pagina-1 .answer-holder {
        margin: 0 5px;
    }
    
    .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;
    }
    
    #vraag-4 h3{
        padding: 0px;
    }
    
    .bol {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        max-width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 0;
        transform: rotate(0deg);
    }
    .bol:before {
        display: none;
        animation: none;
    }
    .section-3 h1{font-size: 30px;}
}

@media only screen and (max-width: 767px) {
		
    .pagina-1 .header {
        padding: 15px 0px;
        margin: 0 auto;
    }
	
    .plaats{
        margin-top: 10px;
    }
	.logo{
		margin: 0 auto;
		padding-top: 0px !important;
	}
	
    .pagina-1 .header h3{
        margin-top: 10px;
        font-size: 18px;
    }
    .pagina-1 .content-section {
        padding-top: 20px;
        min-height: auto;
    }
    .pagina-1 .content-holder{        
		margin: 0 auto 20px;
		width: 100%;		
    }
    .pagina-1 .answer-holder{ 
        margin-bottom: 15px;
		padding: 5px;
        height: 56px;
		width: 230px;
        
        flex-direction: row;
        justify-content: flex-start;
	}
    .pagina-1 #vraag-3 .answer-holder,
    .pagina-1 #vraag-4 .answer-holder{
        justify-content: center;
    }
    .pagina-1 .answer-holder div:first-child{ 
        padding-right: 15px;
        padding-bottom: 0px;
	}
    .pagina-1 .icons{
		width: 50px;
	}
    .pagina-1 .answer-holder div:last-child {
        padding-top: 0px;
        height: auto;
    }
    .pagina-1 .answer-holder div:last-child p {
        font-size: 15px;
    }
	.form-control{
		font-size: 15px;
	}
	.FlowupLabels .fl_label {
		font-size: 15px;
	}	
	span.text-bold.stunt {
		font-size: 16px;
		}
    h3.text-bold.stunt {
        background-color: #222;
        color: #fff;
        font-size: 18px;
        padding: 10px 5px;
    } 
    .section-3 h1{font-size: 28px;}
}

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

	.logo{
		margin: 0 auto;
		padding-top: 0px !important;
	}
    
    .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;
		}  
    .twolines{
        display: initial;
    }
    .adv{
        top: -12px;
    }
    .bedanktform{
        margin-left: -20px;
        margin-right: -20px;
    }
    .section-3 h1{font-size: 24px;}