/* TableSort-Style: Zeilenfarben, Hover, TH-Pointer, PageNav-Dots */
.footable.table tbody tr:nth-child(odd) {
	background: #f7fbfd;
}
.footable.table tbody tr:nth-child(even) {
	background: #eaf3fa;
}
.footable.table tbody tr:hover {
	background: #d2e7fa;
}
.footable.table th.footable-sortable {
	cursor: pointer;
}
.footable.table th .fooicon {
	margin-right: 6px;
	font-size: 0.95em;
	color: #b0b0b0;
	vertical-align: middle;
}
.table-pagenav .pagenav-dots {
	display: inline-block;
	min-width: 2em;
	color: #b0b0b0;
	font-weight: bold;
	pointer-events: none;
}
/* Pagination für sortierbare Tabelle */
.table-pagenav {
	margin: 1em 0 2em 0;
	text-align: center;
}
.table-pagenav .pagenav-btn {
	background: #e6f0fa;
	border: 1px solid #b0c4d6;
	color: #2a3d4d;
	padding: 4px 10px;
	margin: 0 2px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 1em;
	min-width: 2em;
	transition: background 0.15s, color 0.15s;
}
.table-pagenav .pagenav-btn:disabled {
	background: #f5f5f5;
	color: #b0b0b0;
	border-color: #e0e0e0;
	cursor: default;
}
.table-pagenav .pagenav-btn:not(:disabled):hover {
	background: #cbe2f7;
	color: #1a2a3a;
}
/* Sortierbare/Filterbare/Skalierbare Tabelle */
.sortable-filterable-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
	font-size: 100%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.sortable-filterable-table th, .sortable-filterable-table td {
	border: 1px solid #d0d0d0;
	padding: 8px 12px;
	text-align: left;
	transition: background 0.2s;
}
.sortable-filterable-table th {
	background: #e6f0fa;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.sortable-filterable-table th:hover {
	background: #cbe2f7;
}
.sortable-filterable-table tbody tr:nth-child(odd) {
	background: #f7fbfd;
}
.sortable-filterable-table tbody tr:nth-child(even) {
	background: #f0f6fa;
}
.sortable-filterable-table tbody tr:hover {
	background: #e0f0ff;
}
/* Sortierpfeile */
.sortable-filterable-table th:after {
	content: '\25B2\25BC';
	font-size: 0.7em;
	color: #b0b0b0;
	margin-left: 6px;
	opacity: 0.5;
}
/* Filter-/Zoomfeld Styling */
#articleTableFilter {
	padding: 5px 10px;
	border: 1px solid #b0b0b0;
	border-radius: 4px;
	min-width: 180px;
}
#articleTableZoom {
	width: 120px;
	vertical-align: middle;
}
/* table.css: Tabellen-Designs, Zebra-Stripes, Linktabellen, FooTable-Styles, Timetable, Release-Tabellen */

/* Linktable */
.linktable {
  width: 80%;
  margin: 2rem auto;
  border-collapse: collapse;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.linktable thead { background-color: #5c8fa1; color: #fff; }
.linktable th, .linktable td { padding: 12px 16px; text-align: center; border-bottom: 1px solid #ccc; }
.linktable th, .linktable td a { text-decoration: none; color: #202020; font-style: italic; }
.linktable tbody tr:nth-child(odd) { background-color: #daecf0; }
.linktable tbody tr:nth-child(even) { background-color: #f3fafc; }
.linktable tbody tr:hover { background-color: #c9e3ea; }

/* FooTable v3 Basis (gekürzt) */
.footable.table, .footable.table *, .footable-details.table, .footable-details.table * {
	box-sizing: border-box;
}
.footable.table th, .footable-details.table th { text-align: left; }
.footable.table, .footable-details.table { width: 100%; max-width: 100%; margin-bottom: 20px; }
.footable.table > thead > tr > th, .footable.table > tbody > tr > th, .footable.table > tfoot > tr > th, .footable.table > thead > tr > td, .footable.table > tbody > tr > td, .footable.table > tfoot > tr > td, .footable-details.table > thead > tr > th, .footable-details.table > tbody > tr > th, .footable-details.table > tfoot > tr > th, .footable-details.table > thead > tr > td, .footable-details.table > tbody > tr > td, .footable-details.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.footable.table-striped > tbody > tr:nth-child(odd), .footable-details.table-striped > tbody > tr:nth-child(odd) { background-color: #f9f9f9; }
.footable.table-hover > tbody > tr:hover, .footable-details.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

/* Timetable */
.timetable { width: 100%; margin-bottom: 10px; clear: both; }
.timetable tr td { border: 1px solid black; text-align: center; padding: 3px; }

/* Release Tabelle */
.table_release { border-collapse: collapse; }
.table_release th, .table_release td { border: 1px solid black; padding: 5px; }
.releaseHighlight { color: #AF3030; }
.releaseCompleteHighlight { color: green; }
.prematurelyHighlight { text-decoration: line-through; color: #AF3030; }

/* TatuTable */
.tatuTable { border-spacing: 0; border-collapse: collapse; }
.tatuTable td, .tatuTable th { border: 1px solid black; }
