.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url("../images/Lemon_Header_Frei 2.png");
    background-size: 960px;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 150px;
}


.navbar ul {
    display: flex;
    align-items: center;
    margin: 20px;
}

.navbar li {
    padding: 15px;
    margin: 5px;
    list-style-type: none;
    background: var(--light_green);
    border-radius: 10px;
}

.nav-home img {
    height: 60px;
    margin: 10px 0 10px 20px;
}

