/* Alle Tabellen */
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	border: none;
}

.tablepress .row-hover tr:hover td {
	background-color: #C0C0C0;
	color: #272727;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: #336699;
	color: #FFFFFF;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: #4791C5;
	color: #000000;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #336699;
	color: #FFFFFF;
}

/* Tabelle 1 */
.tablepress-id-1 {
	width: auto;
	margin: 0 auto 1em;
}

.tablepress-id-1 tbody td {
	color: #000000;
}

.tablepress-id-1 .column-1 {
	width: 175px;
}

.tablepress-id-1 .column-2 {
	width: 335px;
}

.tablepress-id-1 .column-3 {
	width: 135px;
}

.tablepress-id-1 .column-4 {
	width: 210px;
}

.tablepress-id-1 .column-5 {
	width: 140px;
}

.tablepress-id-1 .column-6 {
	width: 260px;
}

/* Tabelle 2 */
.tablepress-id-2 {
	width: auto;
	margin: 0 auto 1em;
}

.tablepress-id-2 tbody td {
	color: #000000;
}

.tablepress-id-2 .column-1 {
	width: 600px;
}

.tablepress-id-2 .column-2 {
	width: 600px;
}

/* Tabelle 3 */
.tablepress-id-3 {
	width: auto;
	margin: 0 auto 1em;
}

.tablepress-id-3 .column-1 {
	width: 200px;
}

/* Tabelle 4 */
.tablepress-id-4 {
	width: auto;
	margin: 0 auto 1em;
}

.tablepress-id-4 .column-1 {
	width: 100px;
}