/*************************************************************************************** * ParsX Basis-CSS für EPUB-Dateien nach ParsX 4 **************************************************************************************** * @project pagina Basis-CSS ParsX 4 * @version 1.1 * @parsx 4.1.8 * @date 2020-09-22 * @author Fabian Kern (digital publishing competence) * @lastEditor Verlagsgruppe Droemer Knaur GmbH & Co. KG. * @copyright pagina GmbH, digital publishing competence * *****************************************************************************************/ section, header, nav, figure { display: block; } body, div, p, h1, h2, h3, section, header, nav, figure { margin: 0; padding: 0; } body { text-align: left; font-size: 1em; line-height: 1.6em; widows: 2; orphans: 2; } p { text-indent: 1.3em; margin-bottom: 0; } p.firstInContainer, div.zwischentitel + p, div.einschub + p, div.einschub > p.firstInContainer, figure.bild + p, p.leerzeile + p { text-indent: 0; } p.aligncenter { text-align: center; text-indent: 0; } figure { margin-top: 1em; margin-bottom: 1em; text-align: center; padding: 0; page-break-inside: avoid; } @media all { ol.listType_greek { list-style: lower-alpha; } } ul { list-style: disc; } @media all { div.liste_manuell ul li span.zaehler { margin-right: 0; padding-right: 0; } div.liste_manuell ul li div.inhalt { margin-left: 0; border-left: 1px solid white; } } sub { font-size: 0.8em; line-height: 1; position: relative; } header { page-break-inside: avoid; page-break-after: avoid; text-align: center; } header.u1 { margin-top: 2em; margin-bottom: 5.5em; } h1.titel { font-size: 1.6em; font-weight: bold; color: #df01a5; margin-top: 0.64rem; } header.u2 { margin-top: 2em; margin-bottom: 2.5em; } h2.titel { font-size: 1.2em; font-weight: bold; color: #df01a5; margin-top: 0.7rem; } header.u3 { margin-top: 2em; margin-bottom: 1.5em; } div.zwischentitel { text-align: left; color: #df01a5; font-size: 0.9em; font-weight: bold; margin-top: 1.5em; margin-bottom: 1em; } div.zwischentitel.typ3 { text-align: center; color: #df01a5; font-size: 1em; font-weight: bold; font-style: italic; margin-top: 2em; margin-bottom: 1em; } div.einschub { margin-top: 1em; margin-bottom: 1em; margin-left: 1.3em; } div.einschub.typ1 p, div.einschub.typ2 p, div.einschub.typ3 p, div.einschub.typ5 p { text-indent: 0; } div.einschub.typ1 { font-style: normal; font-weight: normal; text-align: left; } div.einschub.typ2 { font-style: italic; font-weight: normal; text-align: left; } div.einschub.typ3 { font-style: normal; font-weight: normal; text-align: center; margin-left: 0; text-indent: 0; } div.einschub.typ5 { font-size: 0.9em; font-style: normal; font-weight: bold; text-align: left; } span.versal { text-transform: uppercase; letter-spacing: 0.1em; } a.verweis.extern { color: #df01a5; font-weight: bold; text-decoration: underline; } p.with_initiale { text-indent: 0; } span.initiale { text-transform: uppercase; color: #df01a5; font-size: 320%; line-height: 100%; display: block; float: left; margin-top: 0; margin-right: 5px; margin-bottom: 0; margin-left: 3px; padding: 0; vertical-align: bottom; } @media all { span.initiale.typ2 { display: block; float: left; font-size: 1em; line-height: 1em; margin-right: 15px; margin-top: -0.3225em; margin-bottom: -0.3245em; margin-left: 0; padding: 0; text-align: left; vertical-align: top; } } section.haupttitel p { text-indent: 0; text-align: center; } p.titelei_autor { font-size: 1.4em; line-height: 1.5em; font-weight: bold; margin-top: 2em; } p.titelei_autor.linked a { text-decoration: none; } section.haupttitel header.titelei_titel { title-align: center; font-size: 1.8em; line-height: 1.3em; font-weight: bold; color: #df01a5; margin-top: 1em; margin-bottom: 0.5rem; } p.titelei_untertitel { margin-top: 1em; font-size: 1.1em; font-weight: bold; color: #666; margin-bottom: 3em; } p.titelei_verlag { font-size: 1em; line-height: 1.3em; margin-top: 1em; font-weight: bold; visibility: hidden; display: none; } section.inhaltsverzeichnis h1 { font-size: 1.6em; font-weight: bold; color: #df01a5; margin-top: 2em; margin-bottom: 1.5em; } nav.inhalt ul { list-style-type: none; } nav.inhalt ul a { color: #df01a5; text-decoration: none; } nav.inhalt ul li { margin-top: 0.5em; } nav.inhalt ul.lvl_1 { padding-left: 0.8em; } nav.inhalt ul.lvl_1 > li > a { font-size: 1em; font-weight: bold; } nav.inhalt ul.lvl_2 { padding-left: 1.6em; } nav.inhalt ul.lvl_2 > li > a { font-size: 1em; font-weight: bold; } section.kurztext h1.titel { font-size: 1.6em; font-weight: bold; color: #df01a5; margin-top: 2em; margin-bottom: 1.5em; } section.kurztext p { text-indent: 0; } section.biographie h1.titel { font-size: 1.6em; font-weight: bold; color: #df01a5; margin-top: 2em; margin-bottom: 1.5em; } section.biographie p { text-indent: 0; } section.impressum p { text-indent: 0; } section.hinweise h1.titel { font-size: 1.4em; font-weight: bold; color: #df01a5; margin-top: 2em; margin-bottom: 1.5em; } section.hinweise p { text-indent: 0; }