* {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'GermanicaShadowed';
  color: #ddd;
}

html {
  font-size: 18px;
  height: 100%;
}

body {
  background: #000 url('../img/header_logo.jpg') center top no-repeat;
  color: #ddd;
  height: 100%;
  background-attachment: fixed;
  text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
  -moz-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
}

a, a:visited, a:hover {
  color: #ddd;
  text-decoration: none;
}

ul > li {
  list-style: none;
}

#hamburger {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  display: none;
  transition: .5s ease;
  -moz-transition: .5s ease;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
}

.dieresis {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-shadow: inherit;
  font-family: inherit;
}

.dieresis:before {
  content: '\00a8';
  position: absolute;
  margin-top: -5px;
  font-size: 1.8rem;
}

.accent2 {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-shadow: inherit;
  font-family: inherit;
}

.accent2:before {
  content: '\00b4';
  position: absolute;
  margin-top: -3px;
  
}

.overlay .modal {
  margin: 5% auto;
  width: 666px;
  min-height: 300px;
  max-height: 80%;
  overflow-y: auto;
  background-color: #666;
  box-shadow: 0 0 50px 10px #000;
  padding: 30px;
}

.overlay .modal .close {
  background: url('../img/cross.png') center center no-repeat;
  width: 28px;
  height: 30px;
  margin: -15px;
  float: right;
  text-shadow: 2px 2px 2px #000;
  cursor: pointer;
}

[data-picture] {
  cursor: pointer;
}

.overlay .picture {
  position: absolute;
  background-color: #000;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
}

#splash {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../img/splash.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;
}

#splash > div {
  height: 80%;
}

#splash .title {
  display: none;
}

@media (min-width: 1200px) {
  #splash {
    background-size: contain;
  }
}

#splash a {
  font-family: 'GermanUnderground';
}

.readable {
  font-family: 'Times new Roman';
}

.wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -50px auto;
}

.header {
  height: 150px;
}

.header h1 {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 4rem;
  font-family: 'GermanUnderground';
  padding-top: 50px;
  color: red;
  text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
  text-transform: uppercase;
}

.mainmenu {
  text-align: center;
  font-size: 1.3rem;
  position: absolute;
  top: 10px;
  width: 100%;
}

.mainmenu li {
  display: inline-block;
  margin: 0 20px;
}

.mainmenu li.lang img {
  width: 30px;
  height: 20px;
}

body > .content,
body .wrapper > .content {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 100px;
}

body > .content h1,
body .wrapper > .content h1 {
  margin: 40px 0 20px 0;
  text-shadow: 0 0 100px #000;
}

.footer {
  height: 40px;
  text-align: center;
}

.slogan img {
  display: block;
  margin: 0 auto;
}

.slogan h2 {
  font-size: 1.4rem;
}

.discography > .entry {
  padding: 20px 0;
  text-align: center;
}

.discography > .entry > h2 {
  font-size: 1.6rem;
  color: #fff;
  background-color: #666;
  padding: 20px 0;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #000;
}

.discography > .entry > .cover {
  float: left;
  margin-top: 30px;
}

.discography > .entry > .cover > img {
  height: 350px;
  width: 350px;
  border: 2px solid #333;
}

.discography > .entry > .description {
  margin: 50px 20px 20px 380px;
  min-height: 350px;
}

.discography > .entry > .description ul {
  font-size: .8rem;
}

.discography > .entry > .description li {
  margin: 10px 0;
  text-align: left;
  line-height: 1.3rem;
}

.discography > .entry > .description li > .val {
  float: right;
  color: red;
  font-size: 1rem;
  text-align: right;
}

.discography > .entry > .foldable {
  background: #333 url('../img/arrow.png') 98% 10px no-repeat;
  padding: 15px 0;
  margin-bottom: 5px;
}

.discography > .entry > .foldable > .title  {
  cursor: pointer;
}

.discography > .entry > .foldable > .content {
  display: none;
}

.discography > .entry > .foldable > .content {
  text-align: left;
  margin: 15px auto;
  line-height: 1.6em;
  max-width: 80%;
}

.discography > .entry > .tracks > .list {
  width: 400px;
}

.discography > .entry > .lineup > .list {
  width: 500px;
}

.discography > .entry > .foldable > .list li {
  cursor: pointer;
}

.discography > .separator {
  width: 600px;
  height: 160px;
  margin: 0 auto;
  background-image: url('../img/separator.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.lyrics {
  color: #fff;
  text-shadow: 0 0 3px #000;
}

.lyrics .title {
  margin-bottom: 30px;
  font-family: 'GermanicaShadowed';
  text-shadow: 0 0 10px #000;
  font-weight: 300;
  font-size: 1.6rem;
}

.lyrics .text {
  font-family: 'Times new Roman';
  text-align: center;
  margin: 30px 0;
}

.play_button, .pause_button {
  cursor: pointer;
}

.pause_button {
  display: none;
}

.lineup .img {
  text-align: center;
  background: url('../img/lineup/bg.jpg') center center no-repeat;
  width: 800px;
  height: 358px;
  margin-bottom: 20px;
}

.lineup .picture {
  display: none;
}

.lineup .map img {
  width: 800px;
  height: 358px;
  cursor: pointer;
  position: absolute;
  display: block;
}

.lineup .mask {
  opacity: 0.0001;
  transition: .5s ease;
  -moz-transition: .5s ease;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
}

.lineup .mask.visible {
  opacity: 1;
}

.lineup .list {
  color: #666;
}

.lineup .list li {
  display: inline-block;
  margin: 0 20px;
}

.lineup .list .name {
  color: #aaa;
}

.lineup .list li.red .name {
  color: red;
}

.biography {
  margin: 20px 0;
  text-align: justify;
}

.gallery .thumbnails .picture img {
  cursor: pointer;
  border: 2px solid #333;
}

.contacts li {
  margin: 10px 0;
}