/* Änderung der primären Farben */
:root {
  --cassiopeia-color-primary: #00ab96;
  --cassiopeia-color-link: #005785;
  --cassiopeia-color-hover: #008295;
  --cassiopeia-font-weight-headings: 400;
  --cassiopeia-font-weight-normal: 400;
}

/* Darstellung des horizontalen Main Menu */
.container-header .mod-menu {
   justify-content: right;
   color: #002f5d;
   background-color: #ffffff;
   padding: 0;

}

/* mit der Maus über einen Link (im Main Menu) fahrten */
.container-header .mod-menu a:hover {
   color: #00ab96
}

/*Menüeintrag bleibt nach Klick formatiert, solange Beitrag angezeigt wird

.metismenu.mod-menu .metismenu-item.active > a {
background-color: #ffffff;
color: #00ab96;
}
*/ 
a:hover {
   color: #00ab96
}

/* Änderung Farben und Verläufe Header und Footer */
.header {
  background: rgb(255,255,255);
}
.footer {
  background: rgb(238,238,238);
}

/* Änderung der News Überschrift */
h2 {
  font-size: 26px; 
  color: #00ab96;
 
}

/* Änderung des News Textes */
.item-content {
  font-size: 18px;
}

/* Änderung des Weiterlesen in News */
.btn-secondary {
  font-size: 14px;
}

/* Änderung Rahmen der Module */
.sidebar-right {
  border-style: none;
}
.top-a {
  border-style: none;
}
.btn-secondary {
  border-style: none;
}
.bottom-a {
  border-style: none;
}
.bottom-b {
  border-style: none;
}

/* Entfernung der Unterstreichung von allen Links und besuchten Links */
a:link, a:visited  {
 text-decoration: none;
}

/* Bannerabstand zum Headbereich */
.container-banner {
margin-top: 1px;
}

/* Änderung Boxentitel Downloadbereich */
.card-title {
  font-size: 22px;
}

/* Änderung Farbe Navigation */
.mod-menu.mod-list.nav {
color: rgb(0,47,93)
}

/* Änderung Farbe mobile Navigation */
.navbar-toggler.navbar-toggler-right {
color: rgb(0,47,93)
}

/* Änderung Sidebar Überschrift */
.card-header {
 background-color: rgb(255,255,255);
 border: none; 
}

/* Änderung Sidebar Menü */
.mod-articlescategories.categories-module.mod-list {
font-size: 18px;
}

/* Kategoriesymbole News ausblenden */
.icon-folder-open.icon-fw {
display: none;
}

.icon-calendar.icon-fw {
display: none;
}
