:root {
    --cassiopeia-color-primary: #e5e7e9;
    --cassiopeia-color-link: #224faa;
    --cassiopeia-color-hover: #818186;
}

.footer {
    color: white;
    background-image: none;
    background-color: black;
}

.it-btn {
    background-color: red;
    padding: 7px;
    font-weight: bold;
    border-color: red;
    border-style: solid;
    border-width: 0 10px 0 0;
}

a.it-btn {
    text-decoration: none;
}
    a.it-btn:hover {
        border-color: white;
    }
.page-header {
    color: darkgray;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 50px;
    border-color: red;
    border-style: solid;
    border-width: 0 0 0 5px;
}

    .page-header h1 {
        font-size: 26px;
    }
i {
    font-size: 120%;
}
.header {
    border-color: red;
    border-style: solid;
    border-width: 0 0  2px 0;
}
.custom {
    padding-top: 10px
}


.metismenu-item {
    color: white;
    background-color: darkgrey;
    border-color: darkgrey;
    border-style: solid;
    border-width: -6px;
}
    .metismenu-item:hover {
        background-color: red;
    }
   .metismenu-item a {
		font-size: 90%;
    }

.mm-toggler {
	font-size: 90%;
}
.metismenu.mod-menu {
    font-size: 50%;
    text-decoration: none;
}
.metismenu.mod-menu .metismenu-item > a {
    border-style: none;
    text-decoration: none;
    color: white;
}



    .metismenu.mod-menu .metismenu-item.active > a, .metismenu.mod-menu .metismenu-item.active > button, .metismenu.mod-menu .metismenu-item > a:hover, .metismenu.mod-menu .metismenu-item > button:hover {
        text-decoration: none;
        border-style: none;
    }


.level-2 {
    background-color: darkgrey;
    color: white;
}

footer div.mod-footer {
	color: darkgrey;
}

/* cards on Mainpage */
.nfeed {
    color: red;
}


/* für Neuigkeiten */
.mod-articles-category-title {
    font-weight: bold;
    color: black;
}
.mod-articles-category-date {
    color: silver;
}
.mod-articles-category-category  {
    padding-left: 20px;
}


/* RSS scroller */
.crs_div a {
    color: black;
    text-decoration: none;
}

/* für Dokumente */
.dok01 td {
    vertical-align: top;
}

/* Bearbeitungs Datum */
.modified time{
    color: silver;
    font-size: 80%;
}

/* WiKi Übersicht */

.cat-children .page-header {
    margin: 10px;
    padding-top: 0px;
    font-size: 12pt;
    border-color: silver;

}
    .cat-children a{
        color: black;
        font-weight: normal;
        text-decoration: none;
    }
    .cat-children h3 {
       font-size: 12pt;
       margin-top: 50px;
    }
.cat-children a:hover {
    color: red;
    font-weight: bold;
}

/* WiKi Beiträge */
.com-content-category .content-category h1 {
    padding-left: 15px;
    color: darkgray;
    font-size: 18pt;
    border-color: red;
    border-style: solid;
    border-width: 0 0 0 5px;
}

/* für Historie */
.histo table {
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    font-size: smaller;
}

.histo table, td, tr {
    border: 0px;
}

.histo thead, th {
    border-bottom: 1px solid black;
    font-size: 120%;
}

.histo td {
    color: black;
    padding: 5px 15px 5px 15px;
}

.histo tbody > tr > :nth-child(1) {
    text-align: center;
}

.histo tr:nth-child(even) {
    background: #e2e4fe;
}

.histo tr:nth-child(odd) {
    background: white;
}

/* für AGT-List*/
.agtlist td {
    padding: 20px;
}
.agtlist tbody > tr > :nth-child(1) {
    text-align: center;
}
.agtlist tr:nth-child(even) {
    background: #e2e4fe;
}
.agtlist tr:nth-child(odd) {
    background: white;
}


/* für kat-Beiträge */
.list-title {
    border: 0px;
}
.table thead th {
    border: 0px;
}
/* links für kat-title */
.table a {
    text-decoration: none;
    color: black;
    font-size: smaller;
}
.table a:hover {
    color: red;;
}


