MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
 
(937 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/****************************
+
/*************************
 
+
Hier befinden sich vorwiegend css-Befehle, die den ursprünglichen Wiki-Code beeinflussen (Änderungen am Standardlayout, Navigationsmenü)
Siehe auch:
+
Siehe auch
* MediaWiki:Vector.css (Farben, spezielle Einzelseiten, Glossar, etc.)
+
* MediaWiki:Vector.css (css für Extensions, Templates, etc.)
* MediaWiki:Print.css  
+
* MediaWiki:Print.css
 
 
Hier:
 
* Änderungen am Standardlayout
 
* Navigationsmenue
 
* Neue Boxen
 
* Extensions
 
 
 
 
****************************/
 
****************************/
 
/*  Aktuelles  */
 
 
div#catlinks {
 
display: none;
 
}
 
.ns-120 div#catlinks {
 
display: block;
 
}
 
 
 
/* Framework */
 
/* Framework */
 
+
html {
 +
  scroll-behavior: smooth;
 +
  scroll-padding-top: 4rem;
 +
 
html,
 
html,
 
body {
 
body {
margin: 0;
+
margin: 0;
padding: 0;
+
padding: 0;
font-size: 1em;
+
font-size: calc(12px + .3vw);  
background: #eeeee5 url(/rel_jap/bg/bg0.gif);
+
background: #eeeee5 url(/wikibilder/luck.jpg);  
color: black;
+
color: black;
font-family:  Arial, sans-serif;  
+
font-family:  Arial, sans-serif;
 +
}
 +
 
 +
/***  Head  ***/
 +
 
 +
#mw-page-base,
 +
#mw-head-base,
 +
#mw-head {
 +
position:absolute;
 +
z-index:4;
 
}
 
}
body.action-view {
+
#mw-page-base {
  padding: 0 100px;
+
  height: 100vh;
 +
position:fixed;
 +
z-index:0;
 +
top: 0;
 +
left: 0;
 +
right: 0;
 +
background:transparent;
 
  }
 
  }
 
+
#mw-head {
 +
    top: 3.5rem;
 +
    margin: auto;
 +
    left: 0;
 +
    right: 0;
 +
    width: calc(100% - 18rem);
 +
    max-width: 78rem;
 +
}
 
/* Content */
 
/* Content */
 
+
#content  {
div#content  {
 
 
  position:relative;
 
  position:relative;
  z-index:1;
+
  z-index:1;
margin: 15px 0 0 160px;  
+
    font-family: Georgia, Times, 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho', serif;
padding:0 ;
+
  border:0;
line-height: 1.5em;
+
  border-radius: 0 0 5px 5px;
min-width: 50em;
+
    width: calc(100% - 18rem);
font-family: Georgia, serif, Times ;  
+
    min-height: calc(100% - 9rem);
background:#fff;
+
    max-width: 92rem;
border-color: #ace;
+
    max-width: 78rem;
border-style: solid dotted solid;
+
    min-width: 640px;
border-width: 1px 0 2px 2px;
+
    margin: 0 auto;  
  }
+
    padding: 1px 0; /* 1px gegen  margin collaps*/
.action-view div#content {
+
    overflow: visible;  
  max-width: 80em;
+
  }
margin: 15px auto 0;  
+
.action-edit #content {
border-color: #aaa;
+
  margin: 0 0 0 10rem;  
  border-width: 1px 2px 2px;
+
    width: auto;
 +
    max-width: none;
 +
  padding:0 1rem;
 +
  box-shadow: 0 4px 15px rgba(145, 142, 117, 0.5);
 
  }  
 
  }  
 +
.ns-6 #content {
 +
    max-width: 78rem;
 +
}
 +
.ns-0.action-view #content,
 +
.ns-4.action-view #content,
 +
.ns-12.action-view #content {
 +
box-shadow: 0 4px 15px rgba(145,142,117,0.5);
 +
    border-radius: 0 0 .5em .5em;
 +
    background: #fbfbf7;
 +
 +
#bodyContent {
 +
    font-size: 1rem;
 +
    padding: 0 max(5%,2rem) 5rem;
 +
    position: static;
 +
}
 +
.ns-0.action-view #bodyContent,
 +
.ns-4.action-view #bodyContent,
 +
.ns-12.action-view #bodyContent,
 +
.wikiEditor-preview-contents { 
 +
border-top: 1px solid transparent; /* avoid margin collapse */
 +
margin: calc(3.5rem - 1px) -7rem 0; /* Platz für Sitenotice */
 +
    padding: 0 0 2rem;
 +
font-size:1.1rem;
 +
  } 
 +
.action-view .mw-content-ltr,
 +
.wikiEditor-preview-contents {
 +
}
 +
/* Silbentrennung */
  
/****  bodyContent  ****/
+
#bodyContent {
 
 
#bodyContent {  
 
position:static;
 
padding: 0 3.5em 3.5em;
 
font-size:.8em;
 
width: auto;
 
 
  -webkit-hyphens: auto;
 
  -webkit-hyphens: auto;
 +
-epub-hyphens: auto;
 
  -moz-hyphens: auto;
 
  -moz-hyphens: auto;
 
  -ms-hyphens: auto;
 
  -ms-hyphens: auto;
 
  -o-hyphens: auto;
 
  -o-hyphens: auto;
 
  hyphens: auto;
 
  hyphens: auto;
}
 
.action-view #bodyContent {
 
padding: 3.5em 130px 120px;
 
max-width:50em;
 
margin:auto;
 
}
 
.ns-6.action-view #bodyContent {
 
max-width: 900px;
 
}
 
.ns-8.action-view #bodyContent {
 
max-width: none;
 
}
 
.mw-content-ltr {
 
font-size: 1em;
 
 
}
 
}
.action-view .mw-content-ltr {
+
#bodyContent .firstHeading,
  font-size:120%;
+
.firstHeadingTitel,
 +
#bodyContent h2,
 +
#bodyContent h3,
 +
#bodyContent h4 {
 +
-webkit-hyphens: manual;
 +
-epub-hyphens: manual;
 +
-moz-hyphens: manual;
 +
-ms-hyphens: manual;
 +
  -o-hyphens: manual;
 +
hyphens: manual;
 +
}
 +
#contentSub2 {
 +
    margin: auto;
 
}
 
}
 +
/***********************
 +
  width
 +
************************/
  
/***  Head  ***/
+
.mw-parser-output > * {
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    width: 50%; 
 +
}
 +
.mw-parser-output > ul,
 +
.mw-parser-output > ol,
 +
.mw-parser-output > dl  {
 +
    width: calc(50% - 4rem);
 +
}
 +
/* MW Navigation */
  
#mw-page-base,  
+
.mw-indicators,
#mw-head-base,  
+
.ns--1 #left-navigation,
#mw-head {
+
.ns-0.action-view #p-views,
  position:absolute;
+
.ns-0.action-view #p-cactions,
z-index:4;
+
.ns-0.action-view #left-navigation,
 +
.ns-4.action-view #p-views,
 +
.ns-4.action-view #p-cactions,
 +
.ns-4.action-view #left-navigation,
 +
.ns-6.action-view #p-views,
 +
.ns-6.action-view #p-cactions,
 +
.ns-6.action-view #left-navigation,
 +
.ns-12.action-view #p-views,
 +
.ns-12.action-view #p-cactions,
 +
.ns-12.action-view #left-navigation,
 +
.ns-120.action-view #p-views,
 +
.ns-120.action-view #p-cactions,
 +
.ns-120.action-view #left-navigation,
 +
.ns-124.action-view #p-views,
 +
.ns-124.action-view #p-cactions,
 +
.ns-124.action-view #left-navigation {
 +
    display: none;
 
}
 
}
#mw-page-base {
+
#ca-unwatch,
height: 160px;
+
.action-edit #p-search,
position:absolute;
+
#left-navigation #ca-talk {
}
+
display:none;
#mw-head-base {
+
}  
top:-1px; left:0; right:0;
+
.ns-2 #left-navigation #ca-talk,
height: 5em;
+
.ns-3 #left-navigation #ca-talk {
margin:0;
+
display:block;
border-bottom: 1px solid #def;
+
}  
background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ;
+
#pt-anonuserpage, #pt-userpage a {  
}
+
    background-image: none;  
#mw-page-base {
+
    padding: inherit !important;
z-index:0;
+
}
top: 0;
+
 
right: 0;
+
/*****************/
width: 100%;
+
 
background: #bbb url(/rel_jap/bg/bg_head0.gif);
+
#mw-head { /*Platz für crumbs schaffen */
border-bottom: 5px solid #aaa;
+
top: 3.5rem;
}
 
/* Code am Seitenende */
 
#mw-head {
 
top: 0;
 
right: 0;
 
width: 100%;
 
background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ;
 
 
}
 
}
div#mw-head h5 {
+
#left-navigation,
 +
#right-navigation {
 
margin: 0;
 
margin: 0;
padding: 0;
 
 
}
 
}
/* Navigation Containers */
+
 
.action-view #left-navigation,
 
.action-view #right-navigation{
 
display:none;
 
}
 
 
/* Logo */
 
/* Logo */
 
#p-logo {
 
#p-logo {
 +
display:none;
 
  position: absolute;
 
  position: absolute;
 
  z-index:4;
 
  z-index:4;
top: -160px;
+
top: -10em;
left: 0;
+
left: 0;
width: 10em;
+
width: 10em;
height: 160px;
+
height: 10em;
  background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ;
+
  background: #f5f5ee url(/wikibilder/logo_head3.jpg) top left repeat-x ;
 
}
 
}
 
#p-logo a {
 
#p-logo a {
display: block;
+
display: block;
width: 10em;
+
width: 10em;
height: 160px;
+
height: 10em;
background-repeat: no-repeat;
+
background-repeat: no-repeat;
background-position: center center;
+
background-position: center center;
text-decoration: none;
+
text-decoration: none;
}
+
}
#mw-panel {  
+
 +
/* Panel */
 +
#mw-panel {
 +
    position: absolute;
 +
    top: 50vh;
 +
    transform: translate(0, -50%);
 +
    padding: 0 0 1em .5em;
 +
width: 9.5em;
 +
left: 0;
 
  z-index:4;
 
  z-index:4;
 
  background: #f5f5ee;
 
  background: #f5f5ee;
 
  border-bottom: 1px solid #def;
 
  border-bottom: 1px solid #def;
 
  }
 
  }
.action-view #p-logo,
+
#p-logo,
 +
#p-lang,
 
.action-view #mw-panel,
 
.action-view #mw-panel,
 
.action-view #mw-head-base  {
 
.action-view #mw-head-base  {
Zeile 162: Zeile 221:
 
}
 
}
  
/* Tagline */
+
/* Hide */
+
 
#siteSub {
+
#jump-to-nav,
display:block;
+
#contentSub,
text-align: right;
+
#catlinks,
font: normal normal 12px Arial;
+
#siteSub,
border:1px solid #ccc;
+
.subpages {
border-width: 1px 0 0;
+
  display: none;
}
 
.action-view #siteSub {
 
position:absolute;
 
z-index:3;
 
right: -2px; left:-2px; top: -2px;
 
margin:0 0 2.5em;
 
  padding: .2em 1em;
 
text-align: right;
 
color:#333;
 
border-width: 1px 1px 2px;
 
background-color:#e8e8e1;
 
 
  }
 
  }
 +
 +
 +
/** Wiki-Navigation **/
 +
#p-personal {
 +
top: -2.5rem;
 +
}
 +
 
#p-personal li {
 
#p-personal li {
  line-height: 1.125em;
+
  line-height: 1.125;
 
  padding: 0 .75em 0 0;   
 
  padding: 0 .75em 0 0;   
 
  margin:0;
 
  margin:0;
Zeile 189: Zeile 244:
 
  font-size: 0.75em;
 
  font-size: 0.75em;
 
  white-space: nowrap;
 
  white-space: nowrap;
}
+
}
 
 
 
.action-view #p-personal {
 
.action-view #p-personal {
 
  display: none;
 
  display: none;
 
  }
 
  }
.action-view.ns--1 #p-personal,
 
 
.action-view.ns-8 #p-personal,  
 
.action-view.ns-8 #p-personal,  
 
.action-view.ns-10 #p-personal {
 
.action-view.ns-10 #p-personal {
Zeile 200: Zeile 254:
 
  left: auto;  
 
  left: auto;  
 
  }
 
  }
#p-personal li#pt-mytalk,
+
 
#p-personal li#pt-anontalk,
+
/* hide */
#p-personal li#pt-watchlist,
+
 
#p-personal li#pt-mycontris {
+
#p-personal #pt-mytalk,
 +
#p-personal #pt-anontalk,
 +
#p-personal #pt-watchlist,
 +
#p-personal #pt-mycontris {
 
  display: none;
 
  display: none;
 
  }
 
  }
/* hide */
 
 
.action-view #p-tb,  
 
.action-view #p-tb,  
.action-view #p-personal li#pt-mytalk,
+
.action-view #p-personal #pt-mytalk,
.action-view #p-personal li#pt-preferences,
+
.action-view #p-personal #pt-preferences,
.action-view #p-personal li#pt-logout,
+
.action-view #p-personal #pt-logout,
.action-view #p-personal li#pt-anontalk,
+
.action-view #p-personal #pt-anontalk,
.action-view #p-personal li#pt-watchlist,
+
.action-view #p-personal #pt-watchlist,
.action-view #p-personal li#pt-mycontris,
+
.action-view #p-personal #pt-mycontris,
.action-view #p-personal li#pt-login {
+
.action-view #p-personal #pt-login,
 +
#mw-clearyourcache {
 
  display: none;
 
  display: none;
 
  }
 
  }
+
 
+
 
/* Panel */
 
div#mw-panel {
 
position: absolute;
 
top: 160px;
 
padding-top: 1em;
 
width: 9.5em;
 
left: 0;
 
}
 
 
/****************************************
 
/****************************************
 
FOOTER
 
FOOTER
 
*****************************************/
 
*****************************************/
  
div#footer {
+
#footer {
  position: relative;
+
  position: relative;  
height: 30px;
+
    margin: 2rem auto 0;
padding: 0 0 25px;
+
    padding: .5rem 2rem;
 
  background: transparent;
 
  background: transparent;
 
  text-align: center;
 
  text-align: center;
  margin: 25px auto 0;
+
  max-width: 78rem;
  max-width: 80em;
+
font-family: calibri;
 +
  font-size: .9rem;
 
  }
 
  }
div#footer ul {
+
#footer ul {
list-style: none;
+
margin: 0;
list-style-image: none;
+
padding: 0;
list-style-type: none;
+
}
margin: 0;
+
#footer li {
padding: 0;
+
    line-height: 1.4em;
 +
    font-size: .9rem;
 +
    color: #555;
 +
    padding: 0;
 +
    list-style: none;
 
}
 
}
div#footer ul li {
 
list-style: none;
 
font-size: 10px ;
 
line-height: 15px ;
 
margin:0 ; padding:0 ;
 
}
 
div#footer #footer-places li {
 
float: left;
 
margin-right: 1em;
 
line-height: 15px;
 
}
 
 
 
#footer a,
 
#footer a,
 
#footer a:visited {  
 
#footer a:visited {  
 
  color:#016;
 
  color:#016;
 
  }
 
  }
 +
#footer-info-disclaimer,
 +
#footer-info-lastmod,
 +
#footer-places-about {
 +
display:none;
 +
}
 
#footer-info {
 
#footer-info {
margin: 0 100px;
+
    float: left;
}
+
    text-align: left;  
#footer-places {
+
    margin: .5rem 0;
position: absolute; left:10px; top:5px;
+
    max-width:40rem;
width: 100px;
+
  margin:0 ; padding:0 ;
  }
+
  font-size: 1em;
#footer-icons {
+
}
position: absolute; right:0; top:5px;
+
#footer-info > li {  ;
width: 100px;
+
    padding: .5em;
  }
+
    background: rgb(223 215 201 / 76%);
#f-poweredbyicooo {
 
margin: 5px;
 
}
 
#footer-info-copyright,
 
#footer-places-privacy {
 
  display:none;
 
}
 
 
 
 
 
.printfooter {
 
display: none;
 
 
}
 
}
 
+
#footer #footer-info #footer-info-copyright {
/*
+
    padding: 0.6em 1em;
*
+
    position: absolute;
* The following code is highly modified from monobook. It would be nice if the
+
    top: -1.5em;
* preftoc id was more human readable like preferences-toc for instance,
+
    left: 50%;
* howerver this would require backporting the other skins.
+
    transform: translateX(-50%);  
*/
 
 
 
/* Preferences */
 
#preftoc {
 
/* Tabs */
 
width: 100%;
 
float: left;
 
clear: both;
 
margin: 0 !important;
 
padding: 0 !important;
 
/* @embed */
 
background-image: url(images/preferences-break.png);
 
background-position: bottom left;
 
background-repeat: no-repeat;
 
 
}
 
}
#preftoc li {
+
#footer-places,
/* Tab */
+
#footer-icons {
float: left;
+
float:right;  
margin: 0;
+
clear:right;
padding: 0;
 
padding-right: 1px;
 
height: 2.25em;
 
white-space: nowrap;
 
list-style-type: none;
 
list-style-image: none;
 
/* @embed */
 
background-image: url(images/preferences-break.png);
 
background-position: bottom right;
 
background-repeat: no-repeat;
 
}
 
#preferences {
 
float: left;
 
width: 100%;
 
margin: 0;
 
margin-top: -2px;
 
clear: both;
 
border: solid 1px #cccccc;
 
background-color: #f9f9f9;
 
/* @embed */
 
background-image: url(images/preferences-base.png);
 
 
}
 
}
#preferences fieldset {
+
#footer #footer-icons {
border: none;
+
    padding-top: 0.5em;
border-top: solid 1px #cccccc;
 
 
}
 
}
#preferences fieldset.prefsection {
+
#footer #footer-places #footer-places-about {
border: none;
+
    padding: .7em 0;
padding: 0;
+
    font-style: italic;
margin: 1em;
+
    margin-right: .3em;
 +
}
 +
#footer #footer-icons li {
 +
    float: none;
 
}
 
}
#preferences legend {
+
#footer-icons img {
color: #666666;
+
margin: 2px;
 +
    border: 0;
 +
}
 +
#footer-affiliationico img {
 +
    border-radius: 3px;
 +
    box-shadow: 1px 1px #ccc;
 
}
 
}
#preferences fieldset.prefsection legend.mainLegend {
+
.printfooter {
 
display: none;
 
display: none;
 
}
 
}
#preferences td {
 
padding-left: 0.5em;
 
padding-right: 0.5em;
 
}
 
#preferences td.htmlform-tip {
 
font-size: x-small;
 
padding: .2em 2em;
 
color: #666666;
 
}
 
#preferences div.mw-prefs-buttons {
 
padding: 1em;
 
}
 
#preferences div.mw-prefs-buttons input {
 
margin-right: 0.25em;
 
}
 
  
/*  
+
/****************************************
* Styles for the user login and create account forms
+
Text Formate
*/
+
*****************************************/
#userlogin, #userloginForm {
+
 
border: solid 1px #cccccc;
+
/* CODE Maske */
padding: 1.2em;
+
q {
margin: .5em;
+
font-family: Times, "Times New Roman", serif;
float: left;
+
font-style: italic;
 +
}
 +
code {
 +
background-color: #f9f9f9;
 +
}
 +
pre {
 +
padding: 1em;
 +
border: 1px dashed #2f6fab;
 +
color: black;
 +
background-color: #f9f9f9;
 +
line-height: 1.3;  
 +
    font-size: .9rem;
 +
}
 +
textarea {
 +
font-size: 1.3em;
 +
background:#ffe;
 +
color:#005;
 +
}
 +
.mw-editfont-monospace,
 +
.mw-editfont-sans-serif,
 +
.mw-editfont-serif,
 +
.wikiEditor-ui .ace_editor {
 +
    font-size: .8rem;
 
}
 
}
  
#userlogin {
+
i i {  
min-width: 20em;
+
font-style: normal;
max-width: 90%;
+
}
width: 40em;
+
dfn {
}
+
font-style: normal;
 +
}
 +
/**********************************
 +
        LINKS
 +
**********************************/
  
/*
+
a,
*
 
* The following code is slightly modified from monobook
 
*
 
*/
 
 
/* Links */
 
a {
 
text-decoration: none;
 
color: #0645ad;
 
background: none;
 
}
 
 
a:visited {
 
a:visited {
color: #0b0080;
+
text-decoration: none;
}
+
color: #832800; /*braun*/
 +
color: #1067AC; /*blau*/
 +
background: none;
 +
}
 +
a:hover {
 +
text-decoration: underline;
 +
color: #1067AC; /*blau*/
 +
background-color:#f5f5ee;  
 +
}
 
a:active {
 
a:active {
color: #faa700;
+
color: #faa700;
}
+
}
a:hover, a:focus {
 
text-decoration: underline;
 
}
 
a.stub {
 
color: #772233;
 
}
 
a.new, #p-personal a.new {
 
color: #ba0000;
 
}
 
a.new:visited, #p-personal a.new:visited {
 
color: #a55858;
 
}
 
  
/* Inline Elements */
+
#content a.external,
img {
+
#content a.external[href^="gopher://"],
border: none;
+
#content a.external:visited,
vertical-align: middle;
+
#content a.external[href^="gopher://"]:visited {
}
+
color: #1A7BC9; /*blau 2*/
hr {
+
background: transparent;
height: 1px;
+
padding-right: 0px;
color: #aaa;
+
}
background-color: #aaa;
+
#content a.external::after  {
 
+
  font-family: serif;
border: 0;
+
padding-left: .2em;
margin: .2em 0 .2em 0;
+
  content: "\2197";
}
 
 
 
/* Structural Elements */
 
 
 
 
 
 
 
p {
 
margin:0 0 1em;
 
line-height: 1.5em;
 
}
 
p+p {
 
  margin-top:-.4em;
 
  text-indent: 1.5em;
 
 
  }
 
  }
 +
#content .noarrow a.external:after,
 +
#content #chapters  a.external:after {
 +
padding-left: 0px;
 +
content: "";
 +
}
 +
 +
/********************
 +
    Absätze und Listen
 +
********************/
  
.action-view #bodyContent p {
+
#content p {
text-align: justify;  
+
    margin: 0 auto 1em;  
}
+
}
p img {
+
#content p + p {
margin: 0;
+
    margin-top: -1em;
 +
    text-indent: 2rem;
 
}
 
}
q {
+
font-family: Times, "Times New Roman", serif;
+
.article .mw-parser-output > p:first-of-type {
font-style: italic;
+
    font-size: 1.1em;
 +
    margin-bottom: 2em!important;
 
}
 
}
code {
+
.article .mw-parser-output > p:first-of-type::first-letter {  
background-color: #f9f9f9;
+
font-style:normal;
 +
    float: left;
 +
    line-height: .85;
 +
    font-size: 5.5em;
 +
    margin: 0 0.1em 0 0;
 +
    font-family: Georgia,Times,serif;
 
}
 
}
pre {
+
 
padding: 1em;
+
li {
border: 1px dashed #2f6fab;
+
margin-bottom: .7em;
color: black;
+
}
background-color: #f9f9f9;
+
dt {
line-height: 1.3em;
+
font-weight: bold;
font-size: 10pt;  
+
margin-bottom: .1em;
 +
}
 +
dl {
 +
margin-top: .2em;
 +
margin-bottom: .5em;
 +
}
 +
 +
.mw-parser-output dd {
 +
margin-left: 2rem;
 +
margin-bottom: .1em;
 +
}
 +
.mw-parser-output dd ul,
 +
.mw-parser-output dd ol {
 +
margin-left: 0;
 +
padding-left: 0;
 +
}
 +
.mw-parser-output ul,
 +
.mw-parser-output ol {
 +
margin: auto;  
 +
padding: .3em 1rem .8em 2rem;
 +
}
 +
 +
.mw-parser-output p,
 +
.mw-parser-output li,
 +
.mw-parser-output dd {
 +
line-height: 1.6;
 +
    position: relative;  
 
}
 
}
.mw-content-ltr ul {
+
 
line-height: 1.5em;
+
.mw-parser-output > p,
list-style-type: square;
+
.mw-parser-output > ul li,
  text-align:justify;
+
.mw-parser-output > ol li,
margin: 0;
+
.mw-parser-output > dl dd {
padding: .3em 0 .8em 1.5em;
+
  text-align: justify;
list-style-image: url(/rel_jap/wikibilder/bullet.png);
 
 
  }
 
  }
.mw-content-ltr ol {
+
  line-height: 1.5em;
+
  /* list-style */
  margin: 0;
+
   
text-align:justify;
+
ul {
padding: .3em 0 .8em 1.5em;
 
 
  list-style-image: none;
 
  list-style-image: none;
 +
}
 +
ul li::marker { 
 +
    font-size: 1.5em;
 +
    line-height: .5em;
 +
    color: #0e5892;
 +
}
 +
.mw-parser-output ul ul {
 +
    padding-bottom: 0;
 
}
 
}
li {
+
.shortlist ul {
margin-bottom: .5em;
+
    padding-bottom: .8em;
 
}
 
}
dt {
+
.shortlist li {
font-weight: bold;
+
    margin-bottom: 0;
margin-bottom: .1em;
 
 
}
 
}
dl {
+
 
margin-top: .2em;
+
#mw-navigation li,
margin-bottom: .5em;
+
.ns--1 li {
 +
    list-style:none;
 
}
 
}
dd {
+
 
line-height: 1.5em;
 
margin-left: 2em;
 
margin-bottom: .1em;
 
}
 
i i {
 
font-style: normal;
 
}
 
 
/* Tables */
 
/* Tables */
 +
 
table {
 
table {
font-size: 100%;
+
font-size: 100%;
}
+
}
/* Forms */
 
fieldset {
 
border: 1px solid #2f6fab;
 
margin: 1em 0 1em 0;
 
padding: 0 1em 1em;
 
line-height: 1.5em;
 
}
 
fieldset.nested {
 
margin: 0 0 0.5em 0;
 
padding: 0 0.5em 0.5em;
 
}
 
legend {
 
padding: .5em;
 
font-size: 95%;
 
}
 
form {
 
border: none;
 
margin: 0;
 
}
 
textarea {
 
width: 100%;
 
padding: .1em;
 
}
 
select {
 
vertical-align: top;
 
}
 
  
#contentSub {z-index:1;}
+
/* Emulate Center */
  
textarea {font: normal 1em/2em Verdana; background:#ffe; color:#005;}
+
.center {
 +
width: 100%;
 +
text-align: center;
 +
}
 +
.center * {
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
  
/* CONTENT */
+
/* Small for tables and similar */
  
/* Images */
+
.small {
/* @noflip */div.floatright, table.floatright {
+
font-size: 94%;
margin: 0 0 .5em .5em;
+
}
border: 0;
+
#content .right,
 +
.right {
 +
text-align: right;
 
}
 
}
div.floatright p { font-style: italic; }
+
 
/* @noflip */div.floatleft, table.floatleft {
+
/**************************
margin: 0 .5em .5em 0;
+
        Headings
border: 0;
+
***************************/
 +
 
 +
h1, h2, h3, h4, h5, h6 {  
 +
font-weight: bold;
 +
margin: 0 auto;
 +
padding-top: .5em;
 +
padding-bottom: .17em;
 +
overflow: visible;
 +
color: rgb(1 3 6 / 50%);
 +
border: 0 ;
 +
position: relative;
 +
}
 +
h4, h5, h6 {
 +
font-weight: normal;
 
}  
 
}  
/* Bilderläuterungen */
 
#content .references:last-of-type {
 
background: rgb(230, 229, 219);
 
}
 
.references div.floatright {
 
width: 80px;
 
text-align: center;
 
background: #CCC9B7;
 
padding: 5px;
 
border: 1px solid #B8B5AF;
 
}
 
  
/*background: rgb(230, 229, 219);*/
+
/* firstHeading */
div.floatleft p { font-style: italic; }
+
/* Thumbnails */
+
#content #firstHeading {  
div.thumb {
+
    padding: 6rem 0 1em;
margin-bottom: .5em;
+
  line-height: 1.2;  
width: auto;
+
    font-size: 2em;  
background-color: transparent;
+
    font-family: monospace;
 
}
 
}
div.thumbinner {
+
.ns-2 #content #firstHeading,
border: 1px solid #ccc;
+
.ns-12 #content #firstHeading {
padding: 3px !important;
+
  font-family: calibri, "Trebuchet MS";  
background-color: #f9f9f9;
+
  padding: 3.5em 0 1em;
font-size: 94%;
 
text-align: center;
 
overflow: hidden;
 
 
}
 
}
html .thumbimage {
+
.ns-120.action-view #firstHeading,
border: 1px solid #ccc;
+
.ns-124.action-view #firstHeading {
 +
display:none;
 
}
 
}
html .thumbcaption {
+
.firstHeading,
border: none;
+
.firstHeadingTitel {
text-align: left;
+
  position: relative;
line-height: 1.4em;
+
  font-size: 2.8em;
padding: 3px !important;
+
  line-height: 1.2;
font-size: 94%;
+
  font-family: calibri, "Trebuchet MS";
 +
  font-weight: bold;
 +
  text-align: center; 
 +
    width: calc(100% - 14rem);
 +
    padding: 1em 0 0;
 +
    margin: -.1rem auto 3rem;
 +
background-position: center;
 +
 +
.ns--1 .firstHeading,
 +
.ns--1 .firstHeadingTitel {
 +
    margin-bottom: 1rem;
 +
    padding: 0;
 
}
 
}
div.magnify {
+
.firstHeadingBody {
float: right;
+
position: static;  
border: none !important;
+
display: block;  
background: none !important;
+
    background: #fbfbf7;
 +
    margin: auto;
 +
    width: fit-content;
 +
    min-width: 50%;
 +
    max-width: calc(75% - 3em);
 +
    padding: 0.75em 1.5em 0.5em;
 
}
 
}
div.magnify a, div.magnify img {
+
.ns--1 .firstHeadingBody {
display: block;
+
    background: transparent;
border: none !important;
+
    margin-top: 3rem;
background: none !important;
+
}
 +
.firstHeadingBody > span {
 +
    display: block;
 +
    font-weight: normal;
 +
    font-size: .75em;
 +
    line-height: 1.2em;
 +
    padding: 1em 0 0;
 
}
 
}
/* @noflip */div.tright {
+
.firstHeadingBody .bottom {
margin: .5em 0 1.3em 1.4em;
+
    padding: 0;
 
}
 
}
/* @noflip */div.tleft {
+
.titel_zusatz {
margin: .5em 1.4em 1.3em 0;
+
    margin-top: -2rem;
 +
    line-height:2;
 
}
 
}
img.thumbborder {
+
.firstHeadingTitel .autor {
border: 1px solid #dddddd;
+
    font-style: italic;
 +
    margin-top: -1em;
 
}
 
}
/* Warning */
+
.firstHeadingTitel .autor .reference a {
.mw-warning {
+
background: transparent;  
margin-left: 50px;
+
font-style: normal;  
margin-right: 50px;
+
font-size: .7em;
text-align: center;
 
 
}
 
}
/* User Message */
+
.bottom { 
.usermessage {
+
}
background-color: #ffce7b;
+
.mw-parser-output > h2::after {
border: 1px solid #ffa500;
+
  content: '';
color: black;
+
  display: block;
font-weight: bold;
+
  height: 3px;
margin: 2em 0 1em;
+
  background-image: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
padding: .5em 1em;
+
  position: absolute;
vertical-align: middle;
+
  left: 0;
 +
  right: 0;
 +
  border-radius: 25%;
 +
  margin-top: 5px;
 
}
 
}
/* Site Notice (includes notices from CentralNotice extension) */
+
/* Hauptseite, Sitemap */
#siteNotice {
 
position: relative;
 
text-align: center;
 
font-size: 0.8em;
 
margin: 0;
 
}
 
#localNotice {
 
margin-bottom: 0.9em;
 
}
 
/* Categories */
 
.catlinks {
 
border: 1px solid #aaa;
 
background-color: #f9f9f9;
 
padding: 5px;
 
margin-top: 1em;
 
clear: both;
 
}
 
/* Sub-navigation */
 
#jump-to-nav {
 
display: none;
 
}
 
#contentSub, #contentSub2 {
 
font-size: 84%;
 
line-height: 1.2em;
 
margin: 0 0 1.4em 1em;
 
color: #7d7d7d;
 
width: auto;
 
}
 
#contentSub,
 
#contentSub2,
 
.usermessage {
 
position: absolute; z-index:12;
 
right:0; top:2em; left:auto;
 
}
 
span.subpages { display: none; }
 
  
.mw-warning {
+
.headline .firstHeadingTitel,
border: 1px solid #aaa;
+
.headline .firstHeading {
background-color: #fafaf8;
+
    font-family: georgia, times, serif;
padding: 5px;
+
    font-weight: bold;
font-size: 95%;
+
    margin: 0 0 .5rem;
 +
    padding: 0 !important;
 +
    color: #333 !important;
 +
    text-align: left;
 +
    width: auto;
 +
    max-width: none;
 +
    background: none !important;
 
}
 
}
 
+
.headline .firstHeadingBody {
/* Emulate Center */
+
    margin: 0;
.center {
+
    padding-top: 1.2em;
width: 100%;
+
    text-transform: uppercase;
text-align: center;
+
    font-size: 2.2rem;
 +
    font-weight: bold;
 +
    text-shadow: 0.02em 0.02em 0.05em #888;
 +
    line-height: 1.1em;
 +
    width: auto;
 +
    max-width: none;
 +
    background: none !important;
 +
    color: #333 !important;
 
}
 
}
*.center * {
+
.headline .firstHeadingBody::after {
margin-left: auto;
+
display: none;  
margin-right: auto;
 
 
}
 
}
/* Small for tables and similar */
+
.headline .firstHeadingBody a {
.small {
+
    color: inherit;
font-size: 94%;
+
}
 +
.headline .firstHeadingBody a:hover {
 +
    text-decoration: none;
 
}
 
}
 
+
.headline .bottom {
/**************************
+
    font-size: .8em;
        Headings
+
    line-height: 2em;
***************************/
+
    text-transform: lowercase;
 
+
    text-shadow: none;  
h1, h2, h3, h4, h5, h6 {
+
  text-indent:.1em;
font-weight: normal;
+
    padding: 0;
margin: 0;
+
}  
padding-top: .5em;
+
.wrapLogo {
padding-bottom: .17em;
+
    width: calc(50% + 9rem);
overflow: visible;
 
color:#333;
 
}
 
h2 {
 
border-bottom: 1px solid #aaa;
 
}
 
h3 {
 
border-bottom: 1px dotted #aaa;
 
}
 
 
 
/* firstHeading */
 
 
 
div#content #firstHeading {
 
position: relative;
 
margin: 0 100px;
 
padding: 3.8em 0 .2em;
 
text-align: left;
 
font: bold 1.8em/1.2em "Trebuchet MS";  
 
border: 0;
 
text-align:center;
 
}
 
.action-view div#content #firstHeading {
 
height: 140px;
 
padding: 0 ;
 
overflow: visible;
 
}
 
#firstHeading > span {
 
position: absolute; bottom: 0; left: 0;
 
display: block; width: 100%;
 
padding: 0; margin: auto;
 
vertical-align: bottom;
 
 
}
 
}
#firstHeading span  span {
+
.headerSitemap {
display:block;
+
    max-width: 52rem;
font-weight: normal;
+
    margin: 1rem auto 0;
font-size: .75em; line-height:2em;
 
 
}
 
}
#firstHeading span span.bottom {
+
.logo150 {
line-height: 1.2em;
+
    float: left;
padding-top:.18em;
+
    position: relative;
margin-bottom: -.3em;
+
    z-index: 1;
 +
 +
.logo150 img {
 +
width: 9rem;  
 +
height: inherit;
 
}
 
}
 
 
 
/* H2, H3,... */
 
/* H2, H3,... */
  
div#content h2 {  
+
#content h2 {
font: bold 1.5em/1.2em "Trebuchet MS";
+
    font-family:calibri, "Trebuchet MS";
 +
    line-height: 1.2;
 
text-align: center;
 
text-align: center;
margin: 1.2em -6pt 1em;  
+
margin: 1.2em auto 1em;  
padding: .5em 6pt .17em;
+
padding: .5em .5rem .17em;
clear:both;
+
padding: 0;
 
}
 
}
div#content h2.noborder {
+
#content h2.noborder {
padding-bottom:0;  
+
  padding-bottom:0;
border:0;
+
  border:0;
 +
}
 +
#content .imgWrap + h2 {
 +
    margin-top: 3rem;
 
}
 
}
 
+
#content h3 {
div#content h3 {  
+
  font-family:calibri, "Trebuchet MS"; 
font: bold italic 1.3em/1.2em "Trebuchet MS";
+
  font-style:italic;
text-align: left;
+
  line-height: 1.2;
margin: 1em -6pt;
+
  font-size: 1.3em;
margin-bottom:.8em;  
+
  text-align: left;
padding: .5em 6pt 0em;
+
  margin: 1em auto .8rem;  
 +
  padding: .5em .5rem 0em;
 +
  /*clear: left;*/
 
}
 
}
div#content h4 {  
+
#content h4 {  
   font-family:"Trebuchet MS";  
+
   font-family:calibri, "Trebuchet MS";  
 
   font-weight:bold;  
 
   font-weight:bold;  
 
   font-size: 1.2em;
 
   font-size: 1.2em;
   line-height:1.5em;  
+
   line-height:1.6;
   color:#333;
+
   color: rgb(1 3 6 / 50%);
 
}
 
}
  
 
/* Edit section links */
 
/* Edit section links */
.mw-editsection {
+
.mw-editsection {  
float: right;
+
color:#ddd;  
color:#ddd;  
+
font: normal 9px Arial;
font: normal 9px Arial;  
+
text-align: left;
width:8em;  
+
position: absolute;
margin-right:-7em;
+
    margin: 0;
text-align: left;
+
    right: 3em;
}
+
    top: 3em;
 +
    width: 3em;
 +
}  
 
.mw-editsection a,
 
.mw-editsection a,
 
.mw-editsection a:visited {  
 
.mw-editsection a:visited {  
Zeile 773: Zeile 772:
 
/*  Ende Headings    */
 
/*  Ende Headings    */
  
/* Icon for Usernames */
+
/********************************************
#pt-userpage,
+
NAVIGATION
#pt-anonuserpage,
+
**********************************************/
#pt-login {
+
 
/* @embed */
+
/*#siteNotice, Crumbs */
background: url(images/user-icon.png) left top no-repeat;
+
#localNotice {  
padding-left: 15px !important;
+
display: none;
text-transform: none;
+
margin:3.5rem auto;  
 +
    position: absolute;
 +
    width: 100%;
 
}
 
}
 
+
.ns--1 #localNotice {
.redirectText {
+
display: block;
font-size: 140%;
+
margin:0 auto;
 
}
 
}
 
+
#localNotice .crumbs {
.redirectMsg img {
+
padding-left: 2rem;
vertical-align: text-bottom;
+
font-size: 1rem;
 
}
 
}
 
+
.crumbs {
.toccolours {
+
    text-align: left;
border: 1px solid #aaa;
+
    overflow: hidden;
background-color: #f9f9f9;
+
    font-family: calibri, arial, sans-serif;
padding: 5px;
+
    line-height: 3rem;
font-size: 95%;
+
    text-transform: lowercase;
 
}
 
}
#mw-js-message {
+
.crumbs small {
font-size: 0.8em;
+
  padding: 0 .4em;
 
}
 
}
 +
/************
 +
Search
  
/* Watch/Unwatch Icon Styling */
+
#p-search width = #content width
 
+
#searchform m-right ~ #siteNotice width
#ca-talk,
 
#mw-clearyourcache {
 
display: none !important;
 
}
 
  
#ca-unwatch.icon a,
+
**********/
#ca-watch.icon a {
+
#p-search {
margin: 0;
+
    position: relative;
padding: 0;
+
    top: 0;
outline: none;
+
    right: 0;
display: block;
+
    width: auto;
width: 26px;
+
    margin: 0 auto;
/* This hides the text but shows the background image */
+
    height: 0;
padding-top: 3.1em;
 
margin-top: 0;
 
/* Only applied in IE6 */
 
margin-top: -0.8em !ie;
 
height: 0;
 
overflow: hidden;
 
/* @embed */
 
background-image: url(images/watch-icons.png);
 
 
}
 
}
#ca-unwatch.icon a {
+
.ns-0 #p-search,
background-position: -43px 60%;
+
.ns-4 #p-search,
 +
.ns-12 #p-search {
 
}
 
}
#ca-watch.icon a {
+
#p-search #searchform {
background-position: 5px 60%;
+
position: absolute;
 +
    right: 1rem;
 +
    top: 0;
 +
    display:none;
 
}
 
}
#ca-unwatch.icon a:hover,
+
#searchform2 {
#ca-unwatch.icon a:focus {
+
    position: absolute;
background-position: -67px 60%;
+
    top: 0;
 +
    right: 0;
 
}
 
}
#ca-watch.icon a:hover,
+
#simpleSearch {
#ca-watch.icon a:focus {
+
    width: auto;
background-position: -19px 60%;
+
    max-width: none;
 +
    float: right;
 +
    margin: 0;
 +
    font-size: 1em;
 +
    margin: 0;
 +
    padding: 0;
 +
    background: transparent;
 +
    height: 2.7rem;
 +
    border:0;  
 
}
 
}
#ca-unwatch.icon a.loading,
+
#searchform2 #simpleSearch {
#ca-watch.icon a.loading {
+
    height: 3.5rem;
/* @embed */
 
background-image: url(images/watch-icon-loading.gif);
 
background-position: 5px 60%;
 
 
}
 
}
#ca-unwatch.icon a span,
+
#searchform2 #searchInput {
#ca-watch.icon a span {
+
font-size: 1.1rem;
display: none;
+
    width: 0;
 +
    transition: width .5s;
 +
    background: #fff;
 +
    float: right;
 +
    padding: .25rem 0;
 +
    margin: .5rem 3rem 0 0;
 +
    text-indent: .5rem;
 +
    border: 0;
 +
    border-radius: .5em;
 +
    box-shadow: inset 0 0 0.15em 0.05em #bab8ab;  
 
}
 
}
div.vectorTabs ul {
+
#simpleSearch:hover #searchInput,
/* @embed */
+
#simpleSearch #searchInput:focus,
background-image:url(images/tab-break.png);
+
#simpleSearch #searchInput:active {
background-position:right bottom;
+
    width: 16em;
background-repeat:no-repeat;
 
 
}
 
}
 
+
#searchform2 #searchButton {
/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
+
    height: 3.5rem;
.tipsy {
+
    width: 2rem;
font-size: 0.8em;
+
    background-size: contain;
 +
    opacity: 0;
 +
}
 +
#mw-searchoptions td:nth-child(2) {
 +
    display: none;
 
}
 
}
 +
/******************
  
 +
Nav, Sitemap
 +
s.a. Metalog:Sitemap, MediaWiki:Bottom-notice-ns-0
 +
********************/
  
/*******************************
+
#bottom-notice-ns {
LEFT & RIGHT
+
    position: absolute;
********************************/
+
    top: 0;
 
+
    left: 0;
#toc,
+
    right: 0;
#nv,
+
    margin: auto;
.top12 {
+
    z-index:2;
 +
}
 +
.bottom-notice-body {
 +
    position: relative;
 +
    margin: auto;
 +
}
 +
#crumbs {
 +
    line-height: 3.5rem;
 +
    padding-left: 2rem;
 +
    font-size: 1rem;
 +
    white-space: nowrap;
 +
    overflow: hidden;
 +
    z-index:-1;
 +
}
 +
.bottom-notice-2-body #crumbs {
 +
    line-height: 3rem;
 +
}
 +
.pageinfo {
 +
    max-width: 52rem;
 +
    padding: 0 1rem 0;
 +
    margin: auto;
 +
}
 +
#sitemapToggle {
 
  position: absolute;  
 
  position: absolute;  
top: 185px;
+
    right: 0;
  }
+
  cursor: zoom-in;
#nv,
+
}
#toc,
+
#sitemapToggle.close {
.sidebox,
+
cursor: zoom-out;
.sidebox_Wrapper,
 
.left_Wrapper {
 
position: absolute;
 
width: 180px !important; right:-92px;
 
font: normal normal 12px Arial !important;
 
}
 
#nv,
 
.left_Wrapper {
 
left:-92px;
 
right:auto;
 
 
}
 
}
.sidebox_Wrapper .sidebox,
+
#wrapVertical {
.left_Wrapper .sidebox,
+
position: absolute;
.sidebox_Wrapper #toc {
+
right: 0;
position:static;
+
top:0;
margin-bottom:1em;
+
    z-index:2;
}
 
/*******************************
 
TOC
 
********************************/
 
 
 
/* Table of Contents */
 
 
 
#toc {
 
font-size: 95%;
 
border: 1px solid #aaa;
 
}
 
 
 
.toclevel-3,
 
.toclevel-4, .toclevel-5, .toclevel-6,
 
.tocnumber,
 
.toctoggle {display:none;}
 
 
 
#toc, .toc {
 
width: 178px !important;
 
left:auto;
 
background-color: #fff;
 
margin:0 0 1.1em 0 !important;
 
padding: 0;
 
border:1px solid #aaa;
 
border-spacing: 0;
 
}
 
#toctitle h2 {
 
background-color: #788099;
 
background-repeat: no-repeat;
 
color:#FFF;
 
border: 1px solid #ccc;
 
border-width: 1px 0;
 
}
 
div#content #toctitle h2 { /* override div#content h2 */
 
font: bold 1.1em/2em Arial;
 
display:block;
 
text-align: center;
 
margin:  1px;
 
padding: 0 .3em;
 
}
 
#toc ul,
 
#toc li {
 
list-style-type: none;
 
list-style-image: none;
 
margin: 0 ;
 
padding: 0;
 
text-align: left;
 
overflow:hidden;
 
background:#fff;
 
}
 
#toc ul ul, .toc ul ul {
 
margin: 0 0 0 0.5em !important;
 
}
 
#toc ul ul li, .toc ul ul li{
 
padding-left: 1em;
 
}
 
#toc a:hover  { background:none; text-decoration: none;}
 
#toc a .toctext {color: #666; }
 
#toc a:hover .toctext {color: #000; background:#eeeee8; text-decoration:none}
 
 
 
 
 
#toc li.toclevel-1 {
 
margin:0;
 
padding:1px ;
 
}
 
#toc li.toclevel-1 li {
 
font-size: .94em;
 
margin:0 !important;
 
}
 
#toc li .toctext {
 
line-height:1.5em;
 
padding: .2em 0;
 
}
 
#toc li.toclevel-1 .toctext {
 
display: block; 
 
padding-left:1.5em;
 
text-indent:-1em;
 
border-bottom:1px solid #e5e5e5;
 
margin:0;
 
}
 
#toc li.toclevel-2 .toctext {
 
display: block; 
 
padding-left:1em;
 
text-indent:-1em;
 
font-size: .94em;
 
}
 
 
 
 
 
/********************************************
 
NAVIGATION
 
**********************************************/
 
 
 
#nv {
 
position: absolute;
 
z-index:12;
 
margin: 0 !important; padding:0 !important;
 
line-height: 1.2em;
 
color:#555;
 
 
}
 
}
 
+
#toggleButton  {
#nv.fixed {  
+
position: fixed;  
position: fixed;  
+
z-index:2;
top:16px;
 
left:10px;
 
}
 
 
 
#nv.absolute {
 
position: absolute; display:block;
 
 
}
 
}
 
+
#toggleButton span,
#nv a { color: #016;}
+
.search2 {
#nv ul { list-style: none;}
+
    display: block;
 
+
    margin-left: -3.75rem;
 
+
    margin-top: 0.25rem;
#tF {
+
    font-size: 1.5rem;
display:none;
+
    line-height: 215%;
 +
    background: rgb(98 115 153 / 50%);
 +
    color: #fff;
 +
    text-align: center;
 +
    width: 3rem;
 +
    height: 3rem;
 +
    border-radius: 50%;
 
}
 
}
#nv.fixed #tF {
+
.wrapSearch2 {
display:block;
+
position: absolute;
position: absolute;
+
right: 4rem;
top: 0;
 
left: 0;
 
z-index: 10;
 
}
 
#nv.fixed #chapters #tF a {
 
width: 2em;
 
line-height: 2em;
 
font-size: 1.5em;
 
width: 1.33em;
 
line-height: 1.33em;
 
color:#330;
 
font-weight:bold;
 
background-color: #cecbad;
 
background-color: #F5F2D3;
 
border: 1px solid #999;
 
border-radius: .7em;
 
text-align:center;
 
}
 
#nv.fixed #chapters #tF a:hover {
 
background-color: #FDDB70;
 
background-color: #FFF37B;
 
}
 
#googlesearch {
 
text-align:center;
 
padding:3px;
 
background-color:#FBFBF7;
 
border: 1px solid #aaa;
 
}
 
 
 
#chapters {
 
margin: 0 0 1px;
 
padding: 0;
 
font: normal normal 13px Arial;
 
border: 1px solid #aaa;
 
background-color: #eee;
 
 
}
 
}
 
+
.search2 {
#chapters dl,
+
margin:0;
#chapters dd {margin:0; padding:0;}
 
 
 
#chapters a,
 
#chapters strong.selflink {
 
  display: block;
 
  background-color:#fff;
 
  color:#333;
 
  font-weight: normal;
 
 
}
 
}
#chapters a:hover {background-color:#eee; text-decoration: none;}
+
#toggleButton span.times {
 
+
display: none;
#chapters dl a,
 
#chapters dl strong.selflink {  
 
  text-transform: lowercase;
 
  text-align:center;
 
  margin: 0 1.2em;
 
  padding:0 .1em;
 
  line-height:2em;
 
 
}
 
}
#chapters div .pBody {
+
.close #toggleButton .bars {
font-size: 95%;
+
display: none;
  position: absolute; top: -2.3em; left: 12.3em;
 
  margin:0; padding:1px 0;
 
  width:16em; display:none;
 
  overflow: visible;
 
  background: url(no.gif); 
 
  border:0;
 
  z-index:4;
 
}
 
#chapters div:hover .pBody {  
 
display: block;
 
}
 
#chapters ul,
 
#chapters ol {
 
  list-style:none;
 
  margin: 1em;
 
  padding: 0 ;
 
  border: 1px solid #ccc;
 
  border-width: 1px 1px .2em;
 
}
 
#chapters li {
 
  margin: 0; padding: 0;
 
  text-indent: .5em;
 
  list-style:none;
 
  border-style: solid;
 
  border-width: 0 1px 1px;
 
 
}
 
}
 
+
.close #toggleButton .times {
#chapters li a,
+
display: block;
#chapters li strong.selflink {  
 
  display:block;
 
  marging: 0; padding: 0 1em;
 
  border-style: solid;
 
  border-width: 0 .4em ;
 
  line-height: 1.5em;
 
  text-align:left;
 
  background-color:#fff;
 
  text-indent:0;
 
 
}
 
}
#chapters li strong.selflink {  
+
#bgToggle {
  padding: 0 .5em 0 1.5em !important;  
+
position: fixed;
  background-image: url(/rel_jap/wikibilder/redarrow2.gif);
+
top: 0;
  background-position: .2em ;
+
left: 0;  
  background-repeat:no-repeat;
+
right: 0;  
  border-width: 0 .4em 0 2px;
+
height: 3.5rem;
 +
background-color: #444440;  
 +
opacity: .05;
 
}
 
}
  
#chapters .sidepage {  
+
/* top arrow*/
  position:absolute;  
+
#top {
  margin-top:-1.5em;
+
    position: absolute;
  right:1.5em;
+
    top: 0;
  width: 1.5em;
 
  height: 1.5em;
 
  border-bottom: 1px solid;
 
  background: url(/rel_jap/wikibilder/Arr_r_grau.gif) .3em  no-repeat;
 
 
}
 
}
 
+
#toparrow {  
#chapters li li {
+
    position: fixed;
font-size: .94em;
+
    bottom: 1rem;  
}
+
    text-align: center;
#chapters li .sidepage ul {
+
    cursor: pointer;
  position: absolute;  
+
    margin-left: -4rem;
  width: 14.5em;
 
  left:auto;
 
  right:-14.5em;
 
  margin-top: -4.2em;
 
  padding:1em 1em 1em .1em;
 
  border:0;
 
 
}
 
}
 
+
#toparrow .fas {
#chapters li ul {display:none;}
+
display: block;
#chapters li .sidepage:hover ul {display:block;}
+
font-size: 2rem;  
 
+
color: rgb(153 153 153 / 50%);
#chapters li .sidepage ul {
 
  background-image:none;
 
  width:14em;
 
  margin:0 0 0 .2em;
 
  top:-2.5em;
 
  left:1.2em;
 
  right:auto;
 
 
}  
 
}  
 
+
#toparrow a {
#chapters li li {font-size: .94em; margin-left:1.5em; }
+
    display: block;
 
+
     width: 3.5rem;
#chapters li .sidepage ul li {font-size: .94em; margin-left:0; visibility:visible; }
+
    color: #aaa;
 
+
    font-weight: normal;
#chapters li ul div {height:2px}
+
    font-style: normal;
 
+
    color: transparent;  
/* ***** FARBEN *********/
+
    font-size: 1rem;  
 
+
    background: transparent;  
#chapters #p-Meta  {
+
}   
  background-color:#cecbad;}
+
#toparrow:hover a,
.ns-4 #chapters #p-Meta dl a,
+
#toparrow:hover .fas {
#chapters #p-Meta a:hover,
+
text-decoration: none;
#chapters #p-Meta:hover dl a,
+
background: transparent;
#chapters #p-Meta li:hover > a,
+
color: #555;
#chapters #p-Meta .self_parent > a,
 
#chapters #p-Meta strong.selflink {
 
  color:#555;  
 
  background-color:#E8E7CA;
 
  border-color:#a8a87e;}
 
#chapters #p-Meta ul {
 
  border-bottom-color:#d9d8b6;}
 
#chapters #p-Meta li  {
 
     background:#aaa787; color:#f7f6e6; border-color:#b6b18e; }
 
#chapters #p-Meta li a {
 
  color:#554; background:#f7f6e6; border-color:#d9d8b6;}
 
 
 
#chapters #p-Meta li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_graugelb.gif);
 
  background-color:#E8E7CA;  
 
  border-color:#a8a87e;}
 
#chapters #p-Meta li .sidepage:hover,
 
#chapters #p-Meta .self_parent .sidepage  {
 
  background-color:#b6b18e;}
 
 
 
#chapters #p-Grundbegriffe {
 
  background-color:#334;}
 
.page-Grundbegriffe #chapters #p-Grundbegriffe dl a,
 
.ns-100 #chapters #p-Grundbegriffe dl a,
 
#chapters #p-Grundbegriffe a:hover,
 
#chapters #p-Grundbegriffe:hover dl a,
 
#chapters #p-Grundbegriffe li:hover > a,
 
#chapters #p-Grundbegriffe .self_parent > a,
 
#chapters  #p-Grundbegriffe strong.selflink {
 
  background-color:#b0b0bb; color:#113; border-color:#445;}
 
#chapters #p-Grundbegriffe li {
 
  background-color:#445; color:#dadade; border-color:#898996;}
 
#chapters #p-Grundbegriffe ul {
 
  border-bottom-color:#898996;}
 
#chapters #p-Grundbegriffe li a {
 
  background-color:#CBCBD7; color:#113;  border-color:#898996;}
 
#chapters #p-Grundbegriffe li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_grau.gif);
 
  background-color:#b0b0bb; border-color:#898996;}
 
#chapters #p-Grundbegriffe li .sidepage:hover,
 
#chapters #p-Grundbegriffe .self_parent .sidepage  {
 
  background-color:#898996;}
 
 
 
#chapters #p-Bauten {
 
  background-color:#bf2c00;
 
  background-color:#ae3711;}
 
.page-Bauten #chapters #p-Bauten dl a,
 
.ns-102 #chapters #p-Bauten dl a,
 
#chapters #p-Bauten a:hover,
 
#chapters #p-Bauten:hover dl a,
 
#chapters #p-Bauten li:hover > a,
 
#chapters #p-Bauten .self_parent > a,
 
#chapters #p-Bauten strong.selflink {
 
  background-color:#f7c69e; color:#720; border-color:#ae3711; }
 
#chapters #p-Bauten li {
 
  background-color:#9b4024; color:#ffebce; border-color:#d7764e;}
 
#chapters #p-Bauten ul {
 
  border-bottom-color:#d7764e;}
 
#chapters #p-Bauten li a {
 
  background-color:#ffe5cb; color:#720; border-color:#d7764e;}
 
#chapters #p-Bauten li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_rot.gif);
 
  background-color:#f7c69e; border-color:#d7764e; }
 
#chapters #p-Bauten li .sidepage:hover,
 
#chapters #p-Bauten .self_parent .sidepage  {
 
  background-color:#d7764e;
 
  }
 
 
 
#chapters #p-Alltag {
 
  background-color:#A6A66F;}
 
.page-Alltag #chapters #p-Alltag dl a,
 
.ns-104 #chapters #p-Alltag dl a,
 
#chapters #p-Alltag a:hover,
 
#chapters #p-Alltag:hover dl a,  
 
#chapters #p-Alltag li:hover > a,
 
#chapters #p-Alltag .self_parent > a,
 
#chapters #p-Alltag strong.selflink {
 
  background-color:#dfdfa8; color:#331; border-color:#A6A66F;}
 
#chapters #p-Alltag li {
 
  color:#ffe; background-color:#9E9E6A; border-color:#B8B885; }
 
#chapters #p-Alltag ul {
 
  border-bottom-color:#B8B885;}
 
#chapters #p-Alltag li a {
 
  background-color:#efefc2; color:#442;  border-color:#B8B885;}
 
#chapters #p-Alltag li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_gruen.gif);
 
  background-color:#dfdfa8; border-color:#B8B885;}
 
#chapters #p-Alltag li .sidepage:hover,
 
#chapters #p-Alltag .self_parent .sidepage  { background-color:#B8B885; }
 
 
 
#chapters #p-Ikonographie {
 
  background-color:#3C325B;}
 
.page-Ikonographie #chapters #p-Ikonographie dl a,
 
.ns-106 #chapters #p-Ikonographie dl a,
 
#chapters #p-Ikonographie a:hover,
 
#chapters #p-Ikonographie:hover dl a,
 
#chapters #p-Ikonographie li:hover > a,
 
#chapters #p-Ikonographie .self_parent > a,
 
#chapters #p-Ikonographie strong.selflink {
 
  background-color:#a19cb6; color:#103; border-color:#4F466D;}
 
#chapters #p-Ikonographie li  {
 
  background-color:#4F466D; color:#eef; border-color:#766E90; }
 
#chapters #p-Ikonographie ul {
 
  border-bottom-color:#766E90;}
 
#chapters #p-Ikonographie li a {
 
  background-color:#c1bcd6; color:#103;  border-color:#766E90;}
 
#chapters #p-Ikonographie li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_lila.gif);
 
  background-color:#a19cb6; border-color:#766E90; }
 
#chapters #p-Ikonographie li .sidepage:hover,
 
#chapters #p-Ikonographie .self_parent .sidepage  {
 
  background-color:#766E90; }
 
 
 
#chapters #p-Mythen {
 
  background-color:#B1BBA6;}
 
.page-Mythen #chapters #p-Mythen dl a,
 
.ns-108 #chapters #p-Mythen dl a,
 
#chapters #p-Mythen a:hover,
 
#chapters #p-Mythen:hover dl a,
 
#chapters #p-Mythen li:hover > a,
 
#chapters #p-Mythen .self_parent > a,
 
#chapters #p-Mythen strong.selflink  {
 
  background-color:#DEE4CF; color:#333; border-color:#bbc6b0;}
 
#chapters #p-Mythen li  {
 
  background-color:#A9B29E; color:#f0f4e0; border-color:#CCD3BF;}
 
#chapters #p-Mythen ul {
 
  border-bottom-color:#CCD3BF;}
 
#chapters #p-Mythen li a {
 
  background-color:#f0f4e0; color:#333;  border-color:#CCD3BF;}
 
#chapters #p-Mythen li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_graugruen.gif);
 
  background-color:#DEE4CF; border-color:#bbc6b0;}
 
#chapters #p-Mythen li .sidepage:hover,
 
#chapters #p-Mythen .self_parent .sidepage  {
 
  background-color:#CCD3BF; }
 
 
 
#chapters #p-Geschichte {
 
background-color:#357;}
 
.page-Geschichte #chapters #p-Geschichte dl a,
 
.ns-110 #chapters #p-Geschichte dl a,
 
#chapters #p-Geschichte a:hover,
 
#chapters #p-Geschichte:hover dl a,
 
#chapters #p-Geschichte li:hover > a,
 
#chapters #p-Geschichte .self_parent > a,
 
#chapters #p-Geschichte strong.selflink {
 
  background-color:#A9CBDB;color:#012; border-color:#5C7E94;}
 
#chapters #p-Geschichte li {
 
  background-color:#357; color:#c0e1ee; border-color:#7C9EB4; }
 
#chapters #p-Geschichte ul {
 
  border-bottom-color:#7C9EB4;}
 
#chapters #p-Geschichte li a {
 
  color:#135; background-color:#c0e1ee; border-color:#7C9EB4;}
 
#chapters #p-Geschichte li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_blau.gif);
 
  background-color:#A9CBDB;color:#012; border-color:#7C9EB4; }
 
#chapters #p-Geschichte li .sidepage:hover,
 
#chapters #p-Geschichte .self_parent .sidepage {
 
  background-color:#7C9EB4;
 
  }
 
 
 
#chapters #p-Texte {
 
  background-color:#ac9a5b;}
 
.page-Texte #chapters #p-Texte dl a,
 
.ns-112 #chapters #p-Texte dl a,
 
#chapters #p-Texte a:hover,
 
#chapters #p-Texte:hover dl a,
 
#chapters #p-Texte li:hover > a,
 
#chapters #p-Texte .self_parent > a,
 
#chapters #p-Texte  strong.selflink  {
 
  background-color:#E8DFA7; color:#5c5033; border-color:#97844B;}
 
#chapters #p-Texte .pBody { top: 14em;}
 
#chapters #p-Texte li  {
 
  background-color:#ac9a5b; color:#ffe; border-color:#ac9a5b;}
 
#chapters #p-Texte ul {
 
  border-bottom-color:#ac9a5b;}
 
#chapters #p-Texte li a {
 
  color:#5c5033; background-color:#F2F0C7; border-color:#ac9a5b;}
 
#chapters #p-Texte li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_gelb.gif);
 
  background-color:#E8DFA7; border-color:#ac9a5b;}
 
#chapters #p-Texte li .sidepage:hover,
 
#chapters #p-Texte .self_parent .sidepage {
 
  background-color:#ac9a5b; }
 
 
 
#chapters #p-Wiki {
 
  background-color:#444;}
 
.ns--1 #chapters #p-Wiki dl a,
 
#chapters #p-Wiki a:hover,
 
#chapters #p-Wiki :hover dl a,
 
#chapters #p-Wiki li:hover > a,
 
#chapters #p-Wiki .self_parent > a,
 
#chapters  #p-Wiki strong.selflink {
 
  background-color:#bbb; color:#222; border-color:#555;}
 
#chapters #p-Wiki li {
 
  background-color:#555; color:#ddd; border-color:#999;}
 
#chapters #p-Wiki ul {
 
  border-bottom-color:#999;}
 
#chapters #p-Wiki li a {
 
  background-color:#ddd; color:#222;  border-color:#999;}
 
#chapters #p-Wiki li .sidepage {
 
  background-image: url(/rel_jap/wikibilder/Arr_r_grau.gif);
 
  background-color:#bbb; border-color:#999;}
 
#chapters #p-Wiki li .sidepage:hover,
 
#chapters #p-Wiki .self_parent .sidepage  {
 
  background-color:#999;}
 
 
 
 
 
 
 
/********************************************
 
BOXEN
 
**********************************************/
 
 
 
.bildtext {
 
line-height:1.4em;
 
 
}
 
}
 
+
.mw-editsection {
/*SIDEBOX **/
+
    visibility: hidden;
 
+
}
.sidebox {
+
*:hover > .mw-editsection, 
overflow: visible;  
+
#toparrow:hover {
top:auto;
+
    visibility: visible;
 +
}
 +
#contSitemap {
 +
position: absolute; 
 +
left: 0;
 +
right: 0; 
 +
text-align: left; 
 +
display: none;
 +
background: #fff;
 +
border-radius: 0 0 .5rem .5rem;
 +
padding-bottom: 3rem;
 +
z-index:3;
 +
}
 +
.sitemap {
 +
position: relative; 
 +
  margin: 1rem auto 0;
 +
  font-size: 1.25rem;
 +
    color: #79776f;
 +
    color: #246;
 +
    font-family: calibri, arial, 'yu gothic', 'ms gothic', sans-serif;
 +
    max-width: 52rem;
 +
    clear: both;
 +
 +
.sitemapBg {
 +
    background: #e4e4cc;
 +
    margin: 0 1rem 3rem;
 +
    overflow: hidden;
 +
    display: flex;
 +
    flex-wrap: wrap;
 +
    border-radius: .5rem;
 +
    overflow: hidden;
 +
    display: grid;
 +
    grid-template-columns: repeat(auto-fill,minmax(15em,1fr));
 +
    grid-gap: 0 .25em;
 +
    box-shadow: 0 0 5px 1px #dbd0b5;
 
}
 
}
.sbBody {
+
.sitemap a,
position:relative;
+
.sitemap a:visited {
z-index:2;
+
    color: #2a4b8d;
background-color: #fafaf8;
 
border: 1px solid #aaa;
 
padding: 1em 0;  
 
 
}
 
}
.sbUe {
+
.sitemap a:hover {  
  position:absolute; left: -1.2em;
+
  background: #e4e4cc;
z-index:4; 
 
line-height: 13px;
 
text-transform:uppercase; text-align:left;
 
text-transform:uppercase;
 
font-size:10px;
 
font-family: Courier, mono; color:#555;
 
overflow:visible;
 
 
}  
 
}  
.sbUe a,
+
.part {
.sbUe a:visited {
+
    min-width: 15em;
display:block;  
+
    flex-grow: 1;
width:200px; height:112px;
+
    -ms-flex-preferred-size: 50%;
  padding:17px 0;
+
}
  color:#333;
+
.chapterSitemap {
 +
position: relative;
 +
border-left: 3.5em solid #e4e4cc;
 +
padding: 1em 1em 1em 0;
 +
background-color:#fffbee;
 +
 +
.sitemap dd b {
 +
    padding-left: 1.42rem;
 +
}
 +
.sitemap dd span {
 +
    display: block;
 +
    position: absolute;
 +
    left: -4.35rem;
 +
    width: 4.3rem;
 +
    text-align: center;
 +
    color: rgb(255 255 255 / 80%);  
 +
    font-size: 1.25em;
 +
    line-height: 1.35;
 +
}
 +
.sitemap dl,
 +
.sitemap dd {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
#content .sitemap ul {
 +
font-size: 1rem;
 +
margin: 0;
 +
  padding: 0;
 +
  padding-top: .7em;
 +
text-align: left;
 
  }
 
  }
.sbUe a:hover {
+
.sitemap ul {
  color:#C33;
+
display:none;
  text-decoration:none;
+
}
  background:none;
+
 +
.sitemap li {
 +
  margin: 0;
 +
  margin-left: .75em;
 +
color: #777;  
 +
  text-align: left;
 
  }
 
  }
.sbUe span,
+
.sitemap li {
.sbUe b,
+
list-style: none;  
.sbUe i {  
+
}
  float:left;
+
.sitemap li a::before {  
  width: 1em;
+
    content: '\2022';
  clear: both;
+
    font-family: 'Font Awesome 5 Free';
  text-align: center;
+
    display: inline-block;
  font-family: Arial;
+
margin-left: -.75em;
  font-size:11px;
+
width: .75em;
  text-transform:uppercase;
 
  text-transform:lowercase;
 
background:#eeeee8;
 
border: solid #bbb 1px;
 
}  
 
.sbUe a:hover span,
 
.sbUe a:hover b,
 
.sbUe a:hover i {  
 
background:#fffeee;
 
}
 
.sbUe span {
 
border-width: 0 1px;}
 
.sbUe b {
 
border-width: 1px 1px 0; line-height:.5em;}
 
.sbUe i {
 
border-width: 0 1px 1px; line-height:.5em;}
 
 
 
.left_Wrapper .sbUe { left:auto; right:-1.2em;}
 
 
 
.left_Wrapper .sbUe span,
 
.left_Wrapper .sbUe b,
 
.left_Wrapper .sbUe i {
 
  float:right; }
 
 
 
.sidebox .bildtext {
 
margin-bottom:-.2em;
 
 
}
 
}
.sidebox .bildtext a  {
+
.sitemap li li::before {  
  display:block;  color:#555; }
+
    margin-left: 0;  
.sidebox .bildtext a:hover  {
 
  color:#000;  background:#eeeee8; }
 
 
 
  /********  Suchmaske ***********/
 
 
 
#mw-searchoptions > table { width:35%; }
 
 
 
#mw-search-ns1,
 
#mw-search-ns3,
 
#mw-search-ns5,
 
#mw-search-ns7,
 
#mw-search-ns9,
 
#mw-search-ns11,
 
#mw-search-ns13,
 
#mw-search-ns15,
 
#mw-search-ns101,
 
#mw-search-ns103,
 
#mw-search-ns105,
 
#mw-search-ns107,
 
#mw-search-ns109,
 
#mw-search-ns111,
 
#mw-search-ns113,
 
#mw-search-ns121,
 
#mw-search-ns123,
 
#mw-search-ns125 {
 
  display: none;
 
 
}
 
}
#mw-search-ns1 + label,
+
.sitemap li a,
#mw-search-ns3 + label,
+
.sitemap li .selflink,
#mw-search-ns5 + label,
+
.sitemap li > i {  
#mw-search-ns7 + label,
+
display: block;
#mw-search-ns9 + label,
+
padding-left: 1.5rem;  
#mw-search-ns11 + label,
+
border-radius: 1em;  
#mw-search-ns13 + label,
+
}
#mw-search-ns15 + label,
+
.sitemap li > i {    
#mw-search-ns101 + label,
+
margin-left: -.75em;
#mw-search-ns103 + label,
 
#mw-search-ns105 + label,
 
#mw-search-ns107 + label,
 
#mw-search-ns109 + label,
 
#mw-search-ns111 + label,
 
#mw-search-ns113 + label,
 
#mw-search-ns121 + label,
 
#mw-search-ns123 + label,
 
#mw-search-ns125 + label {
 
  color:#eee;
 
  display: block;  
 
  width: .1em;  
 
  height: .1em;  
 
   overflow: hidden;
 
 
}
 
}
 
+
#content .sitemap ul ul { 
/*********************************/
+
    margin-top: -.2em;
 
+
    padding-top: 0;
.prettytable {
+
padding-left: 1.5rem;
margin: 1em auto 1em;
+
font-weight: normal;
border: 1px #aaa solid;
+
}
border-collapse: collapse;
+
.sitemap li li,
background: #f9f9f9;
+
.sitemap li li a,
 +
.sitemap li li .selflink {
 +
    display: inline-block;
 +
    margin-left: .3em;
 +
    padding: 0 .2em;
 +
}
 +
.sitemap li a.selflink {
 +
    background: #efefdf;
 +
    background: #e4e4cc;
 +
    display: block;  
 
}
 
}
.prettytable th,
+
.sitemap li a.selflink::before {
.prettytable td {
+
    content: '\f0d7';
border: 1px #aaa solid;
+
    content: '\f0da';
padding: .2em .5em;
+
    padding-right: 0;
 
}
 
}
.prettytable th {
+
.plusMinus {
text-align: center;
+
cursor: pointer;
background: #e9e9e9;
+
position: relative;  
font-family: 'MS Trebuchet' Arial;
+
display: block;  
 +
border-radius: 0 .95em .95em 0;
 
}
 
}
.prettytable caption {
+
.plusMinus:hover {  
font-weight: bold;
+
background: #e4e4cc;
 
}
 
}
+
.plusMinus::after {
/*********************************/
+
content: "\f067";  
.referencetooltip {
+
  font-family: "Font Awesome 5 Free";
        position: absolute;
+
position: absolute;  
        list-style: none;
+
right: .5em;
        list-style-image: none;
 
        opacity: 0;
 
        font-size: .8em;
 
        margin: 0;
 
        z-index: 5;
 
        padding: 0;
 
 
}
 
}
.referencetooltip li {
+
.plusMinus.close::after {
        border: #080086 2px solid;
+
content: "\f068";  
        max-width: 260px;
+
  font-family: "Font Awesome 5 Free";
        padding: 10px 8px 13px 8px;
 
        margin: 0px;
 
        background-color: #F7F7F7;
 
        box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
 
        -moz-box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
 
        -webkit-box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
 
 
}
 
}
.referencetooltip li+li {
+
.plusMinus::after {
        margin-left: 7px;
+
color: #efefdf;  
        margin-top: -2px;
+
color: #dadaba;
        border: 0;
 
        padding: 0;
 
        height: 3px;
 
        width: 0px;
 
        background-color: transparent;
 
        box-shadow: none;
 
        -moz-box-shadow: none;
 
        -webkit-box-shadow: none;
 
        border-top: 12px #080086 solid;
 
        border-right: 7px transparent solid;
 
        border-left: 7px transparent solid;
 
 
}
 
}
.referencetooltip>li+li::after {
+
#plusMinusAll::after,
        content: '';
+
.plusMinus:hover::after  {
        border-top: 8px #F7F7F7 solid;
+
color: #afaf9f;
        border-right: 5px transparent solid;
 
        border-left: 5px transparent solid;
 
        margin-top: -12px;
 
        margin-left: -5px;
 
        z-index: 1;
 
        height: 0px;
 
        width: 0px;
 
        display: block;
 
 
}
 
}
.client-js body .referencetooltip li li {
+
#plusMinusAll {
        border: none;
+
    font-size: .86em;
        box-shadow: none;
+
    text-align: right;
        -moz-box-shadow: none;
+
    padding: .3em .3em .4em;
        -webkit-box-shadow: none;
+
    border-radius: 6px;
        height: auto;
+
    margin: 0 2% -5px 50%;
        width: auto;
+
    margin-left: calc(100% - 15em);
        margin: auto;
+
    cursor: pointer;
        padding: 0;
+
    width: 13em;
        position: static;
+
    height: 1.7em;
 +
    overflow: hidden;
 +
    white-space: nowrap;
 +
    /* background-color: #dfdfc6; */
 +
    background: #f9f3e1;
 +
    background: #f7f4e4;
 +
    position: absolute;
 +
    top: .2em;
 +
    transition: margin 1s;
 +
    box-shadow: 0 0 10px 1px rgba(1, 1, 0, 0.2);
 +
    box-shadow: 0 0 5px 1px #dbd0b5;
 
}
 
}
.RTflipped {
+
.sitemap:hover #plusMinusAll {
        padding-top: 13px;
+
    margin-top: -2.2em;  
 
}
 
}
.referencetooltip.RTflipped li+li {
+
#plusMinusAll::before {
        position: absolute;
+
content:'Details anzeigen';
        top: 2px;
+
    font-family: calibri, arial, sans-serif;
        border-top: 0;
 
        border-bottom: 12px #080086 solid;
 
 
}
 
}
.referencetooltip.RTflipped li+li::after {
+
#plusMinusAll::after {
        border-top: 0;
+
content:'\f067';  
        border-bottom: 8px #F7F7F7 solid;
+
  font-family: "Font Awesome 5 Free";
        position: absolute;
+
    padding: 0 1em;
        margin-top: 7px;
 
 
}
 
}
.RTsettings{
+
#plusMinusAll:hover {
        float: right;
+
    background: #fffbee;
        height: 16px;
 
        width: 16px;
 
        cursor: pointer;
 
        background-image: url(//upload.wikimedia.org/wikipedia/commons/e/ed/Cog.png);
 
        margin-top: -9px;
 
        margin-right: -7px;
 
        -webkit-transition: opacity 0.15s;
 
        -moz-transition: opacity 0.15s;
 
        -o-transition: opacity 0.15s;
 
        -ms-transition: opacity 0.15s;
 
        transition: opacity 0.15s;
 
        opacity: 0.6;
 
        filter: alpha(opacity=60);
 
 
}
 
}
.RTsettings:hover{
+
#plusMinusAll.close::before {
        opacity: 1;
+
content:'Details verbergen';
        filter: alpha(opacity=100);
 
 
}
 
}
.RTTarget{
+
#plusMinusAll.close::after {
        border: #080086 2px solid;
+
content:'\f068';
 +
  font-family: "Font Awesome 5 Free";
 
}
 
}
.pre.javascript.source-javascript {
 
font-size: 1.25em;
 
}
 

Aktuelle Version vom 22. November 2023, 12:52 Uhr

/*************************
Hier befinden sich vorwiegend css-Befehle, die den ursprünglichen Wiki-Code beeinflussen (Änderungen am Standardlayout, Navigationsmenü)
Siehe auch
* MediaWiki:Vector.css (css für Extensions, Templates, etc.)
* MediaWiki:Print.css  
****************************/
/* Framework */
html {
   scroll-behavior: smooth;	
   scroll-padding-top: 4rem;
}  
html,
body {
	 margin: 0;
	 padding: 0;
	 font-size: calc(12px + .3vw); 
	 background: #eeeee5 url(/wikibilder/luck.jpg); 
	 color: black;
	 font-family:  Arial, sans-serif; 
} 

/***   Head   ***/

#mw-page-base, 
#mw-head-base, 
#mw-head {
 position:absolute;
 z-index:4;
}
#mw-page-base {
 height: 100vh;
 position:fixed; 
 z-index:0;
 top: 0; 
 left: 0; 
 right: 0; 
 background:transparent;
 }
 #mw-head {
    top: 3.5rem;
    margin: auto;
    left: 0;
    right: 0;
    width: calc(100% - 18rem); 
    max-width: 78rem;
}
/* Content */
#content  {
 position:relative;
 z-index:1;  
    font-family: Georgia, Times, 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho', serif;
  border:0;
  border-radius: 0 0 5px 5px;
    width: calc(100% - 18rem);
    min-height: calc(100% - 9rem);
    max-width: 92rem;
    max-width: 78rem;
    min-width: 640px;
    margin: 0 auto; 
    padding: 1px 0; /* 1px gegen  margin collaps*/
    overflow: visible; 
 }  
.action-edit #content {
 margin: 0 0 0 10rem; 
    width: auto;
    max-width: none;
 padding:0 1rem;
  box-shadow: 0 4px 15px rgba(145, 142, 117, 0.5);
 } 
 .ns-6 #content {
    max-width: 78rem;
} 
.ns-0.action-view #content,
.ns-4.action-view #content,
.ns-12.action-view #content { 
	box-shadow: 0 4px 15px rgba(145,142,117,0.5); 
    border-radius: 0 0 .5em .5em; 
    background: #fbfbf7;
 }  
 #bodyContent {
    font-size: 1rem;
    padding: 0 max(5%,2rem) 5rem;
    position: static;
} 
.ns-0.action-view #bodyContent,
.ns-4.action-view #bodyContent,
.ns-12.action-view #bodyContent,
.wikiEditor-preview-contents {   
 border-top: 1px solid transparent; /* avoid margin collapse */
 margin: calc(3.5rem - 1px) -7rem 0; /* Platz für Sitenotice */
    padding: 0 0 2rem;
 font-size:1.1rem;
  }  
.action-view .mw-content-ltr,
.wikiEditor-preview-contents { 
}
/* Silbentrennung */

#bodyContent {
 -webkit-hyphens: auto;
 -epub-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 hyphens: auto;
}
#bodyContent .firstHeading,
.firstHeadingTitel,
#bodyContent h2,
#bodyContent h3,
#bodyContent h4 {
 -webkit-hyphens: manual;
 -epub-hyphens: manual;
 -moz-hyphens: manual;
 -ms-hyphens: manual;
 -o-hyphens: manual;
 hyphens: manual;
}
#contentSub2 { 
    margin: auto;
}
/***********************
   width 
************************/

.mw-parser-output > * {
    margin-left: auto;
    margin-right: auto;
    width: 50%;  
} 
.mw-parser-output > ul, 
.mw-parser-output > ol,
.mw-parser-output > dl  {
    width: calc(50% - 4rem); 
}
/* MW Navigation */

.mw-indicators,
.ns--1 #left-navigation, 
.ns-0.action-view #p-views,
.ns-0.action-view #p-cactions,
.ns-0.action-view #left-navigation,
.ns-4.action-view #p-views,
.ns-4.action-view #p-cactions,
.ns-4.action-view #left-navigation,
.ns-6.action-view #p-views,
.ns-6.action-view #p-cactions,
.ns-6.action-view #left-navigation,
.ns-12.action-view #p-views,
.ns-12.action-view #p-cactions,
.ns-12.action-view #left-navigation,
.ns-120.action-view #p-views,
.ns-120.action-view #p-cactions,
.ns-120.action-view #left-navigation,
.ns-124.action-view #p-views,
.ns-124.action-view #p-cactions,
.ns-124.action-view #left-navigation  { 
    display: none;
}
#ca-unwatch,
.action-edit #p-search,
#left-navigation #ca-talk {
	display:none;
} 
.ns-2 #left-navigation #ca-talk, 
.ns-3 #left-navigation #ca-talk {
	display:block;
} 
#pt-anonuserpage, #pt-userpage a { 
    background-image: none; 
    padding: inherit !important;
} 

/*****************/

#mw-head { /*Platz für crumbs schaffen */
	top: 3.5rem;
}
#left-navigation, 
#right-navigation {
	margin: 0;
}

/* Logo */
#p-logo {
	display:none;
 position: absolute;
 z-index:4;
 top: -10em;
 left: 0;
 width: 10em;
 height: 10em;
 background: #f5f5ee url(/wikibilder/logo_head3.jpg) top left repeat-x ;
}
#p-logo a {
 display: block;
 width: 10em;
 height: 10em;
 background-repeat: no-repeat;
 background-position: center center;
 text-decoration: none;
 }
 
/* Panel */
#mw-panel {
    position: absolute;
    top: 50vh;
    transform: translate(0, -50%); 
    padding: 0 0 1em .5em;
 width: 9.5em;
 left: 0; 
 z-index:4;
 background: #f5f5ee;
 border-bottom: 1px solid #def;
 }
#p-logo,
#p-lang,
.action-view #mw-panel,
.action-view #mw-head-base  {
 display: none;
}

/* Hide */

#jump-to-nav, 
#contentSub,
#catlinks,
#siteSub,
.subpages {
 display: none;
 }

 
/** Wiki-Navigation **/
#p-personal {
	top: -2.5rem;
}

#p-personal li {
 line-height: 1.125;
 padding: 0 .75em 0 0;  
 margin:0;
 float: left;
 font-size: 0.75em;
 white-space: nowrap;
 }
	
.action-view #p-personal {
 display: none;
 }	
.action-view.ns-8 #p-personal, 
.action-view.ns-10 #p-personal {
 display: block;
 left: auto; 
 }

/* hide */	

#p-personal #pt-mytalk,
#p-personal #pt-anontalk,
#p-personal #pt-watchlist,
#p-personal #pt-mycontris {
 display: none;
 }
.action-view #p-tb, 
.action-view #p-personal #pt-mytalk,
.action-view #p-personal #pt-preferences,
.action-view #p-personal #pt-logout,
.action-view #p-personal #pt-anontalk,
.action-view #p-personal #pt-watchlist,
.action-view #p-personal #pt-mycontris,
.action-view #p-personal #pt-login,
#mw-clearyourcache {
 display: none;
 }


/****************************************
			FOOTER
*****************************************/

#footer {
 position: relative; 
    margin: 2rem auto 0;
    padding:  .5rem 2rem;
 background: transparent;
 text-align: center;
 max-width: 78rem;
 font-family: calibri;
 font-size: .9rem;
 }
#footer ul {
 margin: 0;
 padding: 0;
 } 
#footer li {
    line-height: 1.4em;
    font-size: .9rem;
    color: #555;
    padding: 0; 
    list-style: none;
}
#footer a,
#footer a:visited { 
 color:#016;
 }
#footer-info-disclaimer, 
#footer-info-lastmod,
#footer-places-about {
 display:none;
 } 
#footer-info {
    float: left;
    text-align: left; 
    margin: .5rem 0;
    max-width:40rem;
 margin:0 ; padding:0 ;
 font-size: 1em;
}
#footer-info > li {  ;
    padding: .5em;
    background: rgb(223 215 201 / 76%);
}
#footer #footer-info #footer-info-copyright {
    padding: 0.6em 1em;
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%); 
}
#footer-places,
#footer-icons {
	float:right; 
	clear:right;
}
#footer #footer-icons {
    padding-top: 0.5em;
}
#footer #footer-places #footer-places-about {
    padding: .7em 0;
    font-style: italic;
    margin-right: .3em;
} 
#footer #footer-icons li {
    float: none;
}
#footer-icons img {  
	margin: 2px;
    border: 0;
 } 
 #footer-affiliationico img {
    border-radius: 3px; 
    box-shadow: 1px 1px #ccc;
}
.printfooter {
	display: none;
}

/****************************************
		Text Formate
*****************************************/

/* CODE Maske */
q {
 font-family: Times, "Times New Roman", serif;
 font-style: italic;
 }
code {
 background-color: #f9f9f9;
 }
pre {
 padding: 1em;
 border: 1px dashed #2f6fab;
 color: black;
 background-color: #f9f9f9;
 line-height: 1.3; 
    font-size: .9rem;
} 
textarea { 
 font-size: 1.3em;
 background:#ffe;
 color:#005;
 }
 .mw-editfont-monospace, 
 .mw-editfont-sans-serif, 
 .mw-editfont-serif,
 .wikiEditor-ui .ace_editor { 
    font-size: .8rem;
}

i i { 
 font-style: normal;
 }
dfn {
 font-style: normal;
 }
/**********************************
        LINKS
**********************************/

a, 
a:visited {
 text-decoration: none;
 color: #832800; /*braun*/
 color: #1067AC; /*blau*/
 background: none;
 }
a:hover {
 text-decoration: underline;
 color: #1067AC; /*blau*/
 background-color:#f5f5ee; 
 }
a:active {
 color: #faa700;
 }

#content a.external, 
#content a.external[href^="gopher://"],
#content a.external:visited, 
#content a.external[href^="gopher://"]:visited {
 color: #1A7BC9; /*blau 2*/
 background: transparent;
 padding-right: 0px;
 }
#content a.external::after  {
 font-family: serif;
 padding-left: .2em;
 content: "\2197";
 }
#content .noarrow a.external:after, 
#content #chapters  a.external:after {
 padding-left: 0px;
 content: "";
 } 
 
 /********************
     Absätze und Listen 
 ********************/

#content p {
    margin: 0 auto 1em; 
}  
#content p + p {
    margin-top: -1em;
    text-indent: 2rem;
}
 
.article .mw-parser-output > p:first-of-type {
    font-size: 1.1em;
    margin-bottom: 2em!important;
}
.article .mw-parser-output > p:first-of-type::first-letter { 
font-style:normal;
    float: left;
    line-height: .85;
    font-size: 5.5em;
    margin: 0 0.1em 0 0;
    font-family: Georgia,Times,serif;
}

li {
 margin-bottom: .7em;
 }
dt {
 font-weight: bold;
 margin-bottom: .1em;
 }
dl {
 margin-top: .2em;
 margin-bottom: .5em; 
 }
 
.mw-parser-output dd {
 margin-left: 2rem;
 margin-bottom: .1em;
 }
.mw-parser-output dd ul,
.mw-parser-output dd ol {
 margin-left: 0;
 padding-left: 0;  
 }
.mw-parser-output ul,
.mw-parser-output ol {
 margin: auto; 
 padding: .3em 1rem .8em 2rem;
 }
 
.mw-parser-output p, 
.mw-parser-output li, 
.mw-parser-output dd {
	line-height: 1.6;
    position: relative; 
}

.mw-parser-output > p, 
.mw-parser-output > ul li,
.mw-parser-output > ol li,
.mw-parser-output > dl dd {
 text-align: justify;
 }
 
 /* list-style */
 
ul { 
 list-style-image: none;
 }
ul li::marker {   
    font-size: 1.5em;
    line-height: .5em; 
    color: #0e5892;
 }
.mw-parser-output ul ul {
    padding-bottom: 0;
}
 .shortlist ul {
    padding-bottom: .8em;
}
 .shortlist li {
    margin-bottom: 0;
}

#mw-navigation li, 
.ns--1 li {
    list-style:none;
}

/* Tables */

table {
 font-size: 100%;
 }

/* Emulate Center */

.center {
 width: 100%;
 text-align: center;
 }
.center * {
 margin-left: auto;
 margin-right: auto;
 }

/* Small for tables and similar */

.small {
 font-size: 94%;
 }
#content .right,
.right {
	text-align: right;
}

/**************************
        Headings 
***************************/

h1, h2, h3, h4, h5, h6 { 
 font-weight: bold;
 margin: 0 auto;
 padding-top: .5em;
 padding-bottom: .17em;
 overflow: visible;
 color: rgb(1 3 6 / 50%);
 border: 0 ;
 position: relative;
 }
h4, h5, h6 {
 font-weight: normal;
} 

/* 		firstHeading		 */
 
#content #firstHeading { 
    padding: 6rem 0 1em;
  line-height: 1.2; 
    font-size: 2em; 
    font-family: monospace;
}
.ns-2 #content #firstHeading,
.ns-12 #content #firstHeading {
  font-family: calibri, "Trebuchet MS"; 
  padding: 3.5em 0 1em;
}
.ns-120.action-view #firstHeading,
.ns-124.action-view #firstHeading {
 display:none;
}
.firstHeading,
.firstHeadingTitel {
   position: relative;
  font-size: 2.8em;
  line-height: 1.2;
  font-family: calibri, "Trebuchet MS";
  font-weight: bold;
  text-align: center;  
    width: calc(100% - 14rem);
    padding: 1em 0 0;
    margin: -.1rem auto 3rem;
	background-position: center; 
}  
.ns--1 .firstHeading,
.ns--1 .firstHeadingTitel {
    margin-bottom: 1rem; 
    padding: 0;
}
.firstHeadingBody {
 position: static; 
 display: block;   
    background: #fbfbf7;
    margin: auto;
    width: fit-content;
    min-width: 50%;
    max-width: calc(75% - 3em);
    padding: 0.75em 1.5em 0.5em;
}
.ns--1 .firstHeadingBody {
    background: transparent;
    margin-top: 3rem;
} 
.firstHeadingBody > span {
    display: block;
    font-weight: normal;
    font-size: .75em;
    line-height: 1.2em;
    padding: 1em 0 0;
}
.firstHeadingBody .bottom {
    padding: 0;
}
.titel_zusatz {
    margin-top: -2rem;
    line-height:2;
}
.firstHeadingTitel .autor {
    font-style: italic;
    margin-top: -1em;
}
.firstHeadingTitel .autor .reference a {
	background: transparent; 
	font-style: normal; 
	font-size: .7em;
}
.bottom {  
} 
.mw-parser-output > h2::after {
  content: '';
  display: block;
  height: 3px;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  position: absolute; 
  left: 0;
  right: 0;
  border-radius: 25%;
  margin-top: 5px;
}
/* Hauptseite, Sitemap */

.headline .firstHeadingTitel,
.headline .firstHeading {
    font-family: georgia, times, serif;
    font-weight: bold;
    margin: 0 0 .5rem;
    padding: 0 !important; 
    color: #333 !important;
    text-align: left; 
    width: auto;
    max-width: none;
    background: none !important;
}
.headline .firstHeadingBody { 
    margin: 0; 
    padding-top: 1.2em;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: bold; 
    text-shadow: 0.02em 0.02em 0.05em #888;
    line-height: 1.1em;
    width: auto;
    max-width: none;
    background: none !important;
    color: #333 !important;
}
.headline .firstHeadingBody::after {
	display: none; 
}
.headline .firstHeadingBody a {
    color: inherit;
} 
.headline .firstHeadingBody a:hover {
    text-decoration: none;
}
.headline .bottom {
    font-size: .8em;
    line-height: 2em;
    text-transform: lowercase;
    text-shadow: none; 
   text-indent:.1em;
    padding: 0;
} 
.wrapLogo {
    width: calc(50% + 9rem);
}
.headerSitemap {
    max-width: 52rem;
    margin: 1rem auto 0;
}
.logo150 {
    float: left;
    position: relative;
    z-index: 1;
}   
.logo150 img {
	width: 9rem; 
	height: inherit;
}
/*	H2, H3,... 	*/

#content h2 {  
    font-family:calibri, "Trebuchet MS"; 
    line-height: 1.2;
	text-align: center;
	margin: 1.2em auto 1em; 
	padding: .5em .5rem .17em;
	padding: 0;
}
#content h2.noborder {
  padding-bottom:0;
  border:0;
}
#content .imgWrap + h2 {
    margin-top: 3rem;
}
#content h3 {  
  font-family:calibri, "Trebuchet MS";  
  font-style:italic;
  line-height: 1.2;
  font-size: 1.3em;
  text-align: left;
  margin: 1em auto .8rem; 
  padding: .5em .5rem 0em;
  /*clear: left;*/
}
#content h4 { 
  font-family:calibri, "Trebuchet MS"; 
  font-weight:bold; 
  font-size: 1.2em;
  line-height:1.6;  
  color: rgb(1 3 6 / 50%);
}

	/* Edit section links */
.mw-editsection { 
 color:#ddd; 
 font: normal 9px Arial;  
 text-align: left;
 position: absolute;
    margin: 0;
    right: 3em;
    top: 3em;
    width: 3em;
 } 
.mw-editsection a,
.mw-editsection a:visited { 
 color: #ddd; 
 font-size:9px;
 }
.mw-editsection a:hover { color: #555; text-decoration:none;}

h1 .mw-editsection { display:none;}

/*   Ende Headings    */

/********************************************
	 	NAVIGATION
**********************************************/

/*#siteNotice,  Crumbs */
#localNotice { 
	display: none; 
	margin:3.5rem auto; 
    position: absolute;
    width: 100%;
}
.ns--1 #localNotice {
	display: block;
	margin:0 auto;
}
#localNotice .crumbs {
	padding-left: 2rem;
	font-size: 1rem;
}
.crumbs {
    text-align: left;
    overflow: hidden; 
    font-family: calibri, arial, sans-serif;
    line-height: 3rem;
    text-transform: lowercase;
}
.crumbs small {
  padding: 0 .4em;
}
/************
Search

#p-search width = #content width
#searchform m-right ~ #siteNotice width

**********/
#p-search {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    height: 0;
}
.ns-0 #p-search,
.ns-4 #p-search,
.ns-12 #p-search { 
}
#p-search #searchform {
	position: absolute;
    right: 1rem;
    top: 0;
    display:none;
}
#searchform2 {
    position: absolute;
    top: 0;
    right: 0;
}
#simpleSearch { 
    width: auto;
    max-width: none;
    float: right;
    margin: 0; 
    font-size: 1em;
    margin: 0;
    padding: 0;
    background: transparent;
    height: 2.7rem; 
    border:0; 
}
#searchform2 #simpleSearch {
    height: 3.5rem;
}
#searchform2 #searchInput {
 font-size: 1.1rem; 
    width: 0; 
    transition: width .5s;
    background: #fff;
    float: right;
    padding: .25rem 0;
    margin: .5rem 3rem 0 0;
    text-indent: .5rem;
    border: 0;
    border-radius: .5em; 
    box-shadow: inset 0 0 0.15em 0.05em #bab8ab; 
}
#simpleSearch:hover #searchInput, 
#simpleSearch #searchInput:focus, 
#simpleSearch #searchInput:active {
    width: 16em;
}
#searchform2 #searchButton { 
    height: 3.5rem;
    width: 2rem;
    background-size: contain;
    opacity: 0;
} 
#mw-searchoptions td:nth-child(2) {
    display: none;
}
/******************

Nav, Sitemap 
	s.a. Metalog:Sitemap, MediaWiki:Bottom-notice-ns-0
********************/

#bottom-notice-ns {
    position: absolute;
    top: 0; 
    left: 0;
    right: 0; 
    margin: auto;
    z-index:2;
}
.bottom-notice-body {
    position: relative; 
    margin: auto;
}
#crumbs {
    line-height: 3.5rem;
    padding-left: 2rem;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden; 
    z-index:-1;
}
.bottom-notice-2-body #crumbs {
    line-height: 3rem;
}
.pageinfo {
    max-width: 52rem;
    padding: 0 1rem 0;
    margin: auto;
}
#sitemapToggle {
 position: absolute; 
    right: 0;
 cursor: zoom-in;
}
#sitemapToggle.close {
	cursor: zoom-out;
}
#wrapVertical {
	position: absolute;
	right: 0;
	top:0;
    z-index:2;
}
#toggleButton  {  
	position: fixed; 
	z-index:2;
}
#toggleButton span, 
.search2 {
    display: block;
    margin-left: -3.75rem;
    margin-top: 0.25rem;
    font-size: 1.5rem;
    line-height: 215%;
    background: rgb(98 115 153 / 50%);
    color: #fff;
    text-align: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.wrapSearch2 {
	position: absolute;
	right: 4rem;
}
.search2 {
	margin:0;
}
#toggleButton span.times {
	display: none;
}
.close #toggleButton .bars {
	display: none;
}
.close #toggleButton .times {
	display: block;
}
#bgToggle {
 position: fixed; 
 top: 0; 
 left: 0; 
 right: 0; 
 height: 3.5rem;
 background-color: #444440; 
 opacity: .05;
}

/* top arrow*/
#top {
    position: absolute;
    top: 0;
}
#toparrow { 
    position: fixed;
    bottom: 1rem; 
    text-align: center;
    cursor: pointer;
    margin-left: -4rem;
}
#toparrow .fas {
	display: block;
	font-size: 2rem; 
	color: rgb(153 153 153 / 50%);
} 
#toparrow a {
    display: block;
    width: 3.5rem;
    color: #aaa;
    font-weight: normal;
    font-style: normal;
    color: transparent; 
    font-size: 1rem; 
    background: transparent; 
}  
#toparrow:hover a,
#toparrow:hover .fas {
	text-decoration: none;
	background: transparent;
	color: #555;
}
.mw-editsection { 
     visibility: hidden;
} 
*:hover > .mw-editsection,  
#toparrow:hover {
     visibility: visible;
} 
#contSitemap { 
 position: absolute;  
 left: 0; 
 right: 0;  
 text-align: left;   
 display: none; 
 background: #fff;
 border-radius: 0 0 .5rem .5rem;
 padding-bottom: 3rem;
 z-index:3;
} 
.sitemap {
 position: relative;  
 margin: 1rem auto 0; 
 font-size: 1.25rem; 
    color: #79776f;
    color: #246;
    font-family: calibri, arial, 'yu gothic', 'ms gothic', sans-serif;
    max-width: 52rem;
    clear: both;
}  
.sitemapBg {
    background: #e4e4cc; 
    margin: 0 1rem 3rem; 
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border-radius: .5rem;
    overflow: hidden; 
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(15em,1fr));
    grid-gap: 0 .25em; 
    box-shadow: 0 0 5px 1px #dbd0b5;
}
.sitemap a,
.sitemap a:visited {
    color: #2a4b8d;
}
.sitemap a:hover { 
 background: #e4e4cc;
} 
.part {
    min-width: 15em;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
}
.chapterSitemap {
 position: relative;
 border-left: 3.5em solid #e4e4cc; 
 padding: 1em 1em 1em 0;
 background-color:#fffbee;
}  
.sitemap dd b {
    padding-left: 1.42rem;
}
.sitemap dd span {
    display: block;
    position: absolute; 
    left: -4.35rem;
    width: 4.3rem;
    text-align: center;
    color: rgb(255 255 255 / 80%); 
    font-size: 1.25em;
    line-height: 1.35;
}
.sitemap dl,
.sitemap dd {
 margin: 0;
 padding: 0; 
 }
#content .sitemap ul {
 font-size: 1rem;
 margin: 0;
 padding: 0;
 padding-top: .7em; 
 text-align: left;
 }
.sitemap ul {
 display:none;
}
 
.sitemap li {
 margin: 0;
 margin-left: .75em;
 color: #777; 
 text-align: left;
 }
.sitemap li {
	list-style: none; 
}
.sitemap li a::before { 
    content: '\2022';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
 margin-left: -.75em;
 width: .75em;
}
.sitemap li li::before { 
    margin-left: 0; 
}
.sitemap li a,
.sitemap li .selflink,
.sitemap li > i { 
 display: block;  
 padding-left: 1.5rem; 
 border-radius: 1em; 
 }
.sitemap li > i {   
	margin-left: -.75em;
}
#content .sitemap ul ul {  
    margin-top: -.2em;
    padding-top: 0;
 padding-left: 1.5rem; 
 font-weight: normal;
 }
.sitemap li li,
.sitemap li li a, 
.sitemap li li .selflink {  
    display: inline-block;
    margin-left: .3em;
    padding: 0 .2em;
 }
.sitemap li a.selflink { 
    background: #efefdf;
    background: #e4e4cc; 
    display: block; 
}
.sitemap li a.selflink::before {
    content: '\f0d7'; 
    content: '\f0da';
    padding-right: 0;
}
.plusMinus {
 cursor: pointer; 
 position: relative; 
 display: block; 
 border-radius: 0 .95em .95em 0;
}
.plusMinus:hover { 
 background: #e4e4cc;
}
.plusMinus::after {
 content: "\f067"; 
  font-family:  "Font Awesome 5 Free";
 position: absolute; 
 right: .5em;
}
.plusMinus.close::after {
 content: "\f068"; 
  font-family:  "Font Awesome 5 Free";
}
.plusMinus::after {
 color: #efefdf; 
 color: #dadaba;
}
#plusMinusAll::after,
.plusMinus:hover::after  {
 color: #afaf9f;  
}
#plusMinusAll {
    font-size: .86em;
    text-align: right;
    padding: .3em .3em .4em; 
    border-radius: 6px;
    margin: 0 2% -5px 50%;
    margin-left: calc(100% - 15em);
    cursor: pointer;
    width: 13em;
    height: 1.7em;
    overflow: hidden;
    white-space: nowrap;
    /* background-color: #dfdfc6; */
    background: #f9f3e1;
    background: #f7f4e4;
    position: absolute;
    top: .2em;
    transition: margin 1s;
    box-shadow: 0 0 10px 1px rgba(1, 1, 0, 0.2);
    box-shadow: 0 0 5px 1px #dbd0b5;
}
.sitemap:hover #plusMinusAll {
    margin-top: -2.2em; 
}
#plusMinusAll::before {
 content:'Details anzeigen';
    font-family: calibri, arial, sans-serif;
}
#plusMinusAll::after {
 content:'\f067'; 
  font-family:  "Font Awesome 5 Free";
    padding: 0 1em;
}
#plusMinusAll:hover {
    background: #fffbee;  
}
#plusMinusAll.close::before {
 content:'Details verbergen';
}
#plusMinusAll.close::after {
 content:'\f068';
  font-family:  "Font Awesome 5 Free";
}