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

html{
    height: 100%;
}
body{
    position: relative;
	min-height: 100%;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}
section p {
    font-size: 17px;
    line-height: 160%;
}
/*==================================================
 Header
==================================================*/
.header-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 15px 0px;
}
.navbar {
    margin-bottom: auto;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse{
    max-height: 450px;
}
.navbar-fixed-top{
    position: fixed;
    background: #003f4e;
    border-bottom: none;
}
.nav.navbar-nav {
/*    margin: 30px 0px 0px 0px;*/
    transition: margin 500ms ease;
}
.nav.navbar-nav .oranje {
    text-decoration: underline;
}
.navbar-brand {
    height: auto;
}
.navbar-nav>li>a{
    margin: 5px 0px !important;
    color: #FCFCFC;
}
.navbar-default .navbar-nav>li>a.wit {
    color: #FCFCFC !important;
}
.navbar-default .navbar-nav>li>a.zwart {
    color: #080A00 !important;
}
.nav li {
    font-size: 15px;
    margin: 0 12px;
}
.small-logo {
    width: 90px !important;
}
.small-header {
    margin-top: 15px !important;
}

.btn-nav {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.nav .btn {
    padding: 10px 15px !important;
}
.btn {
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    font-weight: 600;
    max-width: 100%;
    min-width: 165px;
    text-align: center;
    font-size: 15px;
    padding: 15px !important;
}
.btn:hover {
    letter-spacing: 0.7px;
}
.btn-nav .demo {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}
.btn-nav .demo:hover {
    color: #f60 !important;
    border-color: #f60 !important;
    background: #FCFCFC !important;
}
.btn-nav .demo-scroll {
    color: #f60 !important;
    border-color: #f60 !important;
    background: transparent !important;
}
.btn-demo {
    color: #f60 !important;
    border-color: #f60 !important;
    background: #FCFCFC !important;
}
.btn-demo:hover,
.btn-free:hover {
    border-color: #f80 !important;
    background: #f80 !important;
    color: #FCFCFC !important;
}
.btn-free {
    color: #FCFCFC !important;
    border-color: #f60 !important;
    background: #f60 !important;
}
.logo {
    width: 180px;
    transition: width 500ms ease;
}
.navbar-toggle{
    margin-top: 5px;
}

.section-pad {
    padding: 80px 0px;
}
/*==================================================
 Form
==================================================*/

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
}
.has-feedback .form-control {
    padding-right: 40px !important;
}
i.form-control-feedback{
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%);
    
    width: auto;
    height: auto;
    
    font-size: 16px;
    font-weight: 900;
}
select~ i.form-control-feedback{
    right: 25px !important;
}
.has-error .form-control-feedback{
    color: #e8423f;
}
.form-control{
    height: 52px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 11px 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:focus,
.has-success .form-control:focus{
    border-color: #66afe9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control{
    border-color: #e3e3e3;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control.fl_input{
    padding: 24px 10px 6px 15px;
}
.FlowupLabels .fl_label {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #777;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 8px;
    transform: translateY(0);
    font-size: 14px !important;
    font-weight: 300;
    color: #999;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    font-weight: 400;
    color: #777;
}
#success_message,
.help-block{
    display: none !important;
}
label.selectlabel {
    display: block;
    position: relative;
    margin-bottom: 0px;
    font-weight: normal;
}


/* Buttons */
.def-btn{
    display: block;
    margin: 15px auto 25px;
    position: relative;
    max-width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    
    background-color: #ff6600;
/*    background-color: #EA641A;*/
    
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}
.def-btn:hover{
/*    background-color: #ff8800;*/
/*    background-color: #DE7C36;*/
    color: #fff;
    text-decoration: none;
    background-color: #F4802E;
}

.form-btn{
    font-size: 18px;
    color: #ff6600;
    border: 1px solid #ff6600;
    background-color: #fff;
}
.form-btn:hover{
/*    color: #fff;*/
/*    color: #ef832b;*/
/*    background-color: #ff6600;*/
/*    border-color: #ef7e22;*/
    
    border-color: #f80 !important;
    background: #f80 !important;
    color: #fff !important;
    letter-spacing: 0.7px;
}



/*==================================================
 Campagne
==================================================*/

.col-pad-15{ padding-left: 15px; padding-right: 15px;}
.row-mar-15{ margin-left: -15px; margin-right: -15px;}
img{margin: 0 auto;}

.wit{color: #FCFCFC !important;}
.zwart{color: #080A00 !important;}
.donkerblauw{color: #003F4E !important;}
.oranje{color: #f60 !important;}
.groen{color: #aac748; !important;}

/* Tekst */
.text-bold{font-weight: 700}
.text-extra-bold{font-weight: 800}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    line-height: 140%;
}
h1{font-size: 62px;}
h2{font-size: 48px;}
h3{font-size: 32px;}
h4{font-size: 28px;}
h5{font-size: 24px;}
p{font-size: 16px; line-height: 160%;}
.modal-body h4{margin-bottom: 10px; font-weight: 600;}
.modal-body p{margin-bottom: 25px; font-size: 14px; line-height: 140%;}



.intro-section {
    background: url(../img/intro-background.jpg) top -100px center;
    padding: 120px 0px 200px;
    background-color: #003f4e;
}
.intro-section h2{
    font-size: 30px;
}
.form-page {
    padding: 80px 0px;
    margin-top: -230px;
}
.content-holder {
    width: 550px;
}
.img-holder img {
    width: 260px;
    margin-bottom: 40px;
}
.text-holder p {
    margin-bottom: 40px;
}

.video-holder{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.video-holder .video{
    border-radius: 6px 6px 0px 0px;
    width: 100%;
}
.video-player {
    max-width: 100%;
    width: 870px;
    height: auto;
    border-radius: 20px;
}
.bullet-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 20px;
}
.bullets {
    display: flex;
    flex-direction: column;
    width: 250px;
}
.bullets h5 {
    font-size: 22px;
}
.bullets p {
    font-size: 16px;
}
.bullets i {
    font-size: 29px;
    margin-bottom: 15px;
    color: #003F4E;
}

.banner {
    background-image: linear-gradient(to right, #4fc54e , #7ec900);
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 40px;
    border-radius: 10px;
    justify-content: space-evenly;
}
.banner h3 {
    font-size: 24px;
}
.banner img {
    width: 150px;
    margin: 0;
}
.banner .btn {
    background-color: #ff6600;
    color: #fff;
    min-width: 250px;
    font-size: 16px;
    padding: 12px !important;
    transition: all 300ms;
    position: relative;
}
.banner .btn:hover {
    letter-spacing: normal;
}
.banner .btn:after {
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
    right: 17px;
    color: #fff;
    font-size: 17px;
    position: absolute;
    transform: rotate(-40deg) translateZ(0);
    transition: all 300ms;
}
.banner .btn:hover:after {
    transform: rotate(0deg) translateZ(0);
}

/*
.calendly-inline-widget {
    height: 540px !important;
}
*/

/* Content */
.flex-holder {
    display: flex;
    align-items: center;
}
.form-holder{
    width: 475px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 35px;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    
    -webkit-box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 10%);
}
.return-holder {
    margin: 40px 40px 0px;
}
.return-holder a {
    color: #005360; 
    font-size: 18px;
    text-decoration: none;
}
.return-holder a:hover {
    letter-spacing: 0.7px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.return-holder a:before {
    content: "\f0a8";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 20px;
}
.form-footer{
    font-size: 14px;
    color: #00918d;
}
.form-footer a {
    text-decoration: underline;
    color: #00918d;
    font-weight: 600;
}


/* Bedankt */
#form-bedankt h1{
    font-size: 24px;
}
#form-bedankt a{
    font-size: inherit !important;
}

/*==================================================
 Review
==================================================*/

.home-review {
    padding: 180px 0px 230px;
    background: url(../_img/intro-background.jpg) top -2px center;
    background-color: #003f4e;
    clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
}
.home-review .review-item {
    border-radius: 15px;
    background-color: #fff;
    margin: 0 10px;
    padding: 30px 25px 25px;
    min-height: 275px;
    position: relative;
}
.home-review .review-item h4 {
    font-size: 21px;
}
.home-review .review-item h5 {
    font-size: 18px;
}
.home-review .review-item .sterren {
    margin-bottom: 20px;
}
.home-review .review-item {
    font-size: 15px;
}
.home-review .review-item .review-naam {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #555;
    font-size: 15px;
}
.slick-prev:before, .slick-next:before {
    opacity: 1; 
    color: #01535f;
    font-size: 24px;
}
.home-review .slick-dots li button:before {
    color: #fff !important;
    font-size: 12px; 
    margin-top: 30px;
}
.home-klanten .logo-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-klant {
    width: 240px;
    padding: 20px 0px;
    border-right: 1px solid #d6dbdc;
}
.home-klanten {
    padding-bottom: 120px;
}
.home-klanten .up {
    border-bottom: 1px solid #d6dbdc;
}
.home-klanten .no-right {
    border-right: none;
}
.logo-klant img {
    width: 140px;
}

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

footer {
    background: url(../_img/intro-background.jpg) top -2px center;
    background-color: #004152;
    color: #fff;
    padding: 80px 0px 70px;
}
footer h4 {
    font-size: 18px;
    margin-bottom: 40px;
}
footer p {
    font-size: 15px;
}
footer a {
    color: #fff;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}
footer a:hover {
    cursor: pointer;
    color: #fff;
    letter-spacing: 0.7px;
    text-decoration: underline;
}
footer .top {
    margin-bottom: 60px;
}
footer .xs {
    font-size: 10px;
}
.footer-col {
    display: flex;
    flex-direction: column;
}
.footer-col p {
    margin-bottom: 10px;
}
.footer-col p:last-of-type {
    margin-bottom: auto;
}
.footer-img {
    width: 150px;
}
.footer-holder {
    position: relative;
}
.footer-bot {
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: -60px;
}
.footer-bot p,
.footer-bot a {
    color: #58828d !important;
    font-size: 12px;
}
footer .socials a {
    border: 1px solid #AAC748;
    padding: 5px;
    margin: 0 5px 0 0;
}
footer .socials a:hover {
    letter-spacing: normal;
}

/*==================================================
 Media queries
==================================================*/

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

@media only screen and (max-width: 1199px){    
    
    .nav li {
        font-size: 14px;
        color: #333;
        margin: 0 10px;
    }
    .logo {
        margin: 0 auto;
    }
    /* Footer */
    .footer {
        padding: 70px 0px 63px;
    }
}


@media only screen and (max-width: 991px) { 
    h1 {font-size: 41px;}
    h2 {font-size: 32px;}
    h3 {font-size: 28px;}
    h4 {font-size: 21px;}
    /* Header */
    .logo {
        width: 120px;
    }
    .nav li {
        margin: 0 5px;
    }
    .flex-holder {
        margin-bottom: 60px;
    }
    .home-review .review-item {
        min-height: 310px;
    }
    .home-review {
        clip-path: none;
    }
    /* Footer */
    footer {
        padding: 60px 0px;
    }
    .footer-img {
        top: -60px;
    }
}


@media only screen and (max-width: 767px) {
    h1{font-size: 38px !important;}
    h2{font-size: 32px;}
    h3{font-size: 28px;}
    h4{font-size: 20px;}
    h5{font-size: 18px;}
    section p {
        font-size: 15px;
    }
    
    .header-holder {
        display: block;
    }
    .navbar-default .navbar-nav>.active>a {
        width: 140px;
        text-align: center;
    }
    .home-review h3 {
        font-size: 22px;
    }
    .intro-section {
        padding: 80px 0px 240px;
    }
    .form-page {
        margin-top: -260px;
    }
    .form-page h1 {
        margin-bottom: 80px;
    }
    .text-holder {
        text-align: center;
    }
    .bullets {
        width: auto;
    }
    .logo-klant img {
        width: 100px;
    }
    /* Footer */
    footer {
        padding: 50px 0px;
    }
    footer h4 {
        margin-bottom: 10px !important;
        font-size: 18px;
    }
    .footer-col p {
        font-size: 14px;
    }
    .footer-col p:last-of-type {
        margin-bottom: 20px;
    }
    .logo{
        width: 125px;
    }
    .small-logo {
        width: 125px !important;
    }
    
}


@media only screen and (max-width: 479px) {
    h1{font-size: 24px !important;}
    h2{font-size: 22px;}
    h3{font-size: 20px;}
    h4{font-size: 18px;}
    h5{font-size: 16px;}
    section p {
        font-size: 14px;
    }
    .logo-klant {
        width: 160px !important;
    }
    .logo-klant img {
        width: 90px;
    }
    
}