
table.termine {
    margin-bottom: 1rem;
}

table.termine tr {
}

table.termine th {
    padding-bottom: 1rem;
    padding-right: 1rem;
    vertical-align: top;
    white-space: nowrap;
}

table.termine td {
    padding-bottom: 1rem;
    vertical-align: top;
}
table.termine h3 {
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
}

.card {
    margin-right: 1em;
}
.card-title {
    font-size: 1em;
    background-image: url(../style/images/halbkugel-bg-xxl.jpg);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.card-title h2 {
    color: #fff;
    padding: 0.5em 1em 1em 1em;
    text-align: center;
    height: 200px;
}
.card-list {
    overflow-y: scroll;
    height: 300px;
}
.card-title > h2 {
    margin-top: 0;
}
.card-body {
    background-color: rgba(0,0,0,.03);
    margin-top: 12px;
}
.card-body h3 {
    padding-top: 0;
}
.card-body p {
    font-size: 0.8em;
}
.card-body-cta {
    text-align: right;
}
.card-body a {
    font-size: 0.8em;
}
.modal-dialog h5 {
    color: #2e839c;
    font-size: 1em;
}
.modal-dialog p {
    text-align: left;
}

