/* ###################################################################### Erstellt von eScriptum GmbH & Co KG - Jan Pertermann - (C) 2013 für Ueberreuter Verlag GmbH, Berlin ###################################################################### */ /* ### FONTS ### */ /* --- serif --- */ @font-face { font-family:serif-x; src:url(fonts/serif-linlib-regular.otf); font-weight:normal; font-style:normal; } @font-face { font-family:serif-x; src:url(fonts/serif-linlib-regular-italic.otf); font-weight:normal; font-style:italic; } /*@font-face { font-family:serif-x; src:url(fonts/serif-linlib-bold.otf); font-weight:bold; font-style:normal; }*/ /*@font-face { font-family:serif-x; src:url(fonts/serif-linlib-bold-italic.otf); font-weight:bold; font-style:italic;}*/ /* --- sans-serif --- */ /*@font-face { font-family:sans-x; src:url(fonts/sans-open-regular.ttf); font-weight:normal; font-style:normal; }*/ /*@font-face { font-family:sans-x; src:url(fonts/sans-open-regular-italic.ttf); font-weight:normal; font-style:italic; }*/ /*@font-face { font-family:sans-x; src:url(fonts/sans-open-bold.ttf); font-weight:bold; font-style:normal; }*/ /*@font-face { font-family:sans-x; src:url(fonts/sans-open-bold-italic.ttf); font-weight:bold; font-style:italic; }*/ /* --- display --- */ @font-face { font-family:display-comicrelief; src:url(fonts/display-comicrelief-regular.ttf); font-weight:normal; font-style:normal; } @font-face { font-family:display-comicrelief; src:url(fonts/display-comicrelief-bold.ttf); font-weight:bold; font-style:normal; } /* ### SET BACK ### */ p, li, ol, ul, h1, h2, h3, h4, h5, h6, table, td { font-family: serif-x, serif; font-size:1em; font-style:normal; font-weight:normal; line-height:1.5em; padding:0; margin:0; text-align:left; text-decoration:none; text-indent:0;} a, a:visited { color: #0000cc; background-color: inherit; text-decoration:inherit; line-height: inherit;} a.empty { color: inherit;} /* ### PAGE ### */ @page { margin: 1em; } /* ### BODY ### */ body { font-family: serif-x, serif; font-size: 100%; padding: 0; margin: 0; } /* ### BASIC ### */ table { border-collapse:collapse; margin-top: 1em; margin-bottom: 1em;} td, tr { vertical-align: top; padding-right: 1em;} td p, tr p { text-align: left;} img { max-width: 95%; text-align:left; } ul, ol { margin-left: 2em; list-style-position: outside; } p, li { text-align:justify; orphans: 2; widows: 2; } h1, h2, h3, h4, h4, h5, h6 { orphans: 2; widows: 2; page-break-inside:avoid; page-break-after:avoid; -webkit-hyphens:none; hyphens:none; -epub-hyphens:none; } em { font-style: italic;} strong { font-weight: bold; } span.sup, span.sup-italic { font-size: 0.85em; line-height: 0.65em; vertical-align:60%; } span.sup-italic { font-style: italic; } div.footnotes { margin-top: 2em; } div.footnotes p { font-size: 0.9em; } div.imprint p { font-size: 0.9em; -webkit-hyphens:none; hyphens:none; -epub-hyphens:none; } /* ### ADVANCED ### */ strong.bold { } em.italic { } em.regular, strong.bold-regular { font-style: normal; } span.serif-regular { font-family: serif-x, serif; font-weight: normal; font-style: normal; } strong.bold-italic { font-weight: bold; font-style:italic; } span.small-uppercase, span.smallcaps { font-size: 0.9em; } span.smallcaps, span.uppercase, strong.bold-smallcaps, strong.bold-uppercase, span.small-uppercase, em.italic-uppercase { /* Small-caps werden von ADE 'nicht' und 'fehlerhaft' interpretiert */ text-transform: uppercase; } /* ### SPECIAL ### */ h1.chapter-title, h2.chapter-title, h1.front-sec-title { font-family: display-comicrelief, sans-serif; font-size: 1.3em; font-weight: bold; font-style: normal; text-align: center; line-height: 1.2em; margin-top: 0em; margin-bottom: 2em;} h2.sec-title, h3.sec-title { font-family: serif-x, serif; font-size: 1em; font-weight: normal; font-style: normal; text-align: left; margin-top: 1em; margin-bottom: 0em;} h3.sec2-title, h4.sec2-title { font-family: serif-x, serif; font-size: 1em; font-weight: normal; font-style: normal; text-align: left; margin-top: 1em; margin-bottom: 0em;} img { max-width: 100%; max-height: 100%;} div.title-deco-image { text-align: center; margin-top: 1em; margin-bottom: 0em;} div.title-deco-image div { width: 14em; text-align: center; display: inline-block;} p.toc-chapter-title { font-family: serif-x, serif; font-weight: normal; font-style: normal; text-align: center; margin-top: 0em; text-indent: 0em;} p.text { text-indent:0em;} p.text-space { margin-top: 1em; text-indent:0em;} p.text-fline { text-indent:1em;} p.text-ind { text-indent:0em; margin-left: 1em;} p.text-ind-space { text-indent:0em; margin-left: 1em; margin-top: 1em;} p.text-ind2 { text-indent:0em; margin-left: 2em;} p.text-ind3 { text-indent:0em; margin-left: 3em;} p.text-ind-fline { text-indent: 1em; margin-left: 1em;} p.text-center { text-align: center; text-indent:0em;} p.text-center-space { margin-top: 1em; text-align: center; text-indent:0em;} p.text-center-space05 { margin-top: 0.5em; text-align: center; text-indent:0em;} span.display { font-family: display-comicrelief, serif; } /* blockade */ .blockade { color:#FF0000 !important; font-weight: bold !important; text-decoration: underline !important;}