/* ########## Style Basis-Textelemente ########### */
.transcription {
  color: black;
}
.transcription div {
  color: black;
}
/*.transcription .manuscript {
  overflow-y: scroll;
  height: 600px;
}*/
.transcription p {
  line-height: 18px;
  margin: 0 0 5px;
  color: black;
}
.transcription hr {
  width: 10%;
  float: left;
  /*margin: 5px 0;*/
  margin-bottom: 0;
  margin-top: 10px;
  border-color: black;
}
.transcription a {
  text-decoration: none;
}
.transcription a:hover {
  text-decoration: underline;
}

.transcription img {
  /* height: 21px; */
  max-width: 500px;
}

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

/* ############## Textmarkierungen ############### */
.transcription .bold {
  font-weight: bold;
}
.transcription .italic {
  font-style: italic;
}
.transcription .zettel-nummer {
  font-style: italic;
  font-weight: normal;
  background-color: antiquewhite;
  margin-right: 0.4em;
}
.transcription .underline {
  text-decoration: underline;
}
.transcription .underline_pencil {
  text-decoration: underline;
  text-decoration-color: #808080; /* helles Grau; dunklerer Ton: #666666 */
  color: black;
}
.transcription .underline_wavy_pencil {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #808080;
}
.transcription .underline_person,
.transcription .underline_person a {
  color: black;
  text-decoration: underline;
  text-decoration-color: black;
  font-weight: normal;
}
.transcription .underline_wavy {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: black;
}
.transcription .underline-red {
  text-decoration: underline;
  text-decoration-color: red; /* etwas dunkleres Rot: #cc0000 */
}
.transcription .underline_wavy_red {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: red;
}
.transcription .underline-blue {
  text-decoration: underline;
  text-decoration-color: blue;
}
.transcription .underline_wavy_blue {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: blue;
}
.transcription .underline-green {
  text-decoration: underline;
  text-decoration-color: #00cc00;
}
.transcription .underline_wavy_green {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #00cc00;
}
.transcription .red {
  color: red;
}
.transcription .blue {
  color: blue;
}
.transcription .green {
  color: green;
}

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

.transcription .pencil {
  color: #808080;
}

.transcription .pencil .bibl {
  color: #808080;
  font-weight: normal;
}

.transcription .pencil .bibl a {
  color: #808080;
  font-weight: normal;
  text-decoration: none;
}

.transcription .unclear,
.transcription .addition .unclear {
  border: 3px dotted grey;
  color: #595959;
}
.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: #595959;
}
.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: #595959;
}
/* Streichungen/Korrekturen der Editoren: */
.transcription .deletion_editor,
.transcription .addition .deletion_editor {
  text-decoration: line-through;
  text-decoration-color: #2b1e82;
  color: black;
  /* Test fettere Durchstreichung (ed. Hinzufügung) */
  text-decoration: none;
  background-image: -webkit-linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 11px,
    transparent 12px
  );
  background-image: -o-linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 11px,
    transparent 12px
  );
  background-image: linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 11px,
    transparent 12px
  );
}
.transcription .deletion-addition_editor,
.transcription .addition .deletion-addition_editor {
  text-decoration: line-through;
  text-decoration-color: #2b1e82;
  color: black;
  /* Test fettere Durchstreichung (ed. Hinzufügung) */
  text-decoration: none;
  background-image: -webkit-linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 11px,
    transparent 12px
  );
  background-image: -o-linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 11px,
    transparent 12px
  );
  background-image: linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 11px,
    transparent 12px
  );
}
.transcription .deletion-addition-inword_editor,
.transcription .addition .deletion-addition-inword_editor {
  text-decoration: line-through;
  text-decoration-color: #2b1e82;
  color: black;
  /* Test fettere Durchstreichung (ed. Hinzufügung) */
  text-decoration: none;
  background-image: -webkit-linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 11px,
    transparent 12px
  );
  background-image: -o-linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 11px,
    transparent 12px
  );
  background-image: linear-gradient(
    transparent 9px,
    #2b1e82 7px,
    #2b1e82 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: #2b1e82;
}

.transcription .bibl {
  /* bibliographische Referenz in normaler Schrift */
  color: black;
  font-weight: normal;
 	/* background-color: #e6e6e6; */
   border-bottom: dotted #585858 1px;
}
/* Issue https://gitlab.ub.uni-bielefeld.de/luhmann/luhmann-react/-/issues/513 */
.transcription .red > .bibl > a {
  /* bibliographische Referenz in normaler Schrift */
  color: red;
  font-weight: normal;
}
.transcription .red > .bibl > a:hover {
  /* bibliographische Referenz in normaler Schrift */
  color: red;
  font-weight: normal;
  text-decoration-line: underline;
  text-decoration-color: red;
}

.transcription .add_editor .bibl {
  font-weight: normal;
}
.transcription .bibl a {
  color: 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: black;
  /* text-decoration-line: underline; */
  background-color: #e6e6e6;
  text-decoration-color: black;
  font-weight: normal;
}
/*Addition for disabled links, https://gitlab.ub.uni-bielefeld.de/luhmann/luhmann-react/-/issues/498#note_82026*/
/*.transcription .bibl a:not([href]):hover{
    color: black;
/\*    text-decoration-line: underline;*\/
    text-decoration-color: black;
    font-weight: normal;
}*/
.transcription .add_editor .bibl a:hover {
  text-decoration-line: underline;
  font-weight: normal;
}
/* bei Verschachtelung von Hinzufügung und Bibl, ist die bibl Farbe dominant */
.transcription .addition .bibl {
  color: #595959;
  font-weight: normal;
}
.transcription .addition .bibl a {
  color: #595959;
  text-decoration: none;
  font-weight: normal;
}
.transcription .addition .bibl a:hover {
  color: #595959;
  text-decoration-line: underline;
  text-decoration-color: #595959;
  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: #1a75ff;
}
.transcription .bibl .vw_einzel_entf a,
.transcription .bibl .addition .vw_einzel_entf a,
.transcription .bibl .add_editor .vw_einzel_entf a {
  color: #1a75ff;
}
.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: #1a75ff;
  text-decoration: underline;
  text-decoration-color: #1a75ff;
}
/* Verschachtelung von bibl -> note editor -> ref */
.transcription .bibl .note_editor .ref_editor {
  /* bibliographische Referenz in normaler Schrift */
  color: #2b1e82;
  font-weight: normal;
}
.transcription .bibl a .note_editor .ref_editor a {
  color: black;
  text-decoration: none;
  font-weight: normal;
}
.transcription .bibl a:hover .note_editor .ref_editor a:hover {
  color: black;
  text-decoration-line: underline;
  text-decoration-color: 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: #595959;
  font-weight: normal;
}
.transcription .addition a {
  color: #595959;
  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: #2b1e82;
  font-weight: normal;
}
/* Referenz in Hinzufügung vom Archiv auch in hellgrün */
.transcription .add_editor a {
  text-decoration: none;
  color: #2b1e82;
  font-weight: normal;
}
.transcription .add_editor a:hover {
  color: #2b1e82;
  text-decoration: underline;
  text-decoration-color: #2b1e82;
  font-weight: normal;
}

/* Positionen von additions -> muss noch nachbearbeitet werden! Im Moment sind die Klassen noch nicht implementiert! TODO */
.transcription .rand {
  /* TODO */
  color: #595959;
  font-weight: normal;
}
.transcription .rand_rechts {
  color: #595959;
  font-weight: normal;
  /*  text-align: right;*/
  /*  float: right; */
}
.transcription .rand_links {
  color: #595959;
  font-weight: normal;
  /*  text-align: left; */
  /*  float: left; */
}
.transcription .ueber_der_zeile {
  color: #595959;
  font-weight: normal;
}
.transcription .unter_der_zeile {
  color: #595959;
  font-weight: normal;
}
.transcription .ueberschrieben {
  color: #595959;
  font-weight: normal;
}
.transcription .in_der_zeile {
  color: #595959;
  font-weight: normal;
}
.transcription .nach_dem_absatz {
  color: #595959;
  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: black;
  font-weight: normal;
  border-bottom: dotted #585858 1px;
}
.transcription .addition .person,
.transcription .addition .person a {
  color: #595959;
  font-weight: normal;
  border-bottom: dotted #585858 1px;
}
.transcription .add_editor .person,
.transcription .add_editor .person a {
  color: #2b1e82;
  font-weight: normal;
  border-bottom: dotted #585858 1px;
}
/* Personen-Nennungen bei Mouseover unterstreichen, sofern sie verlinkt sind, jeweilige Farbe beibehalten */
.transcription .person a:hover {
  color: black;
  text-decoration: none;
  /* text-decoration-color: black; */
  background-color: #e6e6e6;
  font-weight: normal;
}
.transcription .addition .person a:hover {
  color: #595959;
  text-decoration: none;
  /* text-decoration-color: #595959; */
  background-color: #e6e6e6;
  font-weight: normal;
}
.transcription .add_editor .person a:hover {
  color: #2b1e82;
  text-decoration: none;
  /* text-decoration-color: #2b1e82; */
  background-color: #e6e6e6;
  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: #1a75ff;
  font-weight: normal;
}
.transcription .vw_einzel_entf a,
.transcription .addition .vw_einzel_entf a,
.transcription .add_editor .vw_einzel_entf a {
  color: #1a75ff;
  font-weight: normal;
  border-bottom: dotted #585858 1px;
}
.transcription .vw_einzel_entf a:hover,
.transcription .addition .vw_einzel_entf a:hover,
.transcription .add_editor .vw_einzel_entf a:hover {
  color: #1a75ff;
  text-decoration: underline;
  text-decoration-color: #1a75ff;
  font-weight: normal;
}

/* Nahverweise und Gliederungsverweise in Rot */
.transcription .vw_einzel_nah,
.transcription .addition .vw_einzel_nah,
.transcription .add_editor .vw_einzel_nah {
  color: red;
}
.transcription .vw_einzel_nah a,
.transcription .addition .vw_einzel_nah a,
.transcription .add_editor .vw_einzel_nah a {
  color: red;
  border-bottom: dotted red 1px;
}
.transcription .vw_einzel_nah a:hover,
.transcription .addition .vw_einzel_nah a:hover,
.transcription .add_editor .vw_einzel_nah a:hover {
  color: red;
  /* text-decoration: underline; */
  text-decoration-color: red;
  background-color: #e6e6e6;
  font-weight: normal;
}

.transcription .vw_gliederung,
.transcription .addition .vw_gliederung,
.transcription .add_editor .vw_gliederung {
  color: red;
}
.transcription .vw_gliederung a,
.transcription .addition .vw_gliederung a,
.transcription .add_editor .vw_gliederung a {
  color: red;
}
.transcription .vw_gliederung a:hover,
.transcription .addition .vw_gliederung a:hover,
.transcription .add_editor .vw_gliederung a:hover {
  color: red;
  text-decoration: underline;
  text-decoration-color: red;
  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: #1a75ff;
}
.transcription .vw_sammlung_E a,
.transcription .addition .vw_sammlung_E a,
.transcription .add_editor .vw_sammlung_E a {
  color: #1a75ff;
}
.transcription .vw_sammlung_E a:hover,
.transcription .addition .vw_sammlung_E a:hover,
.transcription .add_editor .vw_sammlung_E a:hover {
  color: #1a75ff;
  text-decoration: underline;
  text-decoration-color: #1a75ff;
  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: red;
}
.transcription .vw_rueckseite a,
.transcription .addition .vw_rueckseite a,
.transcription .add_editor .vw_rueckseite a {
  color: red;
}
.transcription .vw_rueckseite a:hover,
.transcription .addition .vw_rueckseite a:hover,
.transcription .add_editor .vw_rueckseite a:hover {
  color: red;
  text-decoration: underline;
  text-decoration-color: red;
  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: #1a75ff;
}
.transcription .vw_bibl-dammann a,
.transcription .addition .vw_bibl-dammann a,
.transcription .add_editor .vw_bibl-dammann a {
  color: #1a75ff;
}
.transcription .vw_bibl-dammann a:hover,
.transcription .addition .vw_bibl-dammann a:hover,
.transcription .add_editor .vw_bibl-dammann a:hover {
  color: #1a75ff;
  text-decoration: underline;
  text-decoration-color: #1a75ff;
  font-weight: normal;
}

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

/* Verweise von Editoren */
.transcription .ref_editor,
.transcription .addition .ref_editor,
.transcription .add_editor .ref_editor {
  color: #2b1e82;
}
.transcription .ref_editor a,
.transcription .addition .ref_editor a,
.transcription .add_editor .ref_editor a {
  color: #2b1e82;
}
.transcription .ref_editor a:hover,
.transcription .addition .ref_editor a:hover,
.transcription .add_editor .ref_editor a:hover {
  color: #2b1e82;
  text-decoration: underline;
  text-decoration-color: #2b1e82;
  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: #1a75ff;
}
.transcription .vw_reg_intern_SW1 a,
.transcription .addition .vw_reg_intern_SW1 a,
.transcription .add_editor .vw_reg_intern_SW1 a {
  color: #1a75ff;
}
.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: #1a75ff;
  text-decoration: underline;
  text-decoration-color: #1a75ff;
  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: #1a75ff;
}
.transcription .vw_reg_intern_SW2a a,
.transcription .addition .vw_reg_intern_SW2a a,
.transcription .add_editor .vw_reg_intern_SW2a a {
  color: #1a75ff;
}
.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: #1a75ff;
  text-decoration: underline;
  text-decoration-color: #1a75ff;
  font-weight: normal;
}

/* ################## Anmerkungen Luhmann ###################### */
/* Randanmerkungen NL */
.transcription .luhmann-fraglich-beginn,
.transcription .luhmann-wichtig-beginn {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 3px;
  background-color: #ffe4c4;
  padding-left: 3px;
  font-size: 7pt;
  vertical-align: top;
}
.transcription .luhmann-fraglich-ende,
.transcription .luhmann-wichtig-ende {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 3px;
  background-color: #ffe4c4;
  /* margin-right: 4px;*/
  font-size: 7pt;
  vertical-align: top;
}

/* notes */
.transcription .note_editor,
.transcription .addition .note_editor {
  color: #2b1e82; /* grün */
  font-weight: normal;
}
.transcription .note_editor a,
.transcription .addition .note_editor a {
  color: #2b1e82; /* grün */
  font-weight: normal;
}
.transcription .note_editor a:hover,
.transcription .addition .note_editor a:hover {
  color: #2b1e82; /* grün */
  text-decoration: underline;
  text-decoration-color: #2b1e82;
  font-weight: normal;
}

.transcription .note_ref,
.transcription .addition .note_ref {
  color: #2b1e82; /* grün */
  font-weight: normal;
}
.transcription .note_ref a,
.transcription .addition .note_ref a {
  color: #2b1e82; /* grün */
  font-weight: normal;
}
.transcription .note_ref a:hover,
.transcription .addition .note_ref a:hover {
  color: #2b1e82; /* grün */
  text-decoration: underline;
  text-decoration-color: #2b1e82;
  font-weight: normal;
}

.transcription .note_bibl,
.transcription .addition .note_bibl,
.transcription .bibl .note_bibl {
  color: #2b1e82; /* grün */
  font-weight: normal;
}
.transcription .note_bibl a,
.transcription .addition .note_bibl a,
.transcription .bibl .note_bibl a,
.transcription .bibl a .note_bibl a {
  color: #2b1e82; /* grün */
  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: #2b1e82; /* grün */
  text-decoration: underline;
  text-decoration-color: #2b1e82;
  font-weight: normal;
}

/* Vorgaben? */
.transcription .note_luhmann_left {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 3px;
  background-color: #ffe4c4;
  padding-left: 4px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: normal;
}
.transcription .note_luhmann_right {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 3px;
  background-color: #ffe4c4;
  /*padding-left: 4px;*/
  margin-left: 3px;
  margin-right: 3px;
  font-weight: normal;
}
.transcription .note_luhmann_above,
.transcription .note_luhmann_below,
.transcription .note_luhmann_inner {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 3px;
  background-color: #ffe4c4;
  /*padding-left: 4px;*/
  margin-left: 3px;
  margin-right: 3px;
  font-weight: normal;
  /* Umbruch innerhalb des Anmerkungs-Icon verhindern */
  white-space: nowrap;
}
.transcription .note {
  /* noch keine weiteren Vorgaben */
}

/* #################### Listen und Tabellen ####################### */
.transcription ul {
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
  color: black;
}
.transcription li {
  line-height: 18px;
  margin: 0 0 3px;
  color: black;
}
.transcription p .item-lead {
  line-height: 18px;
  margin: 0 0 5px;
  color: 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 black;
  padding-left: 0;
  /* margin-left: 20px; */
  color: black;
}
.transcription table tr {
  text-align: left;
  margin: 0;
}
.transcription table td {
  border: 1px solid 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 black;
  padding-left: 0;
  margin-left: 20px;
  color: black;
}
/* muss noch getestet werden, wird aber wahrscheinlich nicht vorkommen, dass eine Tabelle rechtsbündig ist */
.transcription .boxed_right {
  border: 1px solid black;
  margin: 0 0 0 auto;
  color: black;
}
.transcription .boxed_left {
  border: 1px solid black;
  margin-left: 0; /* muss nicht nach links eingerückt werden, da ja Platz für Randlinien vorhanden sein muss! */
  padding-left: 0;
  color: 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: 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: 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: 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: black;
}
.transcription .unboxed_right {
  border: 0px;
  margin: 0 0 0 auto;
  margin-top: -8px;
  margin-bottom: -3px;
  color: 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;
}