/* Modal-Stile */

.speicher-feedback {
    position: relative;
    margin-left: 10px;
    font-weight: bold;
}

.zurueckziehen-button {
    background-color: red;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.zurueckziehen-button:hover {
    background-color: darkred;
}