/* TBT Sprachseiten – Hinweisbox und Sprachumschalter auf /fr/ und /it/ */
.tbt-lang-page .tbt-lang-note {
	border-left: 5px solid #16a34a;
	margin-bottom: 24px;
}
.tbt-lang-page .tbt-lang-note h3 {
	margin-top: 0;
}
.tbt-lang-page .tbt-lang-note p:last-child {
	margin-bottom: 0;
}
.tbt-lang-page .tbt-lang-switch {
	display: inline-block;
	margin-top: 8px;
	font-weight: 700;
	white-space: nowrap;
}
.tbt-lang-page .tbt-lang-switch a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.tbt-lang-page .tbt-lang-switch a:hover,
.tbt-lang-page .tbt-lang-switch a:focus-visible {
	text-decoration-thickness: 2px;
}
.tbt-lang-page .tbt-cat-group-title {
	margin-top: 8px;
}
.tbt-lang-page .tbt-tech-table td,
.tbt-lang-page .tbt-tech-table th {
	vertical-align: top;
}
.tbt-lang-bar {
	background: #0f172a;
	color: #fff;
	font-size: 0.85rem;
	line-height: 1;
}
.tbt-lang-bar ul {
	list-style: none;
	margin: 0 auto;
	padding: 6px 16px;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	max-width: 1400px;
}
.tbt-lang-bar li {
	margin: 0;
}
.tbt-lang-bar a {
	color: #cbd5e1;
	text-decoration: none;
	font-weight: 700;
}
.tbt-lang-bar li.tbt-lang-aktiv a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.tbt-lang-bar a:hover,
.tbt-lang-bar a:focus-visible {
	color: #fff;
}
