/*
 * Stylesheet speziellen Darstellung der Registerseiten (MOL-1590)
 */ 
ul.register-liste {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap:wrap;
}

ul.register-liste li {
    width: 100px;
}
ul.register-liste li.title-entry {
    width: 200px;
    padding-bottom: 7px;
}

.vfill-header {
    height: 35px;
}

.mico {
    line-height: unset;
}

main .content.register h1 {
    padding: 8% 0 0 8%;
    
}
main .content.register .leftside, main .content.register .rightside {
   padding-top: 0;
}

.content.register main article h1 {
}

.personen h1, .personen h3 {
    color: #2f9889;
}
.sport h1, .sport h3 {
    color: #2a4290;
}
.pop h1, .pop h3 {
    color: #2e9cd1;
}

.klg h1, .klg h3 {
    color: #c20816;
}
.klfg h1, .klfg h3 {
    color: #1865aa;
}
.kdg h1, .kdg h3 {
    color: #5c322f;
}

/*
 * Angaben für die Dokument-Ansicht
 */

main article .preview {
    position: sticky;
    top: 0;
    padding: 8% 0 0 8%;
    float: left;
    max-width: 80ch;
}

.preview .print {
    display:none;
}

.preview h1 {
    aspect-ratio: unset;
    overflow: unset;
}

.preview h2 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.preview h3inline {
    color: #36393e;
    font-weight: 600;
    padding-right: 1em;
}

.main .content {
}

/* Weiter-Button */
.preview button {
    order: none;
    background-color: #666;
    color: #fff;
    border-radius: 5px;
    font-weight: 300;
    font-size: 1.3em;
    font-family: 'IBM Plex Serif';
    padding: 0.3em 0.5em;
    cursor: pointer;
}

.preview p.titeldata br {
	/* Abstand in Lebensdaten zu groß */
	line-height: 0.25;
}

.preview p.titelquelle br:nth-child(2) {
	/* fehlerhafte Leerzeile in Quellenangabe im Titel */
	display:none;
}
