#noveo_header{
    background-color: #FFFFFF;
    padding: 0px 24px;
    /*position: relative;*/
    z-index: 30;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
}
#noveo_header .logo{
    position: relative;
    display: inline-block;
}
#noveo_header .logo .primary{
    transition-duration: 0.4s;
}
#noveo_header .logo .hover{
    transition-duration: 0.4s;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
}
#noveo_header .logo:hover .primary{
    opacity: 0;
}
#noveo_header .logo:hover .hover{
    opacity: 1;
}
#noveo_header .partner_logo{
    display: inline-block;
    /*margin-left: 28px;*/
}
#noveo_header .partner_logo img{
    max-height: 60px;
    width: auto;
    max-width: 100%;
}
#noveo_header .header_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
#noveo_header .header_box .right,
#noveo_header .header_box .center{
    display: flex;
    align-items: center;
}
#noveo_header .header_box .left{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 4px 0px;
}
#noveo_header .header_box ul{
    list-style: none;
    margin: 0px;
    padding: 16px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#noveo_header .header_box ul a{
    display: inline-block;
    padding: 12px;
    color: #161616;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    transition-duration: 0.4s;
    padding: 12px 12px;
    position: relative;
    z-index: 4;
}
#noveo_header .header_box ul li{
    position: relative;
}
#noveo_header .header_box ul li:hover>a{
    color: #F46060;
}
#noveo_header .header_box ul li>a::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: 0px;
    background-color: transparent;
    transition-duration: 0.4s;
}
#noveo_header .header_box ul li:hover>a::after{
    background-color: #F46060;
}
#noveo_header .header_box ul .more_icon>a{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
}
#noveo_header .header_box ul .more_icon>a::before{
    content: '';
    display: block;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    background-image: url('content/more-dark.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#noveo_header #noveo_search_btn{
    display: inline-block;
    padding: 12px;
    cursor: pointer;
    transition-duration: 0.4s;
}
#noveo_header #noveo_search_btn:hover{
    background-color: #eee;
}
#noveo_header .search_outher{
    position: relative;
}
#noveo_header .search_outher form{
    position: absolute;
    right: 100%;
    width: 0px;
    height: auto;
    top: -3px;
    background-color: #FFF;
    overflow: hidden;
    transition-duration: 0.4s;
    z-index: 10;
}
#noveo_header .search_outher form.loading::after{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 7px;
    top: 7px;
    border-radius: 100%;
    border: 4px solid #F46060;
    border-left: 4px solid transparent;
    animation: spin_loading_loop 1s linear infinite;
}
@keyframes spin_loading_loop{
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
#noveo_header .search_outher form.show{
    width: 320px;
}
#noveo_header .search_outher form #noveo_search_result{
    width: 320px;
}
#noveo_header .search_outher form #noveo_search_result a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 24px);
    padding: 12px;
}
#noveo_header .search_outher form #noveo_search_result a img{
    width: 60px;
    margin-right: 12px;
    height: auto;
}
#noveo_header .search_outher form #noveo_search_result a p{
    margin-bottom: 0px;
}
#noveo_header .wpml-ls-legacy-dropdown{
    width: auto;
}
#noveo_header .wpml-ls-legacy-dropdown li{
    width: 48px;
}
#noveo_header .wpml-ls-legacy-dropdown a{
    border: 0px;
    width: 100%;
    padding: 12px !important;
}
#noveo_header .wpml-ls-legacy-dropdown a::after{
    display: none !important;
}
#noveo_header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before{
    content: '';
    display: block;
    position: absolute;
    right: 8px;
    top: 17px;
    border: 0px;
    width: 8px;
    height: 8px;
    background-image: url('content/menu-arrow-dark.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#noveo_header .header_box .sub-menu{
    display: none;
}

#noveo_header ul.menu>li.current-menu-item>a,
#noveo_header ul.menu>li.current-menu-parent>a,
#noveo_header ul.menu>li.current-produkt-ancestor>a{
    color: #F46060;
}
#noveo_header ul.menu>li.current-menu-item>a::after,
#noveo_header ul.menu>li.current-menu-parent>a::after,
#noveo_header ul.menu>li.current-produkt-ancestor>a::after{
    background-color: #F46060 !important;
}
#noveo_header ul.menu>li.current-menu-parent .current-menu-item>a{
    color: #F46060;
}

.noveo_mega_menu{
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 12px;
    width: 442px;
    height: auto;
    z-index: 10;
    display: none;
    background-color: #fFF;
    transform: translateX(-50%);
}
.right .noveo_mega_menu{
    left: auto;
    right: 0px;
    transform: translateX(0%);
}
li.show_sub_menu .noveo_mega_menu{
    display: block;
}
.noveo_mega_menu .menu_box{
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: #fFF;
    max-width: 500px;
}
.noveo_mega_menu .menu_box .left{
    width: 100%;
}
.noveo_mega_menu .menu_box .left img{
    width: 100%;
}
.noveo_mega_menu .menu_box .right{
    width: 100%;
}
.noveo_mega_menu .menu_box .right .inner{
    max-height: 300px;
    overflow-y: auto;
}
#noveo_header .header_box ul .noveo_mega_menu .menu_box .right ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.noveo_mega_menu ul a{
    padding: 12px 0px !important;
}
.noveo_mega_menu ul a::after{
    display: none !important;
}
.noveo_mega_menu ul li.current-menu-item>a,
.noveo_mega_menu ul li.current-produkt-parent>a{
    color: #F46060 !important;
}

#noveo_left_menu_panel{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 100vh;
    background-color: #FFF;
    z-index: 20;
    overflow: hidden;
    transition-duration: 0.4s;
}
#noveo_left_menu_panel.show{
    width: 100%;
}
#noveo_left_menu_panel .inner_box{
    width: 100vw;
    padding: 62px 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transition-duration: 0.4s;
}
#noveo_left_menu_panel.show .inner_box{
    opacity: 1;
}
#noveo_left_menu_panel .inner_box ul{
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 24px;
    margin-top: 24px;
}
#noveo_left_menu_panel .inner_box ul li{
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #FFFFFF 50%);
    padding: 12px;
}
#noveo_left_menu_panel .inner_box ul a{
    display: inline-block;
    color: #161616;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    padding-left: 16px;
    position: relative;
}
#noveo_left_menu_panel .inner_box ul li .sub-menu{
    display: none;
}
#noveo_left_menu_panel .noveo_mega_menu{
    position: relative;
    background-color: transparent;
    width: 100%;
    transform: translateX(0px);
    padding: 0px;
}
#noveo_left_menu_panel .noveo_mega_menu .menu_box{
    background-color: transparent;
    gap: 4px;
}
#noveo_left_menu_panel .noveo_mega_menu ul{
    margin-top: 0px;
    margin-bottom: 0px;
}
#noveo_left_menu_panel .inner_box .noveo_mega_menu ul li{
    padding: 0px;
    background: transparent;
}
#noveo_left_menu_panel .noveo_mega_menu .inner{
    overflow-y: visible;
}
#noveo_left_menu_panel .noveo_mega_menu .menu_box .left img{
    margin: 12px;
    width: calc(100% - 24px);
}
#noveo_left_menu_panel li.has_noveo_menu::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #161616;
    border-left: 1px solid #161616;
    position: absolute;
    right: 16px;
    top: 12px;
    transform: rotate(-45deg);
}
#noveo_left_menu_panel .close{
    padding: 0px;
    border: 0px;
    background-color: transparent;
    margin-left: 24px;
}

#noveo_disable_menu_panel{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
}
#noveo_disable_menu_panel.show{
    display: block;
}