.header__navigationtoggle {
    cursor: pointer;
}

.quicknav-search {
    height: 0;
    transition: 0.5s ease all;
    overflow: hidden;
    display: block !important;
}

#SearchForm_SearchForm {
    width: 100%;
    position: relative;
}

#SearchForm_SearchForm .action {
    background: transparent !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    color: transparent !important;
    height: 50px;
}

#SearchForm_SearchForm .action {
    opacity: 0 !important;
    height: 40px;
    width: 30px;
    padding: 0 !important;
}

#SearchForm_SearchForm::after {
    position: absolute;
    left: 10px;
    top: 7px;
    content: "\f002";
    font-family: "Font Awesome 5 Pro" !important;
    color: black;
    pointer-events: none;
}

#SearchForm_SearchForm input {
    width: 100%;
    padding-left: 40px !important;
    color: black;
}

.navigation__shadowlayer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(46, 46, 56, 0.9);
    z-index: 1000
}

.navigation__container {
    display: none;
    z-index: 1500;
    position: absolute;
    width: 100%;
    background: #fff;
}

.navigation__container ul,
.navigation__container li {
    list-style: none;
    padding: 0;
}

.contentnavigation {
    z-index: 1500;
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
    top:85px;
}

.contentnavigation > div{
    border-top: 1px solid #eee;
}

.contentnavigation a {
    color: #000 !important;
}

.navigation__back {
    font-size: 18px !important;
    color: #999 !important;
    margin-bottom: 10px !important;
}




@media (min-width: 768px) {

    /* NAVIGATION STUFF */
    a.navigation__link--1 {
        color: #fff !important;
    }

    .header__navigation{
        position: absolute;
        z-index: 9999;
        width: 100%;
    }

    .header__navigation--inline {
        overflow: hidden;
    }

    .navigation__container {
        padding-bottom: 20px;
    }

    .navigation__container a {
        text-decoration: none;
        position: relative;
        left: 0;
        transition: left 0.3s ease;
    }

    .navigation__container a:hover {
        color: #54c0d3;
    }

    /* DESKTOP NAVIGATION */
    .header__navigation--icons {
        padding-top: 30px;
        transition: all 0.3s ease;
    }

    .header__navigation--inline a {
        position: relative;
        text-decoration: none;
        padding-top: 36px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .header__navigation--inline a:after {
        content: " ";
        position: absolute;
        left: 0;
        display: block;
        background: #54c0d3;
        pointer-events: none;
        transition: all 0.4s ease;
        width: 0%;
    }

    body.minimized .header__navigation--inline a:after,
    body.productsearch-open .header__navigation--inline a:after {
        bottom: 0px;
    }

    .header__navigation--inline a:hover:after,
    .header__navigation--inline a.active:after {
        height: 4px;
        width: 100%;
        bottom: 15px;
        left: 0;
    }

    .navigation__level--1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navigation__level--1>li {
        flex-grow: 1;
        flex:1 0 33%;
    }

    .navigation__level--1>li>a,
    .quicknav .container > .row > .col > a,
    .quicknav .container-fluid > .row > .col > a{
        display: block;
        color: #000 !important;
        font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, sans-serif !important;
        font-weight: normal;
        border-bottom: 1px solid #eee;
    }

    .quicknav__group a{
        line-height: 1.2;
        margin-bottom: 9px;
        display: block;
    }

    .navigation__level--2>li>a {
        display: block;
        color: #fff;
    }

    .header__langdropdown .dropdown-menu {
        transform: none !important;
        top: 32px !important;
    }

    body.minimized .header__navigation--inline a,
    body.minimized .header__navigation--icons {
        padding-top: 14px !important;
    }
}

@media (max-width: 767.98px) {

    /* LOWER BAR */
    .header__navigation--icons {
        padding-top: 18px;
    }

    .navigation__mobilebar {
        position: fixed;
        z-index: 2500;
        bottom: 0;
        width: 100%;
        background: #fff;
        height: 70px;
        border-top: 1px solid #eeeeee;
    }

    .navigation__mobilebaritem {
        padding-top: 8px;
        border-top: 4px solid #fff;
    }

    .navigation__mobilebaritem.active {
        padding-top: 8px;
        border-top: 4px solid #54c0d3;
    }

    .navigation__mobilebaritem i,
    .navigation__mobilebaritem svg {
        font-size: 28px;
        color: #54c0d3;
    }

    .navigation__mobilebaritem span {
        display: block;
        font-size: 11px;
        font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, sans-serif !important;
        font-weight: normal;
        color: #54c0d3;
        text-transform: uppercase;
    }

    /* NAVIGATION STUFF */
    .header__navigation {
        height: 70px;
    }

    .navigation__container,
    #mobileregistration {
        height: calc(100vh - 140px);
        overflow-y: scroll;
    }

    #mobileregistration {
        overflow: hidden;
        overflow-y: scroll;
        position: relative;
    }

    .navigation__root {
        position: relative;
        transition: left 0.3s ease;
        left: 0vw;
    }

    .navigation__root a {
        color: #fff;
        position: relative;
        display: block;
        font-size: 20px;
        font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, sans-serif !important;
    }

    .navigation__root.level--2 {
        left: -100vw;
    }

    /*
        .navigation__level--1 li.hasChildren > a:after{
            position: relative;
            content: '\f138';
            font-family: "Font Awesome\ 5 Pro";
            font-weight: 300;
            position: absolute;
            right:10px;
            top:9px;
            color:#54c0d3;
            font-size: 24px;
            line-height: 1;
        }
    */
    .navigation__level--1 li.hasChildren>a svg,
    .navigation__level--1 li.hasChildren>a i {
        position: absolute;
        right: 10px;
        top: 4px;
    }

    .navigation__level--1 li {
        width: 100vw;
    }

    .navigation__level--1 li ul.navigation__level--2 {
        position: absolute;
        left: 100vw;
        top: 0;
    }

    .navigation__level--1 li ul.navigation__level--2.open {
        z-index: 1000;
    }

    .navigation__level--2 {
        transition: opacity 0.3s ease;
        opacity: 0
    }

    .navigation__level--2.open {
        opacity: 1
    }


    .header__langdropdown .dropdown-menu {
        transform: none !important;
        top: 24px !important;
        right: 0 !important;
        z-index: 99999;
    }
}


@media (min-width: 1200px) {
    .navigation__level--1>li {
        flex-grow: 1;
        flex:1 0 21%;
    }
}