.side-nav_local_wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
}

.side-nav_local_wrapper:hover .scroll-hint-image-wrapper {
    visibility: unset;
}

.side-nav_local_wrapper:hover {
    /*background-color: red;*/
}

.nav-element-wrapper{
    flex-grow: 100;
    padding: 0 10px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

button {
    border-radius: 0;
    border-width: 0;
    background-color: #66666600;
    font-weight: normal;
    font-size: large;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.side-nav-element{
    color: #666;
    height: 60px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
}
.side-nav-element:hover{
    color: #fff;
}
.side-nav-element_active{
    font-weight: bold;
    color: #fff;
}

.scroll-hint-image-wrapper{
   visibility: hidden;
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.scroll-hint-image{
    height: 100%;
    width: auto;
}