/*** Seitenelemente: Globale Abstände ***/
.pgelement {
	margin-bottom: 30px;
}


/*** No-Select ***/
.no-select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	supported by Chrome and Opera */
}

/*** Badge: Höhe korrigieren ***/
.badge {
	padding: 0 8px 0 8px;
	line-height: 28px;
	border-color: transparent;
	width: auto;
}

/*** Badge: Als Button Hover-/Focus-Färbung definieren ***/
button.badge:hover,
button.badge:focus {
	outline: none;
	background-color: var(--us-grey);
}


/*** Stretched Links ***/
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
}
#wrapper a.stretched-link[href$='.pdf']:link::after,
#wrapper ul.linklist_standard li a.stretched-link[href$='.pdf']::after {
	content: "";
}
table tr th .stretched-link,
table tr td .stretched-link {
	display: inline-block;
	width: 100%;
}






/* Links immer Farbe #004191 und unterstreichen (außer wenn der Kontext schon auf einen Link hinweist) */
a, p a {
	text-decoration: underline;
	color: var(--us-blue);
}

.b-page-header .header-box a,
.b-page-nav a,
.b-page-nav .persona li a,
.b-breadscroller--default a,
[data-css="c-stream-teaser"] a,
[data-css="c-area-teaser"] a,
.newsstream a,
.linklist a,
.panel-title a,
.nav-tabs a,
.c-linklist--footer-service-links a,
a.btn {
	text-decoration: none;
}






/* Elemente visuell verbergen,
aber für Screenreader lesbar lassen */
.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}






/* Buttons mit ... abkürzen */
.btn {
	/*overflow: hidden;
	text-overflow: ellipsis;*/
	overflow: unset;
	text-overflow: unset;
	white-space: unset;
}





/* Layoutrow-Variante 4/4/4 */
.cols-444 {
	margin: 0 0 7px 0;
}





/* Ankerlinks-Offset (Online 200px) */
a[id^="id-"],
a[data-anchor],
span[data-anchor] {
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
.panel-title a[id^="id-"],
.panel-title a[data-anchor],
.panel-title span[data-anchor] {
	top: -280px;
}
a[data-anchor]:before,
a[data-anchor]:after,
span[data-anchor]:before,
span[data-anchor]:after {
	content: "" !important;
}