.menu {
    display: flex;
    font-family: 'Montserrat'; font-size: 17px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    position: relative;
    
}
.menyicon{
    font-size: 0px;
}

.fixmeny{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat'; font-size: 17px;
    border-color: white;
}
.menybilde{
    width: 0%;
    margin: 0;
    padding: 0;
}

.menytext{
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    padding-left: 20px;
    padding-right: 20px;
}
a{
    color: white;
    text-decoration: none;
}

#testleft{
    border-left: 4px solid gray;
}
#testright{
    border-right: 4px solid gray;
}

/* @media (max-width: 900px) {
    .menu ul li {
        width: 100%;
    }
    .ok {
        display: none;
    }
    .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: ;
}

.menu ul li > ul {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 99%;
}

.menu ul li:hover > ul {
    display: flex;
}
.menu a {
    text-transform: uppercase;
    display: block;
    background: #7e7e7e;
    padding: 18px;
    color: white;
    text-decoration: none;
    text-align: center;
    max-width: auto;
}
.menu a:hover {
    background: lightBlue;
    color: white;

}

.menybilde {
    height: 24px;
    vertical-align: middle;
}


.ok {
    color: white; 
    background-color: black; 
    order: 1;
    width: 75%;

}
    
    .fixmeny{
        width: auto;
        display: flex;
        flex-direction: column;
        
    }
.menyicon{
    width: 100%;
    font-size: 18px;
}
    
    .menybilde{
        width: 6%;
    }

}
*/

@media screen and (max-width: 780px) {
.menu {
font-size: 0;
width: 0;
    position: fixed;
    z-index: -9;
    
}
.menyicon{
   width: 0;
}

.fixmeny{
width: 0;
}
.menybilde{
    width: 0%;
    margin: 0;
    padding: 0;
}

.menytext{
width: 0;
}
a{
 width: 0;
}

#testleft{
    width: 0;
}
#testright{
    width: 0;
}
}