
/* Anpassungen Hea */
/* Angaben Template
Farbe Blau = #0063A7;
Farbe Pink = #E2007B;
Farbe D-Grau = #666;
*/
.container-header .navbar-brand img {
width: 3rem;
min-width: 3rem;
}

.profile .btn-toolbar,
.profile-edit,
.com-users-profile__edit.btn-toolbar {
  display: none;
}

.container-header {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  background-color: #0063A7;
}

:root {
  --cassiopeia-color-primary: #0063A7;
  --cassiopeia-color-link: #E2007B;
  --cassiopeia-color-hover: #0063A7;
}

.btn-primary {
    color: #fff;
    background-color: #E2007B;
    border-color: #CCC;
}

.btn-primary:hover {
    color: #fff;
    background-color: #CCC;
    border-color: #000;
}

.container-bottom-b555 {
background-color: #E2007B;
}

li.metismenu-item a:hover  {
color: #EE2669;
}

 /************************/
/* Menü Internerbereich Angaben */
/*************************/

li.metismenu-item a.aqua-intern:hover  {
color: #EE2669;
text-shadow: 1px 1px #FFF;
}

li.metismenu-item a.aqua-intern  {
color: #FFF;
text-shadow: 1px 1px #EE2669;
}

 /************************/
/* Footer Angaben */
/*************************/
.footer ul {
margin-left: -20px;
}
.footer a {
color: #fff;
text-decoration: none;
}

.footer a:hover {
color: #CCC;
}

.footer .grid-child {
align-items: flex-start;
}

 /************************/
/* Edocman Angaben */
/*************************/
h1.edocman-page-heading {
font-size: 32px;
}

/* Kategorie */
h3.edocman-category-title a {
color: #E2007B;
font-size: 24px;
font-weight: normal;
}

h3.edocman-category-title a:hover{
color: #0063A7;
}

/* Dokumente */
h3.edocman-document-title a {
color: #666;
font-size: 24px;
font-weight: normal;
}

h3.edocman-document-title a:hover {
color: #0063A7;
}

/* Dateigrösse und Datum*/
#edocman-documents h3.edocman-document-title .sizeinformation, 
#edocman-documents h3.edocman-document-title .downloadinformation, 
#edocman-documents h3.edocman-document-title .dateinformation, 
#edocman-documents h3.edocman-document-title .ratinginformation, 
#table-document .ratinginformation {
font-weight: normal;
font-size: 14px !important;
margin-top: 15px;
display: inline;
color: #999;
padding-right: 5px;
}


/* Backend Angaben */
.tdexplanation {
color: #000;
font-size: 12px;
border-bottom: 1px solid gray;
}

/* Ordered List in mehreren Spalten weiterführen */
ol li {
    margin: 0 0 10px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

ol {
    margin: 0 0 30px 20px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
}



