/* Liste ohne Bullet Points */
.buchcharaktere-list {
    list-style-type: none;
    margin: auto;
    padding: 0;
}

/* Absatz/Überschrift für neuen Anfangsbuchstaben */
.buchcharaktere-initial {
    margin-top: 1em;       /* Abstand nach oben */
}

/* Standard-Namen */
.buchcharaktere-name {
    color: var(--picked2);
    font-family: var(--calibri);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
	font-weight: 900;
}

.buchcharaktere-original {
    color: var(--picked2);
    font-family: var(--calibri);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
	font-weight: 300;
    font-style: italic;
}

/* Verlinkte Namen (mit Gruppenformatierung von MyBB) */
.buchcharaktere-linked {
    text-decoration: none; /* keine Unterstreichung */
	font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
}

/* Nicht spielbare Charaktere */
.buchcharaktere-unplayable {
    opacity: 0.6;              /* etwas ausgegraut */
    text-decoration: line-through; /* durchgestrichen */
}

/* Icon vor Todesangaben (außer wenn Wert = 'verstorben') */
.icon-death::before {
    content: "†";          /* oder ein FontAwesome-Icon */
}

.buchcharaktere-extras {
    margin-left: 6px;   /* Abstand vor den [ ] */
    margin-right: 6px;  /* Abstand nach den [ ] */
	color: var(--picked2);
    font-family: var(--calibri);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.buchcharaktere-extras::before {
    content: "[";       /* öffnende Klammer */
    margin-right: 4px;  /* Abstand innen */
}

.buchcharaktere-extras::after {
    content: "]";       /* schließende Klammer */
    margin-left: 4px;   /* Abstand innen */
}

.lists_descr_txa {
    max-height: 800px;
}

.lists_descr_txb {
    font-size: 0.85em;
    padding: 34px;
    margin: 5px;
    background: var(--drei);
    width: 75%;
    opacity: 0.6;
	letter-spacing:0.1em;
	margin-bottom: 15px;
}