Änderungen

keine Bearbeitungszusammenfassung
Zeile 109: Zeile 109:     
p {
 
p {
     margin: 0.75em 0 0.75em 0;
+
     margin: 0 0 0.5em 0;
 
}
 
}
    
ul {
 
ul {
     margin: 0.75em 0 0.75em 1em;
+
     margin: 0.5em 0 0.5em 1em;
 
     padding: 0;
 
     padding: 0;
 
}
 
}
Zeile 122: Zeile 122:     
ol {
 
ol {
     margin: 0.75em 0 0.75em 1em;
+
     margin: 0.5em 0 0.5em 1em;
 
     padding: 0;
 
     padding: 0;
 
}
 
}
Zeile 505: Zeile 505:  
p.box-header {
 
p.box-header {
 
     margin: 0;
 
     margin: 0;
     padding: 0.3em 1em;
+
     padding: 0.5em 1em;
 
}
 
}
   Zeile 522: Zeile 522:  
.box-grau .box-header {
 
.box-grau .box-header {
 
     background-color: #dedfdf;
 
     background-color: #dedfdf;
 +
    margin: 0;
 
}
 
}
   Zeile 532: Zeile 533:  
.box-blau .box-header {
 
.box-blau .box-header {
 
     background-color: #d1e0eb;
 
     background-color: #d1e0eb;
 +
    margin: 0;
 
}
 
}
   Zeile 542: Zeile 544:  
.box-orange .box-header {
 
.box-orange .box-header {
 
     background-color: #faefd5;
 
     background-color: #faefd5;
 +
    margin: 0;
 
}
 
}
   Zeile 569: Zeile 572:     
.mw-body-content p {
 
.mw-body-content p {
     margin: 0 0 0.75em 0;
+
     margin: 0.5em 0;
 
}
 
}
   Zeile 861: Zeile 864:     
@media print {
 
@media print {
 +
 +
@page {
 +
size: 210mm 297mm;
 +
/* Chrome sets own margins, we change these printer settings */
 +
margin: 25mm 20mm 25mm 20mm;
 +
}
 
 
 
body {
 
body {
 
font-family: notosans, sans-serif;
 
font-family: notosans, sans-serif;
 
background-color: #ffffff;
 
background-color: #ffffff;
margin: 0.8cm;
+
margin: 0;
 
}
 
}
 
 
Zeile 874: Zeile 883:  
.mw-body-content {
 
.mw-body-content {
 
-webkit-print-color-adjust: exact;  
 
-webkit-print-color-adjust: exact;  
font-family: notosans, sans-serif;
+
font-family: notosans, 'NotoSans-Regular', sans-serif;
 
font-size: 10pt;
 
font-size: 10pt;
 
line-height: 18pt;
 
line-height: 18pt;
Zeile 880: Zeile 889:  
 
 
h1, .firstHeading {
 
h1, .firstHeading {
font-family: notosans, sans-serif;
+
font-family: notosans, 'NotoSans-Regular', sans-serif;
font-size: 18pt !important;
+
font-size: 20pt;
line-height: 27pt !important;
+
line-height: 30pt;
 
font-weight: normal;
 
font-weight: normal;
margin: 10pt 0 0 0;
+
margin: 0 0 10pt 0;
border-bottom: 1pt solid #e6a817;
  −
}
  −
  −
body.page-Hauptseite h1 {
  −
border-bottom: 1pt solid #e6a817;
   
}
 
}
 
 
 
h2 {
 
h2 {
font-family: notosans, sans-serif;
+
font-family: notosans, 'NotoSans-Regular', sans-serif;
font-size: 14pt !important;
+
font-size: 15pt;
line-height: 21pt !important;
+
line-height: 22.5pt;
 
font-weight: normal;
 
font-weight: normal;
margin: 20pt 0 10pt 0;
+
margin: 30pt 0 10pt 0;
border-bottom: 1pt solid #e6a817;
   
}
 
}
 
 
 
p, li, .box-content p, .box-content li, .references li {
 
p, li, .box-content p, .box-content li, .references li {
font-family: notosans, sans-serif;
+
font-family: notosans, 'NotoSans-Regular', sans-serif;
font-size: 10pt !important;
+
font-size: 10pt;
line-height: 18pt !important;
+
line-height: 16pt;
text-align: left !important;
+
text-align: left;
 
}
 
}
 
 
 
.text-center, .text-center p {
 
.text-center, .text-center p {
text-align: center !important;
+
text-align: center;
 
}
 
}
 
 
 
p {
 
p {
     margin: 10pt 0;
+
font-size: 10pt;
 +
     margin: 15pt 0;
 +
    text-indent: 0;
 +
    line-stacking-strategy: block-line-height;
 
}
 
}
 
 
.references {
+
ul, ol {
    font-size: 10pt !important;
+
font-size: 10pt;
     margin: 5pt 0 0 10pt !important;
+
     margin: 10pt 0 10pt 20pt;
     text-indent: 0 !important;
+
     text-indent: 0;
 
}
 
}
 
 
ul, ol {
+
.references {
     font-size: 10pt !important;
+
     font-size: 10pt;
     margin: 10pt 0 0 20pt !important;
+
     margin: 5pt 0 0 10pt;
     text-indent: 0 !important;
+
     text-indent: 0;
 
}
 
}
    
ul li, ol li {
 
ul li, ol li {
font-size: 10pt !important;
+
font-size: 10pt;
line-height: 15pt !important;
+
line-height: 16pt;
     margin-bottom: 5pt;
+
     margin: 5pt 0;
 +
    line-stacking-strategy: block-line-height;
 
}
 
}
    
a, a:hover, a:visited {
 
a, a:hover, a:visited {
color: #005490 !important;
+
color: #005490;
text-decoration: none !important;
+
text-decoration: none;
border-bottom: none !important;
+
border-bottom: none;
 
}
 
}
 
 
Zeile 946: Zeile 953:  
 
 
sup, sub {
 
sup, sub {
    font-size: 4pt !important;
+
     line-height: 0;
     line-height: 0 !important;
   
     margin-top: -4pt;
 
     margin-top: -4pt;
padding: 0 1pt !important;
+
padding: 0 1pt;
 
}
 
}
 
 
 
table {
 
table {
max-width: 100% !important;
+
max-width: 100%;
 
font-size: 8pt;
 
font-size: 8pt;
line-height: 12pt !important;
+
line-height: 12pt;
 
page-break-inside: auto;
 
page-break-inside: auto;
 
}
 
}
Zeile 965: Zeile 971:  
 
 
td {  
 
td {  
padding: 5pt !important;
+
padding: 5pt;
 +
line-stacking-strategy: block-line-height;
 
}
 
}
 
 
 
.main-table td p, .main-table td ul {
 
.main-table td p, .main-table td ul {
margin-top: 0 !important;
+
margin-top: 0;
margin-bottom: 0 !important;
+
margin-bottom: 0;
 
}
 
}
 
 
 
.main-table td p, .main-table td ul li {
 
.main-table td p, .main-table td ul li {
font-size: 8pt !important;
+
font-size: 8pt;
line-height: 12pt !important;
+
line-height: 12pt;
margin-top: 0 !important;
+
margin-top: 0;
margin-bottom: 0 !important;
+
margin-bottom: 0;
 
}
 
}
    
html .thumbcaption, p.small-text {
 
html .thumbcaption, p.small-text {
     font-size: 8pt !important;
+
     font-size: 8pt;
     line-height: 12pt !important;
+
     line-height: 12pt;
 
}
 
}
 
 
 
p.text-right {
 
p.text-right {
     text-align: right !important;
+
     text-align: right;
 +
}
 +
 +
.box-content {
 +
margin-top: 0;
 +
}
 +
 +
.box-grau, .box-blau, .box-orange {
 +
    border-width: 1pt;
 
}
 
}
 
 
Zeile 1.011: Zeile 1.026:  
.spalten {
 
.spalten {
 
     display: block;
 
     display: block;
 +
    margin-top: 15pt;
 
}
 
}
    
.spalte-1-1, .spalte-3-4, .spalte-2-3, .spalte-1-2, .spalte-1-3, .spalte-1-4 {
 
.spalte-1-1, .spalte-3-4, .spalte-2-3, .spalte-1-2, .spalte-1-3, .spalte-1-4 {
 
     width: 100%;
 
     width: 100%;
     margin: 0 0 15pt 0;
+
     margin: 0 0 10pt 0;
 
     overflow: auto;
 
     overflow: auto;
 
     clear: both;
 
     clear: both;
 
}
 
}
 
 
p + .spalten, ul + .spalten, ol + .spalten {
+
#mw-data-after-content, #toc, #footer {
    margin: 15pt 0 0 0 !important;
+
display: none;
 
}
 
}
 
 
.spalten + h2 {
+
blockquote {
    margin: 20pt 0 !important;
+
border-left: 1pt solid #e6a817;
 
}
 
}
 
 
#mw-data-after-content, #toc, #footer {
+
.small-text {
display: none;
+
font-size: 8pt;
 
}
 
}
 
 
blockquote {
+
.text-right {
border-left: 1pt solid #e6a817;
+
text-align: right;
 
}
 
}
 
 
 
.thumb {
 
.thumb {
     margin: 20pt 0 !important;
+
position: relative;
 +
display: block;
 +
     margin: 20pt 0;
 
}
 
}
 
 
 
.thumbcaption {
 
.thumbcaption {
font-family: notosans, sans-serif;
+
font-family: notosans, 'NotoSans-Regular', sans-serif;
font-size: 8pt !important;
+
font-size: 8pt;
padding-top: 4pt !important;
+
    line-height: 1.4;
    line-height: 1.4 !important;
+
padding-top: 4pt;
 +
margin-bottom: 0;
 
}
 
}
 
 
 
}
 
}