@charset "UTF-8"; /* * Aufbau Standard Stylesheet * Letzte Änderung: 08.09.2015 */ /* --- GENERAL --- */ @font-face { font-family: sans-serif; font-style: normal; font-weight: normal; src: url('../fonts/DejaVuSans.otf'); } @font-face { font-family: sans-serif; font-style: normal; font-weight: bold; src: url('../fonts/DejaVuSans-Bold.otf'); } @font-face { font-family: sans-serif; font-style: italic; font-weight: normal; src: url('../fonts/DejaVuSans-Oblique.otf'); } @font-face { font-family: sans-serif; font-style: italic; font-weight: bold; src: url('../fonts/DejaVuSans-BoldOblique.otf'); } @font-face { font-family: serif; font-style: normal; font-weight: normal; src: url('../fonts/DejaVuSerif.otf'); } @font-face { font-family: serif; font-style: normal; font-weight: bold; src: url('../fonts/DejaVuSerif-Bold.otf'); } @font-face { font-family: serif; font-style: italic; font-weight: normal; src: url('../fonts/DejaVuSerif-Italic.otf'); } @font-face { font-family: serif; font-style: italic; font-weight: bold; src: url('../fonts/DejaVuSerif-BoldItalic.otf'); } body { font-family: serif; margin-left: 5%; margin-right: 5%; padding: 0; } p { text-indent: 1em; font-size: 0.8em; line-height: 165%; margin: 0; text-align: left; } li { font-family: serif; font-size: 0.8em; line-height: 165%; } a { text-decoration: none; } /* Epub Fix für verschachtelte Listen */ ul ul li { font-size: 100%; } ol ol li { font-size: 100%; } ol ul li { font-size: 100%; } ul ol li { font-size: 100%; } /* --- FRONTMATTER --- */ div.title { margin-top: 2em; } div.logo { margin-top: 3em; text-align: left; } /* Titelei-Werte nicht ändern: Standard-Titlei */ p.author { text-indent: 0; text-align: left; font-size: 1.7em; } p.title { text-indent: 0; text-align: left; font-size: 1.7em; line-height: 1.2em; margin-top: 1em; font-weight: bold; } p.genre { text-indent: 0; text-align: left; font-style: italic; margin-top: 1em; } p.translation { text-indent: 0; text-align: left; margin-top: 1em; } p.impress { text-indent: 0; text-align: left; } p.impress-top2 { text-indent: 0; text-align: left; margin-top: 2em; } p.toc { text-indent: 0; text-align: left; font-size: 1.2em; margin-top: 1em; margin-bottom: 1em; line-height: 1.3em; font-weight: bold; } p.toc-h1 { text-indent: 0; text-align: left; line-height: 1.5em; } div.dedication { margin-top: 5em; } /* --- CONTENT --- */ h1.backmatter { text-indent: 0; text-align: left; font-family: serif; font-size: 1.2em; font-style: normal; font-weight: bold; margin: 0; margin-top: 1em; margin-bottom: 1em; color: #000000; line-height: 1.3em; } h1 { text-indent: 0; text-align: left; font-size: 1.5em; font-weight: normal; margin-top: 1em; margin-bottom: 0; line-height: 1.3em; } h1.h2, p.h2 { text-indent: 0; text-align: left; font-size: 1.2em; font-weight: normal; margin-top: 1em; margin-bottom: 0; } p.noindent { text-indent: 0em; } p.noindent-top { text-indent: 0em; margin-top: 1em; } p.noindent-h1 { text-indent: 0em; margin-top: 3em; } p.top { margin-top: 1em; } p.center { text-indent: 0; text-align: center; } p.center-top { text-indent: 0; text-align: center; margin-top: 1em; } p.center-block { text-indent: 0; text-align: center; margin-left: 8em; margin-right: 8em; } p.right-top { text-indent: 0; text-align: right; margin-top: 1em; } span.dialogue-float { float: left; width: 4em; margin-left: -4em; } p.dialogue { text-indent: 0em; text-align: left; clear: left; padding-left: 4em; } p.dialogue-top { text-indent: 0em; text-align: left; clear: left; margin-top: 1em; padding-left: 4em; } span.underline { text-decoration: underline; } span.small { font-size: 0.8em; } span.big { font-size: 1.2em; } span.line-through { text-decoration: line-through; } span.sans-serif { font-family: sans-serif; font-size: 0.9em; } div.top { margin-top: 1em; } div.top3 { margin-top: 3em; } img { max-width: 100%; } img.inline { height: 1em; vertical-align: 0; } ul { list-style-type: disc; margin-top: 1em; margin-bottom: 1em; } ol { list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; } /* --- FUßNOTEN/REGISTER --- */ /* --- WERBUNG/ANZEIGEN --- */ div.newsletter { background-color: #DCDCDC; padding-bottom: 1.5em; } div.newsletter p span.big { font-size: 1.15em; font-weight: bold; } div.newsletter div.text-box { padding: 0 7%; } div.newsletter div.newsletter-box { background-color: #FFFFFF; padding: 0.75em 7%; margin-top: 1em; border: 1px solid #DCDCDC; } h1.newsletter { text-indent: 0; text-align: center; font-family: serif; font-size: 1.35em; font-style: normal; font-weight: normal; margin: 0; padding-top: 0.75em; margin-bottom: 0.75em; color: #000000; line-height: 1.3em; } /* --- INNENLESEPROBE --- */