p{
	font-weight: bold;
}
 
.panel-transparent {
        background: none;
    }

    .panel-transparent .panel-heading{
        background: rgba(64,0,0, 0.8)!important;
    }
 
    .panel-transparent .panel-body{
        background: rgba(255,255, 255, 0.2)!important;
    }
 .panel-primary .panel-heading {
     background-color: #400000; 	rgb(64,0,0)
   }
.backgroundDIV{
	background-image:url("../background.png");
	 position:fixed;
	 background-repeat: no-repeat;
	  background-position: 30% 20%;
     top: 210px;
     left: 10px;
    width: 100%;
    height: 100%; 
    z-index:-2000;
} 
.navbar-inverse{
	z-index:100000;
}
.key{
	background-image:url("../key100.png");
	background-repeat: no-repeat;
	 position:fixed;
	 background-repeat: no-repeat;
	  background-position: 10% 20%;
     top: 70px;
     left: 10px;
    width: 100%;
    height: 100%; 
    z-index:-2000;
}
 
.notenKey{
	background-image:url("../key100.png");
	 position:fixed;
     top: 120px;
     left: 5px;
    width: 100px;
    height: 300px; 
} 
   .footerDIV{
      position:fixed;
      bottom:0px;
      background-color: #C0C0C0;
      width: 100%;  
      margin-left: 0px;
      margin-right:25px;
      padding-right:25px;
      padding-top: 5px;
      height: 30px;
      border-radius: 8px;
      color: white;
      text-align: center;
   }
 .footerDIV a {
     
     color: white;
 }
.terminInfo{
	vertical-align: top;
	
}
.terminInfo   p{
	background-color: #C0C0C0;
}
.terminInfo h3{
	background-color: #C0C0C0;
}
#slider1 {
	width: 720px;
	height: 400px;
	overflow:hidden;
	
}
#slider1 .slides{
	display: block;
	witth: 600px;
	height: 400px;
	margin:0;
	padding:0;
}
#slider1 .slide {
	float:left;
	list-style-type:none;
	width:720px;
	height: 400px;
	}
}
 #here 
 {
   width : 750px;
   height : 540px;
   display: block;
   position: relative;
   margin: auto;
 } 
  #slider
 {
   width : 750px;
   height : 540px;
   display: block;
   position: absolut;
   margin: auto;
   overflow: hidden;
 
 }
  
  .info
 {
   width : 750px;
   height : 30px;
   display: block;
   position: relative;
   bottom: 100px;
   background: rgb(202,2014,1);
   z-index:99;
 } 
  .info h2
 {
  font-family: sans-serif;
  font-size: : 20px;
  font-weight: bold;
  color : #FFF;
 } 
 .info p {
    font-family: sans-serif;
    font-size: : 12px;
     font-weight: normal;
     color: #FFF;
     padding: 0,0,0,20px;
     background: rgb(202,2014,1);
     line-height: 1px;
 }
 #play {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    top: 135px;
    right: 200px;
    position: absolute;
    color: #FFF;
    background: rgb(202,2014,1);
    cursor: pointer;
    transform: rotate(90dg);
    -webkit-transform:rotate(90dg);
    z-index:999;
 }
  #pause{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    top: 135px;
    right: 250px;
    position: absolute;
    color: #FFF;
    background: rgb(202,2014,1);
    cursor: pointer;
    z-index:999;
 }
  #next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    top: 135px;
    right: 150px;
    position: absolute;
    color: #FFF;
    background: rgb(202,2014,1);
    cursor: pointer;
    z-index:999;
 }
  #prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    top: 135px;
    right: 300px;
    position: absolute;
    color: #FFF;
    background: rgb(202,2014,1);
    cursor: pointer;
    z-index:999;
 }
 
 #pager {
  width:100%;
  height: 90px;
  text-align: center;
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  
 }
   
   #pager a{
      width: 10px;
      height: 10px;
      display: inline-block;;
      position: relative;
      border: 1px;
      background: #FFF;
   }
   
  .textBoxBetreff{
    font-family:  Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    width: 500px;
    height: 30px;
   }

   .textBoxFrage {
    font-family:  Tahoma, Helvetica, sans-serif;
    width: 500px;
    height: 160px;
    font-size: 14px;
   }
   .textBoxAnzeige {
    font-family:  Tahoma, Helvetica, sans-serif;
    width: 300px;
    height: 120px;
    font-size: 12px;
   }
   

   .kontakt{
      position: absolute;
      left:220px;
      width:800px;
      top: 342px;
      font-family:  Tahoma, Helvetica, sans-serif;
      font-size: 14px;
   }
  #eu-cookie-message{
position: fixed;
bottom: 0;
width: 100%;
padding: 20px;
text-align: center;
color: #fff;
background-color: #333;
}
#eu-cookie-message form{
border:0;
margin:0;
padding:0;
}
#eu-cookie-message form input{
display: block;
margin: 15px auto 0 auto;
padding: 5px 10px;
background-color: #F6D000;
border: 2px solid #787252;
border-radius: 5px;
cursor: pointer;
}