/**
 * In dieser Datei können Sie eigene Anpassungen am CSS für Ihren
 * KuferTools Auftritt (Responsive) einbringen. Bitte nutzen Sie dafür nur diese Datei.
 */ 
 
 /* Menü */
nav {
  background-color: #F5F5F5;
}

.nav > li > a {
  color: #002262;
}

.nav > li > a:hover, .nav > li > a:focus  {
  color: #418359;
}

/* 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: #505050;
  border: 1px solid #505050;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #505050;
}

/* Footer */
footer {
  background-color: #505050;
}

footer a:focus {
color: #fff;
}