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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    background-color: #fff;
    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: 14px;
}
div.checkbox label {
    line-height: normal;
}
input[type="radio"] {
    margin: 4px 5px 0;
    margin-top: 1px;
    line-height: normal;
    transform: scale(1.1);
}
.form-horizontal .checkbox{
    padding-top: 0px;
}
.email-checkbox{
    margin-top: 40px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #efefef;
}
.email-checkbox .checkbox{
    margin: 0 auto;
}

.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback{
    right: auto !important;
    left: 5px;
    top: 8px !important;
}
.checkbox i.form-control-feedback{
    left: -10px;
    top: 12px !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-geboortedatum .form-control {
    padding-left: 10px;
}
#form-geboortedatum i.form-control-feedback{
    display: none !important;
}
#form-geboortedatum .has-error .form-control {
    background-color: #ffecec;
}
.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;
}
#form-geboortedatum label.selectlabel::after {
    right: 5px;
}


/* #Button */
.antw-btn{
    margin-bottom: 15px;
    padding: 20px 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    background-color: #c5003e;
}
.antw-btn.last{
    margin-bottom: 0px;
}
.antw-btn:hover{
    color: #fff;
    background-color: #95c11f;
    background-color: #eeb3c5;
    background-color: #da1a56;
}
.scroll-btn{
    margin-bottom: 25px;
    margin-left: 0px;
    max-width: 423px;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 40px 20px 10px;
}

.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;
}
.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;}
.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
==================================================*/

/* 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%;
}


.header-beeld{
    position: absolute;
    width: 100%;
    height: 275px;
    background-color: #e0dada;
    background-image: url(../img/beeld-header.jpg);
    background-size: 1920px;
    background-repeat: no-repeat;
}
.header-beeld .man-los{
    max-height: 275px;
}


/* Content section */
.content-section{
    padding: 0px 0px 35px;
}
.content{
    margin-top: 275px;
    padding: 25px 10px 0px 40px;
}
.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;
}
.content img{
    margin-top: 25px;
    border-radius: 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;
}

.form-holder{
    margin-top: 80px;
    margin-right: 30px;
    border-radius: 6px;
    background-color: #fefefe;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
.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: 16px;
}
.inner-border{
    min-height: 442px;
    padding: 40px;
    border-radius: 0 0 6px 6px;
}
.vraag{
    margin-bottom: 25px;
    min-height: 50px;
    line-height: 140%;
}
.div-holder{
    margin-top: 15px;
    margin-right: 30px;
    border-radius: 6px;
    background-color: #fefefe;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);    
} 

/*Bol*/
.bol{
    position: absolute;
    z-index: 1;
    top: -30px;
    right: -50px;
    width: 150px;
    height: 150px;
    padding: 40px 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: 18px;
    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;
    }
}

/*==================================================
  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 .logo{
        margin-top: 5px;
    }
    .header h1 {
        font-size: 32px;        
    }
    .header-beeld {
        background-position: left -360px center;
        background-size: 1870px;
    }
    
    .inner-border {
        padding: 40px;
    }
    .form-header h4 {
        font-size: 22px;
    }
    .bol{
        position: relative;
        transform: none;
        height: auto;
        width: auto;
        top: 40px;
        right: auto;
        box-shadow: none;
        padding: 8px;
        margin-right: 30px;
        margin-bottom: 15px;
        border-radius: 0px;
    }
    .bol h3{
        font-size: 18px;
    }
    .bol:before{
        border: none;
        animation: none;
    } 
    
}


@media only screen and (max-width: 991px) {    
    
    .header{
        padding: 20px;
    }
    .header .logo{
        margin-top: 0px;
    }
    .header h1 {
        font-size: 24px;
        text-align: right;
    }
    .header-beeld {
        background-size: 1500px;
    }
    
    .header-beeld {
        height: 220px;
    }
    .header-beeld .man-los {
        max-height: 220px;
    }
    .content {
        margin-top: 220px;
        padding: 25px 0px 0px 30px;
    }
    
    .right-col {
        margin-top: 80px;
    }
    .form-holder{
        margin-top: 60px;
    }
    .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;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    .header {
        padding: 20px 15px;
    }
    .header .logo{
        margin: 0 auto 10px;
    }
    .header h1 {
        font-size: 20px;
        text-align: center;
    }
    
    .header-beeld, .header-beeld img{
        height: 190px;
        background-position: left -280px center;
        background-size: 1300px;
    }
    
    .content {
        margin-top: 190px;
        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;
    }
    .div-holder{
        margin-right: 0px;
    }
    .bol{
        margin-right: auto;
        top: auto;
    }
        
}


@media only screen and (max-width: 479px) {
    
    body {
        padding-bottom: 200px;
    }
    
    .header {
        padding: 15px;
    }
    
    .header-beeld, .header-beeld img{
        background-position: left -360px center;
    }
    
    .content-section {
        padding: 0px;
    }
    .content {
        padding: 15px 0px;
    }
    .content h5 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 180%;
    }
    .scroll-btn{
        margin-bottom: 15px;
    }
    .content img{
        margin-top: 15px;
    }
    
    
    .form-holder {
        margin: 0px;
    }
    .inner-border {
        min-height: 368px;
        padding: 20px 10px 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-holder .mar-bot-15 {
        margin-bottom: 10px !important;
    }
    .form-header {
        padding: 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;
    }
    
}
