@media screen {
   .print {
     display: none;
   }
}

@page {
  height: 296mm;
  width: 210mm; 
  margin: 0; 
  padding: 0;
  background: white;
  color: black;
  position: relative;
  font-family: Times New Roman,sans-serif; 
  font-size: 16px;
  overflow: visible;
  page-break-after: always;
}


.page { 
  height: 296mm; 
  width: 210mm;
  margin: 0; 
  padding: 0;
  background: white;
  color: black;
  position: relative;
  font-family: Times New Roman, sans-serif; 
  font-size: 18px;
  overflow: visible;
  page-break-after: always;
}


.lpage { 
  height: 296mm; 
  width: 210mm;
  margin-left: 15mm; 
  margin-right: 20mm; 
  padding-top: 3mm;
  background: white;
  color: black;
  position: relative;
  font-family: Times New Roman, sans-serif; 
  font-size: 18px;
  overflow: visible;
  page-break-after: always;
}

.rpage { 
  height: 296mm; 
  width: 210mm;
  margin-left: 20mm; 
  margin-right: 15mm;
  padding-top: 3mm;
  background: white;
  color: black;
  position: relative;
  font-family: Times New Roman, sans-serif; 
  font-size: 18px;
  overflow: visible;
  page-break-after: always;
}


.header0 { 
  width: 175mm;
  height: 16mm;
  margin-top: 4mm; 
  position: relative;
}

.header1 {
  width: 175mm;
  height: 8mm;
  margin-top: 4mm; 
  position: relative;
  text-align: center; 
  font-size: 25px;
}

.header2 {
  width: 175mm;
  height: 8mm;
  position: relative;
  text-align: center; 
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid black;
}


.inhalt {  
  height: 290mm;
  width: 175mm; 
  padding-top: 3mm;
  position: relative;
  text-align: justify; 
  font-size: 18px;
  overflow: visible;
}

.inhalt.a {
color: blue;
}

.inhalt::after {
    content: "";
    clear: both;
    display: none;
}


.footer { 
  height: 12mm;
  width: 175mm;
  position: relative;
  text-align: center; 
  font-size: 15px;
  border-top: 1px solid black;
}

.footer1 { 
  height: 8mm;
  width: 175mm;
  position: relative;
  text-align: center; 
  font-size: 15px;
  border-top: 1px solid black;
}


p {  
  widows: 4;  orphans: 3;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
  font-size: 18px;
}

q {
    text-align: center;
    font-style: italic;
}

* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   }


.zweispaltig { 
  padding: 0;
  columns: 2;
  text-align: justify; 
  font-size: 18px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.zweispaltig p {  
  text-align: center; 
  widows: 4;  orphans: 3; 
}


.leinspaltig { 
  width: 85mm;
  padding: 0;
  text-align: justify; 
  font-size: 18px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.leinspaltig p {  
  text-align: center;  
  widows: 4;  orphans: 3; 
}


.reinspaltig { 
  width: 90mm;
  padding-left: 5mm;
  text-align: justify; 
  font-size: 18px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.reinspaltig p {  
  text-align: center; 
  widows: 4;  orphans: 3; 
}


.roundimg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
    border-radius: 50%;
}


ul.leaders {
    max-width: 175mm;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    font-size: 18px;
}

ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span:first-child {
    padding-right: 0.38em;
    background: white;
}

ul.leaders span + span {
    float: right;
    padding-left: 0.38em;
    background: white;
    position: relative;
    z-index: 1;
}

abb  { 
  font-size: 15px;
  text-align: center;
  font-weight: normal;
} 

st  {  
  font-weight: bold;
  color: Crimson;
} 

nofn  {  
  font-size: 15px;
  font-weight: bold;
  color: OrangeRed;
  vertical-align: super;
  text-decoration: none;
} 

pn  {  
  font-size: 18px;
  font-weight: bold;
  color: DodgerBlue;
  vertical-align: top;
} 


fn  {  
  font-size: 15px;
  font-weight: bold;
  color: Blue;
  vertical-align: super;
} 

fn1  {  
  font-weight: bold;
  color: Maroon;
  text-decoration: none;
} 

fn2  {  
  counter-increment: fn2num;
  font-size: 15px;
  font-weight: bold;
  vertical-align: super;
  color: blue;
}  

fn3  {  
  counter-increment: fn3num;
  font-size: 15px;
  font-weight: bold;
  vertical-align: super;
  color: green;
} 

fnt  {
  font-size: 15px;
  font-weight: normal;
}

fnt::after  {
content: "The footnotes are gathered at the Appendix, starting from page 150.";
}