@charset "utf-8"; /* --------------------------------------------------------- */ /* Fonts */ @font-face { font-family: DejaVuSerif; font-style: normal; font-weight: normal; src: url(../Fonts/DejaVuSerif-Regular.ttf); } @font-face { font-family: DejaVuSerif; font-style: italic; font-weight: normal; src: url(../Fonts/DejaVuSerif-Italic.ttf); } @font-face { font-family: DejaVuSerif; font-style: normal; font-weight: bold; src: url(../Fonts/DejaVuSerif-Bold.ttf); } @font-face { font-family: DejaVuSerif; font-style: italic; font-weight: bold; src: url(../Fonts/DejaVuSerif-BoldItalic.ttf); } @font-face { font-family: Times_New_Roman; src: url(../Fonts/Times_New_Roman.ttf); } /* --------------------------------------------------------- */ /* Seite */ @page { margin-top: 1em; margin-bottom: 1em; } body { font-family: DejaVuSerif; text-align: justify; font-size: 1em; margin-left: 1em; margin-right: 1em; } /* --------------------------------------------------------- */ /* Styles */ .b { font-weight: bold; } .i { font-style: italic; } .u { text-decoration: underline; } /* --------------------------------------------------------- */ /* Ueberschriften */ .autor { display: block; font-family: Times_New_Roman; font-weight: bold; font-size: 2em; letter-spacing: 0.1em; line-height: 1.3em; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 1em; text-align: center; text-indent: 0; } .titel { display: block; font-family: WishMF; font-weight: bold; font-size: 2.2em; letter-spacing: 0.1em; line-height: 1.3em; margin-bottom: 2.5em; margin-left: 0; margin-right: 0; margin-top: 0.5em; text-align: center; text-indent: 0; } .copyright { font-family: Times_New_Roman; font-size: 0.85em; margin-top: 2.5em; margin-bottom: 0; text-align: center; text-indent: 0em; } .kapitel { font-family: CenteriaScriptDemo; font-size: 2.5em; margin-top: 1.5em; margin-bottom: 1em; text-align: center; text-indent: 0; } .kapitel-2 { font-family: Times_New_Roman; font-size: 1.5em; margin-top: 1.5em; margin-bottom: 0; text-align: center; text-indent: 0; } /* --------------------------------------------------------- */ /* Paragrafen */ .p-ohne { font-size: 1em; margin-top: 1em; margin-bottom: 0; text-align: justify; text-indent: 0em; } .p-ohne-c { font-size: 1em; margin-top: 1em; margin-bottom: 0; text-align: center; text-indent: 0em; } .p-ohne-r { font-size: 1em; margin-top: 1em; margin-bottom: 0; text-align: right; text-indent: 0em; } .p-mit { font-size: 1em; margin-top: 0; margin-bottom: 0; text-align: justify; text-indent: 1em; } .initiale { font-family: CenteriaScriptDemo; font-size: 1.4em; line-height: 1em; margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 2em; text-align: left; text-indent: 0; } .p-widmung { font-size: 1.1em; margin-top: 4.5em; margin-bottom: 0; text-indent: 0; text-align: center; } /* --------------------------------------------------------- */ /* Images */ .iautor { margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; } .logo { margin-top: 3.5em; margin-bottom: 0; text-align: center; }