@charset "utf-8"; /* ----------------------------------------------------------------------- * CSS-Stylesheet für parsX-konforme EPUBs (nach DTD 3.0) * * @project W1-EPUB-Styling * @version 2.8.2 * @date 2019-05-10 * @authors Andreas Kämmerle, pagina GmbH, Tübingen * Katrin Krengel, pagina GmbH, Tübingen * Natalie Ruegenberg, pagina GmbH, Tübingen * Tobias Fischer, pagina GmbH, Tübingen * Björn Dünckel, pagina GmbH, Tübingen * @copyright W1-Service GmbH, Hamburg * pagina GmbH, Tübingen * ----------------------------------------------------------------------- */ html, body, div, p, h1 { margin: 0; padding: 0; } span { padding: 0; } @page { margin-top: 1em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em; } body { font-size: 0.85em; line-height: 1.5em; } title { display: none; } body > .lastInContainer { margin-bottom: 0 !important; } h1 + p { text-indent: 0; } p { text-indent: 1em; text-align: justify; } p.no_indent { text-indent: 0; } p.leerzeile + p { text-indent: 0; } div.alignleft { text-align: left; } div.einschub { margin: 0; padding: 0; } div.einschub p { text-indent: 0; } div.einschub.typ3 { margin-left: 1em; margin-top: 1em; margin-bottom: 1em; } div.einschub.typ3 p { text-align: left; } em { font-style: italic; } strong { font-weight: bold; font-size: 0.96em; letter-spacing: 0.01em; } span.versal { text-transform: uppercase; font-size: 97%; letter-spacing: 0.07em; } span.ziffer { font-size: 97%; letter-spacing: 0.06em; } div.abbildung { display: block; text-align: left; border: 0; margin-top: 2em; margin-bottom: 2em; } div.abbildung.alignleft { display: block; float: left; } @supports(height:calc(94vh - 5em)){div.abbildung.typ2{height:100%;height:100vh} div.abbildung.typ2 img{object-fit:contain;height:calc(94vh - 5em)} } body.body_vorspann { page-break-before: avoid; break-before: avoid; } body.body_nachspann { page-break-before: avoid; break-before: avoid; } a { text-decoration: none; } a.verweis { text-decoration: none; color: #4e89c4; } a.verweis.extern { color: #4e89c4; } .meta_haupttitel p, .meta_bio p, .meta_impressum p { margin: 0; text-indent: 0 !important; } body.meta_haupttitel { text-align: left; padding-top: 1em; text-indent: 0; } p.t_autor { font-size: 1.1em; font-style: normal; font-weight: bold; line-height: 1.8em; margin-bottom: -1.8em; } p.t_titel { font-size: 1.7em; line-height: 1.5em; font-style: normal; font-weight: bold; color: #666; margin-top: 2em; margin-bottom: 0.7em; } p.t_gattung { font-size: 1em; line-height: 1.3em; font-style: normal; font-weight: normal; margin-top: 0; margin-bottom: 1.35em; } div.t_uebersetzer { font-size: 0.9em; line-height: 1.3em; font-style: italic; font-weight: normal; margin-top: 0; margin-bottom: 1.3em; } body.meta_bio { font-size: 0.9em; line-height: 1.5em; font-style: normal; font-weight: normal; margin-bottom: 1.5em; } body.body_nachspann p { text-indent: 0; } body.meta_impressum p { font-size: 0.9em; font-style: normal; font-weight: normal; text-align: left; text-indent: 0; } h1 { font-weight: normal; font-size: 1.35em; line-height: 1.5em; margin-top: 50px; margin-bottom: 2.2em; }