/*==================================================
 General
==================================================*/
body {
    font-family: "Inter", sans-serif !important;
    overflow-x: hidden;
}
/* Kleuren */
.wit{color: #FCFCFC !important;}
.zwart{color: #080A00 !important;}
.donkerblauw{color: #003F4E !important;}
.oranje{color: #f60 !important;}
.groen{color: #aac748; !important;}

/* Text */
h1{font-size: 62px;}
h2{font-size: 48px;}
h3{font-size: 32px;}
h4{font-size: 28px;}
h5{font-size: 24px;}


a:hover, a:focus {
    text-decoration: none; 
}

/*==================================================
 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;
}
.btn-demo {
    color: #f60 !important;
    border-color: #f60 !important;
    background: #fff !important;
}
.btn-demo:hover,
.btn-free:hover {
    border-color: #f80 !important;
    background: #f80 !important;
    color: #fff !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: 160px 0px;
}
/*==================================================
 Cookiebar
==================================================*/
#cookie-bar, #cookie-bar-prompt-content {
    font-family: 'Poppins', sans-serif !important;
}

#cookie-bar {
    background: #fff !important;
    padding: 15px 3px !important;
    border-top: 2px solid #A4C736 !important;
}
#cookie-bar p {
    color: #01535f !important;
    font-weight: 400;
    margin: 14px 0 0 20px !important;
}
#cookie-bar p a {
    color: #01535f;
    text-decoration: none;
    font-weight: 700;
}
#cookie-bar a, #cookie-bar-prompt-content a, #cookie-bar-prompt-content span {
    color: #01535f !important;
}
#cookie-bar a:hover, #cookie-bar-prompt-content a:hover {
    color: #01535f !important;
}
#cookie-bar #cookie-bar-button {
    background: #A4C736 !important;
    color: #fff !important;
    padding: 15px 10px !important;
    margin-right: auto !important;
    order: 2;
}
#cookie-bar #cookie-bar-button-no {
    color: #bebebe !important;
    padding: 15px 10px !important;
    background: none !important;
    order: 3;
}
#cookie-bar-prompt-content {
    background: #fff !important;
}
#cookie-bar-prompt-close {
    background-position: -102px -128px !important;
}
#cookie-bar-prompt-logo {
    background: none !important;
    cursor: default !important;
}
#cookie-bar-browsers .firefox,
#cookie-bar-browsers .opera {
    display: none !important;
}
#cookie-bar-browsers a span {
    display: none !important;
}
/*==================================================
 Home
==================================================*/
section p {
    font-size: 16px;
    line-height: 160%;
}
section .btn-holder {
    display: flex;
    gap: 20px;
}
section .btn-demo,
section .btn-free {
    margin: 0 !important;
    width: auto;
}


/*==================================================
 Features
==================================================*/

.features-intro {
    background: url(../_img/intro-background.jpg) top -100px center;
    padding: 170px 0px 120px;
    background-color: #003f4e;
}
.features-intro img {
    margin-top: 60px;
    width: 800px;
}
.features-key {
    padding: 60px 0px;
}

.features-key h3 {
    margin-bottom: 15px;
}
#feature-2,
#feature-5 {
    background-color: #d8ffdb;
}

#feature-1a,
#feature-3, 
#feature-7 {
    background-color: #f2f2f2;
}
/*
#feature-1 img,
#feature-5 img {
    width: 480px;
}

#feature-2 img,
#feature-2b img,
#feature-3 img,
#feature-4 img,
#feature-6 img,
#feature-7 img {
    width: 430px;
}

#feature-8 img {
    width: 270px;
}
*/
.features-key img {
    width: 480px;
}
.features-banner {
    padding: 60px 0px;
    background-color: #01535f;
}
.features-demo {
    padding: 60px 0px;
    background-color: #8fbc00;
}

.features-support {
    background-color: #d8ffdb;
    padding: 80px 0px;
}
.features-support .functie-holder {
    background-color: #fff;
    position: relative;
    bottom: 0;
    width: 220px;
    max-width: 100%;
    margin-top: -40px;
    margin-bottom: 30px;
    border-radius: 40px;
    border: 2px solid #8fbc00;
    padding: 5px 10px;
}
.features-support .functie-tekst {
    font-size: 17px;
    margin-bottom: -5px;
}
.features-support .functie-tekst {
    font-size: 20px;
    margin-bottom: -8px;
}
.features-support .support-holder {
    display: flex;
    column-gap: 10px;
    margin-top: 30px;
}
.features-support .support-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    background-color: #fff;
    border-radius: 15px;
    width: 280px;
    max-width: 100%;
    height: 210px;
    max-height: 100%;
}
.support-item p {
    font-size: 16px;
}
.features-support .support-icon {
    width: 60px;
    margin-bottom: 10px;
}
.features-support .contact-btn {
    border: 1px solid #f60;
    font-size: 16px;
    padding: 10px 0px;
    border-radius: 30px;
    width: 200px;
    max-width: 100%;
    text-align: center;
    color: #f60;
}
.features-support .contact-btn:hover {
    background-color: #f80;
    color: #fff;
    transition: all 150ms ease;
}

/*==================================================
 Pricing
==================================================*/



/*==================================================
 About / Why AdSpotting
==================================================*/


/*==================================================
 FAQ
==================================================*/

.faq-intro {
    background: url(../_img/intro-background.jpg) top -2px center;
    padding: 170px 0px 150px;
    background-color: #003f4e;
}

.faq-vragen {
    padding: 80px 0px;
}
.faq-holder {
    padding-right: 20px;
}
.panel {
    box-shadow: none;
}
.panel-group .panel {
    min-height: 75px;
}
.panel-default {
    border: none;
}
.panel-body {
    padding: 0px 15px 15px;
}
.panel-default h4 {
    font-size: 22px;
}
.panel-default>.panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-top: 3px solid #99cf19;
    margin-bottom: 15px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    font-size: 18px;
    text-align: left;
}
.panel-heading h4 {
    cursor: pointer;
}
i {
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    cursor: pointer;
    font-size: 16px;
    padding-left: 5px;
}
i[aria-expanded="true"]{
    transform: rotate(180deg);
}
i .fa-chevron-down:before {
    content: "\f077" !important;
}
.faq-support {
    padding: 80px 0px;
    background-color: #d8ffdb;
}

.faq-support .support-holder {
    display: flex;
    column-gap: 10px;
    margin-top: 30px;
}

.faq-support .contact-holder {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.faq-support .support-icon {
    width: 70px;
    margin-bottom: 10px;
}
.faq-support .contact-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    width: 340px;
    max-width: 100%;
    height: 240px;
    max-height: 100%;
    border-radius: 15px;
}
.faq-support h4 {
    margin-bottom: 30px;
}
.faq-support .contact-btn {
    border: 1px solid #f60;
    font-size: 18px;
    padding: 15px 0px;
    border-radius: 30px;
    width: 230px;
    max-width: 100%;
    text-align: center;
    color: #f60;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.faq-support .contact-btn:hover {
    background-color: #f80;
    color: #fff;
    transition: all 150ms ease;
}
/*==================================================
 Contact
==================================================*/

.contact-intro {  
    background: url(../_img/intro-background.jpg) top -2px center;
    padding: 170px 0px 150px;
    background-color: #003f4e;
}
.contact-intro h1 {
    margin-bottom: 40px;
}
.contact-intro img {
    width: 250px;
}

.contact-details {
    background-image: linear-gradient(to top, #fff , #F2F2F2);
    padding: 50px 0px;
}
.contact-details .support {
    width: 500px;
}
.contact-details .contact-holder {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.contact-details .contact-bol {
    background: linear-gradient(white, white) padding-box,
                linear-gradient(to right, #B5D88D , #ABDDC5)border-box;
    border: 9px solid transparent;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.contact-details .support-icon {
    width: 70px;
    margin-bottom: 10px;
}
.contact-details .contact-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    padding: 30px;
    width: 380px;
    max-width: 100%;
    height: 260px;
    max-height: 100%;
    border-radius: 15px;
}
.contact-details h4 {
    margin-bottom: 30px;
}
.contact-details .contact-btn {
    border: 1px solid #f60;
    font-size: 18px;
    padding: 15px 0px;
    border-radius: 30px;
    width: 230px;
    max-width: 100%;
    text-align: center;
    color: #f60;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.contact-details .contact-btn:hover {
    background-color: #f80;
    color: #fff;
    transition: all 150ms ease;
}
section.contact-details .functie-holder {
    background-color: #fff;
    position: relative;
    bottom: 0;
    width: 290px;
    max-width: 100%;
    margin-top: -50px;
    border-radius: 40px;
    border: 2px solid #8fbc00;
    padding: 5px 10px;
}

/*==================================================
 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: #bbb;
}
.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;
}
textarea {
    resize: none;
}
textarea::placeholder {
    color: #bbb !important;
}

/*==================================================*/

.modal-content{
    width: 575px;
    max-width: 100%;
    margin: 0px auto;
    padding: 30px 35px;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
}
.modal-content h2{
    font-size: 28px;
    color: #01535f;
    margin-bottom: 10px;
}
p.dark-green {
    font-size: 16px;
}

.form-footer{
    font-size: 14px;
    color: #00918d;
}
.form-footer a {
    text-decoration: underline;
    color: #00918d;
    font-weight: 600;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
    padding: 0px !important;
}
.modal-body {
    padding: 0px 20px 15px !important;
}
/* Buttons */
.modal-content .def-btn{
    display: block;
    margin: 15px auto 25px;
    position: relative;
    width: 400px;
    max-width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 30px;
    
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    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;
}
.modal-content .def-btn:hover{
/*    background-color: #ff8800;*/
/*    background-color: #DE7C36;*/
    border-color: #f80 !important;
    background: #f80 !important;
    color: #fff !important;
}
.modal-content .form-btn{
    font-size: 18px;
    color: #ff6600;
    border: 1px solid #ff6600;
    background-color: #fff;
}
.modal-content .form-btn:hover{
/*    color: #fff;*/
/*    color: #ef832b;*/
/*    background-color: #ff6600;*/
/*    border-color: #ef7e22;*/
    color: #ff6600;
    background-color: #eff8ee;
    letter-spacing: 0.7px;
}

/* Bedankt */
.bedankt p{
    font-size: 16px;
}

/*==================================================
 Career
==================================================*/

.career-intro {
    background: url(../_img/intro-background.jpg) top -2px center;
    padding: 170px 0px 150px;
    background-color: #003f4e;
}
.career-intro p {
    padding-right: 15px;
}
.career-intro .intro-img {
    position: absolute;
    width: 270px;
    right: 0;
    left: 0;
    top: -30px;
}
.career-intro .btn-career {
    width: 250px;
    color: #fff !important;
    border-color: #f60 !important;
    background: #f60 !important;
    margin: 0;
}
.career-intro .btn:hover {
    border-color: #f80 !important;
    background: #f80 !important;
    color: #fff !important;
}
.career-business {
    padding: 0px 0px 40px;
}
.career-business img {
    width: 280px;
    margin-top: -30px;
}
.career-business h3 {
    margin-top: 100px;
}
.career-position {
    padding: 30px 0px;
}
.career-position .vacature-slide {
    display: flex;
    margin: 30px auto 0;
    width: 700px;
    max-width: 100%;
    position: relative;
}
.career-position .vacature-slide p {
    font-size: 19px;
    padding: 10px 0px;
    text-align: center;
    width: 25%;
    cursor: pointer;
    color: #01535f;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.career-position .vacature-slide p:hover {
    letter-spacing: 0.7px;
}
.career-position .active {
    font-weight: 800;
    letter-spacing: 0.7px;
}
.career-position .active-bar {
    border-bottom: 5px solid #ceffd8;
    
    position: absolute;
    bottom: 0;
    width: 25%;
/*    width: calc(25% - 5px);*/
/*    height: calc(100% - 10px);*/
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    border-bottom: 5px solid #ceffd8;
}

.career-vacature {
    padding: 60px 0px;
    background-color: #F2F2F2;
}
.career-vacature .vacature-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 0px;
}
.career-vacature .vacature {
    background-color: #fff;
    padding: 30px 10px 0px 20px;
    margin: 0 auto;
    
    width: 350px;
    height: 170px;
    position: relative;
    cursor: pointer;
    
    -webkit-box-shadow: -10px 0px 0px 0px #ceffd8;
    -moz-box-shadow: -10px 0px 0px 0px #ceffd8;
    box-shadow: -10px 0px 0px 0px #ceffd8;
    
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.career-vacature .vacature:hover {
    background-color: #ceffd8;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-box-shadow: -10px 0px 0px 0px #01535f;
    -moz-box-shadow: -10px 0px 0px 0px #01535f;
    box-shadow: -10px 0px 0px 0px #01535f;
}
.career-vacature .vacature:hover p:before {
    color: #01535f;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.career-vacature .vacature h4 {
    color: #01535f;
}
.career-vacature .vacature p {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
}
.career-vacature .vacature p:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: #dedede;
    margin-right: 10px;
    font-size: 17px;
}
.career-vacature .helaas-tekst p {
    padding: 0px 120px;
}
.career-vacature .vacature-text-holder {
    background-color: #fff;
    margin-top: 40px;
    padding: 50px 150px 50px 80px;
    border-radius: 10px;
}
.vacature-text-holder .bullets{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}
.vacature-text-holder .bullet:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    color: #a4c736;
    position: absolute;
    margin-left: -30px;
}
.vacature-text-holder .bullets p {
    margin-bottom: 10px;
}

.vacature-text-holder .close {
    font-size: 23px !important;
}
.scrolltop-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f60;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 30px auto 0;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    position: relative;
}
.scrolltop-holder i {
    padding: 0px;
    position: absolute;
    top: 15px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: top 250ms ease;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    -ms-transition: top 250ms ease;
    transition: top 250ms ease;
}
.scrolltop-holder:hover {
    background-color: #f80;
}
.scrolltop-holder:hover i{
    top: 10px;
}

.career-expertise {
    padding: 80px 0px;
}
.career-expertise .btn-career-form {
    width: 250px;
    color: #fff !important;
    border-color: #f60 !important;
    background: #f60 !important;
    margin: 0 auto;
}

input[type="file"]:focus {
    outline: 2px auto #66afe9 !important;
}
/*==================================================
 Privacy
==================================================*/

.privacy-intro {
    background: url(../_img/intro-background.jpg) top -2px center;
    padding: 170px 0px 150px;
    background-color: #003f4e;
}
.privacy-content {
    padding: 80px 0px;
}
.privacy-content h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #008a82;
    font-weight: 600;
}
.privacy-content p {
    margin-bottom: 15px;
    line-height: 180%;
}

/*==================================================
 Terms of Service
==================================================*/

.tos-intro {
    background: url(../_img/intro-background.jpg) top -2px center;
    padding: 170px 0px 150px;
    background-color: #003f4e;
}
.tos-content {
    padding: 80px 0px;
}
.tos-content p{
    margin-bottom: 15px;
}

/*==================================================
 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%);
    margin-top: -55px;
}
.home-review .review-item {
    border-radius: 15px;
    background-color: #fff;
    margin: 0 10px;
    padding: 30px 25px 25px;
    min-height: 260px;
    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: 1199px){   
    
    /* Cookiebar */
    #cookie-bar {
        row-gap: 10px;
        display: flex !important;
        flex-wrap: wrap;
    }
    #cookie-bar p a {
        margin-right: 150px;
    }
    #cookie-bar #cookie-bar-button {
        margin-left: 20px;
        margin-right: 15px !important;
    }
    
    /* Header */
/*
    .nav.navbar-nav {
        margin: 0px;
    }
*/
    .nav li {
        font-size: 14px;
        color: #333;
        margin: 0 10px;
    }
    .logo {
        margin: 0 auto;
    }
    
    /* Homepage */
    
    /* Features */
    
    /* Pricing */
    .pricing-intro h5 {
        padding: 0px;
    }
    .offer-item {
        width: 280px;
    }
    
    /* Career */
    .career-vacature .vacature-holder {
        gap: 20px 20px;
        justify-content: center;
    }
    .career-vacature .vacature {
        margin: auto;
        width: 280px;
    }
    
    /* About */
    .about-advertising img,
    .about-values img{
        width: 390px;
    }
    .about-journey img {
        width: 300px;
    }
    /* 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;}
    body {
    }
    /* Header */
    .logo {
        width: 120px;
    }
    .nav li {
        margin: 0 5px;
    }
    /* Homepage */
    section.home-intro {
        padding: 70px 0px;
    }
    section.home-review .review-item {
        min-height: 290px;
    }
    
    /* Features */
    
    /* Pricing */
    
    .offer-item .bottom .saving-text {
        font-size: 14px;
        padding: 0px 5px;
    }
    
    /* Career */
    .career-intro .intro-img {
        width: 250px;
    }
    
    .career-vacature .vacature-holder {
        gap: 30px 30px;
    }
    .career-vacature .vacature {
        margin: 0;
        width: 325px;
        padding: 30px 20px 0px 20px;
    }
    .career-vacature .vacature h4 {
        font-size: 20px;
    }
    .career-vacature .vacature-text-holder {
        padding: 50px 50px 30px; 
    }
    .scrolltop-holder {
        margin: 20px auto 0;
    }
    .career-vacature .helaas-tekst p {
         padding: 0px; 
    }
    
    /* About */
    .about-intro .img-holder {
        margin-top: auto;
    }
    .about-intro .img-holder img {
        width: 420px;
        max-width: 100%;
    }
    .about-advertising img, 
    .about-values img {
        width: 300px;
    }
    .about-journey img {
        width: 260px;
    }
    /* FAQ */
    .faq-support .contact-holder {
        flex-wrap: wrap;
    }
    .faq-support .contact-item {
        width: 220px;
        padding: 10px;
    }
    .faq-support .contact-item h4 {
        font-size: 19px;
    }
    .faq-support .contact-btn  {
        width: 190px;
        font-size: 17px;
    }
    
    /* Contact */
    .contact-details .contact-holder {
        flex-wrap: wrap;
    }
    .contact-details .contact-item {
        width: 220px;
        padding: 10px;
    }
    .contact-details .contact-item h4 {
        font-size: 19px;
    }
    .contact-details .contact-btn  {
        width: 190px;
        font-size: 17px;
    }
    .home-review {
        clip-path: none;
    }
    /* Footer */
    footer {
        padding: 60px 0px;
    }
    .footer-img {
        top: -60px;
    }
}

@media only screen and (max-width: 767px){
    body { 
    }
    h1{font-size: 38px !important;}
    h2{font-size: 32px;}
    h3{font-size: 20px;}
    h4{font-size: 18px;}
    h5{font-size: 16px;}
    section p {font-size: 14px;}
    .header-holder {
        display: block;
    }
    h1{
        text-align: center;
    }
    section p {
        line-height: 180%;
        font-size: 15px;
    }
    
    .navbar-default .navbar-nav>.active>a {
        width: 140px;
        text-align: center;
    }
/*
    .navbar-toggle {
        margin-top: -35px;
    }
*/
    /* Header */
    
    /* Homepage */
    section {
    }
    .tos-content p, 
    .privacy-content p, 
    .privacy-content h4 {
        text-align: left !important;
    }
    section.home-intro {
        padding: 60px 0px;
    }
    section.home-intro p{
        text-align: center;
    }
    section .btn-holder {
        justify-content: center;
    }
    section.home-review h3 {
        font-size: 23px;
    }
    section.home-review .review-item {
        text-align: left;
    }
    .logo-klant img {
        width: 100px;
    }
    
    /* Features */ 
    .features-banner h4 {
        font-size: 21px;
    }
    
    .features-demo h2 {
        font-size: 27px;
        text-align: center;
    }
    .features-support .support-holder {
        justify-content: center;
    }
    .features-support .support-item {
        width: 200px;
    }
    
    /* Pricing */
    .offer-item {
        width: 370px;
    }
    .pricing-benefits {
        padding: 80px 0px 80px 15px;
    }
    .pricing-benefits h4:before {
        left: auto;
        margin-left: -25px;
    }
    .pricing-fee .functie-holder {
        margin-bottom: 30px;
    }
    
    /* Career */
    .career-intro .intro-img {
        position: relative;
        margin-top: 30px;
        width: 320px;
    }
    .career-intro h1 {
    }
    .career-intro p {
        text-align: center;
    }
    .career-intro .btn-holder {
        margin-bottom: 30px;
    }
    .career-business {
        padding: 60px 0px 40px;
    }
    .career-business h3 {
        margin: auto;
    }
    
    .career-position .vacature-slide {
        margin: 0 auto;
    }
    .career-position .vacature-slide p {
        font-size: 14px;
    }
    .career-vacature .vacature-holder {
        gap: 15px 20px;
    }
    .career-vacature .vacature {
        width: 170px;
        padding: 30px 10px 0px 15px;
    }
    .career-vacature .vacature h4 {
        font-size: 16px;
    }
    .career-vacature .vacature p {
        font-size: 11px;
    }
    /* About */
    .about-intro {
        color: #fff;
    }
    .about-values img, 
    .about-advertising img {
        width: 420px;
        max-width: 100%;
        margin-top: 30px;
    }
    .about-journey img {
        width: 310px;
    }
    .about-advertising .left,
    .about-advertising .right,
    .about-values .left,
    .about-values .right,
    .about-journey .left,
    .about-journey .right {
        margin: 0 !important;
    }
    /* FAQ */
    .panel-default h4 {
        text-align: left;
    }
    .faq-intro {
        padding: 60px 0px;
    }
    .faq-support .contact-holder {
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
        justify-content: center;
    }
    .faq-support  .contact-item {
        width: 430px;
        height: 220px;
        padding: 0px;
    }
    
    /* Contact */
    .contact-intro p {
        margin-bottom: 30px;
        text-align: center;
    }
    .contact-details .contact-holder {
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
        justify-content: center;
    }
    .contact-details .contact-item {
        width: 430px;
        height: 220px;
        padding: 0px;
    }
    
    /* Footer */
    footer {
        padding: 50px 20px;
    }
    footer h4 {
        margin-bottom: 10px !important;
        font-size: 18px;
    }
    .footer-col p {
        font-size: 14px;
    }
    .footer-col p:last-of-type {
        margin-bottom: 20px;
    }
    .footer-bot {
        bottom: -45px;
    }
    .logo{
        width: 125px;
    }
    .small-logo {
        width: 125px !important;
    }
		
}

@media only screen and (max-width: 479px){ 
    h1{font-size: 26px !important;}
    h2{font-size: 22px;}
    h3{font-size: 20px;}
    h4{font-size: 18px;}
    h5{font-size: 16px;}
    section p {
        font-size: 14px;
    }
    .btn {
        min-width: 140px;
        font-size: 14px;
        padding: 10px 5px !important;
    }
    .btn-holder {
        gap: 10px;
    }
	/* Header */
    
    /* Homepage */
    section {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    section.home-monitoring .functie-holder {
        margin-bottom: 30px;
    }
    section.home-review .review-item {
        min-height: 240px;
    }
    .logo-klant img {
        width: 90px;
    }
    
    /* Features */

    
    /* Pricing */
    .pricing-intro h4 {
        font-size: 19px;
    }
    .pricing-vat p {
        font-size: 14px;
    }
    .pricing-benefits .benefit {
        padding-left: 20px;
    }
    .benefit-last {
        margin-bottom: 0px !important;
    }
    /* Career */
    .career-position .vacature-slide p {
        font-size: 11px;
    }
    .career-vacature .vacature {
        width: 240px;
        height: 130px;
        padding: 30px 5px 0px 10px;
    }
    .career-vacature .vacature h4 {
        font-size: 15px;
    }
    .career-vacature .vacature-text-holder {
        padding: 50px 30px 30px;
    }
    
    /* FAQ */
    .panel-default h4 {
        font-size: 19px;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        font-size: 16px;
    }
    
    .faq-support .contact-item {
        width: 260px;
        height: 200px;
    }
    .faq-support .support-icon {
        width: 50px;
    }
    .faq-support .contact-btn {
        font-size: 15px;
        padding: 10px 0px;
    }
    .faq-support h4 {
        margin-bottom: 20px;
    }
    /* Contact */
    .contact-details .contact-item {
        width: 260px;
        height: 200px;
    }
    .contact-details .support-icon {
        width: 50px;
    }
    .contact-details .contact-btn {
        font-size: 15px;
        padding: 10px 0px;
    }
    .contact-details h4 {
        margin-bottom: 20px;
    }
    /* Footer */
		
}