<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* this file contains the style of a specific page */

#content { z-index: 1; }
#content:before { content: ""; background: #003765; display: block; height: 300%; width: 52.5%; position: absolute; top: -80px; right: -30px; z-index: -1; }
#content .news-list-view .article:nth-child(even) .header h3 a, #content .news-list-view .article:nth-child(even) .teaser-text { color: #FFF; font-weight: 200; }
#content .news-list-view .article:nth-child(even) .teaser-text b, #content .news-list-view .article:nth-child(even) .teaser-text strong { font-weight: normal; font-weight: 200; }

@media screen and (max-width: 768px) {
	#content:before { display: none; }
	#content .news-list-view .article:nth-child(even) .header h3 a, #content .news-list-view .article:nth-child(even) .teaser-text { color: inherit; font-weight: normal; }
	#content .news-list-view .article:nth-child(even) .teaser-text b, #content .news-list-view .article:nth-child(even) .teaser-text strong { font-weight: normal; }
}

/* eof */
</pre></body></html>