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

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


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



/*==================================================
 Form
==================================================*/
form {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.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{
    padding: 17px 20px;
	color: #fff;
    font-size: 24px;
	font-weight: 700;
    border-radius: 5px;
/*    background-color: #ff6600;*/
    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: #e65c00;*/
	background-color: #ff8800;
}
.form-btn:hover:after{
	right: 25px;
}
.mini{
    font-size: 12px;
}


/* 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;
}
.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: #71A115;
    -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;
/*
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #71A115;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
*/
}
.gender-col.has-error label{    
    border-color: #a94442;
    color: #a94442;
}
.gender-col .form-control-feedback{
    display: none !important;
}


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

/* Kleuren */
.groen{color: #71A115;}
.blauw{color: #131844;}
.oranje{color: #FD9208;}
.grijs{color: #797979;}
.donkerblauw{color: #0090e3;}


/* 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
==================================================*/

.intro{
    padding: 0 50px;
}

/*Bol*/
.bol{
    position: absolute;
    top: -50px;
    right: -130px;
    width: 190px;
    height: 190px;
    padding: 0px 15px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #81b840;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    -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 #81b840;
    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;
    }
}

.pagina-1{
    position: relative;
    z-index: 100;
    padding-bottom: 125px;
}

.native-logo{
    margin-top: -15px;
    margin-bottom: 5px;
}
.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 #81b840;
}
.stap.active{
    background-color: #81b840;
}
/* Header */
.pagina-1 .header{
    position: relative;
    padding: 25px 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;
}
.header .adv {
    position: absolute;
    right: 5px;
    top: -15px;
    font-size: 12px;
}
.header .adv.groot {
    font-size: 16px;
}
.pagina-1 .header h3{
    margin-top: 10px;
    white-space: pre-wrap;
    font-size: 22px;
}


.content-section{
    padding-top: 30px;
}
.content-holder{
/*    margin-bottom: 100px;*/
    min-height: 430px;
    padding: 60px 40px;
    border-radius: 10px;
    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: #f1f6e8;
    background-color: #f8faf3;
    background-color: #fff;
    border: 2px solid #71A115;
    border: 2px solid #fff;
/*
    border: 2px solid #f8faf3;
    border: 2px solid #eaf1dc;
*/
    -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;
/*
    height: 44px;
*/
}
.answer-holder:hover{
/*    border: 2px solid #71A115;*/
    border-color: #71A115;
    background-color: #fff;
}
.pagina-1 .answer-holder div:last-child p {
    font-size: 16px;
}
.icon-text{
    color: #131844;
}
.info{
    text-decoration: underline;
    cursor: pointer;
}
#dakcheck p.loader{
    font-size: 50px;
}
.beoordeling-img {
    width: 60px;
}
.beoordeling-tekst {
    margin-top: -40px;
}
.beoordeling-holder {
    margin-left: 15px;
    margin-top: 10px;
}
.beoordeling-tekst-small {
    font-size: 14px;
}
.section-2 {
    padding-top: 15px;;
}
.div-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
}
.section-2 .flex {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
}
.section-2 .flex-box {
    display: flex;
    justify-content: space-between;
}
/*
#Button1 {
    width: 350px;
    max-width: 100%;
}
*/
.xs {
    font-size: 12px !important;
}
/* 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;
}


#bedanktpagina 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;
}



/*==================================================
 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){    
    
    .pagina-1 .header h3{
        padding-left: 20px;
        white-space: normal;
    }
    .pagina-1 .native-logo{
        margin-top: -5px;
        margin-bottom: 10px;
    }
    .form-btn {
        font-size: 20px;
    }
    .bol{
        right: -30px;
    }
    #vraag-1 h4{
        padding: 0px 160px;
    }
    .form-header h4 {
        padding: 0px 80px;
    }
    .intro{
        padding: 0 140px;
    }
    
}

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

    .pagina-1 .header h3 {
        margin-top: 4px;
        font-size: 20px;
    }    
    .pagina-1 .answer-holder {
        margin: 0 5px;
    }
    #vraag-1 h4,
    .form-header h4 {
        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;
    }
    
    .pagina-1 .native-logo{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .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;
    }
    .intro{
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    
    body {
        background: url("../img/zonduurzaam-header.jpg") top 70px left -280px no-repeat
    }
    .pagina-1 .header .logo{
        margin: 0 auto;
        width: 200px;
    }
    .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 auto;
		width: 100%;		
    }
    .pagina-1 .answer-holder{ 
        margin-bottom: 15px;
		padding: 5px;
        height: 56px;
		width: 230px;
        
        flex-direction: row;
        justify-content: flex-start;
	}
    .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: 16px;
    }
    .pagina-1 #vraag-3 .answer-holder{
        justify-content: center;
    }
    
}

@media only screen and (max-width: 479px) {
    
    .pagina-1 .header {
        padding: 30px 0px;
    }
    .pagina-1 .adv {
        top: -15px;
    }
    .pagina-1 .header .logo {
        width: 150px;
    }
    
    .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;
    }
    .form-btn {
        font-size: 18px;
    }
    .form-btn:after {
        right: 15px;
    }
    .form-btn:hover:after {
        right: 10px;
    }
    
}