/* Menü */
nav,  .dialog-active {
  background-color: #00285A;
}

.kufertools_logo {
    max-width: 156.5px;
    max-height: 75px;
}

/* 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: #00285A;
  border: 1px solid #00285A;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #00285A;
}

footer {
  background-color: #00285A;
}

footer a:focus {
color: #fff;
}

footer #oeffnungszeiten {
  border-bottom: 1px solid #FFF;
}