.Stelle{
    width: 100%;
    min-width: 245px;
    max-width: 900px;
}
.eintragNeben{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}