@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: center; font-size: 1.2em; font-weight: bold; margin-top: 2em; margin-bottom: 0; } h1.blind { margin: 0; padding: 0; } h2 { text-indent: 0; text-align: left; font-size: 1em; font-weight: normal; margin-top: 2em; margin-bottom: 0; font-family: sans-serif; } h2.blind { margin: 0; padding: 0; } h3 { text-indent: 0; text-align: center; font-size: 1em; font-weight: normal; margin-top: 1.5em; margin-bottom: 0; font-family: serif; font-style: italic; } h3.blind { margin: 0; padding: 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-h2 { text-indent: 0em; padding-top: 1.5em; } p.noindent-h3 { text-indent: 0em; padding-top: 1em; } p.noindent-top { text-indent: 0em; margin-top: 1em; } p.noindent-top2 { text-indent: 0em; margin-top: 2em; } span.small { font-size: 0.8em; } ol { list-style-type: decimal; margin-top: 0; margin-bottom: 0; } /* 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.2em; } img { max-width: 100%; } /* ANZEIGEN */ p.h1 { text-indent: 0; text-align: left; font-size: 1.15em; font-weight: bold; margin-top: 2em; }