KKeine Bearbeitungszusammenfassung |
K 1 Version importiert |
||
| (46 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 5: | Zeile 5: | ||
.einrücken { | .einrücken { | ||
margin-left: 0px; | |||
} | |||
.border-bottom { | |||
border-bottom: 2px solid #a2a9b1!important; | |||
} | } | ||
.border-bottom-xs td:nth-child(even) { | .border-bottom-xs td:nth-child(even) { | ||
border-top: 0!important; | |||
border-right: 0!important; | |||
border-bottom: 1px solid #a2a9b1!important; | |||
border-left: 0!important; | |||
} | |||
.border-bottom-xs td:nth-child(odd) { | .border-bottom-xs td:nth-child(odd) { | ||
border: 0!important; | |||
} | |||
.border-top-none-xs, none-border-top-xs { | |||
border-top: none !important; | |||
} | |||
.noborder { | .noborder { | ||
border: 0!important; | |||
background: 0!important; | |||
/*border: 1px solid red; | /*border: 1px solid red; | ||
background: blue;*/ | background: blue;*/ | ||
} | |||
.wikitable2 > tbody > tr > td { | .wikitable2 > tbody > tr > td { | ||
display: block; | |||
text-align: right; | |||
padding-left: 25px; | |||
vertical-align: top; | |||
border-left: 2px solid #a2a9b1; /* Rand links zeichnen */ | |||
border-right: 2px solid #a2a9b1; /* Rand rechts zeichnen */ | |||
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | |||
border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */ | |||
} | |||
.wikitable2 > tbody > tr > td:nth-child(1) { | .wikitable2 > tbody > tr > td:nth-child(1) { | ||
display: block; | |||
text-align: left; | |||
padding-left: 1px; | |||
vertical-align: top; | |||
font-weight: bolder; | |||
margin-top: 5px; | |||
border-top: 2px solid #a2a9b1; /* Rand oben zeichnen */ | |||
border-left: 2px solid #a2a9b1; /* Rand links zeichnen */ | |||
border-right: 2px solid #a2a9b1; /* Rand rechts zeichnen */ | |||
border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */ | |||
color: #555555; | |||
} | |||
.wikitable2 > tbody > tr > td:last-child { | .wikitable2 > tbody > tr > td:last-child { | ||
display: block; | |||
text-align: right; | |||
padding-left: 25px; | |||
vertical-align: top; | |||
border: 2px solid #a2a9b1; /* Rand unten, rechts und links zeichnen */ | |||
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | |||
} | |||
.wikitable2 > tbody > tr > td.zelle:last-child { | |||
padding-left: 0px; | |||
text-align: left; | |||
} | |||
.wikitable2 > * > tr > th { | .wikitable2 > * > tr > th { | ||
display: block; | |||
text-align: right; | |||
padding-left: 1px; | |||
padding-right: 1.4em; | |||
border: 2px solid #a2a9b1; /* Rand rechts und links zeichnen */ | |||
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | |||
border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */ | |||
} | |||
.wikitable2 > * > tr > th:first-child { | .wikitable2 > * > tr > th:first-child { | ||
margin-top: 5px; | |||
} | |||
.wikitable2 > * > tr > th:last-child { | .wikitable2 > * > tr > th:last-child { | ||
display: block; | |||
/* | /* text-align: right; */ | ||
padding-left: 1px; | |||
border-bottom: 2px solid #a2a9b1!important; /* Rand unten zeichnen */ | |||
/* | /* border-left: 2px solid #a2a9b1; Rand links zeichnen */ | ||
/* | /* border-right: 2px solid #a2a9b1; Rand rechts zeichnen */ | ||
/* | /* border-top: 1px solid #a2a9b1; Rand oben dünn zeichnen */ | ||
} | |||
.wikitable2 > * > tr > th:nth-child(1) { | .wikitable2 > * > tr > th:nth-child(1) { | ||
text-align: left; | |||
padding-left: 1px; | |||
display: block; | |||
border-top: 2px solid #a2a9b1; /* Rand oben zeichnen */ | |||
/* | /* border-bottom: 1px solid #eaecf0; Rand unten durch Hintergrundfarbe ausblenden */ | ||
} | |||
.wikitable2 .Leerzeile | .wikitable2 .Leerzeile { | ||
border: solid 1px white!important; | |||
background: white!important; | |||
text-align: left!important; | |||
padding-left: 0px!important; | |||
vertical-align: bottom!important; | |||
font-weight: normal; | |||
color: black; | |||
} | |||
/****/ | /****/ | ||
.wikitable3 > * > tr > th { | .wikitable3 > * > tr > th { | ||
float: left; | |||
width: 33.3%; | |||
padding-left: 1px; | |||
padding-right: 0.4em; | |||
} | |||
.wikitable3 > * > tr > th:nth-child(1) { | .wikitable3 > * > tr > th:nth-child(1) { | ||
display: block; | |||
width: 100%; | |||
text-align: left; | |||
padding-left: 1px; | |||
padding-right: 0.4em; | |||
border: 2px solid #a2a9b1; /* Rand rechts und links zeichnen */ | |||
border-top: 2px solid #a2a9b1; /* Rand oben dünn zeichnen */ | |||
border-bottom: 0; /* Rand unten ausblenden */ | |||
} | |||
.wikitable3 > * > tr > th:nth-child(2) { | .wikitable3 > * > tr > th:nth-child(2) { | ||
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | |||
border-right: 1px solid #a2a9b1; /* Rand rechts dünn zeichnen */ | |||
border-bottom: 2px solid #a2a9b1; /* Rand unten dick zeichnen */ | |||
border-left: 2px solid #a2a9b1; /* Rand links dick zeichnen */ | |||
} | |||
.wikitable3 > * > tr > th:nth-child(3) { | .wikitable3 > * > tr > th:nth-child(3) { | ||
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | |||
border-right: 0; /* Rand rechts ausblenden */ | |||
border-bottom: 2px solid #a2a9b1; /* Rand unten dick zeichnen */ | |||
border-left: 0; /* Rand links ausblenden */ | |||
} | |||
.wikitable3 > * > tr > th:nth-child(4) { | .wikitable3 > * > tr > th:nth-child(4) { | ||
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | |||
border-right: 2px solid #a2a9b1; /* Rand rechts dick zeichnen */ | |||
border-bottom: 2px solid #a2a9b1; /* Rand unten dick zeichnen */ | |||
border-left: 1px solid #a2a9b1; /* Rand links dünn zeichnen */ | |||
} | |||
.wikitable3 > tbody > tr > td { | .wikitable3 > tbody > tr > td { | ||
float: left; | |||
text-align: left; | |||
padding-left: 2px; | |||
vertical-align: top; | |||
width: 33.3%; | |||
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | |||
border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */ | |||
border-bottom: 1px solid #a2a9b1; /* Rand unten dünn zeichnen */ | |||
border-left: 1px solid #a2a9b1; /* Rand links zeichnen */ | |||
margin: -1px 0px; | |||
} | |||
.wikitable3 > tbody > tr > td:nth-child(2) { | .wikitable3 > tbody > tr > td:nth-child(2) { | ||
/*border-right: 0;*/ | |||
} | |||
.wikitable3 > tbody > tr > td:last-child { | .wikitable3 > tbody > tr > td:last-child { | ||
border-left: 1px solid #a2a9b1; /* Rand rechts zeichnen */ | |||
border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */ | |||
} | |||
.wikitable3 > tbody > tr > td:nth-child(1) { | .wikitable3 > tbody > tr > td:nth-child(1) { | ||
width: 100%; | |||
text-align: left; | |||
padding-left: 1px; | |||
vertical-align: top; | |||
margin-top: 5px; | |||
border-top: 1px solid #a2a9b1; /* Rand oben zeichnen */ | |||
border-left: 1px solid #a2a9b1; /* Rand links zeichnen */ | |||
border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */ | |||
border-bottom: 1px solid #a2a9b1; /* Rand unten zeichnen */ | |||
} | |||
.wikitable3 > tbody > tr > td.no1cell { | .wikitable3 > tbody > tr > td.no1cell { | ||
float: left; | |||
text-align: left; | |||
padding-left: 2px; | |||
vertical-align: top; | |||
width: 33.3%; | |||
border-right: 0; | |||
margin: -1px 0px; | |||
} | |||
.thumbinner { | .thumbinner { | ||
margin-bottom: 10px; | |||
} | |||
.thumbcaption #mw-customcollapsible-Inhalte { | |||
display: inline-grid; | |||
justify-content: flex-end; | |||
} | |||
.pt2 { | .pt2 { | ||
float: left; | |||
margin-bottom : 10px; | |||
max-width: 100%; | |||
} | |||
.sptable > * > tr > th { | .sptable > * > tr > th { | ||
float: left; | |||
width: 100%; | |||
padding-left: 1px; | |||
padding-right: 0.4em; | |||
} | |||
.sptable { | .sptable { | ||
border-collapse: separate; | |||
border-spacing: 0.3em; | |||
} | |||
.sptable > * > tr > th { | |||
display: block; | |||
width: 100%; | |||
/*text-align: right;*/ | |||
padding-left: 15px; | |||
padding-right: 5px; | |||
} | |||
.sptable > * > tr > th:nth-child(1) { | .sptable > * > tr > th:nth-child(1) { | ||
text-align: left; | |||
} | |||
.sptable > tbody > tr > td { | .sptable > tbody > tr > td { | ||
display: block; | |||
width: 100%; | |||
/* text-align: right;*/ | |||
padding-left: 15px; | |||
padding-right: 5px; | |||
vertical-align: top; | |||
} | |||
.sptable > tbody > tr > td:first-child { | .sptable > tbody > tr > td:first-child { | ||
display: block; | |||
width: 100%; | |||
text-align: left; | |||
padding-left: 1px; | |||
vertical-align: top; | |||
} | } | ||
.sptable.striped > tbody > tr > td:first-child, sptable3.striped > tbody > tr > td:first-child { | .sptable.striped > tbody > tr > td:first-child, .sptable2.striped > tbody > tr > td:first-child, sptable3.striped > tbody > tr > td:first-child { | ||
background-color: #eaecf0; | |||
} | |||
.sptable > * > tr > th, .sptable > tbody > tr > td | .sptable > * > tr > th, .sptable > tbody > tr > td { | ||
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */ | ||
border-right: 2px solid #a2a9b1; /* Rand rechts ausblenden */ | border-right: 2px solid #a2a9b1; /* Rand rechts ausblenden */ | ||
| Zeile 248: | Zeile 270: | ||
.sptable > * > tr > th:first-child, .sptable > tbody > tr > td:first-child { | .sptable > * > tr > th:first-child, .sptable > tbody > tr > td:first-child { | ||
border-top: | border-top: 2px solid #a2a9b1; | ||
} | } | ||
| Zeile 259: | Zeile 281: | ||
.sptable .Leerzeile, .sptable3 .Leerzeile { | .sptable .Leerzeile, .sptable3 .Leerzeile { | ||
border: 0!important; | |||
background: white!important; | |||
} | |||
.spgridtr tr > td.bild { | .spgridtr tr > td.bild { | ||
| Zeile 276: | Zeile 296: | ||
.sptable3, .sptable2 { | .sptable3, .sptable2 { | ||
background-color:white; | /* background-color: white; */ | ||
color: #222; | color: #222; | ||
margin: 0em 0; | margin: 0em 0; | ||
| Zeile 287: | Zeile 307: | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
padding: 0.2em 0.1em; | padding: 0.2em 0.1em; | ||
line-height:1.4; | line-height: 1.4; | ||
} | |||
.sptable3 > * > tr > th, .sptable2 > * > tr > th { | .sptable3 > * > tr > th, | ||
.sptable2 > * > tr > th, | |||
.blank > * > tr > th { | |||
display: block; | display: block; | ||
width:100%; | width: 100%; | ||
/*text-align: right;*/ | |||
padding-left: 15px; | |||
padding-right: 5px; | |||
} | |||
.sptable3 > * > tr > th:first-child, .sptable2 > * > tr > th:first-child { | |||
text-align: left; | text-align: left; | ||
} | |||
} | |||
.sptable3 > * > tr > th:nth-child(2) { | .sptable3 > * > tr > th:nth-child(2) { | ||
| Zeile 305: | Zeile 331: | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
padding: 0.2em 0.1em; | padding: 0.2em 0.1em; | ||
line-height:1.4; | line-height: 1.4; | ||
width: 50%; | width: 50%; | ||
} | } | ||
| Zeile 316: | Zeile 342: | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
padding: 0.2em 0.1em; | padding: 0.2em 0.1em; | ||
line-height:1.4; | line-height: 1.4; | ||
text-align: left; | |||
width: 50%; | width: 50%; | ||
} | } | ||
| Zeile 327: | Zeile 354: | ||
.sptable3 > * > tr > th:nth-child(2) { | .sptable3 > * > tr > th:nth-child(2) { | ||
text-align: left; | |||
} | } | ||
.sptable2 tr > td.Leerzeile, .sptable3 tr > td.Leerzeile | .sptable2 tr > td.Leerzeile, .sptable3 tr > td.Leerzeile { | ||
border | border: 0!important; | ||
background: white!important; | background: white!important; | ||
} | } | ||
.sptable3 tbody > tr:first-child, .sptable2 tbody > tr:first-child { | .sptable3 tbody > tr:first-child, | ||
display: table-row; | .sptable2 tbody > tr:first-child, | ||
.blank tbody > tr:first-child { | |||
/* display: table-row; */ | |||
width: 100%; | width: 100%; | ||
} | } | ||
| Zeile 411: | Zeile 438: | ||
/** sptable2 **/ | /** sptable2 **/ | ||
.sptable > * > tr > td, .sptable2 > * > tr > td, .sptable3 > * > tr > td { | |||
/*text-align: right;*/ | |||
padding-left: 15px; | |||
padding-right: 5px; | |||
} | |||
.sptable2 > * > tr > td:first-child { | |||
text-align: left; | |||
padding-left: 2px; | |||
} | |||
.sptable2 > * > tr > td:first-child.spalte2 { | |||
text-align: left; | |||
padding-left: 15px; | |||
} | |||
.sptable2 tbody > tr { | .sptable2 tbody > tr { | ||
| Zeile 418: | Zeile 462: | ||
} | } | ||
.sptable2 tr > td.bild { | .sptable2 tr > td.bild, | ||
.blank tr > td.bild { | |||
grid-column: 1/3; | grid-column: 1/3; | ||
grid-row: 1; | grid-row: 1; | ||
| Zeile 425: | Zeile 470: | ||
padding-top: 10px; | padding-top: 10px; | ||
padding-bottom: 0px; | padding-bottom: 0px; | ||
width:100%; | width: 100%; | ||
} | |||
.sptable2 tr > th.bild, | |||
.blank tr > th.bild { | |||
grid-column: 1/3; | |||
grid-row: 4; | |||
background: white; | |||
border: 0; | |||
padding-top: 10px; | |||
padding-bottom: 0px; | |||
width: 100%; | |||
} | } | ||
.sptable2 td:nth-child(1) { | .sptable2 td:nth-child(1) { | ||
grid-column: 1; | |||
background-color:#b6b6b6; | |||
border-top: 2px solid #a2a9b1; | |||
border-right: 2px solid #a2a9b1; | |||
border-bottom: 0; | |||
border-left: 2px solid #a2a9b1; | |||
margin-top: 5px; | |||
text-align: left; | |||
} | |||
.sptable2 tr.Leerzeile td:nth-child(1) { | |||
background: unset; | |||
} | |||
.blank td { | |||
grid-column: 1; | grid-column: 1; | ||
background-color: #b6b6b6; | background-color: #b6b6b6; | ||
margin-top: 5px; | margin-top: 5px; | ||
text-align: left; | text-align: left; | ||
} | } | ||
.sptable2 tr > td:nth-child(2) { | |||
.sptable2 > tbody > tr > td.no1cell { | |||
background: #f8f9fa; | |||
} | |||
.sptable2 tr > td:nth-child(2), .sptable2 td.spalte2 { | |||
grid-column: 1; | grid-column: 1; | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
| Zeile 446: | Zeile 518: | ||
border-bottom: 0; | border-bottom: 0; | ||
border-left: 2px solid #a2a9b1; | border-left: 2px solid #a2a9b1; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
| Zeile 456: | Zeile 527: | ||
border-right: 2px solid #a2a9b1; | border-right: 2px solid #a2a9b1; | ||
border-bottom: 0; | border-bottom: 0; | ||
border-left:2px solid #a2a9b1; | border-left: 2px solid #a2a9b1; | ||
} | } | ||
| Zeile 490: | Zeile 561: | ||
} | } | ||
.sptable2 tr > td.bild { | .sptable2 tr > td.bild, | ||
.blank tr > td.bild { | |||
grid-column: 1/5; | grid-column: 1/5; | ||
grid-row: 1; | grid-row: 1; | ||
| Zeile 497: | Zeile 569: | ||
padding-top: 10px; | padding-top: 10px; | ||
padding-bottom: 0px; | padding-bottom: 0px; | ||
width:100%; | width: 100%; | ||
} | } | ||
.bild2 { | .bild2 { | ||
display: flex; | |||
} | |||
.bild2 .tright { | |||
margin-top: 0em; | |||
margin-bottom: -10px; | |||
} | |||
td.Bild { | |||
width: 100%; | |||
} | |||
.right.Bild { | |||
display: inline-table; | |||
} | |||
tbody > tr:nth-child(2) > * > .bild2 .tright { | |||
margin-top: 0em; | |||
margin-bottom: -10px; | |||
} | |||
.sptable td:empty { | |||
display: none!important; | |||
} | |||
.sptable td:first-child:empty { | |||
display: block!important; | |||
} | |||
.sptable td:first-child:empty + td { | |||
border-top: 0!important; | |||
} | |||
.changelog { | |||
margin-left: 5px!important; | |||
margin-bottom: -5px; | |||
margin-top: 10px; | |||
} | |||
.Filterzeile { | |||
display: grid; | |||
margin: 5px; | |||
} | |||
.noborder td { | |||
border: 0!important; | |||
} | |||
.blank td { | |||
border: 0!important; | |||
background: 0!important; | |||
} | |||
.language-toggle-german { | |||
position: absolute; | |||
top: 1em; | |||
right: 1em; | |||
} | |||
.language-toggle-english { | |||
position: absolute; | |||
top: 1em; | |||
right: 1em; | |||
} | |||
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed::before { | |||
content: '\f129\f105'; | |||
font-family: 'Font Awesome 6 Pro'; | |||
font-weight: 300; | |||
color: #ec971f; | |||
border-bottom: 1px dotted #ec971f; | |||
border-radius: 0px; | |||
padding-bottom: 1px; | |||
} | |||
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-expanded::before { | |||
content: '\f129\f104'; | |||
font-family: 'Font Awesome 6 Pro'; | |||
font-weight: 300; | |||
color: #ec971f; | |||
border-bottom: 1px dotted #ec971f; | |||
border-radius: 0px; | |||
padding-bottom: 1px; | |||
} | |||
.toc-col .toclevel-1 { | |||
column-count: 1; | |||
} | |||
.zh1 { | |||
line-height: inherit; | |||
} | |||
td.Bild.width-xxl, td.bild.width-xxl, | |||
td.Bild.td-width-xxl, | |||
td.Bild.width-xxl .img-container, | |||
th.Bild.width-xxl, th.bild.width-xxl, | |||
th.Bild.th-width-xxl, | |||
th.Bild.width-xxl .img-container, | |||
div.width-xxl, | |||
.img-container.width-xxl { | |||
width: 100%; | |||
} | |||
td.Bild.width-xl, td.bild.width-xl, | |||
td.Bild.td-width-xl, | |||
td.Bild.width-xl .img-container, | |||
th.Bild.width-xl, th.bild.width-xl, | |||
th.Bild.th-width-xl, | |||
th.Bild.width-xl .img-container, | |||
div.width-xl, | |||
.img-container.width-xl { | |||
width: 100%; | |||
} | |||
td.Bild.width-l, td.bild.width-l, | |||
td.Bild.td-width-l, | |||
td.Bild.width-l .img-container, | |||
th.Bild.width-l, th.bild.width-l, | |||
th.Bild.th-width-l, | |||
th.Bild.width-l .img-container, | |||
div.width-l, | |||
.img-container.width-l { | |||
width: 100%; | |||
} | |||
td.Bild.width-m, td.bild.width-m, | |||
td.Bild.td-width-m, | |||
td.Bild.width-m .img-container, | |||
th.Bild.width-m, th.bild.width-m, | |||
th.Bild.th-width-m, | |||
th.Bild.width-m .img-container, | |||
div.width-m, | |||
.img-container.width-m { | |||
width: 100%; | |||
} | |||
td.Bild.width-s, td.bild.width-s, | |||
td.Bild.td-width-s, | |||
td.Bild.width-s .img-container, | |||
th.Bild.width-s, th.bild.width-s, | |||
th.Bild.th-width-s, | |||
th.Bild.width-s .img-container, | |||
div.width-s, | |||
.img-container.width-s { | |||
width: 50%; | |||
} | |||
td.Bild.width-xs, td.bild.width-xs, | |||
td.Bild.td-width-xs, | |||
td.Bild.width-xs .img-container, | |||
th.Bild.width-xs, th.bild.width-xs, | |||
th.Bild.th-width-xs, | |||
th.Bild.width-xs .img-container, | |||
div.width-xs, | |||
.img-container.width-xs { | |||
width: 50%; | |||
} | |||
td.Bild.width-xxs, td.bild.width-xxs, | |||
td.Bild.td-width-xxs, | |||
td.Bild.width-xxs .img-container, | |||
th.Bild.width-xxs, th.bild.width-xxs, | |||
th.Bild.th-width-xxs, | |||
th.Bild.width-xxs .img-container, | |||
div.width-xxa, | |||
.img-container.width-xxs { | |||
width: 50%; | |||
} | |||
.info-box { | |||
min-width: 100%; | |||
float: none; | |||
} | |||
} /*** Ende Formatierung Breakpoint sm ***/ | } /*** Ende Formatierung Breakpoint sm ***/ | ||
Aktuelle Version vom 16. Juli 2025, 10:56 Uhr
/*** Formatierung Breakpoint sm ***/
@media (max-width: 576px) {
.einrücken {
margin-left: 0px;
}
.border-bottom {
border-bottom: 2px solid #a2a9b1!important;
}
.border-bottom-xs td:nth-child(even) {
border-top: 0!important;
border-right: 0!important;
border-bottom: 1px solid #a2a9b1!important;
border-left: 0!important;
}
.border-bottom-xs td:nth-child(odd) {
border: 0!important;
}
.border-top-none-xs, none-border-top-xs {
border-top: none !important;
}
.noborder {
border: 0!important;
background: 0!important;
/*border: 1px solid red;
background: blue;*/
}
.wikitable2 > tbody > tr > td {
display: block;
text-align: right;
padding-left: 25px;
vertical-align: top;
border-left: 2px solid #a2a9b1; /* Rand links zeichnen */
border-right: 2px solid #a2a9b1; /* Rand rechts zeichnen */
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
}
.wikitable2 > tbody > tr > td:nth-child(1) {
display: block;
text-align: left;
padding-left: 1px;
vertical-align: top;
font-weight: bolder;
margin-top: 5px;
border-top: 2px solid #a2a9b1; /* Rand oben zeichnen */
border-left: 2px solid #a2a9b1; /* Rand links zeichnen */
border-right: 2px solid #a2a9b1; /* Rand rechts zeichnen */
border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
color: #555555;
}
.wikitable2 > tbody > tr > td:last-child {
display: block;
text-align: right;
padding-left: 25px;
vertical-align: top;
border: 2px solid #a2a9b1; /* Rand unten, rechts und links zeichnen */
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
}
.wikitable2 > tbody > tr > td.zelle:last-child {
padding-left: 0px;
text-align: left;
}
.wikitable2 > * > tr > th {
display: block;
text-align: right;
padding-left: 1px;
padding-right: 1.4em;
border: 2px solid #a2a9b1; /* Rand rechts und links zeichnen */
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
}
.wikitable2 > * > tr > th:first-child {
margin-top: 5px;
}
.wikitable2 > * > tr > th:last-child {
display: block;
/* text-align: right; */
padding-left: 1px;
border-bottom: 2px solid #a2a9b1!important; /* Rand unten zeichnen */
/* border-left: 2px solid #a2a9b1; Rand links zeichnen */
/* border-right: 2px solid #a2a9b1; Rand rechts zeichnen */
/* border-top: 1px solid #a2a9b1; Rand oben dünn zeichnen */
}
.wikitable2 > * > tr > th:nth-child(1) {
text-align: left;
padding-left: 1px;
display: block;
border-top: 2px solid #a2a9b1; /* Rand oben zeichnen */
/* border-bottom: 1px solid #eaecf0; Rand unten durch Hintergrundfarbe ausblenden */
}
.wikitable2 .Leerzeile {
border: solid 1px white!important;
background: white!important;
text-align: left!important;
padding-left: 0px!important;
vertical-align: bottom!important;
font-weight: normal;
color: black;
}
/****/
.wikitable3 > * > tr > th {
float: left;
width: 33.3%;
padding-left: 1px;
padding-right: 0.4em;
}
.wikitable3 > * > tr > th:nth-child(1) {
display: block;
width: 100%;
text-align: left;
padding-left: 1px;
padding-right: 0.4em;
border: 2px solid #a2a9b1; /* Rand rechts und links zeichnen */
border-top: 2px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-bottom: 0; /* Rand unten ausblenden */
}
.wikitable3 > * > tr > th:nth-child(2) {
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-right: 1px solid #a2a9b1; /* Rand rechts dünn zeichnen */
border-bottom: 2px solid #a2a9b1; /* Rand unten dick zeichnen */
border-left: 2px solid #a2a9b1; /* Rand links dick zeichnen */
}
.wikitable3 > * > tr > th:nth-child(3) {
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-right: 0; /* Rand rechts ausblenden */
border-bottom: 2px solid #a2a9b1; /* Rand unten dick zeichnen */
border-left: 0; /* Rand links ausblenden */
}
.wikitable3 > * > tr > th:nth-child(4) {
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-right: 2px solid #a2a9b1; /* Rand rechts dick zeichnen */
border-bottom: 2px solid #a2a9b1; /* Rand unten dick zeichnen */
border-left: 1px solid #a2a9b1; /* Rand links dünn zeichnen */
}
.wikitable3 > tbody > tr > td {
float: left;
text-align: left;
padding-left: 2px;
vertical-align: top;
width: 33.3%;
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */
border-bottom: 1px solid #a2a9b1; /* Rand unten dünn zeichnen */
border-left: 1px solid #a2a9b1; /* Rand links zeichnen */
margin: -1px 0px;
}
.wikitable3 > tbody > tr > td:nth-child(2) {
/*border-right: 0;*/
}
.wikitable3 > tbody > tr > td:last-child {
border-left: 1px solid #a2a9b1; /* Rand rechts zeichnen */
border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */
}
.wikitable3 > tbody > tr > td:nth-child(1) {
width: 100%;
text-align: left;
padding-left: 1px;
vertical-align: top;
margin-top: 5px;
border-top: 1px solid #a2a9b1; /* Rand oben zeichnen */
border-left: 1px solid #a2a9b1; /* Rand links zeichnen */
border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */
border-bottom: 1px solid #a2a9b1; /* Rand unten zeichnen */
}
.wikitable3 > tbody > tr > td.no1cell {
float: left;
text-align: left;
padding-left: 2px;
vertical-align: top;
width: 33.3%;
border-right: 0;
margin: -1px 0px;
}
.thumbinner {
margin-bottom: 10px;
}
.thumbcaption #mw-customcollapsible-Inhalte {
display: inline-grid;
justify-content: flex-end;
}
.pt2 {
float: left;
margin-bottom : 10px;
max-width: 100%;
}
.sptable > * > tr > th {
float: left;
width: 100%;
padding-left: 1px;
padding-right: 0.4em;
}
.sptable {
border-collapse: separate;
border-spacing: 0.3em;
}
.sptable > * > tr > th {
display: block;
width: 100%;
/*text-align: right;*/
padding-left: 15px;
padding-right: 5px;
}
.sptable > * > tr > th:nth-child(1) {
text-align: left;
}
.sptable > tbody > tr > td {
display: block;
width: 100%;
/* text-align: right;*/
padding-left: 15px;
padding-right: 5px;
vertical-align: top;
}
.sptable > tbody > tr > td:first-child {
display: block;
width: 100%;
text-align: left;
padding-left: 1px;
vertical-align: top;
}
.sptable.striped > tbody > tr > td:first-child, .sptable2.striped > tbody > tr > td:first-child, sptable3.striped > tbody > tr > td:first-child {
background-color: #eaecf0;
}
.sptable > * > tr > th, .sptable > tbody > tr > td {
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-right: 2px solid #a2a9b1; /* Rand rechts ausblenden */
border-bottom: 0; /* Rand unten dick zeichnen */
border-left: 2px solid #a2a9b1; /* Rand links dünn zeichnen */
}
.sptable > * > tr > th:first-child, .sptable > tbody > tr > td:first-child {
border-top: 2px solid #a2a9b1;
}
.sptable > * > tr > th:last-child, .sptable > tbody > tr > td:last-child {
border-bottom: 2px solid #a2a9b1;
}
.border-top-mobil td:first-child {
border-top: 2px solid grey!important;
}
.sptable .Leerzeile, .sptable3 .Leerzeile {
border: 0!important;
background: white!important;
}
.spgridtr tr > td.bild {
grid-column: 1/5;
grid-row: 1;
background: white;
border: 0;
padding-top: 10px;
padding-bottom: 0px;
}
.sptable3, .sptable2 {
/* background-color: white; */
color: #222;
margin: 0em 0;
border: 0;
width: 100%;
}
.sptable3 td, .sptable2 td {
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
padding: 0.2em 0.1em;
line-height: 1.4;
}
.sptable3 > * > tr > th,
.sptable2 > * > tr > th,
.blank > * > tr > th {
display: block;
width: 100%;
/*text-align: right;*/
padding-left: 15px;
padding-right: 5px;
}
.sptable3 > * > tr > th:first-child, .sptable2 > * > tr > th:first-child {
text-align: left;
}
.sptable3 > * > tr > th:nth-child(2) {
float: left;
padding-left: 1px;
padding-right: 0.4em;
background-color: #eaecf0;
border: 1px solid #a2a9b1;
padding: 0.2em 0.1em;
line-height: 1.4;
width: 50%;
}
.sptable3 > * > tr > th:nth-child(3) {
float: left;
padding-left: 1px;
padding-right: 0.4em;
background-color: #eaecf0;
border: 1px solid #a2a9b1;
padding: 0.2em 0.1em;
line-height: 1.4;
text-align: left;
width: 50%;
}
.sptable3 {
border-collapse: separate;
border-spacing: 0.3em;
}
.sptable3 > * > tr > th:nth-child(2) {
text-align: left;
}
.sptable2 tr > td.Leerzeile, .sptable3 tr > td.Leerzeile {
border: 0!important;
background: white!important;
}
.sptable3 tbody > tr:first-child,
.sptable2 tbody > tr:first-child,
.blank tbody > tr:first-child {
/* display: table-row; */
width: 100%;
}
.sptable3 td:nth-child(1) {
grid-column: 1 / 3;
background-color: #b6b6b6;
border-top: 2px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
margin-top: 5px;
text-align: left;
}
.sptable3 tr > td:nth-child(2) {
grid-column: 1;
grid-row: 3;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 0;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
text-align: center;
vertical-align: middle;
}
.sptable3 tr > td:nth-child(3) {
grid-column: 2;
grid-row: 3;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 1px solid #a2a9b1;
}
.sptable3 tr > td:nth-child(4) {
grid-column: 1/3;
grid-row: 4;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
}
.sptable3 tr > td:nth-child(5) {
grid-column: 1/3;
grid-row: 5;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
}
.sptable3 tr > td:nth-child(6) {
grid-column: 1/3;
grid-row: 6;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
}
.sptable3 tr > td:last-child {
border-bottom: 2px solid #a2a9b1;
}
/** sptable2 **/
.sptable > * > tr > td, .sptable2 > * > tr > td, .sptable3 > * > tr > td {
/*text-align: right;*/
padding-left: 15px;
padding-right: 5px;
}
.sptable2 > * > tr > td:first-child {
text-align: left;
padding-left: 2px;
}
.sptable2 > * > tr > td:first-child.spalte2 {
text-align: left;
padding-left: 15px;
}
.sptable2 tbody > tr {
display: grid;
grid-template-columns: 100%;
width: 100%;
}
.sptable2 tr > td.bild,
.blank tr > td.bild {
grid-column: 1/3;
grid-row: 1;
background: white;
border: 0;
padding-top: 10px;
padding-bottom: 0px;
width: 100%;
}
.sptable2 tr > th.bild,
.blank tr > th.bild {
grid-column: 1/3;
grid-row: 4;
background: white;
border: 0;
padding-top: 10px;
padding-bottom: 0px;
width: 100%;
}
.sptable2 td:nth-child(1) {
grid-column: 1;
background-color:#b6b6b6;
border-top: 2px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
margin-top: 5px;
text-align: left;
}
.sptable2 tr.Leerzeile td:nth-child(1) {
background: unset;
}
.blank td {
grid-column: 1;
background-color: #b6b6b6;
margin-top: 5px;
text-align: left;
}
.sptable2 > tbody > tr > td.no1cell {
background: #f8f9fa;
}
.sptable2 tr > td:nth-child(2), .sptable2 td.spalte2 {
grid-column: 1;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
vertical-align: middle;
}
.sptable2 tr > td:nth-child(3) {
grid-column: 1;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
}
.sptable2 tr > td:nth-child(4) {
grid-column: 1;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
}
.sptable2 tr > td:nth-child(5) {
grid-column: 1;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
}
.sptable2 tr > td:nth-child(6) {
grid-column: 1;
background-color: #f8f9fa;
border-top: 1px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
}
.sptable2 tr > td:last-child {
border-bottom: 2px solid #a2a9b1;
}
.sptable2 tr > td.bild,
.blank tr > td.bild {
grid-column: 1/5;
grid-row: 1;
background: white;
border: 0;
padding-top: 10px;
padding-bottom: 0px;
width: 100%;
}
.bild2 {
display: flex;
}
.bild2 .tright {
margin-top: 0em;
margin-bottom: -10px;
}
td.Bild {
width: 100%;
}
.right.Bild {
display: inline-table;
}
tbody > tr:nth-child(2) > * > .bild2 .tright {
margin-top: 0em;
margin-bottom: -10px;
}
.sptable td:empty {
display: none!important;
}
.sptable td:first-child:empty {
display: block!important;
}
.sptable td:first-child:empty + td {
border-top: 0!important;
}
.changelog {
margin-left: 5px!important;
margin-bottom: -5px;
margin-top: 10px;
}
.Filterzeile {
display: grid;
margin: 5px;
}
.noborder td {
border: 0!important;
}
.blank td {
border: 0!important;
background: 0!important;
}
.language-toggle-german {
position: absolute;
top: 1em;
right: 1em;
}
.language-toggle-english {
position: absolute;
top: 1em;
right: 1em;
}
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed::before {
content: '\f129\f105';
font-family: 'Font Awesome 6 Pro';
font-weight: 300;
color: #ec971f;
border-bottom: 1px dotted #ec971f;
border-radius: 0px;
padding-bottom: 1px;
}
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-expanded::before {
content: '\f129\f104';
font-family: 'Font Awesome 6 Pro';
font-weight: 300;
color: #ec971f;
border-bottom: 1px dotted #ec971f;
border-radius: 0px;
padding-bottom: 1px;
}
.toc-col .toclevel-1 {
column-count: 1;
}
.zh1 {
line-height: inherit;
}
td.Bild.width-xxl, td.bild.width-xxl,
td.Bild.td-width-xxl,
td.Bild.width-xxl .img-container,
th.Bild.width-xxl, th.bild.width-xxl,
th.Bild.th-width-xxl,
th.Bild.width-xxl .img-container,
div.width-xxl,
.img-container.width-xxl {
width: 100%;
}
td.Bild.width-xl, td.bild.width-xl,
td.Bild.td-width-xl,
td.Bild.width-xl .img-container,
th.Bild.width-xl, th.bild.width-xl,
th.Bild.th-width-xl,
th.Bild.width-xl .img-container,
div.width-xl,
.img-container.width-xl {
width: 100%;
}
td.Bild.width-l, td.bild.width-l,
td.Bild.td-width-l,
td.Bild.width-l .img-container,
th.Bild.width-l, th.bild.width-l,
th.Bild.th-width-l,
th.Bild.width-l .img-container,
div.width-l,
.img-container.width-l {
width: 100%;
}
td.Bild.width-m, td.bild.width-m,
td.Bild.td-width-m,
td.Bild.width-m .img-container,
th.Bild.width-m, th.bild.width-m,
th.Bild.th-width-m,
th.Bild.width-m .img-container,
div.width-m,
.img-container.width-m {
width: 100%;
}
td.Bild.width-s, td.bild.width-s,
td.Bild.td-width-s,
td.Bild.width-s .img-container,
th.Bild.width-s, th.bild.width-s,
th.Bild.th-width-s,
th.Bild.width-s .img-container,
div.width-s,
.img-container.width-s {
width: 50%;
}
td.Bild.width-xs, td.bild.width-xs,
td.Bild.td-width-xs,
td.Bild.width-xs .img-container,
th.Bild.width-xs, th.bild.width-xs,
th.Bild.th-width-xs,
th.Bild.width-xs .img-container,
div.width-xs,
.img-container.width-xs {
width: 50%;
}
td.Bild.width-xxs, td.bild.width-xxs,
td.Bild.td-width-xxs,
td.Bild.width-xxs .img-container,
th.Bild.width-xxs, th.bild.width-xxs,
th.Bild.th-width-xxs,
th.Bild.width-xxs .img-container,
div.width-xxa,
.img-container.width-xxs {
width: 50%;
}
.info-box {
min-width: 100%;
float: none;
}
} /*** Ende Formatierung Breakpoint sm ***/