<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* include/content-poi-media.inc.php */

.gallerycover img {
    width: 100%;
}

.videocontainer .mejs__container {
    max-width: 100% !important;
}

/* single-home.php */

.claim--sub {
    position: relative;
}

.claim--sub a {
    padding: 0.66667rem 1rem;
    background-color: #567a9e;
    margin-right: 0.5rem;
    color: #ffffff;
    transition: 0.75s;
    line-height: 1.5;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0.5rem;
}

.card-block img {
    max-width: 100%;
}

.poi-list .teaser.highlight {
    background-color: #cc2037;
}</pre></body></html>