/* Menü */
nav {
  background-color: #093F87;
}

/* 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: #093F87;
  border: 1px solid #093F87;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #093F87;
}

/* Footer */
footer {
   padding-top: 0px;
  background-color: #093F87;
}

/** Container  im Footer */
footer > .container{
 padding-top: 25px;
  background-color: #E6E6E6;
  color: #505050;
}

/* Schriftfarbe im Footer  */
footer a, footer a:focus, footer a:hover {
color:  #505050;
}
