.lied {
    cursor: pointer;
    color: inherit;
}

.lied:hover {
    text-decoration: underline;
}

#audioFenster {
	background: #b5c493;
    width: 280px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,.9);
    text-align: center;
}

#audioFenster::backdrop {
    background: rgba(0,0,0,0);
}

#audioFenster audio {
    width: 100%;
}

.schliessen {
    margin-top: 5px;
    border: none;
    background: none;
    cursor: pointer;
}