.mobile {
    background-color: #ffffff;
    height: 100%;
    width: 70%;
    z-index: 99;
    position: absolute;
    opacity: 0%;
    overflow: hidden;
    transition: all 1s;
    display: none;


}

@media only screen and (min-width: 956px) {
    .mobile {
        background-color: #ffffff;
        height: 100%;
        width: 70%;
        z-index: 99;
        position: absolute;
        opacity: 0%;
        overflow: hidden;
        transition: all 1s;
        display: none;
    }
}




.mobile-logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 150px;
    margin: 1em;

}


.ul-list-mobile {
    display: block;
}

.items-mobile {
    display: block;
    font-size: 1.7em;
    margin-top: 1em;
    color: black;
}

.mobileexit {
    float: right;
    margin: 0.5em;
    width: 50px;
}

