@charset "UTF-8";

div, body,
section, article, nav,
header, footer, address,
h1, h2, h3, h4, h5, h6, hgroup, hr,
p, pre, blockquote,
ol, ul, li, dl, dt, dd {
    margin: 0rem;
    padding: 0rem;
    border: none;

    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    clear: both;
    z-index: auto;
    direction: inherit;
    unicode-bidi: normal;

    width: auto;
    min-width: 0em;
    max-width: none;
    height: auto;
    min-height: 0em;
    max-height: none;
    line-height: inherit;
    overflow: hidden;
    clip: auto;
    visibility: inherit;

    list-style: square outside;

    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: auto;

    orphans: 2;
    widows: 2;

    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-size: inherit;

    color: inherit;
    background: transparent none repeat scroll 0;

    text-indent: inherit;
    text-align: inherit;
    text-decoration: none;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-transform: inherit;
    white-space: inherit;
}

:before, :after,
span, em, strong, mark,
abbr, acronym, dfn,
a, img, q, cite,
code, samp, kbd, var,
i, b, u, sub, sup,
tt, strike, u, font,
ins, del {
    margin: 0rem;
    padding: 0rem;
    border: none;

    display: inline;
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    clear: none;
    z-index: auto;
    direction: inherit;
    unicode-bidi: normal;

    width: auto;
    min-width: 0em;
    max-width: none;
    height: auto;
    min-height: 0em;
    max-height: none;

    line-height: inherit;
    vertical-align: baseline;

    overflow: visible;
    clip: auto;
    visibility: inherit;

    break-before: auto;
    break-after: auto;

    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-size: inherit;

    color: inherit;
    background: transparent none repeat scroll 0;

    text-indent: 0em;
    text-align: inherit;
    text-decoration: none;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-transform: inherit;
    white-space: inherit;
}

[dir="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}

html {
    writing-mode: vertical-rl;
}

body {
    margin: auto;
    padding: 0rem;
    direction: ltr;
    line-height: 1.5;
    
    visibility: visible;
    
    list-style: none;
    
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1rem;
    
    color: black;
    background-color: white;
    text-indent: 0rem;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    white-space: normal;
}

@media screen {

body {
    margin: 2rem 0rem;
    max-height: 48rem;
    overflow: auto;
}

} /* @media screen */

/*
    Block elements
*/

div {
}


.article, article {
}

.section, section {
}

.nav, nav {
    break-inside: avoid;
}

h1, h2, h3, h4, h5, h6 {
    break-after: avoid;
    break-inside: avoid;
}

h1 {
    margin: 0rem 1.5rem;
    padding: 0rem 0.75rem;
    border-left: double medium #F02;
    overflow: visible;
    font-size: 1.6rem;
    line-height: 1.875;
    color: #F02;
}


h1 .subtitle {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
}

h2 {
    margin: 0rem 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
}

h3 {
    margin: 1rem 1.5rem 0rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}

h4 {
    margin: 2rem 1.5rem 0rem 1.5rem;
    font-size: 1rem;
}

h5 {
    margin: 3rem 1.5rem 0rem 1.5rem;
    font-size: 1rem;
}

h6 {
    margin: 4rem 1.5rem 0rem 1.5rem;
    font-size: 1rem;
}

hr {
    margin: 0rem 1.5rem;
    border: none;
    border-bottom: solid thin #F02;
}

address {
    margin: 0rem;
    text-align: end;
}

.colophon:last-child {
    margin: 0rem 1.5rem;
    padding-right: 1.5rem;
    border-right: solid thin #F02;
    text-align: end;
}

.author, .writer {
    text-align: end;
    break-inside: avoid;
}

.date {
    text-align: right;
    break-inside: avoid;
}

p {
    clear: none;
    overflow: visible;
    text-indent: 1rem;
}

blockquote {
    margin: 2rem 1.5rem 0rem 1.5rem;
    break-inside: avoid;
}

@media print {
blockquote[cite]:after {
    display: block;
    content: attr(cite);
    font-family: "code", monospace;
    text-align: end;
}
}/* @media print */

.blockcite {
    display: block;
    text-align: end;
}

div.poetic {
    margin: 2rem 1.5rem 0rem 1.5rem;
    padding-top: 1rem;
    text-indent: -1rem;
}

blockquote div.poetic {
    margin: 0rem;
}

.stanza {
    break-inside: avoid;
}

.stanza + .stanza {
    margin-right: 1.5rem;
}

pre {
    margin: 0rem 1.5rem;
    display: block;
    white-space: pre-wrap;
    font-family: monospace;
}

@media screen {
.blockcode {
    border: none;
    color: white;
    background-color: black;
}
}/*@media screen*/

@media print {
.blockcode {
    border-color: black;
}
}/*@media print*/

.blocksamp {
    margin: 0rem 1.5rem;
}

@media screen {
.blocksamp {
    background-color: black;
    color: white;
}
}/*@media screen*/

@media print {
.blocksamp {
    border-color: black;
}
}/*@media print*/

li{
}

ol {
    display: table;
    margin: 0rem 1.5rem;
    counter-reset: ol-counter;
    break-inside: avoid;
}

li > ol,  dd > ol {
    margin: 0rem;
}

ol > li {
    display: table-row;
    counter-increment: ol-counter;
}

ol > li:before {
    display: table-cell;
    padding-top: 0.3rem;
    content: counter(ol-counter, decimal) ".";
    height: 2rem;
    text-align: end;
}

 ol.directory-line{
	display: block;
	margin: 0rem;
	padding: 0rem;
}

ol.directory-line > li {
	display: inline;
}

ol.directory-line > li:before {
	display: none;
}

ol.directory-line > li + li:before {
	display: inline;
	content: " >";
}

.nav , nav {
    text-align: end;
}

.nav > ol, nav > ol {
    display: block;
    margin: 0rem;
    padding: 0rem;
}

.nav > ol > li, nav > ol > li {
    display: inline;
}

.nav > ol > li:before,
nav > ol > li:before {
    display: none;
}

.nav > ol > li + li:before,
nav > ol > li + li:before {
    display: inline;
    content: "> ";
}

ul {
    display: table;
    margin: 1rem 1.5rem 0rem 1.5rem;
    padding: 0rem;
    break-inside: avoid;
}

li > ul, dd > ul {
    margin: 0rem;
}

ul + ul {
    margin-right: 1.5rem;
}

ul > li {
    display: table-row;
}

ul > li:before {
    display: table-cell;
    width: 1rem;
    content: "▪";
    text-align: center;
}

ul > li > ul > li:before {
    content: "▫";
}

ul > li > ul > li > ul > li:before {
    content: "▪";
}

ul > li > ul > li > ul > li > 
ul > li:before {
    content: "▫";
}

ul > li > ul > li > ul > li > 
ul > li > ul > li:before {
    content: "▪";
}

ul > li > ul > li > ul > li >
ul > li > ul > li > ul > li:before {
    content: "▫";
}

ul > li > ul > li > ul > li > 
ul > li > ul > li > ul > li >
ul > li:before {
    content: "▪";
}

ul > li > ul > li > ul > li >
ul > li > ul > li > ul > li >
ul > li > ul > li:before {
    content: "▫";
}

ul > li > ul > li > ul > li > 
ul > li > ul > li > ul > li >
ul > li > ul > li > ul > li:before {
    content: "▪";
}

address ul,
.colophon ul {
    display: block;
}

address ul > li,
.colophon ul > li {
    display: block;
    text-align: end;
}

address ul > li:before,
.colophon ul > li:before {
    display: none;
}

dl {
    margin: 0rem 1.5rem;
    padding: 0rem;
}

li > dl, dd > dl {
    margin: 0rem;
}

dt {
    break-inside: avoid;
}

dd {
    margin-top: 2rem;
}

dt + dd {
    break-before: avoid;
}

.figure, figure {
    margin: 4rem 1.5rem ;
    break-inside: avoid;
}

.figure > img,
figure > img {
    display: block;
    max-width: 100%;
    max-height: 24rem;
    margin: 0rem auto;
}

.figcaption,
figcaption {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
}

.figure.cut.writer-icon,
figure.cut.writer-icon {
    width: 4rem;
    height: 4rem;
}

/*
    Table
*/

table, thead, tfoot, tbody,
colgroup, col,
tr, th, td {
    margin: 0rem;
    padding: 0rem;
    border: none;
    
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    clear: both;
    z-index: auto;
    direction: inherit;
    unicode-bidi: normal;
    
    width: auto;
    min-width: 0rem;
    max-width: none;
    height: auto;
    min-height: 0rem;
    max-height: none;
    line-height: inherit;
    overflow: visible;
    clip: auto;
    visibility: inherit;
    
    list-style: square outside;
    
    break-before: auto;
    break-after: auto;
    break-inside: auto;
    
    orphans: 2;
    widows: 2;
    
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-size: inherit;
    
    color: inherit;
    background: transparent none repeat scroll 0;
    
    text-indent: inherit;
    text-align: inherit;
    text-decoration: none;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-transform: inherit;
    white-space: inherit;
}

table {
    display: table;
    margin: 1.5rem 0rem;
    border-collapse: collapse;
    border: none;
    table-layout: auto;
}

table.statistical {
    border-right: solid thin black;
    border-left: solid thin black;
}

table caption {
    display: table-caption;
    caption-side: left;
    text-align: start;
    break-before: avoid;
    break-inside: avoid;
}

thead {
    display: table-header-group;
    border-left: solid thin black;
    break-inside: avoid;
}

tfoot {
    display: table-footer-group;
    border-right: solid thin black;
    break-inside: avoid;
}

tbody{
    display: table-row-group;
}

tbody + tbody {
    border-right: solid thin black;
}

colgroup {
    display: table-column-group;
}

col {
    display: table-column;
}

tr {
    display: table-row;
    break-inside: avoid;
}

td, th {
    display: table-cell;
    padding: 0.75rem 0rem;
    vertical-align: right;
}

.numeric {
    text-align: right;
}

th {
    font-weight: bold;
}

table.alternative-list {
    width: 100%;
    border: none;
}

table.alternative-list tr {
    border: none;
}

table.alternative-list th {
    padding: 0rem 0rem 0.4rem 0rem;
    width: 4rem;
    min-width: 4rem;
    text-align: right;
    border: none;
    font-weight: normal;
}

table.alternative-list td {
    padding: 0rem;
    min-width: 0rem;
    width: auto;
    text-align: start;
}

/*
    Logical inline elements
*/

span {
}

em {
    font-weight: bold;
}

strong {
    font-weight: bold;
    text-decoration: underline;
}

strong:lang(de) {
    letter-spacing: 0.3rem;
    font-weight: normal;
}

.ipa {
    font-family: "FreeSerif", serif;
}

.holiday {
    color: #F02;
    font-weight: bold;
}

dfn {
    font-weight: bold;
}

code, samp, kbd {
    font-family: monospace;
}

var {
    font-style: italic;
}

q:before, cite:before {
    content: open-quote;
}

q:after, cite:after {
    content: close-quote;
}

@media screen {

a[href] {
    color: #F02;
    text-decoration: none;
}

a[href]:hover,
a[href]:focus {
    text-decoration: underline;
}

a[href]:visited {
    color: #F13;
}

}/*@media screen*/

@media print {

a[href] {
    color: inherit;
}

a[href]:after {
    content:"(" attr(href) ")";
    font-family: monospace;
}

ol.directory-line a[href]:after {
    display: none;
}

a[href].note-mark {
    content: none;
}

}/* @media print */

img, object {
    vertical-align: middle;
    max-width: 100%;
}

/*
    Physical inline elements
*/

tt {
    font-family: monospace;
}

i {
    font-style: italic;
}

b {
    font-weight: bold;
}

sub {
    font-size: 0.75rem;
    line-height: 1;
    vertical-align: sub;
}

sup {
    font-size: 0.75rem;
    line-height: 1;
    vertical-align: super;
}

sup.note-mark {
    font-size: 0.75rem;
    vertical-align: super;
}

ruby {
}

rp {
}

rt {
}

strike {
    text-decoration: line-through;
}

u {
    text-decoration: underline;
}

/*
    Modification
*/

del {
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}
