/* ########## Style Basis-Textelemente ########### */


div.transcription {
	/*Color Variables*/
	/*synchron halten mit manuscript.css*/
	--white1: #ffffff;
	--white2: #faebd7;
	--blue1: #1a75ff;
	--blue2: #0000ff;
	--blue3: #2b1e82;
	--gray1: #e6e6e6;
	--gray2: #dfdfdf;
	--gray3: #b3b3b3;
	--gray4: #808080;
	--gray5: #595959;
	--green1: #00cc00;
	--green2: #2eb82e;
	--green3: #008000;
	--violet: #a862ea;
	--orange: #ffe4c4;
	--red1: #ff0000;
	--red2: #cc0000;
	--black: #000000;
}

.transcription {
	color: var(--black);
}
.transcription div {
	color: var(--black);
}

.transcription p {
	line-height: 18px;
	margin: 0 0 5px;
	color: var(--black);
}
.transcription hr {
	width: 10%;
	float: left;
	margin-bottom: 0;
	margin-top: 10px;
	border-color: var(--black);
}
.transcription a {
	text-decoration: none;
}
.transcription a:hover {
	text-decoration: underline;
}

.transcription img {
	max-width: 500px;
}

/* Tooltip über additions, notes, choices etc.  */
.transcription [title] {
	text-align: center;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	}

/* ############## Textmarkierungen ############### */
.transcription .bold {
	font-weight: bold;
}
.transcription .italic {
	font-style: italic;
}
.transcription .zettel-nummer {
	font-style: italic;
	font-weight: normal;
	background-color: var(--white2);
	margin-right: 0.4em;
}
.transcription .underline {
	text-decoration: underline;
}
.transcription .underline_pencil {
	text-decoration: underline var(--gray4);
	color: var(--black);
}
.transcription .underline_wavy_pencil {
	text-decoration: underline wavy var(--gray4);
}
.transcription .underline_person,
.transcription .underline_person a {
	color: var(--black);
	text-decoration: underline var(--black);
	font-weight: normal;
}
.transcription .underline_wavy {
	text-decoration: underline wavy var(--black);
}
.transcription .underline-red {
	text-decoration: underline var(--red1);
}
.transcription .underline_wavy_red {
	text-decoration: underline wavy var(--red1);
}
.transcription .underline-blue {
	text-decoration: underline var(--blue2);
}
.transcription .underline_wavy_blue {
	text-decoration: underline wavy var(--blue2);
}
.transcription .underline-green {
	text-decoration: underline var(--green1);
}
.transcription .underline_wavy_green {
	text-decoration: underline wavy var(--green1);
}
.transcription .red {
	color: var(--red1);
}
.transcription .blue {
	color: var(--blue2);
}
.transcription .green {
	color: var(--green3);
}

.transcription .bracket_curly {
	font-size: 24pt;
	line-height: 1;
	margin: 0px 10px;
	font-weight: lighter;
	float: left;
}

.transcription .pencil {
	color: var(--gray4);
}

.transcription .pencil .bibl {
	color: var(--gray4);
	font-weight: normal;
}

.transcription .pencil .bibl a {
	color: var(--gray4);
	font-weight: normal;
	text-decoration: none;
}

.transcription .unclear,
.transcription .addition .unclear {
	border: 3px dotted var(--gray4);
	color: var(--gray5);
}
.transcription .deletion,
.transcription .addition .deletion {
	text-decoration: line-through;
}
.transcription .deletion-addition,
.transcription .addition .deletion-addition {
	text-decoration: line-through;
}
/* der Teil der addition in deletion-addition soll wie alle additions grau angezeigt werden! */
/* ##### eigentlich darf hier keine Verschachtelung entstehen, zur Sicherheit habe ich die Angabe hier aber noch mal hinzugefügt am 19.09.18
 * falls es trotzdem funktioniert kann diese Angabe wieder herausgelöscht werden */
.transcription .deletion-addition .addition {
	color: var(--gray5);
}
.transcription .deletion-addition-inword,
.transcription .addition .deletion-addition-inword {
	text-decoration: line-through;
}
/* der Teil der addition in deletion-addition soll wie alle additions grau angezeigt werden! */
/* ##### eigentlich darf hier keine Verschachtelung entstehen, zur Sicherheit habe ich die Angabe hier aber noch mal hinzugefügt am 19.09.18
 * falls es trotzdem funktioniert kann diese Angabe wieder herausgelöscht werden */
.transcription .deletion-addition-inword .addition,
.transcription .deletion-addition-inword_editor .addition {
	color: var(--gray5);
}
/* Streichungen/Korrekturen der Editoren: */
.transcription .deletion_editor,
.transcription .addition .deletion_editor {
	text-decoration: line-through var(--blue3);
	color: var(--black);
	/* Test fettere Durchstreichung (ed. Hinzufügung) */
	text-decoration: none;
	background-image: -webkit-linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
	background-image: -o-linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
	background-image: linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
}
.transcription .deletion-addition_editor,
.transcription .addition .deletion-addition_editor {
	text-decoration: line-through var(--blue3);
	color: var(--black);
	/* Test fettere Durchstreichung (ed. Hinzufügung) */
	text-decoration: none;
	background-image: -webkit-linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
	background-image: -o-linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
	background-image: linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
}
.transcription .deletion-addition-inword_editor,
.transcription .addition .deletion-addition-inword_editor {
	text-decoration: line-through var(--blue3);
	color: var(--black);
	/* Test fettere Durchstreichung (ed. Hinzufügung) */
	text-decoration: none;
	background-image: -webkit-linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
	background-image: -o-linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
	background-image: linear-gradient(
transparent 9px, 
var(--blue3) 7px, 
var(--blue3) 11px, 
transparent 12px
);
}

/* Korrektur NL */
.transcription .correction,
.transcription .addition .correction {
	/* CSS-Vorgaben?!?!
     * -> kommt bisher nicht in den XMLs vor! */
}
.transcription .unreadable,
.transcription .addition .unreadable {
	/* Hinzufügung vom Archiv, daher in grün */
	color: var(--blue3);
}

.transcription .bibl {
	/* bibliographische Referenz in normaler Schrift */
	color: var(--black);
	font-weight: normal;
	text-decoration: underline dotted var(--gray5);
}
/* Issue https://gitlab.ub.uni-bielefeld.de/luhmann/luhmann-react/-/issues/513 */
.transcription .red > .bibl > a {
	/* bibliographische Referenz in normaler Schrift */
	color: var(--red1);
	font-weight: normal;
}
.transcription .red > .bibl > a:hover {
	/* bibliographische Referenz in normaler Schrift */
	color: var(--red1);
	font-weight: normal;
	text-decoration: underline var(--red1);
}

.transcription .add_editor .bibl {
	font-weight: normal;
}
.transcription .bibl a {
	color: var(--black);
	text-decoration: none;
	font-weight: normal;
}
.transcription .add_editor .bibl a {
	text-decoration: none;
	font-weight: normal;
}
/* Addition for disabled links, https://gitlab.ub.uni-bielefeld.de/luhmann/luhmann-react/-/issues/498#note_82026
 * .transcription .bibl a[href]:hover{*/
.transcription .bibl a:hover {
	color: var(--black);
	text-decoration: underline var(--black);
	font-weight: normal;
}
.transcription .add_editor .bibl a:hover {
	text-decoration: underline;
	font-weight: normal;
}
/* bei Verschachtelung von Hinzufügung und Bibl, ist die bibl Farbe dominant */
.transcription .addition .bibl {
	color: var(--gray5);
	font-weight: normal;
}
.transcription .addition .bibl a {
	color: var(--gray5);
	text-decoration: none;
	font-weight: normal;
}
.transcription .addition .bibl a:hover {
	color: var(--gray5);
	text-decoration: underline var(--gray5);
	font-weight: normal;
}
/* Sonderfall-Verschachtelung: Verweis in bibl-Angabe (soll seine Farbe behalten) */
.transcription .bibl .vw_einzel_entf,
.transcription .bibl .addition .vw_einzel_entf,
.transcription .bibl .add_editor .vw_einzel_entf {
	color: var(--blue1);
}
.transcription .bibl .vw_einzel_entf a,
.transcription .bibl .addition .vw_einzel_entf a,
.transcription .bibl .add_editor .vw_einzel_entf a {
	color: var(--blue1);
}
.transcription .bibl .vw_einzel_entf a:hover,
.transcription .bibl .addition .vw_einzel_entf a:hover,
.transcription .bibl .add_editor .vw_einzel_entf a:hover {
	color: var(--blue1);
	text-decoration: underline var(--blue1);
}
/* Verschachtelung von bibl -> note editor -> ref */
.transcription .bibl .note_editor .ref_editor {
	/* bibliographische Referenz in normaler Schrift */
	color: var(--blue3);
	font-weight: normal;
}
.transcription .bibl a .note_editor .ref_editor a {
	color: var(--black);
	text-decoration: none;
	font-weight: normal;
}
.transcription .bibl a:hover .note_editor .ref_editor a:hover {
	color: var(--black);
	text-decoration: underline var(--black);
	font-weight: normal;
}

/* Positionierung in einer Zeile */
.transcription .sup {
	font-size: 0.7em;
	vertical-align: super;
	line-height: 0em;
}
.transcription .sub {
	font-size: 0.7em;
	vertical-align: sub;
	line-height: 0em;
}
.transcription .center {
	text-align: center;
}

/* ############# Erläuterungen/Ergänzungen im Transkript ############# */
/* <choice> Elemente: noch keine Layout-Vorgaben */
/* Übersetzung */
.transcription .translation {
}
/* Normalisierung */
.transcription .normalized {
}
/* Abkürzung */
.transcription .abbr {
}

/* ################# Hinzufügungen ###################### */
/* Hinzufügung Luhmann (handwritten & typewritten) in grau */
.transcription .addition {
	color: var(--gray5);
	font-weight: normal;
}
.transcription .addition a {
	color: var(--gray5);
	text-decoration: none;
	font-weight: normal;
}
.transcription .addition a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/* Hinzufügungen vom Archiv (editor) in hellgrün */
.transcription .add_editor {
	color: var(--blue3);
	font-weight: normal;
}
/* Referenz in Hinzufügung vom Archiv auch in hellgrün */
.transcription .add_editor a {
	text-decoration: none;
	color: var(--blue3);
	font-weight: normal;
}
.transcription .add_editor a:hover {
	color: var(--blue3);
	text-decoration: underline var(--blue3);
	font-weight: normal;
}

/* Positionen von additions -> muss noch nachbearbeitet werden! Im Moment sind die Klassen noch nicht implementiert! TODO */
.transcription .rand {
	/* TODO */
	color: var(--gray5);
	font-weight: normal;
}
.transcription .rand_rechts {
	color: var(--gray5);
	font-weight: normal;
}
.transcription .rand_links {
	color: var(--gray5);
	font-weight: normal;
	}
.transcription .ueber_der_zeile {
	color: var(--gray5);
	font-weight: normal;
}
.transcription .unter_der_zeile {
	color: var(--gray5);
	font-weight: normal;
}
.transcription .ueberschrieben {
	color: var(--gray5);
	font-weight: normal;
}
.transcription .in_der_zeile {
	color: var(--gray5);
	font-weight: normal;
}
.transcription .nach_dem_absatz {
	color: var(--gray5);
	font-weight: normal;
}
/* ############# Verweise auf andere Zettel/Register ################### */
/* CSS-Angaben müssen jeweils überschrieben werden, wenn die Verweise innerhalb von Hinzufügungen vorkommen, sonst bleibt die Link-Farbe nicht erhalten!! */
/* Personenregister-Einträge in normaler Schrift, innerhalb von Hinzufügungen grau, innerhalb von Hinz. d. Editoren grün (?!)*/
.transcription .person,
.transcription .person a {
	color: var(--black);
	font-weight: normal;
	text-decoration: underline dotted var(--gray5);
}
.transcription .addition .person,
.transcription .addition .person a {
	color: var(--gray5);
	font-weight: normal;
	text-decoration: underline dotted var(--gray5);
}
.transcription .add_editor .person,
.transcription .add_editor .person a {
	color: var(--blue3);
	font-weight: normal;
	text-decoration: underline dotted var(--gray5);
}
/* Personen-Nennungen bei Mouseover unterstreichen, sofern sie verlinkt sind, jeweilige Farbe beibehalten */
.transcription .person a:hover {
	color: var(--black);
	text-decoration: none;
	background-color: var(--gray1);
	font-weight: normal;
}
.transcription .addition .person a:hover {
	color: var(--gray5);
	text-decoration: none;
	background-color: var(--gray1);
	font-weight: normal;
}
.transcription .add_editor .person a:hover {
	color: var(--blue3);
	text-decoration: none;
	background-color: var(--gray1);
	font-weight: normal;
}
/* Einzelverweise Luhmann in Blau (gedopplete Angaben für den Fall, dass sie verschachtelt sind in einer Hinzufügung!) */
.transcription .vw_einzel_entf,
.transcription .addition .vw_einzel_entf,
.transcription .add_editor .vw_einzel_entf {
	color: var(--blue1);
	font-weight: normal;
}
.transcription .vw_einzel_entf a,
.transcription .addition .vw_einzel_entf a,
.transcription .add_editor .vw_einzel_entf a {
	color: var(--blue1);
	font-weight: normal;
	text-decoration: underline dotted var(--gray5);
}
.transcription .vw_einzel_entf a:hover,
.transcription .addition .vw_einzel_entf a:hover,
.transcription .add_editor .vw_einzel_entf a:hover {
	color: var(--blue1);
	text-decoration: underline var(--blue1);
	font-weight: normal;
}

/* Nahverweise und Gliederungsverweise in Rot */
.transcription .vw_einzel_nah,
.transcription .addition .vw_einzel_nah,
.transcription .add_editor .vw_einzel_nah {
	color: var(--red1);
}
.transcription .vw_einzel_nah a,
.transcription .addition .vw_einzel_nah a,
.transcription .add_editor .vw_einzel_nah a {
	color: var(--red1);
	border-bottom: dotted var(--red1) 1px;
}
.transcription .vw_einzel_nah a:hover,
.transcription .addition .vw_einzel_nah a:hover,
.transcription .add_editor .vw_einzel_nah a:hover {
	color: var(--red1);
	background-color: var(--gray1);
	font-weight: normal;
}

.transcription .vw_gliederung,
.transcription .addition .vw_gliederung,
.transcription .add_editor .vw_gliederung {
	color: var(--red1);
}
.transcription .vw_gliederung a,
.transcription .addition .vw_gliederung a,
.transcription .add_editor .vw_gliederung a {
	color: var(--red1);
}
.transcription .vw_gliederung a:hover,
.transcription .addition .vw_gliederung a:hover,
.transcription .add_editor .vw_gliederung a:hover {
	color: var(--red1);
	text-decoration: underline var(--red1);
	font-weight: normal;
}

/* Verweis auf anderen Zettel, daher auch Blau (Link und Text) */
.transcription .vw_sammlung_E,
.transcription .addition .vw_sammlung_E,
.transcription .add_editor .vw_sammlung_E {
	color: var(--blue1);
}
.transcription .vw_sammlung_E a,
.transcription .addition .vw_sammlung_E a,
.transcription .add_editor .vw_sammlung_E a {
	color: var(--blue1);
}
.transcription .vw_sammlung_E a:hover,
.transcription .addition .vw_sammlung_E a:hover,
.transcription .add_editor .vw_sammlung_E a:hover {
	color: var(--blue1);
	text-decoration: underline var(--blue1);
	font-weight: normal;
}

/* andere Verweise (seltener): _rueckseite, _nl-bibl-dammann, _nl_vw_unknown: */
/* Rückseiten-Verweise wie Nahverweise in Rot */
.transcription .vw_rueckseite,
.transcription .addition .vw_rueckseite,
.transcription .add_editor .vw_rueckseite {
	color: var(--red1);
}
.transcription .vw_rueckseite a,
.transcription .addition .vw_rueckseite a,
.transcription .add_editor .vw_rueckseite a {
	color: var(--red1);
}
.transcription .vw_rueckseite a:hover,
.transcription .addition .vw_rueckseite a:hover,
.transcription .add_editor .vw_rueckseite a:hover {
	color: var(--red1);
	text-decoration: underline var(--red1);
	font-weight: normal;
}

/* Interne Verweise innerhalb der Bibliographie, in Blau */
.transcription .vw_bibl-dammann,
.transcription .addition .vw_bibl-dammann,
.transcription .add_editor .vw_bibl-dammann {
	color: var(--blue1);
}
.transcription .vw_bibl-dammann a,
.transcription .addition .vw_bibl-dammann a,
.transcription .add_editor .vw_bibl-dammann a {
	color: var(--blue1);
}
.transcription .vw_bibl-dammann a:hover,
.transcription .addition .vw_bibl-dammann a:hover,
.transcription .add_editor .vw_bibl-dammann a:hover {
	color: var(--blue1);
	text-decoration: underline var(--blue1);
	font-weight: normal;
}

.transcription .vw_unknown,
.transcription .addition .vw_unknown,
.transcription .add_editor .vw_unknown {
	color: var(--gray4);
}
.transcription .vw_unknown a,
.transcription .addition .vw_unknown a,
.transcription .add_editor .vw_unknown a {
	color: var(--gray4);
}
.transcription .vw_unknown a:hover,
.transcription .addition .vw_unknown a:hover,
.transcription .add_editor .vw_unknown a:hover {
	color: var(--gray4);
	text-decoration: underline var(--gray4);
	font-weight: normal;
}

/* Verweise von Editoren */
.transcription .ref_editor,
.transcription .addition .ref_editor,
.transcription .add_editor .ref_editor {
	color: var(--blue3);
}
.transcription .ref_editor a,
.transcription .addition .ref_editor a,
.transcription .add_editor .ref_editor a {
	color: var(--blue3);
}
.transcription .ref_editor a:hover,
.transcription .addition .ref_editor a:hover,
.transcription .add_editor .ref_editor a:hover {
	color: var(--blue3);
	text-decoration: underline var(--blue3);
	font-weight: normal;
}

/* Interne Verweise zwischen den Zetteln/Schlagwörtern (SW1) in Blau */
.transcription .vw_reg_intern_SW1,
.transcription .addition .vw_reg_intern_SW1,
.transcription .add_editor .vw_reg_intern_SW1 {
	color: var(--blue1);
}
.transcription .vw_reg_intern_SW1 a,
.transcription .addition .vw_reg_intern_SW1 a,
.transcription .add_editor .vw_reg_intern_SW1 a {
	color: var(--blue1);
}
.transcription .vw_reg_intern_SW1 a:hover,
.transcription .addition .vw_reg_intern_SW1 a:hover,
.transcription .add_editor .vw_reg_intern_SW1 a:hover {
	color: var(--blue1);
	text-decoration: underline var(--blue1);
	font-weight: normal;
}

/* Interne Verweise zwischen den Zetteln/Schlagwörtern (SW2a) in Blau (?)*/
.transcription .vw_reg_intern_SW2a,
.transcription .addition .vw_reg_intern_SW2a,
.transcription .add_editor .vw_reg_intern_SW2a {
	color: var(--blue1);
}
.transcription .vw_reg_intern_SW2a a,
.transcription .addition .vw_reg_intern_SW2a a,
.transcription .add_editor .vw_reg_intern_SW2a a {
	color: var(--blue1);
}
.transcription .vw_reg_intern_SW2a a:hover,
.transcription .addition .vw_reg_intern_SW2a a:hover,
.transcription .add_editor .vw_reg_intern_SW2a a:hover {
	color: var(--blue1);
	text-decoration: underline var(--blue1);
	font-weight: normal;
}

/* ################## Anmerkungen Luhmann ###################### */
/* Randanmerkungen NL */
.transcription .luhmann-fraglich-beginn,
.transcription .luhmann-wichtig-beginn {
	color: var(--red2);
	border: 1px solid var(--red2);
	border-radius: 3px;
	background-color: var(--orange);
	padding-left: 3px;
	font-size: 7pt;
	vertical-align: top;
}
.transcription .luhmann-fraglich-ende,
.transcription .luhmann-wichtig-ende {
	color: var(--red2);
	border: 1px solid var(--red2);
	border-radius: 3px;
	background-color: var(--orange);
	font-size: 7pt;
	vertical-align: top;
}

/* notes */
.transcription .note_editor,
.transcription .addition .note_editor {
	color: var(--blue3);
	font-weight: normal;
}
.transcription .note_editor a,
.transcription .addition .note_editor a {
	color: var(--blue3);
	font-weight: normal;
}
.transcription .note_editor a:hover,
.transcription .addition .note_editor a:hover {
	color: var(--blue3);
	text-decoration: underline var(--blue3);
	font-weight: normal;
}

.transcription .note_ref,
.transcription .addition .note_ref {
	color: var(--blue3);
	font-weight: normal;
}
.transcription .note_ref a,
.transcription .addition .note_ref a {
	color: var(--blue3);
	font-weight: normal;
}
.transcription .note_ref a:hover,
.transcription .addition .note_ref a:hover {
	color: var(--blue3);
	text-decoration: underline var(--blue3);
	font-weight: normal;
}

.transcription .note_bibl,
.transcription .addition .note_bibl,
.transcription .bibl .note_bibl {
	color: var(--blue3);
	font-weight: normal;
}
.transcription .note_bibl a,
.transcription .addition .note_bibl a,
.transcription .bibl .note_bibl a,
.transcription .bibl a .note_bibl a {
	color: var(--blue3);
	font-weight: normal;
}
.transcription .note_bibl a:hover,
.transcription .addition .note_bibl a:hover,
.transcription .bibl .note_bibl a:hover,
.transcription .bibl a .note_bibl a:hover {
	color: var(--blue3);
	text-decoration: underline var(--blue3);
	font-weight: normal;
}

/* Vorgaben? */
.transcription .note_luhmann_left {
	color: var(--red2);
	border: 1px solid var(--red2);
	border-radius: 3px;
	background-color: var(--orange);
	padding-left: 4px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: normal;
}
.transcription .note_luhmann_right {
	color: var(--red2);
	border: 1px solid var(--red2);
	border-radius: 3px;
	background-color: var(--orange);
	margin-left: 3px;
	margin-right: 3px;
	font-weight: normal;
}
.transcription .note_luhmann_above,
.transcription .note_luhmann_below,
.transcription .note_luhmann_inner {
	color: var(--red2);
	border: 1px solid var(--red2);
	border-radius: 3px;
	background-color: var(--orange);
	margin-left: 3px;
	margin-right: 3px;
	font-weight: normal;
	/* Umbruch innerhalb des Anmerkungs-Icon verhindern */
	white-space: nowrap;
}
.transcription .note {
	/* noch keine weiteren Vorgaben */
	display: block;
	padding-bottom: 5px;
}

/* #################### Listen und Tabellen ####################### */
.transcription ul {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	color: var(--black);
}
.transcription li {
	line-height: 18px;
	margin: 0 0 3px;
	color: var(--black);
}
.transcription p .item-lead {
	line-height: 18px;
	margin: 0 0 5px;
	color: var(--black);
	text-indent: -1.5em;
}
/* wird eigentlich nicht mehr benötigt, da "unboxed_left" die Default-Werte für Tabellen vorgibt */
.transcription table {
	border: 1px solid var(--black);
	padding-left: 0;
	color: var(--black);
}
.transcription table tr {
	text-align: left;
	margin: 0;
}
.transcription table td {
	border: 1px solid var(--black);
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}
/* Tabellen mit Randlinien:
 	* testen, ob 20px ausreichen! JS fragen! Bisher kein Vorkommen */
.transcription .boxed_center {
	border: 1px solid var(--black);
	padding-left: 0;
	margin-left: 20px;
	color: var(--black);
}
/* muss noch getestet werden, wird aber wahrscheinlich nicht vorkommen, dass eine Tabelle rechtsbündig ist */
.transcription .boxed_right {
	border: 1px solid var(--black);
	margin: 0 0 0 auto;
	color: var(--black);
}
.transcription .boxed_left {
	border: 1px solid var(--black);
	margin-left: 0; /* muss nicht nach links eingerückt werden, da ja Platz für Randlinien vorhanden sein muss! */
	padding-left: 0;
	color: var(--black);
}
/* Tabellen ohne Randlinien: */
.transcription .unboxed_left {
	border: 0px;
	margin-left: -3px; /* weil die Border nicht sichtbar ist, scheint die "Tabelle" weiter rechts zu stehen, daher die Einrückung nach links */
	margin-bottom: -3px;
	padding-left: 0;
	color: var(--black);
	white-space: nowrap; /* um Zeilenumbruch innerhalb Tabellenzelle zu vermeiden, vgl. https://gitlab.ub.uni-bielefeld.de/luhmann/ZK_1_07/-/issues/12#note_184368*/
}
/* innerhalb eines <p> */
.transcription p .unboxed_left {
	border: 0px;
	margin-left: -3px; /* weil die Border nicht sichtbar ist, scheint die "Tabelle" weiter rechts zu stehen, daher die Einrückung nach links */
	padding-left: 0;
	color: var(--black);
}

.transcription .unboxed_left_one_row {
	/* hier sollen alle Abstände innerhalb der einzeiligen Tabelle verschwinden! */
	border: 0px;
	margin-left: -3px;
	margin-top: -8px;
	margin-bottom: -3px;
	padding-left: 0;
	color: var(--black);
}
.transcription .unboxed_left_one_row td {
	/* wichtig hier sind die Padding-Einstellung auf 0! */
	border: 0px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
}
.transcription .unboxed_center {
	border: 0px;
	margin-left: 20px;
	margin-top: -8px;
	margin-bottom: -3px;
	padding-left: 0;
	color: var(--black);
}
.transcription .unboxed_right {
	border: 0px;
	margin: 0 0 0 auto;
	margin-top: -8px;
	margin-bottom: -3px;
	color: var(--black);
}
.transcription .unboxed_left td,
.transcription .unboxed_center td,
.transcription .unboxed_right td {
	border: 0px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
}

/* ################### Einrückungen/Positionierung von Elementen */
/* renditions für Absatzeinrückungen */
.transcription .rend_right {
	text-align: right;
}
.transcription .rend_left {
	text-align: left;
}
.transcription .rend_ind-1 {
	text-indent: -1em;
}
.transcription .rend_ind-2 {
	margin-left: 2em;
	text-indent: -1em;
}
.transcription .rend_ind-3 {
	text-indent: -2em;
	margin-left: 2em;
}
.transcription .rend_l1em {
	margin-left: 1em;
}
.transcription .rend_l2em {
	margin-left: 2em;
}
.transcription .rend_l3em {
	margin-left: 3em;
}
.transcription .center {
	text-align: center;
}
.transcription .item-lead {
	text-indent: -1.5em;
}
.transcription .space {
}
.transcription .spaceVertical {
	line-height: 80px;
	/*Zeile+padding (doppelte Zeilenhöhe (line-height=18px)) = Abstand von drei Leerzeilen*/
}
/* 
Sonderzeichen "provable" um 7px nach links gerückt
vgl. https://gitlab.ub.uni-bielefeld.de/luhmann/luhmann-oxygen-framework-zettel/-/issues/227 
*/
.transcription glyph[xml\:id = 'nl_klammer_links-oeffnend'] {
	margin-left: -7px;
}