/* Kurstabelle */
:root	{
	--hlcolor: green;
}
table.linkedintabelle {
	width: unset;
}
table.linkedintabelle thead th {
	color: white;
	text-align: center;
}
table.linkedintabelle th {
	text-transform: none;
}
table.linkedintabelle th.e, table.linkedintabelle tr.c td {
	border-color: white;
	background-color: white;
}
table.linkedintabelle tr.a {
	background-coloR: #9b6fba2e;
}
table.linkedintabelle tr.b {
	background-coloR: #9b6fba91;
}
table.linkedintabelle th.i {
	text-orientation: mixed;
	writing-mode: vertical-rl;
	transform: scale(-1);
	text-align: center;
	vertical-align: middle;
}
table.linkedintabelle td:not(.action) {
	font-size: 30px;
}
table.linkedintabelle td.action {
	padding: 9px 0;
}
table.linkedintabelle td {
	text-align: center;
}
table.linkedintabelle td.y {
	color:green;
	font-weight: 800;
}
table.linkedintabelle td.n {
	font-size: 20px;
}
table.linkedintabelle td.p {
	font-size: 20px;
}
table.linkedintabelle td > small {
	color:black;
	font-size: 0.4em;
	font-weight: 400;
}
table.linkedintabelle th div {
	position: relative;
	top: -10px;
}
table.linkedintabelle th div small {
	font-size: 0.6em;
	line-height: 0.6em;
	display: block;
}
table.linkedintabelle .s {
	border-right: 4px solid var(--hlcolor) !important;
	border-left: 4px solid var(--hlcolor) !important;
}
table.linkedintabelle .s.so {
	border-top: 4px solid var(--hlcolor);
}
table.linkedintabelle .s.su {
	border-bottom: 4px solid var(--hlcolor);
}
.linkedintabelle .action a.button {
	padding: 9px 4px !important;
}

@media all AND (max-width: 668px) {
	.linkedintabelle .mobile1 th:not(.e), .linkedintabelle .mobile2:not(.e) {
		text-orientation: mixed;
		writing-mode: vertical-rl;
		transform: scale(-1);
		text-align: center;
		vertical-align: middle;
	}
	.linkedintabelle small {
		display:none;
	}
}
@media all AND (max-width: 520px) {
	.linkedintabelle .action a.button {
		text-orientation: mixed;
		writing-mode: vertical-rl;
		transform: scale(-1);
		text-align: center;
		vertical-align: middle;
	}
	.linkedintabelle th, .linkedintabelle td {
		padding: 9px 4px;
	}

}

/* Fragenkatalog */
#fragenkatalog .spacer {
	font-size: 15px;
	margin-top: 50px;
	display: block;
}
.fragekatalog.frage p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.fragekatalog.frage {
	font-size: 28px;
	line-height: 1.2em;
	padding-bottom: 30px;
}
#fragenkatalog .hidden {
	display: none;
}
@media all and (max-width: 1024px) {
	#fragekatalog .spacer {
		margin-top: 0px;
	}
}