:root {
  --kt-primary-color: #0069B3;
  --kt-footer-color: #212121;
}

.kufertools_logo {
 max-width: 220px;
 max-height: 61px;
}

/* Menü */
nav,  .dialog-active {
  background-color: var(--kt-primary-color);
}

/* 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: var(--kt-primary-color);
  border: 1px solid var(--kt-primary-color);
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: var(--kt-primary-color);
}

/* Footer */
footer {
  background-color: var(--kt-footer-color);
}

footer a:focus {
color: #fff;
}