/*
************************************************************
Styles:     flix//mobile-nav
Copyright:  (c) interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/


@media only screen and (max-width: 1024px) {
    #page-canvas {
        transition: ease-in-out .4s;
        left: 0%;
    }

    .menu-trigger {
        display: block !important;
    }
}

.close-page-canvas {
    left: 60% !important;
}

.menu-trigger {
    display: none;
}

.nav1-mobile-div {
    overflow: hidden;
}

/*######### Mobile 2 - left menu ###############*/

.menu-trigger {
    height: 29px;
    /*padding: 8px 0px;*/
    width: 30px;
    cursor: pointer;
    transition: ease-in .3s;
    position: absolute;
    top: 20px;
    right: 25px;

}

.menu-trigger.menu-line-box {
    padding: 26px 15px;
    width: 30px;
    height: 8px;
    transition: ease .3s;
}

.menu-trigger .menu-line {
    transition: ease-in .2s;
    width: 100%;
    height: 4px;
    border-radius: 15px;
    margin-bottom: 6px;
    margin: 0px auto 5px;
}

.menu-trigger:hover .menu-line:nth-child(2) {
    width: 80%;

}

.menu-trigger .main-content {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: ease-in-out .4s;
}

.menu-trigger.open .menu-line:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 6px;
}

.menu-trigger.open .menu-line:nth-child(2) {
    display: none;
}

.menu-trigger.open .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
}

.subnav-nav-trigger::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.subnav-nav-trigger {
    height: 22px;
    /*width: 35px;*/
    /*display: inline-block;*/
    cursor: pointer;
    float: left;
    /*margin-top: 5px;*/
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    transition: ease-in-out 0.3s;
}

.subnav-nav-trigger.opened {
    transform: rotate(180deg);
}

.nav1-mobile-link {
    margin-right: 5px;
}

.nav1-mobile-div.menu-2 {
    position: fixed;
    top: 79px;
    height: 100%;
    transition: ease-in-out .4s;
    z-index: 999;
}

.nav1-mobile-div.menu-2 .nav1-mobile {
    height: auto;
    /*position: relative;*/
    /*   top: 50%;
       left: 100px;*/
    /*transform: translate(-50%, 0%);*/
    border: none
}

.nav1-mobile-div.menu-2 .nav1-mobile-item {
    border: none;

}

.nav1-mobile-div.menu-2 .nav1-link-mobile {

}

.nav1-mobile-div.menu-2 .nav1-link:hover {

}

.nav1-mobile-link.active span {
    font-weight: 700;
}


.nav1-mobile-div.menu-1 {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 80px);
    top: 80px;
    right: -100vw;
    transition: ease-in-out .4s;
    background-color: #fff;
    height: auto;
    border-bottom: 5px solid #4E4D4D;
}

.nav1-mobile-div.menu-2 {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 80px);
    top: 80px;
    right: 0px;;
    transition: ease-in-out .4s;
}

.nav1-mobile-div.menu-3 {
    position: fixed;
    width: 60vw;
    height: 100vh;
    top: 0px;
    right: -60vw;
    transition: ease-in-out .4s;
}

