

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



body {
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Helvetica', sans-serif;
    line-height: 22px;
    color:#5A636B;
}
/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
} */
.quote-block{
    font-weight: 700;
    font-family: 'Helvetica', sans-serif;
}
a:not(.btn), a:not(.btn):hover, a:not(.btn):focus {
    color: #3498db;
}

nav a:not(.btn), nav a:not(.btn):hover, nav a:not(.btn):focus {
  color: #28425D;
}
.table{color:#5A636B;}
.hamburger {
    padding: 0;
}
.white {
    background-color: #fff;
    color: #5A636B;
}
.l-grey {
    background-color: #EEEFF0;
    color: #5A636B;
}
.gold{
    background-color: #E1A85B;
    color:#fff;
}
.gold .h1, .gold .h2, .gold .h3, .gold .h4, .gold .h5, .gold .h6, .gold h1, .gold h2, .gold h3, .gold h4, .gold h5, .gold h6 {
    color: #fff;
}
.med-grey{
    background-color: #5A636B;
    color:#fff;
}
.med-grey .h1, .med-grey .h2, .med-grey .h3, .med-grey .h4, .med-grey .h5, .med-grey .h6, .med-grey h1, .med-grey h2, .med-grey h3, .med-grey h4, .med-grey h5, .med-grey h6 {
    color: #fff;
}
.dark-grey{
    background-color: #3C3A3B;
    color:#fff;
}

.dark-blue{
   background-color: #28425D;
   color:#fff;
}
.darker-blue{
    background-color: #1E3043;
    color:#fff;
}
.dark-grey .h1, .dark-grey .h2, .dark-grey .h3, .dark-grey .h4, .dark-grey .h5, .dark-grey .h6, .dark-grey h1, .dark-grey h2, .dark-grey h3, .dark-grey h4, .dark-grey h5, .dark-grey h6 {
    color: #fff;
}
.darker-grey{
    background-color: #2C2C2C;
    color:#fff;
}
.logo {
    position: relative;
    display: block;
}
.main-nav{
    position: relative;
    z-index: 9999;
}
.main-nav a.nav-link {
    position: relative;
}
.main-nav a.nav-link.active::after {
    content: " ";
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 6px;
    left: .5rem;
    right: .5rem;
}
.header{
    position: relative;
}
.header-overlay{
    background: -moz-linear-gradient(-90deg, #1E3248 0%, #060A0E00 100%);
    background: -webkit-linear-gradient(-90deg, #1E3248 0%, #060A0E00 100%);
    background: linear-gradient(-90deg, #1E3248 0%, #060A0E00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3248', endColorstr='#00060a0e',GradientType=1 );
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.header-text h1 {
    color:#E1A85B;
}
.header-text h2 {
    color:#fff;
}
.joost-borders{
    border-radius: 4rem 0 4rem 0;
}
.hover-box{
    position: relative;
    display: block;
    height: 100%;
}
a.hover-box,a.hover-box:hover,a.hover-box:focus{
    text-decoration: none;
}
.hover-box .service-img{position: relative;}
.hover-box .service-img .black-img{
    transition: .5s opacity ease;
}
.hover-box .service-img .white-img{
    transition: .5s opacity ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.hover-box:hover .service-img .black-img{
    opacity: 0;
}
.hover-box:hover .service-img .white-img{
    opacity: 1;
}
.hover-box:hover .img{
    opacity:  1;
}
.hover-box .img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    top:0;
    opacity: 0;
    transition: .5s opacity ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hover-box .img:before{
    content:" ";
    position: absolute;;
    top:0;
    bottom: 0;
    width:100%;
    background-color: rgba(0,0,0,0.75);
}
.hover-box .content{
    position: relative;
    z-index: 1;
    transition: .5s color ease;
    color:#5A636B;
}
.hover-box:hover .content{
    color:#fff;
}
p.as-cta{
    color:#5A636B;
    font-weight: 700;
    transition: .5s color ease;
}
p.as-cta span{
    color:#E1A85B;
}
.hover-box:hover p.as-cta{
    color:#fff;font-weight: 700;
}
.dienst-overview-blok a{
    color: #fff;
}
.dienst-circle-icon{
    border-radius: 50rem;
    background-color: #fff;
    padding: 2rem;
    display: inline-block;
    transition: background .15s ease-in-out;
    width: 136px;
    margin: 0 auto;
}
.dienst-overview-blok a:hover .dienst-circle-icon{
    background-color: #5A636B;
}
.dienst-overview-blok a{
    color:#5A636B;
    text-decoration: none;
}
.dienst-overview-blok a:hover{
    color:#fff;
}
.dienst-overview-blok .dienst-circle-icon img{
    transition: filter .15s ease-in-out;
}
.dienst-overview-blok a:hover .dienst-circle-icon img{
    filter: brightness(0) invert(1);
}
.service-title{
    font-weight: 700;
}
.contact-icons a,.contact-icons a:hover,.contact-icons a:focus{
    color:#5D666D;
}
.bg-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
img[src=""] {
    display: none!important;
}
.hamburger--spring .hamburger-inner {
    transition: none;
}
button.hamburger:focus {
    outline: none;
}
.joosten-top-left-rad{
    border-top-left-radius: 4rem;
}
.joosten-bot-right-rad{
    border-bottom-right-radius: 4rem;
}
.footer ul a{
    color:#fff;
    text-decoration: none;
    font-weight: 300;
}
.nieuwsbrief-form .form-control{
    border-color: #2C2C2C;
    background-color: #2C2C2C;
    color:#E1A85B;
}
/* .form-control{
    border-radius: 0;
    border-color: transparent;
} */
.form-control:focus {
    border-color: #28425D;
    box-shadow: 0 0 0 0.2rem rgba(40, 66, 93, .25);
}
.footer .social-icons a{
    color:#fff;
}
.footer .social-icons a+a{
    margin-left: 0.5rem;
}
.copy-bar p, .copy-bar a {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    text-decoration: none;
}
.last-no-margin *:last-child {
    margin-bottom: 0;
}
.inner-content {
    padding: 1rem;
}
.font-weight-medium{
    font-weight: 500;
}
.padding-top-1 {
    padding-top: 1rem;
}
.padding-bot-1 {
    padding-bottom: 1rem;
}
.padding-top-0-5 {
    padding-top: .5rem;
}
.padding-bot-0-5 {
    padding-bottom: .5rem;
}
.padding-top-2 {
    padding-top: 2rem;
}
.padding-bot-2 {
    padding-bottom: 2rem;
}
.padding-top-3 {
    padding-top: 3rem;
}
.padding-bot-3 {
    padding-bottom: 3rem;
}
.padding-top-3-5 {
    padding-top: 3.5rem;
}
.padding-bot-3-5 {
    padding-bottom: 3.5rem;
}
.padding-top-4 {
    padding-top: 4rem;
}
.padding-bot-4 {
    padding-bottom: 4rem;
}
.padding-top-5 {
    padding-top: 5rem;
}
.padding-bot-5 {
    padding-bottom: 5rem;
}
.padding-top-8 {
    padding-top: 8rem;
}
.padding-bot-8 {
    padding-bottom: 8rem;
}
.margin-top-1 {
    margin-top: 1rem;
}
.margin-bot-1 {
    margin-bottom: 1rem;
}
.margin-top-1-5 {
    margin-top: 1.5rem;
}
.margin-bot-1-5 {
    margin-bottom: 1.5rem;
}
.margin-top-2 {
    margin-top: 2rem;
}
.margin-bot-2 {
    margin-bottom: 2rem;
}
.margin-top-3 {
    margin-top: 3rem;
}
.margin-bot-3 {
    margin-bottom: 3rem;
}
.margin-top-4 {
    margin-top: 4rem;
}
.margin-bot-4 {
    margin-bottom: 4rem;
}
.margin-top-5 {
    margin-top: 5rem;
}
.margin-bot-5 {
    margin-bottom: 5rem;
}
.grecaptcha-badge { visibility: hidden; }

@media (max-width: 767px) {
    body{
        background-color: #E1A85B;
    }
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.9rem;
    }
    #mobile-nav {
        position: fixed;
        width: 100%;
        z-index: 99998;
        background-color: #3B95FE;
        top: 0;
    }
    #mobile-nav ul {
        padding-top: calc(var(--nav-height) + 1rem);
    }
    .navbar-dark .navbar-toggler{
        border-color: transparent;
    }
    .header{
        height: 50vh;
        margin-top: calc(var(--nav-height) * -1);
    }
    .navbar-nav .nav-link, .navbar-nav .dropdown-item{
        text-decoration: none;
    }
    .diensten-cards > div,.dochterondernemingen-cards > div{
        padding-top: 30px;
    }
    body.menuDisplayed,#wrapper.menuDisplayed{
        overflow: hidden;
    }
    #sidebar-wrapper{
        position: absolute;
        width:0;
        height:100%;
        overflow-y:hidden;
        background: #28425D;
        transition:all .5s;
        display:flex;
        align-items:center;
        right: 0;
    }
    #page-content-wrapper{
        width: 100%;
        position: absolute;
        transition:all .5s;

    }
    #wrapper.menuDisplayed #sidebar-wrapper{
        width:60vw;
    }
    #wrapper.menuDisplayed #page-content-wrapper{
        transform: translate(-60vw);
    }
    .mob-nav{
        position: absolute;
        right: 1rem;
        top: 3rem;
        z-index: 99999;
    }
    .sidebar-nav{
        width: 100%;
    }
    .sidebar-nav a{
        color:#fff;
        font-weight: 700;
        font-size: 1.5rem;
    }
    .hamburger.is-active:hover, .hamburger:hover{
        opacity: 1;
    }

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #fff;
    }
    button.hamburger.is-active{
        border-radius: 50rem;
        width: 40px;
        /* height: 40px; */
        /* background-color: #fff; */
    }
    button.hamburger.is-active .hamburger-box{
        /* margin-top: 7px; */
        transform: scale(0.6);
    }
    .service-title{
        font-size: 0.8rem;
    }
    .sm-md-with-100{
        width: 100%;
    }
}
@media (min-width: 576px) {
    h1 {
        font-size: 1.7rem;
    }
    h2, h3 {
        font-size: 1.4rem;
    }
    .logo{max-width: 180px;}
    .main-nav .navbar{    padding-top: 1.75rem;}
    #mainnav .nav-link {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-decoration: none;
    }
    .header{margin-top: calc(var(--nav-height) * -1);}
    .quote-img{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .quote-block {
        font-size: 2rem;
        display: inline-block;
        z-index: 1;
        position: relative;
    }
    .footer-left ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 40px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 1.9rem;
    }
    h2, h3 {
        font-size: 1.5rem;
    }
    .header{height: 45vh;}
    .home .header{height: 55vh;}
    .header-text h1 {
        font-size: 2.5rem;
    }
    .header-text h2 {
        font-size: 1.6rem;
    }
    .no-gutters-md {
        margin-right: 0;
        margin-left: 0;
    }
    .no-gutters-md>.col, .no-gutters-md>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .diensten-cards > div:nth-child(1n+3),.dochterondernemingen-cards > div:nth-child(1n+3){
        padding-top: 30px;
    }
    #sidebar-wrapper{
        display: none;
    }
    .social-float{
        position: fixed;
        top: 40vh;
    }
    .social-float li{
        width: 30px;
        height: 30px;
    }
    .social-float a{
        color:#fff;
        text-align:center;
        display: block;
        background-color: #E1A85B;
    }
    .social-float a:hover,.social-float a:focus{
        color:#E1A85B;
        background-color: #fff;
    }
}
@media (min-width: 992px) {
    h1, h2, h3, h4, h5, h6, .title,.page-title {
        font-size: 1.5rem;
    }
    .header{height: 45vh;}
    .home .header{height: 55vh;}
    .header-text h1 {
        font-size: 3rem;
    }
    .header-text h2 {
        font-size: 2rem;
    }
    .quote-block {
        transform: translate(100%, 40%);
    }
}
@media (min-width: 1200px) {
    h1, h2, h3, h4, h5 {
        font-size: 2rem;
    }
    h6{
        font-size: 1.5rem;
    }
    .header{height: 50vh;}
    .home .header{height: 60vh;}

    .header-text h1 {
        font-size: 4rem;
    }
    .header-text h2 {
        font-size: 2.5rem;
    }
    .quote-block{
        font-size: 2rem;
    }
}
.btn-joost-gold-white {
    color: #fff;
    background-color: #E1A85B;
    border-color: #E1A85B;
    border-radius: 1.1rem 0 1.1rem 0;
    font-weight: 700;
    padding: .625rem 2rem;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}
.btn-joost-gold-white:hover {
    color: #E1A85B;
    background-color: #fff;
    border-color: #E1A85B;
}
.btn-joost-gold-white:focus, .btn-joost-gold-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 168, 91, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 168, 91, 0.5);
}
.btn-joost-gold-white.disabled, .btn-joost-gold-white:disabled {
    color: #fff;
    background-color: #E1A85B;
    border-color: #E1A85B
}
.btn-joost-gold-white:not(:disabled):not(.disabled):active, .btn-joost-gold-white:not(:disabled):not(.disabled).active, .show>.btn-joost-gold-white.dropdown-toggle {
    color: #E1A85B;
    background-color: #fff;
    border-color: #E1A85B;
}
.btn-joost-gold-white:not(:disabled):not(.disabled):active:focus, .btn-joost-gold-white:not(:disabled):not(.disabled).active:focus, .show>.btn-joost-gold-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 168, 91, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 168, 91, 0.5);
}

.btn-joost-gold {
    color: #fff;
    background-color: #E1A85B;
    border-color: #E1A85B;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}
.btn-joost-gold:hover {
    color: #E1A85B;
    background-color: #fff;
    border-color: #E1A85B;
}
.btn-joost-gold:focus, .btn-joost-gold.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 168, 91, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 168, 91, 0.5);
}
.btn-joost-gold.disabled, .btn-joost-gold:disabled {
    color: #202E65;
    background-color: #fff;
    border-color: #fff;
}
.btn-joost-gold:not(:disabled):not(.disabled):active, .btn-joost-gold:not(:disabled):not(.disabled).active, .show>.btn-joost-gold.dropdown-toggle {
    color: #E1A85B;
    background-color: #fff;
    border-color: #E1A85B;
}
.btn-joost-gold:not(:disabled):not(.disabled):active:focus, .btn-joost-gold:not(:disabled):not(.disabled).active:focus, .show>.btn-joost-gold.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 168, 91, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 168, 91, 0.5);
}
a.joosten-txt-btn{
    color:#5A636B;
    font-weight: 700;
    text-decoration: none;
}
a.joosten-txt-btn span,a.joosten-txt-btn span i{
    color:#E1A85B;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std'), url('/assets/fonts/HelveticaNeueLTStd-Cn.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 56 ';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 56 Italic'), url('/assets/fonts/HelveticaNeueLTStd-It.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 47 Light Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 47 Light Condensed'), url('/assets/fonts/HelveticaNeueLTStd-LtCn.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 45 Light'), url('/assets/fonts/HelveticaNeueLTStd Lt.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 77 Bold Condensed'), url('/assets/fonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
}

@font-face {
  font-family: 'Helvetica heavy';
  font-style: oblique;
  font-weight: 900;
  src: local('Helvetica Neue LT Std 97 Bold Condensed Oblique'), url('/assets/fonts/Helvetica-Neue-LT-Std-97-Black-Condensed-Oblique.woff') format('woff');
}



@font-face {
    font-family: 'Museo Sans Rounded';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded'), url('/assets/fonts/MuseoSansRounded500.woff') format('woff');
}


@font-face {
    font-family: 'Museo Sans Rounded 100';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 100'), url('/assets/fonts/MuseoSansRounded100.woff') format('woff');
}


@font-face {
    font-family: 'Museo Sans Rounded 300';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 300'), url('/assets/fonts/MuseoSansRounded300.woff') format('woff');
}


@font-face {
    font-family: 'Museo Sans Rounded 700';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 700'), url('/assets/fonts/MuseoSansRounded700.woff') format('woff');
}


@font-face {
    font-family: 'Museo Sans Rounded 900';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 900'), url('/assets/fonts/MuseoSansRounded900.woff') format('woff');
}


@font-face {
    font-family: 'Museo Sans Rounded 1000';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Sans Rounded 1000'), url('/assets/fonts/MuseoSansRounded1000.woff') format('woff');
}


* {
    margin: 0;
    color: #233B52;
    font-family: Museo Sans Rounded;
  }

  body {
    background: #F7F9FA;
  }

  a {
    text-decoration: none;
  }

  h1 {
    font-family: Helvetica Neue LT Std;
    font-style: oblique;
    font-size: 44px;
    color: white;
    font-weight: 900;
  }

  h3 {
    font-family: Helvetica Neue LT Std;
    font-style: oblique;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
  }

  .dark_blue {
    background: #28425D;
  }

  .light_blue {
    background: #F7F9FA;
  }

  .top_bar {
    width: 100%;
    height: 25px;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
  }

  .top_bar span {
    color: white;
    font-weight: 900;
    font-size: 11px;
    margin-right: 0px;
    margin-left: 10px;
    position: relative;
  }

  /* .top_bar span::before {
    position: absolute;
    left: -30px;
    top: 50%;
    height: 50%;
    width: 3px;
    background-color: #98BA39;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
  }

  .top_bar span::after {
    position: absolute;
    left: -30px;
    bottom: 0;
    height: 3px;
    width: 10%;
    background-color: #98BA39;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
  } */

  .menu_wrapper {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
  }

  .menu_logo {
    width: 300px;
    height: 80px;
    background: url('logo.jpg');
    transition: all .2s;
  }

  .menu_logo:hover {
    opacity: .6;
    transition: all .2s;
    cursor: pointer;
  }

  .menu_cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 210px;
  }

  .menu_cta span {
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu_nav a {
    margin-left: 10px;
    margin-right: 10px;
    color: #28425D;
    position: relative;
    cursor: pointer;
  }

  .menu_nav a.active::after {
    position: absolute;
    left: 0px;
    bottom: -36px;
    height: 5px;
    width: 100%;
    background-color: #30B1F0;
    content: "";
  }

  .menu_nav a::after {
    position: absolute;
    left: 0px;
    bottom: -36px;
    height: 0px;
    width: 100%;
    background-color: #30B1F0;
    content: "";
    transition: all .2s;
  }

  .menu_nav a:hover::after {
    position: absolute;
    left: 0px;
    bottom: -36px;
    height: 5px;
    width: 100%;
    background-color: #30B1F0;
    content: "";
    transition: all .2s;
    cursor: pointer;
  }

  .small_header {
    height: 330px;
    width: 100%;
    background: #28425D;
    margin-bottom: -120px;
  }

  .header_inner {
    width: 100%;
    max-width: 950px;
    margin: auto;
    padding-top: 120px;
  }

  .contact .header_inner {
    max-width: 1280px;
    padding-top: 50px;
  }

  .contact .header_inner p {
    color: white;
  }

.verkoop_wrapper{
    background-color: #F3F4F6;
    padding: 30px;
}

  .faq_warpper,
  .contact_warpper,
  .content_warpper {
    width: 100%;
    max-width: 950px;
    min-height: 500px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.23137254901960785);
    background: white;
    margin: auto;
    margin-bottom: 100px;
    overflow: hidden;
  }

  .contact_warpper {
    max-width: 1280px;
  }

  .faq_nav {
    width: 100%;
    height: 80px;
    background: #F3F4F6;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .faq_nav h2 {
    width: 300px;
    text-align: center;
    font-style: oblique;
  }

  .faq_nav span {
    width: 33.33%;
    color: #233B52;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .faq_nav span.active,
  .faq_nav span:hover {
    background: #30B1F0;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .faq_nav span.active h2,
  .faq_nav span:hover h2{
    color: white;
  }

  .faq_nav span.active::after {
    position: absolute;
    left: calc( 50% - 15px);
    bottom: -15px;
    height: 30px;
    width: 30px;
    background-color: #30B1F0;
    content: "";
    transition: all .2s;
    cursor: pointer;
    transform: rotate(45deg);
  }

  .faq_intro {
    padding: 40px;
    padding-top: 50px;
  }

  .normal_font {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }

  .faq_item {
    padding: 20px;
    padding-bottom: 0;
    padding-top: 10px;
  }

  .faq_item span {
    background: #F3F4F6;
    width: calc(100% - 0px);
    display: block;
    padding: 30px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    transition: all .2s;
  }

  .faq_item span:hover {
    background: rgba(243, 244, 246, 0.6);
    transition: all .2s;
  }

  .faq_item p {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0px;
    display: block;
    overflow: hidden;
    transition: all .2s;
    max-height: 0;
    margin-bottom: 0;
  }

  .faq_item.active p{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    max-height: 1000px;
    transition: all .2s;
  }

  .faq_item p:empty{
    display:none;
  }

  .faq_item span::after {
    content: '+';
    position: absolute;
    right: 30px;
  }

  .faq_item.active span::after {
    content: '-'
  }

  .occasions_faq,
  .leasen_faq,
  .verkoop_faq {
    display: none;
  }

  .occasions_faq.active,
  .leasen_faq.active,
  .verkoop_faq.active {
    display: block;
  }

  .faq_contact {
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
  }

  .faq_contact .normal_font {
    margin-bottom: 10px;
  }

  footer {
    background: #28425D;
    min-height: 400px;
    width: 100%;
  }

  .footer_inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-top: 50px;
  }

  footer .top_bar {
    padding-bottom: 40px;
    border-bottom: 1px solid #7F8F9F;
  }

  .footer_cols {
    display: flex;
    color: white;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer_col {
    max-width: 33%;
  }

  .footer_cols p,
  .footer_cols a,
  .footer_cols h4 {
    color: white;
  }

  .footer_cols h4 {
    font-style: oblique;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .subfooter {
    background: #1E3043;
    padding: 20px;
    color: #ACB2B9;
    font-size: 14px;
    text-align: center;
  }

  .contact_warpper {
    display: flex;
    margin-bottom: -70px;
    z-index: 1;
    position: relative;
  }

  .contact_warpper_left,
  .contact_warpper_right {
    max-width: 50%;
    width: 100%;
    padding: 40px;
  }

  .contact_warpper_right {
    padding-left: 20px;
  }

  .contact_warpper_left {
    padding-right:  20px;
  }

  .half_input {
    display: inline-block;
    width: 49%;
  }

  textarea {
    padding: 15px;
    width: calc( 100% - 0px);
    background: #F7F9FA;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    height: 115px;
  }

  .contact .footer_inner {
    padding-top: 100px;
  }

  form input {
    background: #F7F9FA;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    padding: 15px;
  }

  form  ::placeholder {
    color: #233B52;
    font-family: Museo Sans Rounded;
    font-weight: 500;
  }

  .inline_form {
    display: flex;
    margin-bottom: 6px;
    justify-content: space-between;
  }

  .btn_input {
    padding: 15px;
    width: calc( 100%);
    background: #98BA39;
    border-radius: 3px;
    border: 0px solid #E2E2E2;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    transition: all .2s;
  }

  .btn_input:hover {
    opacity: .6;
    transition: all .2s;
  }

  .contact .faq_contact {
    padding: 60px 0px;
  }

  .faq_contact span img {
    position: absolute;
    left: 0;
  }

  .faq_contact span {
    padding-left: 43px;
    position: relative;
    height: 30px;
    font-weight: 600;
  }

  .small_header{
    background-image: linear-gradient(rgba(40, 66, 93, 0.88),rgba(40, 66, 93, 0.88)), url('/img/headers/argo_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }


.menu_toggle {
    display: none;
  }

  .mapouter,
  .gmap_canvas,
  .gmap_canvas iframe {
      width: 100%!important;
  }

  .home_header {
    background-image: url(home_bg.jpg);
    height: 480px;
    text-align: center;
    background-size: cover;
  }

  .home_header h1,
  .home_header h1 span,
  .home_header h2 {
    font-family: Helvetica Neue LT Std!important;
    color: #233B52;
    font-style: oblique;
    font-weight: 900;
  }

  .home_header h1 span {
    font-family: Helvetica Neue LT Std!important;
    color: #30B1F0;
  }

  .home-tool,
  .seo-tool {
    width: 100%;
    max-width: 1240px;
    /* min-height: 200px; */
    border-radius: 5px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.23137254901960785); */
    /* background: white; */
    margin: auto;
    margin-bottom: 70px;
    overflow: hidden;
  }

  .seo-tool {
    /* margin-bottom: -50px;
    position: relative; */
    margin-top: 30px;
    /* padding: 20px;
    min-height: 100px;
    z-index: 2; */
    max-width: 750px;
  }

  .home footer .top_bar {
    padding-top: 25px;
  }

  .bodybar {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #7F8F9F;
    border-top: 1px solid #7F8F9F;
    color: #28425D;
    /* display: flex;
    justify-content: center; */
  }

  .bodybar span {
    color: #28425D;
  }

  .stramien_h2 {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    font-family: Helvetica Neue LT Std!important;
    color: #233B52;
    font-style: oblique;
    font-weight: 900;
  }

  .stramien_h2 span {
    font-family: Helvetica Neue LT Std!important;
    color: #30B1F0;
  }

  .car_grid_dunico {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .car_dunico_inner{
    padding: 10px;
  }

  .car_dunico {
    width: calc((100% - 2%)/4);
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 30px;
    cursor: pointer;
  }



  .car_dunico_cta {
    width: calc(100% - 30px);
    margin: auto;
    height: 40px;
    background: #30B1F0;
    border-radius: 3px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
    border: 2px solid #30B1F0;
    transition: all .2s;
  }

  .car_dunico_info {
    position: relative;
    padding: 15px;
    padding-top: 0;
  }
  .car_type {
    display: block;
    font-size: 27px;
    width: 100%;
    font-family: Helvetica Neue LT Std!important;
    color: #233B52;
    font-style: oblique;
    font-weight: 900;
  }

  .car_subscription {
    display: block;
    font-size: 15px;
    width: 100%;
    color: #233B52;
    font-weight: bold;
    opacity: .6;
  }

  .car_price {
    margin-top: 20px;
    display: block;
    font-size: 24px;
    width: 100%;
    font-family: Helvetica Neue LT Std!important;
    color: #233B52;
    font-style: oblique;
    font-weight: 900;
  }

  .car_price small {
    display: block;
    font-size: 12px;
    width: 100%;
    font-family: Helvetica Neue LT Std!important;
    color: #233B52;
    font-style: oblique;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .car_lease {
    position: absolute;
    bottom: 40px;
    right: 15px;
    max-width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #98BA39;
  }

  .car_dunico_img {
    overflow: hidden;
    max-height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .car_dunico_inner {
    transition: all .2s
  }

  .car_dunico_inner:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.23137254901960785);
    background: white;
    transition: all .2s;
  }

  .car_dunico_inner:hover .car_dunico_cta {
    background: white;
    color: #30B1F0;
    transition: all .2s;
  }

  .slogan {
    width: 360px;
    height: 278px;
    overflow: hidden;
    position: absolute;
    right: 10px;
  }

  .home-tool-form form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    flex-flow: row wrap;
  }

  .home_btn {
    max-width: 33%;
    margin-top: 0;
    background: #30B1F0;
  }

  .third_input {
    width: 28%;
  }

  .home-tool {
    /* min-height: 280px; */
    padding-bottom: 20px;
    max-width: 800px;
  }

  .icon_row {
    height: 70px;
    align-items: center;
    padding-right: 50px!important;
  }

  .small_btn {
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .full_input {
    width: 61.5%;
  }

  .home-tool-nav {
    width: 100%;
    height: 70px;
    background: #F3F4F6;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .home-tool-nav span {
    width: 33.33%;
    color: #233B52;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .home-tool-nav span.active, .home-tool-nav span:hover {
    background: #98BA39;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .home-tool-nav span.active h2, .home-tool-nav span:hover h2 {
    color: white;
  }

  .home-tool-nav h2 {
    width: 100%;
    font-size: 20px;
    font-family: Helvetica Neue LT Std!important;
    color: #233B52;
    font-style: oblique;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  @media only screen and (max-width: 1550px) {
    .slogan {
      width: 270px;
      height: 198px;
      margin-top: 80px;
    }
    .slogan img{
      width: 270px;
    }
  }

  @media only screen and (max-width: 1380px) {
    .slogan {
      width: 200px;
      height: 170px;
      margin-top: 109px;
    }
    .slogan img{
      width: 200px;
    }
  }

  @media only screen and (max-width: 1240px) {
    .slogan {
      display: none;
    }
  }

  @media only screen and (max-width: 1130px) {
   .top_bar span {
     display: none;
   }
   .top_bar span:first-of-type {
     display: block;
   }
   .menu_logo {
      width: 220px;
      height: 60px;
      background-size: contain;
    }
    .menu_cta {
      width: 220px;
    }
    .car_dunico {
      width: calc((100% - 2%)/3);
    }
  }

  @media only screen and (max-width: 1030px) {
    .menu_nav a {
      margin-left: 5px;
      margin-right: 5px;
    }
    .header_inner {
      width: calc(100% - 40px);
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media  only screen and (max-width: 1185px){
    .grow-with{
        min-height: 63px;
    }
}



@media only screen and (max-width: 1130px) {
  .optie_column{
    font-size: 13px;
  }
}

/* iphone 7 */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
  .home_btn{
    max-width: unset;
  }

  .top_bar.dark_blue i, .top_bar.bodybar .usps_wrapper i{
    font-size: 13px;
  }

  .top_bar span{
    font-size: 10px;
  }
  .car-detail-sticky-cta{
    display:none;
  }
  .home_btn {
    max-width: 100%;
  }
  .icon_row{
    height: auto;
  }
  #onsaanbod_btn .home_btn.small_btn{
    width: 100%;
    height: 40px;
  }
  .home-tool-form form{
    display: block;
    padding-right: 20px !important;
  }
  footer .usps_wrapper{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  footer .usps_wrapper span {
    font-size: 11px !important;
    margin-left: 7px;
    padding-right: 7px;
  }

}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    .home_btn{
      max-width: unset;
    }

    .icon_row{
      height: auto;
    }

    footer .usps_wrapper{
      padding-right: 0px !important;
      padding-left: 0px !important;
    }

    #onsaanbod_btn .home_btn.small_btn{
      width: 100%;
    }

    .home-tool-form form{
      display: block;
      padding-right: 20px !important;
    }

    .top_bar.dark_blue i, .top_bar.bodybar .usps_wrapper i{
      font-size: 13px;
    }

    .top_bar span{
      font-size: 10px;
    }
    .car-detail-sticky-cta{
      display:none;
    }
    .home_btn {
      max-width: 100%;
    }
    footer .usps_wrapper span {
      font-size: 11px !important;
      margin-left: 7px;
      padding-right: 7px;
    }
}


  @media only screen and (max-width: 950px) {
    nav .top_bar.dark_blue div div{
      margin-left: 15px !important;
    }

    footer .usps_wrapper span {
      font-size: 11px;
      margin-left: 7px;
      padding-right: 7px;
    }

    .car_dunico {
      width: calc((100% - 2%)/2);
    }
    .menu_cta {
      display: none;
    }
    .top_bar {
      justify-content: space-around;
    }
    .menu_wrapper {
      height: 70px;
    }
    .menu_nav a::after {
      display: none;
    }
    .menu_nav {
      position: absolute;
      width: 80%;
      background: #1f3043;
      height: 100vh;
      z-index: 99;
      right: -80%;
      top: 0;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all .2s;
    }
    .menu_nav.active {
      right: 0%;
      transition: all .2s;
    }
    .menu_nav a {
      color: white;
      line-height: 31px;
      font-size: 18px;
      font-weight: bold;
    }
    .menu_toggle {
      display: block;
      width: 40px;
      height: 40px;
      background: url('menu.png');
      background-repeat: no-repeat;
      z-index: 9999;
      position: absolute;
      right: 10px;
      top: 50px;
    }
    .hidden .menu_toggle {
      background-image: url('close.png');
    }
    body.hidden {
      overflow: hidden;
    }

    .usps_wrapper{
      justify-content: center !important;
    }
    .usps_wrapper div:not(:first-child){
      /* display: none; */
    }
    .usps_wrapper div:first-child{
      display: inline-block;
    }
    .top_bar span:first-of-type{
      display: inline-block;
    }

    .home-tool-nav h2{
      font-size: 15px;
      padding-top: 10px;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before{
      background-color: #28425d;
    }
    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::befor{
      background-color: #28425d !important;
      color: #fff !important;
    }
  }

  @media only screen and (max-width: 760px) {
    .car_dunico {
      width: calc((100% - 2%)/1);
    }
    h1 {
      font-size: 30px;
      line-height: 28px;
    }
    .header_inner {
      padding-top: 70px !important;
    }
    /*.small_header {
      height: 260px;
    }*/
    .faq_nav span h2 {
      font-size: 15px;
    }
    .faq_nav {
      height: 60px;
    }
    .faq_nav span.active::after {
      left: calc( 50% - 10px);
      bottom: -10px;
      height: 20px;
      width: 20px;
    }
    .faq_intro {
      padding: 20px;
      padding-top: 30px;
    }
    .normal_font {
      font-size: 15px;
      line-height: 26px;
    }
    .faq_item {
      padding: 20px;
      padding-bottom: 0;
      padding-top: 10px;
    }
    .footer_cols {
      flex-direction: column;
    }
    .footer_inner {
      padding-top: 20px;
    }
    .footer_col {
      max-width: calc(100% - 40px);
      margin-bottom: 50px;
    }
    footer .top_bar {
      position: relative;
      right: 20px;
    }
    .contact_warpper {
      margin-top: 60px;
      flex-direction: column;
    }
    .contact_warpper_left, .contact_warpper_right {
      /* max-width: calc( 100% - 40px); */
      max-width: 100%;
      padding: 20px;
      padding-top: 40px;
  }

  footer{
    position: relative;
    top: 60px;
  }

  footer .top_bar {
    right: 0px;
  }
}


  /* Lease form */


  #plate {
    background: #ffcc00 url(/img/plate.png) no-repeat scroll 0 0 !important;
    border: 0 solid #ffcc00 !important;
    font-weight: 600;
    height: 41px;
    padding-left: 66px;
    padding-bottom: 4px;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 269px;
    line-height: normal;
    /* position: absolute;
    left: -49px;
    bottom: -6px; */
}

.detailed_row p{
  margin-bottom: 0.2rem;
}

.modal-dialog {
  max-width: 900px;
}

#slider{
  margin: 0 0 0px;
  background: #f7f9fa;
  border: 4px solid #f7f9fa;
}

.btn-success{
  background-color: #98BA39;
  border-color: #98BA39;
}

.btn-success:hover {
  color: #fff;
  background-color: #98BA39;
  border-color: #98BA39;
}

.home .custom-select{
  width: 215px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1280px;
  padding-right: 0px;
  padding-left: 0px;
}

.btn:hover {
  opacity: .6;
  transition: all .2s;
  color: white;
}

.modal-content{
  background-color: #F7F9FA;
}

.custom-file-input ~ .custom-file-label::after {
  content: "Bestand kiezen";
}

.verkoop_wrapper .col .fas.fa-car {
  width: 5%;
  position: relative;
  bottom: 8px;
}

.verkoop_wrapper .col .custom-file {
  width: 80%;
}

#overview_side_filter{
  background-color: rgba(243, 244, 246, 1);
}

.form-between-text {
  position: relative;
  top: 3px;
  padding: 5px;
}

.home .custom-select{
  height: calc(1.5em + 1.75rem + 2px);
}

.top_bar.dark_blue i,
.top_bar.bodybar .usps_wrapper i{
  color: #98BA39;
}

.top_bar.bodybar .usps_wrapper{
  position: relative;
  bottom: 10px;
}

.leasen .car_dunico_cta{
  width: 100%;
}

.lease_selling_point{
  background-color: white;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.lease_selling_point i{
  color: #98BA39;
  padding-right: 15px;
}

.lease_selling_point span{
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0px;
  color: #28425D;
}

.leasen .seo-tool{
  max-width: 750px;
  /* margin-bottom: -15px; */
}

.wagen_over a.in_wagen{
  width: 100%;
  /* display: inline list-item; */
}

.wagen_over .car_dunico{
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #30B1F0;
  border-color: #30B1F0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #30B1F0;
  border-color: #30B1F0;
}

p{
  margin-bottom: 0px;
}
/*
#overview_side_filter:before {
  background-color: rgba(243, 244, 246, 1);
  content: '';
  width: 100%;
} */

.verkoop #auto_gegevens input {
    border: 0px solid;
    background: #ebeef1;
    padding: 0;
    width: 100%;
}

.detail_page #auto_gegevens input {
    border: 0px solid;
    padding: 0;
    width: 100%;
}

#onsaanbod_btn{
  width: 40%;
}

.details .btn.btn-primary{
  font-size: 15px;
}

.top_bar.dark_blue.desktop{
  display: block;
}
.top_bar.dark_blue.mobiel{
  display: none;
}




@media only screen and (max-width: 950px) {
  .top_bar.dark_blue.desktop{
    display: none;
  }
  .top_bar.dark_blue.mobiel{
    display: block;
  }

  #onsaanbod_btn{
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .navbar-brand{
    margin-right: 0.5rem !important;
  }

  .navbar .navbar-brand .fa-phone{
      color: #30b1f0 !important;
  }

  .details .btn.btn-primary{
    font-size: 13px;
    padding: .25rem !important;
  }

  /* .sticky-top {
    display: none!important;
  } */


}
@media only screen and (max-width: 767px) {
  .detail_page .row.detailed_row {
    margin-top: 30px;
  }

  #wagen-filter-mob .form-row.pb-4 {
    flex-direction: column;
  }

  #mobile-filter .btn_input {
    margin-bottom: 50px;
  }
  #mobile-filter {
    z-index: 99999999!important;
  }
}


@media only screen and (min-width: 950px) {

  .detail_page .detailed_row .optie_column .row {
    display: block;
    column-count: 3;
    column-gap: 70px;
  }
  .detail_page .detailed_row .optie_column .row .col-md-4 {
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
    flex: initial;
    margin: 0;
    padding: 0;
  }

  .flex-viewport {
    max-height: 400px!important;
    border-radius: 5px;
  }
  #slider .slides img {
    position: relative!important;
    top: -30px!important;
  }
}




#ct-ultimate-gdpr-cookie-modal-body h3{
  display: none !important;
}

.ct-ultimate-gdpr-cookie-modal-slider{
  display: none !important;
}

.ct-ultimate-gdpr-cookie-modal-btn a {
  background: #98BA39 !important;
  border: 2px solid #98BA39 !important;
}

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-btn a {
  background: #98BA39 !important;
  opacity: 1;
}

.ct-ultimate-gdpr-cookie-modal-content .skin-2 .ct-ultimate-gdpr-cookie-modal-btn a:hover {
  color: #fff !important;
  background: #98BA39 !important;
  border: 2px solid #98BA39 !important;
  opacity: .6;
  transition: all .2s;
}

.icon-bar .contact_side.btn {
  padding: 13px 36px;
  font-size: 16px;
}


/* .detail_page .detailed_row .optie_column .row .col-md-4{
  list-style-position: inside;
} */

.optie_column ul{
  list-style-type: disc;
}


