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

html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    background: url('../img/achtergrond.jpg') center center fixed no-repeat;
}



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

#success_message,
.help-block{ 
    display: none !important;
}
.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-group{
    margin-bottom: 10px;
}

.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback{
    top: 12px !important;
}
.checkbox i.form-control-feedback {
    top: 20px !important;
    left: -10px;
    right: auto;
}
.has-error .checkbox label{
    color: #a94442;
}
.has-success .checkbox i.form-control-feedback{
    display: none !important;
}
.form-control{
    height: 58px;
/*    padding: 16px 12px 16px 20px;*/
    font-size: 16px;
    color: #000;
    border: 2px solid #ced4da;
    border-radius: 10px;
}
.form-control:focus{
/*    padding: 26px 12px 6px 20px;*/
}
.form-control.fl_input {
	padding: 20px 12px 4px 20px;
}
.FlowupLabels .fl_label {
/*
    top: 50%;
    transform: translateY(-50%);
*/
    top: 18px;
    left: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 10px;
    font-size: 13px !important;
    color: #bbb;
}
.FlowupLabels .fl_wrap.focused .fl_label{
/*
    top: 8px;
    font-size: 14px !important;
*/
    color: #aaa;
}
.checkbox label {
    padding-left: 30px;
}
.checkbox input[type="checkbox"]{
    margin-left: -30px;
}


/* #Button */
.camp-btn{
    position: relative;
/*    margin-top: 20px;*/
    margin-left: 0px;
/*    width: 365px;*/
/*    width: 390px;*/
    max-width: 100%;
    
    padding: 21px 40px 21px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    border-radius: 10px;
    background-color: #ff7800;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 10%);
}
.camp-btn:after{
    content: '\f356';
    font-family: 'Font Awesome 5 Pro';
    font-size: .9em;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.camp-btn:hover{
    background-color: #fe9335;
    cursor: pointer;
}
.camp-btn:hover:after{
    right: 20px;
}



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

/* kleur */
.grijs{color: #999999;}



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

h1{
/*
    margin-bottom: 40px;
    font-size: 60px;
*/
    
    margin-bottom: 30px;
    font-size: 40px;
}
h2{
    margin-bottom: 20px;
    font-size: 24px;
}
p{
    font-size: 16px;
    line-height: 140%;
}
span.nowrap{
    white-space: nowrap;
}

main{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 20px 0;
}
.holder{
    padding: 40px 50px 45px;
    border-radius: 25px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
}
.holder ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 20px;
}
.holder li{
    margin-bottom: 5px;
    font-size: 16px;
}
.holder li:before{
    content: attr(data-number);
    position: absolute;
    left: -20px;
    font-weight: 700;
    color: #ff7700;
}
.logo-slider{
    margin: 0 -50px;
}
.logo-slider div.slide{
    padding: 0 20px;
}
.logo-slider div.slide img{
    height: 40px;
}

/*
.logo-holder{
    margin: -10px 0 0 auto;
    max-width: 100%;
}
.slide-logo{
    -webkit-transition: .4s -webkit-filter ease-in;
    -o-transition: .4s -o-filter ease-in;
    transition: .4s filter ease-in;
    
    -webkit-filter: blur(0px) opacity(100%);
            filter: blur(0px) opacity(100%);
}
.slide-logo.blur{
    -webkit-filter: blur(5px) opacity(0%);
            filter: blur(5px) opacity(0%);
}



/* Bedankpagina */
.pagina-2 p{
    font-size: 16px;
    line-height: 140%;
}



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





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





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

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


@media only screen and (max-width: 991px) {    
    
/*
    .logo-holder{
        margin-top: -5px;
        width: 170px;
    }
*/
    
}


@media only screen and (max-width: 767px) {    
    
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    
    .container{
        width: 100%;
    }
    .holder {
        padding: 20px 25px 25px;
    }
    .logo-slider{
        margin: 0 -25px;
    }
    .camp-btn{
        margin: 0 auto;
    }
/*
    .logo-holder {
        margin: 20px auto 0;
        width: 180px;
    }
*/
        
}


@media only screen and (max-width: 479px) {
    
    h1 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    
    .holder {
        padding: 20px;
    }
    .logo-slider{
        margin: 0 -20px;
    }
    .camp-btn{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 140%;
    }
    .camp-btn:after{
        right: 20px;
    }
    .camp-btn:hover:after{
        right: 10px;
    }
    
}