.customer_menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1111;
    height: 5px;
    color: #000!important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
    background: #47ba37;
    background: linear-gradient(to bottom, #47ba37 0%, #4b932c 100%);
}

.customer_holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.customer_topmenu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    li{
        padding-left: 15px;
    }
    a{
        color: #000!important;
    }
}

.top_navigation_holder,
.navigation_holder{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.navigation_holder{
    margin-bottom: 30px;
}

.navigation_holder.moved{
    margin-bottom: 20px!important;
}

.ontop {
    position: fixed;
    width: 100%;
    padding-top: 15px;
    top: 0;
    z-index: 999;
    background: var(--dark_blue);
    transition: padding-top 0.5s ease;
}

.ontop.moved {
    padding-top: 5px!important;
    .menu li a{
        color: var(--light);
        font-size: 13px!important;
    }
    .menuLogin li > a{
        color: var(--light);
        font-size: 13px!important;
    }
}

.ontop.grey_navigation {
    background: url(../images/homeproduktybggrey.jpg) no-repeat;
    background-size: cover;

}

.ontop.no_bg_navigation {
    background: none;
    background-size: unset;
}

.ontop.ontopbg {
    background: var(--dark_blue);
}

.topmenu {
    /*position: absolute;*/
    /*right: 40px;*/
    /*top: 30px;*/
    text-transform: uppercase;
}

.langBar {
    float: left;
    width: 100px;
    height: 25px;
    padding: 0 10px;
}

ol,ul{
    list-style: none;
}

.submenuholder {
    background: var(--primary);
    line-height: 40px;
    transition: line-height 0.5s ease;

    >.main-holder{
        display: none;
    }

}

.submenuholder >.main-holder.submenu_services_show,
.submenuholder >.main-holder.submenu_products_show{
    display: block;
}



.ontop .submenuholder.submenushrink{
    line-height: 38px;
}

.submenu img {
    height: 26px;
    margin-right: 10px;

}

.submenu li {

    list-style-type: none;
    display: inline-block;
    margin: 0;

}

.submenu a {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    background: transparent;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--light);
    padding: 0 30px 0 0;
}

.submenu a.active {
    color: var(--light);
    opacity: 1;
}

.submenu.sluzby a {
    font-size: 13px;
    padding: 0 15px 0 0;
}

.submenu a:hover {
    color: var(--light);
}

.menuLogin {
    float: right;
    height: 25px;
}

.menuLogin li {
    list-style-type: none;
    display: inline-block;
}

.menuLogin li > a {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    display: block;
    line-height: 1.5em;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--light);
    padding: 0 8px;
    transition: font-size 0.5s ease;
}

.menu li {
    list-style-type: none;
    display: inline-block;
}

.menu a {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    display: block;
    line-height: 2em;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--light);
    padding: 0 8px;
    transition:  font-size 0.5s ease;
}
.menu a:hover {
    color: var(--light);
}

.menu a.active {
    opacity: 1;
    border-bottom: 3px solid white;
}

.ontop.no_bg_navigation .menu a:hover {
    color: var(--text-color);
}

.gimg img {
    max-width: 100px;
    max-height: 66px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bgwhite {
    background-color: var(--light);
}

#close-sidebar,
#show-sidebar{
    display: none;
}


.breadcrumbs-container {
    line-height: 30px;
    z-index: 10;
    width: 100%;
    background: var(--light);
    border-bottom: 1px solid #bcbcbc;
    color: var(--text-color);
    transition: height 0.5s ease;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    .breadcrumb{
        margin: 0;
        padding: 0;
        background-color: transparent;
        text-transform: uppercase;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: unset;
        scrollbar-width: none;
    }
    li{
        font-size: 12px;
        flex: 0 0 auto;
        white-space: nowrap; /* Prevent text wrapping */
    }
}

.logo_home{
    color: var(--primary);
}

.breadcrumbs-container.breadcrumbshrink{
    line-height: 32px;
}

.dropdown-menu a{
    padding: .25rem .75rem;
    font-size: 14px;
    color: var(--text-color);
}

@media (max-width: 991px) {

    /* Hide the submenuholder on mobile */
    .submenuholder {
        line-height: 36px;
        font-size: 16px;
        a{
            font-size: 14px;
            padding: 0 20px 0 0;
        }
    }

    .ontop .submenuholder.submenushrink{
        line-height: 36px;
    }

    .submenu{
        display: flex;
        overflow-x: auto;
        scroll-behavior: unset;
        padding: 0;
        margin: 0;
        scrollbar-width: none; /* Hide scrollbar for Firefox */
    }

    .submenu li{
        flex: 0 0 auto; /* Prevent items from shrinking */
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Adjust the navigation holder for mobile */
    .main-holder.navigation_holder {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        transition: margin-bottom 0.5s ease;
    }

    /* Position the logo on the right */
    .logo {
        order: 2;
        #logo {
            height: 30px;
        }
    }

    #logo_positiv{
        max-height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Style the show-sidebar (hamburger icon) on the left */
    #show-sidebar {
        display: block;
        order: 1;
        cursor: pointer;
        padding: 0;
        font-size: 20px;
        color: var(--light);
    }

    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
        z-index: 1; /* Below the sidebar but above the content */
        display: none; /* Hidden by default */
    }

    /* Style the sidebar */
    .navigation_holder #sidebar.topmenu {
        position: fixed;
        top: 0;
        left: -250px; /* Hidden by default */
        width: 250px;
        height: 100%;
        background: var(--dark_blue);
        overflow-y: auto;
        transition: left 0.3s ease;
        display: flex;
        flex-direction: column;
        padding: 5px 15px;
        z-index: 2;
    }

    /* Slide in the sidebar when menu-open class is added to the body */
    body.menu-open #sidebar {
        left: 0!important;
    }

    /* Style the close sidebar icon */
    #close-sidebar {
        text-align: right;
        padding: 10px;
        cursor: pointer;
        display: block;
        color: var(--light);
    }

    /* Style the sidebar navigation */
    #sidebar .top_navigation_holder,
    #sidebar .menu {
        display: block;
    }

    #sidebar .menu{
        order: 1;
    }

    .top_navigation_holder {
        order: 2;
    }

    .customer_holder {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        >div>a{
            padding: 10px;
            font-size: 14px;
            font-weight: 500;
            display: block;
        }
    }

    .customer_topmenu ul{
        display: block;
        li{
            padding-left: 0;
        }
        a{
            font-size: 14px;
            line-height: 2em;
            padding: 10px;
            display: block;
        }
    }


    /* Style list items */
    #sidebar .menuLogin li > a,
    #sidebar .menu li a {
        display: block;
        padding: 10px;
        text-decoration: none;
    }

    .langBar {
        position: absolute;
        top: 15px;
        left: 5px;
        float: left;
        width: unset;
        height: 25px;
        padding: 0;
        a{
            padding: 0 8px;
        }
    }

    .menu{
        width: 100%;
        margin: 0;
        display: block;
    }

    .menuLogin{
        float: unset;
        display: flex;
        height: auto;
        align-items: center;
        justify-content: space-around;
        li > a{
            color: var(--light) !important;
        }
        li{
            display: block;
            margin-right: 0;
        }
    }

    .loggedInUser{
        display: unset;
        text-align: center;
        li a{
            line-height: 2em;
        }
    }
    /* Optional: enhance the appearance of the menu items on hover */
    #sidebar ul li a:hover {
        opacity: 1;
    }

    /************************************/
    .main-holder {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 0;

    }

    .ontop,
    .ontop.no_bg_navigation,
    .ontop.grey_navigation {
        padding: 0;
    }

    .menu li {
        list-style-type: none;
        display: block;
        text-align: left;
        margin-right: 0;
    }

    .menu a {
        display: block;
        line-height: 2em;
        text-transform: uppercase;
        color: var(--light) !important;
        text-align: center;
    }

    #sidebar .menu li a.active {
        border-bottom: none;
        background: rgba(255, 255, 255, 0.2);
    }

    .breadcrumbs-container{
        line-height: 32px;
    }


}

@media only screen and (max-width: 576px){

    .logo {
        order: 2;
        #logo_positiv {
            height: 30px;
            padding: 0;
        }
    }
}
