@charset "UTF-8"; /*---FONTS------------------------------------------------------------------*/ @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; padding: 0; margin-left: 5%; margin-right: 5%; font-size: 1em; } p { text-indent: 1em; margin-bottom: 0; margin-top: 0; text-align: left; } li { text-align: left; } a { text-decoration: none; color: black; -webkit-text-fill-color: black; } /* Formatierung nch QS entfernen */ ol ol li { font-size: 100%; } ol ul li { font-size: 100%; } /* FRONTMATTER */ div.title { margin-top: 2em; } p.author { font-size: 2em; text-indent: 0em; text-align: left; } p.title { font-size: 2em; text-indent: 0em; text-align: left; } p.subtitle { font-size: 1.1em; text-align: left; text-indent: 0; } p.publisher { text-indent: 0; text-align: left; font-size: 1.1em; margin-top: 10em; } p.impress { font-size: 0.9em; text-align: left; text-indent: 0; } div.quote { margin-top: 5em; } /* CONTENT */ h1 { text-align: left; font-size: 1.5em; font-style: normal; font-weight: normal; margin-top: 1em; margin-bottom: 0; } h1.blind { margin: 0; padding: 0; } p.noindent { text-indent: 0em; } p.right { text-indent: 0; text-align: right; } p.right-top { text-indent: 0; text-align: right; margin-top: 1em; } ol { list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; } /* BACKMATTER */