
@import url(http://fonts.googleapis.com/css?family=Fondamento);

/* ----- clearfix hack ----- */
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}  



/* ----- genaral ----- */

*{

}

body{
  font-family: Helvetica, sans-serif;
  color: #c0c0c0;
  background-color: #000;
  text-align: center;
  padding: 0px;
  margin: 0;
}

body.webfont{
  font-family: Fondamento, Helvetica, sans-serif;
}

h1{
  font-size: 110%;
  border-bottom: #ff9900 1px solid;
}

h2{
  font-size: 108%;
}

h3{
  font-size:  105%
}

h4{
  font-size: 104%
}

h5{
  font-size: 103%;
}
h6{
  font-size: 102%;
}

.main{
  width: 800px;
  text-align: left;
  margin: 0 auto 32px auto;
}

hr{
  color: #ff9900;
  background-color: #ff9900;
  height: 1px;
  border: 0px;
}

a{
  text-decoration: none;
  color: #ff9900;
}
img{
  border: 0px;
}

/* ----- NAVIGATION ----- */
nav {  
  height: 40px;
  width: 100%;
  background: #101010;
  font-size: 11pt;
  font-weight: bold;  
  position: relative;  
  border-bottom: 2px solid #444444;
}  
nav ul {  
  padding: 0;  
  margin: 0 auto;  
  width: 840px;  
  height: 40px;  
}  

nav li {  
  display: inline;
  float: left;  
}

nav a {  
  color: #c0c0c0;  
  display: inline-block;  
  width: 100px;  
  text-align: center;  
  text-decoration: none;
  line-height: 40px;  
  text-shadow: 1px 1px 0px #000;  
}  

nav li a {  
  border-right: 1px solid #444444;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}  
nav li:last-child a {  
  border-right: 0;  
} 

nav a:hover, nav a:active {  
  color: #f0f0f0;
  background-color: #303030;
} 

nav a#pull {  
  display: none;  
}

/* ---------- Footer -------------------------------------------------------- */

footer{
  height: 32px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  border: 0px;
  margin: 0 auto;
  padding: 0;
  z-index: 900;
}

footer a{
  float: right;
  height: 14px;
  display: inline-block;
  padding: 2px;
}

footer ul{
  padding: 0;
  padding-bottom: 17px;
  border: 0px;
  border-top: 1px solid #ff9900;
  margin: 0px auto;
  height: 14px;
  width: 800px;
  -webkit-padding-start: 0px;
  display: inline-block;
  background-color: #101010;
}

footer ul li{
  display: inline;
  float: left;
}

footer ul li.hide{
  float: right;
  visibility: hidden;
}
footer a.show.hidden{
  visibility: hidden;
}

footer a,
footer ul li a{
  font-size: 12px;
  height: 24px;
  color: #999999;
  text-decoration: none;
  margin: 0 6px 0 0;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 2px;
}
footer ul li a.text{
  padding-left: 23px;
  padding-top: 6px;
}

.fb-like{
  padding: 4px;
  border: solid 1px black;
  background-color: #999999;
}

@media only screen and (max-width : 800px){
  footer ul{
    width:100%;
  }
}
  
@media only screen and (max-width : 600px){
  /* hide footer text */
  footer ul li a.text{
    width: 24px;
    padding:0px;
  }
  footer ul li a.text span{
    visibility: hidden;
    width: 0px;
  }
  
  /* show hide footer button */
  footer ul li.hide{
    visibility: visible;
  }
}

footer ul li a:hover{
  color:#c0c0c0;
}

/* ---------- Bilder -------------------------------------------------------- */

img {
  max-width: 99%;
}
img.bildbreit{
  margin: 10px 0 4px 0;
  width: 100%;
}

img.flyer{
  width: 380px;
  margin-left: 5px;
}

.flyercontainer{
  display: table-row;
  width: 100%;
}

.flyercontainer div.content{
  /*display: table-cell;*/
  font-size: 120%;
  padding: 0 0 14px 0;
  margin: 0;
  margin-left: 6px;
  vertical-align: top;
}

.flyercontainer div.content ul,
.flyercontainer div.content ul li{
  font-size: 105%;
}

iframe.googlemap{
  background-image: url('images/googlemap.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  width: 99%;
  height: 600px;
}

iframe.youtube{
  background-image: url('images/youtube.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  width: 640px;
  height: 480px;
}

.fotoramacontainer{
  background-image: url('images/fotoramacontainer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: left;
  width: 100%;
  margin-bottom: 32px;
  
}
.fotoramacontainer a{
  float: left;
}

.fotoramacontainer div.box{
  width: 320px;
  margin: 0px auto;
}
.fotoramacontainer div.box.big{
  width: 100%;
  height: 100%;
}

.wichtig{
  font-size: 150%;
  font-weight: bold;
}
