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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 70px;
	min-height: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
    background: url("../img/achtergrond_lente.jpg") 50% 50% #ededed no-repeat;
    overflow-x: hidden;
}


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


/*==================================================
  Font Styles
==================================================*/

h1, h2, h3 ,h4{
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
  }


/*==================================================
 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{
    right: 5px !important;
    top: 12px !important;
}
select~ i.form-control-feedback{
    right: 10px !important;
    top: 12px !important;
}
.col-pad-10 select~ i.form-control-feedback{
    right: 15px !important;
}
.radio-inline~ i.form-control-feedback{
    top: 1px !important;
    right: 10px !important;
}


/*
.has-success .radio-inline,
.has-error .radio-inline{
    color: #fff;
}
*/
.has-success .radio-inline{
    color: #fff;
}
.has-error .form-control-feedback,
.has-error .radio-inline{
    color: #e8423f
}
.radio-inline ~ .glyphicon-ok{
    display: none !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;
}
label.radio-inline{
    font-size: 16px;
    color: #fff;
}
.form-horizontal .radio{
    padding-left: 20px;
}

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


/* Buttons */
.form-btn{
    padding: 18px 20px;
	color: #fff;
    font-size: 24px;
	font-weight: 700;
    border-radius: 5px;
    background-color: #ff6600;
}
.form-btn:after{
    position: absolute;
    top: 18px;
    right: 25px;
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
}
.form-btn:hover{
	background-color: #e65c00;
}
.form-btn:hover:after{
	right: 20px;
}
#ButtonContact{
	margin-top:20px;
}



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

/* Kleuren */
.donkerblauw{color: #0a6eb0;}
.lichtblauw{color: #1dace4;}
.oranje{color: #ef7715;}
.pagina-1 .oranje{color: #ff7f00 !important;}
.groen{color: #4cae32;}
.blauw{color: #19b8e8;}
.grijs{color: #564e4e;}
.lichtgrijs{color: #ddd;}

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


/* 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);
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#029dc8+0,19b8e8+100 */
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff 0%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fff 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fff 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); /* IE6-9 */    
}
.pagina-1 .adv {
    position: absolute;
    right: 5px;
    top: -20px;
    font-size: 12px;
    color: #000;
}
.pagina-1 .adv.groot {
    font-size: 16px;
}
.pagina-1 .header .logo{
    width: 300px;
    margin-top: 20px;
}
.pagina-1 .header .flex{
    padding-left: 25px;
    min-height: 84px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pagina-1 .header h1{
    font-size: 30px;
}

.content-section{
    padding-top: 60px;
}

/*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-holder{
/*    padding: 40px 40px 60px;*/
    padding: 40px 55px 60px;
    border-radius: 5px;
    
    background: #328EAE;
    background: -webkit-gradient(linear, left top, right bottom, from(#328EAE), to(#44BACE));
    background: linear-gradient(to bottom right, #328EAE 0%, #44BACE 100%);
    
    -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: rgba(0,0,0,0.75);
}

.answers-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.answer-holder{
    display: flex;
    justify-content: center;
/*    justify-content: space-around;*/
    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 #efefef;
    -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;
}
.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-bottom: 2px solid #fff;
    background-color: #f0f0f0;
}
.info:after {
    position: absolute;
    content: "\f05a";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 15px;
    margin-top: -8px;
    margin-left: 5px;
    cursor: pointer;
}
#dakcheck p.loader{
    font-size: 50px;
}
.vraag-postcode h4{
    font-size: 16px;
}


/* Form */
.form-header h4{
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.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;
}
.form-horizontal .label-radio{
    font-weight: normal;
}
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%;
}

.bedankt-geschikt h4{
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: none;
}

/* Extra vraag bedankpagina */
p.bullet{
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    color: #fff;
}
p.bullet:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    color: #FF7700;
}


/* Bedank pagina - nieuwsbrief optin */
.bedankt-nieuwsbrief{
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}
.bedankt-nieuwsbrief .checkbox{
    padding: 15px;
/*    background-color: #efefef;*/
    border-radius: 5px;
    margin: 0 auto;
    width: 80%;
    border: 1px solid #fff;
}
.bedankt-nieuwsbrief .checkbox label,
.bedankt-geschikt .checkbox label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}
.bedankt-nieuwsbrief .checkbox label::after,
.bedankt-geschikt .checkbox label::after {
    content: '';
    display: table;
    clear: both;
}
.bedankt-nieuwsbrief .checkbox .cr,
.bedankt-geschikt .checkbox .cr {
    position: absolute;
    margin-top: 3px;
/*    left: 15px;*/
    left: 0;
    display: inline-block;
    border: 2px solid #ccc;
    background-color: #fff;
    width: 16px;
    height: 16px;
    margin-right: .5em;
}
.bedankt-nieuwsbrief .checkbox .cr .cr-icon,
.bedankt-geschikt .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 50%;
    left: 10%;
    color: #1dace4;
}
.bedankt-nieuwsbrief .checkbox label input[type="checkbox"],
.bedankt-geschikt .checkbox label input[type="checkbox"] {
    margin-left: -30px;
    opacity: 0;
}
.bedankt-nieuwsbrief .checkbox label input[type="checkbox"]+.cr>.cr-icon,
.bedankt-geschikt .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}
.bedankt-nieuwsbrief .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.bedankt-geschikt .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}
.bedankt-nieuwsbrief .checkbox label input[type="checkbox"]:disabled+.cr,
.bedankt-geschikt .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}


/* Ticker */
#bar-holder {
    margin: 20px auto 60px;
    overflow: hidden;
/*    padding: 10px;*/
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    -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);
}
.klanten-vertellen{
    display: inline-block;
    width: 30px;
    margin: -8px auto -5px 5px;
}

.fa-ul{
    margin-left: 22px;
    margin-bottom: 0px;
}
.fa-ul li{
    margin-bottom: 10px;
}
.fa-ul li:last-child{
    margin-bottom: 0px;
}


/* Modal - Helaas */
#helaas .modal-header{
    padding: 0px;
    border: none;
}
#helaas .close{
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    z-index: 999;
}
#helaas 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: #1676d7;
/*    background-color: rgba(255,255,255,0.7);*/
    z-index: 150;
}
.voorwaarden-col{	
	font-size: 14px;
	font-weight: 300;
}
.voorwaarden-col a,
.voorwaarden-col a:hover{
	color: #95dffc;
    text-decoration: underline;
}



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

@media only screen and (max-width: 1199px){    
    
    .form-btn {
        font-size: 20px;
    }
    .bol{
        right: -110px;
    }
    
}

@media only screen and (max-width: 991px) { 
    
    .pagina-1 .header .flex {
        min-height: 72px;
    }
    .pagina-1 .header h3 {
        font-size: 20px;
    }
    
    .content-holder {
        padding: 40px 45px 60px;
    }
    .content-holder h2{
        font-size: 28px;
    }
    .content-holder h4{
        font-size: 16px;
    }
    .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;
    }
    .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 .logo{
        margin: 0 auto 10px;
        width: 100px;
    }
    .pagina-1 .header .flex {
        padding-left: 0px;
        min-height: inherit;
        justify-content: center;
    }
    .pagina-1 .header .flex h1{
        font-size: 24px;
    }
    
    .pagina-1 .content-section {
        padding-top: 20px;
    }
    .pagina-1 .content-holder{        
		margin: 0 auto 20px;
		width: 100%;
        padding: 25px 30px 40px;
    }
    .pagina-1 .answer-holder{ 
        margin-bottom: 15px;
		padding: 5px;
        height: 56px;
		width: 265px;
        
        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;
    }
    
	.bedankt-nieuwsbrief .checkbox {
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
    
    body{
        background: #029dc8;
    }
    
    #controleren .modal-body {
        padding: 20px;
    }
    #controleren h3{
        font-size: 18px;
    }
    
    .pagina-1 .header {
        padding: 15px 0px;
    }
    .pagina-1 .header .flex h1,
    .content-holder h4{
        font-size: 14px;
    }
    .pagina-1 .adv {
        top: -10px;
    }
    .pagina-1 .adv.groot {
        font-size: 14px;
    }
    .pagina-1 .header .logo {
        margin: 0 auto 5px;
        width: 80px;
    }
    .pagina-1 .header h3{
        font-size: 18px;
        text-align: center;
    }
    
    .pagina-1 .content-section {
        padding-top: 10px;
    }
    .pagina-1 .content-holder {
        margin-bottom: 10px;
        padding: 20px;
    }
    .content-holder h2 {
        font-size: 24px;
    }
    .pagina-1 .content-holder h3 {
        font-size: 18px;
    }
    .pagina-1 .info:after {
        margin-top: -2px;
    }
    .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:after{
        display: none;
    }
    #bar-holder {
        margin-top: 10px;
    }
    
}