/* ******************
***** Jumbotron *****
****************** */
.jumbotron {
  background-image: url("/img/design/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jumbotron h1 {
  font-size: 36px;
  text-align: center;
  margin-top: 10px;
  text-shadow: 1px 1px 1px #0902ff;
  color: #fbfbfb;
}
/* ***************
***** Panels *****
*************** */
.panel-default {
  border-color: #647936;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #647936;
  border-color: #5d7235;
  background-image: -webkit-linear-gradient(top, #647936 0, #5d7235 100%);
  background-image: -o-linear-gradient(top, #647936 0, #5d7235 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#647936), to(#5d7235));
  background-image: linear-gradient(to bottom, #647936 0, #5d7235 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
/* ************
***** Nav *****
************ */
.nav {
  margin-top: 28px;
}

.nav > li {
    position: relative;
}
.nav > li > a {
  background-color: #647936;
  color: #fff;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a.active {
  background-color: #596f37;
  cursor: pointer;
}
.nav > li > a:hover > img,
.nav > li > a:active > img,
.nav > li > a.active > img {
  display: block;
    position: absolute;
    right: 5px;
    top: 10px;
}
.nav > li > a > img {
  display: none;
  float: right;
}
body {
  background-image: url("../img/design/background.png");
  background-size: contain;
  background-position: center;
  color: #000080;
  font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.75);
}
/*
.content {
  background-image: url("../rkwapp_wasserz.gif");
  background-repeat: no-repeat;
  background-position: center;
}
*/
/* *************
***** Home *****
************* */
#page-home p {
  text-align: center;
}
#page-home p.fifty_jear {
  font-size: 36px;
  color: #006600;
  font-weight: bold;
}
#page-home p img {
  height: 315px;
  width: 269px;
}
#page-links h4 {
  margin-bottom: 0;
}
#page-links img.deufahn {
  height: 21px;
  width: 28px;
}
#page-links img.ek {
  height: 26px;
  width: 28px;
}
#page-links img.bw {
  height: 69px;
  width: 87px;
}
#page-links img.brv {
  height: 70px;
  width: 59px;
}
#page-press table td:first-of-type {
  width: 300px;
}
#page-gallery table.gallery_list {
  width: 473px;
  margin-left: auto;
  margin-right: auto;
}
#page-gallery table.gallery_list tr {
  height: 30px;
}
#page-gallery table.gallery_list tr td {
  text-align: center;
}
#page-gallery table img {
  width: 100%;
  height: auto;
  max-width: 945px;
}
