/*==================================================
  General Styles
==================================================*/
html{
    height: 100%;
}
body{
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #1d2b34;
    width: 100%;
    background-color: #fff;
}
img {margin: 0px auto;}

h1,h2,h3,h4,h5,h6,p{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 130%;
}

.modal-content{
    border: none;
}
.modal-body{
    font-size: 14px;
}


/*==================================================
  General Form Styles
==================================================*/

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

.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form .form-group{
    margin-bottom: 15px;
}
.bedankt .form-group{
    margin-bottom: 0;
}
.form-control{
    height: 50px;
    color: #000;
    font-size: 16px;
/*    font-weight: 300;*/
    border-radius: 5px;
}
.form-control.fl_input {
    padding: 16px 12px 4px 20px;
}
.FlowupLabels .fl_label {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
    color: #666;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 4px;
    transform: translateY(0);
    font-size: 13px !important;
    color: #aaa;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 3px;
    font-size: 12px !important;
    color: #ccc;
}

.form-control::-webkit-input-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
}
.form-control::-moz-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
}
.form-control:-ms-input-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
}
.form-control:-moz-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
}
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;
}
label.radio-inline{
    text-align: left;
    font-size: 16px;
    color: #000;
}
.form-horizontal .has-feedback .form-control-feedback {
    margin-top: 4px;
}
.form-horizontal .has-feedback select~ .form-control-feedback {
    margin-top: 8px;
    right: 15px;
}
/*.has-error .form-control,*/
.has-error .form-control-feedback {
    color: #ad0c33;
}
.has-feedback label~.form-control-feedback {
    top: 4px !important;
    right: 10px !important;
}
.has-feedback label.radio-inline~.form-control-feedback {
    top: 0px !important;
    right: 14px !important;
}
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"]{
    height: 20px;
    width: 20px;
}
.radio-inline input[type="radio"]{
    top: 4px;
}



/*==================================================
  Campaign Styles
==================================================*/

/* Kleuren */
.zwart{color: #000000;}
.grijs{color: #2e2e2e;}
.lichtgrijs{color: #bababa;}
.geel{color: #ffd300;}
.wit{color:#fff;}
.oranje{color:#f3932a;}


/* Tekst */
h1{font-size: 34px;}
h2{font-size: 28px;}
h3.titel{margin-bottom: 15px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
p{font-size: 16px;
line-height: 180%;
font-weight: 400;}
p.small{font-size: 14px;}

.bedankt p{font-size: 16px;
line-height: 140%;
font-weight: 300;}

/* Buttons */
.camp-btn{
    margin-left: 0px;
    width: 400px;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px 35px 15px 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
/*    text-transform: uppercase;*/
    color: #fff;
    border-radius: 5px;
    background-color: #85bf31;
}
.camp-btn:after{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 0.7em;
    font-weight: 300;
}
.camp-btn:hover{
    background-color: #8bd127;
}
.camp-btn:hover:after{
    right: 10px;
}

.form-btn{
    width: 100%;
    font-size: 24px;
/*    background-color: #3fa800;*/
    color: #fff;
}
.form-btn:hover{
/*    background-color: #348603;*/
}

.scroll-top-btn{
    margin: 0 auto;
    width: 160px;
    cursor: pointer;
}
.scroll-top-btn div{
    position: relative;
    margin: 0 auto 15px;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #000;
    text-align: center;
    border-radius: 50%;
    background-color: #f3932a;
    
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}
.scroll-top-btn div i{
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    
    -webkit-transition: top 250ms ease;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    -ms-transition: top 250ms ease;
    transition: top 250ms ease;
}
.scroll-top-btn:hover div{
    background-color: #cf710b;
}
.scroll-top-btn:hover div i{
    top: 10px;
}
.scroll-top-btn p{
    font-size: 18px !important;
    color: #000;
}
.scroll-top-btn:hover p{
    color: #000;
}
.block{
    display: block;
}




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

.header{
    padding: 20px 0px;
    border-bottom: 1px solid #efefef;
}
.header p:not(.adv){
    margin-top: 4px;
    font-size: 20px;
}
.header .logo-holder{
    position: absolute;
    top: -14px;
    width: 135px;
}
.header .fbc-logo{
    width: 110px;
}
.header h3 {
    padding: 10px;
}
.header span.groot{
    font-size: 28px;
}
.adv{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}

.header .right {
    margin-right: -240px;
}
.logo-text {
    margin-top: 2rem;
    margin-left: 3rem;
    color: #7d7c7c;
}



/*==================================================
  Pagina 1 Styles
==================================================*/

/* Section-* */
.section-2,
.section-3,
.section-5,
.section-6,
.section-7{
    padding: 60px 0px 70px;
}
.section-4{
    padding: 40px 0px 0px;    
}
.section-8{
    padding: 30px 0px 10px;
}
.section-3{
    background-color: #f3932a;
}
.section-5{
    background-color: #7d7c7c;
}
.section-7{
    background-color: #f4f4f4;
}

/* Section 1 */
.section-1{
    position: relative;
    min-height: 670px;
    padding-top: 90px;
    background: url(../img/isosun-header.webp) center center;
    background-repeat: no-repeat;
}
.section-1 .content-holder{
/*    margin-right: 30px;*/
    -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);
}
.section-1 .jaar{
    position: absolute;
    margin-top: -30px;
    right: 0;
}

.section-1 .content-holder .top{
    padding: 30px 40px;
/*    background-color: #e9eaec;*/
    background-color: #fff;
}
.section-1 .content-holder .hoek-links{
    position: absolute;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    height: 20px;
    width: 60px;
}
.section-1 .content-holder .hoek-rechts{
    position: absolute;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 20px;
    width: 60px;
    right: 20px;
}
/*
.section-1 .content-holder .text-holder{
    padding: 20px;
}
*/
.section-1 .content-holder .text-holder h1{
    margin-bottom: 0px;
    line-height: 120%;
    font-size: 32px;
}
.section-1 .content-holder .text-holder .bullets{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.bullets h5{
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 140%;
    font-size: 15px;
}
/*
.bullets h5:last-of-type{
    margin-bottom: 20px;
}
*/
.bullets h5:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc70b;    
}

.section-1 .content-holder .bottom{
    padding: 30px 20px;
    background-color: #7d7c7c;
}
.section-1 .content-holder .bottom h3{
    font-size: 20px;
}
.section-1 .bottom .text-klein{
    font-size: 14px;
}

h4.voorraad{
    padding: 10px 20px;
    font-size: 24px;
    background-color: #729e1d;
}
.bol{
    position: absolute;
    height: 204px;
    width: 204px;
    padding: 40px 5px;
    color: #ffffff;
    font-size: 22px;
    background-color: #ef7916;
    border-radius: 100px;
    top: -80px;
    right: 340px;
}
.bol h3{
    line-height: 120%;
}
.bol .text-big{
    font-size: 50px;
    line-height: 110%; 
}


/* Section 2 */
.section-2 .titel{
    margin-top: 50px;
}
.section-2 .carousel-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-2 .carousel-div-1{
    width: 60%;
    padding-right: 15px;
}
.section-2 .carousel-div-2{
    width: 40%;
    padding-left: 15px;
}


/* Slideshow */
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -50px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -50px;
}
.carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li{
    border: 1px solid #d0d0d0;
    background-color: #fff;
}
.carousel-indicators li.active{
    background-color: #d0d0d0;
}


/* Section 3 */

.section-3 .bullets h5:before{
    color: #fff;    
}



/* Section 4 */
.section-4 .styling-holder{
/*    margin-top: 20px;*/
    padding: 20px 10px;
    background-color: #063d43;
    margin-bottom: 20px;
    cursor: pointer;
}
.section-4 .styling-holder h3{
    font-size: 20px;
}
.section-4 .text-klein{
    font-size: 12px;
}

/* Section 5 */
.section-5 h1{
    position: relative;
    z-index: 1;
    font-size: 32px;
}
.quotes{
    background: url(../img/quotes.png) center center no-repeat;
    background-size: contain;
}

/* Section 6 */
.section-6 .flex{
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
}

.section-6 .reviews{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    column-gap: 20px;
}
.section-6 .cijfer-holder{
    background-color: #000;
    position: absolute;
    width: 100px;
    top: 20px;
    right: -20px;
    padding: 10px;
}
.section-6 .cijfer-holder:after{
    top: 100%;
    right: 0;
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    margin: 0 auto;
    background: transparent;
    border-top: 5px solid #3f3f3f;
    border-left: 10px solid #3f3f3f;
    border-bottom: 5px solid transparent;
    border-right: 10px solid transparent;
}
.section-6 .review-holder{
    width: 30%;
    background-color: #fff;
    -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);
}
.section-6 .review-holder .top{
    position: relative;
    height: calc(100% - 40px);
    padding: 55px 20px 20px;
}
.section-6 .review-holder .bottom{
    position: relative;
    background-color: #f3932a;
    height: 40px;
}
.section-6 .bottom:after{
    top: 100%;
    left: 10%;
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    margin: 0 auto;
    background: transparent;
    border-top: 20px solid #f3932a;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f3932a;
}

/* Section 7 */
.section-7 .titel{
    margin-top: 30px;
}


/* Form modal */
.vragen-holder .form-header p {
    font-size: 16px;
}
.vragen-holder h4.vraag:before {
    content: attr(data-nummer);
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #ffc70b;
}
.vragen-holder h4 {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
}
.vragen-holder .radio label,
.vragen-holder .checkbox label{
    font-size: 16px;
}
.vragen-holder .checkbox input{
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.vragen-holder .checkbox input[type="checkbox"]{
    height: 13px;
    width: 13px;
    border: 1px solid #818181;
    border-radius: 7px;
    cursor: pointer;
}
.vragen-holder .checkbox input[type="checkbox"]:hover{
    border: 1px solid #5c5c5c;
}
.vragen-holder .checkbox input[type="checkbox"]:checked{
    border: 1px solid #0075ff;
}
.vragen-holder .checkbox input[type="checkbox"]:checked:hover{
    border: 1px solid #005cc8;
}
.vragen-holder .checkbox input[type="checkbox"]:checked:after{
    content: " ";
    position: absolute;
    background: #0075ff;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    left: 2px;
    top: 2px;
}
.vragen-holder .checkbox input[type="checkbox"]:checked:hover:after{
    background: #005cc8;    
}
.vragen-holder .antw-meerdere{
    display: none;
}

.form-holder{
    padding: 15px;
}
.form-header h3{
    font-size: 20px;
}
.form-header.groen h3 {
    color: #f3932a;
    font-size: 30px;
}
.form-header.groen p {
    font-size: 18px;
}
.form-header p,
.form-header li{
    font-size: 16px;
    line-height: 140%;
}
.form-header p.text-bold{
    font-weight: 700 !important;
}
p.gegevens{
    font-size: 14px !important;
    line-height: 140%;
}

p.text-center.underline {
    padding-bottom: 20px;
}

.underline{
    border-bottom: 1px solid #aaa;
    margin: 15px 0;
}
.checkbox-text{
    margin-left: 10px;
}
.geslacht-text{
    margin-left: 10px;
    margin-top: 3px;
    line-height: 100% !important;
}

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

.footer{
    position: relative;
    margin-top: 25px;
    padding: 25px 0px 30px;
}
.footer:before{
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0px;
    content: "";
    position: absolute;
    left: 0;
}
.footer p{
    font-size: 14px;
}
.footer-balk{
    background-color: #000;
    padding: 10px 0px;
    margin-bottom: 30px;
}



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

@media only screen and (max-width: 1199px){    
    
    .section-1 {
        min-height: 650px;
        padding-top: 60px;
        background-size: 1390px;
        background-position: calc(50% + 60px) top;
    }
    .header h3 {
        text-align: right;
        font-size: 22px;
        padding: 10px;
    }
    .bol {
        right: 155px;
    }
    .section-1 #video-background{
/*        height: 380px;*/
    }
    .section-1 .content-holder h1{
        font-size: 38px;
    }
    .section-1 .content-holder .bottom{
        padding: 20px;
    }
    .section-2 .titel,
    .section-3 .container .titel,
    .section-7 .titel{
        margin-top: auto;
    }
}


@media only screen and (max-width: 991px) {
    
    .header .logo-holder {
        width: 100px;
    }
    .header h3 {
        text-align: right;
        font-size: 14px;
        padding: 10px;
    }
    .header .flex-feedback{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }
    .header .right {
        margin-right: -215px;
    }
    .logo-text {
        margin-top: 0px;
    }

    h4 {
        font-size: 16px;
    }
    
    .section-1 {
        padding-top: 40px;
        background-size: 1060px;
        background-position: calc(50% + 45px) top;
    }
    .section-1 .content-holder .top {
        padding: 20px 20px 10px;
    }
    .section-1 .content-holder .top h1 {
        font-size: 30px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 18px;
    }
    .section-1 .camp-btn {
        font-size: 20px;
    }
    .section-1 .content-holder .bottom {
        padding: 15px 10px;
    }
    .section-1 .content-holder .bottom h3{
        font-size: 20px;
    }
    .bullets h5 {
        padding-left: 25px;
        font-size: 15px;
    }
    h4.voorraad {
        font-size: 21px;
    }
    
    .section-2,
    .section-3,
    .section-5,
    .section-6,
    .section-7,
    .section-8{
        padding: 50px 0px;
    }
    .section-4{
        padding: 50px 0px 0px;        
    }
    .stylisten{
        margin-top: 150px;
    }
}


@media only screen and (max-width: 767px) {
	
    .header {
        margin-bottom: 0px;
        padding: 20px 0px;
    }
    .header h3{
        text-align: right;
        margin-left: 15px;
    }
    .header .logo-holder{
        position: relative;
        top: auto;
        padding-top: 0px;
        width: 120px;
    }
/*
    .header .flex-feedback{
        margin-top: -40px;
    }
*/
    .section-1{
        min-height: 0;
    }
    .section-1 .content-holder{
        margin: 15px auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .section-1 .content-holder .top{
        margin-bottom: 20px;
        padding: 0px;
    }
    .section-1 .content-holder .hoek-rechts{
        right: 10px;
    }
    .section-1 .content-holder .top h1 {
        font-size: 32px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 22px;
    }
    .section-1 .content-holder h1{
        margin-bottom: 20px;
    }
    .section-1 .camp-btn {
        width: 380px;
    }
/*
    .section-1 .bol {
        position: relative;
        top: 0;
        right: 0;
        width: 423px;
        max-width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 0;
        background-color: #50a942;
        transform: rotate(0deg);
    }
    .section-1 .bol:before {
        display: none;
        animation: none;
    }
*/
    .block{
        display: inline-block;
    }
    
    .section-2 .carousel-div{
        justify-content: space-between;
    }
    .section-2 .carousel-div-1{
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .section-2 .carousel-div-2{
        width: 100%;
        padding-left: 0;
        order: 1;
    }
    
    .section-2,
    .section-3,
    .section-5,
    .section-6,
    .section-7,
    .section-8{
        padding: 35px 0px;
    }
    .section-4{
        padding: 35px 0px 0px;
    }
    .stylisten{
        margin-top: auto;
    }
    
    .section-1{
        padding: 0px;
        background: none;
    }
    .section-1 .content-holder{
        margin-right: 0px;
    }
    .section-1 .camp-btn {
        width: 380px;
    }
    .bullets h5,
    .bullets h5:not(:last-child) {
        margin-bottom: 15px;
    }
    .bullets:first-of-type{
        margin-bottom: 0px;
    }
    .section-1 .content-holder .bottom {
        background-color: #ff8c00;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -30px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -30px;
    }
    .section-4 .camp-btn,
    .section-5 .camp-btn{
        margin-bottom: 20px;
    }
    
    .section-6 h2{
        font-size: 26px;
    }
    #carousel{
        margin-bottom: 30px;
    }
    .section-5 .container img{
        margin-bottom: 50px;
    }
    .mar-top-20{
        margin-top: 10px;
    }
    
    .section-6 .reviews{
        display: block;
        padding: 0px 10px;
    }
    .section-6 .review-holder{
        width: auto;
        margin-bottom: 60px;
    }
    .section-6 .review-holder:last-of-type{
        margin-bottom: 30px;
    }
    
}


/*
@media only screen and (max-width: 590px) {
    
    .header .flex-feedback{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 10px;
    }
}
*/


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

    p {
        line-height: 160%;
    }
    
    .camp-btn:after {
        right: 20px;
    }
    .camp-btn:hover:after {
        right: 15px;
    }
    
    .header {
        padding: 10px 0px;
    }
    .header .adv{
        top: -15px;
    }
    .header .logo-holder{
        width: 100px;
    }
    .header h3 {
        text-align: left;
        margin-left: 10px;
        font-size: 16px;
    }
    
/*
    .section-1 #video-background {
        height: auto;
        max-width: 100%;
    }
*/
/*
    .section-1 .content-holder .text-holder {
        padding: 10px;
    }
*/
    .section-1 .content-holder .top h1 {
        margin-bottom: 10px !important;
        font-size: 21px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 18px;
    }
    
    .section-2,
    .section-3,
    .section-5,
    .section-6,
    .section-7,
    .section-8{
        padding: 25px 0px;
    }
    .section-4{
        padding: 25px 0px 0px;
    }
    
    .section-1 .content-holder .text-holder .bullets{
        display: block;
        margin-bottom: 20px;
    }
    .bullets h5 {
        font-size: 14px;
    }
    .bullets h5, .bullets h5:not(:last-of-type) {
        margin-bottom: 10px;
    }
    
    .section-3:before {
        height: 50px;
        top: -25px;
    }
    
    .section-6 h2{
        font-size: 24px;
    }
    
    .modal-header,
    .modal-body {
        padding: 15px;
    }
    .form-holder {
        padding: 0px;
    }
    .form-holder p{
        font-size: 16px;
        line-height: 140%;
    }
/*
    .form-header{
        padding: 0 0 20px;
    }
*/
    .form-header.groen h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .form-header.groen p {
        font-size: 16px;
    }
    .form-btn {
        font-size: 18px;
    }
    .block{
        display: inline;
    }
    h3.titel{
        font-size: 18px;
    }
    
}