MediaWiki:Common.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Linkfarben:
Athyria-Wiki: a { color:#B8860B; }, a:hover { color: #DAA520 }
Mythopedia: a { color:#05a5ca; }, a:hover { color:#d9a557 }
*/
a { color:#05a5ca; }
a { color:#05a5ca; }
a:hover { color:#d9a557 }
a:hover { color:#d9a557 }


#p-logo img {
/*Footer-Abstände reduzieren*/
width: 243px;
.mw-footer, #footer-bottom { margin-top:0; }
    padding-top: 15px;
#footer-sitetitle { margin-top:0; }
}
.ve-init-mw-desktopArticleTarget-toolbar {
    margin: 0px -20px 20px -20px !important;
}


.mw-footer, #footer-bottom { margin-top:10px; }
/*Logo in Menüleiste formatieren*/
#footer-sitetitle { margin-top:30px; }
.mw-header .citizen-header__logo, .mw-header .citizen-header__logo .mw-logo {
 
overflow: visible;
.mw-header-siteinfo .mw-wiki-title {
}
position:relative;
}
 
.mw-header-siteinfo .mw-wiki-title span.mythopedia-logo-span {  
position:absolute;
top:-10px;
left:130px;
}


.mythopedia-logo {  
.mw-header .citizen-header__logo .mw-logo {
height:50px;
opacity: 0.9;
-webkit-filter: grayscale(20%);
filter: grayscale(20%);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
}


.mw-header-siteinfo {
.mw-header .citizen-header__logo .mw-logo IMG.mw-logo-icon {
overflow: visible;
}
 
.mw-header-siteinfo .mw-wiki-title {
opacity: 0.8;
-webkit-filter: grayscale(40%);
filter: grayscale(40%);
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
 
.mw-header-siteinfo .mw-wiki-title img.mythopedia-logo {
transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
}


.mw-header-siteinfo .mw-wiki-title:hover {
.mw-header .citizen-header__logo .mw-logo:hover {
opacity: 1.0;
opacity: 1.0;
-webkit-filter: grayscale(0);
-webkit-filter: grayscale(0);
Zeile 49: Zeile 35:
}
}


.mw-header-siteinfo .mw-wiki-title:hover img.mythopedia-logo {
.mw-header .citizen-header__logo .mw-logo:hover IMG.mw-logo-icon {
-webkit-transform: scale(1.1);
-webkit-transform: scale(1.2);
transform: scale(1.1);
-moz-transform: scale(1.2);
}
-o-transform: scale(1.2);
 
-ms-transform: scale(1.2);
footer.mw-footer div#footer-content h2#footer-sitetitle { height: 20px;}
transform: scale(1.2);
footer.mw-footer div#footer-content h2#footer-sitetitle span.mythopedia-logo-span { position: relative; left: 150px; top: -45px; }
 
DIV#footer-tagline IMG.igelpic {
opacity: 0.7;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
 
DIV#footer-tagline IMG.igelpic:hover {
opacity: 1.0;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
 
nav#footer-info { display:none; }
 
nav#footer-icons img {
opacity: 0.7;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
 
nav#footer-icons img:hover {
opacity: 1.0;
}
 
.category-tiles {
display: flex;
flex-wrap: wrap;
}
 
.category-tiles .category-container {
flex: 1 0 40%;
}
}
/* Formatierungen im Footer anpassen */
footer.mw-footer .mw-logo-wordmark { display: none; }
footer.mw-footer img.mythopedia-logo { height:50px; }


.category-container {
footer.mw-footer IMG.mythopedia-logo {
    background: none;
opacity: 0.8;
    border: none;
-webkit-transition: .5s ease-in-out;
    border-left: 2px solid var(--border-color-base--darker);
-moz-transition: .5s ease-in-out;
    border-radius: 30px;
-o-transition: .5s ease-in-out;
    box-shadow:  none;
transition: .5s ease-in-out;
    position: relative;
    padding: 5px 20px 5px 20px;
    margin: 5px;
}
 
.mw-body-content .category-container p {
    margin-top: 0.5rem;
}
 
.mw-body-content .category-container ul {
    margin-top: 0;
}
 
.category-container:hover {
    background: var(--background-color-framed--hover);  
    border: 2px solid var(--border-color-input--hover:);
    box-shadow:  0 1px 2px 1px rgba(0,0,0,0.01);
}
 
.category-container-pic {
    position: relative;
    padding: 0;
    margin: 5px;   
    border-radius: 50px;
    display: flex;   
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 300px;
    overflow: hidden;
    z-index: 2;
}
}


.category-container-pic img {
footer.mw-footer IMG.mythopedia-logo:hover {
    margin: 0;
opacity: 1.0;
    -webkit-filter: grayscale(0.3);
-webkit-transform: scale(1.1);
    filter: grayscale(0.3);
-moz-transform: scale(1.1);
    -webkit-transform: scale(1.0);
-o-transform: scale(1.1);
    transform: scale(1.0);
-ms-transform: scale(1.1);
    -webkit-transition: .5s ease-in-out;
transform: scale(1.1);
    transition: .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
    z-index: 1;
}
}


.category-container-pic:hover img {
#footer-tagline IMG.igelpic {
    -webkit-filter: grayscale(0);
opacity: 0.7;
    filter: grayscale(0);
-webkit-transition: .5s ease-in-out;
    -webkit-transform: scale(1.1);
-moz-transition: .5s ease-in-out;
    transform: scale(1.1);
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
}


.category-container-pic-label {
#footer-tagline IMG.igelpic:hover {
    position: absolute;
opacity: 1.0;
    top: 80px;
-webkit-transform: scale(1.1);
    left: auto;
-moz-transform: scale(1.1);
    justify-content: center;
-o-transform: scale(1.1);
    align-items: center;
-ms-transform: scale(1.1);
transform: scale(1.1);
}
}


.category-container-pic-bordered {
/* Doppelten Copyright-Hinweis ausblenden (steht schon in der Fußzeile) */
    border: 2px solid var(--border-color-base--darker);
.page-info #footer-info-copyright { display:none; }
    box-shadow:  0 1px 2px 1px rgba(0,0,0,0.02);
}


.category-container-logo {
/* Bilder im Footer farblich faden */
    position: relative;
#footer-icons img {
    padding: 0;
opacity: 0.7;
    margin: 5px;  
-webkit-transition: .5s ease-in-out;
    display: flex;  
-moz-transition: .5s ease-in-out;
    justify-content: center;
-o-transition: .5s ease-in-out;
    align-items: center;
transition: .5s ease-in-out;
    height: 200px;
    width: 300px;
    overflow: hidden;
    z-index: 2;
}
}


.category-container-logo-alt {
#footer-icons img:hover {
    background-image: url("/images/5/59/Mythopedia-Logo-a-1200.png"), url("/images/8/8c/Mythopedia-Logo-b-1200.png");
opacity: 1.0;
    background-position-x: 0px;
    background-position-y: 0px, -200px;
    background-repeat: no-repeat;
    background-size: 300px 200px, 300px 200px;
}
}


.category-container-logo-alt:hover {
    background-position-y: -200px, 0px;
}


/*
div#bodyContent {
div#bodyContent {
     position:relative;
     position:relative;
}
}
*/


/* Start Kategorie-Bilder bei Seitenüberschrift */
.category-box {
.category-box {
     display: inline-block;
     display: inline-block;
     height: 44px;
     height: 44px;
     margin: 0;
     margin: 0;
     padding: 0
     padding: 0;
     background: none;
     background: none;
     border: none;
     border: none;
Zeile 208: Zeile 119:
     height: 36px;
     height: 36px;
     width: 36px;
     width: 36px;
     margin: 0;
     margin: 0 5px 0 0;
     padding: 0;
     padding: 0;
     background-size: cover;                    
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center center;
     background-position: center center;
     border: none;
     border: none;
     -webkit-transition: .3s ease-in-out;
     -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
     transition: .3s ease-in-out;
}
}


.category-box span:hover {
.category-box span:hover {
     height: 44px;
     height: 40px;
     width: 44px;
     width: 40px;
}
}


/* Kategorie-Bilder in der Seitenüberschrift, die mit Jquery eingefügt werden */
.category-box-athyria {
.category-box-athyria {
     background-image: url("/resources/assets/Category_Athyria_360.png");
     background-image: url("/resources/assets/Category_Athyria_360.png");
Zeile 235: Zeile 149:
}
}


.ampel-box {
/* Ende Kategorie-Bilder bei Seitenüberschrift */
    position: relative;
width: 100px;
    height: 200px;
    overflow: visible;
    background: none;
    padding: 0;
    margin: 0 20px 5px 5px;
    border: none;
    box-shadow:  none;
}
 
.ampel-box a.ampel-link {
    width: 100px;
    height: 200px;
    display: block;
}
 
.ampel-box img {
    width: 100px;
    height: 200px;
  opacity: 0.8;
z-index: 2;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}


.ampel-box:hover img {
    opacity: 1.0;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ampel-box-info {
    position: absolute;
z-index: 0;
opacity: 0;
right: 0;
width: 200px;
    height: 165px;
    overflow: hidden;
    text-align: center;
    background: rgba(30, 30, 30, 0.8);
    padding: 10px;
    margin: 0;
    border: 1px solid #555555;
border-radius: 20px;
    box-shadow: 0px 2px 2px 0px rgba(150, 150, 150, 0.40);
-webkit-transition: 1.0s ease-in-out;
    transition: 1.0s ease-in-out;
}
.ampel-box-handy {
  display: none;
position: absolute;
width: 100px;
bottom: 10px;
text-align: center;
color: #eeeeee;
font-weight: bolder;
}
.mw-body-content .ampel-box-info h1 {
    margin-top: 0;
}
.ampel-box:hover .ampel-box-info {
z-index: 5;
opacity: 1;
right: 105px;
}


/* Start Inhalte-Box für Copyright-Hinweise */
.inhalt-box {
.inhalt-box {
     max-width: 300px;
     max-width: 300px;
Zeile 331: Zeile 175:
}
}


td.inhalte-label {
.inhalte-label {
     padding-right: 10px;
     padding-right: 10px;
     font-weight: 500;
     font-weight: 500;
Zeile 338: Zeile 182:
body.cat-Athyria table.inhalt-tabelle {
body.cat-Athyria table.inhalt-tabelle {
     background-image: url("/resources/assets/Athyria-Background.png");
     background-image: url("/resources/assets/Athyria-Background.png");
     background-size: cover;                    
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center center;
     background-position: center center;
Zeile 350: Zeile 194:
body.cat-Mitraspera table.inhalt-tabelle {
body.cat-Mitraspera table.inhalt-tabelle {
     background-image: url("/resources/assets/Mitraspera-Background.png");
     background-image: url("/resources/assets/Mitraspera-Background.png");
     background-size: cover;                    
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center center;
     background-position: center center;
     border: 2px solid rgba(64,152,183,0.5);  
     border: 2px solid rgba(64,152,183,0.5);
}
}


body.cat-Mitraspera table.inhalt-tabelle td {
body.cat-Mitraspera table.inhalt-tabelle td {
     border-bottom: 2px solid rgba(64,152,183,0.5);  
     border-bottom: 2px solid rgba(64,152,183,0.5);
}
}


body.cat-Mitraspera_e_V_ table.inhalt-tabelle, body.cat-Wiki table.inhalt-tabelle{
body.cat-Mitraspera_e_V_ table.inhalt-tabelle, body.cat-Wiki table.inhalt-tabelle{
     background-image: url("/resources/assets/Verein-Background.png");
     background-image: url("/resources/assets/Verein-Background.png");
     background-size: cover;                    
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center center;
     background-position: center center;
Zeile 375: Zeile 219:
     border-bottom: none;
     border-bottom: none;
}
}
/* Ende Inhalte-Box für Copyright-Hinweise */


/* Abstände anpassen */
/* Abstände anpassen */
.mw-body-content p, .mw-body-content p + p, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 {
.mw-body-content p, .mw-body-content p + p, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 {
     margin-top: 1.0rem;
     margin-top: 1.0rem;
}
/* Logo neben Mythopedia im Header am Handy ausblenden */
@media ( max-width: 800px ) {
header.mw-header div.mw-header-siteinfo a.mw-wiki-title span.mythopedia-logo-span {
display: none;
}
}
}


Zeile 400: Zeile 238:


/* Layout auf breiten Bildschirmen vergrößern >1300 */
/* Layout auf breiten Bildschirmen vergrößern >1300 */
@media ( min-width: 1300px ) {
/*@media ( min-width: 1300px ) {
html {
html {
--width-layout: 1100px;
--width-layout: 1100px;
}
}
}
}
 
*/
/* Layout auf breiten Bildschirmen vergrößern >1700 */
/* Layout auf breiten Bildschirmen vergrößern >1700 */
@media ( min-width: 1600px ) {
/*@media ( min-width: 1600px ) {
html {
html {
--width-layout: 1400px;
--width-layout: 1400px;
}
}
}
}
 
*/
/* Layout der Hauptseite fixieren */
/*
body.page-Hauptseite header.mw-body-header, body.page-Hauptseite div.mw-body-content {
body.page-Hauptseite header.mw-body-header, body.page-Hauptseite div.mw-body-content {
max-width: 960px;
max-width: 960px;
}
}
*/
/* Formatierungen für die Startseite */
.category-tiles {
display: flex;
flex-wrap: wrap;
max-width: 960px;
}
.category-tiles .category-container {
flex: 1 0 40%;
}
.category-container {
    background: none;
    border: none;
    border-left: 2px solid var(--border-color-base--darker);
    border-radius: 30px;
    box-shadow:  none;
    position: relative;
    padding: 5px 20px 5px 20px;
    margin: 5px;
}
.mw-body-content .category-container p {
    margin-top: 0.5rem;
}
.mw-body-content .category-container ul {
    margin-top: 0;
}
/*
.category-container:hover {
    background: var(--background-color-framed--hover);
    border: 2px solid var(--border-color-input--hover);
    box-shadow:  0 1px 2px 1px rgba(0,0,0,0.01);
}
*/
.category-container-pic {
    position: relative;
    padding: 0;
    margin: 5px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 300px;
    overflow: hidden;
    z-index: 2;
}
.category-container-pic img {
    margin: 0;
    -webkit-filter: grayscale(0.3);
    filter: grayscale(0.3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    z-index: 1;
}
.category-container-pic:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.category-container-pic-label {
    position: absolute;
    top: 80px;
    left: auto;
    justify-content: center;
    align-items: center;
}
.category-container-pic-bordered {
    border: 2px solid var(--border-color-base--darker);
    box-shadow:  0 1px 2px 1px rgba(0,0,0,0.02);
}
.category-container-logo {
    position: relative;
    padding: 0;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 300px;
    overflow: hidden;
    z-index: 2;
}
/* Ende Formatierungen für die Startseite */

Aktuelle Version vom 23. Januar 2023, 21:37 Uhr

/* Linkfarben:
Athyria-Wiki: a { color:#B8860B; }, a:hover { color: #DAA520 }
Mythopedia: a { color:#05a5ca; }, a:hover { color:#d9a557 }
*/
a { color:#05a5ca; }
a:hover { color:#d9a557 }

/*Footer-Abstände reduzieren*/
.mw-footer, #footer-bottom { margin-top:0; }
#footer-sitetitle { margin-top:0; }

/*Logo in Menüleiste formatieren*/
.mw-header .citizen-header__logo, .mw-header .citizen-header__logo .mw-logo {
	overflow: visible;
	}

.mw-header .citizen-header__logo .mw-logo {
	opacity: 0.9;
	-webkit-filter: grayscale(20%);
	filter: grayscale(20%);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.mw-header .citizen-header__logo .mw-logo IMG.mw-logo-icon {
transition: .5s ease-in-out;
}

.mw-header .citizen-header__logo .mw-logo:hover {
opacity: 1.0;
-webkit-filter: grayscale(0);
filter: grayscale(0);
}

.mw-header .citizen-header__logo .mw-logo:hover IMG.mw-logo-icon {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
/* Formatierungen im Footer anpassen */
footer.mw-footer .mw-logo-wordmark { display: none; }
footer.mw-footer img.mythopedia-logo { height:50px; }

footer.mw-footer IMG.mythopedia-logo {
	opacity: 0.8;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

footer.mw-footer IMG.mythopedia-logo:hover {
	opacity: 1.0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#footer-tagline IMG.igelpic {
	opacity: 0.7;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#footer-tagline IMG.igelpic:hover {
	opacity: 1.0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* Doppelten Copyright-Hinweis ausblenden (steht schon in der Fußzeile) */
.page-info #footer-info-copyright { display:none; }

/* Bilder im Footer farblich faden */
#footer-icons img {
	opacity: 0.7;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#footer-icons img:hover {
	opacity: 1.0;
}


/*
div#bodyContent {
    position:relative;
}
*/

/* Start Kategorie-Bilder bei Seitenüberschrift */
.category-box {
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.category-box span {
    position: relative;
    top: 5px;
    display: inline-block;
    height: 36px;
    width: 36px;
    margin: 0 5px 0 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.category-box span:hover {
    height: 40px;
    width: 40px;
}

/* Kategorie-Bilder in der Seitenüberschrift, die mit Jquery eingefügt werden */
.category-box-athyria {
    background-image: url("/resources/assets/Category_Athyria_360.png");
}

.category-box-mitraspera {
    background-image: url("/resources/assets/Category_Mitraspera_360.png");
}

.category-box-mitrasperaev {
    background-image: url("/resources/assets/Category_Verein_360.png");
}

/* Ende Kategorie-Bilder bei Seitenüberschrift */


/* Start Inhalte-Box für Copyright-Hinweise */
.inhalt-box {
    max-width: 300px;
    background: none;
    padding: 0;
    margin: 0 0 5px 5px;
}

table.inhalt-tabelle {
    margin: 0;
    padding: 5px;
    border-spacing: 0;
    background: var(--background-color-framed);
    border: 1px solid rgba(100,100,100,0.5);
    box-shadow:  0 1px 2px 1px rgba(0,0,0,0.4);
    border-radius: 10px;
    font-size: 0.86em;
}

table.inhalt-tabelle td {
    border-bottom: 1px solid var(--border-color-input--hover);
}

.inhalte-label {
    padding-right: 10px;
    font-weight: 500;
}

body.cat-Athyria table.inhalt-tabelle {
    background-image: url("/resources/assets/Athyria-Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid rgba(222,161,63,0.50);
}

body.cat-Athyria table.inhalt-tabelle td {
    border-bottom: 2px solid rgba(222,161,63,0.50);
}

body.cat-Mitraspera table.inhalt-tabelle {
    background-image: url("/resources/assets/Mitraspera-Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid rgba(64,152,183,0.5);
}

body.cat-Mitraspera table.inhalt-tabelle td {
    border-bottom: 2px solid rgba(64,152,183,0.5);
}

body.cat-Mitraspera_e_V_ table.inhalt-tabelle, body.cat-Wiki table.inhalt-tabelle{
    background-image: url("/resources/assets/Verein-Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid rgba(128,9,9,0.5);
}

body.cat-Mitraspera_e_V_ table.inhalt-tabelle td, body.cat-Wiki table.inhalt-tabelle td {
    border-bottom: 2px solid rgba(128,9,9,0.5);
}

table.inhalt-tabelle td.inhalte-noborder, body.cat-Mitraspera_e_V_ table.inhalt-tabelle td.inhalte-noborder, body.cat-Mitraspera table.inhalt-tabelle td.inhalte-noborder, body.cat-Athyria table.inhalt-tabelle td.inhalte-noborder, body.cat-Wiki table.inhalt-tabelle td.inhalte-noborder  {
    border-bottom: none;
}

/* Ende Inhalte-Box für Copyright-Hinweise */

/* Abstände anpassen */
.mw-body-content p, .mw-body-content p + p, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 {
    margin-top: 1.0rem;
}

/* Ampelinfo am Handy ausblenden */
@media ( max-width: 800px ) {
	div.ampel-box-info {
		display: none;
	}
        .ampel-box-handy {
                display: block;
        }
}

/* Layout auf breiten Bildschirmen vergrößern >1300 */
/*@media ( min-width: 1300px ) {
html {
--width-layout: 1100px;
}
}
*/
/* Layout auf breiten Bildschirmen vergrößern >1700 */
/*@media ( min-width: 1600px ) {
html {
--width-layout: 1400px;
}
}
*/
/* Layout der Hauptseite fixieren */
/*
body.page-Hauptseite header.mw-body-header, body.page-Hauptseite div.mw-body-content {
max-width: 960px;
}
*/

/* Formatierungen für die Startseite */
.category-tiles {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
}

.category-tiles .category-container {
	flex: 1 0 40%;
}

.category-container {
    background: none;
    border: none;
    border-left: 2px solid var(--border-color-base--darker);
    border-radius: 30px;
    box-shadow:  none;
    position: relative;
    padding: 5px 20px 5px 20px;
    margin: 5px;
}

.mw-body-content .category-container p {
    margin-top: 0.5rem;
}

.mw-body-content .category-container ul {
    margin-top: 0;
}
/*
.category-container:hover {
    background: var(--background-color-framed--hover);
    border: 2px solid var(--border-color-input--hover);
    box-shadow:  0 1px 2px 1px rgba(0,0,0,0.01);
}
*/

.category-container-pic {
    position: relative;
    padding: 0;
    margin: 5px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 300px;
    overflow: hidden;
    z-index: 2;
}

.category-container-pic img {
    margin: 0;
    -webkit-filter: grayscale(0.3);
    filter: grayscale(0.3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    z-index: 1;
}

.category-container-pic:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.category-container-pic-label {
    position: absolute;
    top: 80px;
    left: auto;
    justify-content: center;
    align-items: center;
}

.category-container-pic-bordered {
    border: 2px solid var(--border-color-base--darker);
    box-shadow:  0 1px 2px 1px rgba(0,0,0,0.02);
}

.category-container-logo {
    position: relative;
    padding: 0;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 300px;
    overflow: hidden;
    z-index: 2;
}
/* Ende Formatierungen für die Startseite */