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

    border-style: none;
    border-radius: 10px;
}
.panel_headline {
    font-family: 'Monda', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(247,144,30);
    text-align: center;
    text-shadow: 1px 1px 2px black;
}
a.event-link:link, a.event-link:active, a.event-link:visited {
    color: rgb(247,144,30);
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}
a.event-link:hover, a.event-link.active {
    color: rgb(247,144,30);
    text-decoration: underline;
}
span.keep-together {
    white-space: nowrap ;
}
.text-justify {
    text-align: justify;
}
.navbar-dark
{
    --bs-navbar-color: rgb(247,144,30);
}
.calendar-dates
{
    position: absolute;
    margin-top: -120px;
    margin-left: 10px;
}
.justify {
    text-align: justify;
}
a {
    color: rgb(247,144,30);
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}
a:hover {
    text-decoration: underline;
}
.lh-xs {
    line-height:0.75!important
}
.lh-xxs {
    line-height:0.5!important
}

.pooh {
    display: none;
    visibility: hidden;
}
a.admin-events {
    color: #000077;
    text-decoration: none;
    text-shadow: none;
}
a.admin-events:hover {
    color: #000077;
    text-decoration: underline;
}

.ratio-1x1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.ratio-1x1 > canvas {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}