

.kufertools_logo {
  max-width: 330px;
}

/* Header */
header {
  /* background-color: #0C3B67; dunkelblau*/
  box-shadow: 0 0 20px rgba(0,0,0,0.75);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #114474), color-stop(1, #002242));
  color: white;
}

/* Menü */
.navbar {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #164e82), color-stop(1, #114474));
  background-color: #0C3B67; 
}

.navbar-collapse {
   /* background-color: #D4D4E3;  */
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c8c8dc), color-stop(1, #fcfefe));
}

/* Schriftfarbe in der Navigation anpassen   */
.nav > li > a {
  color: #371964;
}

/* 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: #114474;
  border: 1px solid #114474;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #114474;
}

.caption_oeffnung {
    font-weight: bold; margin-top: 10px;
}

/* Footer */
footer {
  box-shadow: 0 0 20px rgba(0,0,0,0.75);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #002242), color-stop(1, #164e82));
}

footer a:focus {
color: #fff;
}