@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; } 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-top { text-indent: 0em; font-size: 0.8em; margin-top: 1em; } /* ÜBERSCHRIFTEN */ h1 { text-indent: 0; text-align: left; font-size: 1.2em; font-family: sans-serif; font-weight: bold; margin-top: 2em; margin-bottom: 0; } 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-top { text-indent: 0em; margin-top: 1em; } p.poem { text-indent: -1em; text-align: left; padding-left: 1em; margin-left: 1em; } p.marged { text-indent: 0em; margin-left: 1em; } p.tweet { text-indent: 0em; margin: 1em 0; margin-left: 0.5em; } p.hangindent { text-indent: 0em; text-align: left; clear: left; padding-left: 5.5em; } span.hang { float: left; width: 5.5em; margin-left: -5.5em; } p.center { text-align: center; } p.right { text-align: right; } span.small { font-size: 0.8em; } span.big { font-size: 1.1em; } span.sans-serif { font-family: sans-serif; font-size: 0.85em; } span.underline { text-decoration: underline; } ol { list-style-type: decimal; margin-top: 0; margin-bottom: 0; } div.top { margin-top: 1em; } div.top3 { margin-top: 3em; } div.left { text-align: left; } div.right { text-align: right; } div.box { background-color: #DCDCDC; padding: 0.5em 0.6em; margin: 0.5em 0; display: inline-block; } /* BILDER */ 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; }