.groupWrapper {
    overflow: auto;
    display: flex;
}

.items {
    display: flex;
}

.group {
    width: 400px;
    padding: 5px 15px 0px 15px;
    margin-left: 15px;
    height: auto;
    display: inline-table;
    overflow: hidden;
}

.group:first-child {
    width: 400px;
    padding: 5px 15px 0px 15px;
    margin-left: 0px;
}

.detailsCard {
    padding: 15px 15px 15px 15px;
    display: flex;
}

.itemList {
    min-height: 60px;
}

.itemCard {
    padding: 15px 15px 0px 15px;
    display: flex;
}
.gegenstandInput {
    width: 100%;
    padding-right: 50px;
}

.check {
    position: absolute;
    right: 10px;
    bottom: 40px;
}

.groupTitle {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-right: 0px !important;
}

.remove{
    position: absolute;
right: 10px;
bottom: 10px;
}