MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
 
(709 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/*************************
 
/*************************
Hier befinden sich im Wesentlichen css-Befehle, die direkt oder indirekt Einfluss auf das Seitenlayout und die Seitenproportionen haben.
+
Hier befinden sich vorwiegend css-Befehle, die den ursprünglichen Wiki-Code beeinflussen (Änderungen am Standardlayout, Navigationsmenü)
 
+
Siehe auch
Siehe auch:
+
* MediaWiki:Vector.css (css für Extensions, Templates, etc.)
* MediaWiki:Vector.css (Farben, spezielle Einzelseiten, Glossar, etc.)
+
* MediaWiki:Print.css
 
 
* MediaWiki:Print.css  
 
 
 
Hier:
 
* Änderungen am Standardlayout
 
* TOC
 
* Navigationsmenü
 
* Sidebox
 
 
 
 
****************************/
 
****************************/
 
/*  Aktuelles  */
 
 
*::before,
 
*::after {
 
  font-family: FontAwesome;
 
  text-rendering: auto;
 
  -webkit-font-smoothing: antialiased;
 
  -moz-osx-font-smoothing: grayscale;
 
}
 
 
 
/* Framework */
 
/* Framework */
 
+
html {
 +
  scroll-behavior: smooth;
 +
  scroll-padding-top: 4rem;
 +
 
html,
 
html,
 
body {
 
body {
margin: 0;
+
margin: 0;
padding: 0;
+
padding: 0;
font-size: 100%;
+
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 6.8em;
+
  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: 1em 0 0 10em;
+
    font-family: Georgia, Times, 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho', serif;
padding:0 ;
 
  line-height: 1.5em;
 
font-family: Georgia, serif, Times ;
 
background:#fff;
 
border-color: #ace;
 
border-style: solid;
 
border-width: 1px 0 2px 2px;
 
}
 
.action-view div#content,
 
#nv.fixed #nv_content { /* content Struktur f. nav emulieren */
 
max-width: 78em;
 
min-width: 640px;
 
}
 
.action-view div#content {
 
  margin: 0 auto 0;
 
  padding-top: 1em;
 
 
   border:0;
 
   border:0;
 
   border-radius: 0 0 5px 5px;
 
   border-radius: 0 0 5px 5px;
   box-shadow: 0px 4px 15px rgba(145, 142, 117, 0.5);
+
    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--1.action-view div#content,
+
.ns-6 #content {
.ns-6.action-view div#content {
+
    max-width: 78rem;
  max-width: 90em;
+
}
}
+
.ns-0.action-view #content,
.ns-8.action-view div#content {
+
.ns-4.action-view #content,
  max-width: none;
+
.ns-12.action-view #content {  
  }
+
box-shadow: 0 4px 15px rgba(145,142,117,0.5);
/**** bodyContent ****/
+
    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 {
position:static;
 
padding: 0 3.5em 3.5em;
 
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 9em 7.5em;
 
max-width: 48em;
 
min-width: 500px; 
 
margin:auto;
 
}
 
.ns--1.action-view #bodyContent {
 
max-width: 70em;
 
}
 
.ns-6.action-view #bodyContent,
 
.ns-8.action-view #bodyContent,
 
.ns-14.action-view #bodyContent {
 
max-width: none;
 
}
 
.action-view .mw-content-ltr {
 
font-size:1.06rem;
 
 
}
 
}
 +
#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
 +
************************/
  
/*** Mobile ***/
+
.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 */
  
div#content.mobile { /* s.a. div#content.mobile #nv */
+
.mw-indicators,
  margin: 1em -6.8em 0;
+
.ns--1 #left-navigation,
}
+
.ns-0.action-view #p-views,
#content.mobile div#bodyContent {
+
.ns-0.action-view #p-cactions,
max-width: 100%;  
+
.ns-0.action-view #left-navigation,
padding-left: 4em;
+
.ns-4.action-view #p-views,
padding-right: 4em;
+
.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;
 +
}  
  
/* mobile Boxen */
+
/*****************/
  
.mobile .bildbox {
+
#mw-head { /*Platz für crumbs schaffen */
clear: both;
+
top: 3.5rem;
}
 
.mobile #toc,
 
.mobile .sidebox,
 
.mobile .sidebox2,
 
.mobile .sidebox_Wrapper {
 
position: relative;
 
top: auto;
 
right: auto;
 
float: right;
 
clear: right;
 
margin: .4em 0 1em 2em;
 
}
 
.mobile .sidebox_Wrapper .sidebox2 {
 
float: none;
 
margin-left: 0;
 
}
 
.mobile .textbox {
 
margin: .2em -1em 2em 2em;
 
}
 
.mobile #toc  {
 
margin-top: 0;
 
}
 
 
 
/***  Head  ***/
 
 
 
#mw-page-base,
 
#mw-head-base,
 
#mw-head {
 
position:absolute;
 
z-index:4;
 
}
 
#mw-page-base {
 
height: 9em;
 
position:absolute;
 
 
}
 
}
#mw-head-base {  
+
#left-navigation,
top:-1px; left:0; right:0;
+
#right-navigation {
height: 5em;
+
margin: 0;
margin:0;
 
border-bottom: 1px solid #def;
 
background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x ;
 
 
}
 
}
#mw-page-base {
+
 
z-index:0;
 
top: 0;
 
right: 0;
 
width: 100%;
 
background: #bbb url(/rel_jap/bg/bg_head0.gif);
 
border-bottom: .3em solid #aaa;
 
}
 
/* 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 {
 
margin: 0;
 
padding: 0;
 
}
 
/* Navigation Containers */
 
.action-view #left-navigation,
 
.action-view #right-navigation,
 
#ca-unwatch {
 
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: 10em;
 
  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 {
Zeile 203: Zeile 201:
 
  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 214: Zeile 221:
 
}
 
}
  
/*  Tagline */
 
 
 
/* Hide */
 
/* Hide */
  
 
#jump-to-nav,  
 
#jump-to-nav,  
span.subpages,
 
#siteNotice,
 
 
#contentSub,
 
#contentSub,
#catlinks {
+
#catlinks,
 +
#siteSub,
 +
.subpages {
 
  display: none;
 
  display: none;
 
  }
 
  }
  
#bodyContent div[id^='siteSub'] {
+
   
  position:absolute;
+
/** Wiki-Navigation **/
z-index:3;
+
#p-personal {
right: 0;
+
top: -2.5rem;
left: 0;
+
}
top: 0;
 
margin:0 0 2.5em;
 
padding: .35em 1em;
 
text-align: right;
 
border-style: solid;
 
border-width: 0 0 4px;
 
text-align: right;
 
font-style: italic;
 
font-size: 1em;
 
line-height: 1.2em;  
 
font-family: Calibri;
 
text-transform: lowercase;
 
display:none;
 
}
 
#bodyContent div[id^='siteSub'] b {
 
font-weight: nomal;
 
}
 
.action-view #bodyContent div[id^='siteSub'] {
 
display:block;
 
}
 
#contentSub a,
 
#contentSub2 a {
 
color: #ccc;
 
}
 
  
/** Wiki-Navigantion **/
 
 
#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 277: Zeile 257:
 
/* hide */
 
/* hide */
  
#p-personal li#pt-mytalk,
+
#p-personal #pt-mytalk,
#p-personal li#pt-anontalk,
+
#p-personal #pt-anontalk,
#p-personal li#pt-watchlist,
+
#p-personal #pt-watchlist,
#p-personal li#pt-mycontris {
+
#p-personal #pt-mycontris {
 
  display: none;
 
  display: none;
 
  }
 
  }
 
.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 {
 
#mw-clearyourcache {
 
  display: none;
 
  display: none;
 
  }
 
  }
  
/* Panel */
 
div#mw-panel {
 
position: absolute;
 
top: 10em;
 
padding-top: 1em;
 
width: 9.5em;
 
left: 0;
 
}
 
  
 
/****************************************
 
/****************************************
Zeile 308: Zeile 280:
 
*****************************************/
 
*****************************************/
  
div#footer {
+
#footer {
  position: relative;
+
  position: relative;  
height: 2em;
+
    margin: 2rem auto 0;
padding: 0 0 1.5em;
+
    padding: .5rem 2rem;
 
  background: transparent;
 
  background: transparent;
 
  text-align: center;
 
  text-align: center;
  margin: 1.5em auto 0;
+
  max-width: 78rem;
  max-width: 80em;
+
font-family: calibri;
 +
  font-size: .9rem;
 
  }
 
  }
div#footer ul {
+
#footer ul {
list-style: none;
 
list-style-image: none;
 
list-style-type: none;
 
 
  margin: 0;
 
  margin: 0;
 
  padding: 0;
 
  padding: 0;
  }
+
  }  
div#footer ul li {
+
#footer li {
list-style: none;  
+
    line-height: 1.4em;
line-height: 2em ;
+
    font-size: .9rem;
margin:0 ; padding:0 ;
+
    color: #555;
}
+
    padding: 0;  
div#footer #footer-places li {
+
    list-style: none;
float: left;
+
}
margin-right: 1em;
 
line-height: 1.2em;
 
}
 
 
 
 
#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 6.8rem;
+
    float: left;
  }
+
    text-align: left;
#footer-places {
+
    margin: .5rem 0;
position: absolute;
+
    max-width:40rem;
left:20px;
+
  margin:0 ; padding:0 ;
top:5px;
+
  font-size: 1em;
width: 6.8em;
+
}
font-size: 1.5rem;
+
#footer-info > li { ;
}
+
    padding: .5em;
#footer-icons {  
+
    background: rgb(223 215 201 / 76%);
position: absolute;
+
}
right:0; top:5px;
+
#footer #footer-info #footer-info-copyright {
width: 6.8rem;
+
    padding: 0.6em 1em;
}
+
    position: absolute;
#f-poweredbyicooo {
+
    top: -1.5em;
margin: 5px;
+
    left: 50%;
}
+
    transform: translateX(-50%);  
#footer-info-copyright,
+
}
#footer-info-disclaimer,
+
#footer-places,
#footer-places-privacy {
+
#footer-icons {
display:none;
+
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 {
 
.printfooter {
 
display: none;
 
display: none;
Zeile 369: Zeile 358:
  
 
/****************************************
 
/****************************************
BASIC TAGS
+
Text Formate
 
*****************************************/
 
*****************************************/
  
Zeile 385: Zeile 374:
 
  color: black;
 
  color: black;
 
  background-color: #f9f9f9;
 
  background-color: #f9f9f9;
  line-height: 1.3em;
+
  line-height: 1.3;  
font-size: 10pt;  
+
    font-size: .9rem;
}
+
}  
textarea {
+
textarea {  
  font: normal 1em/2em Verdana;
+
  font-size: 1.3em;
 
  background:#ffe;
 
  background:#ffe;
 
  color:#005;
 
  color:#005;
 
  }
 
  }
 +
.mw-editfont-monospace,
 +
.mw-editfont-sans-serif,
 +
.mw-editfont-serif,
 +
.wikiEditor-ui .ace_editor {
 +
    font-size: .8rem;
 +
}
  
/* Structural Elements */
+
i i {
 +
font-style: normal;
 +
}
 +
dfn {
 +
font-style: normal;
 +
}
 +
/**********************************
 +
        LINKS
 +
**********************************/
  
#mw-content-text > p,  
+
a,  
#mw-content-text > ul li,
+
a:visited {
#mw-content-text > ol li,
+
text-decoration: none;
#mw-content-text > dl dd {
+
color: #832800; /*braun*/
  text-align: justify;
+
  color: #1067AC; /*blau*/
  line-height: 1.6em;
+
  background: none;
 
  }
 
  }
p img {
+
a:hover {
  margin: 0;
+
  text-decoration: underline;
 +
color: #1067AC; /*blau*/
 +
background-color:#f5f5ee;  
 
  }
 
  }
.mw-content-ltr ul,
+
a:active {
.mw-content-ltr ol {
+
  color: #faa700;
  line-height: 1.6em;
 
text-align:justify;
 
margin: 0;
 
padding: .3em 1.5rem .7em;
 
 
  }
 
  }
.mw-content-ltr > ul,
+
 
.references  ul,
+
#content a.external,  
.verweise ul,
+
#content a.external[href^="gopher://"],
.linkbox ul,
+
#content a.external:visited,  
.zitat ul {
+
#content a.external[href^="gopher://"]:visited {
  list-style-type: none;
+
  color: #1A7BC9; /*blau 2*/
  list-style-image: none;
+
background: transparent;
 +
  padding-right: 0px;
 
  }
 
  }
.mw-content-ltr > ul li::before,
+
#content a.external::after  {
.references ul li::before,
+
  font-family: serif;
.verweise ul li::before,
+
padding-left: .2em;
.linkbox ul li::before,
+
content: "\2197";
.zitat ul li::before {
 
  content:  '\f111' ;/* fa-circle */
 
  font-size: .5em;
 
  float: left;
 
  margin-left: -1rem;
 
  color: #0e5892;
 
 
  }
 
  }
 +
#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 {
 
li {
Zeile 444: Zeile 470:
 
  margin-bottom: .5em;  
 
  margin-bottom: .5em;  
 
  }
 
  }
.mw-content-ltr dd {
+
line-height: 1.6em;
+
.mw-parser-output dd {
  margin-left: 1.5rem;
+
  margin-left: 2rem;
 
  margin-bottom: .1em;
 
  margin-bottom: .1em;
 
  }
 
  }
.mw-content-ltr dd ul,
+
.mw-parser-output dd ul,
.mw-content-ltr dd ol {
+
.mw-parser-output dd ol {
 
  margin-left: 0;
 
  margin-left: 0;
 
  padding-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;
 +
}
  
i i {  
+
.mw-parser-output > p,
  font-style: normal;
+
.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 */
 
/* Tables */
Zeile 471: Zeile 537:
 
  text-align: center;
 
  text-align: center;
 
  }
 
  }
*.center * {
+
.center * {
 
  margin-left: auto;
 
  margin-left: auto;
 
  margin-right: auto;
 
  margin-right: auto;
Zeile 481: Zeile 547:
 
  font-size: 94%;
 
  font-size: 94%;
 
  }
 
  }
 +
#content .right,
 +
.right {
 +
text-align: right;
 +
}
  
 
/**************************
 
/**************************
Zeile 486: Zeile 556:
 
***************************/
 
***************************/
  
h1, h2, h3, h4, h5, h6 {
+
h1, h2, h3, h4, h5, h6 {  
  font-weight: normal;
+
  font-weight: bold;
  margin: 0;
+
  margin: 0 auto;
 
  padding-top: .5em;
 
  padding-top: .5em;
 
  padding-bottom: .17em;
 
  padding-bottom: .17em;
 
  overflow: visible;
 
  overflow: visible;
  color:#333;
+
  color: rgb(1 3 6 / 50%);
  border: 0 solid #D7D5BC;
+
  border: 0 ;
 
  position: relative;
 
  position: relative;
 
  }
 
  }
h2 {
+
h4, h5, h6 {
  border-width: 0 0 2px;
+
  font-weight: normal;
}
+
}  
h3 {
 
border-width: 0 0 1px;
 
}
 
  
 
/* firstHeading */
 
/* 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 */
  
div#content #firstHeading {
+
.headline .firstHeadingTitel,
position: relative;  
+
.headline .firstHeading {
margin: 0 6.8rem;
+
    font-family: georgia, times, serif;
padding: 3.8em 0 .2em;
+
    font-weight: bold;
text-align: left;
+
    margin: 0 0 .5rem;
font-weight: bold;
+
    padding: 0 !important;
font-size: 1.8em;  
+
    color: #333 !important;
line-height: 1.2em;  
+
    text-align: left;
font-family: "Trebuchet MS";  
+
    width: auto;
border: 0;
+
    max-width: none;
text-align:center;
+
    background: none !important;
}
+
}
.action-view div#content #firstHeading {
+
.headline .firstHeadingBody {
height: 8.5rem;
+
    margin: 0;
padding: 0 ;
+
    padding-top: 1.2em;
overflow: visible;
+
    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;  
 
}
 
}
#firstHeading > span {
+
.headline .firstHeadingBody a {
position: absolute; bottom: 0; left: 0;  
+
    color: inherit;
display: block; width: 100%;
+
}
padding: 0; margin: auto;
+
.headline .firstHeadingBody a:hover {
vertical-align: bottom;
+
    text-decoration: none;
 
}
 
}
#firstHeading span  span {
+
.headline .bottom {
display:block;
+
    font-size: .8em;
font-weight: normal;
+
    line-height: 2em;
font-size: .75em; line-height:2em;
+
    text-transform: lowercase;
 +
    text-shadow: none;  
 +
  text-indent:.1em;
 +
    padding: 0;
 +
}
 +
.wrapLogo {
 +
    width: calc(50% + 9rem);
 
}
 
}
#firstHeading span span.bottom {
+
.headerSitemap {
line-height: 1.2em;
+
    max-width: 52rem;
padding-top:.18em;
+
    margin: 1rem auto 0;
margin-bottom: -.3em;
+
}
 +
.logo150 {
 +
    float: left;
 +
    position: relative;
 +
    z-index: 1;
 +
 +
.logo150 img {
 +
width: 9rem;  
 +
height: inherit;
 
}
 
}
 
 
 
/* H2, H3,... */
 
/* H2, H3,... */
  
div#content h2 {  
+
#content h2 {
font: bold 1.65rem/1.2em "Trebuchet MS";
+
    font-family:calibri, "Trebuchet MS";
 +
    line-height: 1.2;
 
text-align: center;
 
text-align: center;
margin: 1.2em -.5rem 1em;  
+
margin: 1.2em auto 1em;  
 
padding: .5em .5rem .17em;
 
padding: .5em .5rem .17em;
clear:both;
+
padding: 0;
 +
}
 +
#content h2.noborder {
 +
  padding-bottom:0;
 +
  border:0;
 
}
 
}
div#content h2.noborder {
+
#content .imgWrap + h2 {
padding-bottom:0;
+
    margin-top: 3rem;
border:0;
 
 
}
 
}
 
+
#content h3 {
div#content h3 {  
+
  font-family:calibri, "Trebuchet MS"; 
font: bold italic 1.3rem/1.2em "Trebuchet MS";
+
  font-style:italic;
text-align: left;
+
  line-height: 1.2;
margin: 1em -.5rem;
+
  font-size: 1.3em;
margin-bottom:.8em;
+
  text-align: left;
padding: .5em .5rem 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%);
 
}
 
}
  
Zeile 590: Zeile 771:
  
 
/*  Ende Headings    */
 
/*  Ende Headings    */
 
/*******************************
 
LEFT & RIGHT
 
********************************/
 
 
#toc,
 
.top12  {
 
position: absolute;
 
top: 11.5rem;
 
}
 
#toc,
 
.sidebox,
 
.sidebox_Wrapper,
 
.left_Wrapper {
 
position: absolute;
 
width: 11.5rem ;
 
right: -5.75rem;
 
font: normal normal .95rem Calibri ;
 
}
 
.left_Wrapper {
 
left:-5.75rem;
 
right:auto;
 
}
 
.sidebox_Wrapper .sidebox2,
 
.sidebox_Wrapper #toc {
 
    position: relative;
 
    top: 0;
 
    right: -2px;
 
    margin-bottom: 4em;
 
}
 
 
/*******************************
 
TOC
 
********************************/
 
 
/* Table of Contents */
 
 
.toclevel-3,
 
.toclevel-4,
 
.toclevel-5,
 
.toclevel-6,
 
.tocnumber,
 
.toctoggle {
 
display: none;
 
}
 
 
#toc {
 
left:auto;
 
background-color: #dbd0b5;
 
margin:0 0 4em 0;
 
padding: 0;
 
border-radius: 5px;
 
border-spacing: 0;
 
border: 0;
 
overflow:hidden;
 
    box-shadow: 0 0 20px 4px rgba(0,0,0,0.1),
 
    0 0 0 4px #dbd0b5;
 
}
 
#toctitle h2 {
 
background-color: #788099;
 
background-repeat: no-repeat;
 
color:#FFF;
 
border: 0;
 
}
 
div#content #toctitle h2 { /* override div#content h2 */
 
font-size: 1em;
 
line-height: 2em;
 
display:block;
 
text-align: center;
 
margin:  0px;
 
padding: 0 .3em;
 
border-radius: 5px 5px 0 0;
 
}
 
#toc ul,
 
#toc li {
 
list-style-type: none;
 
list-style-image: none;
 
margin: 0  !important;
 
padding: 0 !important;
 
text-align: left; 
 
background: rgb(236, 233, 226);
 
}
 
#toc ul ul {
 
margin: 0  !important;
 
}
 
#toc a:hover  {
 
text-decoration: none;
 
}
 
#toc a {
 
display: block;
 
line-height:1.3em;
 
padding: 1px 5px;
 
padding-left: 20px;
 
text-indent: -10px;
 
color: #666;
 
}
 
#toc a:hover {
 
color: #000;
 
background:#dad4c4;
 
}
 
 
#toc li.toclevel-1:first-child > a {
 
padding-top: 5px;
 
}
 
#toc li:last-child > a {
 
padding-bottom: 5px;
 
}
 
#toc li li {
 
font-size: .94em; 
 
}
 
#toc li li a {
 
margin-left: 12px;
 
 
  
 
/********************************************
 
/********************************************
Zeile 708: Zeile 776:
 
**********************************************/
 
**********************************************/
  
/**** Position *******/
+
/*#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
  
#nv,
+
#p-search width = #content width
#nv.absolute {
+
#searchform m-right ~ #siteNotice width
position: absolute;
 
left: 0;
 
top: 11.5rem;
 
right: 0;
 
font-size: 1rem;
 
z-index: 4;
 
color:#555;
 
}
 
#nv.fixed { /* s. body */
 
position: fixed; 
 
left: 6.8rem;
 
right: 6.8rem;
 
top: 1.5em;
 
}
 
.mobile #nv {
 
position: absolute;
 
top: 24px; 
 
}
 
#nv.fixed #nv_content { /* s.a. #content */
 
margin: auto;
 
position: relative;
 
border: solid 2px transparent;
 
border-width: 0 2px;
 
}
 
#chapters {
 
position: absolute;
 
width: 12.5em;
 
left: -6.25em;
 
}
 
.mobile #chapters {
 
left: 0px;
 
}
 
  
/* nav fixieren (pfeil nach oben)  */
+
**********/
#tF {
+
#p-search {
display:none;
+
    position: relative;
}
+
    top: 0;
#nv.fixed #tF {
+
    right: 0;
display:block;
+
    width: auto;
position: absolute;
+
    margin: 0 auto;
top: 0;
+
    height: 0;
left: 0;  
+
}
z-index: 10;
+
.ns-0 #p-search,
}
+
.ns-4 #p-search,
#tF {  
+
.ns-12 #p-search {  
     font-size: 1.2rem;
+
}
 +
#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;
 
     width: 2rem;
     line-height: 2rem;
+
     background-size: contain;
     font-weight: bold;
+
     opacity: 0;
     text-align: center;
+
}
}  
+
#mw-searchoptions td:nth-child(2) {
 +
     display: none;
 +
}
 +
/******************
  
/***** MOBILE NAV *****/
+
Nav, Sitemap
 +
s.a. Metalog:Sitemap, MediaWiki:Bottom-notice-ns-0
 +
********************/
  
div#content.mobile _#nv {
+
#bottom-notice-ns {
left: 10px;
+
    position: absolute;
top: 10px;
+
    top: 0;
}
+
    left: 0;
#nv.nv_large {
+
    right: 0;
font-size: 2.5vw;  
+
    margin: auto;
display: none;  
+
    z-index:2;
}
+
}
.mobile #nv.nv_large {
+
.bottom-notice-body {
display: block;  
+
    position: relative;  
}
+
    margin: auto;
div#content.mobile #chapters {
+
}
display: none;
+
#crumbs {
}S
+
    line-height: 3.5rem;
div#content.mobile #nv.nv_large #chapters {
+
    padding-left: 2rem;
display: block;
+
    font-size: 1rem;
}
+
    white-space: nowrap;
 
+
    overflow: hidden;
#tS {
+
    z-index:-1;
  position: absolute;
+
}
top: 0;
+
.bottom-notice-2-body #crumbs {
  font-size: 5vw;
+
    line-height: 3rem;
line-height: 1.6em;
+
}
width: 1.6em;
+
.pageinfo {
text-align: center;
+
    max-width: 52rem;
display: none;  
+
    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;
 
}
 
}
#tS,
+
#toggleButton  {
#tF {
+
position: fixed;  
      color: #9f8655;
+
z-index:2;
    background-color: #ffd63f;  
 
border-radius: 1em;
 
cursor: pointer;
 
}
 
#tS:hover,
 
#tF:hover {
 
background: #fcea80;
 
}
 
.mobile #tS {
 
display: block;  
 
 
}
 
}
 
+
#toggleButton span,
/**************
+
.search2 {
Search
+
    display: block;
**********/
+
    margin-left: -3.75rem;
 
+
    margin-top: 0.25rem;
#search2 {
+
    font-size: 1.5rem;
padding: .6em 1.2em;
+
    line-height: 215%;
background-color:#FBFBF7;  
+
    background: rgb(98 115 153 / 50%);
border-top: 1px solid  #ddd;
+
    color: #fff;
  border-radius: 0 0 3px 3px;
+
    text-align: center;
}
+
    width: 3rem;
div#simpleSearch {
+
    height: 3rem;
width:auto;
+
    border-radius: 50%;
margin:0;
 
  border-color: #ddd;
 
  border-radius: 3px;  
 
font-size: 1em;
 
}
 
div#simpleSearch #searchInput {
 
font-size: .9em;  
 
 
}
 
}
 
+
.wrapSearch2 {
/****** Nav, Fine tuning  ******/
+
position: absolute;
 
+
right: 4rem;
#nv a { color: #016;}
 
#nv ul { list-style: none;}
 
 
 
#chapters {
 
margin: 0 0 1px;
 
padding: 4px;
 
font-family: Calibri, Arial; 
 
border-radius: 5px;
 
background-color: #dbd0b5;
 
    border: 0;
 
    box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.1);
 
 
}
 
}
 
+
.search2 {
#chapters dl,
+
margin:0;
#chapters dd {
 
margin:0;
 
padding:0;
 
font-size: 1em;
 
}
 
#chapters a,
 
#chapters strong.selflink {
 
display: block;
 
background-color:#fff;
 
color:#333;
 
font-weight: normal;
 
}
 
#chapters a:hover,
 
#chapters .hover a  {
 
background-color:#eee;
 
text-decoration: 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 ul {
 
font-size: .95em;
 
margin: 0;  
 
 
}
 
}
#chapters div > ul,
+
#toggleButton span.times {
#chapters li ul:hover {  
+
display: none;
    background: #dbd0b5;
 
    padding: 4px;
 
    border-radius: 5px;
 
    box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.1);
 
    z-index: 4;
 
 
}
 
}
 
+
.close #toggleButton .bars {
#chapters li {
+
display: none;
  position: relative; 
 
  margin: 0;
 
  padding: 0;
 
  text-indent: .5em;
 
  list-style: none;
 
  text-align: left;
 
 
}
 
}
#chapters li:first-child {
+
.close #toggleButton .times {
  border-radius: 3px 3px 0 0;
+
display: block;
 
}
 
}
#chapters li:last-child {
+
#bgToggle {
  border-radius: 0 0 3px 3px;
+
position: fixed;
 +
top: 0;
 +
left: 0;
 +
right: 0;
 +
height: 3.5rem;
 +
background-color: #444440;
 +
opacity: .05;
 
}
 
}
  
#chapters li a,
+
/* top arrow*/
#chapters li strong.selflink {  
+
#top {
  border: 0;
+
    position: absolute;
  line-height: 1.1em;
+
    top: 0;
  padding-top: .2em;
+
}
  padding-bottom: .3em;  
+
#toparrow {
  padding-left: 2em;
+
    position: fixed;
  text-indent: -1em;
+
    bottom: 1rem;  
}
+
    text-align: center;
#chapters li:last-child a {
+
    cursor: pointer;
  padding-bottom: .5em;
+
    margin-left: -4rem;
 
}
 
}
#chapters li strong.selflink:before {
+
#toparrow .fas {
  content: "\f00c"; /* fa-check */ 
+
display: block;
  font-size: .9em;
+
font-size: 2rem;  
  width: 1em;  
+
color: rgb(153 153 153 / 50%);
  margin-left: -1em;
 
  margin-right: .2em;
 
  opacity: .8;
 
 
}  
 
}  
+
#toparrow a {
#chapters li ul {
 
    position: absolute;
 
    font-size: 1em;
 
    top: -1.7em;
 
    left: 12.5em;
 
 
     display: block;
 
     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;
 
}
 
}
#chapters li ul::after {
+
.mw-editsection {
    width: 2.5em;
+
    visibility: hidden;
    position: absolute;
+
}
    left: -2em;
+
*:hover > .mw-editsection, 
    top: 2.4em;
+
#toparrow:hover {
  display: block;  
+
    visibility: visible;
  content: "\f04b"; /* fa-play */
+
}
  font-size: .7em;
+
#contSitemap {
  color: rgba(0, 0, 0, 0.33);
+
position: absolute;
  }
+
left: 0;
#chapters li ul:hover::after,
+
right: 0;
#chapters li ul.hover::after,
+
text-align: left;  
#chapters li.self_parent ul:after {
+
  display: none;  
color: #DA3400;  
+
  background: #fff;
  }
+
  border-radius: 0 0 .5rem .5rem;
 
+
  padding-bottom: 3rem;
#chapters li ul li {
+
  z-index:3;
     display: none;  
+
}  
     }
+
.sitemap {
#chapters li ul:hover li {
+
position: relative; 
     display: block;  
+
margin: 1rem auto 0;
     }
+
font-size: 1.25rem;
/* ***** Nav > Show, hide, position *********/
+
    color: #79776f;
 
+
    color: #246;
#chapters div[id] > ul { 
+
    font-family: calibri, arial, 'yu gothic', 'ms gothic', sans-serif;
     position: absolute;
+
    max-width: 52rem;
     width: 12.5em;
+
    clear: both;
     top: -2em;
+
}  
     left: 13.45em;  
+
.sitemapBg {
     display: none;
+
    background: #e4e4cc;
}
+
     margin: 0 1rem 3rem;  
#chapters div[id]:hover > ul,
+
     overflow: hidden;
#chapters div[id].hover > ul {  
+
     display: flex;
display: block;  
+
     flex-wrap: wrap;
}
+
    border-radius: .5rem;
#chapters li {
+
     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;
 
  position: relative;
  }
+
  border-left: 3.5em solid #e4e4cc;  
 
+
padding: 1em 1em 1em 0;
#chapters ul::before  {
+
background-color:#fffbee;
    content: '';
+
    display: block;
+
.sitemap dd b {
    position: absolute;
+
     padding-left: 1.42rem;
    left: -10px;
 
    top: -5px;
 
     right: -10px;
 
    bottom: -10px;
 
 
}
 
}
#chapters li ul:hover::before {
+
.sitemap dd span {
    left: 0;
 
    width: 13.5em;
 
    }
 
#chapters li ul {
 
    position: absolute;
 
    font-size: 1em;
 
    width: 12.5em;
 
    top: -1.7em;
 
    left: 12.5em;
 
 
     display: block;
 
     display: block;
}
+
    position: absolute;
#chapters li ul:before {
+
    left: -4.35rem;
  width: 2.5em;  
+
    width: 4.3rem;
  position: absolute;
+
    text-align: center;
  left: -2em;
+
    color: rgb(255 255 255 / 80%);
  top: 2.4em;
+
    font-size: 1.25em;
 +
    line-height: 1.35;
 
}
 
}
#chapters li ul:hover,
+
.sitemap dl,
#chapters li ul.hover {
+
.sitemap dd {
  z-index:10;
+
  margin: 0;
 +
padding: 0;  
 
  }
 
  }
#chapters li ul li {  
+
#content .sitemap ul {
  display: none;
+
  font-size: 1rem;
 +
margin: 0;
 +
padding: 0;
 +
padding-top: .7em;
 +
text-align: left;
 
  }
 
  }
#chapters li ul:hover li,
+
.sitemap ul {
#chapters li ul.hover li {
+
display:none;
  display: block;  
+
}
 +
 +
.sitemap li {
 +
  margin: 0;
 +
margin-left: .75em;
 +
color: #777;
 +
text-align: left;
 
  }
 
  }
#chapters #p-Wiki > ul {  
+
.sitemap li {
  top: 12.5em;
+
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 { 
/* ***** NAV-FARBEN *********/
+
margin-left: -.75em;
 
+
}
#chapters #p-Home {
+
#content .sitemap ul ul {  
background-color: #D0CAB0;
+
    margin-top: -.2em;
    border-top: 1px solid #cac8b2;
+
    padding-top: 0;
    border-radius: 3px 3px 0 0;
+
padding-left: 1.5rem;  
 +
font-weight: normal;
 
  }
 
  }
#chapters #p-Home li a {  
+
.sitemap li li,
color:#554;
+
.sitemap li li a,
background-color:#F9F6EB;
+
.sitemap li li .selflink {
border-color:#D9D6B6;
+
    display: inline-block;
 +
    margin-left: .3em;
 +
    padding: 0 .2em;
 
  }
 
  }
*[class*=Religion-in-Japan] #chapters #p-Home dl a,
+
.sitemap li a.selflink {  
*[class*=Konzept] #chapters #p-Home dl a,
+
    background: #efefdf;
*[class*=Benuetzung] #chapters #p-Home dl a, 
+
    background: #e4e4cc;  
#chapters #p-Home strong.selflink,
+
    display: block;  
#chapters #p-Home:hover dl a,
+
}
#chapters #p-Home li:hover > a,
+
.sitemap li a.selflink::before {
#chapters #p-Home .self_parent > a,
+
    content: '\f0d7';  
#chapters #p-Home a:hover  {
+
    content: '\f0da';
  background-color:#EAE5CB;
+
    padding-right: 0;
  border-color: #D0CAB0;
+
}
  }
+
.plusMinus {
#chapters #p-Home li  { 
+
  cursor: pointer;  
background-color: #BDB796;
+
  position: relative;  
color: #EFEDDA;
+
  display: block;  
border-color: #D0CAB0;
+
  border-radius: 0 .95em .95em 0;
}
+
}
 
+
.plusMinus:hover {  
#chapters #p-Meta  {
+
  background: #e4e4cc;
background-color:#cecbad;
 
}
 
.ns-4 #chapters #p-Meta dl a,
 
#chapters #p-Meta a:hover, 
 
#chapters #p-Meta:hover dl a,
 
#chapters #p-Meta li:hover > a,
 
#chapters #p-Meta .self_parent > a,
 
#chapters #p-Meta strong.selflink {
 
  color:#555;
 
  background-color:#E8E7CA;
 
  border-color:#cecbad;
 
  }
 
#chapters #p-Meta li  {
 
background:#aaa787;
 
color:#f7f6e6;
 
border-color:#cecbad;
 
}
 
#chapters #p-Meta li a {
 
color:#554;
 
background:#f7f6e6;
 
border-color:#d9d8b6;
 
}
 
 
 
#chapters #p-Grundbegriffe {
 
  background-color:#334;
 
}
 
*[class*=page-Grundbegriffe] #toc li a:hover,
 
*[class*=page-Grundbegriffe] #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:#667;
 
}
 
 
 
#chapters #p-Grundbegriffe li {
 
background-color:#445;
 
color:#dadade;
 
border-color:#667;
 
}
 
*[class*=page-Grundbegriffe] #toc li,
 
*[class*=page-Grundbegriffe] #toc li a,
 
#chapters #p-Grundbegriffe li a {
 
background-color:#CBCBD7;
 
color:#113;
 
border-color:#889;
 
}
 
 
 
#chapters #p-Bauten {
 
  background-color:#ae3711;
 
  }
 
*[class*=page-Bauten] #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:#ae3711;
 
}  
 
#chapters #p-Bauten li a {
 
background-color:#ffe5cb;
 
color:#720;
 
border-color:#d7764e;
 
}
 
 
 
#chapters #p-Alltag {
 
background-color:#A6A66F;
 
}
 
*[class*=page-Alltag] #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:#A6A66F;
 
}
 
#chapters #p-Alltag li a {
 
background-color:#efefc2;
 
color:#442;
 
border-color:#B8B885;
 
}
 
 
 
#chapters #p-Ikonographie {
 
background-color:#3C325B;
 
}
 
*[class*=page-Ikonographie] #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:#4F466D;
 
}
 
#chapters #p-Ikonographie li a {
 
background-color:#c1bcd6;
 
color:#103;
 
border-color:#766E90;
 
}
 
 
 
#chapters #p-Mythen {
 
background-color:#B1BBA6;
 
}
 
*[class*=page-Mythen] #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;
 
border-color:#bbc6b0;
 
}
 
#chapters #p-Mythen li a {
 
background-color:#f0f4e0;
 
color:#333;
 
border-color:#CCD3BF;
 
}
 
 
 
#chapters #p-Geschichte {
 
background-color:#357;
 
}
 
*[class*=page-Geschichte] #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:#D5EFF9;
 
border-color:#5C7E94;
 
}
 
#chapters #p-Geschichte li a {
 
color:#135;
 
background-color:#c0e1ee;
 
border-color:#7C9EB4;
 
}
 
 
 
#chapters #p-Texte {
 
background-color:#ac9a5b;
 
}
 
*[class*=page-Texte] #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:#CAB776;
 
}
 
#chapters #p-Texte li  {
 
background-color:#ac9a5b;
 
color:#ffe;
 
border-color:#CAB776;
 
}
 
#chapters #p-Texte li a {
 
color:#5c5033;
 
background-color:#F3EEC7;
 
border-color:#DECA87;
 
}
 
 
 
#chapters #p-Wiki {
 
background-color:#444;
 
}
 
#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:#777;
 
}
 
#chapters #p-Wiki li {
 
background-color:#555;
 
color:#ddd;
 
border-color:#777;
 
}
 
#chapters #p-Wiki li a {
 
background-color:#ddd;
 
color:#222;
 
border-color:#999;
 
}
 
 
 
 
 
/********************************************
 
SIDEBOX 
 
**********************************************/
 
 
 
.sidebox {
 
overflow: visible;
 
top: auto;
 
}
 
.sbBody {
 
position: relative;
 
z-index: 2;
 
background-color: #fafaf8;
 
border: 1px solid #aaa;
 
padding: 1em 0;  
 
 
}
 
}
 
+
.plusMinus::after {
.sidebox .bildtext {
+
  content: "\f067";  
margin-bottom: -.2em;
+
  font-family"Font Awesome 5 Free";
}
 
.sidebox .bildtext a  {
 
  display:block;
 
color:#555;
 
}
 
.sidebox .bildtext a:hover {
 
color:#000;  
 
background:#eeeee8;
 
}
 
 
 
/********  Sidebox2 ***********/
 
 
 
.sidebox2 {
 
 
  position: absolute;  
 
  position: absolute;  
top:auto;
+
  right: .5em;
  right:-92px;  
+
}
width: 180px;
+
.plusMinus.close::after {
overflow: visible;
+
  content: "\f068";  
}  
+
  font-family"Font Awesome 5 Free";
.sidebox2 .sbBody {
+
}
margin: 0;
+
.plusMinus::after {
padding: 0;
+
  color: #efefdf;  
  border: 0;
+
  color: #dadaba;
border-radius: 3px;
+
}
  background-color: #ccc;
+
#plusMinusAll::after,
overflow: hidden; 
+
.plusMinus:hover::after  {
    box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.1);
+
color: #afaf9f;   
}
 
.sidebox2 .sbAussen  {
 
background-color: #fff;
 
overflow: hidden; 
 
border: 4px solid #dbd0b5;
 
border-radius: 5px ;
 
}
 
.sidebox2 .sbAussen:hover {  
 
  border-color: #EEA500;
 
  }
 
.sidebox2 .sbInnen  {
 
background-color: #fff;
 
}
 
.sidebox2 .bildtext {
 
    margin: -27px 3px 3px;
 
    padding: 4px .5em;
 
    line-height: 16px;
 
    background-color: rgba(0,0,0,0.5);
 
    position: relative;
 
    color: #E3E3CA;
 
    border-radius: 0 0 2px 2px;
 
  }
 
/** sbUe, **/
 
 
 
.sbUe2 {
 
 
}
 
}
.sbUe2 a  {
+
#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;
 
     position: absolute;
     display: block;  
+
     top: .2em;
     top: 0;  
+
     transition: margin 1s;
     right: 0;  
+
     box-shadow: 0 0 10px 1px rgba(1, 1, 0, 0.2);
     left: 0;
+
     box-shadow: 0 0 5px 1px #dbd0b5;
    bottom: 0; 
+
}
     z-index: 0;
+
.sitemap:hover #plusMinusAll {
    background: rgba(255, 255, 255, 0);
+
     margin-top: -2.2em;  
 
}
 
}
.sidebox2:hover .sbUe2 a {
+
#plusMinusAll::before {
    z-index: 4;  
+
content:'Details anzeigen';
     background: rgba(255, 255, 255, .5);
+
     font-family: calibri, arial, sans-serif;
 
}
 
}
.sbUeText {
+
#plusMinusAll::after {
  display: block;
+
content:'\f067';  
  float: left;
+
   font-family: "Font Awesome 5 Free";
  margin-top: -16px;
+
     padding: 0 1em;
  margin-left: -16px;
 
  transform: rotate(-3deg);
 
   padding-left: 1.2em;
 
    padding-right: .6em;
 
    letter-spacing: .6em;
 
    color: #fff;
 
    text-transform: uppercase;
 
    font-family: Courier,mono;
 
     line-height: 22px;
 
    font-size: 12px;
 
    font-weight: bold;
 
    background: rgba(238, 165, 0, 0.85);
 
 
}
 
}
.sidebox2:hover .sbUeText{
+
#plusMinusAll:hover {
     background: rgb(238, 165, 0);
+
     background: #fffbee;
    color: #fff;  
 
 
}
 
}
  /********  Suchmaske ***********/
+
#plusMinusAll.close::before {
 
+
  content:'Details verbergen';
#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,
+
#plusMinusAll.close::after {
#mw-search-ns3 + label,
+
content:'\f068';
#mw-search-ns5 + label,
+
   font-family: "Font Awesome 5 Free";
#mw-search-ns7 + label,
 
#mw-search-ns9 + label,
 
#mw-search-ns11 + label,
 
#mw-search-ns13 + label,
 
#mw-search-ns15 + label,
 
#mw-search-ns101 + label,
 
#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;
 
 
}
 
}

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";
}