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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    background-color: #fff;
/*    background-color: #f3f3f3;*/
    overflow-x: hidden;
}
.advertorial{
    position: absolute;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}


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

#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{
    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;
}
.radio label, .checkbox label {
    text-align: left;
    font-size: 12px;
}
div.checkbox label {
    line-height: normal;
    width: 90%;
    float: left;
}
div.checkbox label input{
    height: 20px;
    width: 20px;
    top: 70%;
    left: 10px;
}
input[type="radio"] {
    margin: 4px 5px 0;
    margin-top: 1px;
    line-height: normal;
    transform: scale(1.1);
}

.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback.glyphicon.glyphicon-remove, i.form-control-feedback.glyphicon.glyphicon-ok {
/*    right: 5px !important;*/
    left: 10px;
    top: 8px !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-control{
    height: 48px;
    padding: 10px 12px 8px 40px;
    font-size: 16px;
    color: #69594c;
/*    border: 2px solid #bfc000;*/
/*    border-radius: 24px;*/
    border-radius: 3px;
}
.form-control.fl_input {
	padding: 20px 12px 4px 40px;
}
.FlowupLabels .fl_label {
    top: 14px;
    left: 40px;
    font-size: 16px;
    color: #69594c;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 8px;
    font-size: 11px !important;
    color: #bbb;
}
.FlowupLabels .fl_wrap.focused .fl_label{
    top: 6px;
    font-size: 12px !important;
    color: #aaa;
}
select {
    box-shadow: none;
    border: medium none;
    outline: medium none;
    display: inline-block;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
label {
    display: block;
    margin-bottom: 0px;
    font-weight: normal;
}
label.selectlabel::after {
    font-family: "Font Awesome 5 Pro";
/*    content: "\f065";*/
    content: "\f107";    
    font-size: 24px;
    color: #c5003e;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 30px;
    pointer-events: none;
}


/* #Button */
.antw-btn{
    margin-bottom: 15px;
    padding: 20px 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    background-color: #c5003e;
}
.antw-btn:hover{
    color: #fff;
    background-color: #95c11f;
    background-color: #eeb3c5;
    background-color: #da1a56;
}

.scroll-btn,
.form-btn{
    position: relative;
    margin: 0 auto;
    width: 100%;    
    padding: 11px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background-color: #95c11f;
    border-radius: 25px;
    
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.scroll-btn::after,
.form-btn::after{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    pointer-events: none;
    
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.scroll-btn:hover,
.form-btn:hover{
    background-color: #a7cf3a;
    cursor: pointer;
}
.scroll-btn:hover::after,
.form-btn:hover::after{
    right: 25px;
}


/*==================================================
  Campaign styles
==================================================*/

/* kleur */
.wit{color: #fff !important;}
.zwart{color: #000;}
.grijs{color: #8d8d8d;}
.blauw{color: #144e82;}
.bruin{color: #66554b;}
.oranje{color: #f39325;}
.rood{color: #c5003e;}

/* Fonts */
.nunito{
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: -1px;
}

.pagina-1,
.pagina-3{
    background-color: #f3f3f3;
}
.pagina-2{
    background-clip: #fff;
}

.section-1{
    background-color: #ffffff;
}
.content-holder{
    background-color: #ededed;
}
.section-3{
    padding: 40px 0px;
}


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

/* Header */
.header{
    padding: 30px;
    border-bottom: 2px solid #E6E7E9;
    background-color: #fff;
}
.header p{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    text-align: right;
    color: #ccc;
}
.logo{
    margin-top: 10px;
    width: 180px;
}
.header h2{
    margin-top: 10px;
    line-height: 100%;
}

.section-1{
    position: absolute;
    width: 100%;
    height: 275px;
}

.cta{
    background: #95c11f;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 10px;
}
.cta:after{
	top: 49px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
	border-top-color: #95c11f;
	border-width: 15px;
	margin-left: -15px;
    z-index: 1;
}
.content-holder{
    padding: 40px;
}
.video-holder{
    
}
.video-holder .video{
    border: 5px solid #fff;
    width: 100%;
}

.form-holder{
    margin-top: 40px;
    background-color: #fefefe;
    border: 1px solid #eee;
}

.inner-border{
    min-height: 442px;
    padding: 40px 50px;
}
.vraag{
    margin-bottom: 25px;
    min-height: 50px;
    text-align: center;
    background-color: #f3f3f3;
    padding: 20px 40px;
    margin-bottom: 50px;
}
.vraag.vragen:after{
    top: 66%;
}
.vraag h3{
    line-height: 140%;
}
.fa-chevron-double-down{
    margin-top: 5px;
}

.info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.stappen{
    padding: 20px 30px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
}
.vragenstappen{
    padding: 20px;
}
.stap{
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #c5003e;
}
.stap.active{
    background-color: #c5003e;
}

/* 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 {
    right: -100px;
    left: auto;
    bottom: -30px;
}
.carousel-indicators li{
    border: 2px solid #ff8c00;
}
.carousel-indicators .active{
    background-color: #ff8c00;
}
.carousel-inner .item{
    min-height: 90px;
}
.testimonial{
    min-height: 70px;
    margin-bottom: 10px;
}

.section-3 .flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 2px solid #ededed;
    padding: 0px 40px 40px;
    margin-bottom: 40px;
}
.flex img{
    min-width: 50px;
}
.content{
    padding: 0px 40px;
}
.mar-bot{
    margin-bottom: 25px;
}
.bullets{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff8c00;
}
.bullet{
    flex-direction: column;
    text-align: center;
    padding: 20px;
    flex: 1 1 0;
}
.bullet p{
    font-size: 20px;
}
.bol{
    margin: auto;
    height: 30px;
    width: 30px;
    padding: 5px 8px;
    border-radius: 15px;
    margin-bottom: 25px;
    background-color: #ff8c00;
}
.divider{
    display: block;
    width: 2px;
    height: 75px;
    margin: auto -20px 20px;
    background: #ff8c00;
}

/* Content section */
.content-section{
    padding: 0px 0px 35px;
}
.content h5{
    margin: 0 auto 25px;
    line-height: 200%;
}
.content h5.bullet{
    position: relative;
    margin: 0 0 10px;
    padding-left: 30px;
    line-height: 150%;
}
.content h5.bullet:last-child{
    margin-bottom: 25px;
}
.content h5.bullet:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #c5003e;
}
.text-holder{
    background-color: #c5003e;
    border-radius: 0px 0px 6px 6px
}

.right-col{
    margin-top: 110px;
}
.right-col .toestel-holder{
    position: relative;
    padding-right: 30px;
}
.right-col .toestel-holder h4{
    margin-bottom: 5px;
}
.right-col .toestel-holder h5{
    font-size: 15px;
}

.inner-border p{
    font-size: 12px;
    line-height: 160%;
}

.form-header{
    position: relative;
    margin-bottom: 0px;
    padding: 30px 20px;
    border-radius: 6px 6px 0 0;
    background-color: #c5003e;
    background-color: #444;
    background-color: #c5003e;
    background-color: #fff;
}
.form-header:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #999;
    content: '';
    width: 90%;
    height: 1px;
}
.form-header h4{
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 140%;
}
.form-header h5{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 140%;
}
.form-header p{
    font-size: 20px;
}



/*==================================================
  Pagina-3
==================================================*/

.ul-holder{
    padding: 25px 0px;
}
.ul-style{
    list-style: none;
    padding: 0px;
}
.image{
    border: 5px solid #fff;
}
.li-style{
    margin-top: 25px;
    padding-left: 40px;
    font-size: 18px;
    position: relative;
}
.li-style:before{
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    content: "\f00c";
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    background-color: #ff8c00;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    top: calc(50% - 15px);
}

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

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer p{
    color: #ccc;
    line-height: 140%;
    margin: 20px auto 15px;
}
.footer p:last-child{
    margin: 0px auto 20px;
    font-size: 12px;
}
.footer a, .footer a:hover{
    color: #ccc;
    text-decoration: underline;
}



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

@media only screen and (max-width: 1259px){ 
    
    .bol{
        top: -40px;
        right: -30px;
    }
}

@media only screen and (max-width: 1199px){    
    
    .header h2{
        font-size: 26px;
    }
    
    .inner-border {
        padding: 40px;
    }
    .form-header h4 {
        font-size: 22px;
    }
    .form-holder{
        margin-top: auto;
    }
    .bol h3{
        font-size: 18px;
    }
    .bol:before{
        border: none;
        animation: none;
    } 
    .stappen{
        padding: 20px;
    }
    .vragenstappen{
        padding: 20px 10px;
    }
    
}


@media only screen and (max-width: 991px) {    
    
    .content-holder{
        padding: 20px;
    }
    .header{
        padding: 20px;
    }
    .header h2 {
        margin-top: 17px;
        font-size: 19px;        
    }
    
    .content {
        margin-top: auto;
        padding: 25px 0px 0px 30px;
    }
    
    .right-col {
        margin-top: 80px;
    }
    .form-header p {
        font-size: 15px;
    }
    .inner-border {
        min-height: 397px;
        padding: 30px 15px 15px;
    }
    .vraag {
        min-height: 66px;
    }
    .antw-btn {
        font-size: 16px;
    }
    label.selectlabel::after {
        top: 12px;
        right: 15px;
        font-size: 20px;
    }
    .video{
        margin-top: 20px;
    }
    .carousel-indicators{
        right: -70px;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    .header {
        padding: 20px 15px;
    }
    .logo{
        margin-top: 0px;
        margin-left: auto !important;
    }
    .header h2{
        margin-top: 10px;
        font-size: 18px;
        line-height: 120%;
        text-align: center !important;
    }
    
    .header-beeld, .header-beeld img{
        height: 190px;
    }
    
    .content {
        padding: 25px 0px;
    }
    .content h5 {
        margin: 0 auto 25px;
    }
    
    .right-col{
        margin-top: 0px;
    }
    .form-holder {
        margin: 0px;
    }
    .inner-border{
        min-height: 0;
        min-height: 383px;
    }
    .vraag {
        min-height: 44px; 
    }
    
    #bedankt-holder h2{
        font-size: 24px;
    }
    #bedankt-holder h4{
        font-size: 16px;
    }
    .bol{
        margin-right: auto;
        top: auto;
    }
    .carousel-indicators{
        bottom: -10px;
    }
    .image{
        max-width: 50%;
    }
    .video{
        max-width: 50%;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
        
}


@media only screen and (max-width: 677px) {
    
    .bullets{
        display: block;
    }
    .divider{
        display: none;
    }
    
}


@media only screen and (max-width: 479px) {
    
    body {
        padding-bottom: 140px;
    }
    
    .header {
        padding: 15px;
    }
    
    .content-section {
        padding: 0px;
    }
    .content {
        margin-top: auto;
        padding: 15px 0px;
    }
    .content h5 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 180%;
    }
    .scroll-btn{
        margin-bottom: 15px;
    }
    .video{
        max-width: 100%;
    }
    .video-holder{
        margin-top: 15px;
    }
    .image{
        max-width: 100%;
        height: 170px;
        width: 290px;
        object-fit: cover;
    }
    
    .form-holder {
        margin: 0px;
    }
    .inner-border {
        min-height: 368px;
        padding: 10px;
    }
    .form-header {
        padding: 10px;
    }
    .form-header h5 {
        font-size: 16px;
        line-height: 140%;
    }	
    .form-control {
        padding: 10px 12px 8px 30px;
		font-size: 16px;
    }
    .FlowupLabels .fl_label {
        left: 30px;
		font-size: 16px;
    }
    .form-control.fl_input {
        padding: 20px 12px 4px 30px;
    }
    i.form-control-feedback.glyphicon.glyphicon-remove, i.form-control-feedback.glyphicon.glyphicon-ok {
        left: 0px;
    }
    .form-holder .mar-bot-15 {
        margin-bottom: 10px !important;
    }
    .form-header {
        padding: 10px;
    }
    .vraag:first-of-type {
        margin: 0px auto 10px;
    }
    .vraag {
        margin: 15px auto 10px;
        font-size: 14px;
    }
    .vraag-btn {
        padding: 8px;
        font-size: 16px;
    }
    
    
    .bedankt {
        padding: 40px 10px 10px;
    }
    .bedankt h1 {
        font-size: 20px;
    }
    
    .advertorial{
        margin-top: 5px;
    }
    .ul-holder{
        padding: 0px 0px 15px;
    }
    .cta:after{
        top: 39px;
        border-width: 10px;
        margin-left: -10px;
    }
    .content-holder{
        padding: 10px 5px;
    }
    .carousel-indicators{
        right: -40px;
    }
    .mar-bot{
        margin-bottom: 15px;
    }
    h1{font-size: 20px; line-height: 140%;}
    h2{font-size: 18px; line-height: 140%;}
    h3{font-size: 16px; line-height: 140%;}
    h4{font-size: 14px; line-height: 140%;}
    
}
