    .left-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 100%;
        cursor: pointer;
    }

    .expand-ul {
     display: none;
 }



 .header {
    position: fixed;
    padding: 25px 0;
    width: 6%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    border-right: 1px solid #000;
    background-color: #35A270;
}

.main-header {
    height: 100%;
}
.hamburger-outer {

    z-index: 100;
    border-radius: 0;

}

.menu-hamburger {
    position: fixed;
    top: 25px;
    z-index: 9;
    left: 0;
    right: 0;

    width: 6%;
    text-align: center;
}
.menu-hamburger img {
    width: 50%;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.header-logo {
    width: 50%;
}

.logo-link {
    width: 100%;
    text-align: center;
}




.nav {
    position: fixed;
    width: 480px;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    transform: translateX(-100%);

    z-index: 99;
    background: #35A270;
    padding: 80px 20px 30px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transition: transform 0.25s ease, background-color 0.25s ease;
    -moz-transition: transform 0.25s ease, background-color 0.25s ease;
    -ms-transition: transform 0.25s ease, background-color 0.25s ease;
    -o-transition: transform 0.25s ease, background-color 0.25s ease;
    transition: transform 0.25s ease, background-color 0.25s ease;
    border-right: 1px solid #000;
}

.nav.active {
    transform: translateX(0);
}

.nav ul li {
    display: block;
}

.nav ul li a {
    font-size: 50px;
    display: block;
    font-family: "HappyTimes";
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 0;
}

.nav ul li:last-child a {
 border-bottom: 0;
}


.nav .sub-menu li:last-child a  {
    border-bottom: 1px solid #000 !important;
}

.nav ul .current-menu-item a {
    padding-left: 25px;
    font-style: italic;
}

.meny-cross {
    position: absolute;
    top: 20px;
    right: 20px;
}

.meny-cross img {
    width: 30px;

    cursor: pointer;
}

.search-input, .archive-search {
    font-family: 'Space Mono', monospace; font-size: 0.9em;
    background-image: url('/wp-content/uploads/2021/03/Sok.svg');
    background-size:contain;
    background-repeat: no-repeat;
    text-indent: 40px;
    background-color: transparent;
    border: 1px solid #000;
    padding: 12px 12px;
    background-size: 20px;
    background-position: 23px center;
    width: 90%;
}

.archive-search  {
    width: 100%;
    border: none;
    border-left: 1px solid #000;
    margin-top: 0;
}

.menu-logo {
    margin-bottom: 30px;
}

.mob-menu {
    display: none;
}

form.search {
    width: 100%;
}

.wpml-ls-link {
    font-size: 0.9em !important;
    font-family: 'Space Mono', monospace !important;
    text-decoration: underline;
}


@media only screen and (min-width: 998px) {


}

@media only screen and (max-width: 1600px) {
    .nav ul li a {
        font-size: 42px;

    }


}

@media only screen and (max-width: 1250px) {
    .nav ul li a  {
        font-size: 38px;
    }

}

@media only screen and (max-width: 1100px) {

    .nav ul li a {
        font-size: 35px;

    }
}



@media only screen and (max-width: 997px) {

    .nav {
        top: 0;
        left: 0;
        transform: translateY(-100%);
        z-index: 99;
        background: #35A270;
        padding: 80px 20px 30px;
        overflow: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-right: 1px solid #000;
    }

    .nav.active {
        transform: translateY(0);
    }


    .left-menu {
        display: none;
    }

    .header {
        width: 100%;
        bottom: unset;
        padding: 0 ;
        border-right: 0;
    }

    .mob-menu {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #000;
        padding: 15px 20px;
        background: #35A270;
    }



    .menu-hamburger {
        position: relative;
        width: 95px;
        top: unset;
        text-align: right;
    }

    .menu-hamburger img {
        margin-right: 0;
    }

    .nav ul li a {
        font-size: 35px;
    }


}
