/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu .menu-mobile {
    display: none;
    padding: 20px;
}

menu .menu-mobile {
    display: none;
}

.menu-mobile:after {
    content: "";
    display: block;
    background: url('../img/menu.svg') no-repeat center / cover;
    width: 25px;
    height: 25px;
    float: right;
    position: relative;
}

.menu-dropdown-icon .open_link {
    font-size: 30px;
    font-weight: bold;
    display: none;
    cursor: pointer;
    height: 100%;
    max-height: 46px;
    width: 46px;
    background: #fff;
    color: #333;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 0px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    color: #777;
    padding: .2em 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
/*    padding: 10px 0;*/
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub, .sub-menu {
    width: 295px;
    left: auto;
    padding: 0px;
    border: 1px solid #EAEAEA;
}
aside .sub-menu{
    width: 100%;
    border: none
}
aside .menu>ul>li>ul.normal-sub{
    border: none;
    width: 100%;
}
.menu ul li ul.sub-menu:after, .menu ul li ul.sub-menu:before, .menu ul li ul.sub-menu li:before{
    display: none !important;  
}

.menu>ul>li:last-child ul.normal-sub{
    width: 250px;
    margin-left: -190px;
}

@media(max-width: 1600px){
        .menu>ul>li:last-child ul.normal-sub{
            width: 250px;
            
        }
}
@media(max-width: 1360px){
        .menu>ul>li:last-child ul.normal-sub{
    width: 250px;
    
}
    }

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
    position: relative;
}
.menu  li.arrow_right:after{
    position: absolute;
    top: calc(50% - 4px);
    right: 7px;
    display: block;
    width: 10px;
    height: 7px;
    background: url(../img/arrow_down.svg) center/contain no-repeat;
    transition: .3s;
    content: "";
        transform: rotateZ(270deg);
}
.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
}

.menu>ul>li>ul.normal-sub>li a:hover::before, .menu>ul>li>ul.normal-sub>li a[aria-current]::before {
    content: "";
    display: block;
    width: 4px;
    height: 38px;
    background: #C8000D;
    position: absolute;
    left: 0px;
    top: calc(50% - 19px)
}

header .menu-container .menu ul li a.open_link {
    display: none;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu>ul>li:last-child ul.normal-sub{
        margin-left: 0px;
        width: 100%;
    }
    header .menu-container .menu ul li a.open_link {
        display: block;
    }
    header .menu-container .menu ul li:hover{
        background-color: #FFF;
    }
    header .menu-container .menu ul li:hover ul li:hover a{
        color: #222
    }
    header .menu-container .menu ul li:hover ul li a.open_link{
        width: 46px;
    }
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu .menu-mobile {
        display: none;
    }
    header .menu-container .menu ul li a.open_link:after {
        display: none;
    }
    header .menu-container .menu ul li a.open_link {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 999;
        background: url('../img/plus.png') #fff no-repeat center / contain;
        background-size: 25%;
    }
    header .menu-container .menu ul li a.open_link.open {
        background: url('../img/minus.png') #fff no-repeat center / contain;
        background-size: 25%;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        position: relative;
        width: 100%;
        float: none;
        display: block;
    }
    .menu>ul>li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        width: 100%;
        display: block;
    }
    header .menu-container .menu ul li a {
        padding-bottom: 10px;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
        position: static;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        right: 0px;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        padding-left: 30px;
        border-bottom: 1px solid #fff
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}
@media(max-width: 768px){
    .menu li.arrow_right:after{
        display: none;
    }
    .menu>ul>li>ul.normal-sub, .sub-menu{
        border: none
    }
}