/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2026 | 12:11:27 */
/* Anpassung des "Weiterblättern"-Footers */
.dataTables_paginate .paginate_button:after,
.dataTables_paginate .paginate_button:before, .dataTables_paginate .paginate_button, .pagination .page-numbers, .pagination .page-numbers.current {
	color: #9d221c;
	text-decoration: none;
}

.dataTables_paginate .paginate_button:hover:after,
.dataTables_paginate .paginate_button:hover:before, .dataTables_paginate .paginate_button:hover, .pagination .page-numbers:hover {
	color: #000000;
}

/* Anpassung des Seiten-Titels */
.site-page-title {
	text-align: center;
	text-wrap: balance;
}

/* Anpassung der Tabellen-Header
thead, thead th,
tfoot, tfoot tf {
	background: rgba(255,255,255,1);
}*/