MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BUSENFREUNDINNEN
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* =========================================
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
  Common.css – wirkt auf alle Skins
  Aufgeräumte, konsolidierte Version
  ========================================= */


/** Kleinschreibung nicht erzwingen */
/** Kleinschreibung nicht erzwingen */
Zeile 9: Zeile 6:
#p-personal ul,
#p-personal ul,
#p-cactions li a {
#p-cactions li a {
  text-transform: none;
text-transform: none;
}
}


/* Hauptseite: Titel ausblenden (ohne überqualifizierten Selektor) */
body.page-Hauptseite h1.firstHeading { display:none; }
.page-Hauptseite .firstHeading { display: none; }


div.topicon {
div.topicon {
  position: absolute;
    position: absolute;  
  z-index: 10;
    z-index: 10;  
  top: 10px;
    top: 10px;
  display: block !important;
    display: block !important;
}
}


/* Extra buttons for edit dialog */
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons { padding: 0.5em; }
.my-buttons { padding: 0.5em; }
.my-buttons a {
.my-buttons a {
Zeile 32: Zeile 28:
   border: thin #7D8891 outset;
   border: thin #7D8891 outset;
   padding: 0 0.1em 0.1em 0.1em;
   padding: 0 0.1em 0.1em 0.1em;
}
}
.my-buttons a:hover, .my-buttons a:active {
.my-buttons a:hover, .my-buttons a:active {
   background-color: #AAAAAA;
   background-color: #AAAAAA;
   border-style: inset;
   border-style: inset;
}
}
 
/*****
** Table formatting
*****/
  table.wikitable,
  table.prettytable {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }
 
  table.wikitable th, table.wikitable td,
  table.prettytable th, table.prettytable td {
      border:1px #AAA solid;
      padding:0.2em;
      }
 
  table.wikitable th,
  table.prettytable th {
      background:#F2F2F2;
      text-align:center;
      }
 
  table.wikitable caption,
  table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }


/* ===== Tables ===== */
table.collapsed tr.collapsible {
table.wikitable,
        display: none;
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #F9F9F9;
  border: 1px #AAA solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #AAA solid;
  padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
  background: #F2F2F2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}
}


table.collapsed tr.collapsible { display: none; }
.collapseButton {               /* 'show'/'hide' buttons created dynamically by the              */
 
        float: right;               /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
/* CollapsibleTables button */
        font-weight: normal;       /* are styled here so they can be customised.              */
.collapseButton {
        text-align: right;
  float: right;
        width: auto;
  font-weight: normal;
  text-align: right;
  width: auto;
}
}


/* ===== Simple Security Extension ===== */
/*****
** Simple Security Extension
*****/
#security-info-toggle {
#security-info-toggle {
  background: transparent url(/wiki/skins/monobook/lock_icon.gif) no-repeat left center;
    background: transparent url(/wiki/skins/monobook/lock_icon.gif) no-repeat scroll left center;
  padding-left: 16px;
    padding-left: 16px;
}
}
#security-info {
#security-info {
  border: 1px solid #ccc;
    border: 1px solid #ccc;
  background: #eee;
    background: #eee;
}
}


/* References */
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 80%; }
ol.references { font-size: 80%; }
.references-small { font-size: 70%; }
.references-small { font-size: 70%;}
ol.references > li:target { background-color: #ddeeff; }
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }


/* ===== Navigationsleisten (NavFrame) ===== */
 
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
div.NavFrame {
div.NavFrame {
  border: 1px solid #aaa;
display: inline-block; /* IE <= 7 */
  clear: both;
  display: block;
  font-size: 95%;
  margin-top: 1.5em;
  padding: 2px;
  text-align: center;
}
}
div.NavFrame + div.NavFrame { margin-top: -1px; }
div.NavFrame {
div.NavPic { float: left; padding: 2px; background-color: #fff; }
border: 1px solid #aaa;
div.NavHead { font-weight: bold; }
clear: both;
div.NavFrame:after { content: ""; display: block; clear: both; }
display: block;
a.NavToggle {
font-size: 95%;
  position: absolute;
margin-top: 1.5em;
  top: 0;
padding: 2px;
  right: 3px;
text-align: center;
  font-weight: normal;
}
   font-size: 90%;
 
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
div.NavFrame + div.NavFrame {
margin-top: -1px;
}
div.NavPic {
float: left;
padding: 2px;
}
div.NavHead {
/* background: #efefef; */
font-weight: bold;
}
 
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
div.NavEnd {
display: none; /* broken */
}
div.NavFrame:after {
clear: both;
content: "";
display: block;
}
 
/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)      */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align: center;     /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
.navbox-group {              /* Group style */
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}
.navbox, .navbox-subgroup {
    background: #fdfdfd;    /* Background color */
}
.navbox-list {
    border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
table.navbox th {
    background: #e6e6fa;    /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;    /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;    /* Even row striping */
}
.navbox-odd {
    background: transparent; /* Odd row striping */
}
}


/* ===== Navbox ===== */
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
table.navbox {
    float: right;         /* by the CollapsibleTables javascript in    */
  border: 1px solid #aaa;
    font-weight: normal/* [[MediaWiki:Common.js]] are styled here   */
  width: 100%;
    text-align: right;     /* so they can be customised.                */
   margin: auto;
    width: auto;
   clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
  box-sizing: border-box;
}
}
table.navbox + table.navbox { margin-top: -1px; }
.navbox .collapseButton { /* In navboxes, the show/hide button balances */
.navbox-title, .navbox-abovebelow, table.navbox th {
    width: 6em;           /* the vde links from [[Template:Navbar]],    */
  text-align: center;
}                         /* so they need to be the same width.        */
  padding-left: 1em; padding-right: 1em;
 
.navbar {                 /* Navbox template links */
    font-size: 88%;       /* Default font-size */
    font-weight: normal;
}
}
.navbox-group {
.navbox .navbar {
  white-space: nowrap; text-align: right; font-weight: bold;
    font-size: 100%;       /* Font-size when nested within navbox */
  padding-left: 1em; padding-right: 1em;
}
}
.navbox, .navbox-subgroup { background: #fdfdfd; }
 
.navbox-list { border-color: #fdfdfd; }
.navbox-title, table.navbox th { background: #e6e6fa; }
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background: #ddddff; }
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background: #e6e6ff; }
.navbox-even { background: #f7f7f7; }
.navbox-odd { background: transparent; }
.navbar { display: inline; font-size: 88%; font-weight: normal; }
.navbox .navbar { font-size: 100%; }
.navbox .collapseButton { width: 6em; }


/* Entfernt underlines von bestimmten Links */
/* Entfernt underlines von bestimmten Links */
.nounderlines a, .IPA a:link, .IPA a:visited { text-decoration: none !important; }
.nounderlines a,
.IPA a:link, .IPA a:visited {  
    text-decoration: none;
}
 
 
 
/* Standard-Navigationsleisten
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
 
 
/* [[Vorlage:NaviBlock]] */
div.BoxenVerschmelzen {
border: 1px solid #aaa;
clear: both;
font-size: 95%;
margin-top: 1.5em;
padding-top: 2px;
}
div.BoxenVerschmelzen div.NavFrame {
border: none;
font-size: 100%;
margin: 0;
padding-top: 0;
}


/* Warnhinweise */
/* Warnhinweise */
.warningcolors {
.warningcolors {
  border: 1px solid #bf9090; background-color: #fbf7f7;
border: 1px solid #bf9090;
  padding: 5px; font-size: 95%; color: #510041;
background-color: #fbf7f7;
padding: 5px;
font-size: 95%;
color: #510041;
}
}
/* Hinweis */
/* Hinweis */
.noticecolors {
.noticecolors {
  border: 1px solid #aaaaaa; background-color: #f9f9f9;
border: 1px solid #aaaaaa;
  padding: 5px; font-size: 95%; color: #000000;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
color: #000000;
}
 
 
/* New */
/* Reset italic styling set by user agent */
cite, dfn {
    font-style: inherit;
}
 
/* Straight quote marks for <q> */
q {
    quotes: '"' '"' "'" "'";
}
}


/* ===== Typografie & Kleinkram ===== */
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
cite, dfn { font-style: inherit; }
blockquote {
q { quotes: '"' '"' "'" "'"; }
    overflow: hidden;
blockquote { overflow: hidden; margin: 1em 0; padding: 0 40px; }
    margin: 1em 0;
strong.selflink { font-weight: 700; }
    padding: 0 40px;
small { font-size: 85%; }
}
.mw-body sub, .mw-body sup, span.reference { font-size: 80%; }
 
.ns-talk .mw-body-content dd { margin-top: 0.4em; margin-bottom: 0.4em; }
/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
strong.selflink {
    font-weight: 700;
}
 
/* Consistent size for <small>, <sub> and <sup> */
small {
    font-size: 85%;
}
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
    font-size: 80%;
}
 
/* Same spacing for indented and unidented paragraphs on talk pages */
.ns-talk .mw-body-content dd {margin-top:0.4em; margin-bottom:0.4em;}


/* Main page fixes */
/* Main page fixes */
#interwiki-completelist { font-weight: bold; }
#interwiki-completelist {
    font-weight: bold;
}
body.page-Main_Page #ca-delete,
body.page-Main_Page #ca-delete,
body.page-Main_Page #ca-move { display: none !important; }
body.page-Main_Page #ca-move {
body.page-Main_Page #mp-topbanner { clear: both; }
    display: none !important;
}
body.page-Main_Page #mp-topbanner {
    clear: both;
}


/* JS clients: reduce jumps */
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) { display: none; }
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) {
    display: none;
}


span.updatedmarker { background-color: transparent; color: #006400; }
/* Tone down 'Changed since last visit' colors */
span.updatedmarker {
    background-color: transparent;
    color: #006400;
}


#toolbar { height: 22px; margin-bottom: 6px; }
/* Edit window toolbar */
#editpage-specialchars { display: none; }
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}
 
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
    display: none;
}
 
/* Highlight linked elements (such as clicked references) in blue */
body.action-info :target,
.citation:target {
    background-color: #DEF;  /* Fallback */
    background-color: rgba(0, 127, 255, 0.133);
}


body.action-info :target, .citation:target {
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
  background-color: rgba(0,127,255,0.133);
.citation {
    word-wrap: break-word;
}
}
.citation { word-wrap: break-word; }
 
/* For linked citation numbers and document IDs, where the number need not be shown
  on a screen or a handheld, but should be included in the printed version */
@media screen, handheld {
@media screen, handheld {
  .citation .printonly { display: none; }
    .citation .printonly {
        display: none;
    }
}
}


/* Reflist sizes */
/* Make the list of references smaller */
ol.references, div.reflist, div.refbegin { font-size: 100%; margin-bottom: 0.5em; }
ol.references,
div.refbegin-100 { font-size: 80%; }
div.reflist,
div.reflist ol.references { font-size: 80%; margin-bottom: 0; list-style-type: inherit; }
div.refbegin {
sup.reference { font-weight: normal; font-style: normal; }
    font-size: 100%;           /* Default font-size */
span.brokenref { display: none; }
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 80%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 80%;           /* Reset font-size when nested in div.reflist */
    margin-bottom: 0;         /* Avoid double margin when nested in dev.reflist */
    list-style-type: inherit; /* Enable custom list style types */
}


/* Columns helper */
/* Ensure refs in table headers and the like aren't bold or italic */
div.columns { margin-top: 0.3em; }
sup.reference {
div.columns dl, div.columns ol, div.columns ul { margin-top: 0; }
    font-weight: normal;
.nocolbreak, div.columns li, div.columns dd dd {
    font-style: normal;
  -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column;
}
 
/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
    display: none;
}
 
/* Reset top margin for lists embedded in columns */
div.columns {
    margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
    margin-top: 0;
}
 
/* Avoid elements from breaking between columns */
.nocolbreak,
div.columns li,
div.columns dd dd {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
 
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.flowlist ul {
    overflow-x: hidden;
    margin-left: 0;
    padding-left: 1.6em;
}
.flowlist ol {
    overflow-x: hidden;
    margin-left: 0;
    padding-left: 3.2em;
}
.flowlist dl {
    overflow-x: hidden;
}
}


/* Horizontal lists */
/* Style for horizontal lists (separator following item).
.hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; }
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
.hlist dd, .hlist dt, .hlist li { margin: 0; display: inline; }
  @revision 8 (2016-05-21)
.hlist .mw-empty-li { display: none; }
  @author [[User:Edokter]]
.hlist dt:after { content: ": "; }
*/
.hlist dd:after, .hlist li:after { content: " · "; font-weight: bold; }
.hlist dl,
.hlist dd:last-child:after, .hlist dt:last-child:after, .hlist li:last-child:after { content: none; }
.hlist ol,
.hlist ol { counter-reset: listitem; }
.hlist ul {
.hlist ol > li { counter-increment: listitem; }
    margin: 0;
.hlist ol > li:before { content: " " counter(listitem) "\00A0"; }
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
    display: none;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) "\a0";
}


/* Unbulleted lists */
/* Unbulleted lists */
.plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; }
.plainlist ol,
.plainlist ol li, .plainlist ul li { margin-bottom: 0; }
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0;
}


/* Navbar template tweaks */
/* Default style for navigation boxes */
.navbar ul { display: inline; white-space: nowrap; }
.navbox {                    /* Navbox container style */
.mw-body-content .navbar ul { line-height: inherit; }
    box-sizing: border-box;
.navbar li { word-spacing: -0.125em; }
    border: 1px solid #a2a9b1;
    width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
    margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
    margin-top: -1px;        /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
    line-height: 1.5em;
    text-align: center;
}
th.navbox-group {            /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    line-height: 1.5em;
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
    background: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
}
 
/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.mw-body-content .navbar ul {
    line-height: inherit;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
.navbar.mini li abbr[title] {
   font-variant: small-caps; border-bottom: none; text-decoration: none; cursor: inherit;
   font-variant: small-caps;
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
    font-size: 100%;
}
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}
}
.infobox .navbar { font-size: 100%; }
.navbox .navbar { display: block; font-size: 100%; }
.navbox-title .navbar { float: left; text-align: left; margin-right: 0.5em; width: 6em; }


/* jQuery makeCollapsible toggle */
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
.mw-collapsible-toggle { font-weight: normal; }
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
  from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}


/* ===== Infobox (allg.) ===== */
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
/*    text-align: right; Fix for download and DVD links */
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}
 
/* Infobox template style */
.infobox {
.infobox {
  border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
  border-spacing: 3px;
border-spacing: 3px;
  background-color: #f8f9fa;
background-color: #f8f9fa;
  color: black;
color: black;
  margin: 0.5em 0 0.5em 1em; /* rechts floatend, folgender Text links */
/* @noflip */
  padding: 0.2em;
margin: 0.5em 0 0.5em 1em;
  float: right;
padding: 0.2em;
  clear: right;
/* @noflip */
  font-size: 88%;
float: right;
  line-height: 1.5em;
/* @noflip */
  width: 22em;              /* bewusst mit Border für stabiles Layout */
clear: right;
  box-sizing: border-box;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
}
.infobox-header,
.infobox-header,
.infobox-label,
.infobox-label,
Zeile 254: Zeile 693:
.infobox-image,
.infobox-image,
.infobox-navbar,
.infobox-navbar,
.infobox th, .infobox td { vertical-align: top; }
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
 
.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
 
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-above,
.infobox .infobox-title,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
.infobox caption {
  font-size: 125%; font-weight: bold; text-align: center;
padding: 0.2em;
}
}
.infobox-title, .infobox caption { padding: 0.2em; }
 
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-full-data,
.infobox .infobox-below { text-align: center; }
.infobox .infobox-below {
.infobox .infobox-navbar { text-align: right; }
text-align: center;
}
 
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}
 
/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    /* @noflip */
    text-align: left;
}
 
/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}
 
/* Icons for medialist templates [[Template:Listen]],
  [[Template:Multi-listen_start]], [[Template:Video]],
  [[Template:Multi-video_start]] */
div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
    background-size: 30px;
    padding-left: 40px;
}


/* Wikitables: row headers normal */
/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
.wikitable.plainrowheaders th[scope=row] { font-weight: normal; text-align: left; }
table.mw-hiero-table td {
.wikitable td ul, .wikitable td ol, .wikitable td dl { text-align: left; }
    vertical-align: middle;
.toc.hlist ul, #toc.hlist ul,
}
.wikitable.hlist td ul, .wikitable.hlist td ol, .wikitable.hlist td dl { text-align: inherit; }


/* Media list / gallery tweaks */
/* Style rules for media list templates */
div.listenlist { background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat 0 0 transparent; background-size: 30px; padding-left: 40px; }
div.medialist {
table.mw-hiero-table td { vertical-align: middle; }
    min-height: 50px;
div.medialist { min-height: 50px; margin: 1em; background-position: top left; background-repeat: no-repeat; }
    margin: 1em;
div.medialist ul { list-style-type: none; margin: 0; }
    /* @noflip */
div.medialist ul li { padding-bottom: 0.5em; }
    background-position: top left;
div.medialist ul li li { font-size: 91%; padding-bottom: 0; }
    background-repeat: no-repeat;
}
div.medialist ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}


/* External link icon for PDFs */
/* Change the external link icon to an Adobe icon for all PDF files
  in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
div#mw_content a[href*=".PDF#"].external {
  background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
  padding-right: 18px;
    /* @noflip */
    padding-right: 18px;
}
}


/* Columns helper for Template:Columns */
/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
div.columns-2 div.column { float: left; width: 50%; min-width: 300px; }
div.columns-2 div.column {
div.columns-3 div.column { float: left; width: 33.3%; min-width: 200px; }
    /* @noflip */
div.columns-4 div.column { float: left; width: 25%; min-width: 150px; }
    float: left;
div.columns-5 div.column { float: left; width: 20%; min-width: 120px; }
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}


/* ==== Message boxes (ambox/imbox/cmbox/ombox/tmbox etc.) ==== */
/* Messagebox templates */
.messagebox {
.messagebox {
  border: 1px solid #a2a9b1; background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
  width: 80%; margin: 0 auto 1em; padding: .2em;
    background-color: #f8f9fa;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
}
.messagebox.merge { border: 1px solid #c0b8cc; background-color: #f0e5ff; text-align: center; }
.messagebox.cleanup {
.messagebox.cleanup { border: 1px solid #9f9fff; background-color: #efefff; text-align: center; }
    border: 1px solid #9f9fff;
.messagebox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; margin: 4px auto; }
    background-color: #efefff;
.mbox-inside .standard-talk, .messagebox.nested-talk {
    text-align: center;
  border: 1px solid #c0c090; background-color: #f8eaba; width: 100%; margin: 2px 0; padding: 2px;
}
}
.messagebox.small, .messagebox.small-talk {
.messagebox.standard-talk {
  width: 238px; font-size: 85%; float: right; clear: both; margin: 0 0 1em 1em; line-height: 1.25em;
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}
.messagebox.small-talk { background: #F8EABA; }


th.mbox-text, td.mbox-text { border: none; padding: 0.25em 0.9em; width: 100%; }
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
td.mbox-image { border: none; padding: 2px 0 2px 0.9em; text-align: center; }
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
td.mbox-imageright { border: none; padding: 2px 0.9em 2px 0; text-align: center; }
    border: none;
td.mbox-empty-cell { border: none; padding: 0; width: 1px; }
    /* @noflip */
    padding: 0.25em 0.9em;     /* 0.9em left/right */
    width: 100%;               /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {               /* The left image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
    border: none;
    padding: 0;
    width: 1px;
}


/* Article message box (ambox) */
/* Article message box styles */
table.ambox {
table.ambox {
  margin: 0 10%; border: 1px solid #a2a9b1; border-left: 10px solid #36c; background: #fbfbfb;
    margin: 0 10%;                 /* 10% = Will not overlap with other elements */
    border: 1px solid #a2a9b1;
    /* @noflip */
    border-left: 10px solid #36c; /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
.ambox td.mbox-image {          /* The left image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
}
table.ambox + table.ambox { margin-top: -1px; }
.ambox th.mbox-text, .ambox td.mbox-text { padding: 0.25em 0.5em; }
.ambox td.mbox-image { padding: 2px 0 2px 0.5em; }
table.ambox-speedy { border-left: 10px solid #b32424; background: #fee7e6; }
table.ambox-delete { border-left: 10px solid #b32424; }
table.ambox-content { border-left: 10px solid #f28500; }
table.ambox-style { border-left: 10px solid #fc3; }
table.ambox-move { border-left: 10px solid #9932cc; }


/* Image message box (imbox) */
table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #36c;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b32424;    /* Red */
    background: #fee7e6;                  /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b32424;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #fc3;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #a2a9b1;      /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
table.imbox {
  margin: 4px 10%;
    margin: 4px 10%;
  border-collapse: collapse;
    border-collapse: collapse;
  border: 3px solid #36c;
    border: 3px solid #36c;   /* Default "notice" blue */
  background: #fbfbfb;
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;        /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #36c;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b32424;    /* Red */
    background: #fee7e6;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b32424;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #fc3;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #a2a9b1;      /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
}
table.imbox-speedy { border: 3px solid #b32424; background: #fee7e6; }
table.imbox-delete { border: 3px solid #b32424; }
table.imbox-content { border: 3px solid #f28500; }
table.imbox-style { border: 3px solid #fc3; }
table.imbox-move { border: 3px solid #9932cc; }
table.imbox-protection { border: 3px solid #a2a9b1; }
table.imbox-license { border: 3px solid #88a; background: #f7f8ff; }
table.imbox-featured { border: 3px solid #cba135; }


/* Category message box (cmbox) */
/* Category message box styles */
table.cmbox {
table.cmbox {
  margin: 3px 10%;
    margin: 3px 10%;
  border-collapse: collapse;
    border-collapse: collapse;
  border: 1px solid #a2a9b1;
    border: 1px solid #a2a9b1;
  background: #DFE8FF;
    background: #DFE8FF;   /* Default "notice" blue */
}
}
table.cmbox-notice { background: #D8E8FF; }
table.cmbox-speedy { margin: 4px 10%; border: 4px solid #b32424; background: #FFDBDB; }
table.cmbox-delete { background: #FFDBDB; }
table.cmbox-content { background: #FFE7CE; }
table.cmbox-style { background: #FFF9DB; }
table.cmbox-move { background: #E4D8FF; }
table.cmbox-protection { background: #EFEFE1; }


/* Other pages message box (ombox) */
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b32424;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
table.ombox {
  margin: 4px 10%;
    margin: 4px 10%;
  border-collapse: collapse;
    border-collapse: collapse;
  border: 1px solid #a2a9b1;
    border: 1px solid #a2a9b1;       /* Default "notice" gray */
  background: #f8f9fa;
    background: #f8f9fa;
}
 
table.ombox-notice {
    border: 1px solid #a2a9b1;      /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b32424;    /* Red */
    background: #fee7e6;            /* Pink */
}
table.ombox-delete {
    border: 2px solid #b32424;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #fc3;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #a2a9b1;      /* Gray-gold */
}
}
table.ombox-speedy { border: 2px solid #b32424; background: #fee7e6; }
table.ombox-content { border: 1px solid #f28500; }
table.ombox-style { border: 1px solid #fc3; }
table.ombox-move { border: 1px solid #9932cc; }
table.ombox-protection { border: 2px solid #a2a9b1; }


/* Talk page message box (tmbox) */
/* Talk page message box styles */
table.tmbox {
table.tmbox {
  margin: 4px 10%;
    margin: 4px 10%;
  border-collapse: collapse;
    border-collapse: collapse;
  border: 1px solid #c0c090;
    border: 1px solid #c0c090;   /* Default "notice" gray-brown */
  background: #f8eaba;
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
    width: 100%;                /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are  */
    font-size: 100%;            /* set in "mbox-small" above.                */
}
}
.mbox-inside .tmbox.mbox-small { line-height: 1.5em; font-size: 100%; }
table.tmbox-speedy { border: 2px solid #b32424; background: #fee7e6; }
table.tmbox-delete { border: 2px solid #b32424; }
table.tmbox-content { border: 2px solid #f28500; }
table.tmbox-style { border: 2px solid #fc3; }
table.tmbox-move { border: 2px solid #9932cc; }
table.tmbox-protection, table.tmbox-notice { border: 1px solid #c0c090; }


/* Disambig box */
table.tmbox-speedy {
    border: 2px solid #b32424;    /* Red */
    background: #fee7e6;            /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b32424;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #fc3;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
 
/* Disambig and set index box styles */
table.dmbox {
table.dmbox {
  clear: both; margin: 0.9em 1em;
    clear: both;
  border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: transparent;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
}


/* Footer/header message box (fmbox) */
/* Footer and header message box styles */
table.fmbox {
table.fmbox {
  clear: both; margin: 0.2em 0; width: 100%;
    clear: both;
  border: 1px solid #a2a9b1; background: #f8f9fa;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #a2a9b1;
    background: #f8f9fa;     /* Default "system" gray */
}
}
table.fmbox-warning { border: 1px solid #bb7070; background: #ffdbdb; }
table.fmbox-system {
div.fmbox-system, div.mw-lag-warn-normal {
    background: #f8f9fa;
  clear: both; margin: 0.2em 0; border: 1px solid #a2a9b1; background: #f8f9fa; padding: 0.25em 0.9em;
}
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-lag-warn-high,
Zeile 419: Zeile 1.155:
div.titleblacklist-warning,
div.titleblacklist-warning,
div.locked-warning {
div.locked-warning {
  clear: both; margin: 0.2em 0; border: 1px solid #bb7070; background: #ffdbdb; padding: 0.25em 0.9em;
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.
  Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #a2a9b1;
    background: #f8f9fa;
    padding: 0.25em 0.9em;
}
}


/* Small variants (must come after) */
/* These mbox-small classes must be placed after all other
html body.mediawiki .mbox-small {
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
  clear: right; float: right; margin: 4px 0 4px 1em; box-sizing: border-box;
  they override "table.ambox + table.ambox" above. */
  width: 238px; font-size: 88%; line-height: 1.25em;
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    box-sizing: border-box;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
}
html body.mediawiki .mbox-small-left {
html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
  margin: 4px 1em 4px 0; box-sizing: border-box; overflow: hidden;
    /* @noflip */
  width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em;
    margin: 4px 1em 4px 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}


/* Compact ambox */
/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell { display: none; }
.compact-ambox table .mbox-empty-cell {
    display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
.compact-ambox table.ambox {
  border: none; border-collapse: collapse; background: transparent;
    border: none;
  margin: 0 0 0 1.6em !important; padding: 0 !important; width: auto; display: block;
    border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
}
body.mediawiki .compact-ambox table.mbox-small-left { font-size: 100%; width: auto; margin: 0; }
.compact-ambox table .mbox-text { padding: 0 !important; margin: 0 !important; }
.compact-ambox table .mbox-text-span {
.compact-ambox table .mbox-text-span {
  display: list-item; line-height: 1.5em; list-style-type: square;
    display: list-item;
  list-style-image: url(/w/skins/MonoBook/bullet.gif);
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
}
.skin-vector .compact-ambox table .mbox-text-span {
.skin-vector .compact-ambox table .mbox-text-span {
  list-style-type: disc;
    list-style-type: disc;
  list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
  list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}
 
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
    border: none;
    background: transparent;
    padding: 0;
}
 
/* Hide (formatting) elements from screen, but not from screenreaders */
.visualhide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
 
/* Bold save button */
#wpSave {
    font-weight: bold;
}
 
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline !important;
    color: #f00;
    background-color: #0f0;
}
 
/* suppress missing interwiki image links where #ifexist cannot
  be used due to high number of requests see .hidden-redlink on
  [[m:MediaWiki:Common.css]] */
.check-icon a.new {
    display: none;
    speak: none;
}
 
/* Removes underlines from certain links */
.nounderlines a,
.IPA a:link, .IPA a:visited {
    text-decoration: none !important;
}
 
/* Standard Navigationsleisten, aka box hiding thingy
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #a2a9b1;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    line-height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
/* Hatnotes and disambiguation notices */
.hatnote {
    font-style: italic;
}
.hatnote i {
    font-style: normal;
}
div.hatnote {
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
    margin-top: -0.5em;
}
 
/* Allow transcluded pages to display in lists rather than a table. */
.listify td    { display: list-item; }
.listify tr    { display: block; }
.listify table { display: block; }
 
/* Geographical coordinates defaults. See [[Template:Coord/link]]
  for how these are used. The classes "geo", "longitude", and
  "latitude" are used by the [[Geo microformat]]. */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude            { white-space: nowrap; }
 
/* Temporary(!) fix for horizontal TOC in Blink (Chrone/Opera) */
.hlist .tocnumber,
.hlist .toctext {
    display: inline;
}
/* When <div class="nonumtoc"> is used on the table of contents,
  the ToC will display without numbers */
.nonumtoc .tocnumber {
    display: none;
}
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none none;
    margin: .3em 0 0;
    padding: 0;
}
.hlist.nonumtoc #toc ul ul,
.hlist.nonumtoc .toc ul ul {
    /* @noflip */
    margin: 0;
}
}
.compact-ambox .hide-when-compact { display: none; }


/* Noarticletext */
/* Allow limiting of which header levels are shown in a TOC;
div.noarticletext { border: none; background: transparent; padding: 0; }
  <div class="toclimit-3">, for instance, will limit to
  showing ==headings== and ===headings=== but no further
  (as long as there are no =headings= on the page, which
  there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}


/* A11y helpers & misc */
/* Styling for Template:Quote */
.visualhide { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
blockquote.templatequote div.templatequotecite {
#wpSave { font-weight: bold; }
    line-height: 1.5em;
.hiddenStructure { display: inline !important; color: #f00; background-color: #0f0; } /* legacy */
    /* @noflip */
.check-icon a.new { display: none; speak: none; }
    text-align: left;
#siteSub { display: block; } /* Tagline */
    /* @noflip */
.page-Hauptseite.action-view #siteSub,
    padding-left: 1.6em;
.page-Hauptseite.action-submit #siteSub { display: none; }
    margin-top: 0;
.flaggedrevs_draft_synced, .flaggedrevs_stable_synced { display: none; }
}


/* Main Page layout helpers */
/* User block messages */
@media (max-width: 875px) {
div.user-block {
  #mp-tfp table, #mp-tfp tr, #mp-tfp td, #mp-tfp tbody {
    padding: 5px;
     display: block !important; width: 100% !important; box-sizing: border-box;
    margin-bottom: 0.5em;
  }
    border: 1px solid #A9A9A9;
  #mp-tfp tr:first-child td:first-child a {
    background-color: #FFEFD5;
     text-align: center; display: table; margin: 0 auto;
}
  }
 
/* Prevent line breaks in silly places:
  1) Where desired
  2) Links when we don't want them to
  3) Bold "links" to the page itself
  4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
     white-space: nowrap;
}
.nowrap pre {
    white-space: pre;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
     white-space: normal;
}
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #a2a9b1;
    background-color: #ecfcf4;
    padding: 1em;
}
 
/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}
}
@media (min-width: 875px) {
 
  #mp-upper { display: flex; }
/* Minimum thumb width */
  #mp-left { flex: 1 1 50%; margin-right: 2px; }
.thumbinner {
  #mp-right { flex: 1 1 50%; margin-left: 2px; }
    min-width: 100px;
}
}


/* ===== Home-Layout ===== */
/* The backgrounds for galleries. */
.hp-container { max-width: 1080px; margin: 0 auto; padding: 8px 12px; }
div#content .gallerybox div.thumb {
.hp-section { border:1px solid #a2a9b1; background:#f8f9fa; padding:12px; margin:12px 0; border-radius:8px; }
    /* Light gray padding */
.hp-section > .hp-title { margin:0 0 8px 0; font-size:1.1rem; font-weight:700; }
    background-color: #f8f9fa;
.news-columns { column-count: 2; column-gap: 24px; }
}
@media (max-width: 720px) { .news-columns { column-count: 1; } }
/* Put a chequered background behind images, only visible if they have transparency.
.news-item { break-inside: avoid; display: grid; grid-template-columns: 9ch 1fr; align-items: start; gap: 12px; padding: 4px 0; }
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.news-item .date { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; color:#555; white-space:nowrap; }
.gallerybox .thumb img {
.hp-two { display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
@media (max-width: 900px) { .hp-two { grid-template-columns: 1fr; } }
}
.startcard { border:1px solid #a2a9b1; background:#fff; border-radius:10px; padding:10px 12px; }
/* But not on articles, user pages, portals or with opt-out. */
.startcard .startcard-title { font-weight:700; margin:0 0 6px 0; }
.ns-0 .gallerybox .thumb img,
.startcard .startcard-img { float:left; margin:0 12px 8px 0; border-radius:8px; }
.ns-2 .gallerybox .thumb img,
.startcard .startcard-meta { font-size:0.95em; line-height:1.35; }
.ns-100 .gallerybox .thumb img,
.startcard .startcard-more { margin-top:6px; }
.nochecker .gallerybox .thumb img {
.kat-links { display:flex; flex-wrap:wrap; gap:8px; }
    background: #fff;
.kat-links a { display:inline-block; padding:6px 10px; border:1px solid #a2a9b1; border-radius:999px; background:#fff; text-decoration:none; }
}
.kat-links a:hover { background:#f8f9fa; }


/* ===== Diverse weitere Helfer ===== */
/* Prevent floating boxes from overlapping any category listings,
  file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories, #mw-pages, #mw-category-media,
#mw-subcategories, #mw-pages, #mw-category-media,
#filehistory, #wikiPreview, #wikiDiff { clear: both; }
#filehistory, #wikiPreview, #wikiDiff {
.mw-tag-markers { font-style: italic; font-size: 90%; }
    clear: both;
.sysop-show, .accountcreator-show, .templateeditor-show, .extendedmover-show, .autoconfirmed-show, .user-show { display: none; }
}
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink, .mw-ve-editNotice .editnotice-redlink { display: none !important; }
 
ul.permissions-errors > li { list-style: none; }
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
ul.permissions-errors { margin: 0; }
    display: block;  /* Override inline block mode */
    margin-bottom: 1em;
    /* @noflip */
    clear: right;    /* Clear any info boxes that stick out */
    /* @noflip */
    float: right;    /* Prevents margin collapsing */
}
 
/* Selectively hide headers in WikiProject banners */
.wpb .wpb-header            { display: none; }
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside    { display: none; }     /* hide things that should only display outside shells */
 
/* Styling for Abuse Filter tags */
.mw-tag-markers {
    font-style:italic;
    font-size:90%;
}
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
  [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
.sysop-show,
.accountcreator-show,
.templateeditor-show,
.extendedmover-show,
.autoconfirmed-show,
.user-show {
    display: none;
}
 
/**
* Hide the redlink generated by {{Editnotice}},
* this overrides the ".sysop-show { display: none; }" above that applies
* to the same link as well.
*
* See [[Phabricator:45013]].
*/
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink, .mw-ve-editNotice .editnotice-redlink {
    display: none !important;
}
 
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none none;
}
ul.permissions-errors {
    margin: 0;
}
 
/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label { white-space: nowrap; }
body.page-Special_UserLogin_signup .mw-label label {
.transborder { border: solid transparent; }
    white-space: nowrap;
}


/* Math & digits */
/* Pie chart: transparent borders */
.times-serif, span.texhtml {
.transborder {
  font-family: "Nimbus Roman No9 L","Times New Roman",Times,serif;
    border: solid transparent;
  font-size: 118%; line-height: 1;
}
}
span.texhtml { white-space: nowrap; }
 
span.texhtml span.texhtml { font-size: 100%; }
/* Generic class for Times-based serif, texhtml class for inline math */
span.mwe-math-mathml-inline { font-size: 118%; }
.times-serif,
.digits, .texhtml {
span.texhtml {
  -moz-font-feature-settings: "lnum","tnum","kern" 0;
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
  -webkit-font-feature-settings: "lnum","tnum","kern" 0;
    font-size: 118%;
  font-feature-settings: "lnum","tnum","kern" 0;
    line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
  font-kerning: none;
}
}
span.texhtml {
    white-space: nowrap;
}
span.texhtml span.texhtml {
    font-size: 100%;
}
span.mwe-math-mathml-inline {
    font-size: 118%;
}
/* Force tabular and lining display for digits and texhtml */
.digits,
.texhtml {
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    font-feature-settings: "lnum", "tnum", "kern" 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-kerning: none;
}
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
.mwe-math-fallback-image-display,
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
.mwe-math-mathml-display {
  margin-left: 1.6em !important;
    margin-left: 1.6em !important;
  margin-top: 0.6em; margin-bottom: 0.6em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.mwe-math-mathml-display math {
    display: inline;
}
}
.mwe-math-mathml-display math { display: inline; }


/* Prefix index tables */
/* Fix styling of transcluded prefindex tables */
table#mw-prefixindex-list-table, table#mw-prefixindex-nav-table { width: 98%; }
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
    width: 98%;
}


/* Portals 2-Spalten / mobil einkolumnig */
/* For portals, added 2011-12-07 -bv
.portal-column-left { float: left; width: 50%; }
  On wide screens, show these as two columns
.portal-column-right { float: right; width: 49%; }
  On narrow and mobile screens, let them collapse into a single column */
.portal-column-left-wide { float: left; width: 60%; }
.portal-column-left {
.portal-column-right-narrow { float: right; width: 39%; }
    float: left;
.portal-column-left-extra-wide { float: left; width: 70%; }
    width: 50%;
.portal-column-right-extra-narrow { float: right; width: 29%; }
}
.portal-column-right {
    float: right;
    width: 49%;
}
.portal-column-left-wide {
    float: left;
    width: 60%;
}
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
    float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
    width: 29%;
}
@media only screen and (max-width: 800px) {
@media only screen and (max-width: 800px) {
  .portal-column-left,
    /* Decouple the columns on narrow screens */
  .portal-column-right,
    .portal-column-left,
  .portal-column-left-wide,
    .portal-column-right,
  .portal-column-right-narrow,
    .portal-column-left-wide,
  .portal-column-left-extra-wide,
    .portal-column-right-narrow,
  .portal-column-right-extra-narrow {
    .portal-column-left-extra-wide,
    float: none; width: auto;
    .portal-column-right-extra-narrow {
  }
        float: inherit;
        width: inherit;
    }
}
}


/* Letterhead block */
/* Formerly for announcements, now used intermittently */
#bodyContent .letterhead {
#bodyContent .letterhead {
  background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
  background-repeat:no-repeat;
    background-repeat:no-repeat;
  padding: 2em;
    padding: 2em;
  background-color: #faf9f2;
    background-color: #faf9f2;
}
}


/* Tree style lists */
/* Tree style lists */
.treeview ul { padding: 0; margin: 0; }
.treeview ul {
.treeview li { padding: 0; margin: 0; list-style: none; }
    padding: 0;
    margin: 0;
}
.treeview li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}
.treeview li li {
.treeview li li {
  background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
  padding-left: 20px; text-indent: 0.3em;
    /* @noflip */
    padding-left: 20px;
    text-indent: 0.3em;
}
.treeview li li.lastline {
    background-position: 0 -5971px
}
.treeview li.emptyline > ul {
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}
}
.treeview li li.lastline { background-position: 0 -5971px; }
.treeview li.emptyline > ul { margin-left: -1px; }
.treeview li.emptyline > ul > li:first-child { background-position: 0 9px; }


/* Sortkey hidden */
/* hidden sortkey for tablesorter */
td .sortkey, th .sortkey { display: none; speak: none; }
td .sortkey,
th .sortkey {
    display: none;
    speak: none;
}


/* Hide checkboxes in <inputbox> */
/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element,
.inputbox-hidecheckboxes form .inputbox-element,
.inputbox-hidecheckboxes .mw-ui-checkbox { display: none !important; }
.inputbox-hidecheckboxes .mw-ui-checkbox {
    display: none !important;
}


/* Kaltura attribution */
/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */
.k-player .k-attribution { visibility: hidden; }
.k-player .k-attribution {
    visibility: hidden;
}


/* Video play button bottom-left */
/* Move 'play' button of video player to bottom left corner */
.PopUpMediaTransform a .play-btn-large {
.PopUpMediaTransform a .play-btn-large {
  margin: 0; top: auto; right: auto; bottom: 0; left: 0;
    margin: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}
}


/* VE editnotices readability */
/* Workaround to keep editnotices readable in VE view.
.mw-ve-editNotice .mbox-image { display: none; }
  Long term, editnotices should become a core feature so that they can be designed responsive. */
.mw-ve-editNotice .mbox-image {
    display: none;
}


/* Tagline sichtbar (außer auf Hauptseite; s. oben) */
/* From https://www.mediawiki.org/wiki/Manual:Tagline_(Site_Subtitle)
      Zeige "Aus Pornopedia, der geilen Enzyklopädie" in Skins an, die das unterstützen,
      gilt nicht für den Druckmodus */
#siteSub {
display: block;
}


/* Transparent borders for pie charts already handled via .transborder */
/*   Auf der Hauptseite ausblenden */
 
body.page-Hauptseite.action-view #siteSub,
body.page-Hauptseite.action-submit #siteSub {
    display: none;
}


/* ===== Galerie / Thumbs ===== */
/* Hide FlaggedRevs notice UI when there are no pending changes */
.thumbinner { min-width: 100px; }
.flaggedrevs_draft_synced,
div#content .gallerybox div.thumb { background-color: #f8f9fa; }
.flaggedrevs_stable_synced {
.gallerybox .thumb img {
    display: none;
  background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
}
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img { background: #fff; }


/* =========================================
  =====  BIOBOX & SOCIAL – gezielt  =====
  ========================================= */


/* Biobox: klassisch rechts mit fester Desktopbreite */
/* Based on https://en.wikipedia.org/wiki/Wikipedia:Main_Page/styles.css */
.mw-parser-output table.biobox{
 
  float: right;
@media (max-width: 875px) {
  clear: right;
/* We need to improve Template:POTD as used on the main page so that these
  width: 22em;                /* ~352px */
* hacks aren't necessary */
  margin: 0.5em 0 1em 1em;
#mp-tfp table,
  border: 1px solid #c8ccd1;
#mp-tfp tr,
  background: #fff;
#mp-tfp td,
  border-collapse: collapse;
#mp-tfp tbody {
  box-sizing: border-box;
display: block !important;
  font-size: 90%;
width: 100% !important;
  line-height: 1.5;
box-sizing: border-box;
}
 
#mp-tfp tr:first-child td:first-child a {
text-align: center;
display: table;
margin: 0 auto;
}
}
}
.mw-parser-output table.biobox td,
 
.mw-parser-output table.biobox th {
@media (min-width: 875px) {
  border: 0; padding: 0.2em 0.4em; vertical-align: top; text-align: left;
#mp-upper {
display: flex;
}
 
#mp-left {
/* flex: 1 1 55%; */
flex: 1 1 50%;
margin-right: 2px;
}
 
#mp-right {
/* flex: 1 1 45%; */
flex: 1 1 50%;
margin-left: 2px;
}
}
}
.mw-parser-output table.biobox td[colspan="2"] { text-align: center; }
/* ===== Home-Layout ===== */
.hp-container { max-width: 1080px; margin: 0 auto; padding: 8px 12px; }


/* Fotozelle: Bild bündig, Text/Links sichtbar */
/* Sektionen */
.mw-parser-output table.biobox td.biobox-photo {
.hp-section { border:1px solid #a2a9b1; background:#f8f9fa; padding:12px; margin:12px 0; border-radius:8px; }
   padding: 0 !important; border: 0 !important; background: transparent !important;
.hp-section > .hp-title { margin:0 0 8px 0; font-size:1.1rem; font-weight:700; }
 
/* === NEWS === */
/* Zwei Spalten für News, mit schöner Umfluss-Logik */
.news-columns { column-count: 2; column-gap: 24px; }
@media (max-width: 720px) { .news-columns { column-count: 1; } }
 
/* Ein einzelner News-Eintrag: Datum links (feste Breite), Text rechts */
.news-item { break-inside: avoid; display: grid; grid-template-columns: 9ch 1fr; align-items: start; gap: 12px; padding: 4px 0; }
.news-item .date { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; color:#555; white-space:nowrap; }
.news-item .text { }
 
/* === ZWEI-SPALTIGER BEREICH FÜR KARTEN === */
.hp-two { display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
@media (max-width: 900px) { .hp-two { grid-template-columns: 1fr; } }
 
/* Personenkarten */
.startcard { border:1px solid #a2a9b1; background:#fff; border-radius:10px; padding:10px 12px; }
.startcard .startcard-title { font-weight:700; margin:0 0 6px 0; }
.startcard .startcard-img { float:left; margin:0 12px 8px 0; border-radius:8px; }
.startcard .startcard-meta { font-size:0.95em; line-height:1.35; }
.startcard .startcard-meta b { color:#444; }
.startcard .startcard-more { margin-top:6px; }
 
/* Kategorien-Block */
.kat-links { display:flex; flex-wrap:wrap; gap:8px; }
.kat-links a { display:inline-block; padding:6px 10px; border:1px solid #a2a9b1; border-radius:999px; background:#fff; text-decoration:none; }
.kat-links a:hover { background:#f8f9fa; }
 
/* ===== BIOBOX – einzige, saubere Definition ===== */
 
/* Desktop: klassisch rechts, feste Breite */
.mw-parser-output table.biobox{
   float:right;
  clear:right;
  width:22em;                /* ~352px; stabile Desktopbreite */
  margin:0.5em 0 1em 1em;
  border:1px solid #c8ccd1;
  background:#fff;
  border-collapse:collapse;
  box-sizing:border-box;
  font-size:90%;
  line-height:1.5;
}
}
/* Nur Medien-Elemente ohne Luft/Typografie */
.mw-parser-output table.biobox td,
.mw-parser-output table.biobox td.biobox-photo a.image,
.mw-parser-output table.biobox th{
.mw-parser-output table.biobox td.biobox-photo img,
   border:0;
.mw-parser-output table.biobox td.biobox-photo .mw-file-element,
   padding:0.2em 0.4em;
.mw-parser-output table.biobox td.biobox-photo .biobox-img {
   vertical-align:top;
   display: block !important; width: 100% !important; height: auto !important;
   text-align:left;
   margin: 0 !important; padding: 0 !important; border: 0 !important;
   background: transparent !important; box-shadow: none !important;
   line-height: 0 !important; font-size: 0 !important;
}
/* Hinweise/Links in der Fotozelle wieder normal */
.mw-parser-output table.biobox td.biobox-photo .biobox-note,
.mw-parser-output table.biobox td.biobox-photo div {
  font-size: 85% !important; line-height: 1.3 !important; margin-top: 0.3em !important;
}
}
.mw-parser-output table.biobox td[colspan="2"]{ text-align:center; }


/* Falls MediaWiki Thumb-Hüllen setzt – neutralisieren */
/* Fotozelle ohne Innenrahmen/Abstand */
.mw-parser-output table.biobox .thumb,
.mw-parser-output table.biobox .biobox-photo{
.mw-parser-output table.biobox .thumbinner,
   padding:0 !important;
.mw-parser-output table.biobox img.thumbimage {
  border:0 !important;
   background: transparent !important; border: 0 !important;
   background:transparent !important;
   margin: 0 !important; padding: 0 !important; box-shadow: none !important;
}
}


/* Social-Links rechts neben/unter Biobox floaten, damit der Text links oben startet */
/* Bild: immer auf Boxbreite skalieren (kein „Rahmen im Rahmen“) */
.mw-parser-output .bio-social {
.mw-parser-output table.biobox .biobox-img{
   float: right !important;
   display:block;
   clear: right !important;
  width:100% !important;
   margin: 0 0 1em 1em !important;
   height:auto !important;
   width: auto !important;
   max-width:100% !important;
   background: transparent !important;
   border:0 !important;
   border: 0 !important;
   margin:0 !important;
   padding: 0 !important;
   background:transparent !important;
   box-shadow:none !important;
}
}
.mw-parser-output .bio-social table {
.mw-parser-output table.biobox .biobox-img img{
   width: auto !important; display: inline-table !important; background: transparent !important; border: 0 !important;
   display:block;
  width:100% !important;
  height:auto !important;
}
}


/* Erster sichtbarer Absatz: nicht künstlich unter Floats beginnen */
/* Thumbs in der Biobox nicht doppelt einrahmen */
.mw-parser-output > p:first-of-type {
.mw-parser-output table.biobox .thumb,
   clear: none !important;
.mw-parser-output table.biobox .thumbinner{
   margin-top: 0 !important;
   border:0 !important;
  box-shadow:none !important;
   background:transparent !important;
}
}


/* Mobil: Biobox (und Social) volle Breite, kein Float-Überstand */
/* Falls direkt danach eine rechte Social-Tabelle kommt */
@media (max-width: 768px){
.mw-parser-output table.biobox + table[align="right"]{
  .mw-parser-output table.biobox,
   float:right;
   .mw-parser-output .bio-social {
  margin:0 0 1em 1em;
    float: none !important; clear: both !important; width: 100% !important; max-width: 100% !important;
    margin: 0 0 1em 0 !important;
  }
}
}


/* === Desktop-Korrektur (nur >=769px) === */
/* --- Mobile: volle Breite, kein Überstand, Text darunter --- */
@media (min-width: 769px) {
@media (max-width:768px){
   .mw-parser-output table.biobox {
   .mw-parser-output table.biobox{
     float: right !important;
     float:none !important;
     clear: right !important;
     clear:both !important;
     width: 22em !important;     /* feste Breite nur am Desktop */
     width:auto !important;
     margin: 0.5em 0 1em 1em !important;
    max-width:100% !important;
     margin:0 0 1em 0 !important;
   }
   }
   .mw-parser-output .bio-social {
   .mw-parser-output table.biobox + table[align="right"]{
     float: right !important;
     float:none !important;
     clear: right !important;
     width:auto !important;
     width: auto !important;
     margin:0 0 1em 0 !important;
     margin: 0 0 1em 1em !important;
     align:initial !important;
   }
   }
   .mw-parser-output > p:first-of-type {
   .mw-parser-output > p:first-of-type{
     clear: none !important;
     clear:both !important;
    margin-top: 0 !important;
   }
   }
}
}
 
/* === Biobox: Foto ohne Innenrahmen, wirklich volle Breite === */
/* ============================================================
.mw-parser-output table.biobox .biobox-photo,
  ==== HOTFIX: Upload-/Rotlinks in Biobox & Sternzeichen  ====
.mw-parser-output table.biobox .biobox-photo * {
  ============================================================ */
   border: 0 !important;
 
   padding: 0 !important;
/* Rotlinks (fehlende Dateien/Seiten) sicher sichtbar & klickbar */
   background: transparent !important;
a.new,
   box-shadow: none !important;
.mw-parser-output a.new,
.mw-parser-output .biobox a.new {
   display: inline !important;
  visibility: visible !important;
   opacity: 1 !important;
   color: #d33 !important;               /* klassisches Rot */
   text-decoration: underline !important; /* klar als Link erkennbar */
}
}


/* Links/Upload-Hinweis im Foto-Feld niemals „wegtypografieren“ */
/* Link-Wrapper und Bild auf Zellenbreite strecken */
.mw-parser-output .biobox td.biobox-photo a:not(.image),
.mw-parser-output table.biobox .biobox-photo a.image,
.mw-parser-output .biobox td.biobox-photo .biobox-upload,
.mw-parser-output table.biobox .biobox-photo img,
/* jede direkte DIV-Box in der Fotozelle, außer MediaWiki-Thumb-Hüllen */
.mw-parser-output table.biobox .biobox-photo .mw-file-element {
.mw-parser-output .biobox td.biobox-photo > div:not(.thumb):not(.thumbinner) {
   display: block !important;
   display: block !important;
   font-size: 90% !important;
   width: 100% !important;
   line-height: 1.3 !important;
   height: auto !important;
   margin-top: 0.3em !important;
  max-width: 100% !important;
   text-align: center !important;
   margin: 0 !important;
   color: #0645ad !important;
}
/* Biobox-Foto: wirklich bündig ohne Luft oben/unten */
.mw-parser-output table.biobox td.biobox-photo {
   padding: 0 !important;
   line-height: 0 !important;           /* killt den Baseline-Gap */
}
}


 
.mw-parser-output table.biobox td.biobox-photo a.image,
/* Falls irgendwo hart versteckt wurde */
.mw-parser-output table.biobox td.biobox-photo img,
.mw-parser-output .biobox td.biobox-photo a,
.mw-parser-output table.biobox td.biobox-photo .mw-file-element,
.mw-parser-output .biobox td.biobox-photo a * {
.mw-parser-output table.biobox td.biobox-photo .biobox-img {
   visibility: visible !important;
   display: block !important;
   opacity: 1 !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important;
   height: auto !important;
}
}

Version vom 20. Oktober 2025, 07:26 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

body.page-Hauptseite h1.firstHeading { display:none; }

div.topicon {
    position: absolute; 
    z-index: 10; 
    top: 10px;
    display: block !important;
}

/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons { padding: 0.5em; }
.my-buttons a {
  color: black;
  background-color: #F9F9F9 !important;
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
  border: thin #7D8891 outset;
  padding: 0 0.1em 0.1em 0.1em;
 }
.my-buttons a:hover, .my-buttons a:active {
  background-color: #AAAAAA;
  border-style: inset;
 }

/*****
** Table formatting
*****/
   table.wikitable,
   table.prettytable {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }

   table.wikitable th, table.wikitable td,
   table.prettytable th, table.prettytable td {
      border:1px #AAA solid;
      padding:0.2em;
      }

   table.wikitable th,
   table.prettytable th {
      background:#F2F2F2;
      text-align:center;
      }

   table.wikitable caption,
   table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }

table.collapsed tr.collapsible {
        display: none;
}

.collapseButton {                /* 'show'/'hide' buttons created dynamically by the               */
        float: right;               /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;        /* are styled here so they can be customised.               */
        text-align: right;
        width: auto;
}

/*****
** Simple Security Extension
*****/
#security-info-toggle {
    background: transparent url(/wiki/skins/monobook/lock_icon.gif) no-repeat scroll left center;
    padding-left: 16px;
}
#security-info {
    border: 1px solid #ccc;
    background: #eee;
}

/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 80%; }
.references-small { font-size: 70%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }


/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
div.NavFrame {
	display: inline-block; /* IE <= 7 */
}
div.NavFrame {
	border: 1px solid #aaa;
	clear: both;
	display: block;
	font-size: 95%;
	margin-top: 1.5em;
	padding: 2px;
	text-align: center;
}

/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
div.NavFrame + div.NavFrame {
	margin-top: -1px;
}
div.NavPic {
	float: left;
	padding: 2px;
}
div.NavHead {
/* 	background: #efefef; */
	font-weight: bold;
}

/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
div.NavEnd {
	display: none; /* broken */
}
div.NavFrame:after {
	clear: both;
	content: "";
	display: block;
}

/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%; 
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align: center;      /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
.navbox-group {              /* Group style */
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}
.navbox, .navbox-subgroup {
    background: #fdfdfd;     /* Background color */
}
.navbox-list {
    border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
table.navbox th {
    background: #e6e6fa;     /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
    background: transparent; /* Odd row striping */
}

.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]] are styled here   */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Navbar]],    */
}                          /* so they need to be the same width.         */

.navbar {                  /* Navbox template links */
    font-size: 88%;        /* Default font-size */
    font-weight: normal;
}
.navbox .navbar {
    font-size: 100%;       /* Font-size when nested within navbox */
}


/* Entfernt underlines von bestimmten Links */
.nounderlines a,
.IPA a:link, .IPA a:visited { 
    text-decoration: none;
}



/* Standard-Navigationsleisten
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}



/* [[Vorlage:NaviBlock]] */
div.BoxenVerschmelzen {
	border: 1px solid #aaa;
	clear: both;
	font-size: 95%;
	margin-top: 1.5em;
	padding-top: 2px;
}
div.BoxenVerschmelzen div.NavFrame {
	border: none;
	font-size: 100%;
	margin: 0;
	padding-top: 0;
}

/* Warnhinweise */
.warningcolors {
	border: 1px solid #bf9090;
	background-color: #fbf7f7;
	padding: 5px;
	font-size: 95%;
	color: #510041;
}

/* Hinweis */
.noticecolors {
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	color: #000000;
}


/* New */
/* Reset italic styling set by user agent */
cite, dfn {
    font-style: inherit;
}

/* Straight quote marks for <q> */
q {
    quotes: '"' '"' "'" "'";
}

/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
    overflow: hidden;
    margin: 1em 0;
    padding: 0 40px;
}

/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
strong.selflink {
    font-weight: 700;
}

/* Consistent size for <small>, <sub> and <sup> */
small {
    font-size: 85%;
}
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
    font-size: 80%;
}

/* Same spacing for indented and unidented paragraphs on talk pages */
.ns-talk .mw-body-content dd {margin-top:0.4em; margin-bottom:0.4em;}

/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}
body.page-Main_Page #ca-delete,
body.page-Main_Page #ca-move {
    display: none !important;
}
body.page-Main_Page #mp-topbanner {
    clear: both;
}

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) {
    display: none;
}

/* Tone down 'Changed since last visit' colors */
span.updatedmarker {
    background-color: transparent;
    color: #006400;
}

/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
    display: none;
}

/* Highlight linked elements (such as clicked references) in blue */
body.action-info :target,
.citation:target {
    background-color: #DEF;  /* Fallback */
    background-color: rgba(0, 127, 255, 0.133);
}

/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.citation {
    word-wrap: break-word;
}

/* For linked citation numbers and document IDs, where the number need not be shown
   on a screen or a handheld, but should be included in the printed version */
@media screen, handheld {
    .citation .printonly {
        display: none;
    }
}

/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 100%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 80%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 80%;           /* Reset font-size when nested in div.reflist */
    margin-bottom: 0;          /* Avoid double margin when nested in dev.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
    display: none;
}

/* Reset top margin for lists embedded in columns */
div.columns {
    margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
    margin-top: 0;
}

/* Avoid elements from breaking between columns */
.nocolbreak,
div.columns li,
div.columns dd dd {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.flowlist ul {
    overflow-x: hidden;
    margin-left: 0;
    padding-left: 1.6em;
}
.flowlist ol {
    overflow-x: hidden;
    margin-left: 0;
    padding-left: 3.2em;
}
.flowlist dl {
    overflow-x: hidden;
}

/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
    display: none;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) "\a0";
}

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    box-sizing: border-box;
    border: 1px solid #a2a9b1;
    width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
    margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
    margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
    line-height: 1.5em;
    text-align: center;
}
th.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    line-height: 1.5em;
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
    background: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}

/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.mw-body-content .navbar ul {
    line-height: inherit;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
  font-variant: small-caps;
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
    font-size: 100%;
}
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
/*    text-align: right; Fix for download and DVD links */
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}

/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}

/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    /* @noflip */
    text-align: left;
}

/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}

/* Icons for medialist templates [[Template:Listen]],
   [[Template:Multi-listen_start]], [[Template:Video]],
   [[Template:Multi-video_start]] */
div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
    background-size: 30px;
    padding-left: 40px;
}

/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
table.mw-hiero-table td {
    vertical-align: middle;
}

/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    /* @noflip */
    background-position: top left;
    background-repeat: no-repeat;
}
div.medialist ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}

/* Change the external link icon to an Adobe icon for all PDF files
   in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}

/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
div.columns-2 div.column {
    /* @noflip */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    border: none;
    /* @noflip */
    padding: 0.25em 0.9em;     /* 0.9em left/right */
    width: 100%;               /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
    border: none;
    padding: 0;
    width: 1px;
}

/* Article message box styles */
table.ambox {
    margin: 0 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #a2a9b1;
    /* @noflip */
    border-left: 10px solid #36c;  /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}

table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #36c;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b32424;    /* Red */
    background: #fee7e6;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b32424;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #fc3;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #a2a9b1;       /* Gray-gold */
}

/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #36c;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
    margin: 4px;
}

table.imbox-notice {
    border: 3px solid #36c;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b32424;    /* Red */
    background: #fee7e6;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b32424;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #fc3;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #a2a9b1;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}

/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;
    background: #DFE8FF;    /* Default "notice" blue */
}

table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b32424;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}

/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;       /* Default "notice" gray */
    background: #f8f9fa;
}

table.ombox-notice {
    border: 1px solid #a2a9b1;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b32424;    /* Red */
    background: #fee7e6;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b32424;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #fc3;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #a2a9b1;       /* Gray-gold */
}

/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */
    font-size: 100%;             /* set in "mbox-small" above.                */
}

table.tmbox-speedy {
    border: 2px solid #b32424;    /* Red */
    background: #fee7e6;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b32424;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #fc3;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}

/* Disambig and set index box styles */
table.dmbox {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}

/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #a2a9b1;
    background: #f8f9fa;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f8f9fa;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.
   Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #a2a9b1;
    background: #f8f9fa;
    padding: 0.25em 0.9em;
}

/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    box-sizing: border-box;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
    border: none;
    border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: disc;
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}

/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
    border: none;
    background: transparent;
    padding: 0;
}

/* Hide (formatting) elements from screen, but not from screenreaders */
.visualhide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Bold save button */
#wpSave {
    font-weight: bold;
}

/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline !important;
    color: #f00;
    background-color: #0f0;
}

/* suppress missing interwiki image links where #ifexist cannot
   be used due to high number of requests see .hidden-redlink on
   [[m:MediaWiki:Common.css]] */
.check-icon a.new {
    display: none;
    speak: none;
}

/* Removes underlines from certain links */
.nounderlines a,
.IPA a:link, .IPA a:visited {
    text-decoration: none !important;
}

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #a2a9b1;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    line-height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

/* Hatnotes and disambiguation notices */
.hatnote {
    font-style: italic;
}
.hatnote i {
    font-style: normal;
}
div.hatnote {
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
    margin-top: -0.5em;
}

/* Allow transcluded pages to display in lists rather than a table. */
.listify td    { display: list-item; }
.listify tr    { display: block; }
.listify table { display: block; }

/* Geographical coordinates defaults. See [[Template:Coord/link]]
   for how these are used. The classes "geo", "longitude", and
   "latitude" are used by the [[Geo microformat]]. */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }

/* Temporary(!) fix for horizontal TOC in Blink (Chrone/Opera) */
.hlist .tocnumber,
.hlist .toctext {
    display: inline;
}
/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
.nonumtoc .tocnumber {
    display: none;
}
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none none;
    margin: .3em 0 0;
    padding: 0;
}
.hlist.nonumtoc #toc ul ul,
.hlist.nonumtoc .toc ul ul {
    /* @noflip */
    margin: 0;
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

/* Styling for Template:Quote */
blockquote.templatequote div.templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0;
}

/* User block messages */
div.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}

/* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to
   3) Bold "links" to the page itself
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
.nowrap pre {
    white-space: pre;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
    white-space: normal;
}

/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #a2a9b1;
    background-color: #ecfcf4;
    padding: 1em;
}

/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}

/* Minimum thumb width */
.thumbinner {
    min-width: 100px;
}

/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
    /* Light gray padding */
    background-color: #f8f9fa;
}
/* Put a chequered background behind images, only visible if they have transparency.
   '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: #fff;
}

/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories, #mw-pages, #mw-category-media,
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}

body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
    display: block;   /* Override inline block mode */
    margin-bottom: 1em;
    /* @noflip */
    clear: right;     /* Clear any info boxes that stick out */
    /* @noflip */
    float: right;     /* Prevents margin collapsing */
}

/* Selectively hide headers in WikiProject banners */
.wpb .wpb-header             { display: none; }
.wpbs-inner .wpb .wpb-header { display: block; }     /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside     { display: none; }      /* hide things that should only display outside shells */

/* Styling for Abuse Filter tags */
.mw-tag-markers {
    font-style:italic;
    font-size:90%;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
.sysop-show,
.accountcreator-show,
.templateeditor-show,
.extendedmover-show,
.autoconfirmed-show,
.user-show {
    display: none;
}

/**
 * Hide the redlink generated by {{Editnotice}},
 * this overrides the ".sysop-show { display: none; }" above that applies
 * to the same link as well.
 *
 * See [[Phabricator:45013]].
 */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink, .mw-ve-editNotice .editnotice-redlink {
    display: none !important;
}

/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none none;
}
ul.permissions-errors {
    margin: 0;
}

/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label {
    white-space: nowrap;
}

/* Pie chart: transparent borders */
.transborder {
    border: solid transparent;
}

/* Generic class for Times-based serif, texhtml class for inline math */
.times-serif,
span.texhtml {
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
    font-size: 118%;
    line-height: 1;
}
span.texhtml {
    white-space: nowrap;
}
span.texhtml span.texhtml {
    font-size: 100%;
}
span.mwe-math-mathml-inline {
    font-size: 118%;
}

/* Force tabular and lining display for digits and texhtml */
.digits,
.texhtml {
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    font-feature-settings: "lnum", "tnum", "kern" 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-kerning: none;
}

/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
    margin-left: 1.6em !important;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.mwe-math-mathml-display math {
    display: inline;
}

/* Fix styling of transcluded prefindex tables */
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
    width: 98%;
}

/* For portals, added 2011-12-07 -bv
   On wide screens, show these as two columns
   On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
.portal-column-right {
    float: right;
    width: 49%;
}
.portal-column-left-wide {
    float: left;
    width: 60%;
}
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
    float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
    width: 29%;
}
@media only screen and (max-width: 800px) {
    /* Decouple the columns on narrow screens */
    .portal-column-left,
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}

/* Formerly for announcements, now used intermittently */
#bodyContent .letterhead {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}

/* Tree style lists */
.treeview ul {
    padding: 0;
    margin: 0;
}
.treeview li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}
.treeview li li {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
    /* @noflip */
    padding-left: 20px;
    text-indent: 0.3em;
}
.treeview li li.lastline {
    background-position: 0 -5971px
}
.treeview li.emptyline > ul {
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}

/* hidden sortkey for tablesorter */
td .sortkey,
th .sortkey {
    display: none;
    speak: none;
}

/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element,
.inputbox-hidecheckboxes .mw-ui-checkbox {
    display: none !important;
}

/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */
.k-player .k-attribution {
    visibility: hidden;
}

/* Move 'play' button of video player to bottom left corner */
.PopUpMediaTransform a .play-btn-large {
    margin: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

/* Workaround to keep editnotices readable in VE view.
   Long term, editnotices should become a core feature so that they can be designed responsive. */
.mw-ve-editNotice .mbox-image {
    display: none;
}

	/* From https://www.mediawiki.org/wiki/Manual:Tagline_(Site_Subtitle)
       Zeige "Aus Pornopedia, der geilen Enzyklopädie" in Skins an, die das unterstützen,
       gilt nicht für den Druckmodus */
	#siteSub {
		display: block;
	}

/*    Auf der Hauptseite ausblenden */

body.page-Hauptseite.action-view #siteSub,
body.page-Hauptseite.action-submit #siteSub {
    display: none;
}

/* Hide FlaggedRevs notice UI when there are no pending changes */
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced {
    display: none;
}


/* Based on https://en.wikipedia.org/wiki/Wikipedia:Main_Page/styles.css */

@media (max-width: 875px) {
	/* We need to improve Template:POTD as used on the main page so that these
	 * hacks aren't necessary */
	#mp-tfp table,
	#mp-tfp tr,
	#mp-tfp td,
	#mp-tfp tbody {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
	}

	#mp-tfp tr:first-child td:first-child a {
		text-align: center;
		display: table;
		margin: 0 auto;
	}
}

@media (min-width: 875px) {
	#mp-upper {
		display: flex;
	}

	#mp-left {
	/*	flex: 1 1 55%; */
		flex: 1 1 50%;
		margin-right: 2px;
	}

	#mp-right {
	/*	flex: 1 1 45%; */
		flex: 1 1 50%;
		margin-left: 2px;
	}
}
/* ===== Home-Layout ===== */
.hp-container { max-width: 1080px; margin: 0 auto; padding: 8px 12px; }

/* Sektionen */
.hp-section { border:1px solid #a2a9b1; background:#f8f9fa; padding:12px; margin:12px 0; border-radius:8px; }
.hp-section > .hp-title { margin:0 0 8px 0; font-size:1.1rem; font-weight:700; }

/* === NEWS === */
/* Zwei Spalten für News, mit schöner Umfluss-Logik */
.news-columns { column-count: 2; column-gap: 24px; }
@media (max-width: 720px) { .news-columns { column-count: 1; } }

/* Ein einzelner News-Eintrag: Datum links (feste Breite), Text rechts */
.news-item { break-inside: avoid; display: grid; grid-template-columns: 9ch 1fr; align-items: start; gap: 12px; padding: 4px 0; }
.news-item .date { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; color:#555; white-space:nowrap; }
.news-item .text { }

/* === ZWEI-SPALTIGER BEREICH FÜR KARTEN === */
.hp-two { display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
@media (max-width: 900px) { .hp-two { grid-template-columns: 1fr; } }

/* Personenkarten */
.startcard { border:1px solid #a2a9b1; background:#fff; border-radius:10px; padding:10px 12px; }
.startcard .startcard-title { font-weight:700; margin:0 0 6px 0; }
.startcard .startcard-img { float:left; margin:0 12px 8px 0; border-radius:8px; }
.startcard .startcard-meta { font-size:0.95em; line-height:1.35; }
.startcard .startcard-meta b { color:#444; }
.startcard .startcard-more { margin-top:6px; }

/* Kategorien-Block */
.kat-links { display:flex; flex-wrap:wrap; gap:8px; }
.kat-links a { display:inline-block; padding:6px 10px; border:1px solid #a2a9b1; border-radius:999px; background:#fff; text-decoration:none; }
.kat-links a:hover { background:#f8f9fa; }

/* ===== BIOBOX – einzige, saubere Definition ===== */

/* Desktop: klassisch rechts, feste Breite */
.mw-parser-output table.biobox{
  float:right;
  clear:right;
  width:22em;                 /* ~352px; stabile Desktopbreite */
  margin:0.5em 0 1em 1em;
  border:1px solid #c8ccd1;
  background:#fff;
  border-collapse:collapse;
  box-sizing:border-box;
  font-size:90%;
  line-height:1.5;
}
.mw-parser-output table.biobox td,
.mw-parser-output table.biobox th{
  border:0;
  padding:0.2em 0.4em;
  vertical-align:top;
  text-align:left;
}
.mw-parser-output table.biobox td[colspan="2"]{ text-align:center; }

/* Fotozelle ohne Innenrahmen/Abstand */
.mw-parser-output table.biobox .biobox-photo{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}

/* Bild: immer auf Boxbreite skalieren (kein „Rahmen im Rahmen“) */
.mw-parser-output table.biobox .biobox-img{
  display:block;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  border:0 !important;
  margin:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.mw-parser-output table.biobox .biobox-img img{
  display:block;
  width:100% !important;
  height:auto !important;
}

/* Thumbs in der Biobox nicht doppelt einrahmen */
.mw-parser-output table.biobox .thumb,
.mw-parser-output table.biobox .thumbinner{
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

/* Falls direkt danach eine rechte Social-Tabelle kommt */
.mw-parser-output table.biobox + table[align="right"]{
  float:right;
  margin:0 0 1em 1em;
}

/* --- Mobile: volle Breite, kein Überstand, Text darunter --- */
@media (max-width:768px){
  .mw-parser-output table.biobox{
    float:none !important;
    clear:both !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 0 1em 0 !important;
  }
  .mw-parser-output table.biobox + table[align="right"]{
    float:none !important;
    width:auto !important;
    margin:0 0 1em 0 !important;
    align:initial !important;
  }
  .mw-parser-output > p:first-of-type{
    clear:both !important;
  }
}
/* === Biobox: Foto ohne Innenrahmen, wirklich volle Breite === */
.mw-parser-output table.biobox .biobox-photo,
.mw-parser-output table.biobox .biobox-photo * {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Link-Wrapper und Bild auf Zellenbreite strecken */
.mw-parser-output table.biobox .biobox-photo a.image,
.mw-parser-output table.biobox .biobox-photo img,
.mw-parser-output table.biobox .biobox-photo .mw-file-element {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
}
/* Biobox-Foto: wirklich bündig ohne Luft oben/unten */
.mw-parser-output table.biobox td.biobox-photo {
  padding: 0 !important;
  line-height: 0 !important;           /* killt den Baseline-Gap */
}

.mw-parser-output table.biobox td.biobox-photo a.image,
.mw-parser-output table.biobox td.biobox-photo img,
.mw-parser-output table.biobox td.biobox-photo .mw-file-element,
.mw-parser-output table.biobox td.biobox-photo .biobox-img {
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
}