/* Gerhard .tablepress .header td {
	background-color: rgba(45,123,180,0.50);
} */
/*  Gerhard .tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: rgba(45,123,180,0.50);
} */
/* Gerhard neu */
/* Tabellenkopf dunkelblau */
.tablepress thead th {
	background-color: rgba(45,123,180,0.5);
}

/* jede zweite Tabellenzeile hellblau */
.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: #d9edf7;
}

/* Gerhard neu Ende */
.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: #ffffff;
}

.tablepress-id-la_trainer_2018 .column-1 {
	width: 15%;
}

.tablepress-id-la_termine_2018 .column-1 {
	width: 15%;
}

.tablepress-id-la_termine_2018 .column-2 {
	width: 60%;
}

.tablepress-id-la_termine_2018 .column-3 {
	width: 10%;
}