.kufertools_logo {
  max-width: 380px;
}

/* Menü */
nav {
  background-color: #0B6695;
}

/* Footer */
footer {
  background-color: #505050;
}


/* 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;
}

footer a:focus {
color: #fff;
}