.custom-color-white {
color: white;
font-weight: bold;
background-color: #bcc47c;
padding: 0.5em;
border-width: 2px;
border-style: solid;
border-color: black;
}

.custom-color-white:hover {
color: blue;
background-color: #bcc47c;
}

.custom-color-white:active {
color: blue;
background-color: #bcc47c;
}

.custom-color-white-old {
color: white;
background-color: #007bff;
padding: 0.5em;
}

.custom-kal_aktueller_tag {
font-weight: bold;
}

.custom-kal_vormonat_tag {
color: grey;
}

.custom-kal_aktueller_tag_termin {
color: white;
background-color: blue;
}

.custom-color-red {
color: white;
background-color: red;
padding: 0.5em;
}

.custom-success {
color: white;
background-color:green
}

.custom-alert {
color: white;
background-color:red;
}

.custom-bg-astern {
background-color: #ebf69c;
background-image: url("../pics/astern_back2.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.custom-bg-grey {
background-color: #e9e9e9;
}

.custom-bg-green {
background-color: #ebf69c;
}

.custom-table-bordered,
.custom-table-bordered thead th,
.custom-table-bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: grey;
}

.custom-table-bordered-green,
.custom-table-bordered-green thead th,
.custom-table-bordered-green td {
    border-width: 1px;
    border-style: solid;
    border-color: #ebf69c;
}

