.ahz-collapsed {
    display: none;
}

.d-flex {
    display: flex;
}

.active-link {
    color: #e10019 !important;
}

.ahz-custom-mobile-menu-submenu div {
    color: white;
    text-transform: uppercase;
}

.ahz-mobile-menu-headline {
    margin-right: 1rem;
    color: #e10019;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.ahz-mobile-menu__wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

.ahz-mobile-menu-burger-icon {
    cursor: pointer;
}

.ahz-mobile-submenu .ahz-mobile-menu-item-no-child,
.ahz-mobile-sub--sub-menu-item {
    margin-top: 16px;
}

.active {
    color: #e10019 !important;
    /** content: "-"; */ 
}

#ahz-custom-mobile-menu-submenu {
    position: absolute;
    background: black;
    top: 100%;
    width: 100vw;
    z-index: 100000;
    right: -30px;
    padding: 30px;
    color: white;
}

#ahz-custom-mobile-menu-submenu a {
    color: white;
}

#ahz-custom-mobile-menu-submenu a:hover {
    color: #e10019;
    text-decoration: none;
}

.ahz-mobile-menu-item-has-children {
    display: flex;
}

.ahz-mobile-menu-icon-col {
    width: 10%;
    font-size: 22px;
    font-weight: bold;
}

.ahz-mobile-sub-menu-header {
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
}

.ahz-mobile-menu-header {
    font-size: 22px;
    font-weight: bold;
}

.ahz-mobile-menu-divider {
    margin-top: 16px;
    border-color: white;
}

.ahz-custom-mobile-bold {
    font-weight: bold;
}
