.kufertools_logo {
 /*  max-width: 400px;  */
}

/* 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 #505050;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #052C5A;
}

footer {
  background-color: #052C5A;
}

footer a:focus {
color: #fff;
}