/**
 * Theme Name: Kontext24
 * Template:   webmagazin
 * ...other header fields
 */

 .home-category-articles > h4,
 .author-most-read-articles > h4 {
    color: var(--primary-color);
}

.table-special td {
    border: 1px solid var(--primary-color);
}
.wm-lightbox-detail-canvas-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain!important;
}