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

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

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

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

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

