@charset "UTF-8"; /* * Thienemann Standard Stylesheet * Letzte Änderung: 22.03.2016 */ /* GENERELL */ @font-face { font-family: serif; font-style: normal; font-weight: normal; src: url('../Fonts/LinLibertine_R.otf'); } @font-face { font-family: serif; font-style: italic; font-weight: normal; src: url('../Fonts/LinLibertine_RI.otf'); } @font-face { font-family: serif; font-style: normal; font-weight: bold; src: url('../Fonts/LinLibertine_RB.otf'); } @font-face { font-family: serif; font-style: italic; font-weight: bold; src: url('../Fonts/LinLibertine_RBI.otf'); } body { font-family: serif; line-height: 1.3; background-color: #fff; padding: 0; margin-left: 5%; margin-right: 5%; } p { text-indent: 1em; font-size: 1em; margin: 0; text-align: left; } a { text-decoration: underline; color: blue; } /* TITELEI */ div.title { text-align: center; } div.img-title { margin-top: 1em; display: inline-block; } /* IMPRESSUM */ p.impress { text-indent: 0em; font-size: 0.8em; } p.impress-top2 { text-indent: 0em; font-size: 0.8em; margin-top: 2em; } div.dedication { margin-top: 3em; } p.dedication { text-indent: 0; margin-left: 3em; } div.quote { margin-top: 3em; } /* ÜBERSCHRIFTEN */ h1 { text-indent: 0; text-align: center; font-size: 1.2em; font-weight: bold; margin-top: 2em; margin-bottom: 0; } h2 { text-indent: 0; text-align: center; font-size: 1.1em; font-weight: bold; margin-top: 2em; margin-bottom: 0; font-family: serif; color: #494949; } h1.frontmatter { text-indent: 0; text-align: left; font-weight: bold; font-style: normal; font-size: 1.2em; margin-top: 0; margin-bottom: 1em; font-family: serif; color: black; } h1.blind { margin: 0em; padding: 0em; } /* TEXTFORMATIERUNG */ p.noindent { text-indent: 0em; margin-top: 0; } p.noindent-h1 { text-indent: 0em; padding-top: 2em; clear: both; } p.noindent-h2 { text-indent: 0em; padding-top: 2em; clear: both; } p.noindent-top { text-indent: 0em; margin-top: 1em; } p.marged { text-indent: 0em; margin-left: 1em; } p.marged-indent { text-indent: 1em; margin-left: 1em; } p.center { text-align: center; } span.initial { font-size: 1.5em; line-height: 0.75em; } span.sans-serif { font-family: sans-serif; } span.grey { color: #494949; } span.g1-8 { font-size: 0.5em; line-height: 0.5em; } ol { list-style-type: decimal; margin-top: 0; margin-bottom: 0; } div.top { margin-top: 1em; } div.top2 { margin-top: 2em; } /* BILDER */ div.image-center { page-break-inside: avoid; margin-top: 1em; text-align: center; } div.foto { page-break-inside: avoid; margin: 1em 0; } p.caption { text-indent: 0; text-align: left; margin-top: 0.5em; } img { max-width: 100%; } /* ANZEIGEN */ p.h1 { text-indent: 0; text-align: left; font-size: 1.15em; font-weight: bold; margin-top: 2em; }