.cat_tree_nav {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .cat_tree_nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .cat_tree_nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  @media (min-width: 992px) {
    header .mas-header-row3 {
        height: 2.1875rem;
        opacity: 1;
    }
}
  

 header .mas-header-row3 .container-fluid, header .mas-header-row3 .container-fluid .mas-header-row3-inner {
    background-color: rgba(51, 51, 51, 0);
}

header .mas-header-row3 {
    transition: all .16s ease-in-out;
    transition-delay: 0;
}

header .mas-header-row3, header.mas-backdrop .mas-header-row2, header.mas-backdrop .mas-header-row2 .container-fluid, header.mas-backdrop .mas-header-row2 .container-fluid .mas-header-row2-inner {
    background-color: rgba(51, 51, 51, 0);
}

.flex-fill {
    flex: 1 1 auto !important;
}

@media (min-width: 992px) {
    header .mas-header-row3 .container-fluid .mas-header-row3-inner, header .mas-header-row3 .container-fluid .mas-header-row3-inner .mas-burger-menu {
        color: #fff;
    }
}

#r2-megamenu {
    width: 100%;
}

body #abw_category_menu_item {
    position: static !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.megamenu>ul>li>a {
    color: blue;
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.1875rem;
    text-transform: uppercase;
}

body #abw_megamenu, body:before {
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: ease-in-out all .15s;
}

body #abw_megamenu, body.aw_overlay:before {
    visibility: visible !important;
    opacity: 1;
    transform: scale(1, 1);
    transition: ease-in-out all .15s;
}

body #abw_megamenu {
    display: flex;
}

#abw_megamenu {
    position: absolute;
    top: 2.3rem;
    left: 0;
    right: 0;
    max-width: 1360px;
    margin: auto;
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .1);
    border-top: 4px solid #015999;
    width: auto;
    overflow: hidden;
    scroll-behavior: smooth;
    z-index: 9300;
}

#abw_left_menu_wrapper, #abw_right_menu_wrapper {
    box-sizing: border-box !important;
    height: calc(100vh - 8rem) !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

#abw_left_menu_wrapper {
    min-width: 280px;
    width: auto;
    padding-bottom: 4rem;
    background-color: #eee;
}

.aw_custom_scrollbar, .aw_hide_scroll {
    scrollbar-width: none !important;
    -ms-overflow-style: none;
}

#abw_left_menu {
    scroll-behavior: smooth;
    list-style: none;
    padding-left: 0;
    position: relative;
}
#abw_left_menu:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    height: var(--indicator-height);
    right: 0;
    top: var(--indicator-top);
    background-color: #fff;
    transition: ease-out all 80ms;
}

#abw_left_menu li a {
    background-color: transparent;
    transition: ease-in-out all 60ms;
    white-space: nowrap;
    display: block;
    padding: .625rem .9375rem;
    font-weight: 500;
}

#abw_left_menu li:first-of-type a {
    display: inline-block;
    padding-top: 1.25rem;
    padding-right: 4rem;
}

#abw_left_menu .aw_close {
    text-align: right;
    margin: 1.1rem 1rem auto;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    color: #333;
    transition: .16s all ease-in-out;
    transform-origin: center;
}

#abw_megamenu .aw_icon {
    min-width: 2rem;
    display: inline-block;
    text-align: center;
    font-size: 1.3em;
    vertical-align: text-bottom;
}

.aw_icon, i.aw_icon {
    font-family: "ritzelhoch2" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#abw_left_menu li.aw_menu_item_active {
    background-color: #fff;
    transition: ease-in-out all .14s;
}

#abw_left_menu li:nth-child(2) {
    margin-top: .5rem;
}

#abw_left_menu li.aw_menu_item_active>a {
    color: #015999;
    transition: ease-in-out all 40ms;
}

#abw_right_menu_wrapper {
    padding: 0 2rem 4rem;
    background-color: #fff;
    width: 100%;
    scroll-behavior: smooth;
}

.aw_sec_menu>a {
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.aw_sec_menu a:hover, .aw_sec_menu.aw_active>a {
    color: #015999;
}

#abw_megamenu .aw_sec_menu .aw_icon {
    min-width: 2rem;
    transform: translateX(-.25rem);
}

.aw_sec_menu ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    list-style: none;
    padding-left: 0;
}

.aw_sec_menu ul li a {
    display: inline-block;
    font-size: .875rem;
    padding-top: .55rem;
    padding-bottom: .55rem;
    white-space: nowrap;
}

.megamenu>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.megamenu>ul>li:first-child>a {
    padding-left: 0;
}

.megamenu>ul>li>a>i.aw_icon {
    font-size: .7em;
    line-height: inherit !important;
}

.megamenu>ul>li:first-child>a>i {
    font-size: .8em;
    margin-left: 0;
}

.position-unset {
    position: unset !important;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

body.aw_overlay {
    height: 100vh;
    overflow-y: hidden;
}

body #abw_megamenu, body:before {
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: ease-in-out all .15s;
}

body.aw_overlay:before {
    display: block;
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    cursor: default;
    pointer-events: none !important;
    transition: ease-in-out all .25s;
}

body.aw_overlay #abw_megamenu, body.aw_overlay:before {
    visibility: visible !important;
    opacity: 1;
    transform: scale(1, 1);
    transition: ease-in-out all .15s;
}

@media only screen and (min-width: 782px) and (max-width: 1290px) {
    #abw_megamenu {
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 752px) {
    #abw_megamenu, body.aw_overlay:before {
        display: none !important;
    }
}

@media only screen and (min-width: 782px) and (max-width: 1290px) {
    #abw_left_menu_wrapper, #abw_right_menu_wrapper {
        height: calc(100vh - 9.65rem) !important;
    }
}

#abw_left_menu li.caticon-3{
    margin-top: .5rem;
    list-style-image: url(/modules/srmenu/views/img/Atemregler.svg);
    padding-inline-start: 1ch;
}

#abw_left_menu li.caticon-3::marker {
    content: url(/modules/srmenu/views/img/Atemregler.svg);   
  }