.erg-titel {
    display: block;
    padding: 5px;
    border-radius: 8px;
    width: 100%;
    background-color: #444;
    font-family: Arial, sans-serif;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}

.erg-liste {
    list-style: none;
    padding-left: 30px;
    margin: 0px;
}

.erg-liste li {
    display: block;
    padding: 5px;
    border-radius: 8px;
    width: 100%;
    background-color: #222;
    margin: 4px 0;
    transition: background-color 1s;

}

.erg-liste a {
    font-family: Arial, sans-serif;
    color: white;
    text-decoration: none;
}

.erg-liste li:hover {
    background-color: #666;
}
