.remove{
    position: absolute;
right: 10px;
bottom: 10px;
}

.itemCard {
    padding: 15px 15px 15px 15px;
    display: flex;
}

.gegenstände {
    width: 100%;
}

.editIcon {
    padding-left: 10px; 
}

.gegenstandButton {
    padding: 0px 10px 0px 10px;
}

.erstellerInput {
    width: 100%;
    padding-right: 50px;
}

.check {
    position: absolute;
    right: 10px;
    bottom: 40px;
}