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