.navigation {
  border-radius:4px;
  padding:0px;
  background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #45484d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000000 0%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
}

.nav-pills .active a {
      background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #45484d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000000 0%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */

}

.nav-pills li a {
  background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #45484d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000000 0%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
  color: #FFFFFF;
  border-radius: 0px;
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  font-size: 1.4em;
  text-align: left;
}

.nav-pills .current a {
  color: #dd0000;
}

.navigation .nav-child a {
  background: #333;
  color: #FFFFFF;
  font-weight: 100;
  font-size:1.2em;
  text-align: left;
  
}

.navigation .nav-child a:hover {
  background: #633;
} 

.navigation .nav-child .current a:hover {
  background: #633;
} 


.navigation .nav-child .current a {
  color: #dd0000;
}

.footer .custom {
  background: #333;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer .custom a {
  color: #ffffff;
}

.footer .custom ul {
  list-style-type: disc;
  color: #ffffff;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://kdb-brandenburg.de/templates/protostar-kdb/fonts/RobotoCondensed-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1, h2, h3, h4, h5, h6, .site-title {
  font-family: "Roboto Condensed"
}