a:active, a:focus {
outline: 0 !important;
-moz-outline-style: none !important;
}


.container-header .mod-menu a {
  /* text-transform: uppercase; */
  font-weight: 500;
  /* padding: 0 2px;*/
  position: relative;
  display: block;
  text-shadow: none;
  background: transparent;
}


.container-sidebar-left {
  background-color: #eee;
  padding: 20px;
 /* border-right: solid 3px #eee;*/
}

/*
.container-component {
  background-color: #fff;
  padding: 15px;
 border: solid 2px #ddd;
}
*/

:root {
  /* Spezifisch für Überschriften (Optional, falls nicht über Primary gesteuert) */
    --heading-color: rgb(153, 0, 0); 
}
 h1, .h1, h2, .h2, h3, .h3 {font-weight: 300;}