<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Links allgemein */
div#content a, div#content a:active, div#content a:visited,
div#sidebar-items a, div#sidebar-items a:active, div#sidebar-items a:visited {
	text-decoration: none;
	color: #000066;
}
div#content a:hover,
div#sidebar-items a:hover {
	text-decoration: none;
	color: white;
	background-color: #000066;
	border-radius: 2px;
}

/* Pfeile Links */
div#content a::after,
div#sidebar-items a::after {
	vertical-align: -10%;
	font-family: bootstrap-icons;
	content: ' \F134'; 
}
.external-link::after {
	vertical-align: -10%;
	font-family: bootstrap-icons;
	content: ' \F141' !important; 
}
.download-file::after {
	vertical-align: -10%;
	font-family: bootstrap-icons;
	content: ' \F525' !important;
}
.download-file.secured-link::after {
	vertical-align: -10%;
	font-family: bootstrap-icons;
	content: ' \F525 \F39D' !important;
}
#load-contact-details::after, .no-arrow::after {
	content: '' !important;
}

/* Pub. und DOI Links */
.pub-link, .pub-link:active, .pub-link:visited {
	text-decoration: none;
	padding: 4px;
	border-radius: 2px;
	color: #000000;
	background-color: #dddddd;
}
.pub-link:hover {
	color: #cccccc;
	background-color: #000000;
}
.pub-link::after, .doi-link::after, .pdf-link::after, .secured-link::after {
	font-family: bootstrap-icons;
	vertical-align: -10%;
	font-size: 1.2em;
}
.pub-link::after {
	content: ' \F3EE' !important;
}
.doi-link::after {
	content: ' \F470' !important;
}
.pdf-link::after {
	content: ' \F640' !important;
}
.pdf-link.secured-link::after {
	content: ' \F640 \F39D' !important;
}

/* E-Mail kodieren */
.input-mail {
	display: none;
}

/* Startseite */
h1 small {
	font-size: 50%;
}

.button-like, .button-like:active, .button-like:visited {
	padding: 5px;
	margin: 1em;
	border-radius: 5px !important;
	text-decoration: none;
	line-height: 2em;
	background-color: #cccccc;
	color: #000000 !important;
}
.button-like:hover {
	background-color: #000000;
	color: #cccccc !important;
}
ul:has(a.button-like) {
	list-style: none;
}

img.social-icons {
	margin: 5px;
	height: 2em;
}
img.social-icons:hover {
	filter: invert(100%);
}</pre></body></html>