#suchbegriff {
    width: 100%;
    padding: .5em;
    margin-bottom: 10px;
    font-size: 1.25rem;
}

#suchergebnisse {
    padding: 0!important;
}

#suchergebnisse li {
    list-style-type: none;
    padding: 1em 0;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

#suchergebnisse li:hover, #suchergebnisse li.selected {
    background-color: #d1e7dd;
    font-weight: bold;
}

#lagerplatz-suche{
    width: 80%;
    margin: 5rem auto 0 auto;
    font-size: 1.25rem;
}