/* Farbe setzen für Hover-Link */
:root {
  --cassiopeia-color-hover: #f7072b !important;
}
/* Farbverlauf Hintergrund Header */
.container-header {
    background-image: linear-gradient(180deg,#000000 0,#810215 100%);
}
/* Ränder Header bei -statisch-*/
.container-header .grid-child {
  padding: 0;
}
/* Trennstrich zwischen den Artikeln */
.item-content { 
border-bottom: 3px solid #CDCDCD; 
display: block;
width: 95%;
margin-left: 10px;
margin-top: 10px;
}
/* Farbverlauf Hintergrund Footer */
.footer {
    background-image: linear-gradient(360deg,#000000 0,#810215 100%);
}
/* Content-Hintergrund-Farbe */
body {
  background-color: #800114;
  color: white;
}
/* Das Dropdown-Menu im Menu färbst du mit der Klasse .metismenu.mod-menu .mm-collapse ein */
.metismenu.mod-menu .mm-collapse {
  background: #590310;
}
/* Farbe Kopf der Module rechts angepasst */
.card-header {
    background-color: #590310;
    color: white;
}
/* Farbe Hintergrund der Module rechts angepasst */
.card-body {
  background-color: #710415;
  color: white;
}
/* Suchindex-Ergebnis - Linkfarbe */
.com-finder .result__title-url {
  color: #f25252 !important;
}
/* Suchindex Ergebnis - Farbe Datum */
.com-finder .result__date {
  color: #b7b4b4 !important;
}
/* Link-Farbe in JEvents-Termine (Aufruf aus Hauptmenü) angepasst */
a.ev_link_row:link {
  color: #f25252 !important;
  text-decoration: underline !important;
}
a.ev_link_row:visited {
  color: #f25252 !important;
}
a {
  color: #f25252;
}

/* Trennstrich in JEvents "nächste Termine" */ 
.mod_events_latest {
  border-top: solid 1px white !important;
}

/* Tabellenschrift auf weiß (Gerade und ungerade Zeilen) */
.table {
  --table-color-state: white;
  --table-hover-color: white;
  --table-bg: #800114
}

#system-message-container joomla-alert div .alert-message {
  color: black;
}
