/**
 * 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.
 */ 

.kufertools_logo_text {
  font-weight: 400;
  color: #969696;
  position: relative;
  top: 5px;
  padding-left: 0;
  font-size: 18px;
  font-family: "Lato",sans-serif;
  line-height: 24px;
}

/* Menü */
nav {
  background-color: #0052AA;
}

/* Footer */
footer {
  background-color: #969696;
}

/* 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: #0052AA;
  border: 1px solid #0052AA;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #969696;
}

footer a:focus {
color: #fff;
}
