

/* Menü */
nav {
  background-color: #E30613;
}

/* Blättern */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #E30613;  /* rot */
  border: 1px solid #E30613;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #E30613;
}

/* Footer */
footer {
  background-color: #E30613;
  padding-top: 0px;
}

/** Container  im Footer */
footer > .container{
  background-color: #E6E6E6;
  color: #505050;
  padding: 20px 70px 0 70px;
}

/* Schriftfarbe im Footer  */
footer a, footer a:focus, footer a:hover {
color:  #5D5D5D;
}

/* Menü und Dialog zum Passwort anfordern (obere Leiste) */
nav, .dialog-active {
  background-color: #E30613;
}
