body {
    background: #333333;
    color: #000;
}
.panel {
    background: #999999;

    border-style: none;
    border-radius: 10px;
}
.panel_headline {
    font-family: 'Monda', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a00;
    text-shadow: 1px 1px 1px black;
    text-align: center;
}
a.event-link:link, a.event-link:active, a.event-link:visited {
    color: #a00;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}
a.event-link:hover, a.event-link.active {
    color: #f00;
    text-decoration: underline;
}
span.keep-together {
    white-space: nowrap ;
}
.text-justify {
    text-align: justify;
}
.navbar-dark
{
    --bs-navbar-color: #f00;
}
.calendar-dates
{
    position: absolute;
    margin-top: -120px;
    margin-left: 10px;
    color: #a00;
}
.justify {
    text-align: justify;
}
a {
    color: #a00;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}
a:hover {
    text-decoration: underline;
}

.bg-secondary {
    background-color: #2b2f32 !important;
    color: #cccccc;
}
.lh-xs {
    line-height:0.75!important
}
.lh-xxs {
    line-height:0.5!important
}