﻿#Tabelle_DatumZeit {
    display: table;
}

.Termine_tr {
    display: table-row;
}

.Termine_tr_hr {
    display: table-row;
    background-color: rgba(198,66,45,0.75);
}

.Termine_td {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.Termine_td_Label {
    padding-right: 5px;
}

.Termine_td_Value {
    padding-right: 25px;
}

.TerminePriceRow_td {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.Termine_td_hr {
    display: table-cell;
    height: 1px;
}

.untertitel {
    display: block;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
}

.vertikal_vorLiMitUnterliste {
    height: 5px;
}

.vertikal_vorListeMitTiteln {
    height: 15px;
}

.vertikal_normal {
    height: 20px;
}

.sem_li_mit_Unterliste {
    margin-top: 15px;
}

.sem {
    padding-left: 20px;
    list-style-type: disc;
    font-size: 14px;
}

.StichpunktTitel {
    margin-top: 5px;
    font-weight: 600;
}

.link {
    text-decoration: underline;
    color: #395278;
}