﻿/* --- BASIS-STILE (Ganz nach oben sortiert) --- */
html, body {
	height: 100%;
	font-family: system-ui;
}

html {
	font-size: 110%;
}

body {
	margin: 0;
	overflow-y: scroll;
	background-color: #fff;
	direction: ltr;
	margin-top: -1px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	padding-bottom: 100px;
	width: 60%;
	color: #202122;
}

figure {
	margin: 0;
}

p {
	margin: .4em 0 .5em;
	text-wrap: pretty;
}

/* --- LINKS & BILDER --- */
a {
	text-decoration: none;
	color: #36c;
	background: 0 0;
}

a:not([href]) {
	cursor: pointer;
}

a:visited {
	color: #0b0080;
}

img {
	border: 0;
	vertical-align: middle;
}

/* --- LISTEN & REFERENZEN --- */
.mw-content-ltr ul, ol, ul {
	margin: .3em 0 0 1.6em;
	padding: 0;
}

ol {
	list-style-image: none;
}

ul {
	list-style: disc;
}

li {
	margin-bottom: .1em;
	margin-left: 1em;
}

.mw-cite-backlink {
	user-select: none;
}

ol.references {
	counter-reset: mw-ref-extends-parent mw-references list-item;
}

ol.references>li {
	counter-increment: mw-ref-extends-parent mw-references;
	counter-reset: mw-ref-extends-child;
}

sup.reference {
	unicode-bidi: isolate;
	white-space: nowrap;
	font-weight: 400;
	font-style: normal;
}

sup {
	line-height: 1;
}

/* --- ÜBERSCHRIFTEN (Zusammengefasst) --- */
.mw-heading, h1, h2, h3, h4, h5, h6 {
	color: #36c;
	padding-top: .5em;
	padding-bottom: .17em;
	overflow: hidden;
}

.mw-heading, h6 {
	font-weight: 700;
	margin: 0;
}

.mw-heading1, .mw-heading2, h1, h2 {
	border-bottom: 1px solid #a2a9b1;
}

.mw-heading1, .mw-heading2 {
	margin-bottom: .6em;
}

h1, h2 {
	margin: 0 0 .6em;
}

.mw-heading1, h1 {
	font-size: 188%;
	font-weight: 400;
}

.mw-heading2, h2 {
	font-size: 150%;
	font-weight: 400;
}

.mw-heading h1, .mw-heading h2, .mw-heading h3, .mw-heading h4, .mw-heading h5, .mw-heading h6 {
	display: inline;
	border: 0;
	margin: 0;
	padding: 0;
	font: inherit;
}

/* --- WIKIPEDIA / MEDIAWIKI SPEZIFISCHE STILE --- */
.mw-body-content figure[typeof~="mw:File"]>a,
.mw-body-content figure[typeof~="mw:File/Frame"]>a,
.mw-body-content figure[typeof~="mw:File/Frameless"]>a,
.mw-body-content figure[typeof~="mw:File/Thumb"]>a {
	border: 0;
}

figure[typeof~="mw:File/Frame"],
figure[typeof~="mw:File/Thumb"] {
	display: table;
	text-align: center;
	border-collapse: collapse;
	line-height: 0;
	margin: .5em 0 2em 1.4em;
	clear: right;
	float: right;
	border-bottom: 0;
	background-color: #f8f9fa;
}

/* Doppelte Margin/Float-Regeln für ltr zusammengefasst */
.mw-content-ltr figure[typeof~="mw:File/Frame"],
.mw-content-ltr figure[typeof~="mw:File/Thumb"] {
	margin: .5em 0 1.3em 1.4em;
}

figure[typeof~="mw:File/Frame"]>:not(figcaption) .mw-file-element,
figure[typeof~="mw:File/Thumb"]>:not(figcaption) .mw-file-element {
	margin: 3px;
	background: #f8f9fa;
}

figure[typeof~="mw:File/Frame"]>figcaption,
figure[typeof~="mw:File/Thumb"]>figcaption {
	display: table-caption;
	caption-side: bottom;
	line-height: 1.4em;
	word-break: break-word;
	text-align: left;
	padding: 0 6px 6px;
	border-top: 0;
	background-color: #f8f9fa;
	font-size: 80%;
}

figure[typeof~="mw:File/Thumb"]>figcaption::before {
	content: "";
	width: 15px;
	height: 11px;
	margin: 0 0 0 3px;
	float: right;
}

a.new { color: #ba0000; }
a.new:visited { color: #a55858; }

.mw-parser-output a {
	overflow-wrap: break-word;
}

.mw-parser-output a.external {
	color: #36b;
	background-image: url(../images/link-external-small-ltr-progressive.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: .857em;
	padding-right: 1em;
}

.mw-parser-output a.external:visited {
	color: #636;
}

.mw-body-content::after {
	clear: both;
	content: "";
	display: block;
}

.mw-body .mw-heading1,
.mw-body h1,
.mw-body-content .mw-heading1,
.mw-body-content .mw-heading2,
.mw-body-content h1,
.mw-body-content h2 {
	margin-bottom: .25em;
	padding: 0;
	line-height: 1.375;
}

.mw-body .mw-heading1,
.mw-body h1,
.mw-body-content .mw-heading1,
.mw-body-content h1 {
	font-size: 1.8em;
}

.mw-body .firstHeading {
	overflow: visible;
}

.mw-footer li {
	color: #202122;
}

.mw-content-ltr,
.mw-footer {
	direction: ltr;
}

/* --- VECTOR STILE --- */
.vector-body {
	font-size: .875em; /* Fallback entfernt, da calc() modern ist */
	font-size: calc(1em * .875);
	line-height: 1.6;
	position: relative;
	z-index: 0;
}

.vector-body .mw-heading2,
.vector-body h2 {
	margin-top: 1em;
	font-size: 1.5em;
}

.vector-body .mw-heading1 h1,
.vector-body .mw-heading2 h2,
.vector-body .mw-heading3 h3,
.vector-body .mw-heading4 h4,
.vector-body .mw-heading5 h5,
.vector-body .mw-heading6 h6 {
	margin-top: 0;
	font-size: inherit;
}

.vector-body p {
	margin: .5em 0;
	width: calc(100% - 250px);
}
