/* HEADER */

header {
    height: 95px;
    background: #fff;
    width: 100%;
    z-index: 9999;
    top: 0;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,0.16),0 0px 10px 0 rgba(0,0,0,0.12) !important;
    position: fixed;
}

@media (max-width: 767px) {
    header {
        height: 50px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    header {
        height: 75px;
    }
}

.header-info {
    background: #f47929;
    line-height: 27px;
    height: 27px;
    margin-top: -27px;
    z-index: 1;
    width: 100%;
    position: absolute;
}

    .header-info,
    .header-info a,
    .header-info a:hover,
    .header-info a:active,
    .header-info a:visited {
        color: #fff;
    }

        .header-info .header-info-inloggen {
            text-align: left;
        }

            .header-info .header-info-inloggen a {
                text-decoration: none;
            }

            .header-info .header-info-inloggen.header-info-inloggen-active {
                text-align: right;
                padding-left: 0px;
            }

.header-nav-sublogo {
    opacity: 0;
    padding-top: 7px;
    font-family: "Font1", Verdana, Arial;
    font-size: 16px;
    -webkit-transition: top 0.4s ease-in;
    transition: top 0.4s ease-in;
    position: absolute;
    top: -5px;
}

    .header-nav-sublogo a {
        color: #ffffff;
    }


.header-nav {
    background: #f47929;
    height: 37px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.header-bottom.affix .header-nav {
    height: 50px;
}

.header-top,
.header-top a {
    color: #fff;
}


.header-nav-logo-bottom {
    position: absolute;
    left: 68px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav-logo-bottom {
        left: 67px;
    }
}

header-desktop-wrapper {
    position: relative;
}

.header-desktop-logo {
    width: 231px;
    padding-top: 12px;
    position: absolute;
    z-index: 5;
}

.header-desktop-logo-circle {
    background: #ffffff;
    width: 85px;
    height: 85px;
    left: -5px;
    top: 1px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.logo-uc {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 101px;
}

.header-producten {
    float: left;
    position: relative;
    display: none;
    padding-top: 11px;
}

    .header-producten .producten {
    }

        .header-producten .producten .product {
            float: left;
        }

.small-header-mobile-icons {
    width: 150px;
    height: 50px;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-menu-toggle-wrapper {
        line-height: 14px;
    }

    .small-header-mobile-icons {
        height: 75px;
    }

    .small-header-mobile-icon > img,
    .small-header-mobile-icon > a > img {
        width: 50px;
        height: 50px;
    }
}

.small-header-mobile-icon {
    margin: 0px 3px 0px 3px;
}

.mobile-menu-toggle-wrapper {
    padding: 7px 10px 10px 0px;
    height: 50px;
    font-size: 25px;
    color: #f47929;
    margin-right: 10px;
    margin-left: 5px;
}

    .mobile-menu-toggle-wrapper.active {
    }

.inlog-icoon {
    margin-top: 3px;
}

.mobile-menu-toggle-wrapper.active > .icon-ico-menu:before {
    content: "\e926";
}

.mobile-menu-toggle-wrapper .icon-ico-menu {
}

.small-header-mobile {
    background: #ffffff;
    height: 50px;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,0.16),0 0px 10px 0 rgba(0,0,0,0.12) !important;
    z-index: 9999;
    width: 100%;
    position: absolute;
    top: 0px;
    transition: top 0.3s ease-in-out;
}

    .small-header-mobile.nav-up {
        top: -50px;
    }

    .small-header-mobile.affix {
        width: 100%;
        display: block;
        z-index: 9999;
    }

.producten-handle {
    background: #f47929;
    height: 10px;
    width: 60px;
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    display: none;
}

.small-header-mobile-logo {
    float: left;
    position: relative;
    margin-left: 15px;
    margin-top: 2px;
}

    .small-header-mobile-logo img {
        height: 25px;
        width: auto;
        margin-top: 11px;
    }

.header-mijnuc-menu {
    background: #ebebec;
    width: 300px;
    position: absolute;
    padding: 15px;
    float: right;
    margin-top: 15px;
    margin-left: -15px;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: opacity 0.4s linear;
}

.mijnuc.active:hover .header-mijnuc-menu {
    opacity: 1;
    visibility: visible;
}

.mijnuc.active:before {
    margin-bottom: 15px;
}

.header-mijnuc-menu h4 {
    font-family: Font1Bold;
    font-size: 15px;
    margin: 0;
}

    .header-mijnuc-menu h4 + span {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        display: inline-block;
    }

.header-mijnuc-menu-close {
    display: none;
}

.header-mijnuc-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

    .header-mijnuc-menu ul li {
        display: flex !important;
        align-items: center;
        height: 45px;
        width: 100%;
        border-top: 1px solid #d1d3d4;
    }

        .header-mijnuc-menu ul li a {
            text-decoration: none;
            display: flex;
            align-items: center;
        }

            .header-mijnuc-menu ul li a img {
                margin-right: 10px;
            }

@media (max-width: 992px) {
    .header-mijnuc-menu {
        max-width: initial;
        position: fixed;
        margin-top: 0px;
        top: -345px;
        left: calc(15% + 15px);
        width: calc(100vw - 30%);
        background: #ffffff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-bottom: 3px;
        opacity: 1;
        visibility: visible;
        transition: top 0.4s linear;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

        .header-mijnuc-menu.on {
            top: 50px;
        }

    .header-mijnuc-menu-close {
        display: block;
        font-size: 40px;
        color: #f47929;
        text-align: center;
        line-height: 19px;
        height: 45px;
    }

    .header-mijnuc-menu ul li {
        border-top: 1px solid #ebebec;
    }

        .header-mijnuc-menu ul li:last-child {
            border-bottom: 1px solid #ebebec;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-mijnuc-menu.on {
        top: 75px;
    }
}

.header-contact {
    position: relative;
    padding-top: 5px;
    width: 275px;
}

    .header-contact ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
    }

        .header-contact ul li {
            display: inline-block;
        }

            .header-contact ul li.active .icon-ico-inloggen:before {
                color: #f47929;
            }

            .header-contact ul li.active .icon-ico-inloggen:after {
                content: "\e922";
                position: absolute;
                right: -15px;
                top: -20px;
                color: #5dc4bf;
            }

            .header-contact ul li a {
                text-decoration: none;
                color: #6d6e71;
            }

                .header-contact ul li a span {
                    font-size: 35px;
                    position: relative;
                }


.header-openingstijden-wrapper {
    float: left;
}

.openingstijden-text .openingstijden-status {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 10px;
    float: left;
    position: relative;
    margin: 3px 5px 0px 5px;
}

    .openingstijden-text .openingstijden-status.openingstijden-status-open {
        background: #5dc4bf;
    }

.openingstijden-text {
    font-size: 14px;
    line-height: 18px;
}

    .openingstijden-text a {
        text-decoration: none;
        color: #6d6e71;
    }

.header-openingstijden-wrapper .openingstijden-text {
    width: 130px;
    padding-top: 8px;
}

    .header-openingstijden-wrapper .openingstijden-text .openingstijden-status {
        margin-left: 47px;
    }

@media (min-width: 992px) {
    .header-info .header-info-inloggen {
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .header-info .header-info-inloggen {
        padding-left: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .small-header-mobile {
        height: 75px;
    }

    .logo-uc {
        max-width: 200px;
    }

    .small-header-mobile-logo img {
        height: 70px;
        width: 200px;
        margin-top: 0px;
    }

    .mobile-menu-toggle-wrapper {
        font-size: 50px;
        padding-top: 0px;
    }
}


@media (max-width: 991px) {
    .header-desktop-logo {
        display: none;
    }

    .uc-logo-top-wrapper {
        left: 0px;
        z-index: 0;
        height: 51px;
    }

    .header-bottom {
        height: 50px;
    }

    .header-info {
        display: none;
    }
}

@media (min-width:376px) and (max-width: 441px) {
    .mobiel-home-items ul li span {
        font-size: 20px;
    }
}


/* TEST */
@media (min-width: 992px) {
    header {
        top: 0;
        width: 100%;
        height: 95px;
        background: #fff;
        z-index: 200;
        box-shadow: 0 0px 4px 0 rgba(0,0,0,0.16),0 0px 10px 0 rgba(0,0,0,0.12) !important;
    }


        header .container {
            margin: 0 auto;
        }
}
