@font-face { font-family: Garamond; /* src: url("./CormorantGaramond-Medium.ttf") format("truetype"); */ src: url("../Fonts/cormorantgaramondmedium.otf") format("opentype"); } @font-face { font-family: Garamond; /* src: url("./CormorantGaramond-MediumItalic.ttf") format("truetype"); */ src: url("../Fonts/cormorantgaramondmediumitalic.otf") format("opentype"); font-style: italic; } @font-face { font-family: Garamond; /* src: url("./CormorantGaramond-Bold.ttf") format("truetype"); */ src: url("../Fonts/cormorantgaramondbold.otf") format("opentype"); font-weight: bold; } @font-face { font-family: Garamond; /* src: url("./CormorantGaramond-BoldItalic.ttf") format("truetype"); */ src: url("../Fonts/cormorantgaramondbolditalic.otf") format("opentype"); font-weight: bold; font-style: italic; } code { white-space: pre; } body, td, th { font-family: Garamond; line-height: 120%; } hr { border-width: 0px; height: 0px; display: none; } h1 { border-bottom-style: solid; border-width: 1pt; padding-bottom: 1em; width: auto; } h1, h2, h3, h4, h5, h6 { text-align: center; page-break-after: avoid; font-size: 100%; -moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; } /* h3 + p, */ p + p { text-indent: 1.25em; margin-top: 0px; } /* Überschrift, Zitat, Quelle */ h1 + blockquote + p { font-style: italic; } h1 + blockquote + p, h1 + blockquote p { text-align: center; } h1 + blockquote + p + p, p { text-indent: 0px; margin-top: 1em; margin-bottom: 0px; } p, li, dd { -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; text-align: justify; } ol ol, ol[type="a"] { list-style-type: lower-latin; } ol[type="A"] { list-style-type: upper-latin; } ol[type="i"] { list-style-type: lower-roman; } ol[type="I"] { list-style-type: upper-roman; } ol.toc li, ol.toc { list-style-type: none; display: block; padding: 0px; margin: 0px; } ol.toc ol { margin-left: 1em; } p + * { margin-top: 1em; } img { display: block; max-height: 100%; max-width: 100%; display: block; margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 1em; } tt, code, pre { font-size: 0.8em; } pre { line-height: 0.9em; page-break-inside: avoid; } body { padding: 0.5em; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } ol { list-style-type: decimal; } ol ol { list-style-type: upper-latin; } .mirror { transform: scaleX(-1); -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); display: inline-block; } .annotation > p { font-style: italic; } .annotation > p > em, .annotation blockquote { font-style: normal; } .signated > p:last-child { font-size: small; text-align: right; }