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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 60px;
    min-height: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    background-color: #fff;
}
.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;
}

.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback{
    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-radius: 3px;
}
.form-control.fl_input{
	padding: 20px 12px 4px 20px;
}
.form-control.selectpicker {
	padding: 4px 12px 4px 16px;
}
.FlowupLabels .fl_label,
.FlowupLabels .selectpicker {
    top: 14px;
    left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.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: "\f063";    
    font-size: 24px;
    color: #ff8400;
    font-weight: 900;
    position: absolute;
    top: 7px;
    right: 30px;
    pointer-events: none;
}

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

/* kleur */
.wit{color: #fff !important;}
.groen{color: #2add53;}

/* #Button */
.antw-btn{
    margin-bottom: 15px;
    padding: 15px 10px;
    font-size: 22px;
    color: #fff;
    border-radius: 25px;
    background-color: #ff8400;
    font-weight: 600;
    text-transform: uppercase;
}
.antw-btn.last{
    margin-bottom: 0px;
}
.antw-btn:hover{
    color: #fff;
    background-color: #ff9422;
}

.form-btn{
    position: relative;
    margin: 0 auto;  
    padding: 11px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    background-color: #2add53;
    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;
}
.form-btn:hover{
    background-color: #68c300;
    cursor: pointer;
}

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

/* Header */
.logo{
    width: 200px;
    margin: 0 auto;
}

.header{
    padding: 30px;
    background-color: #ffffff;
}
.header p{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    text-align: right;
    color: #ccc;
}
.header .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-beeld{
    width: 100%;
    height: 290px;
    background-color: #4c6b7f;
    background-image: url(../img/header-beeld.png);
    background-size: 1920px;
    background-repeat: no-repeat;
}

/* 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%;
    font-weight: 600;
    font-size: 18px;
}
.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: #2add53;
    font-weight: 400;
}
.content img{
    margin-top: -140px;
    margin-left: -20px;
    margin-bottom: 20px;
}

#text-column{
    margin-top: 40px;
}
#text-column .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#text-column .flex .flex-img{
    flex: 1;
}

.form-holder{
    margin-top: -50px;
}
#vragen-holder.form-holder,
#form-holder-1.form-holder,
#bedankt-holder.form-holder{
    border-radius: 6px;
    background-color: #fefefe;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);    
}
.inner-border p{
    font-size: 12px;
    line-height: 160%;
}
#bedankt-holder{
    padding: 100px 55px;
    font-size: 20px;
    line-height: 160%;
}

.form-header{
    position: relative;
    margin-bottom: 0px;
    padding: 30px 30px 5px;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
}
.form-header h4{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 140%;
}
.inner-border{
    padding: 25px 40px;
    border-radius: 0 0 6px 6px;
    background-color: #2add53;
}
.tekst{
    margin-bottom: 15px;
    line-height: 140%;
    text-align: center;
}
.vraag{
    margin-bottom: 5px;
    min-height: 50px;
    line-height: 140%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}


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

.pagina-2{
    background-image: url(../img/header-beeld.png);
    background-color: #fff;
    background-repeat: no-repeat;
}
.pagina-2 .form-holder{
    margin-top: 20px;
    position: relative;
}
.pagina-2 .inner-border{
    background-color: #eeeeee;
}


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

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2add53;
    padding-top: 20px;
    margin-bottom: 15px;
}
.footer p{
    color: #000;
    line-height: 140%;
    margin: 0px auto;
}
.footer p:last-child{
    font-size: 12px;
}
.footer a, .footer a:hover{
    color: #000;
    text-decoration: underline;
}

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

@media only screen and (max-width: 1199px){
    
    body{
        padding-bottom: 280px;
    }
    .header h3{
        font-size: 18px;
    }
    
    .header-beeld {
        background-position: left -150px center;
        background-size: 1660px;
        height: 255px;
    }
    
    .inner-border {
        padding: 40px;
    }
    .content img{
        margin-top: -120px;
        margin-left: auto;
    }
    
}


@media only screen and (max-width: 991px) {    
    
    body{
        padding-bottom: 80px;
    }
    
    .header{
        padding: 20px;
    }
    .header .logo{
        width: 150px;
        margin: 0 auto;
    }
    .header h2{
        font-size: 24px;
    }
    
    .header-beeld {
        background-size: 1500px;
        height: 230px;
    }
    .content {
        padding: 25px 0px 0px 30px;
    }
    #text-column{
        margin-top: auto;
    }
    
    .form-holder{
        position: relative;
        margin-top: 60px;
    }
    .form-header h4{
        font-size: 16px;
    }
    .inner-border {
        padding: 30px 15px 15px;
    }
    .antw-btn {
        font-size: 16px;
    }
    .content img{
        margin-top: auto;
    }
    .pagina-1 .inner-border {
        min-width: auto;
    }
    .pagina-1 .form-holder{
        margin-top: -10px;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    .header {
        padding: 20px 15px;
    }
    .header .flex,
    #text-column .flex,
    .footer .flex{
        display: block
    }
    .header .logo{
        margin-bottom: 10px;
    }
    .header h2{
        text-align: center;        
    }
    .tekst{
        font-size: 20px;
    }
    .header-beeld, .header-beeld img{
        height: 190px;
        background-position: left -180px center;
        background-size: 1300px;
    }
    
    .content {
        padding: 25px 0px;
    }
    .content h5 {
        margin: 0 auto 25px;
    }
    
    .vraag {
        min-height: 44px; 
    }
    
    #bedankt-holder {
        padding: 30px 10px;
    }
    .scroll-btn{
        margin-left: auto;
        font-size: 18px;
    }
    .bullet-holder{
        margin-left: auto;
        margin-right: auto;
        width: 400px;
    }
    .footer p:first-of-type{
        margin-bottom: 10px;
    }
        
}


@media only screen and (max-width: 479px) {
    
    body{
        padding-bottom: 120px;
    }
    
    .header {
        padding: 15px;
    }
    
    .header-beeld, .header-beeld img{
        height: 220px;
        background-position: left -200px top;
    }
    
    .content-section {
        padding: 0px;
    }
    .content {
        padding: 15px 0px;
    }
    .content h5 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 180%;
    }
    .scroll-btn{
        font-size: 14px;
    }
    .content img{
        margin-top: 15px;
    }
    
    .form-header h4{
        font-size: 14px;
    }
    .inner-border {
        min-height: 268px;
        padding: 20px 10px 10px;
    }
    .form-header {
        padding: 10px;
    }	
    .form-control {
		font-size: 16px;
    }
    .FlowupLabels .fl_label {
		font-size: 16px;
    }
    .form-holder .mar-bot-15 {
        margin-bottom: 10px !important;
    }
    .tekst{
        font-size: 14px;
    }
    .vraag{
        font-size: 16px;
    }    
    
    .bedankt {
        padding: 40px 10px 10px;
    }
    .bedankt h1 {
        font-size: 20px;
    }
    
    .advertorial{
        margin-top: 5px;
    }
    .bullet-holder{
        margin: auto;
        width: 100%;
    }
    
}
