MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
.mw-warning-with-logexcerpt { display:none;}
+
/*************************
/*******************/
+
Hier befinden sich vorwiegend css-Befehle, die den ursprünglichen Wiki-Code beeinflussen (Änderungen am Standardlayout, Navigationsmenü)
.anmToc {font-size: .9em; color:#555; padding: .2em .5em; margin:2px 0 0; border: 1px solid #aaa;}
+
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;
 +
}
  
code, pre { font-size:1.3em; background-color: #f5f5ff;}
+
/***  Head  ***/
  
/********* Wiki Spezialseiten ***********/
+
#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 */
  
table.diff {padding-top: 11em}
+
#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-specialpagesgroup {background:#eeeee5 !important}
+
.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 */
  
.fullImageLink {text-align: center; background-color: #f5f5f5; border: 1px solid #aaa; margin: 0 auto 1em; padding: 3em 0 1em; }
+
.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;
 +
}  
  
/*********************************/
+
/*****************/
  
.prettytable {
+
#mw-head { /*Platz für crumbs schaffen */
margin: 1em auto 1em;
+
top: 3.5rem;
border: 1px #aaa solid;
 
border-collapse: collapse;
 
background: #f9f9f9;
 
 
}
 
}
.prettytable th,
+
#left-navigation,  
.prettytable td {
+
#right-navigation {
border: 1px #aaa solid;
+
margin: 0;
padding: .2em .5em;
 
 
}
 
}
.prettytable th {
+
 
text-align: center;
+
/* Logo */
background: #e9e9e9;
+
#p-logo {
font-family: 'MS Trebuchet' Arial;
+
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 ;
 
}
 
}
.prettytable caption {
+
#p-logo a {
font-weight: bold;
+
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;
 
}
 
}
/********** Anmerkungen*************/
 
sup.reference {font-size: .8em; line-height: 1em; vertical-align:text-top; }
 
.bildtext sup.reference {font-size: .9em; }
 
  
 +
/* Hide */
  
/********** Systemtext*************/
+
#jump-to-nav,
 +
#contentSub,
 +
#catlinks,
 +
#siteSub,
 +
.subpages {
 +
display: none;
 +
}
  
#siteSub {display:block; text-align: right; font: normal normal .8em Arial; }
+
 +
/** Wiki-Navigation **/
 +
#p-personal {
 +
top: -2.5rem;
 +
}
  
#contentSub {z-index:1;}
+
#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;  
 +
}
  
textarea {font: normal 1em/2em Verdana; background:#ffe; color:#005;}
+
/* hide */
  
li#pt-mytalk,  
+
#p-personal #pt-mytalk,
#p-tb li#t-recentchangeslinked,
+
#p-personal #pt-anontalk,
#p-tb li#t-permalink,
+
#p-personal #pt-watchlist,
#p-tb li#t-print {  
+
#p-personal #pt-mycontris {
display:none; }
+
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;
 +
}
  
/****** zitat ******/
 
  
.zitat {margin:1.5em 0 ; padding: 0 2em 0 3em;}
+
/****************************************
.zitat p, zitat li {line-height:1.75em !important;}
+
FOOTER
.quelle {text-align: right; color:#888; font-size: .9em;}
+
*****************************************/
.linkbox .quelle { margin-top: 2em; margin-bottom:-4em; font-family: Arial;}
 
  
/* ****** GLOSSAR ******** */
+
#footer {
   
+
position: relative;
.g_romaji {display: none; }
+
    margin: 2rem auto 0;
.g_text,
+
    padding:  .5rem 2rem;
.g_kanji { padding: 0 1em; }
+
background: transparent;
 
+
text-align: center;
table.glossar_table {
+
max-width: 78rem;
  border:1px solid #ccc ;  
+
  font-family: calibri;
  border-width: 1px 1px 0;  
+
font-size: .9rem;
  }  
+
}
.glossar_table td {
+
#footer ul {
  border:1px solid #ccc; border-width: 0 0 1px ;  
+
margin: 0;
  vertical-align:top;  
+
padding: 0;
  padding: 1px 3px;  
+
}  
  background:#fff
+
#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;
 
}  
 
}  
.glossar_table .jap {font-size:1.2em;}
+
#footer #footer-icons li {
 
+
    float: none;
.glossar_table h2,
+
}
.glossar_table h2 span,
+
#footer-icons img { 
.glossar_table h2 a {
+
margin: 2px;
  border: 0; margin: 0 !important; padding: 0;
+
    border: 0;
 +
}
 +
#footer-affiliationico img {
 +
    border-radius: 3px;  
 +
    box-shadow: 1px 1px #ccc;
 
}
 
}
.glossar_table h2 a {
+
.printfooter {
  display: block; padding: .6em .1em; width: 2.3em
+
display: none;
 
}
 
}
  
/* footer */
+
/****************************************
 +
Text Formate
 +
*****************************************/
  
/* ***** FARBEN *********/
+
/* 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;
 +
}
  
#chapters #p-Meta  {
+
i i {  
  background-color:#cecbad;}
+
font-style: normal;
.ns-4 #chapters #p-Meta dl a,
+
}
#chapters #p-Meta a:hover,
+
dfn {
#chapters #p-Meta:hover dl a,
+
font-style: normal;
#chapters #p-Meta li:hover > a,
+
  }
#chapters #p-Meta .self_parent > a,
+
/**********************************
#chapters #p-Meta strong.selflink {
+
        LINKS
  color:#555;
+
**********************************/
  background-color:#E8E7CA;
 
  border-color:#a8a87e;}
 
#chapters #p-Meta ul {
 
  border-bottom-color:#d9d8b6;}
 
#chapters #p-Meta li {
 
    background:#aaa787; color:#f7f6e6; border-color:#b6b18e; }
 
#chapters #p-Meta li a {
 
  color:#554; background:#f7f6e6; border-color:#d9d8b6;}
 
  
#chapters #p-Meta li .sidepage {  
+
a,
  background-image: url(/rel_jap/w/skins/common/images/Arr_r_graugelb.gif);
+
a:visited {
  background-color:#E8E7CA;  
+
text-decoration: none;
  border-color:#a8a87e;}
+
color: #832800; /*braun*/
#chapters #p-Meta li .sidepage:hover,
+
color: #1067AC; /*blau*/
#chapters #p-Meta .self_parent .sidepage {
+
background: none;
  background-color:#b6b18e;}
+
}
 +
a:hover {
 +
text-decoration: underline;
 +
color: #1067AC; /*blau*/
 +
background-color:#f5f5ee;  
 +
}
 +
a:active {
 +
  color: #faa700;
 +
}
  
#chapters #p-Grundbegriffe {
+
#content a.external,  
  background-color:#334;}
+
#content a.external[href^="gopher://"],
.ns-100 #chapters #p-Grundbegriffe dl a,
+
#content a.external:visited,  
#chapters #p-Grundbegriffe a:hover,  
+
#content a.external[href^="gopher://"]:visited {
#chapters #p-Grundbegriffe:hover dl a,
+
color: #1A7BC9; /*blau 2*/
#chapters #p-Grundbegriffe li:hover > a,  
+
background: transparent;
#chapters #p-Grundbegriffe .self_parent > a,
+
padding-right: 0px;
#chapters  #p-Grundbegriffe strong.selflink {
+
}
  background-color:#b0b0bb; color:#113; border-color:#445;}
+
#content a.external::after  {
#chapters #p-Grundbegriffe li {
+
  font-family: serif;
  background-color:#445; color:#dadade; border-color:#898996;}
+
padding-left: .2em;
#chapters #p-Grundbegriffe ul {
+
content: "\2197";
  border-bottom-color:#898996;}
+
}
#chapters #p-Grundbegriffe li a {  
+
#content .noarrow a.external:after,  
  background-color:#CBCBD7; color:#113; border-color:#898996;}
+
#content #chapters a.external:after {
#chapters #p-Grundbegriffe li .sidepage {
+
padding-left: 0px;
  background-image: url(/rel_jap/w/skins/common/images/Arr_r_grau.gif);
+
content: "";
  background-color:#b0b0bb; border-color:#898996;}
+
}  
#chapters #p-Grundbegriffe li .sidepage:hover,
+
#chapters #p-Grundbegriffe .self_parent .sidepage  {  
+
/********************
  background-color:#898996;}
+
    Absätze und Listen
 +
********************/
  
#chapters #p-Bauten {
+
#content p {
  background-color:#bf2c00;
+
    margin: 0 auto 1em;  
  background-color:#ae3711;}
+
}
.ns-102 #chapters #p-Bauten dl a,
+
#content p + p {
#chapters #p-Bauten a:hover,
+
    margin-top: -1em;
#chapters #p-Bauten:hover dl a,
+
    text-indent: 2rem;
#chapters #p-Bauten li:hover > a,
+
}
#chapters #p-Bauten .self_parent > a,
+
#chapters #p-Bauten strong.selflink {
+
.article .mw-parser-output > p:first-of-type {
  background-color:#f7c69e; color:#720; border-color:#ae3711; }
+
    font-size: 1.1em;
#chapters #p-Bauten li {
+
    margin-bottom: 2em!important;
  background-color:#9b4024; color:#ffebce; border-color:#d7764e;}
+
}
#chapters #p-Bauten ul {
+
.article .mw-parser-output > p:first-of-type::first-letter {  
  border-bottom-color:#d7764e;}
+
font-style:normal;
#chapters #p-Bauten li a {
+
    float: left;
  background-color:#ffe5cb; color:#720;  border-color:#d7764e;}
+
    line-height: .85;
#chapters #p-Bauten li .sidepage {
+
    font-size: 5.5em;
  background-image: url(/rel_jap/w/skins/common/images/Arr_r_rot.gif);
+
    margin: 0 0.1em 0 0;
  background-color:#f7c69e; border-color:#d7764e; }
+
    font-family: Georgia,Times,serif;
#chapters #p-Bauten li .sidepage:hover,
+
}
#chapters #p-Bauten .self_parent .sidepage  {
 
  background-color:#d7764e;  
 
  }
 
  
#chapters #p-Alltag {
+
li {
  background-color:#A6A66F;}
+
margin-bottom: .7em;
.ns-104 #chapters #p-Alltag dl a,
+
}
#chapters #p-Alltag a:hover,
+
dt {
#chapters #p-Alltag:hover dl a,
+
font-weight: bold;
#chapters #p-Alltag li:hover > a,
+
margin-bottom: .1em;
#chapters #p-Alltag .self_parent > a,
+
}
#chapters #p-Alltag strong.selflink {
+
dl {
  background-color:#dfdfa8; color:#331; border-color:#A6A66F;}
+
margin-top: .2em;
#chapters #p-Alltag li {
+
margin-bottom: .5em;  
  color:#ffe; background-color:#9E9E6A; border-color:#B8B885; }
+
}
#chapters #p-Alltag ul {
+
  border-bottom-color:#B8B885;}
+
.mw-parser-output dd {
#chapters #p-Alltag li a {  
+
margin-left: 2rem;
  background-color:#efefc2; color:#442border-color:#B8B885;}
+
margin-bottom: .1em;
#chapters #p-Alltag li .sidepage {  
+
}
  background-image: url(/rel_jap/w/skins/common/images/Arr_r_gruen.gif);
+
.mw-parser-output dd ul,
  background-color:#dfdfa8; border-color:#B8B885;}
+
.mw-parser-output dd ol {
#chapters #p-Alltag li .sidepage:hover,
+
margin-left: 0;
#chapters #p-Alltag .self_parent .sidepage  { background-color:#B8B885; }
+
  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;  
 +
}
  
#chapters #p-Ikonographie {
+
.mw-parser-output > p,  
  background-color:#3C325B;}
+
.mw-parser-output > ul li,
.ns-106 #chapters #p-Ikonographie dl a,
+
.mw-parser-output > ol li,
#chapters #p-Ikonographie a:hover,  
+
.mw-parser-output > dl dd {
#chapters #p-Ikonographie:hover dl a,
+
text-align: justify;
#chapters #p-Ikonographie li:hover > a,  
+
}
#chapters #p-Ikonographie .self_parent > a,  
+
#chapters #p-Ikonographie strong.selflink {
+
/* list-style */
  background-color:#a19cb6; color:#103; border-color:#4F466D;}
+
   
#chapters #p-Ikonographie li {  
+
ul {  
  background-color:#4F466D; color:#eef; border-color:#766E90; }
+
list-style-image: none;
#chapters #p-Ikonographie ul {
+
}
  border-bottom-color:#766E90;}
+
ul li::marker {  
#chapters #p-Ikonographie li a {
+
    font-size: 1.5em;
  background-color:#c1bcd6; color:#103border-color:#766E90;}
+
    line-height: .5em;  
#chapters #p-Ikonographie li .sidepage {  
+
    color: #0e5892;
  background-image: url(/rel_jap/w/skins/common/images/Arr_r_lila.gif);
+
  }
  background-color:#a19cb6; border-color:#766E90; }
+
.mw-parser-output ul ul {
#chapters #p-Ikonographie li .sidepage:hover,
+
    padding-bottom: 0;
#chapters #p-Ikonographie .self_parent .sidepage  {  
+
}
  background-color:#766E90; }
+
.shortlist ul {
 +
    padding-bottom: .8em;
 +
}
 +
.shortlist li {
 +
    margin-bottom: 0;
 +
}
  
#chapters #p-Mythen {
+
#mw-navigation li,  
  background-color:#B1BBA6;}
+
.ns--1 li {
.ns-108 #chapters #p-Mythen dl a,
+
    list-style:none;
#chapters #p-Mythen a:hover,
+
}
#chapters #p-Mythen:hover dl a,
 
#chapters #p-Mythen li:hover > a,
 
#chapters #p-Mythen .self_parent > a,  
 
#chapters #p-Mythen strong.selflink  {
 
  background-color:#DEE4CF; color:#333; border-color:#bbc6b0;}
 
#chapters #p-Mythen li  {
 
  background-color:#A9B29E; color:#f0f4e0; border-color:#CCD3BF;}
 
#chapters #p-Mythen ul {
 
  border-bottom-color:#CCD3BF;}
 
#chapters #p-Mythen li a {
 
  background-color:#f0f4e0; color:#333;  border-color:#CCD3BF;}
 
#chapters #p-Mythen li .sidepage {
 
  background-image: url(/rel_jap/w/skins/common/images/Arr_r_graugruen.gif);
 
  background-color:#DEE4CF; border-color:#bbc6b0;}
 
#chapters #p-Mythen li .sidepage:hover,
 
#chapters #p-Mythen .self_parent .sidepage  {
 
  background-color:#CCD3BF; }
 
 
 
#chapters #p-Geschichte {
 
background-color:#357;}
 
.ns-110 #chapters #p-Geschichte dl a,
 
#chapters #p-Geschichte a:hover,
 
#chapters #p-Geschichte:hover dl a,
 
#chapters #p-Geschichte li:hover > a,
 
#chapters #p-Geschichte .self_parent > a,
 
#chapters #p-Geschichte strong.selflink {
 
  background-color:#A9CBDB;color:#012; border-color:#5C7E94;}
 
#chapters #p-Geschichte li {  
 
  background-color:#357; color:#c0e1ee; border-color:#7C9EB4; }
 
#chapters #p-Geschichte ul {
 
  border-bottom-color:#7C9EB4;}
 
#chapters #p-Geschichte li a {
 
  color:#135; background-color:#c0e1ee; border-color:#7C9EB4;}
 
#chapters #p-Geschichte li .sidepage {
 
  background-image: url(/rel_jap/w/skins/common/images/Arr_r_blau.gif);
 
  background-color:#A9CBDB;color:#012; border-color:#7C9EB4; }
 
#chapters #p-Geschichte li .sidepage:hover,
 
#chapters #p-Geschichte .self_parent .sidepage {
 
  background-color:#7C9EB4;  
 
  }
 
  
#chapters #p-Texte {
+
/* Tables */
  background-color:#ac9a5b;}
 
.ns-112 #chapters #p-Texte dl a,
 
#chapters #p-Texte a:hover,
 
#chapters #p-Texte:hover dl a,
 
#chapters #p-Texte li:hover > a,
 
#chapters #p-Texte .self_parent > a,
 
#chapters #p-Texte  strong.selflink  {
 
  background-color:#E8DFA7; color:#5c5033; border-color:#97844B;}
 
#chapters #p-Texte .pBody { top: 14em;}
 
#chapters #p-Texte li  {
 
  background-color:#ac9a5b; color:#ffe; border-color:#ac9a5b;}
 
#chapters #p-Texte ul {
 
  border-bottom-color:#ac9a5b;}
 
#chapters #p-Texte li a {
 
  color:#5c5033; background-color:#F2F0C7; border-color:#ac9a5b;}
 
#chapters #p-Texte li .sidepage {
 
  background-image: url(/rel_jap/w/skins/common/images/Arr_r_gelb.gif);
 
  background-color:#E8DFA7; border-color:#ac9a5b;}
 
#chapters #p-Texte li .sidepage:hover,
 
#chapters #p-Texte .self_parent .sidepage {
 
  background-color:#ac9a5b; }
 
  
/******* Einzelseiten *******/
+
table {
 +
font-size: 100%;
 +
}
  
.page-Alltag_Matsuri #p-logo{
+
/* Emulate Center */
background: url(/rel_jap/bilder/matsuri23.gif) no-repeat bottom right;
 
}
 
.page-Ikonographie_Glücksgötter #toc {margin-top:-60px
 
}
 
.page-Ikonographie_Glücksgötter #toctitle {
 
background: #fff url(/rel_jap/w/images/c/cf/Takarabune.gif) no-repeat top;
 
padding-top: 200px;
 
}
 
.page-Mythen_Geister #toc h2 {
 
background: url(/rel_jap/w/skins/common/images/yurei_kyosai_kl.gif) no-repeat bottom left;
 
padding-top: 96px;}
 
.page-Mythen_Tengu_und_Oni #toc h2 {
 
background: url(/rel_jap/w/skins/common/images/tengu_kurama.gif) no-repeat top left;
 
padding-top: 77px;}
 
  
.page-Mythen_Symboltiere_Namazue #toc {margin-top:-100px
+
.center {
}
+
width: 100%;
.page-Mythen_Symboltiere_Namazue #toctitle {
+
text-align: center;
background: #fff url(/rel_jap/w/images/thumb/d/de/Namazu_shamisen.png/120px-Namazu_shamisen.png) no-repeat top;
+
}
padding-top: 194px;  
+
.center * {
}
+
margin-left: auto;
.page-Geschichte_Amidismus #toc h2 {
+
margin-right: auto;
background: url(/rel_jap/bilder2/kuya3.gif) no-repeat 50px 0;
+
}
padding-top: 77px;}
 
  
/*********** WIKI GADGETS *****************/
+
/* Small for tables and similar */
a.toparrow {
 
  color:#aaa;
 
  font-weight: normal; font-style:normal; font-size:9px; line-height: 1.2em;
 
  text-align: center;
 
  float: right; width:2.5em;
 
  padding:0;
 
  margin: 0 -6pt 0 0;
 
  text-decoration:none; }
 
a.toparrow:hover {color:#555;}
 
#showtalk a.toparrow {display:none;}
 
a.toparrow, .editsection {margin-top:9px;}
 
.noborder a.toparrow {display:none;}
 
  
div#content a.external[href^="http://www.univie.ac.at/rel_jap/an"],
+
.small {
div#content a.external[href^="http://www.univie.ac.at/rel_jap/w"],
+
font-size: 94%;
#mw_content a.external[href^="http://www.univie.ac.at/rel_jap/w"],
+
}
#mw_content a.external[href^="http://www.univie.ac.at/rel_jap/an"] {
+
#content .right,
background: none;
+
.right {
padding-right: 0;
+
text-align: right;
 
}
 
}
/*********************************************
 
* Links
 
*Struktur
 
* HEADINGS
 
* SYSTEMTEXT
 
* personal toolbar
 
* sidebar
 
* general styles
 
  
**********************************************/
+
/**************************
 +
        Headings
 +
***************************/
  
/* LINKS */
+
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 */
a {
+
text-decoration: none;
+
#content #firstHeading {
color: #a22e00;
+
    padding: 6rem 0 1em;
color: #a9461b;
+
  line-height: 1.2;
background: none;
+
    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;
 
}
 
}
a:hover {  
+
.firstHeadingTitel .autor .reference a {
color:#9d4119;  
+
background: transparent;  
background-color:#f5f5ee;  
+
font-style: normal;  
}
+
font-size: .7em;
 
/*Links in Klassen*/
 
a.new {
 
color: #a9461b;
 
 
}
 
}
a.new:visited {
+
.bottom { 
color: #a9461b;
+
}
 +
.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,
/* STRUKTUR  */
+
.headline .firstHeading {
 
+
    font-family: georgia, times, serif;
#content  {
+
    font-weight: bold;
margin-top:0;
+
    margin: 0 0 .5rem;
background-color:#fff;
+
    padding: 0 !important;  
min-width:50em;
+
    color: #333 !important;
font-family: Georgia, serif, Times ;  
+
    text-align: left;  
}
+
    width: auto;
 
+
    max-width: none;
#bodyContent {
+
    background: none !important;
}
+
}
 
+
.headline .firstHeadingBody {  
/* HEADINGS */
+
    margin: 0;  
 
+
    padding-top: 1.2em;
#headScreen { display:none; /*für Head Farbe 2*/ }
+
    text-transform: uppercase;
 
+
    font-size: 2.2rem;
/* firstHeading */
+
    font-weight: bold;  
 
+
    text-shadow: 0.02em 0.02em 0.05em #888;
#firstHeading { display:none; }
+
    line-height: 1.1em;
 
+
    width: auto;
 
+
    max-width: none;
/* H1 */
+
    background: none !important;
#bodyContent h1  {
+
    color: #333 !important;
font-size:1em;  
+
}
margin:0 0 1.7em;
+
.headline .firstHeadingBody::after {
padding: 6.4em 0 2em;  
+
display: none;  
font-weight: bold;
 
text-align:center;
 
border:0;
 
min-width:30em;
 
}
 
 
 
#bodyContent h1 .mw-headline {
 
font: bold 2.2em/1.2em "Trebuchet MS";  
 
display: block;
 
margin: 0;
 
padding: .2em 0;
 
 
}
 
}
h1 .mw-headline span {
+
.headline .firstHeadingBody a {
     display:block;
+
     color: inherit;
font-weight: normal;
+
}
    font-size: .75em; line-height:2em;
+
.headline .firstHeadingBody a:hover {
margin-top:-.8em;
+
    text-decoration: none;
 
}
 
}
h1 .mw-headline span.bottom {margin: 0 0 -1em;}
+
.headline .bottom {
 
+
    font-size: .8em;
h2.noborder {padding-bottom:0; border:0;}
+
    line-height: 2em;
/* SYSTEMTEXT */
+
    text-transform: lowercase;
+
    text-shadow: none;  
#contentSub, #contentSub2 {
+
  text-indent:.1em;
position: absolute;  
+
    padding: 0;
right:1em; top:2.5em; left:1em;
+
}
text-align:left;
+
.wrapLogo {
font-size: 84%;
+
    width: calc(50% + 9rem);
line-height: 1.2em;
 
margin: 0 ;
 
 
}
 
}
 
+
.headerSitemap {
#tagline {
+
    max-width: 52rem;
position:absolute; right: 0; left:0; text-align: right;
+
    margin: 1rem auto 0;
color:#555;
 
border:0;
 
background-color:#eeeee8;
 
z-index:3;
 
}
 
/*  Systemnachrichten */
 
/*  beobachten, ... */
 
 
 
#mw-js-message {
 
position: absolute;
 
z-index: 12; left: 3em; top:0;
 
font:normal .9em Arial;
 
margin: 0; padding:.5em 1.5em;
 
background:#ffe url(../../../bg/help2.gif) top right no-repeat;
 
border: 1px solid #fff000; color:#000;
 
opacity: .8;
 
filter: alpha(opacity=80);
 
}
 
 
 
/********** personal toolbar und see actions ********************/
 
#dropdown {
 
position:absolute;
 
top: 1.1em; left: 8em; right:0;
 
z-index:3}
 
 
 
#p-personal {
 
position:absolute;  top: -1.1em;}
 
#p-cactions div,
 
#p-newtools div {
 
width: 10.5em;  
 
 
}
 
}
#p-cactions ul,
+
.logo150 {
#p-newtools ul {
+
    float: left;
margin: 0;
+
    position: relative;
}
+
    z-index: 1;
#p-cactions li,
+
}  
#p-newtools li {
+
.logo150 img {
padding: 0 .5em;
+
width: 9rem;  
display:block;
+
height: inherit;
}  
 
#p-cactions a,
 
#p-newtools a {
 
display:block;
 
padding: 0 .1em !important;
 
}
 
 
 
#p-cactions,
 
#p-newtools {
 
position: absolute; top: 0; right: auto;
 
display:block;
 
margin:0;
 
padding:0;
 
font-size: 1em; line-height: 1.2em;
 
border: 0;
 
background-color:#ddddd3;
 
color: #555;
 
white-space: normal;
 
 
}
 
}
#p-newtools {left: 1em}
+
/* H2, H3,... */
#p-cactions {left: 12em}
 
  
#p-newtools h5,
+
#content h2 {
#p-personal h5,
+
    font-family:calibri, "Trebuchet MS";  
#p-cactions h5 {  
+
    line-height: 1.2;
display:block;
+
text-align: center;
width: 7.2em;
+
margin: 1.2em auto 1em;  
float:none;
+
padding: .5em .5rem .17em;
position: static;
 
margin: 1px 1px 0; padding:0 1.5em;
 
font-size: 1em;
 
font-weight:bold;
 
line-height: 1.2em; height:1.2em;  
 
text-align:center;
 
text-transform:lowercase;
 
border: solid #aaa;
 
border-width: 1px 1px 0;
 
background-image: none;
 
}
 
#p-personal h5 {
 
position:absolute; top:-200px; width:auto;
 
}
 
 
 
#p-newtools .pBody,
 
#p-cactions .pBody {
 
margin: 0 ;
 
padding:0 ;
 
border:0;
 
font-size: 1em;
 
background: none;
 
position: static;
 
width:auto;
 
}
 
#p-cactions ul,
 
#p-newtools ul {
 
display:none; /* hide */
 
position:relative;
 
margin: 0 1px 1px !important;  
 
padding:0  !important;
 
list-style:none;
 
line-height: 1.5em;
 
background:#eeeee5;
 
border: 1px solid #bbb;
 
font-size: .94em;
 
width:10m  !important;
 
overflow:hidden;
 
}
 
#p-cactions:hover ul,
 
#p-newtools:hover ul
 
{ display: block; } /* show */
 
 
 
#p-cactions li,
 
#p-newtools li {
 
display: block;
 
 
padding: 0;
 
padding: 0;
margin: 0;
 
width: auto;
 
font-size: 1em;
 
line-height: 1.5em;
 
background-color: #eeeee5;
 
border-bottom: 1px solid #aaa;
 
text-align: center;
 
background-image: none;
 
}
 
#p-cactions li.space,
 
#p-newtools li.space{
 
border-bottom: double 3px;}
 
/* links */
 
#p-cactions li a,
 
#p-newtools li a{
 
display:block;
 
margin:0 1em; padding:0 ;
 
border:0;
 
font-size: 1em;
 
line-height: 1.5em;
 
height: 1.5em;
 
color: #000;
 
background: none;
 
}
 
#p-cactions li a:hover,
 
#p-newtools li a:hover {
 
text-decoration: none;
 
color: #000;
 
border:0; padding:0;
 
background: #fff;
 
background-color: #fff;
 
 
}
 
}
#p-personal {
+
#content h2.noborder {
background-position: top left;
+
  padding-bottom:0;
background-repeat:no-repeat;
+
  border:0;
background-image: url(../monobook/user.gif);
+
}
z-index:3;
+
#content .imgWrap + h2 {
}
+
    margin-top: 3rem;
/* hide */
+
}
 
+
#content h3 { 
#p-cactions li,
+
  font-family:calibri, "Trebuchet MS"; 
#p-tb,
+
  font-style:italic;
#p-personal li#pt-mytalk,
+
  line-height: 1.2;
#p-personal li#pt-anontalk,
+
  font-size: 1.3em;
#p-personal li#pt-watchlist,
+
  text-align: left;
#p-personal li#pt-mycontris,
+
  margin: 1em auto .8rem;  
.sysop {
+
  padding: .5em .5rem 0em;
display: none;
+
  /*clear: left;*/
}
+
}
/* show */
+
#content h4 {  
#p-cactions li#ca-talk,
+
  font-family:calibri, "Trebuchet MS";  
#p-cactions li#ca-edit,  
+
  font-weight:bold;  
#p-cactions li#ca-move,
+
  font-size: 1.2em;
#p-cactions li#ca-watch,
+
  line-height:1.6;
#p-cactions li#ca-unwatch,
+
  color: rgb(1 3 6 / 50%);
#p-cactions li#ca-delete,
 
#p-cactions li#ca-history,
 
#p-cactions li#ca-protect,
 
#p-cactions li#ca-unprotect  {
 
display:block;  
 
}
 
/* links */
 
#p-cactions li a, #p-cactions li a.new,
 
#p-newtools li a {
 
display:block;
 
margin:0 1em; padding:0 ;
 
border:0;
 
font-size: 1em;
 
line-height: 1.5em;  
 
height: 1.5em;
 
color: #000;
 
background: none;
 
}
 
#p-cactions li a:hover,
 
#p-newtools li a:hover {  
 
text-decoration: none;
 
color: #000;
 
border:0; padding:0 !important;
 
background: #fff !important;
 
background-color: #fff !important;
 
 
}
 
}
  
/*Sidebar*/
+
/* 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;}
  
#sidebar { }
+
h1 .mw-editsection { display:none;}
#sidebar.absolute { position: absolute; top:15.8em;}
 
#sidebar.fixed { position: fixed; top:16px; }
 
  
#chapters {}
+
/*  Ende Headings    */
  
/* general styles*/
+
/********************************************
p {
+
NAVIGATION
line-height:1.5em;
+
**********************************************/
margin:0 0 1.5em}
 
  
p+p {margin-top:-.5em;}
+
/*#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
  
#bodyContent > p {
+
#p-search width = #content width
text-align: justify;
+
#searchform m-right ~ #siteNotice width
}
 
  
ul {
+
**********/
margin: 0; padding: .3em 0 .8em 1.5em;
+
#p-search {
 +
    position: relative;
 +
    top: 0;
 +
    right: 0;
 +
    width: auto;
 +
    margin: 0 auto;
 +
    height: 0;
 
}
 
}
ol {
+
.ns-0 #p-search,
margin: 0; padding: .3em 0 .8em 1.5em;
+
.ns-4 #p-search,
 +
.ns-12 #p-search {
 
}
 
}
li {
+
#p-search #searchform {
margin-bottom: .5em;
+
position: absolute;
 +
    right: 1rem;
 +
    top: 0;
 +
    display:none;
 
}
 
}
dl {
+
#searchform2 {
margin-top: .2em;
+
    position: absolute;
margin-bottom: .5em;
+
    top: 0;
 +
    right: 0;
 
}
 
}
#bodyContent > p,
+
#simpleSearch {
#bodyContent > dl,
+
    width: auto;
#bodyContent > ol,
+
    max-width: none;
#bodyContent > ul {
+
    float: right;
font-size: 1.2em;
+
    margin: 0;
 +
    font-size: 1em;
 +
    margin: 0;
 +
    padding: 0;
 +
    background: transparent;
 +
    height: 2.7rem;
 +
    border:0;  
 
}
 
}
table,tr,td { background:none;}
+
#searchform2 #simpleSearch {
 
+
    height: 3.5rem;
#toolbar {padding-top:10em} /* Bearbeiten ....*/
 
 
 
/*______________________________________________
 
 
 
BILDER
 
  Sidebox
 
  Bildbox (Galerie1)
 
  Dia
 
  Galerie2 (Sidepage)
 
TEXT
 
  Textbox
 
  Linkbox
 
  Zitat
 
  Thisway
 
POPUPS
 
GLOSSAR
 
  ______________________________________________
 
*/
 
 
 
#toc,
 
.sidebox,
 
.sidebox_Wrapper,
 
.left_Wrapper  {
 
position: absolute;
 
right:-7em; left:auto;
 
font: normal normal 1em Arial;
 
margin:0 0 1em 0;
 
padding: 0;
 
border:0;
 
width: 14em;
 
 
}
 
}
.top12 {top:13.3em;}
+
#searchform2 #searchInput {
.left_Wrapper {
+
  font-size: 1.1rem;  
right: auto; left:-7em; top: auto;
+
    width: 0;  
+
    transition: width .5s;
.sidebox_Wrapper .sidebox,
+
    background: #fff;
.left_Wrapper .sidebox,
+
    float: right;
.sidebox_Wrapper #toc {
+
    padding: .25rem 0;
position:static; margin-bottom:1em;
+
    margin: .5rem 3rem 0 0;
}
+
    text-indent: .5rem;
 
+
    border: 0;
 
+
    border-radius: .5em;  
/*********************************************
+
    box-shadow: inset 0 0 0.15em 0.05em #bab8ab;  
TOC
 
**********************************************/
 
 
 
#toc {}
 
#toc li.toclevel-1 .toctext {display:none;}
 
#toc li.toclevel-2 .toctext {display: block;
 
 
 
 
 
/***************************************
 
BILDER
 
***************************************/
 
.box { margin: 1.5em 0;}
 
 
 
.bild img { border: 1px solid #aaa; padding: 1px;}
 
 
 
.bildtext {
 
font-size: .91em;  
 
font-family: Arial;
 
color:#554;  
 
text-align:center;  
 
padding: 0 6px;
 
 
}
 
}
 
+
#simpleSearch:hover #searchInput,
/******* sidebox *******/
+
#simpleSearch #searchInput:focus,
 
+
#simpleSearch #searchInput:active {
.sidebox {
+
    width: 16em;
overflow: visible; top:auto;
 
padding-top:.3em;
 
 
}
 
}
 
+
#searchform2 #searchButton {  
.sbUe {
+
    height: 3.5rem;
position:absolute; left:-1.3em;  
+
    width: 2rem;
width:.6em; z-index:4;  
+
    background-size: contain;
margin: 1.2em 0 0; padding:0 .3em;
+
    opacity: 0;
line-height: 13px;
 
text-transform:uppercase; text-align:left;
 
text-transform:lowercase;
 
font-size:12px;
 
font-family: Typewriter, Courier, mono;
 
background:#eeeee8; color:#555;  
 
border: solid #bbb 1px;
 
border-width: 1px 0 1px 1px;
 
overflow:visible;
 
 
}  
 
}  
.sbUe a{
+
#mw-searchoptions td:nth-child(2) {
display:block; padding:6px 0 0;
+
    display: none;
background: url(../../../w2/skins/newCSS/no.gif);
 
width:15em; height:112px;
 
color:#333;
 
}
 
.sbUe a:hover {
 
background: url(../../../w2/skins/newCSS/no.gif); color:#C33;
 
text-decoration:none;}
 
 
 
.left_Wrapper .sbUe { left:auto; right:-1.3em; border-width: 1px 1px 1px 0;}
 
.left_Wrapper .sbUe a {
 
position:relative; text-align: right; left:-14.4em;
 
}
 
 
 
.sbBody {
 
position:relative; z-index:2;
 
background-color: #fafaf8;
 
border: 1px solid #aaa;
 
padding: .8em 0;
 
overflow:hidden;
 
 
}
 
}
.sidebox .bildtext a  {
+
/******************
  display:block;  color:#555; }
 
.sidebox .bildtext a:hover  {
 
  color:#000;  background:#eeeee8; }
 
 
 
/******* bildbox *******/
 
  
.bildbox {
+
Nav, Sitemap
text-align:center;
+
s.a. Metalog:Sitemap, MediaWiki:Bottom-notice-ns-0
margin: .5em 0; padding: 1em 0;
+
********************/
}
 
table.bildbox {
 
margin: 0 auto 1.5em; padding: 0;
 
max-width: 640px;
 
}
 
.bildbox td,
 
.bild td,
 
td.bildbox,
 
td.bild {vertical-align:top;}
 
 
.bildbox img {border:1px solid #aaa; padding: 1px; margin:.25em;}
 
  
.largebox {margin-left: -3em; margin-right: -3em; }
+
#bottom-notice-ns {
.noborder img {border:0;}
+
    position: absolute;
.nomargin {margin:0; padding:0}
+
    top: 0;  
 
+
    left: 0;
/******* dia *******/
+
    right: 0;  
 
+
    margin: auto;
.dia {
+
    z-index:2;
  border: 1px solid #fff;
 
  margin: auto;
 
}
 
.dia_aussen {
 
  background: #f5f5ee;
 
  border: 1px solid #999;
 
  margin:4px;padding:0;
 
 
}
 
}
.noborder .dia_aussen {
+
.bottom-notice-body {
  border: 1px solid #fff;  
+
    position: relative;
 +
    margin: auto;
 
}
 
}
.dia_aussen:hover {
+
#crumbs {
  background: #eeeee8;  
+
    line-height: 3.5rem;
  border: 1px solid #ccc;  
+
    padding-left: 2rem;
  margin:0; padding:4px;
+
    font-size: 1rem;
 +
    white-space: nowrap;
 +
    overflow: hidden;  
 +
    z-index:-1;
 
}
 
}
 
+
.bottom-notice-2-body #crumbs {
.dia_innen {
+
    line-height: 3rem;
  border: 1px solid  #f5f5ee;
 
  overflow:hidden;
 
  background: #fff;  
 
 
}
 
}
.dia img {border:0; padding:0; margin:0}
+
.pageinfo {
+
    max-width: 52rem;
.sbBody .dia {
+
    padding: 0 1rem 0;
  border: 1px solid #fafaf8;
+
    margin: auto;
 
}
 
}
 
+
#sitemapToggle {
.noborder .dia_aussen,
+
position: absolute;
.noborder .dia_innen {
+
    right: 0;
  border: 1px solid #fff;  
+
cursor: zoom-in;
 
}
 
}
/************  Galerie 2, Sidepage **************/
+
#sitemapToggle.close {
 
+
cursor: zoom-out;
.galerie2 {
 
margin: 3em auto 2em;
 
text-align:center;
 
background: #eeeee8;
 
border: 1px solid #eeeee8;
 
 
}
 
}
.galerie2 .dia_innen {
+
#wrapVertical {
float:left;
+
position: absolute;
width: 96px;
+
right: 0;
height:120px;
+
top:0;
border-collapse:separate;
+
    z-index:2;
}
 
.galerie2 .dia_innen:hover {border-color:#fc3;}
 
.galerie2 .bildtext {
 
clear:left;
 
padding: .6em 0 .8em;
 
}
 
.galerie2 .bildtext span {
 
padding: 0 2em;
 
background: url(/rel_jap/w/skins/common/images/lupe.gif) no-repeat right top;
 
}
 
.galerie2 h2,
 
.galerie2 .bildtext span span {
 
padding: auto 0 ; margin: auto 0 ;
 
border:0; background:none;
 
}
 
/**************************************
 
TEXTE
 
**************************************/
 
 
 
/****** textbox ******/
 
 
 
.textbox {
 
float: right; width: 22em;
 
margin: .2em -18em 2em 2em;
 
}
 
.textbox_body {
 
padding: 1em; border: 1px solid #ccc;
 
background-color:#f5f5f1;
 
}
 
.textbox h2,
 
.textbox h3,
 
.textbox h4 {
 
margin:.5em 0 1em !important;
 
padding: 0 !important;
 
font: bold 1.3em "Trebuchet MS";
 
text-align: center;
 
border:none; background-image:none;
 
}
 
 
 
/****** linkbox ******/
 
 
 
.linkbox {
 
margin: 3em -1em 2em;
 
padding: 0; color:#332;
 
 
}
 
}
.linkbox h2 {
+
#toggleButton  {
margin:0 !important ;
+
position: fixed;  
padding: 0 16pt .18em !important;
+
z-index:2;
text-align:left;
 
border:0;
 
color: #554 !important;
 
font-style:normal;
 
 
}
 
}
.linkbox p,  
+
#toggleButton span,  
.linkbox li {line-height: 1.75em  !important;}
+
.search2 {
 
+
    display: block;
.linkbox ul { margin-bottom:0; margin-top:0;  
+
    margin-left: -3.75rem;
padding-top:0; padding-bottom:0}
+
    margin-top: 0.25rem;
.linkbox p { margin:1em 0;}
+
    font-size: 1.5rem;
 
+
    line-height: 215%;
.linkbox > div {
+
    background: rgb(98 115 153 / 50%);
margin: 0;
+
    color: #fff;
padding: 1.5em 2em;
+
    text-align: center;
border-color: #aaa;
+
    width: 3rem;
border-style: solid dotted;
+
    height: 3rem;
border-width: 1px 2px;
+
    border-radius: 50%;
background: #f3f3ea;
 
background: #f5f5ee;
 
 
}
 
}
 
+
.wrapSearch2 {
/***** thisway ******/
+
position: absolute;
 
+
right: 4rem;
#thisway {
 
margin: 3em 0 0;
 
text-align:right;  color:#888;}
 
#thisway ul {text-align: left; float: left; width: 12em;}
 
#thisway li {padding: 0; line-height: 1.1em;
 
font-size: 11px; }
 
#thisway div {
 
padding: 0;
 
margin: 0 -10em 1em ;  
 
text-align: right;
 
background:#fff;
 
font-size: .9em;
 
line-height: 35px;}
 
#thisway span {
 
white-space:nowrap;
 
padding:.5em 2em;
 
border: 1px solid #aaa;
 
border-width: 0;
 
}
 
#thisway img { float:right;}
 
#bodyContent #thisway a {text-decoration: none; background:none; color:#a9461b; padding:0;}
 
#bodyContent #thisway a:hover {color:#9d4119; background-color:#f5f5ee; }
 
/* Kommentare */
 
 
 
#showtalk {
 
margin: 4em -1em 0;
 
color:#332;
 
}
 
 
 
#showtalk .show {display:block;}
 
#showtalk .hide {display:none;}
 
 
 
#showtalkUe h2 {
 
font-size: 1em;
 
padding: .2em .5em;
 
margin: 0;
 
background: none;
 
border-bottom: 1px solid #ccc;
 
text-align:left;
 
clear:none;
 
color:#003;
 
font-family:Georgia, "Times New Roman", Times, serif;
 
 
}
 
}
#showtalkUe span.show {  
+
.search2 {
float: right;
+
margin:0;
cursor: pointer;
 
font-size: .9em;
 
color:#888;
 
}
 
 
#showtalk span.show:hover { 
 
text-decoration: underline;
 
}
 
 
 
#talkText {
 
padding: 1em 2em; background:#f5f5ff;
 
border: 1px solid #ccc;
 
border-top: 0;
 
 
}
 
}
#talkFooter {
+
#toggleButton span.times {
border-top: 1px solid #ccc;
+
display: none;
margin: 2em 0 0;
 
text-align: center;
 
display:block;
 
font-size: .9em;
 
cursor: pointer;
 
 
}
 
}
#talkFooter:hover { background:#e5e5ff;}
+
.close #toggleButton .bars {
 
 
 
.writeTalk {
 
text-align: center;
 
margin:5em 0 3em;
 
font-size: .91em;
 
border-top: 1px solid #ccc;}
 
.writeTalk a {
 
position:relative; top:-.9em;
 
border: 1px solid #ccc;
 
padding: .4em 1.2em !important;
 
background: #e9e9ee !important;
 
color:#000 !important;
 
font-weight: bold;
 
}
 
.writeTalk a:hover {
 
border: 1px solid #aaa;
 
text-decoration:none;
 
background: #d5d5ff !important;
 
color:#003 !important;
 
}
 
 
 
/*************************************
 
POPUPS
 
**************************************/
 
 
 
#ppScreen {
 
position:absolute; left:0px; top:0px; z-index:19;
 
 
display: none;
 
display: none;
background:#000; color:#777;
+
}
opacity: .7;
+
.close #toggleButton .times {
filter: alpha(opacity=70);
 
}
 
 
 
#ppImgDiv {
 
position:absolute; z-index:20;
 
margin:auto; padding:2px;
 
border:1px solid #777;
 
background:#cfc7bb; 
 
color:#333;
 
font-family: Verdana, Arial, Helvetica, sans-serif;
 
font-size:1.27em; line-height:1.2em;
 
text-align:center;
 
}
 
 
#ppImgDiv  p {
 
text-align:left;
 
padding: .5em 0;
 
font-size: 1em;
 
}
 
 
#ppImgDiv img {
 
padding:2px; border: 1px solid #999;
 
}
 
 
#ppImgDiv #ppIndex {
 
padding: 2px;
 
border-bottom:1px solid #999;
 
font-size:12px !important;
 
}
 
.ppFloat {
 
position: absolute; color:#fff;
 
border:0;
 
text-align: left; padding: 40px 15px 10px;
 
}
 
.ppClick {
 
position: absolute; color:#fff;
 
border:0;
 
text-align: right; padding: 5px 85px 5px 10px; font-size:11px !important;
 
background: url(/rel_jap/bg/help.gif) no-repeat right;
 
}
 
.ppClick span { visibility: hidden; }
 
.ppClick:hover span { visibility: visible; }
 
 
 
#ppImgDiv a { color: #eb8;
 
border:0;}
 
#ppImgDiv .ppFloat a:hover { color: #eb8; background:#000; }
 
 
 
.pp_text { display:none }
 
 
 
/*vorwärts rückwärts*/
 
 
 
#bck1, #nxt1 {
 
position: absolute; top:0;
 
 
display: block;
 
display: block;
padding: 0; margin: 0;
 
text-align:center;
 
}
 
#bck1 {
 
left: 0;
 
background:url(/rel_jap/bg/larr.gif) no-repeat bottom left ;
 
}
 
#bck1:hover {
 
background:url(/rel_jap/bg/larr2.gif) no-repeat bottom  left;
 
}
 
#nxt1 {
 
text-align:right;
 
background:url(/rel_jap/bg/rarr.gif) no-repeat bottom right ;
 
}
 
#nxt1:hover {
 
background:url(/rel_jap/bg/rarr2.gif) no-repeat bottom right ;
 
}
 
 
/***************************************
 
GLOSSAR
 
****************************************/
 
 
.glossar {
 
color: #666;
 
font-family: "Trebuchet MS"; 
 
 
}
 
}
.glossar2 {
+
#bgToggle {
color:#124374;  
+
position: fixed;  
font-family: "Trebuchet MS", Arial;
+
top: 0;  
font-weight:bold;
+
left: 0;  
cursor: help;
+
right: 0;  
cursor: url(/rel_jap/bilderneu/kanji26.cur), help;  
+
height: 3.5rem;
position:relative;
+
background-color: #444440;
 +
opacity: .05;
 
}
 
}
.glossar2:hover {background:#f3f5ff;
 
}
 
  
.glossar2 span { display: block; }
+
/* top arrow*/
 
+
#top {
.glossar2 .g_body {  
+
    position: absolute;
position:absolute;  
+
    top: 0;
top:1.4em; left:-8em;
+
}
text-align:center;
+
#toparrow {  
font: normal 9pt/12pt Arial;
+
    position: fixed;
z-index:1;
+
    bottom: 1rem;  
}
+
    text-align: center;
.textbox .glossar2  {font-weight:bold;}
+
    cursor: pointer;
.glossar2#showTooltip { position:relative;}
+
    margin-left: -4rem;
 
 
.glossar2 .g_body { display: none; }
 
 
 
.glossar2#showTooltip .g_body,
 
.glossar2:hover .g_body { display: block; }
 
 
 
 
 
.glossar2 .g_schatten,
 
.glossar2 .g_tooltip {
 
width:17em; position:absolute;
 
border: #26a solid 1px;
 
background-color: #f3f5ff;  color:#048;
 
padding:.5em;  
 
cursor: default;
 
filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666677,direction=135);
 
-webkit-box-shadow: 1px 1px 3px #667;
 
-moz-box-shadow: 1px 1px 3px #667;
 
box-shadow: 1px 1px 3px #667;
 
 
}
 
}
.glossar2 .g_schatten {
+
#toparrow .fas {
margin: 4px; position:absolute;
+
display: block;
background: #004;
+
font-size: 2rem;  
border-color: #d7dae9;
+
color: rgb(153 153 153 / 50%);
opacity: .15;
+
}
filter: alpha(opacity=15);
+
#toparrow a {
}
+
    display: block;
.g_romaji,
+
    width: 3.5rem;
.g_text,
+
    color: #aaa;
.g_kanji { padding: 0 1em; }
+
    font-weight: normal;
.glossar2 .g_kanji {font-size: 1.6em; line-height:1em; padding-bottom:.3em;}
+
    font-style: normal;
.glossar2 .g_romaji,  
+
    color: transparent;  
.glossar2 .g_romaji i {
+
    font-size: 1rem;  
font:normal normal x-small/1em Arial;
+
    background: transparent;  
padding-bottom:.5em; text-transform:uppercase;
+
}
 +
#toparrow:hover a,
 +
#toparrow:hover .fas {
 +
text-decoration: none;
 +
background: transparent;
 +
color: #555;
 
}
 
}
.jap {font-family:"MS Mincho", "MS PGothic" }
+
.mw-editsection {  
.g_link { }
+
    visibility: hidden;
 
+
}  
/* Namespace 100, NS_GRUND, Grundbegriffe */
+
*:hover > .mw-editsection, 
 
+
#toparrow:hover {
.ns-100 #tagline { color:#224; background-color:#CBCBD7; }
+
    visibility: visible;
.ns-100 h1,
+
}  
.ns-100 h2,
+
#contSitemap {
.ns-100 h3 { color:#336; }
+
position: absolute; 
 
+
left: 0;
.ns-100 #column-content #content {
+
right: 0; 
border-top-color:#334
+
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;
 
}
 
}
.ns-100 #bgH1 { 
+
.sitemap a,
background:#778 url(/rel_jap/bg/bg_grund.gif);
+
.sitemap a:visited {
border-color:#334;
+
    color: #2a4b8d;
}
 
.ns-100 #headScreen {
 
background-color: none;
 
border-color: none;
 
}
 
.ns-100 #toc h2,
 
.ns-100 #p-personal ul,
 
.ns-100 #p-personal li a,
 
.ns-100 #dropdown div,
 
.ns-100 #dropdown h5 {
 
background-color:#445;
 
color:#dadade;
 
border-color:#808088;
 
}
 
.ns-100 #p-personal li a:hover {
 
background-color:#667;
 
color:#fafafe;
 
}
 
 
/* Namespace 102, NS_BAU, Bauten */
 
 
 
.ns-102 #tagline {color:#500; background-color:#f7c69e;}
 
.ns-102 h1, 
 
.ns-102 h2,
 
.ns-102 h3 { color:#821c00; }
 
 
 
.ns-102 #column-content #content {
 
border-top-color:#9b4024;
 
 
}
 
}
.ns-102 #bgH1{ 
+
.sitemap a:hover {  
background:#8b3014 url(/rel_jap/bg/bg_bauten.gif);
+
background: #e4e4cc;
border-color:#d87e51;
+
}  
}
+
.part {
.ns-102 #headScreen  {
+
    min-width: 15em;
background-color:#9b4024;
+
    flex-grow: 1;
border-color:#e7a67e;
+
    -ms-flex-preferred-size: 50%;
}
 
.ns-102 #toc h2,
 
.ns-102 #p-personal ul,
 
.ns-102 #p-personal li a,
 
.ns-102 #dropdown div,
 
.ns-102 #dropdown h5 {
 
background-color:#9b4024;
 
color:#ffebce;
 
border-color:#d7977a;
 
}
 
.ns-102 #p-personal li a:hover {
 
background-color:#c2502d;
 
color:#fff;
 
}
 
.ns-102 #p-cactions ul,
 
.ns-102 #p-newtools ul,
 
.ns-102 #p-cactions li,
 
.ns-102 #p-newtools li,
 
.ns-102 .textbox_body { background-color:#ffe5cb; border-color:#d98; color: #422;}
 
 
 
/* Namespace 104, NS_ALLTAG, Alltag */
 
 
 
.ns-104 #tagline  { color:#332; background-color:#dfdfa8; }
 
.ns-104 h1, 
 
.ns-104 h2,
 
.ns-104 h3 { color:#664; }
 
 
 
.ns-104 #column-content #content {
 
border-top-color:#886;
 
 
}
 
}
.ns-104 #bgH1 {   
+
.chapterSitemap {
background:#9E9E6A url(/rel_jap/bg/bg_alltag.gif);
+
  position: relative;
border-color:#B8B885;  
+
  border-left: 3.5em solid #e4e4cc;  
}
+
padding: 1em 1em 1em 0;
.ns-104 #headScreen {
+
background-color:#fffbee;
background-color:#A6A66F;
+
}   
border-color:#dfdfa8;
+
.sitemap dd b {
}
+
    padding-left: 1.42rem;
.ns-104 #toc h2,
 
.ns-104 #p-personal ul,
 
.ns-104 #p-personal li a,
 
.ns-104 #dropdown div,
 
.ns-104 #dropdown h5 {
 
background-color:#a0a06b;  
 
color:#ffe;
 
border-color:#cc9;
 
}
 
.ns-104 #p-personal li a:hover {
 
background-color:#c0c08b;
 
color:#fff;
 
}
 
 
.ns-104 #p-cactions ul,
 
.ns-104 #p-newtools ul,
 
.ns-104 #p-cactions li,
 
.ns-104 #p-newtools li,
 
.ns-104 .textbox_body { background-color:#e6e6bb; color:#442; border-color:#B8B885;}
 
 
 
/* Namespace 106, NS_IKON, Ikonographie */
 
 
 
.ns-106 #tagline  { background-color:#c1bcd6; color:#103;}
 
.ns-106 h1, 
 
.ns-106 h2,
 
.ns-106 h3 { color:#326; }
 
 
 
.ns-106 #column-content #content {
 
border-top-color:#326;
 
 
}
 
}
.ns-106 #bgH1 {
+
.sitemap dd span {
background:#766E90 url(/rel_jap/bg/bg_ikon.gif);
+
    display: block;
border-color:#3C325B;  
+
    position: absolute;  
}
+
    left: -4.35rem;
.ns-106 #headScreen  {
+
    width: 4.3rem;
background-color:#3C325B;
+
    text-align: center;
border-color:#766E90;
+
    color: rgb(255 255 255 / 80%);  
}
+
    font-size: 1.25em;
.ns-106 #toc h2,
+
    line-height: 1.35;
.ns-106 #p-personal ul,
 
.ns-106 #p-personal li a,
 
.ns-106 #dropdown div,
 
.ns-106 #dropdown h5 {
 
background-color:#3C325B;  
 
color:#d8d3f0;
 
border-color:#867da3;
 
}
 
.ns-106 #p-personal li a:hover {
 
background-color:#5C527B;  
 
color:#f8f3ff;
 
}
 
 
.ns-106 #p-cactions ul,
 
.ns-106 #p-newtools ul,
 
.ns-106 #p-cactions li,
 
.ns-106 #p-newtools li,
 
.ns-106 .textbox_body {
 
background-color:#c1bcd6; color:#103;  border-color:#766E90; }
 
 
/* Namespace 108, NS_MYTHEN, Mythen */
 
 
 
.ns-108 #tagline { background-color:#DEE4CF; color:#333;}
 
.ns-108 h1,
 
.ns-108 h2,
 
.ns-108 h3 { color:#829082; }
 
 
 
.ns-108 #column-content #content {
 
border-top-color:#CCD3BF;
 
 
}
 
}
.ns-108 #bgH1 { 
+
.sitemap dl,
background-color:#CCD3BF;
+
.sitemap dd {
background: url(/rel_jap/bg/bg_mythen.gif) #CCD3BF;
+
margin: 0;
border-color: #9ea693;
+
padding: 0;  
}
+
}
.ns-108 #headScreen {  
+
#content .sitemap ul {
color:#f0f4e0;  
+
font-size: 1rem;
background-color:#DEE4CF;
+
margin: 0;
border-color:#919B86;  
+
padding: 0;
}  
+
padding-top: .7em;  
.ns-108 #p-logo { border-color:#e8ecd9; }
+
  text-align: left;
 
+
  }
.ns-108 #toc h2,
+
.sitemap ul {
.ns-108 #p-personal ul,
+
display:none;
.ns-108 #p-personal li a,
 
.ns-108 #dropdown div,
 
.ns-108 #dropdown h5 {
 
background-color:#9ea693;  
 
color:#ffe;
 
border-color:#d3dcc7;  
 
}
 
.ns-108 #p-personal li a:hover {
 
background-color:#786;
 
color:#ffe;
 
}
 
 
.ns-108 #p-cactions ul,
 
.ns-108 #p-newtools ul,
 
.ns-108 #p-cactions li,
 
.ns-108 #p-newtools li,
 
.ns-108 .textbox_body {
 
background-color:#f0f4e0; color:#333;  border-color:#CCD3BF; }
 
 
/* Namespace 110, NS_GESCHICHTE, Geschichte */
 
 
 
.ns-110 #tagline {  background-color:#c3dde8;color:#013; }
 
.ns-110 h1,  
 
.ns-110 h2,
 
.ns-110 h3 { color:#246; }
 
.ns-110 #column-content #content {
 
border-top-color:#246;
 
 
}
 
}
.ns-110 #bgH1 { 
 
background-color:#5e7e99;
 
background: url(/rel_jap/bg/bg_geschichte.gif) #5e7e99;
 
border-color:#357;
 
}
 
.ns-110 #headScreen {
 
background-color:#357;
 
border-color:#8aacb9;
 
}
 
.ns-110 #p-logo { border-color:#9fbdcb; }
 
 
.ns-110 #toc h2,
 
.ns-110 #p-personal ul,
 
.ns-110 #p-personal li a,
 
.ns-110 #dropdown div,
 
.ns-110 #dropdown h5 {
 
background-color:#357;
 
color:#c0e1ee;
 
border-color:#8aacb9;
 
}
 
.ns-110 #p-personal li a:hover {
 
background-color:#579;
 
color:#eef;
 
}
 
/* Namespace 112, NS_TEXTE, Texte */
 
 
   
 
   
.ns-112 #tagline { color:#5c5033; background-color:#E8DFA7;}
+
.sitemap li {
.ns-112 h1,
+
margin: 0;
.ns-112 h2,  
+
margin-left: .75em;
.ns-112 h3 { color:#86682E; }
+
color: #777;
.ns-112 #column-content #content {
+
text-align: left;
border-top-color:#86682E;
+
}
 +
.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";
 
}
 
}
.ns-112 #bgH1{ 
 
background-color:#87743B;
 
background: url(/rel_jap/bg/bg_texte.gif) #87743B;
 
border-color:#ccba7b;
 
}
 
.ns-112 #headScreen {
 
background-color:#9c8347;
 
border-color:#ccba7b;
 
}
 
 
.ns-112 #toc h2,
 
.ns-112 #p-personal ul,
 
.ns-112 #p-personal li a,
 
.ns-112 #dropdown div,
 
.ns-112 #dropdown h5 {
 
background-color:#9c8347;
 
color:#F2F0d1;
 
border-color:#ccba7b;
 
}
 
.ns-112 #p-personal li a:hover {
 
background-color:#bca367;
 
color:#fff;
 
}
 
 
.ns-112 #p-cactions ul,
 
.ns-112 #p-newtools ul,
 
.ns-112 #p-cactions li,
 
.ns-112 #p-newtools li,
 
.ns-112 .textbox_body {color:#5c5033; background-color:#F5F3C9; border-color:#97844B;}
 

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