MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
 
(509 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 
 
 
/*************************
 
/*************************
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
 
 
 
 
****************************/
 
****************************/
/* MW Mediaviewer */
+
/* Framework */
 
+
html {
.mw-mmv-download-button,  
+
  scroll-behavior: smooth;
.mw-mmv-options-button,
+
  scroll-padding-top: 4rem;
.mw-mmv-reuse-button,  
+
.mw-mmv-filepage-buttons {
+
html,
display: none;  
+
body {
 +
margin: 0;
 +
padding: 0;
 +
font-size: calc(12px + .3vw);
 +
background: #eeeee5 url(/wikibilder/luck.jpg);
 +
color: black;
 +
font-family:  Arial, sans-serif;  
 
}  
 
}  
.mw-mmv-above-fold {
 
    max-width: 80%;
 
    margin: auto;
 
}
 
.mw-mmv-overlay {
 
  background-color: rgba(0, 0, 0, 0.7);
 
}
 
.mw-mmv-post-image {
 
  color: #ffe;
 
  background-color: rgba(68, 68, 68, 0.5);
 
}
 
.mw-mmv-title {
 
    background: rgba(73, 73, 73, 0.48);
 
}
 
.mw-mmv-image-metadata {
 
  background: #262524;
 
  color: #eee!important;
 
  border: 0;
 
}
 
.mw-mmv-next-image, .mw-mmv-prev-image {
 
  width: 10%;
 
  height: 20%;
 
}
 
.mw-mmv-wrapper a,
 
.mw-mmv-wrapper a:visited {
 
  color: #8db3ff;
 
}
 
.mw-mmv-wrapper a:hover  {
 
    background: #ccc;
 
    color: #3365cb;
 
}
 
.mw-mmv-image-links li {
 
  color: #aaa;
 
}
 
.mw-mmv-about-links {
 
  height: 0;
 
  padding: 0;
 
  overflow: hidden;
 
}
 
.mw-mmv-image-metadata {
 
  background: #262524;
 
  color: #eee!important;
 
  border: 0;
 
}
 
.mw-mmv-title-para .mw-mmv-ttf-ellipsis {
 
width:0;
 
bottom: 9px;
 
}
 
.mw-mmv-title-para .mw-mmv-ttf-ellipsis:before {
 
  background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#494c47 100%);
 
  content: '...'; 
 
  font-size: 1.5em;
 
  width: 5em;
 
  position: absolute;
 
  right: 0;
 
  text-align: right;
 
}
 
  
/* thumb image */
+
/***  Head  ***/
  
.thumb.tright {  
+
#mw-page-base,
  margin: 0;
+
#mw-head-base,
  position: absolute;
+
#mw-head {
  top: 0;
+
position:absolute;
  left: 0;
+
z-index:4;
  bottom: 0;
 
  right: 0;
 
 
}
 
}
.thumb .thumbinner {
+
#mw-page-base {
  width: auto!important;
+
height: 100vh;
  border: 0;
+
position:fixed;
  padding: 0;
+
z-index:0;
  background: transparent;
+
top: 0;  
}
+
left: 0;  
.thumbcaption {
+
right: 0;  
  display: none;
+
background:transparent;
 +
}
 +
#mw-head {
 +
    top: 3.5rem;
 +
    margin: auto;
 +
    left: 0;
 +
    right: 0;
 +
    width: calc(100% - 18rem);
 +
    max-width: 78rem;
 
}
 
}
.imgX .thumbimage {
 
border:0;
 
}
 
/*  Aktuelles  */
 
 
*::before,
 
*::after {
 
  font-family: FontAwesome;
 
  text-rendering: auto;
 
  -webkit-font-smoothing: antialiased;
 
  -moz-osx-font-smoothing: grayscale;
 
}
 
 
/* Framework */
 
 
html,
 
body {
 
margin: 0;
 
padding: 0;
 
font-size: 100%;
 
background: #eeeee5 url(/rel_jap/bg/bg0.gif);
 
background-attachment: fixed;
 
color: black;
 
font-family:  Arial, sans-serif;
 
}
 
body.action-view {
 
padding: 0 10%;
 
}
 
 
 
/* Content */
 
/* Content */
 
#content  {
 
#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:0;
 
   border:0;
 
   border-radius: 0 0 5px 5px;
 
   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);
 
   box-shadow: 0 4px 15px rgba(145, 142, 117, 0.5);
 
  }  
 
  }  
.action-view #content {
+
.ns-6 #content {
  max-width: 78em;
+
    max-width: 78rem;
  min-width: 640px;
+
}
  margin: 0 auto 0; 
+
.ns-0.action-view #content,
  padding-top: 2em;
+
.ns-4.action-view #content,
}
+
.ns-12.action-view #content {  
.ns--1.action-view #content,
+
box-shadow: 0 4px 15px rgba(145,142,117,0.5);
.ns-6.action-view #content {
+
    border-radius: 0 0 .5em .5em;
  max-width: 90em;
+
    background: #fbfbf7;
}
+
.ns-8.action-view #content {
+
  #bodyContent {
max-width: none;
+
    font-size: 1rem;
}
+
    padding: 0 max(5%,2rem) 5rem;
/****  bodyContent ****/
+
    position: static;
+
}  
.action-view #bodyContent,
+
.ns-0.action-view #bodyContent,
.wikiEditor-preview-contents {   
+
.ns-4.action-view #bodyContent,
  position:static;
+
.ns-12.action-view #bodyContent,
padding: 0 20% 2.1em;
+
.wikiEditor-preview-contents {  
  width: auto;
+
  border-top: 1px solid transparent; /* avoid margin collapse */
  max-width: 50em;
+
  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;
 
  -webkit-hyphens: auto;
 
  -epub-hyphens: auto;
 
  -epub-hyphens: auto;
Zeile 169: Zeile 104:
 
  -o-hyphens: auto;
 
  -o-hyphens: auto;
 
  hyphens: auto;
 
  hyphens: 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,
 
.wikiEditor-preview-contents {
 
font-size:1.1rem;
 
 
}
 
}
 +
#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 */
  
/***   Head  ***/
+
.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-page-base,
+
#mw-head { /*Platz für crumbs schaffen */
#mw-head-base,  
+
top: 3.5rem;
#mw-head {
+
}
position:absolute;
+
#left-navigation,  
z-index:4;
+
#right-navigation {
 +
margin: 0;
 
}
 
}
#mw-page-base {
+
 
height: 10em;
 
position:absolute;
 
z-index:0;
 
top: 0;
 
left: 0;
 
right: 0;
 
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 ;
 
}
 
#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 236: 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 247: Zeile 221:
 
}
 
}
  
/*  Tagline */
 
 
 
/* Hide */
 
/* Hide */
  
 
#jump-to-nav,  
 
#jump-to-nav,  
#siteNotice,
 
 
#contentSub,
 
#contentSub,
 
#catlinks,
 
#catlinks,
Zeile 260: Zeile 231:
 
  }
 
  }
  
#siteSub3 {
 
position:absolute;
 
z-index:3;
 
right: 0;
 
left: 0;
 
top: 0;
 
margin:0 0 2.5em;
 
padding: .35em 1em;
 
text-align: right;
 
border-style: solid;
 
border-width: 0 0 4px;
 
font-style: italic;
 
font-size: 1em;
 
line-height: 1.2em;
 
font-family: Calibri;
 
text-transform: lowercase;
 
}
 
 
   
 
   
 
/** Wiki-Navigation **/
 
/** 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 317: Zeile 275:
 
  }
 
  }
  
/* Panel */
 
#mw-panel {
 
position: absolute;
 
top: 10em;
 
padding-top: 1em;
 
width: 9.5em;
 
left: 0;
 
}
 
  
 
/****************************************
 
/****************************************
Zeile 331: Zeile 281:
  
 
#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: 3.5em auto 0;  
+
  max-width: 78rem;
  max-width: 80em;
+
font-family: calibri;
 +
  font-size: .9rem;
 
  }
 
  }
 
#footer ul {
 
#footer ul {
list-style: none;
 
list-style-image: none;
 
list-style-type: none;
 
 
  margin: 0;
 
  margin: 0;
 
  padding: 0;
 
  padding: 0;
  }
+
  }  
#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;  
#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 #footer-info-copyright a,
+
#footer-info {
#footer #footer-places a {
+
    float: left;
position: absolute;
+
    text-align: left;
left:20px;
+
    margin: .5rem 0;
font-size: .9rem !important;
+
    max-width:40rem;
  font-family: calibri, arial;
+
margin:0 ; padding:0 ;
}
+
font-size: 1em;
#footer-places a{
+
}
  top: 0;
+
#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-info-copyright a {
+
#footer #footer-places #footer-places-about {
  top: 1.2em;
+
    padding: .7em 0;
 +
    font-style: italic;
 +
    margin-right: .3em;
 
}  
 
}  
 +
#footer #footer-icons li {
 +
    float: none;
 +
}
 
#footer-icons img {   
 
#footer-icons img {   
 
margin: 2px;
 
margin: 2px;
 
     border: 0;
 
     border: 0;
 
  }  
 
  }  
#footer-info-disclaimer,
+
#footer-affiliationico img {
#footer-places-privacy {
+
    border-radius: 3px;
display:none;
+
    box-shadow: 1px 1px #ccc;
}
+
}
 
 
 
 
 
.printfooter {
 
.printfooter {
 
display: none;
 
display: none;
Zeile 389: Zeile 358:
  
 
/****************************************
 
/****************************************
BASIC TAGS
+
Text Formate
 
*****************************************/
 
*****************************************/
  
Zeile 405: 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-size: 1.3em;
 
  font-size: 1.3em;
Zeile 413: Zeile 382:
 
  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-parser-output > p,  
+
a,  
.mw-parser-output > ul li,
+
a:visited {
.mw-parser-output > ol li,
+
text-decoration: none;
.mw-parser-output > dl dd {
+
color: #832800; /*braun*/
  text-align: justify;
+
color: #1067AC; /*blau*/
  line-height: 1.6em;
+
background: none;
 +
}
 +
a:hover {
 +
  text-decoration: underline;
 +
  color: #1067AC; /*blau*/
 +
background-color:#f5f5ee;
 +
}
 +
a:active {
 +
color: #faa700;
 
  }
 
  }
  
div#content p {
+
#content a.external,
margin:.8em 0;
+
#content a.external[href^="gopher://"],
}
+
#content a.external:visited,
div#content p {
+
#content a.external[href^="gopher://"]:visited {
  margin: 0 0 .8em;
+
  color: #1A7BC9; /*blau 2*/
}
+
  background: transparent;
   
+
  padding-right: 0px;
p img {
 
  margin: 0;
 
 
  }
 
  }
.mw-parser-output ul,
+
#content a.external::after  {
.mw-parser-output ol {
+
  font-family: serif;
  line-height: 1.6em;
+
  padding-left: .2em;
  text-align:justify;
+
  content: "\2197";
margin: 0;  
 
  padding: .3em 1.5rem .8em 2rem;
 
 
  }
 
  }
 +
#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;
 +
}
 
   
 
   
/* Listen */
+
.article .mw-parser-output > p:first-of-type {
.mw-parser-output > ul,
+
    font-size: 1.1em;
.references  ul,
+
    margin-bottom: 2em!important;
.verweise ul,
+
}
.linkbox ul,
+
.article .mw-parser-output > p:first-of-type::first-letter {
.shortlist ul,
+
font-style:normal;
.zitat ul {
+
    float: left;
list-style-type: none;
+
    line-height: .85;
list-style-image: none;
+
    font-size: 5.5em;
}
+
    margin: 0 0.1em 0 0;
.mw-parser-output > ul li::before,
+
    font-family: Georgia,Times,serif;
.references ul li::before,
+
}
.verweise ul li::before,
 
.linkbox ul li::before, 
 
.shortlist ul li::before,
 
.zitat ul li::before {
 
  content:  '\f111' ;/* fa-circle  */
 
  font-size: .5em;
 
  float: left;
 
  margin-left: -1.3rem;
 
  color: #0e5892;
 
}
 
  
 
li {
 
li {
Zeile 476: Zeile 470:
 
  margin-bottom: .5em;  
 
  margin-bottom: .5em;  
 
  }
 
  }
 +
 
.mw-parser-output dd {
 
.mw-parser-output dd {
line-height: 1.6em;
+
  margin-left: 2rem;
  margin-left: 1.5rem;
 
 
  margin-bottom: .1em;
 
  margin-bottom: .1em;
 
  }
 
  }
Zeile 486: Zeile 480:
 
  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 {
 
  .shortlist ul {
 
     padding-bottom: .8em;
 
     padding-bottom: .8em;
Zeile 497: Zeile 519:
 
     margin-bottom: 0;
 
     margin-bottom: 0;
 
}
 
}
 +
 +
#mw-navigation li,
 +
.ns--1 li {
 +
    list-style:none;
 +
}
 +
 
/* Tables */
 
/* Tables */
  
Zeile 509: Zeile 537:
 
  text-align: center;
 
  text-align: center;
 
  }
 
  }
*.center * {
+
.center * {
 
  margin-left: auto;
 
  margin-left: auto;
 
  margin-right: auto;
 
  margin-right: auto;
Zeile 519: Zeile 547:
 
  font-size: 94%;
 
  font-size: 94%;
 
  }
 
  }
 
 
#content .right,
 
#content .right,
 
.right {
 
.right {
Zeile 529: 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;
 
  }
 
  }
 +
h4, h5, h6 {
 +
font-weight: normal;
 +
}
 +
 
/* firstHeading */
 
/* firstHeading */
 
   
 
   
#content #firstHeading {
+
#content #firstHeading {  
  padding: 2.1em 0 1.5em;  
+
    padding: 6rem 0 1em;
  font-size: 2.1em;
+
  line-height: 1.2;  
  line-height: 1.2em;
+
    font-size: 2em;  
   font-family: "Trebuchet MS";
+
    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 {
+
.firstHeading,
   font-size: 2.1em;
+
.firstHeadingTitel {
   line-height: 1.2em;
+
  position: relative;
   font-family: "Trebuchet MS";
+
   font-size: 2.8em;
 +
   line-height: 1.2;
 +
   font-family: calibri, "Trebuchet MS";
 
   font-weight: bold;
 
   font-weight: bold;
   text-align: center;  
+
   text-align: center;
  padding: 2.1em 0 1.5em;  
+
    width: calc(100% - 14rem);
  margin: 0 -5rem;
+
    padding: 1em 0 0;
}  
+
    margin: -.1rem auto 3rem;
.ns-6 .firstHeading {
+
background-position: center;  
     margin: 0;
+
}
    text-align: left;
+
.ns--1 .firstHeading,
    font-size: 1.5rem;
+
.ns--1 .firstHeadingTitel {
     padding: .5rem 0;
+
     margin-bottom: 1rem;  
 +
     padding: 0;
 
}
 
}
.firstHeading > span {
+
.firstHeadingBody {
 
  position: static;  
 
  position: static;  
  display: block;  
+
  display: block;  
padding: 0; margin: auto;  
+
    background: #fbfbf7;
 +
    margin: auto;
 +
    width: fit-content;
 +
    min-width: 50%;
 +
    max-width: calc(75% - 3em);
 +
    padding: 0.75em 1.5em 0.5em;
 
}
 
}
.firstHeading span span {
+
.ns--1 .firstHeadingBody {
display:block;
+
    background: transparent;
font-weight: normal;
+
    margin-top: 3rem;
font-size: .75em; line-height:2em;  
+
}
 +
.firstHeadingBody > span {
 +
    display: block;
 +
    font-weight: normal;
 +
    font-size: .75em;
 +
    line-height: 1.2em;
 +
    padding: 1em 0 0;
 
}
 
}
.firstHeading span span.firstSpan {  
+
.firstHeadingBody .bottom {
  margin-top: -2rem;
+
    padding: 0;
 
}
 
}
.firstHeading span span.bottom {
+
.titel_zusatz {
line-height: 1.2em;
+
    margin-top: -2rem;
padding-top:.18em;
+
    line-height:2;
margin-bottom: -.3em;
 
 
}
 
}
 
+
.firstHeadingTitel .autor {
+
    font-style: italic;
/* H2, H3,... */
+
    margin-top: -1em;
 
 
h2,
 
h3 {
 
border-width: 0 ;
 
}
 
 
 
#content h2 {  
 
font: bold 1.7em/1.2em "Trebuchet MS";
 
text-align: center;
 
margin: 1.2em -.5rem 1em;
 
padding: .5em .5rem .17em;
 
clear:both;
 
 
}
 
}
#content h2.noborder {
+
.firstHeadingTitel .autor .reference a {
  padding-bottom:0;  
+
background: transparent;
  border:0;
+
font-style: normal;  
 +
font-size: .7em;
 
}
 
}
 +
.bottom { 
 +
}
 
.mw-parser-output > h2::after {
 
.mw-parser-output > h2::after {
 
   content: '';
 
   content: '';
Zeile 611: Zeile 655:
 
   margin-top: 5px;
 
   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 h3 {  
+
#content h2 {
  font: bold italic 1.4em/1.2em "Trebuchet MS";
+
    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;
 
   text-align: left;
   margin: 1em -.5rem;
+
   margin: 1em auto .8rem;  
  margin-bottom:.8rem;  
 
 
   padding: .5em .5rem 0em;
 
   padding: .5em .5rem 0em;
   clear: left;
+
   /*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 650: Zeile 772:
 
/*  Ende Headings    */
 
/*  Ende Headings    */
  
/*******************************
+
/********************************************
Randelemente rechts
+
NAVIGATION
********************************/
+
**********************************************/
  
#toc,
+
/*#siteNotice, Crumbs */
.top12,
+
#localNotice {  
.sidebox {
+
display: none;
display: block;
+
margin:3.5rem auto;  
position: absolute;  
+
    position: absolute;
top: 12.5rem;
+
    width: 100%;
}  
+
}
#toc,
+
.ns--1 #localNotice {
.sidebox,
+
display: block;
.sidebox3 {
+
margin:0 auto;
background-color: #dbd0b5;
+
}
border-radius: 8px;
+
#localNotice .crumbs {
border: 4px solid  #dbd0b5;  
+
padding-left: 2rem;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
+
font-size: 1rem;
 +
}
 +
.crumbs {
 +
    text-align: left;
 +
    overflow: hidden;  
 +
    font-family: calibri, arial, sans-serif;
 +
    line-height: 3rem;
 +
    text-transform: lowercase;
 
}
 
}
#toc,
+
.crumbs small {
.sidebox,
+
   padding: 0 .4em;
.sidebox3,
 
.sidebox_Wrapper {  
 
   position: absolute;
 
  width: 11.5em;
 
  width: 17%;
 
  width: calc(10em + 5%);
 
  right: -5.75em;
 
  right: -8.5%;
 
  right: calc(-5em - 2.5%);
 
  font: normal normal 1rem Calibri;
 
}
 
.sidebox_Wrapper .sidebox3,
 
.sidebox_Wrapper .sidebox,
 
.sidebox_Wrapper #toc {
 
    position: relative;
 
    width: 100%;
 
    margin-bottom: 4em;  
 
    top: 0;
 
    right: auto;
 
    left: 0;
 
/* Randausgleich */
 
    margin-left: -4px;
 
}
 
 
 
@media only screen and (max-width: 1082px ) { 
 
  #toc,
 
  .sidebox,
 
  .sidebox3,
 
  .sidebox_Wrapper,
 
  .left_Wrapper {
 
  }
 
 
}
 
}
/*******************************
+
/************
TOC
+
Search
********************************/
 
  
/* Table of Contents */
+
#p-search width = #content width
+
#searchform m-right ~ #siteNotice width
.toclevel-3,
 
.toclevel-4,
 
.toclevel-5,
 
.toclevel-6,
 
.tocnumber,
 
.toctoggle {
 
display: none;
 
}
 
  
#toc {  
+
**********/
left:auto;
+
#p-search {
margin:0 0 4em 0;  
+
    position: relative;
padding: 0;
+
    top: 0;
overflow:hidden;
+
    right: 0;
}
+
    width: auto;
#toc .toctitle h2 {
+
    margin: 0 auto;
background-color: #788099;
+
    height: 0;
background-repeat: no-repeat;
+
}
color:#FFF;
+
.ns-0 #p-search,
border: 0;
+
.ns-4 #p-search,
font-size: 1em;
+
.ns-12 #p-search {
line-height: 2em;  
+
}
display:block;
+
#p-search #searchform {
text-align: center;
+
position: absolute;
margin: 0px;  
+
    right: 1rem;
padding: 0 .3em;
+
    top: 0;
}
+
    display:none;
#toc ul,
+
}
#toc li {
+
#searchform2 {
list-style-type: none;
+
    position: absolute;
list-style-image: none;
+
    top: 0;
margin: 0  !important;
+
    right: 0;
padding: 0 !important;
+
}
text-align: left;
+
#simpleSearch {  
background: #f7f6e6;
+
    width: auto;
}
+
    max-width: none;
#toc ul ul {
+
    float: right;
margin: 0 !important;
+
    margin: 0;  
}
+
    font-size: 1em;
#toc a {
+
    margin: 0;
display: block;  
+
    padding: 0;
line-height:1.3em;
+
    background: transparent;
padding: 1px 5px;
+
    height: 2.7rem;  
padding-left: 20px;
+
    border:0;  
text-indent: -10px;
+
}
color: #666;
+
#searchform2 #simpleSearch {
}
+
    height: 3.5rem;
#toc a:hover  {  
+
}
  text-decoration: none;  
+
#searchform2 #searchInput {
color: #000;
+
  font-size: 1.1rem;
background:#E8E7CA;
+
    width: 0;  
}
+
    transition: width .5s;
+
    background: #fff;
#toc li.toclevel-1:first-child > a {
+
    float: right;
padding-top: 5px;
+
    padding: .25rem 0;
}
+
    margin: .5rem 3rem 0 0;
#toc li:last-child > a {
+
    text-indent: .5rem;
padding-bottom: 5px;
+
    border: 0;
}
+
    border-radius: .5em;  
#toc li li {
+
    box-shadow: inset 0 0 0.15em 0.05em #bab8ab;  
font-size: .94em;
+
}
}
+
#simpleSearch:hover #searchInput,
#toc li li a {
+
#simpleSearch #searchInput:focus,
margin-left: 12px;  
+
#simpleSearch #searchInput:active {
}  
+
    width: 16em;
 
 
/*******************************
 
Sidebox3
 
********************************/
 
 
 
.sidebox3 {
 
  position: absolute;
 
z-index: 2;
 
overflow: visible; 
 
  font: normal normal 1rem Calibri;
 
  margin-bottom: 4em;  
 
 
}
 
}
.w500x img {
+
#searchform2 #searchButton {
  width: 100%;  
+
    height: 3.5rem;
  height: inherit;
+
    width: 2rem;
 +
    background-size: contain;
 +
    opacity: 0;
 
}  
 
}  
 +
#mw-searchoptions td:nth-child(2) {
 +
    display: none;
 +
}
 +
/******************
  
/** sbUe, **/
+
Nav, Sitemap
 +
s.a. Metalog:Sitemap, MediaWiki:Bottom-notice-ns-0
 +
********************/
  
.sbUe2 {
+
#bottom-notice-ns {
}
 
.sbUe2 a  {
 
 
     position: absolute;
 
     position: absolute;
    display: block;
 
 
     top: 0;  
 
     top: 0;  
 +
    left: 0;
 
     right: 0;  
 
     right: 0;  
     left: 0;
+
     margin: auto;
    bottom: 0;  
+
     z-index:2;
     z-index: 0;
+
}
    background: rgba(255, 255, 255, 0);
+
.bottom-notice-body {
}  
+
    position: relative;  
.sbUeText {
+
    margin: auto;
  display: block;
+
}
  float: left;
+
#crumbs {
  margin-top: -16px;
+
    line-height: 3.5rem;
  margin-left: -16px;
+
    padding-left: 2rem;
  transform: rotate(-3deg);
+
    font-size: 1rem;
  padding-left: 1.2em;
+
    white-space: nowrap;
  padding-right: .6em;
+
    overflow: hidden;  
  letter-spacing: .6em;
+
    z-index:-1;
  color: #615539;
 
  text-transform: uppercase;
 
  font-family: Courier,mono;
 
  line-height: 22px;
 
  font-size: 12px;
 
  font-weight: bold;
 
  background: #dbd0b5;
 
 
}
 
}
.sidebox3:hover .sbUeText {  
+
.bottom-notice-2-body #crumbs {
     background: rgb(238, 165, 0);
+
     line-height: 3rem;
    color: #fff;  
 
 
}
 
}
.sidebox3:hover .sbUe2 a {
+
.pageinfo {
     z-index: 4;  
+
     max-width: 52rem;
     background: rgba(255, 255, 255, .5);
+
    padding: 0 1rem 0;
 +
     margin: auto;
 
}
 
}
/********************************************
+
#sitemapToggle {
NAVIGATION
 
**********************************************/
 
 
 
/**** Position *******/
 
 
 
#nv {
 
position: absolute;
 
left: 0;
 
top: 12.5rem;
 
right: 0;
 
font-size: 1rem;
 
z-index: 12;
 
color:#555;
 
}
 
.mobile #nv {
 
 
  position: absolute;  
 
  position: absolute;  
  top: 24px;
+
    right: 0;
}
+
  cursor: zoom-in;
#nv.fixed #nv_content {
+
}
    position: fixed;
+
#sitemapToggle.close {
    top: 30px;
+
cursor: zoom-out;
}
+
}
#chapters {
+
#wrapVertical {
position: absolute;
+
position: absolute;
width: 12.5em;
+
right: 0;
left: -6.25em;
+
top:0;
}
+
    z-index:2;
.mobile #chapters {
+
}
left: 0px;
+
#toggleButton  {
}
+
position: fixed;  
 
+
z-index:2;
/* nav fixieren (pfeil nach oben)  */
+
}
#tF {
+
#toggleButton span,
display:none;
+
.search2 {
}
+
    display: block;
#nv.fixed #tF {
+
    margin-left: -3.75rem;
display:block;
+
    margin-top: 0.25rem;
position: absolute;
+
     font-size: 1.5rem;
top: 0;
+
     line-height: 215%;
left: 0;
+
     background: rgb(98 115 153 / 50%);
z-index: 10;
+
     color: #fff;
}
 
#tF {
 
     font-size: 1.2rem;
 
     width: 2rem;
 
     line-height: 2rem;
 
     font-weight: bold;
 
 
     text-align: center;
 
     text-align: center;
}
+
    width: 3rem;
 
+
    height: 3rem;
/**************
+
    border-radius: 50%;
Search
 
**********/
 
 
 
#search2 {
 
padding: .6em 1.2em;
 
background-color:#FBFBF7;
 
border-top: 1px solid  #ddd;
 
  border-radius: 0 0 3px 3px;
 
}
 
div#simpleSearch {
 
width:auto;
 
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 .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 .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 .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 .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 {
#chapters #p-Texte > ul,  
+
list-style: none;
#chapters #p-Essay > ul {  
+
}
  top: 12.5em;
+
.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-radius: 3px 3px 0 0;
+
    padding-top: 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] #toc li,
+
.sitemap li a.selflink {
*[class*=Religion-in-Japan] #toc li a {
+
    background: #efefdf;
    background: rgb(236, 240, 244);
+
    background: #e4e4cc;
    color: #346;
+
    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;
 
}
 
}
*[class*=Religion-in-Japan] #toc li a:hover {
+
.sitemap:hover #plusMinusAll {
    background: rgb(217, 223, 228);  
+
    margin-top: -2.2em;  
 
}
 
}
*[class*=Religion-in-Japan] #chapters #p-Home dl a,
+
#plusMinusAll::before {
*[class*=Konzept] #chapters #p-Home dl a,
+
  content:'Details anzeigen';
*[class*=Benuetzung] #chapters #p-Home dl a, 
+
    font-family: calibri, arial, sans-serif;
#chapters #p-Home .selflink,
+
}
#chapters #p-Home:hover dl a,
+
#plusMinusAll::after {
#chapters #p-Home li:hover > a,
+
  content:'\f067';  
#chapters #p-Home .self_parent > a,
+
   font-family"Font Awesome 5 Free";
#chapters #p-Home a:hover  {
+
    padding: 0 1em;
  background-color:#EAE5CB;
+
}
  border-color: #D0CAB0;
+
#plusMinusAll:hover {
  }
+
     background: #fffbee;   
#chapters #p-Home li  {
+
}
  background-color: #BDB796;
+
#plusMinusAll.close::before {
color: #EFEDDA;
+
  content:'Details verbergen';
border-color: #D0CAB0;
 
}
 
 
 
#chapters #p-Meta  {
 
background-color:#cecbad;
 
}
 
*[class*=page-Meta] #toc li a:hover,
 
.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 .selflink {
 
  color:#555;
 
  background-color:#E8E7CA;  
 
  border-color:#cecbad;
 
  }
 
#chapters #p-Meta li  {
 
background:#aaa787;
 
color:#f7f6e6;
 
border-color:#cecbad;
 
}
 
*[class*=page-Meta] #toc li,
 
*[class*=page-Meta] #toc li a,
 
#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 .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] #toc li a:hover,
 
*[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 .selflink {
 
background-color:#f7c69e;
 
color:#720;
 
border-color:#ae3711;
 
}
 
#chapters #p-Bauten li {
 
background-color:#9b4024;
 
color:#ffebce;
 
border-color:#ae3711;
 
}
 
*[class*=page-Bauten] #toc li,
 
*[class*=page-Bauten] #toc li a,
 
#chapters #p-Bauten li a {
 
background-color:#ffe5cb;
 
color:#720;
 
border-color:#d7764e;
 
}
 
 
 
#chapters #p-Alltag {
 
background-color:#A6A66F;
 
}
 
*[class*=page-Alltag] #toc li a:hover,
 
*[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 .selflink {
 
background-color:#dfdfa8;
 
color:#331;
 
border-color:#A6A66F;
 
}
 
#chapters #p-Alltag li {
 
color:#ffe;
 
background-color:#9E9E6A;
 
border-color:#A6A66F;
 
}
 
*[class*=page-Alltag] #toc li,
 
*[class*=page-Alltag] #toc li a,
 
#chapters #p-Alltag li a {
 
background-color:#efefc2;
 
color:#442;
 
border-color:#B8B885;
 
}
 
 
 
#chapters #p-Ikonographie {
 
background-color:#3C325B;
 
}
 
*[class*=page-Ikonographie] #toc li a:hover,
 
*[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 .selflink {
 
background-color:#a19cb6;
 
background-color:#b7b3c7;
 
color:#103;
 
border-color:#4F466D;
 
}
 
#chapters #p-Ikonographie li  {
 
background-color:#4F466D;
 
color:#eef;
 
border-color:#4F466D;
 
}
 
*[class*=page-Ikonographie] #toc li,
 
*[class*=page-Ikonographie] #toc li a,
 
#chapters #p-Ikonographie li a {  
 
background-color:#c1bcd6;
 
background-color:#dedbef;
 
color:#103;
 
border-color:#766E90;
 
}
 
 
 
#chapters #p-Mythen {
 
background-color:#B1BBA6;
 
}
 
*[class*=page-Mythen] #toc li a:hover,
 
*[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 .selflink  {
 
background-color:#DEE4CF;
 
color:#333;
 
border-color:#bbc6b0;
 
}
 
#chapters #p-Mythen li  {
 
background-color:#A9B29E;
 
color:#f0f4e0;
 
border-color:#CCD3BF;
 
border-color:#bbc6b0;
 
}
 
*[class*=page-Mythen] #toc li,
 
*[class*=page-Mythen] #toc li a,
 
#chapters #p-Mythen li a {
 
background-color:#f0f4e0;
 
color:#333;
 
border-color:#CCD3BF;
 
}
 
 
 
#chapters #p-Geschichte {
 
background-color:#357;
 
}
 
*[class*=page-Geschichte] #toc li a:hover,
 
*[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 .selflink {
 
background-color:#A9CBDB;
 
     background-color: #b2dbec;
 
color:#012;
 
border-color:#5C7E94;
 
}
 
#chapters #p-Geschichte li {
 
background-color:#357;
 
color:#D5EFF9;
 
border-color:#5C7E94;
 
}
 
*[class*=page-Geschichte] #toc li,
 
*[class*=page-Geschichte] #toc li a,
 
#chapters #p-Geschichte li a {
 
color:#135;
 
background-color:#c0e1ee;
 
  background-color: #d1eef8;
 
  border-color:#7C9EB4;
 
}
 
 
 
#chapters #p-Texte {
 
background-color:#ac9a5b;
 
}
 
*[class*=page-Texte] #toc li a:hover,
 
*[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  .selflink  {
 
background-color:#E8DFA7;
 
color:#5c5033;
 
border-color:#CAB776;
 
}
 
#chapters #p-Texte li  {  
 
  background-color:#ac9a5b;
 
color:#ffe;
 
border-color:#CAB776;
 
}
 
*[class*=page-Texte] #toc li,
 
*[class*=page-Texte] #toc li a,
 
#chapters #p-Texte li a {
 
color:#5c5033;
 
background-color:#ece5b6;
 
}
 
 
 
#chapters #p-Essay {
 
background-color:#755337;
 
}
 
*[class*=page-Essay] #toc li a:hover,
 
*[class*=page-Essay] #chapters #p-Essay dl a,
 
#chapters #p-Essay a:hover, 
 
#chapters #p-Essay:hover dl a,
 
#chapters #p-Essay li:hover > a,
 
#chapters #p-Essay .self_parent > a,
 
#chapters #p-Essay .selflink  {
 
  background-color: #dcbf82;
 
  color: #3c2f10;
 
}
 
#chapters #p-Essay li  {
 
background-color:#ac8e5b;
 
color:#ffe;
 
}
 
*[class*=page-Essay] #toc li,
 
*[class*=page-Essay] #toc li a,
 
#chapters #p-Essay li a {
 
color:#5c5033;
 
background-color:#F3EEC7;
 
border-color:#DECA87;
 
}
 
 
 
#chapters #p-Wiki {
 
background-color:#cecbad;
 
}
 
#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 .selflink {
 
background-color:#e8e7ca;
 
color:#555;
 
}
 
#chapters #p-Wiki li {
 
background-color:#aaa787;
 
color:#f7f6e6;
 
}
 
#chapters #p-Wiki li a {
 
background-color:#f7f6e6;
 
color:#554; 
 
}
 
 
 
 
 
  /********  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,
+
#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;
 
 
}
 
}
 
/***
 
 
 
Mobile s. vector.css
 
 
 
 
***/
 

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