@media all {
	.halfrow {
		width: 33.33%;
	}
	th a {
		color: white;
	}

	/* th Pfeile */
	.table thead tr th span {
		content: "";
		background: url(../images/icons/tablearrow.svg);
		background-size: 9px 10px;
		width: 9px;
		transform: rotate(180deg);
		margin-left: 5px;
		display: inline-block;
		height: 10px;
	}

	.table thead tr th.filtered span {
		content: "";
		background: url(../images/icons/tablearrow.svg);
		background-size: 9px 10px;
		width: 9px;
		margin-left: 5px;
		display: inline-block;
		height: 10px;
		transform: rotate(0);
	}

}