 html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  margin:0;
  padding:0;
  background: rgb(255, 255, 255);
  font-family: 'Roboto', sans-serif;
  font-size:12px;
} 
li {
  padding:0;
  margin:10px 0;
}
nav {
  z-index: 50;
  text-align:center;
  width:100%;
  position:relative;
  height:auto;
  overflow:hidden;
  background: rgba(75,130,135,1);
  border-bottom: solid 2px rgb(170, 158, 104);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
ul {
  margin:0;
  padding:0;
  text-decoration:none;
  list-style:none;
}
ul.aufzaehlung {
    margin: 0 40px;
    list-style: disc;
}
h1 {
  font-size: 50px;
  font-family: Ramaraja;
  color: rgba(61,64,67,1);
}
h3 {
  font-size: 35px;
  font-family: Ramaraja;
  color: rgba(61,64,67,1);
}
h4 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  color: rgba(61,64,67,1);
  font-weight: 700;
}
hr {
    border: solid 2px background: rgba(75,130,135,1);;
}
.carousel-caption h3 {
  color: rgba(255,255,255,1);
}
.bild {
  margin-bottom: 15px;
  padding: 5px;
  border: solid 1px rgb(170, 158, 104);
  border-radius: 15px;
}
.carousel-caption h3 {
  background: rgba(65,65,65,0.8);
  padding: 10px 15px;
}
p {
  font-family: 'Roboto', sans-serif;
  color: rgba(61,64,67,1);
  margin-top: 20px;
  line-height: 1.5;
}
.container.inhalt {
  padding-top: 50px;
  background: rgba(255,255,255,1);
}
/*SLIDER*/
.slider-background {
  background-color: rgb(170, 158, 104);
}
.carousel-inner {
    height: 200px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 200px;
}
.inhalt {
  padding-top: 50px;
  width:100%;
  font-size:20px;
  color: #333;
  padding-bottom: 100px;
}
.aktuelles {
    border-left: solid 1px rgb(170, 158, 104);
}
.aktuelles-img {
    width: 60%;
    margin-top: 20px;
}
.videoblock {
  padding-bottom: 100px;
}
.abstand {
  margin-top: 35px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 61px;
  background-color: rgba(61,64,67,1);
  border-top: solid 2px rgb(170, 158, 104);
  padding: 20px 0;
  color: rgba(255,255,255,1);
  text-align: right;
}
.footer p {
  color: rgba(255,255,255,0.5);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 0;
}
.footer a {
  color: rgba(170,158,104,1);
}
.logo {
  max-height: 80px;
  margin: 20px 0;
}
.button {
  display:inline;
  position:absolute;
  left: 25px;
  top: 15px;
  z-index:999;
  font-size:30px;
}
.button a {
  text-decoration:none;
}
.btn-open:after {
  color: rgb(255, 255, 255);
  content:"\f0c9";
  font-family:"FontAwesome";
  transition: all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
  color:rgb(170, 160, 105);
  font-size:50px;
}
.btn-close:after {
  color: rgb(87, 87, 87)!important;
  content:"\f00d";
  font-family:"FontAwesome";
  transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
  color: rgb(255, 255, 255)!important;
  font-size:50px;
}
.btn-lg, .btn-group-lg>.btn {
    background-color: rgb(170, 158, 104);
    color: rgba(255,255,255,1);
}
button.btn.btn-primary.hidden-print {
    background-color: #b09e65;
    border: none;
    box-shadow: none;
    background-image: none;
}
/*GALLERY*/
.thumbs {
  margin-top: 25px;
  text-align: left;
  margin-bottom: 100px;
}
.thumbs li {
  margin-bottom: 15px;
} 

.thumbs li a{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(61,64,67,1);
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
/*overlay*/
.overlay {
  display:none;
  position:fixed;
  top:0;
  height:100%;
  width:100%;
  background: rgb(170, 158, 104);
  overflow:auto;
  z-index:99;
}
.menu{
  padding-top: 50px;
}
.menu h2 {
  font-family: Ramaraja;
  font-size: 5em;
  color: rgba(61,64,67,1);
}
.menu h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  color: rgba(61,64,67,1);
}
.menu p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  color: rgba(61,64,67,1);
}
.menu p a{
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: rgba(255,255,255,1);
}
.menu p a:hover{
  color: rgba(75,130,135,1);
  text-decoration: none;
}
.menu hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid rgba(255,255,255,1);
  width: 100%;
}
.menu ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2em;
  color: rgba(61,64,67,1);
  border-bottom: dotted 2px rgba(255,255,255,1);
}
.menu ul li a:hover{
  color: rgba(255,255,255,1);
  text-decoration: none;
}
.wrap {
  color:#e9e9e9;
  text-align:center;
  max-width:90%;
  margin:0 auto;
}
.video-modal {
  width: 80%;
}
/*SUBNAV*/
nav.nav.subnav {
    background-color: rgb(75 130 136);
    border-bottom: solid 2px;
    border-top: solid 2px;
    box-shadow: none;
}
a.nav-link {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
    color: rgba(61, 64, 67, 1);
}
a:hover.nav-link {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(40, 75, 75, 1.0);
}
/*NAV*/
.nav-pills>li+li {
    margin-left: 0;
}
.nav-pills>li>a {
    color: #fff;
    background-color: #393e41;
    border-radius: 0;}

.nav-pills li .active a {
    color: #ffffff;
    background-color: #b1a066;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #b09e65;
}

.nav>li>a:hover, .nav>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ba9e61;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .carousel-inner {
    height: 250px;
    overflow: hidden;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.logo {
  max-height: 100px;
  margin: 20px 0;
}
.menu{
  padding-top: 100px;
}
.menu hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid rgba(255,255,255,1);
  width: 50%;
}
.carousel-inner {
    height: 300px;
    overflow: hidden;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.carousel-inner {
    height: 400px;
    overflow: hidden
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}