@charset "UTF-8";

/*! Styling detalent theme

Realisatie: Studio Dircken
Auteur: Davy in 't Veen

*/


/*!

Inhoudsopgave
------------------------

Algemeen

1. Header
2. Footer
3. Homepage
  3.1 Hero
  3.2 Content
  3.3 Fullwidth

4. Opdrachtgevers
  4.1 Hero
  4.2 Client logos
  4.3 Content boxen
  4.4 Fullwidth

5. Vacature (overzicht)
  5.1 Background
  5.2 Vacatures
  5.3 Filterbox©
  5.4 Contentbox
  5.5 Advertentiebox

6. Vacature (single)
  6.1 Background
  6.2 Form
  6.3 Content

7. Sidebar

8. Contact
8.1 Hero
8.2 Form
8.3 Fullwidth client logos

9. Content pagina
------------------------



*/


/* Algemeen */

.big-space {
    margin-top: 40px;
}

input, textarea {
    border: none;
}

.job-manager-pagination {
    font-size: 30px;
    color: #000;
}

.white-text {
    color: #fff;
}

.orange-text {
    color: #f7941e;
}

h1, h2, h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}

label, a {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

p {
    font-family: 'Open Sans', sans-serif;
}

select.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

select.form-control-custom {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    height: 44px;
    text-indent: 10px;
    color: #a9a9a9;
    border-top: 1px solid #a9a9a9;
    background: #fff url(../img/arrow.png) no-repeat 97% 18px;
}

select.form-control:not([size]):not([multiple]) {
    border: none;
    border-top: 1px solid #888;
    color: #a9a9a9;
}

select.form-control:not([size]):not([multiple]):after {
    background: url(../images/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-drop {
    margin-top: -4px !important;
    border-radius: 0 !important;
    border: none !important;
}

.navbar-brand > img {
    display: inline-block !important;
    margin-bottom: 8px;
}

.logo-detalent-diapositief {
    display: none;
}

.logo-detalent-normaal {
    display: none;
}

@media screen and (max-width: 500px) {
    .navbar-brand > img {
        width: 70%;
    }
}

.caret {
    font-family: FontAwesome;
    content: " \f105";
    color: red;
    position: absolute;
    right: 5px;
}

/* Einde algemeen */


/* 1. Header */

#header .navbar-brand {
    color: #f7941e;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 36px;
    padding-top: 14px;
    padding-bottom: 14px;
}

#header .nav-link {
    font-weight: lighter;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    margin-left: 24px;
    margin-right: 24px;
}

#header .nav-link:last-child {
    margin-right: 0px;
}

#header .navbar #main-menu {
    float: right;
    padding-top: 24px;
}

#header .navbar-fixed-top {
}

.navbar-fixed-top {
}

.nav-link {
}

#header .nav-link:hover {
    border-bottom: 2px solid #f7941e;
}

#header .navbar {
    z-index: 9999;
}

#header .navbar .nav-item {
    padding-left: 22px;
}

#header .navbar-toggle {
    position: relative;
    float: right;
    left: 15px;
    margin-right: 0;
    padding: 9px 10px;
    top: 24px;
    background-color: #373a3c;
    background-image: none;
    border: 1px solid transparent;
}

#header .navbar-dark .navbar-toggle {
    border: none;
}

#header .navbar-dark .icon-bar {
    border-bottom: 3px solid #fff;
}

#header .navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    #header .navbar-fixed-top {
        background-color: #fff;
    }

    /*#header .navbar #main-menu{float:right;padding-top: 20px;padding-bottom: 20px;width:100%; background-color: #fff;margin-bottom: 20px;margin-top: 10px;}*/
    #header .navbar #main-menu {
        float: right;
        width: 100%;
        background-color: #fff;
        left: 0;
        top: 0;
        padding-top: 0;
        padding-bottom: 24px;
        z-index: -1;
    }

    #header .navbar {
        height: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #header .navbar-brand {
        padding-top: 0;
    }

    #header .navbar-toggle {
        top: 12px;
    }

    #header .nav-link {
        color: #000 !important;
        font-size: 18px;
        border: none !important;
    }

    #header .navbar-nav .nav-link {
        padding-top: 0;
        padding-bottom: 0;
    }

    #header .navbar .nav-item {
        padding-left: 5px;
    }
}

@media screen and (max-width: 500px) {
    #header .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        font-size: 28px;
    }

    #header .navbar-toggle {
        top: 0;
    }

    #header .navbar {
        padding: 0;
        height: inherit;
    }
}


/* Einde header */


/* 2. Footer */

#footer {
    list-style: none;
}

#footer .row {
    margin: 0;
}

#footer a {
    color: #646464;
}

#footer a:hover {
    color: #f7941e;
    text-decoration: none;
}

#footer .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

#footer h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

#footer li {
    padding-bottom: 10px;
    color: #646464;
    font-weight: light;
    font-size: 14px;
}

#footer .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

#footer .footer-bottom {
    padding-top: 48px;
}

#footer .copyright {
    font-size: 12px;
    color: #959595;
    white-space: nowrap;
}

#footer .copyright .col-md-6 {
    padding-left: 2px;
}

#footer .handtekening {
    font-size: 12px;
    color: #959595;
    float: right;
    white-space: nowrap;
    margin-right: -10px;
}

#footer .oranje-text-footer {
    color: #f7941e;
}

#footer .oranje-text-footer-maps {
    color: #f7941e;
    text-decoration: underline;
}

#footer .form-control {
    border-radius: 0;
    border-color: #000;
    font-size: 12px;
}

#footer .btn-primary {
    font-size: 12px;
    font-weight: bold;
    background-color: #f7941e;
    border-color: #f7941e;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    float: right;
}

#footer .btn-primary:hover {
    background-color: #fff;
    border-color: #f7941e;
    color: #f7941e;
}

#footer .socials-footer {
    float: right;
    padding-top: 30px;
}

#footer .socials-footer .fa {
    font-size: 22px;
    padding: 6px;
    color: #959595;
}

#footer .fa:hover {
    color: #f7941e;
}

#footer .wpcf7 [type="submit"] {
    border: 1px solid #f7941e;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #f7941e;
    border-color: 1px solid #f7941e;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    float: right;
}

#footer .wpcf7 [type="submit"]:hover {
    border: 1px solid #f7941e;
    color: #f7941e;
    background-color: transparent;
}

#footer .wpcf7 [type="email"] {
    border: 1px solid #888888;
    width: 100%;
    height: 40px;
    color: #888888;
    font-size: 12px;
    text-indent: 10px;
}

#footer .wpcf7-mail-sent-ok {
    font-size: 12px;
    border: none;
    width: 100%;
}

#footer .wpcf7-response-output {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

#footer i {
    color: #000;
}

@media screen and (max-width: 991px) {
    #footer h3 {
        font-size: 16px;
    }

    #footer .handtekening, #footer .copyright {
        float: inherit;
        text-align: center;
        padding: 0;
        margin-right: 0;
    }

    #footer .col-sm-6 {
        padding-top: 20px;
    }

    #footer .socials-footer {
        margin-bottom: 20px;
        width: 100%;
        text-align: right;
    }

    #footer .form-group {
        margin: 0 auto;
        max-width: 280px;
        padding-bottom: 10px;
    }

    #header .nav-link {
        font-weight: lighter;
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
        margin-left: 0px;
        margin-right: 24px;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        border-top: 1px solid #f1f1f1;
    }
}

@media screen and (max-width: 543px) {
    #footer .col-xs-12 {
        text-align: center;
    }

    #footer .socials-footer {
        text-align: center;
    }

    #footer .wpcf7 [type="submit"] {
        width: 100%;
        float: inherit;
    }

    #footer .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/* Einde footer */


/* 3. Homepage */


/* 3.1 Hero */

#homepage .stretch {
    width: 100%;
    /*height:600px;*/
    min-height: 431px;
    position: relative;
    transition: 3s;
    margin-top: -100px;
}

@media screen and (max-width: 1400px) {
    #homepage .stretch {
        height: 750px;
    }
}

#homepage .row {
    margin: 0;
}

#homepage .hero-img-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#homepage .hero-img {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#homepage .stretch:hover {
    transform: scale(1.06, 1.06);
    transition: 3s;
}

#homepage .velden-hero {
    position: absolute;
    width: 100%;
    top: 300px;
}

#homepage .hero h1 {
    width: 100%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    z-index: 99;
    text-transform: uppercase;
    margin-bottom: 30px;
    top: 200px;
    line-height: 54px;
    font-weight: 800;
    font-family: 'Rubik';
}

#homepage .hero .vakgebied-selectbox {
    position: relative;
    margin: 0 auto;
    width: fit-content;
}

#homepage .hero .vakgebied-selectbox .form-control {
    text-indent: 8px;
    top: -2px;
    height: 60px;
    width: 280px;
    background-color: #fff;
    border: none;
}

#homepage .search_category .form-control {
    border-radius: 0px;
}

#homepage .hero .search-btn input {
    font-family: FontAwesome;
    background-color: #f7941e;
    border: 1px solid #f7941e;
    height: 60px;
    width: 60px;
    color: #fff;
    font-size: 24px;
    width: 60px;
    position: absolute;
    right: -14px;
    top: 0;
}

#homepage .hero .search-btn input:hover {
    background-color: #FFF;
    border: 1px solid #f7941e;
    color: #f7941e
}

#homepage .hero .alle-vacatures a {
    background-color: transparent;
    border: 1px solid #f7941e;
    padding: 15px;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    white-space: nowrap;
    margin-left: 0;
}

#homepage .hero .alle-vacatures a:hover {
    opacity: 1;
    text-decoration: underline;
}

#homepage .form-group {
    /*border-radius: 0;*/
    /*margin-bottom: 1rem;*/
    /*position: absolute;*/
    /*right: 34px;*/
    /*height: 60px;*/
}

.search_category .form-control {
    border-radius: 0;
}


/* 3.2 Content */

#homepage-content {
}

#homepage-content .scroll-btn i {
    margin-left: -46px;
    width: 60px;
    height: 60px;
    background-color: #6d6b67;
    border: 1px solid #6d6b67;
    position: absolute;
    margin-top: -40px;
    color: #fff;
    font-size: 24px;
    padding: 16px;
    padding-top: 10px;
    font-size: 40px;
}

#homepage-content .scroll-btn i:hover {
    background-color: #fff;
    border-color: #f7941e;
    color: #f7941e;
}

#homepage-content .box-orange {
    background-color: #f7941e;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: -40px;
}

#homepage-content .box-orange h1 {
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#homepage-content .box-orange h2 {
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    font-family: 'Rubik';
    letter-spacing: -1px;
}

#homepage-content .box-black {
    height: 250px;
    background-color: #000;
    margin-top: -260px;
    position: relative;
}

#homepage-content .box-black p {
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

#homepage-content .box-black small {
    padding-left: 20px;
    position: absolute;
    bottom: 30px;
    color: #f7941e;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

#homepage-content .box-black .right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

#homepage-content .box-black .left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 50%;
    height: 230px;
}

#homepage-content .btn-box {
    border: 1px solid #f1f1f1;
    padding: 10px;
    max-width: 200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
}

#homepage-content .btn-box:hover {
    background-color: #fff;
    color: #000;
}

#homepage-content .fa {
    font-size: 20px;
}

#homepage-content .box-vacatures {
    margin-top: 40px;
    border-bottom: 1px solid #888888;
}

#homepage-content .box-vacatures h2 {
    color: #f7941e;
    text-transform: uppercase;
    text-align: left;
    font-size: 42px;
    font-weight: bold;
}

#homepage-content .box-vacatures small {
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
}

#homepage-content .box-vacatures p {
    color: #000;
    text-align: left;
    line-height: 40px;
    font-size: 18px;
}

#homepage-content .col-md-6 {
    padding-left: 36px;
    padding-right: 36px;
}

#homepage-content .link-all a {
    float: right;
    text-transform: uppercase;
    color: #f7941e;
    font-weight: bold;
    padding-top: 30px;
    padding-right: 36px;
}

#homepage-content img, #homepage-content img.wp-post-image {
    max-width: 100%;
    height: 100%;
    flex-shrink: 0;
    /*    min-height: 100%;*/
    top: 0;
    float: right;
    padding: 0;
}

#homepage-content img, #homepage-content img.wp-post-image:hover {
}

#homepage-content .slick-slider {
    position: inherit;
    min-height: 0;
}


/* 3.3 Fullwidth */

#homepage-fullwidth {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #222224;
    /*margin-top: 80px;*/
}

#homepage-fullwidth .fullwidth h2 {
    color: #f7941e;
    text-transform: uppercase;
    text-align: left;
    font-size: 38px;
    font-weight: 800;
    line-height: 36px;
    font-family: 'Rubik';
    padding-bottom: 20px;
}

#homepage-fullwidth .fullwidth p {
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 28px;
}

#homepage-fullwidth .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

#homepage-fullwidth .link-all a {
    text-transform: uppercase;
    color: #f7941e;
    font-weight: bold;
}

#featured ul {
    margin-top: 10px;
    border-top: none;
}

#featured a {
    background-color: #fff;
    padding-left: 0;
    color: #000;
}

#featured a:hover {
    text-decoration: none;
    color: inherit;
}

#featured li {
    list-style: none;
    display: inline;
    font-size: 12px;
    color: #d3d3d3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#featured h2 {
    margin-top: 40px;
    padding-left: 15px;
    font-size: 36px;
    color: #f7941e;
    max-width: 100px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Rubik';
    overflow-wrap: initial;
    line-height: 34px;
}

#featured h3 {
    font-weight: normal;
    font-size: 20px;
    color: #55595c
}

#featured .position {
    padding: 0;
    margin-top: 10px;
}

#featured .after {
    position: absolute;
    right: 0;
    margin-top: -54px;
    right: 50px;
}

#featured .link-all a {
    float: right;
    text-transform: uppercase;
    color: #f7941e;
    font-weight: bold;
    padding-top: 20px;
}

#featured .fa {
    font-size: 40px;
    color: #888888;
}

#featured .bg-featured {
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}

#featured .bg-featured:hover {
    background-color: #f1f1f1;
}

#featured .bg-featured:hover .vac-link {
    background-color: #fff !important;
}

#featured .bg-featured:hover .google_map_link {
    background-color: #fff !important;
}

@media screen and (max-width: 1200px) {
    #homepage-content .box-orange h1 {
        line-height: 14px;
    }

    #homepage-content .box-orange h2 {
        line-height: 34px;
        margin-top: 16px;
    }

    #homepage-content img, #homepage-content img.wp-post-image {
        max-width: 50%;
    }

    #homepage-content .box-black p {
        line-height: 18px;
        margin-top: 10px;
    }

    #homepage-content .box-black small {
        bottom: 40px;
    }

    #homepage-content .box-black p, #homepage-content .box-black small {
        padding-left: 10px;
    }

    #homepage-fullwidth .fullwidth h2 {
        font-size: 24px;
        line-height: 22px;
    }

    #homepage-content .box-orange {
        margin-top: 40px;
    }

    #homepage-content .box-black {
        height: auto;
        margin-top: -210px;
    }

    #homepage .scroll-btn {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #homepage .stretch {
        height: 400px;
        margin-top: 0;
    }

    #homepage .velden-hero {
        top: 180px;
    }

    #homepage-content .box-orange h2 {
        line-height: 24px;
        font-size: 26px;
    }

    #homepage-content .box-black {
        margin-top: -310px;
        height: auto;
    }

    #homepage-content .slick-slider {
        height: auto;
    }

    #homepage-content .box-black p {
        margin-top: 10px;
        line-height: 14px;
        font-size: 14px;
        padding-left: 5px;
    }

    #homepage-content .box-black small {
        bottom: 10px;
        padding-left: 5px;
    }

    #homepage-content .box-black img {
        min-height: 260px;
    }

    #homepage-fullwidth .col-md-6 img {
        padding-top: 60px;
    }
}

@media screen and (max-width: 650px) {
    #homepage .hero h1 {
        font-size: 30px !important;
        line-height: 25px !important;
        font-weight: 800;
    }

    #homepage-content .box-black p {
        line-height: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    /*#homepage .hero h1{margin-top: -30px;}*/
    #homepage .stretch {
        height: 340px;
        overflow: hidden;
    }

    #homepage .hero .vakgebied-selectbox .form-control {
        width: 240px;
    }

    /*#homepage .form-group {*/
    /*    right: 59px;*/
    /*}*/
    #homepage-content .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    #homepage-content .box-orange {
        display: none;
        margin-top: 20px;
        padding-top: 30px;
        padding-right: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
    }

    #homepage-content .box-orange h1 {
        font-size: 14px !important;
        line-height: 12px !important;
        margin-bottom: 10px;
    }

    #homepage-content .box-orange h2 {
        font-size: 24px !important;
        line-height: 22px !important;
    }

    #homepage .hero .vakgebied-selectbox .form-control {
        height: 40px;
        font-size: 12px;
    }

    #homepage .hero .search-btn input {
        height: 40px;
        width: 40px;
    }

    #homepage-content .box-black {
        margin-top: 20px;
        height: auto;
    }

    #homepage-content .link-all a {
        padding-right: inherit;
        padding-top: 20px;
    }

    #homepage-fullwidth {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #homepage-fullwidth .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    #homepage-fullwidth .col-md-6 img {
        margin-top: 20px;
        padding-top: 20px;
    }

    #homepage-fullwidth .fullwidth h2 {
        font-size: 30px;
        line-height: 30px;
    }

    #homepage-fullwidth .fullwidth {
        margin-left: -15px;
        margin-right: -15px;
    }

    #homepage .velden-hero {
        top: 110px;
    }

    #featured h2 {
        white-space: nowrap;
        font-size: 24px;
        padding-left: 0;
        font-weight: 800;
    }
}

@media screen and (max-width: 375px) {
    #homepage-content img, #homepage-content img.wp-post-image {
        width: 100%;
        max-width: inherit;
        max-height: 380px;
    }

    #homepage-content .box-black {
        height: inherit;
    }

    #homepage-content .box-black .left {
        background-color: #000;
        padding: 14px;
        opacity: 0.8;
        width: 100%;
        height: 150px;
        margin-top: 220px;
        position: absolute;
    }

    #homepage-content .box-black p {
        margin-top: 0;
        position: absolute;
        line-height: 20px;
        padding-right: 30px;
        font-size: 14px;
        top: 20px;
    }

    #homepage-content .box-black small {
        bottom: 40px;
        position: absolute;
    }

    #homepage .form-group {
        right: 30px;
    }

    #homepage .hero .vakgebied-selectbox {
        width: 280px;
    }

    #homepage .hero .search-btn input {
        height: 40px;
        width: inherit;
        font-size: 16px;
        text-align: center;
    }

    #homepage .hero h1 {
        margin-bottom: 10px;
        font-size: 20px !important;
        line-height: 18px !important;
    }
}

@media screen and (max-width: 767px) {
    #featured .col-md-6 {
    }

    #featured .bg-featured {
        padding: 8px;
        min-height: 60px;
    }

    #featured h3 {
        font-size: 14px;
        padding-right: 10px;
    }

    #featured .after {
        margin-top: -40px;
        right: 14px;
    }

    #featured .fa {
        font-size: 20px;
    }

    #homepage-content .box-black {
        margin-top: 40px;
        height: auto;
    }
}


/* Einde homepage */


/* 4. Opdrachtgevers */


/* 4.1 Hero */

#opdrachtgevers .stretch {
    width: 100%;
    height: 500px;
    min-height: 200px;
    position: relative;
}

@media screen and (max-width: 767px) {
    #opdrachtgevers .stretch {
        height: 400px;
    }
}

#opdrachtgevers .row {
    margin: 0;
}

#opdrachtgevers .hero-img-inner {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#opdrachtgevers .hero-img {
    width: 100%;
    height: 500px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#opdrachtgevers .velden-hero {
    position: absolute;
    width: 100%;
    top: 350px;
}

#opdrachtgevers .hero h1 {
    position: absolute;
    width: 100%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    z-index: 99;
    text-transform: uppercase;
    margin-bottom: 30px;
    top: 200px;
    line-height: 54px;
    font-family: 'Rubik';
    font-weight: 800;
}


/* 4.2 Client logos */

#opdrachtgevers-logos {
    padding-top: 60px;
    padding-bottom: 60px;
}

#opdrachtgevers-logos img.wp-post-image {
}


/* 4.3 Content boxen */

#opdrachtgevers-box {
    padding-bottom: 60px;
}

#opdrachtgevers-box a {
    color: #fff;
}

#opdrachtgevers-box .box-orange {
    text-align: center;
    background-color: #f7941e;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    min-height: 380px;
}

#opdrachtgevers-box .box-orange h2 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#opdrachtgevers-box .box-orange p {
    padding-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px;
    font-family: 'Rubik';
}

#opdrachtgevers-box .btn-box {
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 10px;
    max-width: 200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
}

#opdrachtgevers-box .btn-box:hover {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
}

#opdrachtgevers-box .box-black {
    min-height: 380px;
    background-color: #222224;
    padding-left: 0px;
    position: relative;
}

#opdrachtgevers-box .box-black p {
    padding-left: 30px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    width: 50%;
    padding-right: 20px;
    padding-top: 50px;
}

#opdrachtgevers-box .box-black small {
    position: absolute;
    bottom: 50px;
    padding-left: 30px;
    color: #f7941e;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding-right: 20px;
    white-space: wrap;
}

#opdrachtgevers-box .box-black small .grey {
    color: #7f7f7f;
}

#opdrachtgevers-box .box-black .right {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

#opdrachtgevers-box .box-black img {
    height: 100%;
    transition: none;
    right: 0;
    min-height: 380px;
}

#opdrachtgevers-box .box-black .left img {
    min-height: 380px;
}

#opdrachtgevers-box .box-black .left {
    left: 0px;
}

#opdrachtgevers-box .slick-slider img {
    min-height: 380px;
    float: right;
}

@media screen and (max-width: 991px) {
    #opdrachtgevers-box .box-orange {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 80px;
        padding-bottom: 40px;
        min-height: 420px;
        margin-bottom: 20px;
    }

    #opdrachtgevers-box .box-orange p {
        font-size: 28px;
        line-height: 26px;
    }

    #opdrachtgevers-box .box-black p {
        padding-top: 30px;
        width: inherit;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 50px;
        bottom: -20px;
        padding-right: 20px;
        position: absolute;
        background-color: black;
    }

    #opdrachtgevers-box .slick-slider img {
        width: 100%;
        max-height: 420px;
        float: inherit;
    }

    #opdrachtgevers-box .box-black small {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #opdrachtgevers-box .box-orange {
        min-height: inherit;
        padding-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    #opdrachtgevers-box .box-orange {
        min-height: inherit;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #opdrachtgevers-box .box-black p {
        padding-top: 30px;
        width: inherit;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 50px;
        bottom: -20px;
        padding-right: 20px;
        position: absolute;
        background-color: black;
    }

    #opdrachtgevers-box .box-black .right {
        width: 100%;
        height: 50%;
    }

    #opdrachtgevers-box .box-black .left img {
        right: 0;
    }

    #opdrachtgevers-box .box-black {
        padding-left: 0px;
        padding-right: 0px;
    }

    #opdrachtgevers-fullwidth .fullwidth h2 {
        font-size: 24px !important;
        line-height: 22px !important;
    }

    #opdrachtgevers-fullwidth .fullwidth p {
        line-height: 20px !important;
    }

    #opdrachtgevers-box .slick-slider img {
        width: 100%;
        max-height: 460px;
        float: inherit;
    }
}


/* 4.4 Fullwidth */

#opdrachtgevers-fullwidth {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e7e7e7;
}

#opdrachtgevers-fullwidth .fullwidth h2 {
    font-family: 'Rubik';
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

#opdrachtgevers-fullwidth .fullwidth p {
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    max-width: 900px;
    margin: 0 auto;
}

#opdrachtgevers-fullwidth .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
}


/* Einde opdrachtgevers */


/* 5. Vacature (overzicht) */


/* 5.1 Background */

#vacatures {
    padding-top: 60px;
    background-color: #f1f1f1;
}


/* 5.2 Vacatures */


/* 5.3 Filterbox */

#vacatures .job_filters {
    background: transparent;
    zoom: none;
}

#vacatures .job_filters .search_jobs .search_keywords .search_location {
    padding: none;
    zoom: none;
    width: 100%;
}

#vacatures .job_filters .search_jobs div.search_location {
    padding-left: 0;
    width: 100%;
}

#vacatures .job_filters .search_jobs div.search_keywords {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#vacatures .job_filters .search_jobs div label {
    display: inherit;
    font-size: 18px;
    font-weight: bold;
    padding-top: 16px;
}

#vacatures input {
    padding-top: 10px;
    padding-bottom: 10px;
}

#vacatures .entry-title {
    display: none;
}

#vacatures .job_filters .search_jobs {
    padding: 0;
}

#vacatures .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    float: right;
}

#vacatures .box-orange {
    margin-top: 0px;
    background-color: #f7941e;
    padding: 40px;
}

#vacatures .box-orange h1 {
    margin-left: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

#vacatures .box-orange .job_types, #vacatures .box-orange .showing_jobs {
    display: none !important;
}

#vacatures .hero .vakgebied-selectbox {
    position: relative;
    margin: 0 auto;
    width: 340px;
}

#vacatures .hero .vakgebied-selectbox .form-control {
    text-indent: 12px;
    top: -2px;
    height: 60px;
    width: 280px;
    background-color: #fff;
    border: none;
}

#vacatures .box-black {
    background-color: #f7941e;
    padding: 40px;
    position: relative;
    margin-top: 20px;
}

#vacatures .box-black small {
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: 'Rubik';
}

#vacatures .box-black h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    font-family: 'Rubik';
}

#vacatures .box-black .right {
    background-color: #888888;
    position: absolute;
    bottom: 0;
    right: 0;
}

#vacatures .btn-box {
    border: 1px solid #f1f1f1;
    padding: 10px;
    max-width: 190px;
    margin: 0 auto;
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
}

#vacatures .btn-box:hover {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
}

#vacatures h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

#vacatures .ads {
    display: none;
    background-color: #fff;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 60px;
}

#vacatures .job_listing .meta li {
    display: none;
}

.single_job_listing .company .tagline {
    display: none !important;
}

#vacatures .tagline {
    font-size: 14px;
    line-height: 24px;
    color: #222224;
}

#vacatures .job_listings li {
    list-style: none outside;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    margin-bottom: 5px;
    border-bottom: none;
}

#vacatures .col-md-8 {
    padding-left: 0;
}

#vacatures .single-styling {
    list-style: none outside;
    padding: 40px;
    padding-right: 60px;
    margin: 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-bottom: none;
    position: relative;
    transition: 0.4s;
    text-decoration: none;
}

#vacatures a:hover {
    text-decoration: none;
}

#vacatures .single-styling a:hover {
    text-decoration: none;
}

#vacatures .single-styling:hover {
    transform: scale(1.02, 1.02);
    transition: 0.4s;
    text-decoration: none;
}


}
#vacatures .job_listings a, #vacatures .job_listings {
    color: #373a3c;
    text-decoration: none;
}

#vacatures .single-styling h3, #vacatures .single-styling h3:hover {
    font-size: 22px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
}

#vacatures .single-styling p, #vacatures .single-styling p:hover {
    text-decoration: none;
}

#vacatures .job_listings .company {
    margin: 0 1em 0 0;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    line-height: 1em;
    color: #bababa;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#vacatures .job_listings ul {
    margin-top: 0px;
}

#vacatures .aantal-vacatures {
    display: inline-block;
}

#vacatures .map-vacatures {
    display: inline-block;
    float: right;
    cursor: pointer;
}

#vacatures .map-vacatures:hover {
    opacity: 0.6;
}

#vacatures .map-output {
    margin-top: 10px;
    margin-bottom: 10px;
}

input.gmw-submit, input.gmw-submit-1 {
    display: none;
}

.gjm-info-window-wrapper a {
    color: #000;
}

.gjm-info-window-wrapper .job-type, .gjm-info-window-wrapper .date {
    display: none;
}

input.gmw-submit:hover, input.gmw-submit-1:hover {
    background-color: #fff;
    color: #000;
}

select .gmw-distance-select, .gmw-distance-select-1 {
    background-color: transparent;
    width: 100px;
    padding-left: 0;
    margin-left: 0;
    /* text-indent: -10px; */
    /* border-bottom: 1px solid #000; */

    border: none;
    height: 40px;
    padding-top: 8px;
    font-size: 14px;
}

.gmw-radius-dropdown-wrapper, .gmw-units-dropdown-wrapper {
    display: inline-block !important;
    border: 1px solid;
    margin-right: -14px !important;
}

div.gmw-pt-default-form-wrapper input[type="text"] {
    padding-left: 0px !important;
}

.gjm-info-window-wrapper .gmap li .address {
    display: none !important;
}

#vacatures .position {
    padding: 0;
    width: 100%;
}

#vacatures .single-styling .location {
    color: #fff;
    line-height: 18px;
    background-color: #f7941e;
    width: 60px;
    text-transform: uppercase;
    height: 60px;
    font-weight: bold;
    padding: 5px;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

.job_filters .search_jobs div.filter_wide, .job_filters .search_jobs div.search_categories {
    padding-top: 0 !important;
}

.job_filters .search_jobs div.search_categories {
    margin-bottom: 0;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 8px !important;
    height: 40px !important;
    border: none !important;
    border-radius: 0 !important;
    background: #fff !important;
    background-clip: padding-box;
    box-shadow: none;
    color: #afafaf !important;
    font-size: 16px !important;
    text-decoration: none;
    white-space: nowrap;
    line-height: 26px;
}

.job_listings .load_more_jobs {
    display: none !important;
}

.gjm-info-window-wrapper {
    min-height: 0px !important;
}

.gjm-info-window-wrapper ul.job-items li span.label {
    display: none !important;
}

.chosen-container-single .chosen-single div b {
    margin-top: 8px;
}

.link-to-vacature p {
    padding: 0;
    color: #f7941e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    display: inherit;
    width: 200px;
}

.link-to-vacature p:after {
    font-family: FontAwesome;
}

.link-to-vacature p:hover {
    color: #888888;
}

#vacatures nav.job-manager-pagination a {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

#vacatures nav.job-manager-pagination ul {
    padding-left: 0;
    display: inherit;
    left: 0;
}

#vacatures nav.job-manager-pagination li {
    color: #f7941e;
    height: inherit;
    padding: 0;
    background: transparent;
}

#vacatures nav.job-manager-pagination span {
    color: #f7941e;
    background: transparent;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}

ul.job_listings li.no_job_listings_found a {
    display: initial !important;
    padding: 0 !important;
    color: #f7941e;
}

#vacatures .plaats-functie {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    line-height: 1em;
    color: #bababa;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    #vacatures .box-orange {
        padding: 20px;
        margin-top: 0;
    }

    #vacatures .box-black {
        padding: 20px;
        text-align: center;
    }

    #vacatures .box-black small {
        font-size: 12px;
    }

    #vacatures .job_filters .search_jobs div label {
        font-size: 14px;
    }

    #vacatures {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    #vacatures .col-md-4 {
        float: inherit;
    }

    #vacatures .box-orange {
        margin-top: 0px;
        margin-bottom: 20px;
        background-color: #f7941e;
    }

    #vacatures .box-black {
        display: none;
    }

    #vacatures .ads {
        display: none;
    }

    #vacatures .single-styling h3 {
        font-size: 16px;
        margin-top: 12px;
    }

    #vacatures .plaats-functie {
        font-size: 12px;
    }

    #vacatures .tagline {
        line-height: inherit;
        padding-right: 30px;
    }

    #vacatures .single-styling {
        min-height: 240px;
        height: inherit;
        padding-right: 10px;
    }

    #vacatures .col-md-8 {
        padding: 0;
    }

    #vacatures .single-styling .location {
        width: 50px;
        height: 46px;
        font-size: 12px;
        padding: 8px;
        line-height: 14px;
    }

    #vacatures h1 {
        font-size: 18px;
        padding-left: 0;
    }
}

/* Einde vacature (overzicht) */

/* 6. Vacature (single) */
#vacature-single .box-vacatures a.linkedin {
    cursor: pointer;
}

/* 6.1 Background */
#vacature-overzicht {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #f1f1f1;
}

/* 6.2 vacatures */
#vacature-overzicht .entry-header {
    margin-top: 26px;
}

#vacature-overzicht .entry-title {
    font-size: 26px;
    color: #f7941e;
    letter-spacing: 1px;
    padding-left: 15px;
    font-weight: bold;
    max-width: 800px;
}

#vacature-overzicht .entry-meta {
    display: none;
}

#vacature-overzicht .single_job_listing .company .name {
    display: none;
}

#vacature-overzicht .single_job_listing .company .website {
    display: none;
}

#vacature-overzicht .single_job_listing .company {
    padding-left: 0;
    padding-right: 0;
    height: 200px;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: transparent;
    display: none;
}

#vacature-overzicht .single_job_listing img.company_logo {
    display: none;
    /*left:0;width:inherit;height: initial;position: inherit; min-width: 100%;max-height: 100%;flex-shrink: 0;padding-left: 0;padding-right: 0;height: 200px;border: none;box-shadow: none;display: flex;justify-content: center;align-items: center;overflow: hidden;background-color: transparent;*/
}

#vacature-overzicht .single_job_listing .job_description strong {
    font-size: 22px;
    letter-spacing: -1px;
}

#vacature-overzicht .single_job_listing .job_description p, #vacature-overzicht .single_job_listing .job_description li {
    font-size: 14px;
    line-height: 30px;
}

#vacature-overzicht img.wp-post-image {
    display: none;
}

#vacature-overzicht .textarea {
    display: none;
}

#vacature-overzicht .single_job_listing {
    padding-right: 36px;
}

#vacature-overzicht .terug a {
    font-size: 14px;
    color: #3a3737;
}

#vacature-overzicht .terug a:hover {
    color: #888888;
    text-decoration: none;
}

#vacature-single {
    background-color: #eaeaea;
    padding-bottom: 100px;
}

#vacature-single .row {
    margin-left: 0px;
    margin-right: 0px;
}

#vacature-single .box-vacatures h2 {
    color: #f7941e;
    font-size: 36px;
    font-weight: bold;
}

#vacature-single .box-vacatures h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

#vacature-single .box-vacatures p {
    padding-bottom: 6px;
    color: #000;
    line-height: 26px;
    font-size: 14px;
}

#vacature-single .box-vacatures .uploadbox {
    height: 120px;
    width: 330px;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-color: #fff;
}

#vacature-single .box-vacatures label {
    color: #000;
    text-align: left;
    margin-top: 20px;
}

#vacature-single .wpcf7-form-control .wpcf7-textarea {
    border: none;
}

#vacature-single .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}

#vacature-single .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
    width: 380px;
}

#vacature-single .wpcf7 input[type="file"] {
    font-size: 10px;
    margin-top: 10px;
}

#vacature-single small {
    font-size: 10px;
    color: #000;
}

#vacature-single .wpcf7-file:before {
    background-color: #f7941e;
    content: "SELECTEER";
    display: block;
    height: 28px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: -2px;
    color: #FFF;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Rubik';
    padding-left: 5px;
    padding-right: 4px;
}

#vacature-single .wpcf7 [type="submit"] {
    float: right;
    margin-right: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 46px;
    font-size: 14px;
    max-width: 260px;
    color: #fff;
    background-color: #f7941e;
    border: 1px solid #f7941e;
    padding-left: 50px;
    font-weight: bold !important;
    font-family: 'Rubik';
    letter-spacing: 1px;
    padding-right: 50px;
    margin-top: 30px;
    text-transform: uppercase;
}

#vacature-single .wpcf7 [type="submit"]:hover {
    border: 1px solid #f7941e;
    color: #f7941e;
    background-color: transparent;
}

#vacature-single textarea {
    width: 328px;
    height: 120px;
    text-indent: 10px;
}

#vacature-single input {
    height: 40px;
    width: 328px;
}

@media only screen and (max-width: 768px) {
    #btn-solliciteer .btn a {
        color: #fff;
        background-color: #f7941e;
        letter-spacing: 1px;
        border: 1px solid #f7941e;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #btn-solliciteer .btn a:hover {
        color: #f7941e;
        text-decoration: none;
        background-color: transparent;
    }

    #btn-solliciteer .btn {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .single_job_listing .meta {
        margin-bottom: 5px !important;
    }
}

@media screen and (min-width: 769px) {
    #btn-solliciteer {
        display: none;
    }
}

.job_listing .meta li {
    margin: 0 1em 0 0;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    line-height: 1em;
    color: #bababa;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.job_listing .meta a {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    line-height: 1em;
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.job_listing .meta li:before {
}

.job_listing .location li {
    display: none;
}

.single_job_listing .meta .full-time {
    background: none;
    color: #6b6755;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.single_job_listing .meta .job-location a {
    background: none;
    color: #6b6755;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.entry-footer span, .screen-reader-text, .nav-links {
    display: none;
}

#featured-single ul {
    margin-top: 10px;
    border-top: none;
}

#featured-single a {
    background-color: #fff;
    padding-left: 0;
}

#featured-single a:hover {
    text-decoration: none;
    color: inherit;
}

#featured-single li {
    list-style: none;
    display: inline;
    font-size: 12px;
    color: #d3d3d3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#featured-single h2 {
    margin-top: 10px;
    padding-left: 15px;
    font-size: 36px;
    color: #f7941e;
    max-width: 100px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Rubik';
    line-height: 34px;
}

#featured-single h3 {
    font-weight: normal;
    font-size: 20px;
    color: #55595c;
}

#featured-single .position {
    padding: 0;
    margin-top: 10px;
}

#featured-single .after {
    position: absolute;
    right: 0;
    margin-top: -44px;
    right: 50px;
}

#featured-single .link-all a {
    float: right;
    text-transform: uppercase;
    color: #f7941e;
    font-weight: bold;
    background: none;
}

#featured-single .fa {
    font-size: 40px;
    color: #888888;
}

#featured-single .bg-featured {
    padding: 20px;
    border-bottom: 1px solid #d3d3d3;
}

#featured-single .bg-featured:hover {
    background-color: #fff;
}

#featured-single .col-md-6 {
    background-color: #f1f1f1;
    padding: 40px;
    padding-bottom: 20px;
}

/* 6.3 Content */
#vacature-content {
    padding-top: 70px;
    padding-bottom: 60px;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

#vacature-content .box-orange {
    background-color: #f7941e;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

#vacature-content .box-orange h2 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#vacature-content .box-orange p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Rubik';
}

#vacature-content .box-black {
    background-color: #000;
    margin-top: -321px;
    position: relative;
    height: inherit;
}

#vacature-content .box-black p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    width: 50%;
    padding-bottom: 20px;
    padding-right: 20px;
}

#vacature-content .box-black small {
    color: #f7941e;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding-right: 20px;
    white-space: wrap;
}

#vacature-content .box-black .right {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

#vacature-content .box-black .left {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

#vacature-content .btn-box {
    border: 1px solid #f1f1f1;
    padding: 10px;
    max-width: 200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
}

#vacature-content .btn-box:hover {
    background-color: #fff;
    color: #000;
}

#vacature-content .fa {
    font-size: 20px;
}

#vacature-content .container-vacatures {
    padding: 40px;
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #f1f1f1;
}

#vacature-content .box-vacatures {
    margin-top: 30px;
    border-bottom: 1px solid #888888;
}

#vacature-content .box-vacatures h2 {
    color: #f7941e;
    text-transform: uppercase;
    text-align: left;
    font-size: 42px;
    font-weight: bold;
}

#vacature-content .box-vacatures small {
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
}

#vacature-content .box-vacatures p {
    color: #fff;
    text-align: left;
    line-height: 40px;
    font-size: 18px;
}

#vacature-content .link-all a {
    float: right;
    text-transform: uppercase;
    color: #f7941e;
    font-weight: bold;
    padding-top: 20px;
}

#vacature-content .col-md-6 {
    padding-right: 36px;
}

#vacature-content .slick-slider {
    position: inherit;
    min-height: 240px;
}

#vacature-content .slick-slider img {
    float: right;
}

#vacature-content .box-black p {
    padding-left: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    padding-right: 60px;
}

#vacature-content .box-black small {
    padding-left: 40px;
    position: absolute;
    bottom: 30px;
    color: #f7941e;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

#vacature-content .job-manager-application-wrapper .application .application_details, .single_job_listing .application .application_details {
    box-shadow: none;
    border: none;
    margin: inherit;
}

#vacature-single {
    padding-top: 36px;
}

@media screen and (max-width: 1200px) {
    #vacature-content .box-black p {
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
        padding-right: 40px;
    }

    #vacature-content .box-black small {
        padding-left: 20px;
        max-width: 160px;
    }

    #vacature-single .box-vacatures .uploadbox {
        width: 432px;
    }
}

@media screen and (max-width: 991px) {
    #vacature-content .box-orange {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #vacature-content .box-orange p {
        font-size: 30px;
        line-height: 28px;
        font-weight: bold;
        margin-top: 20px;
    }

    #vacature-content .slick-slider img {
        width: 100%;
        height: 300px;
        opacity: 0.6;
    }

    #vacature-content .box-black {
        margin-top: -370px;
    }

    #vacature-content .box-black p {
        padding-right: 40px;
        width: 100%;
        margin-top: 70px;
    }

    #vacature-content {
        padding-bottom: 0;
    }

    #vacature-single .box-vacatures .uploadbox {
        width: 328px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #vacature-overzicht .col-md-8 {
        width: 100%;
    }

    #vacature-single .col-md-6 {
        width: 50%;
    }

    #vacature-single input, #vacature-single textarea, #vacature-single .wpcf7 input[type="file"] {
        width: 95%;
    }

    #vacature-single .wpcf7 [type="submit"] {
        margin-right: 22px;
    }
}

@media screen and (max-width: 767px) {
    #vacature-overzicht .single_job_listing {
        padding-right: 0;
    }

    #vacature-overzicht {
        padding-bottom: 10px;
    }

    #vacature-content .box-orange, #vacature-content .box-black {
        display: none;
    }

    #vacature-content {
        padding-bottom: inherit;
        padding-top: inherit;
    }

    #vacature-single input, #vacature-single textarea {
        width: 100%;
    }

    #vacature-single .col-md-6 {
        width: inherit;
    }

    #vacature-single .wpcf7 input[type="file"] {
        width: 100%;
    }

    #vacature-single .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    #vacature-single .wpcf7 [type="submit"] {
        float: inherit;
        margin-right: 0;
        max-width: inherit;
    }

    #vacature-single {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #vacature-overzicht .single_job_listing .job_description p, #vacature-overzicht .single_job_listing .job_description li {
        line-height: 20px;
    }

    #vacature-single .box-vacatures p {
    }

    #vacature-single .box-vacatures h2 {
        font-size: 24px;
    }

    #featured-single h2 {
        font-size: 30px;
    }

    #featured-single .col-md-6 {
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -2px;
        background-color: transparent;
    }

    #vacature-content .link-all {
        margin-top: 20px;
        text-align: right;
    }

    #vacature-content .link-all a {
        float: inherit;
        text-transform: uppercase;
        color: #f7941e;
        font-weight: bold;
    }

    #featured-single .bg-featured {
        padding: 8px;
        min-height: 60px;
    }

    #featured-single h3 {
        font-size: 14px;
        padding-right: 10px;
    }

    #featured-single .after {
        margin-top: -40px;
        right: 14px;
    }

    #vacature-single .box-vacatures .uploadbox {
        width: 100%;
    }

    #vacature-single .wpcf7-file:before {
        background-color: #f7941e;
        content: "SELECTEER";
        display: block;
        height: 28px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        bottom: 0;
        top: -2px;
        color: #FFF;
        font-size: 11px;
        letter-spacing: 1px;
        font-family: 'Rubik';
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 500px) {
    #vacature-overzicht {
        padding-top: 40px;
    }

    .job_listing .meta li {
        font-size: 10px;
        padding: 0 !important;
        margin: 3px !important;
    }

    .job_listing .meta a {
        font-size: 10px;
    }
}

/* Einde vacature (single) */

/* 7. Sidebar */
#sidebar {
    background-color: #fff;
    padding: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 360px;
    z-index: 99;
    margin-top: -76px;
}

.solliciteer {
    padding-top: 96px;
}

#sidebar li {
    list-style: none;
    padding-top: 10px;
    display: inline-flex;
    font-size: 14px;
    line-height: 18px;
}

#sidebar p {
    font-size: 14px;
    margin-bottom: 0;
}

#sidebar .mail a {
    font-size: 14px;
    text-decoration: underline;
    color: #f7941e;
}

#sidebar .mail a:hover {
    color: #888888;
    text-decoration: none;
}

#sidebar li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #f7941e;
    padding-right: 22px;
}

#sidebar .btn-sidebar {
    text-align: center;
    padding-bottom: 10px;
}

#sidebar .btn-sidebar a {
    background-color: #f7941e;
    letter-spacing: 1px;
    border: 1px solid #f7941e;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#sidebar .btn-sidebar a:hover {
    color: #f7941e;
    text-decoration: none;
    background-color: transparent;
}

#sidebar h2 {
    margin-top: 26px;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 1px;
}

#sidebar h3 {
    color: #f7941e;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0px;
    margin-top: 40px;
}

#sidebar .space {
    margin-top: 15px;
}

#sidebar .mini-space {
    margin-top: 10px;
}

#sidebar input, #sidebar input:active, #sidebar input:focus {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#sidebar input:hover {
    background-color: transparent;
    color: #f7941e;
}

#sidebar .portret {
    background-image: url("/app/uploads/2016/12/eric-jan-verkuil-contact.png");
    height: 176px;
    width: 145px;
    bottom: 0;
    right: 28px;
    position: absolute;
}

#sidebar .portret-jelle {
    background-image: url("/app/uploads/2018/03/dennis.png");
    height: 176px;
    width: 146px;
    bottom: 0;
    right: 18px;
    position: absolute;
}

@media screen and (max-width: 1199px) {
    #sidebar {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    #sidebar {
        display: block !important;
        position: static !important;
        background-color: transparent;
        padding-left: 0;
    }

    #sidebar .btn-sidebar a {
        display: none;
    }

    #sidebar li {
        display: none;
    }

    #sidebar .portret {
        bottom: -10px;
        right: 8px;
    }

    #sidebar .portret-jelle {
        right: 8px;
        bottom: -10px;
    }
}

/* Einde sidebar */

/* 8. Contact */

/* 8.1 Hero */
#contact-hero .stretch {
    width: 100%;
    /*height:500px;*/

    position: relative;
    transition: 3s;
    margin-top: -100px;
}

@media screen and (min-width: 1700px) {
    #contact-hero .stretch {
        height: 540px;
        object-fit: cover;
    }

    #homepage .stretch {
        height: 750px;
        object-fit: cover;
    }
}

#contact-hero .stretch:hover {
    transform: scale(1.06, 1.06);
    transition: 3s;
}

#contact-hero .row {
    margin: 0;
}

#contact-hero .hero-img-inner {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#contact-hero .hero-img {
    width: 100%;
    height: 500px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#contact-hero .velden-hero {
    position: absolute;
    width: 100%;
    top: 350px;
}

#contact-hero .hero h1 {
    position: absolute;
    width: 100%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    z-index: 99;
    text-transform: uppercase;
    margin-bottom: 30px;
    top: 250px;
    line-height: 54px;
    font-weight: 800;
    font-family: 'Rubik';
}

/* 8.2 Form */
#contact-form {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

#contact-form h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f7941e;
    font-weight: bold;
    font-family: 'Rubik';
    font-size: 32px;
    text-transform: uppercase;
}

#contact-form input {
    border: 2px solid #f1f1f1;
    padding-top: 16px;
    padding-bottom: 16px;
    text-indent: 10px;
    background: none;
    margin-top: 10px;
    width: 100%;
}

#contact-form textarea {
    border: 2px solid #f1f1f1;
    padding-top: 16px;
    padding-bottom: 16px;
    text-indent: 10px;
    height: 160px;
    background: none;
    margin-top: 10px;
    width: 100%;
}

#contact-form .gegevens {
    padding-top: 10px;
    margin-bottom: 20px;
    list-style: none;
}

#contact-form .usp {
    padding-top: 10px;
    margin-bottom: 40px;
}

#contact-form .usp li {
    list-style: none;
}

#contact-form .usp li:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #f7941e;
}

#contact-form .wpcf7 {
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 40px;
    padding-bottom: 40px;
}

#contact-form .wpcf7 [type="submit"] {
    border-bottom: none;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 46px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    background-color: #f7941e;
    border-color: 1px solid #f7941e;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

#contact-form .wpcf7 [type="submit"]:hover {
    border: 1px solid #f7941e;
    color: #f7941e;
    background-color: transparent;
}

#contact-form .col-md-6 {
}

#contact-form label {
    margin-top: 20px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    #contact-form .wpcf7 [type="submit"] {
        padding-right: 0;
        padding-left: 0;
    }

    #contact-form .col-xs-12 {
    }

    #contact-form h1 {
        font-size: 30px;
    }

    #contact-form h3 {
        font-size: 24px;
    }

    #contact-hero .stretch {
        height: inherit;
        margin-top: 0;
    }

    #contact-hero .hero h1 {
        line-height: 36px;
        font-size: 42px;
    }

    #contact-form .col-md-6 {
    }

    #contact-form .wpcf7 {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    #contact-form h1 {
        padding-top: 0;
    }

    #contact-hero .hero h1 {
        font-size: 34px;
        line-height: 30px;
    }

    #contact-hero .stretch {
        min-height: 300px;
    }
}

@media screen and (max-width: 500px) {
    #contact-hero .hero h1 {
        line-height: 18px;
        top: 110px;
        font-size: 22px;
    }

    #contact-hero .stretch {
        min-height: 200px;
        margin-top: 0;
    }

    #homepage .stretch {
        margin-top: 0;
    }

    #contact-form .wpcf7 {
        padding: 10px;
    }
}

#contact-form .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    max-width: 444px;
}

/* 8.3 Fullwidth client logos */
#contact-logos {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e7e7e7;
}

#contact-logos .fullwidth h2 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

#contact-logos .fullwidth p {
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    max-width: 600px;
    margin: 0 auto;
}

#contact-logos .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
}

/* 8.4 Upload je CV */
#contact-form-cv {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

#contact-form-cv h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f7941e;
    font-weight: bold;
    font-family: 'Rubik';
    font-size: 32px;
    text-transform: uppercase;
}

#contact-form-cv input {
    border: 2px solid #f1f1f1;
    padding-top: 16px;
    padding-bottom: 16px;
    background: none;
    width: 100%;
}

#contact-form-cv textarea {
    border: 2px solid #f1f1f1;
    padding-top: 16px;
    padding-bottom: 16px;
    text-indent: 10px;
    height: 140px;
    background: none;
    width: 100%;
}

#contact-form-cv div.wpcf7 input[type="file"] {
    border: none !important;
    width: 200px;
}

#contact-form-cv .gegevens {
    padding-top: 10px;
}

#contact-form-cv .gegevens li {
    list-style: none;
}

#contact-form-cv .usp li {
    list-style: none;
}

#contact-form-cv .usp li:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #f7941e;
}

#contact-form-cv .wpcf7 {
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 40px;
}

#contact-form-cv .wpcf7 [type="submit"] {
    font-family: 'Rubik';
    float: right;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 46px;
    font-size: 14px;
    color: #fff;
    background-color: #f7941e;
    border: 1px solid #f7941e;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

#contact-form-cv .wpcf7 [type="submit"]:hover {
    border: 1px solid #f7941e;
    color: #f7941e;
    background-color: transparent;
}

#contact-form-cv .box-vacatures {
}

#contact-form-cv .box-vacatures h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contact-form-cv .box-vacatures label {
    margin-top: 20px;
}

#contact-form-cv .box-vacatures h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

#contact-form-cv .box-vacatures p {
    padding-bottom: 6px;
    color: #000;
    line-height: 26px;
    font-size: 14px;
}

#contact-form-cv .uploadbox {
    padding-top: 20px;
    padding-bottom: 36px;
    padding-left: 20px;
    border: 2px solid #f1f1f1;
}

#contact-form-cv .wpcf7-file:before {
    background-color: #f7941e;
    content: "SELECTEER";
    display: block;
    height: 28px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: -2px;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'Rubik';
    padding-left: 8px;
    padding-right: 7px;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    margin-left: 15px;
}

#contact-form-cv small {
    font-size: 10px;
    color: #000;
}

@media screen and (max-width: 991px) {
    #contact-form-cv h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    #contact-form-cv .img-cv {
        margin-top: 20px;
    }

    #contact-form-cv h1 {
    }
}

@media screen and (max-width: 500px) {
    #contact-form-cv h1 {
        font-size: 22px;
    }

    #contact-form-cv .wpcf7 {
        padding: 10px;
    }
}

input[type="file"] {
    width: 450px;
    font-size: 10px;
}

#content-hero .hero-img {
    width: 100%;
    height: 400px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#content-hero .stretch {
    width: 100%;
    height: 600px;
    position: relative;
    transition: 3s;
    margin-top: -100px;
}

#content-hero .hero h1 {
    position: absolute;
    width: 100%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    z-index: 99;
    text-transform: uppercase;
    margin-bottom: 30px;
    top: 250px;
    line-height: 54px;
    font-weight: 800;
    font-family: 'Rubik';
}

#contact-hero .stretch:hover {
    transform: scale(1.06, 1.06);
    transition: 3s;
}

#content-inhoud {
    margin-top: 40px;
    margin-bottom: 80px;
}

#content-inhoud h1 {
    font-size: 30px;
    font-weight: 800;
    font-family: 'Rubik';
}

#content-inhoud p {
    font-size: 14px;
    color: #55595c;
    line-height: 24px;
}

#content-inhoud strong {
    font-size: 16px;
    line-height: 30px;
}

#content-inhoud li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #f7941e;
    padding-right: 18px;
}

#content-inhoud li {
    font-size: 14px;
    color: #55595c;
    line-height: 24px;
    list-style: none;
    font-weight: 500;
    font-family: 'Rubik';
    padding-bottom: 10px;
}

#content-inhoud ul {
    padding-left: 0;
}

@media screen and (max-width: 1200px) {
    #content-hero .hero h1 {
        position: absolute;
        width: 100%;
        font-size: 60px;
        color: #fff;
        text-align: center;
        z-index: 99;
        text-transform: uppercase;
        margin-bottom: 30px;
        top: 250px;
        line-height: 54px;
        font-weight: 800;
        font-family: 'Rubik';
    }
}

@media screen and (max-width: 991px) {
    #content-hero .hero h1 {
        position: absolute;
        width: 100%;
        font-size: 40px;
        color: #fff;
        text-align: center;
        z-index: 99;
        text-transform: uppercase;
        margin-bottom: 30px;
        line-height: 36px;
        font-weight: 800;
        font-family: 'Rubik';
    }

    #content-hero .stretch {
        height: 400px;
        margin-top: -6px;
    }
}

@media screen and (max-width: 500px) {
    #content-hero .hero h1 {
        position: absolute;
        width: 100%;
        font-size: 24px;
        color: #fff;
        text-align: center;
        z-index: 99;
        text-transform: uppercase;
        margin-bottom: 30px;
        top: 140px;
        line-height: 20px;
        font-weight: 800;
        font-family: 'Rubik';
    }

    #content-hero .stretch {
        height: 240px;
        margin-top: 0;
    }

    #content-inhoud p {
        font-size: 12px;
        color: #55595c;
        line-height: 16px;
    }

    #content-inhoud strong {
        font-size: 14px;
        line-height: 16px;
    }

    #content-inhoud {
        margin-bottom: 40px;
    }
}

/* 9. Content */
#content-inhoud .col-md-12 {
    padding-left: 120px;
    padding-right: 120px;
}

@media screen and (max-width: 991px) {
    #content-inhoud .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.job-filter-custom-select {
    margin-top: 5px !important;
}

input.search-submit-custom {
    margin-top: 20px !important;
    font-family: 'Rubik' !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    text-indent: 0 !important;
}

input.search-submit-custom:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.search_jobs select {
    border-radius: 0 !important;
    -webkit-appearance: none;
}

.chosen-container-single .chosen-search input[type=text] {
    display: none;
}

/* Einde content */

#gform_fields_1 {
    list-style: none;
}

.ginput_container.ginput_container_fileupload {
    padding: 23px 15px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #f1f1f1;
}

.ginput_container.ginput_container_fileupload > input[type="file"] {
    background-color: orange;
    width: 200px !important;
    height: 50px !important;
    padding: 20px;
    color: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ginput_container.ginput_container_fileupload > input[type="file"] {
        padding: 0;
    }
}

.ginput_container.ginput_container_fileupload > input[type="file"]:before {
    background-color: orange;
    height: 200px;
}

span#extensions_message_1_6 {
    display: none;
}

input#input_4_6 {
    margin: 9px 0px;
}

input#input_1_6:before, input#input_4_6 {
    width: 100%;
    background-color: orange;
    height: 10px;
}

.ginput_container.ginput_container_fileupload:after {
    content: "Upload hier je CV (maximaal 10MB per bestand)";
    font-size: 10px;
}

input#gform_submit_button_2, input#gform_submit_button_4 {
    float: right;
    margin-right: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 46px;
    font-size: 14px;
    max-width: 260px;
    color: #fff;
    background-color: #f7941e;
    border: 1px solid #f7941e;
    padding-left: 50px;
    font-weight: bold !important;
    font-family: 'Rubik';
    letter-spacing: 1px;
    padding-right: 50px;
    text-transform: uppercase;
}

input#gform_submit_button_2:hover, input#gform_submit_button_4:hover {
    border: 1px solid #f7941e;
    color: #f7941e;
    background-color: transparent;
}

input#gform_submit_button_3 {
    float: right;
    margin-right: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 46px;
    font-size: 14px;
    max-width: 260px;
    color: #fff;
    background-color: #f7941e;
    border: 1px solid #f7941e;
    padding-left: 50px;
    font-weight: bold !important;
    font-family: 'Rubik';
    letter-spacing: 1px;
    padding-right: 50px;
    text-transform: uppercase;
}

input#gform_submit_button_3:hover {
    border: 1px solid #f7941e;
    color: #f7941e;
    background-color: transparent;
}

a.linkedin {
    margin-top: -24px;
    position: absolute;
}

p.agvakkoord {
    margin-top: 50px;
}

@media (max-width: 600px) {
    a.linkedin {
        margin-top: inherit;
        position: relative;
    }

    input#gform_submit_button_2, input#gform_submit_button_4 {
        max-width: inherit;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    p.agvakkoord {
        margin-top: 25px;
        font-size: 14px;
    }
}

h3.gform_title {
    color: #f7941e;
    font-size: 36px !important;
    font-weight: bold;
}

span.gform_description {
    padding-bottom: 6px;
    color: #000;
    line-height: 26px;
    font-size: 14px;
}


.job_application.application {
    margin-bottom: 20px;
}

.privacyagree {
    color: #f7941e;
}

/* new-features 15-08-2018*/
#sidebar .socials {
    margin-top: 20px;
}

#sidebar .socials .whatsapp-btn {
    width: 30px;
    height: 30px;
    background: #00a100;
    padding: 5px 9px;
    color: #fff;
    font-size: 20px;
    transition: ease-in 0.3s;
}

#sidebar .socials .linkedin-btn {
    width: 30px;
    height: 30px;
    background: #007bb5;
    padding: 5px 9px;
    color: #fff;
    font-size: 20px;
    transition: ease-in 0.3s;
}

#sidebar .socials .facebook-btn {
    width: 30px;
    height: 30px;
    background: #4b65a4;
    padding: 5px 11px;
    color: #fff;
    font-size: 20px;
    transition: ease-in 0.3s;
}

#sidebar .socials .linkedin-btn:hover, #sidebar .socials .whatsapp-btn:hover, #sidebar .socials .facebook-btn:hover {
    opacity: 0.5;
    transition: ease-in 0.3s;
}

.single_job_listing .job_description .socials a {
    font-size: 24px;
    color: #a0a0a0;
    transition: ease-in 0.3s;
    margin: 5px 10px 5px 0px;
}

.single_job_listing .job_description .socials a:hover {
    color: #f7941e;
    transition: ease-in 0.3s;
}

.single_job_listing .job_description .socials p {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

.single_job_listing .job_description .socials {
    padding: 20px 0;
}

#vacatures .black {
    background-color: #404040;
}

#vacatures .black small {
    color: #f7941e;
}

#vacatures .socials {
    text-align: center;
}

#vacatures .socials a {
    font-size: 20px;
    color: #fff;
    transition: ease-in 0.3s;
    margin: 5px 10px 5px 0px;
}

#vacatures .socials a:hover {
    color: #f7941e;
    transition: ease-in 0.3s;
}

#homepage-fullwidth .slick-dots li {
    margin: 0;
}

#homepage-fullwidth .slick-dots li.slick-active {
    color: #f7941e;
}

#homepage-fullwidth .slick-dots li button:before {
    color: #f7941e;
    font-size: 24px;
}

#social-block {
    background-color: #efefef;
    padding-top: 40px;
    margin-top: 80px;
}

#social-block small {
    font-size: 24px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Rubik';
    line-height: 22px;
}

#social-block h3 {
    font-size: 34px;
    color: #55595c;
    font-family: 'Rubik';
    line-height: 38px;
    font-weight: normal;
    margin-top: 20px;
    max-width: 620px;
}

#social-block p {
    font-size: 18px;
    color: #55595c;
    margin-top: 20px;
}

#social-block .content {
    margin-top: 45px;
}

#social-block .content .socialbuttons {
    margin-top: 30px;
}

#social-block .content .socialbuttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#social-block .content .socialbuttons ul a {
    display: inline-block;
    padding: 15px 0px 15px 20px;
    border: 1px solid;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

#social-block .content .socialbuttons li {
    padding-left: 0 !important;
}

#social-block .content .socialbuttons i {
    position: absolute;
    left: 15px;
    font-size: 22px;
}

#social-block .content .socialbuttons .facebook {
    border-color: #4b65a4;
    color: #4b65a4;
}

#social-block .content .socialbuttons .facebook-active {
    background-color: #4b65a4;
    color: #fff;
}

#social-block .content .socialbuttons .linkedin {
    border-color: #007bb5;
    color: #007bb5;
    margin-top: inherit;
}

#social-block .content .socialbuttons .linkedin-active {
    background-color: #007bb5;
    color: #fff;
}

#social-block .content .socialbuttons .instagram {
    border-color: #e1306c;
    color: #e1306c;
}

#social-block .content .socialbuttons .instagram-active {
    background-color: #e1306c;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    #social-block small {
        font-size: 20px;
        line-height: 18px;
    }

    #social-block h3 {
        font-size: 28px;
        line-height: 32px;
        max-width: inherit;
    }

    #social-block p {
        font-size: 16px;
        margin-top: 15px;
    }

    #social-block .content {
        margin-top: 25px;
    }

    #social-block .content .socialbuttons {
        margin-top: 20px;
    }

    #social-block .slider-social {
        min-height: 100%;
    }
}

@media screen and (max-width: 991px) {
    #social-block {
        padding-bottom: 60px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    #social-block .content .socialbuttons ul a {
        padding: 10px 0px 10px 14px;
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    #social-block .content .socialbuttons ul a {
        margin-bottom: 15px;
        padding: 10px 5px;
    }

    #social-block .content .socialbuttons i {
        font-size: 19px;
    }

    #social-block {
        padding-bottom: 30px;
        padding-top: 20px;
        margin-top: 20px;
    }

    #social-block h3 {
        font-size: 22px;
        line-height: 24px;
    }
}

#footer .footer-logo img {
    width: 220px;
    float: right;
}

@media screen and (max-width: 768px) {
    #footer .footer-logo {
        display: none !important;
    }

    #footer .footer-logo img {
        float: inherit;
        width: 180px;
        margin: 0 auto;
        margin-top: 40px;
    }
}

.single-job_listing #social-block {
    margin-top: 0px !important;
}

@media screen and (min-width: 991px) {
    .single-job_listing #vacature-content .box-orange {
        height: 488px;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .single-job_listing #vacature-content .box-orange {
        height: 618px;
    }
}

/* STYLING LANDINGSPAGE */

.page-template-content-landingspage .container {
    margin-right: auto;
    margin-left: auto;
}

.page-template-content-landingspage .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}

.page-template-content-landingspage .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.page-template-content-landingspage a {
    text-decoration: none !important;
}

.page-template-content-landingspage h2 {
    font-family: "Avenir Next";
}

@media (max-width: 991px) {
    .page-template-content-landingspage .herobar-landingspage {
        z-index: 99999 !important;
    }

    .page-template-content-landingspage h2 {
        font-size: 24px !important;
        max-width: 100% !important;
    }
}

@media (max-width: 575px) {
    .page-template-content-landingspage .cta-landingspage {
        padding: 40px 15px !important;
    }

    .page-template-content-landingspage h2 {
        font-size: 18px;
    }

    .page-template-content-landingspage .slider__quote {
        font-size: 18px !important;
    }

    .page-template-content-landingspage .slider__author {
        font-size: 16px !important;
    }
}

.page-template-content-landingspage p {
    font-family: "Rubik";
}

/* STYLING HERO */

.page-template-content-landingspage .hero-landingspage,
.page-template-content-landingspage-new .hero-landingspage {
    position: relative;
    text-align: left;
}

.page-template-content-landingspage .hero-landingspage .caption, .page-template-content-landingspage-new .hero-landingspage .caption {
    position: absolute;
    left: 0;
    top: 55%;
    text-align: left;
    z-index: 9;
    margin-top: -32%;
}

.page-template-content-landingspage .hero-landingspage .container, .page-template-content-landingspage-new .hero-landingspage .container  {
    position: relative;
}

@media (max-width: 575px) {
    .page-template-content-landingspage .hero-landingspage > .container, .page-template-content-landingspage-new .hero-landingspage > .container {
        width: 100%;
        top: 60%;
    }

    .page-template-content-landingspage .hero-landingspage .caption, .page-template-content-landingspage-new .hero-landingspage .caption {
        padding-left: 15px;
    }

    .page-template-content-landingspage .hero-landingspage .hero-title, .page-template-content-landingspage-new .hero-landingspage .hero-title {
        max-width: 75% !important;
        padding-top: 30px;
        margin-bottom: 15px !important;
        font-size: 22px !important;
        line-height: 1em !important;
    }

    .page-template-content-landingspage .hero-landingspage .hero-subtitle, .page-template-content-landingspage-new .hero-landingspage .hero-subtitle {
        font-size: 16px !important;
    }

    .page-template-content-landingspage .image-content-landingspage p, .page-template-content-landingspage-new .image-content-landingspage p {
        margin: 0 0 20px 30px !important;
    }

    .page-template-content-landingspage .image-content-landingspage img, .page-template-content-landingspage-new .image-content-landingspage img {
        width: 200px !important;
    }

    .page-template-content-landingspage .hero-landingspage img, .page-template-content-landingspage-new .hero-landingspage img {
        width: 100%;
        height: 750px;
        object-fit: cover;
        max-width: 100%;
        min-height: 200px;
        position: relative;
        transition: 3s;
        margin-top: -100px;
        display: block;
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .page-template-content-landingspage .hero-landingspage img, .page-template-content-landingspage-new .hero-landingspage img {
        height: 350px;
    }
}

.page-template-content-landingspage .hero-landingspage .caption .hero-title, .page-template-content-landingspage-new .hero-landingspage .caption .hero-title {
    letter-spacing: .04em;
    word-wrap: break-word;
    color: #fff;
    font-size: 54px;
    z-index: 99;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 54px;
    font-weight: 800;
    font-family: 'Rubik';
    max-width: 500px;
}

@media (max-width: 1200px) {
    .page-template-content-landingspage .hero-landingspage .caption .hero-title, .page-template-content-landingspage-new .hero-landingspage .caption .hero-title {
        margin-top: -12%;
    }
}

.page-template-content-landingspage .hero-landingspage .caption .hero-subtitle, .page-template-content-landingspage-new .hero-landingspage .caption .hero-subtitle {
    font-size: 20px;
    line-height: 30px;
    max-width: 70%;
    color: #fff;
}

/* STYLING HEROBAR */
.page-template-content-landingspage .herobar-landingspage, .page-template-content-landingspage-new .herobar-landingspage {
    background-color: #3F3F3F;
    text-align: unset;
    padding: 25px 15px;
    position: sticky;
    top: 0px;
    z-index: 2;
    margin-top: -3px;
}

.page-template-content-landingspage .herobar-landingspage .herobar-content, .page-template-content-landingspage-new .herobar-landingspage .herobar-content {
    display: flex;
    width: 650px;
}

.page-template-content-landingspage .herobar-landingspage .herobar-title, .page-template-content-landingspage-new .herobar-landingspage .herobar-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0 30px 0 0;
    font-weight: 800;
    font-family: 'Rubik';
}

@media (max-width: 991px) {
    .page-template-content-landingspage .hero-landingspage .caption .hero-title, .page-template-content-landingspage-new .hero-landingspage .caption .hero-title {
        margin-top: inherit;
    }
}

.page-template-content-landingspage .herobar-landingspage a, .page-template-content-landingspage-new .herobar-landingspage a {
    text-decoration: none;
}

.page-template-content-landingspage .herobar-landingspage .herobar-button, .page-template-content-landingspage-new .herobar-landingspage .herobar-button {
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 4px;
    color: #FFF;
    background-color: #06C49B;
    font-family: "Avenir Next";
}

.page-template-content-landingspage .herobar-landingspage .herobar-button:hover, .page-template-content-landingspage-new .herobar-landingspage .herobar-button:hover {
    opacity: 0.6;
}

/* STYLING FORM */
.page-template-content-landingspage .herobar-benefits-landingspage .row, .page-template-content-landingspage-new .herobar-benefits-landingspage .row {
    padding: 40px 0;
    position: relative;
}

.page-template-content-landingspage .herobar-benefits-landingspage .col-8, .page-template-content-landingspage-new .herobar-benefits-landingspage .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.page-template-content-landingspage .herobar-benefits-landingspage .col-4, .page-template-content-landingspage-new .herobar-benefits-landingspage .col-4 {
    flex: 0 0 44.4444444443%;
    max-width: 43.4444444443%;
}

.page-template-content-landingspage .col-md-12, .page-template-content-landingspage-new .col-md-12 {
    position: unset !important;
}

@media (max-width: 991px) {
    .page-template-content-landingspage .col-md-12, .page-template-content-landingspage-new .col-md-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.page-template-content-landingspage .herobar-benefits__content, .page-template-content-landingspage-new .herobar-benefits__content {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 15px;
}

.page-template-content-landingspage .herobar-benefits__content li, .page-template-content-landingspage-new .herobar-benefits__content li {
    width: 50%;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #353535;
}

@media (max-width: 575px) {
    .page-template-content-landingspage .herobar-benefits__content li, .page-template-content-landingspage-new .herobar-benefits__content li {
        width: 100%;
    }
}

.page-template-content-landingspage .herobar-benefits__content li:before, .page-template-content-landingspage-new .herobar-benefits__content li:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 18px;
    margin-right: 15px;
    color: #52bd57;
}

/* STYLING FORM */
.page-template-content-landingspage .form-landingspage, .page-template-content-landingspage-new .form-landingspage {
    position: absolute;
    padding: 30px;
    z-index: 3;
    right: 0;
    bottom: 0;
    font-size: 14px;
    width: 350px;
    background-color: #F2F2F2;
    box-shadow: 0 0 109px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .page-template-content-landingspage .form-landingspage, .page-template-content-landingspage-new .form-landingspage {
        position: relative;
        width: 100%;
        margin: 40px 0 0 0;
    }
}

.page-template-content-landingspage .form-landingspage .form-title, .page-template-content-landingspage-new .form-landingspage .form-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #353535;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'rubik';
}

.page-template-content-landingspage .form-landingspage .form-subtitle, .page-template-content-landingspage-new .form-landingspage .form-subtitle {
    color: #65676e;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.page-template-content-landingspage .form-landingspage .gform_wrapper .gfield, .page-template-content-landingspage-new .form-landingspage .gform_wrapper .gfield {
    margin: 10px 0 0 0;
    padding: 0 !important;
}

.page-template-content-landingspage .form-landingspage .gform_wrapper .gfield_required {
    color: #000;
    margin: 0;
}

.page-template-content-landingspage .form-landingspage .gform_wrapper .gfield_label {
    margin: 0 0 5px 0;
    line-height: normal;
    font-weight: 400;
}

.page-template-content-landingspage .form-landingspage .gform_wrapper .ginput_container {
    margin: 0;
}

.page-template-content-landingspage .form-landingspage .gform_wrapper input.medium, .form-landingspage .gform_wrapper .top_label select.medium {
    width: 100% !important;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    height: 40px;
    border-radius: 0;
    border: 1px solid rgba(222, 222, 222, 0.75);
}

@media (max-width: 575px) {
    .page-template-content-landingspage .form-landingspage .gform_wrapper input.medium, .form-landingspage .gform_wrapper .top_label select.medium {
        height: 30px;
    }

    .page-template-content-landingspage input[type=submit], .page-template-content-landingspage .image-content-button, .page-template-content-landingspage .content-image__button, .page-template-content-landingspage .step__button {
        padding: 10px !important;
        margin: 20px 0 0 30px !important;
    }

    .page-template-content-landingspage .form-landingspage .gform_wrapper .gform_footer input.button {
        padding: 10px !important;
    }
}

.page-template-content-landingspage .form-landingspage .gform_wrapper .gform_footer {
    padding: unset;
}

.page-template-content-landingspage .form-landingspage .gform_wrapper .gform_footer input.button {
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    color: #FFF;
    width: 100%;
    font-family: "Avenir Next";
}

.page-template-content-landingspage .form-landingspage .gform_wrapper .gform_footer input.button:hover {
    opacity: 0.6;
}

.page-template-content-landingspage .form-landingspage .form-statement {
    opacity: 0.6;
    margin: 0;
}

/* STYLING IMAGE-CONTENT */
.page-template-content-landingspage .image-content-landingspage {
    background: #f1f1f1;
}

.page-template-content-landingspage .image-content-landingspage .container {
    padding: 0 !important;
}

.page-template-content-landingspage .image-content-landingspage .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.page-template-content-landingspage .image-content-landingspage .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.page-template-content-landingspage .image-content-landingspage figure {
    margin: 0;
}

.page-template-content-landingspage .image-content-landingspage img {
    max-width: 50vw;
    width: 50vw;
    height: 500px;
    object-fit: cover;
    margin-left: calc(100% - 50vw);
    margin-right: calc(100% - 50vw);
}

.page-template-content-landingspage .image-content-landingspage h2 {
    text-transform: uppercase;
    color: #353535;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 65%;
    font-weight: 800;
    font-family: 'Rubik';
}

.page-template-content-landingspage .image-content-landingspage p {
    color: #919297;
    margin-bottom: 30px;
}

.page-template-content-landingspage .image-content-landingspage ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
}

.page-template-content-landingspage .image-content-landingspage .wrapper {
    padding-left: 50px;
}

.page-template-content-landingspage .image-content-landingspage li:nth-child(2n+2) {
    align-items: flex-start;
}

.page-template-content-landingspage .image-content-landingspage li {
    width: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    max-width: 480px;
    font-family: 'Rubik';
    font-weight: 300;
    text-transform: inherit !important;
    color: #353535;
    padding-left: 0;
}

.page-template-content-landingspage .image-content-landingspage li:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 18px;
    margin-right: 15px;
    color: #52bd57;
}

.page-template-content-landingspage .image-content-landingspage .image-content-button {
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 4px;
    color: #FFF;
    position: relative;
    width: 241px;
    font-family: "Avenir Next";
    margin-top: 20px;
}

.page-template-content-landingspage .image-content-landingspage .image-content-button:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .page-template-content-landingspage .image-content-landingspage li, .page-template-content-landingspage .content-image-landingspage li {
        width: 100% !important;
    }
}

@media (max-width: 991px ) {
    .page-template-content-landingspage .image-content-landingspage img {
        margin: 0 !important;
        height: 350px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-template-content-landingspage .image-content-landingspage h2 {
        margin: 30px;
    }

    .page-template-content-landingspage .image-content-button {
        margin-bottom: 30px !important;
    }
}

/* STYLING QUOTES */
.page-template-content-landingspage .quotes-landingspage {
    text-align: unset;
}

.page-template-content-landingspage .quotes-landingspage {
    min-height: initial !important;
}

.page-template-content-landingspage .quotes-landingspage .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
}

.page-template-content-landingspage .quotes-landingspage .slider__slide {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    overflow: visible;
}

.page-template-content-landingspage .quotes-landingspage .slider__slide figure {
    margin: -35px 0;
}

.page-template-content-landingspage .quotes-landingspage .slider__slide figure img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.page-template-content-landingspage .quotes-landingspage .slick-list {
    overflow: visible;
}

.page-template-content-landingspage .quotes-landingspage .slider__slider .slick-next, .page-template-content-landingspage .quotes-landingspage .slider__slider .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
}

.page-template-content-landingspage .quotes-landingspage .slick-next {
    background: url(../img/icon-chevron-right.svg) no-repeat;
    width: 22px;
    height: 40px;
    right: 100px;
    opacity: .5;
    background-size: contain;
}

.page-template-content-landingspage .quotes-landingspage .slick-prev {
    background: url(../img/icon-chevron-left.svg) no-repeat;
    width: 22px;
    height: 40px;
    left: 100px;
    right: unset !important;
    opacity: .5;
    background-size: contain;
}

.page-template-content-landingspage .quotes-landingspage .slick-prev:before, .page-template-content-landingspage .quotes-landingspage .slick-next:before {
    content: '' !important;
}

.page-template-content-landingspage .quotes-landingspage .slider__slider .slick-arrow {
    opacity: .6;
    transition: opacity .4s ease-in-out;
}

.page-template-content-landingspage .quotes-landingspage .slick-slider {
    min-height: 100px !important;
}

.page-template-content-landingspage .quotes-landingspage .slider__slide {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.page-template-content-landingspage .quotes-landingspage figure {
    margin-right: 30px;
    margin-bottom: 0;
}

.page-template-content-landingspage .quotes-landingspage img {
    object-fit: cover;
    max-width: 320px;
}

.page-template-content-landingspage .quotes-landingspage .slider__slide--content {
    padding-left: 80px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.page-template-content-landingspage .quotes-landingspage .slider__quote {
    font-weight: 700;
    color: #FFF;
    font-size: 22px;
    margin: 0 !important;
}

.page-template-content-landingspage .quotes-landingspage .slider__author {
    font-weight: 700;
    color: #353535;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 0;
}

.page-template-content-landingspage .quotes-landingspage p:before, .page-template-content-landingspage .quotes-landingspage p:after {
    display: none;
}

@media (max-width: 991px) {
    .page-template-content-landingspage .quotes-landingspage .slider__slide figure {
        margin: 0 !important;
    }

    .page-template-content-landingspage .quotes-landingspage .slider__slide img {
        max-width: 200px !important;
    }

    .page-template-content-landingspage .quotes-landingspage .slider__slide--content {
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .page-template-content-landingspage .herobar-landingspage {
        position: unset;
    }

    .page-template-content-landingspage .image-content-landingspage ul {
    }

    .page-template-content-landingspage .quotes-landingspage .slider__slide--content {
        padding: 40px 0;
        font-size: 18px;
    }

    .page-template-content-landingspage .quotes-landingspage .slider__slide figure img {
        display: none;
    }

    .page-template-content-landingspage .step__title {
        font-size: 16px !important;
    }

    .page-template-content-landingspage .quotes-landingspage {
        overflow: hidden !important;
    }
}

/* STYLING CONTENT-IMAGE */
.page-template-content-landingspage .content-image-landingspage {
    background: #f1f1f1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .page-template-content-landingspage .content-image-landingspage {
        padding: 30px 0;
    }
}

.page-template-content-landingspage .content-image-landingspage .container {
    padding: 0 !important;
}

.page-template-content-landingspage .content-image-landingspage .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.page-template-content-landingspage .content-image-landingspage .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 30px;
    padding-left: 30px;
}

.page-template-content-landingspage .content-image-landingspage figure {
    margin: 0;
}

.page-template-content-landingspage .content-image-landingspage img {
    max-width: 50vw;
    width: 50vw;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .page-template-content-landingspage .content-image-landingspage img {
        display: none;
    }
}

.page-template-content-landingspage .content-image-landingspage h2 {
    text-transform: uppercase;
    color: #353535;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 65%;
    font-weight: 800;
    font-family: 'Rubik';
}

.page-template-content-landingspage .content-image-landingspage p {
    color: #919297;
    margin-bottom: 30px;
}

.page-template-content-landingspage .content-image-landingspage ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
}

.page-template-content-landingspage .content-image-landingspage li:nth-child(2n+2) {
    align-items: flex-start;
}

.page-template-content-landingspage .content-image-landingspage li {
    width: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    max-width: 480px;
    font-family: 'Rubik';
    font-weight: 300;
    text-transform: inherit !important;
    color: #353535;
    padding-left: 0;
}

.page-template-content-landingspage .content-image-landingspage li:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 18px;
    margin-right: 15px;
    color: #52bd57;
}

.page-template-content-landingspage .content-image-landingspage .content-image__button {
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 4px;
    color: #FFF;
    position: relative;
    text-decoration: none !important;;
    width: 250px;
    margin-top: 20px;
    font-family: "Avenir Next";
}

.page-template-content-landingspage .content-image-landingspage .content-image__button:hover {
    opacity: 0.6;
}

/* STYLING CTA */
.page-template-content-landingspage .cta-landingspage {
    background: #353535;
    overflow: hidden;
    padding: 80px 15px;
    position: relative !important;
}

.page-template-content-landingspage .cta-landingspage .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.page-template-content-landingspage .cta-landingspage .col-12 h2 {
    max-width: 42%;
    margin: 0 auto 40px auto;
}

@media (max-width: 991px) {
    .page-template-content-landingspage .cta-landingspage .col-12 > h2 {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
}

.page-template-content-landingspage .step-tabs {
    display: flex;
    flex-flow: row;
    margin: 0;
    padding: 0;
}

.page-template-content-landingspage .step-tab {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.page-template-content-landingspage .cta-landingspage h2 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin: 40px 5px;
}

.page-template-content-landingspage .cta-landingspage .step__title {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    max-width: 100% !important;
}

.page-template-content-landingspage .cta-landingspage .step__number {
    margin: 0 0 40px 0;
    width: 100%;
    position: relative;
}

.page-template-content-landingspage .cta-landingspage .step__number::after {
    height: 4px;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    content: "";
    background: #4b4b4b;
    position: absolute;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.page-template-content-landingspage .cta-landingspage .step__number p {
    padding: 20px;
    margin: 0 auto;
    position: relative;
    max-width: 80px;
    border-radius: 40px;
    text-align: center;
    z-index: 1;
    font-family: "Avenir Next";
    font-weight: 700;
    font-size: 26px;
    box-shadow: 0 0 0 10px #353535;
    color: #FFF;
}

.page-template-content-landingspage .cta-landingspage #step-5 p {
    background-color: #353535 !important;
    background: url(../img/raket-detalent.png) no-repeat;
    border-radius: 0 !important;
    background-position: center;
    box-shadow: unset;
    opacity: 1;
    background-size: contain;
}

.page-template-content-landingspage .cta-landingspage p {
    color: #919297;
    max-width: 63%;
}

.page-template-content-landingspage .cta-landingspage .step__button {
    padding: 15px 30px;
    font-weight: 500;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
    border-radius: 4px;
    color: #FFF;
    font-family: "Avenir Next";
}

@media (max-width: 991px) {
    .page-template-content-landingspage .content-image-landingspage, .cta-landingspage {
        padding: 60px 15px;
    }

    .page-template-content-landingspage .step-tabs {
        flex-flow: column !important;
        padding: 0 0 0 15px !important;
    }

    .page-template-content-landingspage .step-tab {
        flex-flow: row !important;
        padding: 20px 0;
    }

    .page-template-content-landingspage .step__number {
        margin: unset !important;
        width: unset !important;
    }

    .page-template-content-landingspage .step__number::after {
        display: none;
    }

    .page-template-content-landingspage .step__number p {
        margin: unset !important;
        max-width: 100% !important;
        padding: 10px 20px !important;
        font-size: 20px !important;
    }

    .page-template-content-landingspage .step__title {
        font-size: 20px;
        text-align: left !important;
        margin: 0 !important;
        padding-left: 40px !important;
        align-items: center !important;
        display: flex;
    }
}

@media (min-width: 991px) {
    .page-template-content-landingspage .logo-detalent-diapositief {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .page-template-content-landingspage .logo-detalent-normaal {
        display: block !important;
    }

    .page-template-content-landingspage .image-content-landingspage .wrapper {
        padding-left: 0;
    }

    .page-template-content-landingspage .image-content-landingspage h2 {
        text-align: left;
        margin: 30px 0;
    }

    .page-template-content-landingspage .herobar-landingspage .herobar-title {
        font-size: 25px;
        margin-right: 20px;
    }
}

@media (max-width: 500px) {
    .page-template-content-landingspage .logo-detalent-diapositief {
        display: block !important;
    }
}

.page-template-content-landingspage #footer .row {
    display: inherit !important;
    flex-wrap: inherit !important;
    align-items: inherit !important;
}

.page-template-content-landingspage #landingspage #social-block {
    margin: 0 !important;
}

.page-template-content-landingspage #landingspage {
    margin-top: -100px;
}

.page-template-content-landingspage .hero-landingspage img {
    width: 100%;
    object-fit: cover;
    height: 650px;
}

.page-template-content-landingspage .contentblock-landingspage {
    padding: 50px 0;
}

.page-template-content-landingspage .contentblock-landingspage h2 {
    font-weight: 800;
    font-family: "Rubik";
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 400px;
}

.page-template-content-landingspage .contentblock-landingspage p {
    color: #919297;
    line-height: 29px;
    padding-right: 50px;
}

@media (max-width: 1200px) {
    .page-template-content-landingspage .image-content-landingspage h2 {
        max-width: inherit;
    }
}

@media (max-width: 767px) {
    .page-template-content-landingspage .hero-landingspage .caption {
        margin-top: -23%;
    }

    .page-template-content-landingspage .hero-landingspage img {
        height: 350px;
    }

    .page-template-content-landingspage .hero-landingspage .caption .hero-title {
        font-size: 30px;
        line-height: 35px;
    }

    .page-template-content-landingspage .cta-landingspage .col-12 .step-tab h2 {
        font-size: 15px !important;
    }
}

@media (max-width: 575px) {
    .page-template-content-landingspage .image-content-landingspage {
        padding-bottom: 40px;
    }

    .page-template-content-landingspage .image-content-landingspage .wrapper {
        padding: 0 15px;
    }

    .page-template-content-landingspage .image-content-landingspage p {
        margin: inherit !important;
        margin-bottom: 15px !important;
    }

    .page-template-content-landingspage .image-content-button, .page-template-content-landingspage .content-image__button, .page-template-content-landingspage .step__button {
        margin: 0 !important;
        text-align: center;
    }

    .page-template-content-landingspage .cta-landingspage .col-12 > h2 {
        font-size: 24px !important;
    }

    .page-template-content-landingspage .content-image-landingspage .col-8 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-content-landingspage .herobar-landingspage .herobar-content {
        display: block;
        width: inherit;
    }

    .page-template-content-landingspage .herobar-landingspage .herobar-title {
        font-size: 22px;
        display: none;
    }

    .page-template-content-landingspage .herobar-landingspage .herobar-button {
        max-width: inherit;
        width: 100%;
        text-align: center;
    }

    .page-template-content-landingspage .herobar-landingspage {
        padding: 20px 15px;
    }

    .page-template-content-landingspage .herobar-benefits {
        display: none;
    }

    .page-template-content-landingspage .form-landingspage {
        margin-top: 0px;
    }

    .page-template-content-landingspage .herobar-benefits-landingspage .row {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .page-template-content-landingspage input[type=submit] {
        margin: 0 !important;
    }

    .page-template-content-landingspage .contentblock-landingspage {
        padding: 30px 0;
    }

    .page-template-content-landingspage h2 {
        text-align: left;
    }

    .page-template-content-landingspage .quotes-landingspage .slider__quote {
        font-size: 19px;
    }

    .page-template-content-landingspage .content-image-landingspage {
        padding: 30px 15px;
    }

    .page-template-content-landingspage .image-content-landingspage h2 {
        margin-bottom: 10px;
    }

    .page-template-content-landingspage .contentblock-landingspage p {
        line-height: inherit;
    }

    .page-template-content-landingspage .content-image-landingspage p {
        margin-bottom: 10px;
    }

    .page-template-content-landingspage .form-landingspage .form-subtitle {
        display: none;
    }

    .page-template-content-landingspage .cta-landingspage .col-12 .step-tab h2 {
        padding-left: 10px !important;
    }
}

@media (max-width: 500px) {
    .page-template-content-landingspage .hero-landingspage .caption {
        margin-top: -100px;
    }

    .page-template-content-landingspage #header .navbar .container {
        background: white;
    }

    .page-template-content-landingspage .logo-detalent-normaal {
        display: block !important;
    }

    .page-template-content-landingspage .logo-detalent-diapositief {
        display: none !important;
    }
}

.page-template-content-landingspage {
    overflow: hidden !important;
    overflow-y: visible !important;
    position: relative !important;
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .page-template-content-landingspage .herobar-landingspage .herobar-title {
        font-size: 18px !important;
        margin-left: 18px;
    }
}

.page-template-content-landingspage .cta-landingspage #step-1 p {
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.6);
    animation: pulse 2s infinite;
    cursor: pointer;
    transition: ease-in 0.4s;
}

.page-template-content-landingspage .cta-landingspage #step-1 p:hover {
    opacity: 0.6;
    transition: ease-in 0.4s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.page-template-content-landingspage .step__title a {
    font-weight: 700;
    color: #fff;
}

.page-template-content-landingspage .step__title #step-1 {
    background: #F79521;
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 4px;
    font-family: "Avenir Next";
    text-transform: none;
    font-size: 16px;
    transition: ease-in 0.4s;
}

.page-template-content-landingspage .step__title #step-1:hover {
    opacity: 0.6;
    transition: ease-in 0.4s;
}

.page-template-content-landingspage #header .navbar #main-menu {
    display: none;
}

.page-template-content-landingspage #header .navbar-toggle {
    visibility: hidden;
}


#landingsModal {
    z-index: 9999999999;
}

#landingsModal .modal-header {
    border: none;
}

#landingsModal .modal-header, #landingsModal .modal-body, #landingsModal .modal-footer {
    background-color: #F2F2F2;
}

#landingsModal span label {
    font-size: 14px;
}

#landingsModal h3 {
    display: none;
}

#landingsModal label {
    font-size: 20px;
    font-weight: 400;
}

#landingsModal .gfield_required {
    color: #000;
}

#landingsModal .ginput_container_fileupload {
    padding: 50px 15px !important;
}

#landingsModal .gf_explanation_field {
    width: 100%;
}

#landingsModal .gform_button {
    padding: 15px 30px;
    border-radius: 4px;
    background: #F79521;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    color: #FFF;
    width: calc(100% - 16px);
    font-family: "Avenir Next";


}

#landingsModal .gform_button:hover {
    opacity: 0.6;
}

#landingsModal .gform_description {
    display: none;
}

#landingsModal .close {
    padding: 10px 15px;
    background-color: #F79521;
    opacity: 1;
    margin-right: -15px;
    margin-top: -15px;
}

#landingsModal .close span {
    opacity: 1;
    font-size: 40px;
    padding-bottom: 3px;
}

#landingsModal .close-btn {
    opacity: 1;
    color: #fff;
}


@media (min-width: 640px) {
    #landingsModal .gform_button {
        width: calc(100% - 16px);
    }

    #landingsModal .modal-body {
        padding: 15px 15px 15px 30px;
    }
}

#landingsModal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media (max-width: 767px) {
    #landingsModal .modal-dialog {
        height: auto !important;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-landingspage {
        right: -700px !important;
    }

    #header {
        position: absolute;
        top: 0;
        left: 18%;
    }

    .hero-landingspage img {
        height: 800px !important;
    }
}

.link--primary {
    color: #F79520 !important;
}

.vakgebied-selectbox {
    display: none !important;
}

.home .vakgebied-selectbox {
    display: block !important
}

.vakgebied-selectbox:nth-child(3) {
    display: block !important;
}

@media screen and (max-width: 767px) {

    #resetfilters {
        display: none;
    }
}

.cv-cta {
    padding: 40px;
    border: 2px solid #f7941e;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
}

.cv-cta h2 {
    color: #373A3C;
    font-size: 26px;
    line-height: 36px;
}

@media only screen and (max-width: 767px) {
    .cv-cta h2 br {
        display: none;
    }
}

.btn-orange {
    margin-top: 20px;
    padding: 10px;
    background-color: #F7941E;
    color: #fff;
    border-radius: 0 !important;
}

.btn-orange:hover {
    background-color: #fff;
    color: #f7941e;
}

#home-form input[type="text"] {
    padding: 15px;
    text-indent: 0;
    margin-right: 10px;
}

#home-form .search_jobs {
    display: flex;;
}

#home-form input[type="submit"] {
    margin: 0 auto;
    background-color: #F7941E;
    color: #fff;
    width: 95%;
    padding: 10px;
}

#home-form .search_submit {
    display: flex;
    /*margin-top: 37px !important;*/
}

#home-form .all-vacancies {
    width: 197px;
    margin-left: 10px;
    height: 54px !important;
}

#vacature-content .google_map_link {
    background-color: #F1F1F1 !important;
    color: #D3D3D3;
}

#vacature-content .google_map_link:hover {
    background-color: #fff !important;
}

#vacature-content .vac-link {
    width: 100%;
    height: 100%;
}

#vacature-content .vac-link:hover {
    background-color: #fff;
}

#home-form .form-submit-home {
    font-family: FontAwesome;
    font-size: 22px;
    height: 54px !important;
    width: 54px !important;
    padding: 0 !important;
    margin-left: 10px;
}

#home-form .form-submit-home:hover {
    background-color: #fff;
    color: #f7941e;
}

@media only screen and (max-width: 767px) {
    #home-form .search_jobs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #home-form input[type="text"] {
        width: 100%;
        margin: 5px 0;
    }

    #home-form .form-submit-home {
        width: 100% !important;
        margin: 5px 0 !important;
    }

    #home-form .search_categories {
        width: 100% !important;
    }

    #home-form .search_keywords {
        width: 100% !important;
    }

    #home-form .form-group {
        right: 0;
    }

    #homepage .hero .vakgebied-selectbox {
        width: inherit;
    }

    #home-form .all-vacancies {
        left: 79px;
    }
}

div.job_listings {
    position: relative;
}

div.job_listings.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('../img/loader.svg') no-repeat center center;
    background-size: 64px;
    animation: background 1s infinite;
}

.cv-cta--no-results {
    margin-top: 20px !important;
}

#jobs-list a {
    color: #353535;
}

@keyframes background {
    0% {
        background-color: rgba(255, 255, 255, 0.7);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.4);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.7);
    }
}

#opdrachtgevers-box .box-orange--narrow {
    min-height: 0;
    padding: 40px;
    margin-bottom: 15px;
}

#opdrachtgevers-box .box-orange--narrow p {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
}

#opdrachtgevers-box .btn-box {
    display: inline-block;
    margin-top: 0;
}

#opdrachtgevers-box .slick-slider img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    min-height: 0;
    float: none;
}

#opdrachtgevers-box .box-black p {
    width: 100%;
}

#opdrachtgevers-box .box-black small {
    position: static;
    bottom: unset;
}

#opdrachtgevers-box .box-black small .grey {
    margin-left: 30px;
}

#opdrachtgevers-box {
    padding: 60px 0;
    background-color: #F1F1F1;
}

@media screen and (max-width: 500px) {
    #opdrachtgevers-box {
        padding: 30px 0;
    }

    #opdrachtgevers-box .slick-slider img {
        height: auto;
    }
}


/*Landingspagina 2022*/


.page-template-content-landingspage-new .container {
    margin-right: auto;
    margin-left: auto;
}

.page-template-content-landingspage-new .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}

.page-template-content-landingspage-new .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.page-template-content-landingspage-new a {
    text-decoration: none !important;
}

.page-template-content-landingspage-new h2 {
    font-family: "Avenir Next";
}

@media (max-width: 991px) {
    .page-template-content-landingspage-new .herobar-landingspage {
        z-index: 99999 !important;
    }

    .page-template-content-landingspage-new h2 {
        font-size: 24px !important;
        max-width: 100% !important;
    }
}

@media (max-width: 575px) {
    .page-template-content-landingspage-new .cta-landingspage {
        padding: 40px 15px !important;
    }

    .page-template-content-landingspage-new h2 {
        font-size: 18px;
    }

    .page-template-content-landingspage-new .slider__quote {
        font-size: 18px !important;
    }

    .page-template-content-landingspage-new .slider__author {
        font-size: 16px !important;
    }
}

.page-template-content-landingspage-new p {
    font-family: "Rubik";
}


.page-template-content-landingspage-new .hero-landingspage-new-title{
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Rubik";

}
.page-template-content-landingspage-new .hero-landingspage-new-title span{
    color: #F79521;
}

.page-template-content-landingspage-new .hero-landingspage-new-subtitle{
    font-size: 20px;
    color: #fff;
}

.page-template-content-landingspage-new .caption{
    position: absolute;
    top: 4%;
    text-align: left;
    z-index: 9;
    max-width: 1140px;
}

@media (max-width: 991px) {

    .page-template-content-landingspage-new .hero-landingspage-new-title{
        font-size: 50px; !important;
        color: #fff;
    }

    .page-template-content-landingspage-new .hero-landingspage-new-subtitle{
        font-size: 20px;
        color: #fff;
    }
}

@media (max-width: 575px) {

    .page-template-content-landingspage-new .hero-landingspage-new-title{

        font-size: 40px; !important;
        color: #fff;
    }

    .page-template-content-landingspage-new .hero-landingspage-new-subtitle{
        font-size: 16px;
        color: #fff;
    }

    .page-template-content-landingspage-new .caption{
        max-width: 380px;
        top: 3%;
    }

}





.page-template-content-landingspage-new{
    position: relative;
}



.hero-landingspage-new img{
    height: 650px;
    width: 100%;
    object-fit: cover;
    margin-top: -100px;
}


/*header*/

@media screen and (max-width: 500px) {

    .page-template-content-landingspage-new .navbar-brand > img {
        width: 100%;
        margin-bottom: initial;
    }
}



/*herobar */

.page-template-content-landingspage-new .herobar-landingspage-new{

    background-color: #3F3F3F;
    text-align: unset;
    padding: 25px 15px;
    top: 0;
    z-index: 2;
    margin-top: -3px;
}

.page-template-content-landingspage-new .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}

.page-template-content-landingspage-new .herobar-landingspage-new .herobar-content{
    display: flex;
    width: 750px;
}

.page-template-content-landingspage-new .herobar-landingspage-new .herobar-title{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.9;
    margin: 0 30px 0 0;
    font-weight: 700;
    font-family: 'Rubik';
}

.page-template-content-landingspage-new .herobar-landingspage-new .herobar-button{
    padding: 15px 35px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    text-transform: initial;
    color: #FFF;
    background-color: #F79521;
    font-family: "Avenir Next";
}


@media (max-width: 991px) {


}

@media (max-width: 575px) {
    .page-template-content-landingspage-new .herobar-landingspage-new .herobar-content{
        display: flex;
        flex-direction: column;
        width: initial;
    }
    .page-template-content-landingspage-new .herobar-landingspage-new .herobar-button{
       text-align: center;
    }

}


/*herobar-benefits*/

.herobar-benefits-landingspage-new{
    padding: 40px 0;

}

.page-template-content-landingspage-new .herobar-benefits__content li, .page-template-content-landingspage-new .herobar-benefits__content li {
    width: 30%;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #353535;
    justify-content: center;
}

@media (max-width: 575px) {
    .page-template-content-landingspage-new .herobar-benefits__content li, .page-template-content-landingspage-new .herobar-benefits__content li {
        width: 50%;
        margin: 20px 0 0 0;
    }
}

/*content-contact*/
.page-template-content-landingspage-new .content-contact-landingspage-new{
    padding: 80px 0;
}

.page-template-content-landingspage-new .content-contact-landingspage-new h2{
    text-transform: uppercase;
    color: #353535;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Rubik';
}
.page-template-content-landingspage-new .content-contact-landingspage-new h3{
    text-transform: uppercase;
    color: #353535;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Rubik';
    padding: 20px 0;
}
.page-template-content-landingspage-new .content-contact-landingspage-new p{
    color: #3F3F3F;
    font-weight: 300;
    font-family: "Avenir Next";
}

.page-template-content-landingspage-new .content-contact-landingspage-new li{
    font-weight: 600;
}
.page-template-content-landingspage-new .content-contact-landingspage-new ul{
    padding-left: inherit;
}

.page-template-content-landingspage-new .content-contact-landingspage-new .wrapper{
    background-color: rgba(210, 210, 210, 0.3);
    padding: 40px 30px;
}

.page-template-content-landingspage-new .content-contact-landingspage-new .content-contact-button{
    padding: 15px 35px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    text-transform: initial;
    width: fit-content;
    margin: 30px 0;
    color: #FFF;
    background-color: #F79521;
    font-family: "Avenir Next";
}
.page-template-content-landingspage-new .content-contact-landingspage-new .content-contact-second-button{
    padding: 15px 35px;
    font-weight: 500;
    margin: 5px 0;
    font-size: 16px;
    border-radius: 4px;
    text-transform: initial;
    width: fit-content;
    color: #FFF;
    background-color: #F79521;
    font-family: "Avenir Next";
}
.page-template-content-landingspage-new .content-contact-landingspage-new .content-contact-third-button{
    padding: 15px 35px;
    font-weight: 500;
    margin: 5px 0;
    font-size: 16px;
    border-radius: 4px;
    text-transform: initial;
    width: fit-content;
    color: #F79521;
    background-color: rgba(210, 210, 210, 0.3);
    border: 1px solid #F79521;
    font-family: "Avenir Next";
}

.page-template-content-landingspage-new .content-contact-landingspage-new .wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
    align-items: center;
}

/*cta landingspage-new*/

.page-template-content-landingspage-new .cta-landingspage-new {
    background: #353535;
    overflow: hidden;
    padding: 80px 15px;
    position: relative !important;
}

.page-template-content-landingspage-new .cta-landingspage-new .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.page-template-content-landingspage-new .cta-landingspage-new span{
    color: #F79529;
}

.page-template-content-landingspage-new .cta-landingspage-new .col-12 h2 {
    margin: 0 auto 40px auto;
}

@media (max-width: 991px) {
    .page-template-content-landingspage-new .cta-landingspage-new .col-12 > h2 {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
}

.page-template-content-landingspage-new .step-tabs {
    display: flex;
    flex-flow: row;
    margin: 0;
    padding: 0;
}

.page-template-content-landingspage-new .step-tab {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.page-template-content-landingspage-new .cta-landingspage-new h2 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin: 40px 5px;
}

.page-template-content-landingspage-new .cta-landingspage-new .step__title {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    max-width: 100% !important;
}

.page-template-content-landingspage-new .cta-landingspage-new .step__number {
    margin: 0 0 40px 0;
    width: 100%;
    position: relative;
}

.page-template-content-landingspage-new .cta-landingspage-new .step__number::after {
    height: 4px;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    content: "";
    background: #4b4b4b;
    position: absolute;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.page-template-content-landingspage-new .cta-landingspage-new .step__number p {
    padding: 20px;
    margin: 0 auto;
    position: relative;
    max-width: 80px;
    border-radius: 40px;
    text-align: center;
    z-index: 1;
    font-family: "Avenir Next";
    font-weight: 700;
    font-size: 26px;
    box-shadow: 0 0 0 10px #353535;
    color: #FFF;
    background-color: #F79521;
}

.page-template-content-landingspage-new .cta-landingspage-new #step-5 p {
    background-color: #353535 !important;
    background: url(../img/raket-detalent.png) no-repeat;
    border-radius: 0 !important;
    background-position: center;
    box-shadow: unset;
    opacity: 1;
    background-size: contain;
}

.page-template-content-landingspage-new .cta-landingspage-new p {
    color: #919297;
    max-width: 63%;
}

.page-template-content-landingspage-new .cta-landingspage-new .step__button {
    padding: 15px 30px;
    font-weight: 500;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
    border-radius: 4px;
    color: #FFF;
    font-family: "Avenir Next";
}

@media (max-width: 991px) {
    .page-template-content-landingspage-new .content-image-landingspage, .cta-landingspage-new {
        padding: 60px 15px;
    }

    .page-template-content-landingspage-new .step-tabs {
        flex-flow: column !important;
        padding: 0 0 0 15px !important;
    }

    .page-template-content-landingspage-new .step-tab {
        flex-flow: row !important;
        padding: 20px 0;
    }

    .page-template-content-landingspage-new .step__number {
        margin: unset !important;
        width: unset !important;
    }

    .page-template-content-landingspage-new .step__number::after {
        display: none;
    }

    .page-template-content-landingspage-new .step__number p {
        margin: unset !important;
        max-width: 100% !important;
        padding: 10px 20px !important;
        font-size: 20px !important;

    }

    .page-template-content-landingspage-new .step__title {
        font-size: 20px;
        text-align: left !important;
        margin: 0 !important;
        padding-left: 40px !important;
        align-items: center !important;
        display: flex;
    }
}

@media (min-width: 991px) {
    .page-template-content-landingspage-new .logo-detalent-diapositief {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .page-template-content-landingspage-new .logo-detalent-normaal {
        display: block !important;
    }

    .page-template-content-landingspage-new .image-content-landingspage-new .wrapper {
        padding-left: 0;
    }

    .page-template-content-landingspage-new .image-content-landingspage-new h2 {
        text-align: left;
        margin: 30px 0;
    }

    .page-template-content-landingspage-new .herobar-landingspage .herobar-title {
        font-size: 25px;
        margin-right: 20px;
    }
}

@media (max-width: 500px) {
    .page-template-content-landingspage-new .logo-detalent-diapositief {
        display: block !important;
    }
}

.page-template-content-landingspage-new #footer .row {
    display: inherit !important;
    flex-wrap: inherit !important;
    align-items: inherit !important;
}

.page-template-content-landingspage-new #landingspage #social-block {
    margin: 0 !important;
}

.page-template-content-landingspage-new #landingspage {
    margin-top: -100px;
}

.page-template-content-landingspage-new .hero-landingspage img {
    width: 100%;
    object-fit: cover;
    height: 650px;
    margin-top: -100px;
}

.page-template-content-landingspage-new .contentblock-landingspage {
    padding: 50px 0;
}

.page-template-content-landingspage-new .contentblock-landingspage h2 {
    font-weight: 800;
    font-family: "Rubik";
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 400px;
}

.page-template-content-landingspage-new .contentblock-landingspage p {
    color: #919297;
    line-height: 29px;
    padding-right: 50px;
}

@media (max-width: 1200px) {
    .page-template-content-landingspage-new .image-content-landingspage-new h2 {
        max-width: inherit;
    }
}

@media (max-width: 767px) {
    .page-template-content-landingspage-new .hero-landingspage .caption {
        margin-top: -23%;
    }

    .page-template-content-landingspage-new .hero-landingspage img {
        height: 350px;
    }

    .page-template-content-landingspage-new .hero-landingspage .caption .hero-title {
        font-size: 30px;
        line-height: 35px;
    }

    .page-template-content-landingspage-new .cta-landingspage-new .col-12 .step-tab h2 {
        font-size: 15px !important;
    }
}
.page-template-content-landingspage-new .title-content-landingspage-new h2 {
    text-transform: uppercase;
    color: #353535;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Rubik';

}

.page-template-content-landingspage-new .title-content-landingspage-new p {
    color: rgba(63, 63, 63, 0.6);
    font-weight: 400;
    font-family: "Avenir Next";

}

.page-template-content-landingspage-new .title-content-landingspage-new{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.page-template-content-landingspage-new .title-content-landingspage-new .title-content{
    width: 700px;
}

@media (max-width: 767px) {
    .page-template-content-landingspage-new .title-content-landingspage-new .title-content{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}


.page-template-content-landingspage-new .video-landingspage-new{
    padding: 40px 0;
}


.page-template-content-landingspage-new .video-landingspage-new .video{
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    height: 624px;
}

@media (max-width: 1200px) {
    .page-template-content-landingspage-new .video-landingspage-new .video{
        height: 513px;
    }
}
@media (max-width: 991px) {
    .page-template-content-landingspage-new .video-landingspage-new .video{
        height: 391px;
    }
}

@media (max-width: 575px) {
    .page-template-content-landingspage-new .video-landingspage-new .video {
        height: 250px;
    }
}

.page-template-content-landingspage-new .usps-landingspage-new {
    background-color: #D2D2D2;
    padding: 80px 0;
}

.page-template-content-landingspage-new .usps-landingspage-new .usp{
    background: white;
    height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}



@media (max-width: 992px) {
    .page-template-content-landingspage-new .usps-landingspage-new .usp img{
        width: 100px;
    }

    .page-template-content-landingspage-new .usps-landingspage-new .usp{
        height: 100px;
    }
}

.page-template-content-landingspage-new .usps-landingspage-new h2{
    text-transform: uppercase;
    color: #353535;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Rubik';
    text-align: center;
    margin-bottom: 30px;
}

.page-template-content-landingspage-new #opdrachtgevers-box-new{
    padding: 80px 0;
}

.page-template-content-landingspage-new #opdrachtgevers-box-new h2{
    text-transform: uppercase;
    color: #353535;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Rubik';
    text-align: center;
    margin-bottom: 30px;
}

.page-template-content-landingspage-new #opdrachtgevers-box-new h3{
    text-transform: uppercase;
    color: #353535;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Rubik';
}

#vacatures-new .single-styling {
    padding: 40px;
    border: 1px solid #D2D2D2;
    margin-bottom: 30px;

}



#vacatures-new .opleidings-niveau {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    line-height: 1em;
    color: #F79521;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

#vacatures-new .tagline{
    line-height: 2em;
    color: rgba(63, 63, 63, 0.6);
    font-size: 16px;
    font-family: 'Avenir Next';
}
#vacatures-new .title-salary{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px) {
    #vacatures-new .title-salary{

        flex-direction: column-reverse;

    }
}



#vacatures-new .button{
    padding: 15px 35px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    text-transform: initial;
    width: fit-content;
    margin: 30px 0;
    color: #FFF;
    background-color: #F79521;
    font-family: "Avenir Next";
}
.content-contact-landingspage-new .button{
    padding: 15px 35px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    text-transform: initial;
    width: fit-content;
    margin: 30px 0;
    color: #FFF;
    background-color: #F79521;
    font-family: "Avenir Next";
}





















