<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#waitCursorOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.1);
    z-index: 9998;
}

#waitCursor {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 40px;
}


.EventItem {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.EventItemLabel {
    font-weight: bold;
    float: left;
    width: 60px;
}

.EventItemValue {
    margin-left: 60px;
}

.EventItemCategoryLabel {
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

    .EventItemCategoryLabel:last-child {
        margin-right: 10px;
    }

.EventItemCategoryLabel1 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassKinder.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.EventItemCategoryLabel2 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassJahresmotto.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.EventItemCategoryLabel3 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassLesebibliothek.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.EventItemCategoryLabel4 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassFoerderung.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.EventItemCategoryLabel6 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassNatur.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}


</pre></body></html>