.kufertools_logo {
  width: 600px; 
}


/* Menü */
nav {
  background-color: #052C5A;
}

/* 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: #052C5A;
  border: 1px solid #052C5A;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #052C5A;
}


/* Falls die Standard-Farbe der KuferTools geändert werden soll, kann dies hier gemacht werden. */
/* Footer */
footer {
  background-color: #052C5A;
}

footer a:focus {
  color: #fff;
}
