/*
 * Fix invisible text in the "Versand" popup window.
 */
.modal-content h1, .modal-content p
{
	color: black !important;
}
.modal-content p
{
	padding: 5px !important;
}
/*
 * Hide "News FSK18" category from the news pages.
 */
a[href="News-FSK18"]
{
	display: none;
}
/*
 * Hide any category related things from the /news.php page.
 */
#frm_filter > select[name="nNewsKat"]
{
	display: none;
}
#newsContent > h2
{
	display: none;
}
/*
 * Fancy news articles on the home page.
 */
.nameless-news-title a
{
	text-decoration: none;
}
.nameless-news-description a
{
	text-decoration: none;
}
.nameless-news-description p
{
	color: #393939;
}
.nameless-news-panel
{
	padding: 2em;
	padding-top: 2em;
}
.nameless-news-inner-panel
{
	padding: 1em;
}
.nameless-news-panel .col-sm-12
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}