@charset "utf-8";
/*
Licensed under http://www.apache.org/licenses/LICENSE-2.0
Attribution notice: by Stefan Müller in 2013 ff. (© http://badw.de)
*/
.card.edition > article {
	max-height: 10em;
	overflow: hidden;
}
.card.edition > article::after {
	background: linear-gradient(#ffffff00, #ffffffff);
	content: "";
	display: block;
	height: 2.5em;
	position: absolute;
	top: 8em;
	width: 100%;
}
.card.edition:focus > article {
	max-height: none;
	overflow: visible;
}
.card.edition:focus > article::after {
	display: none;
}
.covertitle > h1 {
	text-align: center;
}
.desk > body > header {
	font-size: 0.9em;
}
.desk > body > header .submenu > details > ul > li {
	font-size: 0.9em;
	margin: 0.4em 0;
}
.desk > body > header nav > p + ul {
	margin-left: 0.8em;
}
:is(.edition, .editor) article .postal {
	box-shadow: inset 0 0 1px 5px#ffffb0;
}
:is(.edition, .editor) article .preannotation.lang {
	display: none;
}
:is(.edition, .editor) article .sheet-num {
	padding: 1px 2px;
	position: absolute;
	width: auto;
}
:is(.edition, .editor) article :is(em, u) {
	font-style: italic;
	letter-spacing: 0;
	padding-left: 0;
	text-decoration: none;
}
:is(.edition, .editor) article :is(h1, h2, h3, h4, h5, h6) {
	text-align: center;
}
:is(.edition, .editor) article note-l.sheet-num {
	margin-right: 5px;
	right: 100%;
	width: auto;
}
:is(.edition, .editor) article :is(
		note-r.sheet-num,
		note-x.sheet-num) {
	margin-left: 5px;
	left: 100%;
	width: auto;
}
:is(.edition, .editor) article time[datetime]::after {
	display: none;
}
:is(.edition, .editor) article :is(u[data-n]) {
	border-bottom: none;
	font-style: italic;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
	text-decoration: none;
}
.edition:has(#annotation_a_ort_person:not(:checked)) article a:is(
		[href^="/ort/"],
		[href^="/person/"]),
.edition:has(#annotation_a_doc_lit_system:not(:checked)) article a:is(
		[href^="/bibel/"],
		[href^="/doc/"],
		[href^="/lit/"],
		[href^="/system/"]),
.edition:has(#annotation_a_doc_lit_system:not(:checked)) article q {
	background: #ffffff;
	border-bottom: none;
	cursor: default;
	pointer-events: none;
}
.edition:has(#annotation_a_cf:not(:checked)) article a[rel="cf"]:empty,
.edition:has(#annotation_a_doc_lit_system:not(:checked)) article a:is(
		[href^="/bibel/"],
		[href^="/doc/"],
		[href^="/lit/"],
		[href^="/system/"]):empty,
.edition:has(#annotation_a_kapitel_thema:not(:checked)) article a:is(
		[href^="/kapitel/"],
		[href^="/thema/"]):empty,
.edition:has(#annotation_a_ort_person:not(:checked)) article a:is(
		[href^="/ort/"],
		[href^="/person/"]):empty,
.edition:has(#annotation_del_ins:not(:checked)) article :is(
		.preannotation:is(.data-by, .data-from, .data-of, .data-meta),
		del,
		s
		),
/* Need their own rule: */
.edition:has(#annotation_del_ins:not(:checked)) article ins::after,
.edition:has(#annotation_del_ins:not(:checked)) article ins::before {
	display: none;
}
.edition:has(#annotation_del_ins:not(:checked)) article ins {
	bottom: 0;
	font-size: 1em;
}
.edition:has(#annotation_del_ins:not(:checked)) article re-ins {
	text-decoration: none;
}
.edition main > nav {
	font-size: 0.8em;
	position: fixed;
	z-index: 3;
}
.flexrow {
	gap: 5px;
}
/* START: input-control rules: */
.editor main > article a, /* so that the rule allowing all a is not enough */
.editor main :is(h1, h2, h3, h4, h5, h6, li, p, td) > q a[href^="/lit/"], /* so that the rule allowing all a[href^="/lit/"] is not enough */
.editor main :is(h1, h2, h3, h4, h5, h6, li, p, td) :is(a[id^="./"], a[id^="-/"]), /* so that the rule allowing all a[id] is not enough */
.editor main section[class="address"], /* so that we can restrict certain section[class] elements to be immediate children of article */
.editor main section[class="closer"],
.editor main section[class="opener"],
.editor main section[class="ps"],
.editor main section[class="session"] {
	outline: 8px outset #ff0000;
}
.editor main > article > :is(a[href^="./"]:empty, a[href^="-/"]:empty),
.editor main > article > a[href^="/kapitel/"],
.editor main > article > a[href^="/thema/"],
.editor main > article > :is(a[id^="./"]:empty, a[id^="-/"]:empty),
.editor main > article > section[class], /* so that we can restrict certain section[class] elements to be immediate children of article */
.editor section > :is(a[href^="./"]:empty, a[href^="-/"]:empty),
.editor section > a[href^="/kapitel/"],
.editor section > a[href^="/thema/"],
.editor section > :is(a[id^="./"]:empty, a[id^="-/"]:empty),
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a:not([href]):not([id]), /* mere <a> to annotate key phrases */
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) :is(a[href^="./"]:empty, a[href^="-/"]:empty), /* start of a page with image */
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="/bibel/"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="/doc/"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="/kapitel/"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="/lit/"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="/ort/"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="/person/"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="/system/"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="/thema/"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="#"], /* corresponds with a[id] */
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[href^="http"],
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[id], /* corresponds with a[href^="#"] */
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) :is(a[id^="./"]:empty, a[id^="-/"]:empty), /* start of a page without image */
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[rel="cf"]:empty,
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[rel="next"]:empty,
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) a[rel="prev"]:empty,
.editor :is(h1, h2, h3, h4, h5, h6, li, p, td) q a[href^="/lit/"]:empty {
	outline: none;
}
/* END. */
code {
	color: #4466aa;
}
@font-face {
	font-family: Libertinus;
	font-style: normal;
	font-weight: normal;
	src:url("/fonts/LibertinusSans-Regular.woff2") format("woff2");
	unicode-range:U+0000-1F728;
}
@font-face {
	font-family: Libertinus;
	font-style: italic;
	src:url("/fonts/LibertinusSans-Italic.woff2") format("woff2");
	unicode-range:U+0000-1F728;
}
@font-face {
	font-family: Libertinus;
	font-weight: bold;
	src:url("/fonts/LibertinusSans-Bold.woff2") format("woff2");
	unicode-range:U+0000-1F728;
}
@media screen and (max-width: 1000px) {
	.edition main > nav {
		position: relative;
	}
}
@media print {
	.edition main > nav {
		display: none;
	}
}