/* ==========================================
   DIS custom header
   ========================================== */

.header-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 50;
}

.hero-header-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 11%;
    min-height: 100px;
}

.hero-logo {
    display: inline-block;
    z-index: 2;
}

.hero-logo img {
    width: 260px !important;
    height: auto !important;
    max-width: none !important;
}

/* Desktop menu */
.hero-header-bar .nav-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0 !important;
}

.hero-header-bar #main-navigation {
    display: inline-block !important;
}

.hero-header-bar .responsive-nav-button {
    display: none !important;
}

.hero-header-bar .btn-style-5 {
    display: inline-block !important;
    margin-left: 25px;
}

.header-hero-overlay .main-navigation > ul > li > a {
    color: #fff !important;
}

.hero-header-bar .main-navigation > ul > li.current > a,
.hero-header-bar .main-navigation > ul > li:hover > a {
    color: #fff !important;
    background: #076939 !important;
}

.hero-header-bar .sub-menu-wrap {
    text-align: left;
}

.hero-with-header {
    margin-top: 0;
}

/* ==========================================
   Mobiel / tablet
   ========================================== */

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

    .header-hero-overlay {
        position: absolute;
        background: transparent;
    }

    .hero-header-bar {
        display: block;
        min-height: 0;
        padding: 0;
    }

    /* Logo in groene balk */
    .hero-logo {
        position: absolute;
        top: 18px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        z-index: 1002;
    }

    .hero-logo img {
        width: 280px !important;
        height: auto !important;
        max-width: none !important;
    }

    .hero-header-bar #main-navigation {
        display: none !important;
    }

    .hero-header-bar .btn-style-5 {
        display: none !important;
    }

    .hero-header-bar .nav-item {
        position: absolute;
        top: 35px;
        right: 22px;
        left: auto;
        width: auto;
        padding: 0 !important;
        z-index: 1003;
    }

    .hero-header-bar .responsive-nav-button {
        display: inline-block !important;
        position: fixed !important;
        top: 35px !important;
        right: 22px !important;
        left: auto !important;
        z-index: 9999 !important;
        color: #fff !important;
        font-size: 38px !important;
        line-height: 38px;
        margin: 0 !important;
    }

    /* Groene balk ruimte geven voor logo */
    .breadcrumbs-wrap {
        position: relative;
        padding: 145px 0 35px !important;
    }

    .breadcrumbs-wrap .breadcrumbs {
        display: none !important;
    }

    .breadcrumbs-wrap .page-title {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 0 !important;
        text-align: left;
    }
}

/* Kleine telefoons */
@media only screen and (max-width: 480px) {

    .hero-logo {
        top: 18px;
    }

    .hero-logo img {
        width: 250px !important;
    }

    .breadcrumbs-wrap {
        position: relative;
        padding: 120px 0 20px !important;
        background: #076939 !important;
    }

    .breadcrumbs-wrap .page-title {
        display: none !important;
    }

    .hero-header-bar .responsive-nav-button {
        top: 32px !important;
        right: 18px !important;
        font-size: 34px !important;
        line-height: 34px;
    }
}
