*{
  margin: 0;
  padding: 0;
  font-family: Tahoma, Geneva, sans-serif;
  color: #505050;
}

em{
  font-style: italic;
  margin-bottom: 15px;
  display: block;
}

h3{
  letter-spacing: 3px;
  font-size: 25px;
  font-weight: lighter;
  margin-top: 20px;
}

li{
  list-style: none;
}

a{
  text-decoration: none;
}

#top-menu{
  background-color: #6c8a89;
  padding: 3px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#top-menu li{
  float: left;
  margin: 5px 15px;
  font-size: 25px;
  font-weight: lighter;
  letter-spacing: 2.5px;
}

#top-menu li a{
  color: #fff;
}

#top-menu a:hover{
  color: #f8deb3;
}

#menu-button{
  display: none;
}

#logo{
  position: fixed;
  top: 0;
  right: 20px;
  text-align: center;
  z-index: 9999;
}
#logo.smaller{
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 20px;
  text-align: center;
  z-index: 9999;
}

h1{
  font-family: 'Parisienne', cursive;
  font-size: 80px;
  color: #db4d15;
  padding-left: 5px;
}
#logo.smaller h1{
  font-family: 'Parisienne', cursive;
  font-size: 25px;
  color: #db4d15;
}

#sub-headline{
  display: inline-block;
  margin-left: 35px;
  margin-bottom: 25px;
  margin-top: -15px;
  font-size: 25px;
}
#logo.smaller #sub-headline{
  display: none;
}

#sub-headline span{
  margin-right: 5px;
}

#sub-headline #reihe2{
  margin-left: 200px;
}
#logo.smaller #sub-headline #reihe2{
  margin-left: 70px;
}

/* --- main --- */
h2{
  font-size: 40px;
  font-weight: 200;
  letter-spacing: 6px;
  margin: 20px 0;
}

#bio,
#dates,
#disco,
#mitschnitte,
#press{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}

#main{
}

.inner{
  width: 100%;
}

#bio{
  padding-top: 200px;
  background-image: url(../imgs/background-bio1.jpg);
}

.inside{
  max-width: 1280px;
  margin: 0 auto;
}

#slider{
  margin-bottom: 50px;
}

#bio .content{
  float: left;
  max-width: 60%;
}

.content{
  line-height: 1.7;
  padding: 25px 0; 
}

#bio #text-bild{
  float: right;
  margin-top: 200px;
  max-width: 35%;
  margin-left: 5%;

  -moz-transform:rotate(5deg); /* Firefox 3.6 Firefox 4 */
  -webkit-transform:rotate(5deg); /* Safari */
  -o-transform:rotate(5deg); /* Opera */
  -ms-transform:rotate(5deg); /* IE9 */
  transform:rotate(5deg); /* W3C */
}

#bio #text-bild img{
  max-width: 100%;
}


#dates table{
  width: 80%;
  margin: 0 auto;
  /*border-collapse: collapse;*/
}

#dates tr{
  height: 50px;
}

#dates tr:nth-child(odd){
  background-color: #505050;
  color: #fff;
}

#dates tr:nth-child(odd) td,
#dates tr:nth-child(odd) td a{
  color: #fff;
}

#dates td{
  padding: 15px;
  width: 25%;
  vertical-align: top;
}


#disco{
  background-color: #6c8a89;
}

#disco h2{
  color: #f8deb3;
}

#disco p{
  color: #fff;
  margin-bottom: 100px;
}

#disco span{
  color: #f8deb3;
  font-size: 20px;
}

.alben img{
  float: left;
  display: block;
  margin-right: 25px; 
  width: 150px;
  height: 150px;
}


#mitschnitte{
    /*background-image: url(../imgs/background-mitschnitte
      .jpg);*/
}

#mitschnitte .video{
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 50px;
}

#mitschnitte .video iframe{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


#press{
  background-image: url(../imgs/background-press.jpg);
}

#press .inside{
  height: 100%;
  /*background-color: #fbeed9;*/
}

#echo-box{
  float: left;
  max-width: 400px;
  line-height: 1.7;
  padding: 25px; 
  padding-top: 0;
  background-color: #f8deb3;
  margin-top: 30px;
  width: 30%;
}

#echo-box em{
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

#echo-box p{
  margin-bottom: 20px;
  margin-top: 5px;
}

#press .content{
  float: right;
  max-width: 750px;
  padding: 25px;
  width: 60%;
}

#press .zweisp-links,
#press .zweisp-rechts{
  width: 42%;
  padding: 25px;
}

#press .zweisp-links{
  float: left;
}

#press .zweisp-rechts{
  float: right;
}

#press .content h2{
  margin-top: 0;
}

#press p{
  margin-bottom: 30px;
  line-height: 1.7;
}

#press em{
  font-weight: bold;
}


#kontakt{
  background-color: #505050;
  padding: 50px 20px 25px; 20px;
}

#kontakt h2{
  margin: 0;
  color: #f8deb3;
}

#kontakt p{
  color: #f8deb3;
  margin-top: 35px;
  margin-bottom: 10px;
}

form{
  margin: 0 auto
}

form,
form input,
form textarea{
  max-width: 600px;
  width: 100%;
}

form input,
form textarea{
  height: 25px;
  outline-color: #f8deb3;
  padding: 5px;
  font-size: 16px
}

form textarea{
  height: 250px;
}

form input.submit{
  width: 20%;
  min-height: 30px;
  height: 25px;
  -webkit-appearance: button; 
  cursor: pointer; 
  margin-top: 30px;
  background-color: #f8deb3;
  border: #f8deb3;
  font-size: 16px;
  color: #505050;
}

form input.submit:hover{
  background-color: #fff;
}

#bottom ul{
  margin-top: 50px;
  text-align: center;
}

#bottom li{
  line-height: 1.5;
}

#bottom a{
  color: #f8deb3;
}

#bottom a:hover{
  color: #fff;
}


.impressum{
  background-color: #505050;
  color: #f8deb3;
}

.impressum h2,
.impressum h3{
  color: #fff;
}

.impressum span,
.impressum p{
  color: #f8deb3;
}

.impressum h3{
  margin-bottom: 10px;
}

.impressum span{
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 100;
  font-style: italic;
}

.impressum .inside{
  padding: 20px;
}

/* --- main --- */


/* --- slider --- */
#slider{
  max-width: 1280px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/* --- slider --- */
/*
body.open {
    background-color: #82ba26; }
  .open #wrapper {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; } }
*/







@media(max-width: 1540px){
  h1{
    font-size: 70px;
  }

  #sub-headline{
    font-size: 20px;
  }
}

@media(max-width: 1470px){
  #logo{
      top: 25px;
    }

  h1{
    font-size: 50px;
  }

  #sub-headline{
    font-size: 16px;
  }

  #top-menu li{
    font-size: 20px;
  }
}

@media(max-width: 1270px){
  #logo{
      top: 50px;
    }

  #top-menu li{
    margin: 5px 10px;
    font-size: 18px;
  }
}

@media(max-width: 1132px){
  #press #echo-box,
  #press .content,
  #press .zweisp-links,
  #press .zweisp-rechts{
    width: 80%;
    float: none;
    max-width: 90%;
    margin: 0 auto;
  }

}


@media(max-width: 995px){
  #logo.smaller{
    display: none;
  }

  #bio .content{
    max-width: 90%;
    margin: 0 auto;
    float: none;
  }

  #bio #text-bild{
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }
}

@media(max-width: 850px;){
  .video{
  }
}

@media(max-width: 760px){
  #top-menu{
    width: 100%;
    height: 30px;
  }

  #top-menu ul{
    margin: 0;
    width: 100%;
  }

  #top-menu li{
    margin: 5px;
    font-size: 16px;
  }

 #logo{
    right: 20%;
  }

/*  #press .zweisp-links,
  #press .zweisp-rechts{
    width: 100%;
    padding: 25px;
  }*/
}

@media(max-width: 700px){
  #logo{
    top: 80px;
    right: 0;
    width: 100%;
  }

  #headline{
    margin: 0 auto;
    margin-top: 15px;
  }

  h1{
    font-size: 40px;
  }

  #sub-headline{
    display: none;
  }

  #dates table,
  #dates tbody,
  #dates tr,
  #dates td{
    display: block;
    width: 100%;
  }

  #dates tr{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    min-height: 130px;
    padding: 5px;
  }

  #dates td{
    padding: 5px;
    width: 90%
  }

  #dates td a{
    display: block;
    word-break: break-word;
  }
}

@media(max-width: 650px){
  #header{
    display: none;
  }

  #bio{
    padding-top: 30px;
  }
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}