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

html{
    height: 100%;
}
body{
    position: relative;
	min-height: 100%;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #050f2f;
    background-color: #ededed;
}


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

#success_message, .help-block{ 
    display: none !important;
}
.mar-0{margin-bottom: 0px;}
.mar-10{margin-bottom: 10px;}
.mar-15 {margin-bottom: 15px;}
.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-group{
    position: relative;
    margin-bottom: 15px;
}
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback.glyphicon.glyphicon-remove, i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 10px !important;
    top: 10px !important;
}
label i.form-control-feedback.glyphicon.glyphicon-remove, label i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 40px !important;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    left: 10px !important;
}
/* Form */
.form-control{
    border: 1px solid #f2f2f2;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 55px;
    padding-left: 55px;
}
.input-icon{
    position: relative;
    display: block;
}
.input-icon:before{
    content: '\f007';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: 1.2em;
    font-weight: 500;
    padding: 15px 21px;
    text-rendering: optimizeLegibility;
}
.icon-tel:before{
    content: '\f879';
}
.icon-mail:before{
    content: '\f1fa';
}


/* Custom checkbox */
.checkbox input[type="checkbox"]{
    margin-left: 0px;
}
.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr {
    position: relative;
    display: inline-block;
    margin-top: 3px;
/*    border: 1px solid #cac6c6;*/
    border: 1px solid #000;
/*    border-radius: .25em;*/
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    width: 16px;
    height: 16px;
    float: left;
/*    margin-right: .5em;*/
    background-color: #fff;
}
.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 50%;
    left: 15%;
}
.checkbox .focus-border{
    position: absolute;
    opacity: 0;
    left: 0px;
/*    left: 10px;*/
    margin-top: 3px;
/*    border-radius: .25em;*/
    border-radius: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.checkbox label input[type="checkbox"] {
/*    display: none;*/
    opacity: 0;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}
.checkbox label input[type="checkbox"]:focus~.focus-border {
    opacity: 1;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}
.checkbox label {
    padding-left: 0px;
}
.checkbox label p{
    margin: 0;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}

.form-horizontal .radio-inline{
    margin-right: 20px;
}
.form-horizontal .has-feedback .radio-inline ~ .form-control-feedback,
.form-horizontal .has-feedback .checkbox-inline .form-control-feedback {
    top: 0px !important;
    right: 5px;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 3px 0 0;
    line-height: normal;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.radio-inline input[type="radio"],
.radio-inline input[type="checkbox"] {
    margin-left: -30px;
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 20px;
}
label.radio-inline,
label.checkbox-inline{
    color: #999999;
    font-size:18px;
    vertical-align: middle;
    margin-left: 20px;
}
.gender-col label{
    font-weight: 500;
}


.voucher-col input,
.benader-col input{
    margin-left: -20px!important;
}
.voucher-col label,
.benader-col label {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.voucher-col label span,
.benader-col label .radio-optin {
    position: relative;
    line-height: 22px;
    margin-left: -20px;
    padding-top: 2px;
    display: block;
}
.voucher-col label span:before,
.voucher-col label span:after,
.benader-col label .radio-optin:before,
.benader-col label .radio-optin:after {
    content: '';
}
.voucher-col label span:before,
.benader-col label .radio-optin:before {
    border: 1px solid #999999;
    background-color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
}
.voucher-col label span:after,
.benader-col label .radio-optin:after {
    background: #0075ff;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 3px;
    transition: 300ms;
    opacity: 0;
}
.voucher-col label input:checked+span:after,
.benader-col label input:checked+.radio-optin:after {
    opacity: 1;
}
.benader-col h5{
    margin-top: -20px;
    margin-left: 28px;
}


textarea {
    padding: 12px !important;
    resize: none;
}
.has-success .radio-inline,
.has-success .checkbox-inline{
    color: #999999;
}

/* Buttons */
.camp-btn{
    display: inline-block;
    width: auto;
    padding: 18px 60px 18px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    background: rgb(252,154,73);
    background: linear-gradient(70deg, rgba(252,154,73,1) 0%, rgba(239,119,21,1) 100%);
    -webkit-box-shadow: 0px 20px 40px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 20px 40px -10px rgba(0,0,0,0.4);
    box-shadow: 0px 20px 40px -10px rgba(0,0,0,0.4);
}
.camp-btn:after{
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
/*
    top: 50%;
    transform: translateY(-50%);
*/
    font-size: 1.2em;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}
.camp-btn:hover,
.camp-btn:focus{
    transform: translateY(-5px);
}
.camp-btn:active{
    transform: translateY(0px);
}
.camp-btn:hover:after{
    right: 15px;
}
.fas{
    text-rendering: optimizeLegibility;
}
.answ-btn{
    min-width: 105px;
    padding: 18px 50px 18px 25px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.answ-btn:after{
/*    content: '\f061';*/
    font-size: 1.1em;
    font-weight: 200;
}
.answ-btn:not(:first-of-type){
    margin-left: 20px
}
#form-btn-1{
    min-width: 100%;
}


/* Links */
a, a:link, a:visited, a:active, a:focus{
    color: #464648;
}


/* Kleuren */
.grijs{color: #9195a4;}
.groen{color: #96c221;}
.oranje{color: #ef7715;}


/* Tekst */
h2.vraag{
    font-size: 36px;
    min-height: 169.56px;
}
h4{font-size: 20px;}

/* Social shares */
.jssocials-shares{
    margin: 0 !important;
    text-align: center;
}
.jssocials-share {
/*    margin: 0 !important;*/
    margin-right: 5px !important;
    display: inline-block;
    vertical-align: top;
}
.jssocials-share:last-child {
    margin: 0 !important;
}
.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 14px !important;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link{
    display: inline-block;    
    padding: .45em .5em !important;
    width: 28px;
    height: 28px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: #fff !important;
    
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
    color: #fff;
}
.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998; }
        .jssocials-share-facebook .jssocials-share-link:hover {
            background: #6c77aa; }
.jssocials-share-twitter .jssocials-share-link {
    background: #00aced; }
        .jssocials-share-twitter .jssocials-share-link:hover {
            background: #67b7ef; }
.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6; }
        .jssocials-share-linkedin .jssocials-share-link:hover {
            background: #5191c2; }
.jssocials-share-email .jssocials-share-link {
    background: #000000; }
        .jssocials-share-email .jssocials-share-link:hover {
            background: #333333; }


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

.header{
    margin-bottom: 80px;
    padding: 30px 0px;
    background-color: #fff;
    border-radius: 0 0 50px 50px;
}
.header .logo-cc{
    margin-right: 20px;
}
.header .logo-onderzoek{
    margin-left: 20px;
}



/*==================================================
 Content section
==================================================*/

/* Start pagina */
.content-section{
    min-height: 500px;
}
.topbloemen{
    position: relative;
    margin-left: 30px;
    margin-top: 60px;
    width: 440px;
    max-width: calc(100% - 30px);
    padding: 10px 30px 10px 65px;
    border-radius: 0 32px 32px 0;
    background-color: #fff;
}
.topbloemen img{
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);        
}
.topbloemen h4{
    font-size: 18px;
    font-weight: 600;
}
.home-slider{
    height: 340px;
}
.slider-nav .img-slide{
    background-color: #fff;
    height: 50px;
    width: 70px;
    padding: 5px;
    border-radius: 5px;
    opacity: 0.3;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}
.slider-nav .slick-current{
    opacity: 1;
}
.slider-nav .img-slide img{
    height: 40px;
    width: 60px;
    object-fit: scale-down;
}
.slick-slider .slick-track{
  min-width: 100%;
  transform: translate3d(0, 0, 0)!important;
}
.bol{
    position: absolute;
    background-color: #ef7715;
    color: #fff;
    border-radius: 90px;
}
.bol-groot{
    width: 148px;
    height: 148px;
    padding: 40px 5px;
}
.bol-klein{
    width: 69px;
    height: 69px;
    padding: 15px 5px;
}
#tuin-bol-slider{
    bottom: 20px;
    left: 30px;
}
#tuin-bol-prijzen{
    bottom: 65px;
    left: 15px;
}
#tuin-bol-formulier{
    bottom: 25px;
    left: 15px;
}

/* Vragen pagina */
.progress-holder{
    margin-bottom: 30px;
    width: 60%;
}
.progress{
    margin-bottom: 5px;
    height: 5px;
    border-radius: 8px;
    background-color: #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
}
.progress-bar{
    width: 20%;
    background-color: #96c221;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar.q2{width: 35%;}
.progress-bar.q3{width: 50%;}
.progress-bar.q4{width: 65%;}
.progress-bar.q5{width: 80%;}
.progress-bar.q6{width: 90%;}
.progress-bar.q7{width: 100%;}


/* Prijzen pagina en Goede doelen pagina */
.prijzen-holder,
.doelen-holder{
    margin-top: 40px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.prijs-holder,
.doel-holder{
    margin: 0 15px 30px;
    width: 240px;
    min-width: 190px;
    max-width: calc(33% - 30px);
}
.prijs-holder .kader,
.doel-holder .kader{
    position: relative;
    padding: 25px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
}
.prijs-holder .kader img{
    margin-bottom: 10px;
}
.prijs-holder .kader p{
    min-height: 34px;
}
.prijs-holder .btn-holder,
.doel-holder .btn-holder{
    margin-top: -15px;
}
.prijs-holder .form-kader{
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;    
}

.doel-holder .info-doel{
    cursor: pointer;
    position: absolute;
    color: #4b97d1;
    top: 20px;
    right: 20px;
}
.doel-holder .info-doel:hover{
    color: #9195a4;
}
.doel-holder img{
    padding: 40px 0px;
}
#sluit-doel{
    display: flex;
    align-items: center;
}

.vraag-formulier-1 .prijzen-holder{
    margin-bottom: 20px;
}


/* LOADER */
.loader-txt{
    height: 72.8px;
}
#loader{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 5px;
    border-radius: 15px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
}
#layer{
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    #96c221,
    #96c221 10px,
    #a6cb42 10px,
    #a6cb42 20px
    );
    width: 0%;
    height: 100%;
    border-radius: 15px;
}
#counter{
    font-size: 18px;
    width: 1%;
    text-align: right;
}


.bedankt-hallostroom{
    margin: 0 auto;
    width: 650px;
    max-width: 100%;
    padding-top: 25px;
    border-top: 1px solid #ccc;
}
.bedankt-hallostroom h3{
    color: #19b8e8;
}
   

/*==================================================
 Bottom section
==================================================*/

.bottom-section{
    position: relative;
    margin-top: 50px;
    padding: 60px 0px;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
}
.wereldbol{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    pointer-events: none;
}
.cta-head{
    cursor: pointer;
}



/*==================================================
 Pagina-2
==================================================*/





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

.footer{
/*
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
*/
    margin-top: 0px;
    padding: 25px 0px;
    background-color: #fff;    
}
.footer p{
    font-size: 12px;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active,
.footer a:focus{
    color: #464648;
    text-decoration: underline;
}



/*==================================================
 Media Queries
==================================================*/


@media only screen and (max-width: 1199px){    
	
    h1{font-size: 30px;}
    h2, h2.vraag{font-size: 26px;}
    h3{font-size: 24px;}
    h4{font-size: 18px;}
    h5{font-size: 14px;}
    
    .content-section {
        min-height: 480px;
    }
    .bol-groot {
        width: 128px;
        height: 128px;
        padding: 32px 5px;
    }
    #tuin-bol-slider{
        left: 0px;
    }
    
    .wereldbol{
        width: 300px;
    }
    h2.vraag{
        min-height: 90px;
    }
		
}


@media only screen and (max-width: 991px) {
    
    h1{font-size: 24px;}
    h2, h2.vraag{font-size: 20px;}
    h3{font-size: 18px;}
    h4{font-size: 16px;}
    h5{font-size: 12px;}
    
    .header {
        margin-bottom: 60px;
    }
    .bol-groot {
        width: 100px;
        height: 100px;
        padding: 25px 5px;
    }
    .bol-klein{
        width: 49px;
        height: 49px;
        padding: 9px 4px;
    }
    
    .topbloemen {
        margin-left: 25px;
        max-width: calc(100% - 25px);
        padding: 10px 30px 10px 60px;
    }
    .topbloemen img {
        left: -40px;
    }
    .topbloemen h4 {
        font-size: 16px;
    }
    
    .answ-btn:not(:first-of-type) {
        margin-left: 10px;
    }
    h2.vraag{
        min-height: 60px;
    }

}


@media only screen and (max-width: 767px) {
    
    .bol h2{font-size: 26px;}
    .bol h4{font-size: 18px;}
	
    .header{
        margin-bottom: 50px;
    }
    .header .logo-cc{
        margin-right: 10px;
        max-width: calc(100% - 10px);
    }
    .header .logo-onderzoek{
        margin-left: 10px;
        max-width: calc(100% - 10px);
    }
    .bol-groot {
        width: 128px;
        height: 128px;
        padding: 32px 5px;
    }
    #tuin-bol-slider{
        left: auto;
        right: calc(100% - 220px);
    }
    
    .question-img{
        margin-bottom: 20px;
        width: 200px;
    }
    .question-holder{
        text-align: center !important;
    }
    
    
    .prijzen-holder,
    .doelen-holder{
        margin-bottom: 0px;
    }
    .prijs-holder,
    .doel-holder{
        margin: 0 10px 30px;
    }
    h2.vraag{
        min-height: 48px;
    }
    .progress-holder{
        width: 100%
    }

}


@media only screen and (max-width: 699px) {
    
    #tuin-bol-slider{
        right: calc(100% - 170px);
    }
    
}


@media only screen and (max-width: 619px) {
    
    #tuin-bol-slider{
        right: calc(100% - 140px);
    }
    
}


@media only screen and (max-width: 519px) {
    
    #tuin-bol-slider{
        right: calc(100% - 130px);
    }
    
}


@media only screen and (max-width: 479px) {
    
    h1{font-size: 20px;}
    h2, h2.vraag, .bol h2{font-size: 18px;}
    h3{font-size: 16px;}
    .bol h4{font-size: 16px;}
    
    .header {
        margin-bottom: 40px;
        padding: 20px 0px;
        border-radius: 0 0 30px 30px;
    }
    .header .logo-cc{
        margin-right: 5px;
        max-width: calc(100% - 5px);
    }
    .header .logo-onderzoek{
        margin-left: 5px;
        max-width: calc(100% - 5px);
    }
    .jssocials-share-link {
        width: 25px;
        height: 25px;
        padding: .35em .45em !important;
    }
    .jssocials-share-logo {
        font-size: 13px !important;
    }
    
    
    .home-slider{
        height: auto;
    }
    .bol-groot{
        width: 80px;
        height: 80px;
        padding: 16px 5px;
    }
    #tuin-bol-slider{
        left: 10px;
        right: auto;
    }
    #tuin-bol-prijzen{
        bottom: 51px;
        left: 10px;
    }
    
    .topbloemen {
        padding: 10px 30px 10px 70px;
    }
    .topbloemen img {
        left: -30px;
    }
    .topbloemen h4 {
        font-size: 14px;
    }
    
    
    .question-img{
        margin-bottom: 15px;
        width: 180px;
    }
    .answ-btn {
        min-width: inherit;
        padding: 18px 40px 18px 15px;
        font-size: 14px;
    }
    .answ-btn:not(:first-of-type) {
        margin-left: 5px;
    }
    
    
    .prijzen-holder,
    .doelen-holder{
        margin-top: 20px;
    }
    .prijs-holder,
    .doel-holder{
        margin: 0 5px 20px;
        min-width: 150px;
    }
    .prijs-holder .kader,
    .doel-holder .kader{
        padding: 10px;
    }
    .prijs-holder .kader p,
    .doel-holder .kader p{
        font-size: 12px;
    }
    .prijs-holder .btn-holder,
    .doel-holder .btn-holder{
        margin-top: -10px;
    }
    .vraag-prijzen h3.mar-bot-40 {
        margin-bottom: 20px !important;
    }
    .vraag-prijzen .answ-btn {
        padding: 12px 40px 12px 15px;
    }
    
    
    .bottom-section {
        padding: 40px 0px;
        background-color: #fff;
        border-radius: 30px 30px 0 0;
    }
    h2.vraag{
        min-height: 77px;
    }
    
}


/* Wereldbol */
@media only screen and (min-width: 1450px){    
	
    .wereldbol{
        width: 380px;
    }
		
}

@media only screen and (min-width: 1650px){    
	
    .wereldbol{
        width: auto;
    }
		
}