.mod-veranstaltungen__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mod-veranstaltungen__date {
    flex: 1;
    text-align: center;
    font-weight: 600;
}

.mod-veranstaltungen__loading {
    margin-bottom: 1rem;
}

.mod-veranstaltungen__table td {
    vertical-align: top;
}

.mod-veranstaltungen__date-row {
    font-weight: 700;
    padding-top: 1rem;
    color: #0345bf;
}
