@charset "UTF-8";

@-ms-viewport {
  width: device-width;
}

body {
  background-color: #2f3340;
  font-size: 16px;
  font-family: Oswald, sans;
  color: white;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #e2116e;
}

a:hover {
  color: white;
}

.menu a:hover, .sub-menu a:hover, .concert-list a:hover, .to-top:hover {
  color: #e2116e;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.header {
  padding: 50px;
  position: relative;
}

.main-header {
  background: url(/img/static/hintergrund.png);
  background-size: cover;
  padding: 28% 0;
  height: 0;
}

.logo {
  text-transform: lowercase;
  color: #03c9e7;
  position: absolute;
  top: 50px;
  left: 50px;
}

.logo:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(/img/static/logo.png);
  background-size: contain;
  vertical-align: middle;
  margin: -5px 10px 0 0;
}

.sub-logo {
  color: #4d4f55;
}

.menu {
  position: absolute;
  top: 48px;
  right: 50px;
}

.menu a {
  color: white;
  line-height: 2em;
  display: inline-block;
  margin-left: 20px;
}

.menu .active {
  text-decoration: underline;
}

.h1 {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  line-height: 1;
  margin: 18.75% 0 0 12.5%;
}

.sub-h1 {
  display: block;
  color: #03c9e7;
  margin: -10px 0 0 31px;
  font-size: 83px;
}

.sub-menu {
  position: absolute;
  left: 150px;
  bottom: 0;
  min-height: 60px;
  border-left: 1px solid white;
  padding-bottom: 15px;
}

.sub-menu a {
  color: white;
  display: block;
  margin: 5px 10px;
}

.content {
  background-color: #20222b;
  padding: 150px;
  position: relative;
}

.content:after {
  content: "";
  clear: both;
  display: block;
}

.content {
  font-weight: 300;
  font-size: 18px;
}

.content a {
  font-weight: 400;
}

.content b, .content strong {
  font-weight: 700;
}

.content h1, .content h2 {
  text-transform: uppercase;
  border-bottom: 1px solid white;
  margin-top: 0;
  padding: 16px 0;
}

.infobox {
  position: absolute;
  top: -175px;
  right: 50px;
  background-color: #2f3340;
  width: 310px;
  height: 375px;
  overflow: hidden;
  font-size: 16px;
}

.infobox:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background: linear-gradient(transparent 0, #2f3340 50%);
}

.infobox img {
  border-radius: 100%;
  display: block;
  margin: 20px auto 0;
}

.infobox-content {
  padding: 20px 30px;
  position: relative;
}

.infobox p {
  margin: 10px 0;
}

.infobox p:first-child {
  margin-top: 20px;
}

.infobox-content:before {
  content: "";
  width: 100px;
  border-top: 1px solid #03c9e7;
  display: block;
  position: absolute;
  left: 0;
}

.highlight, h1 i, h2 i {
  color: #03c9e7;
  font-style: normal;
}

.concert-group {
  border-bottom: 1px solid #555;
  margin: 20px 0;
  position: relative;
}

.concert-group:last-child {
  border: none;
}

.month {
  position: absolute;
  top: 0;
  left: 0;
}

.concert-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 150px;
  overflow: hidden;
}

.concert-list li {
  float: left;
  padding: 0;
  width: 50%;
  margin: 0 0 20px;
}

.concert-list h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  color: #03c9e7;
}

.concert-list a {
  color: white;
}

.concert-list p:last-child {
  margin-bottom: 0;
}

section {
  clear: both;
}

.to-top {
  float: right;
  cursor: pointer;
}

.space-right {
  position: relative;
  min-height: 450px;
}

.space-right p {
  padding-right: 340px;
}

.align-right {
  position: absolute;
  top: 7.5em;
  right: 0;
}

.image img {
  display: block;
}

.backend {
  color: #20222b;
  position: absolute;
  padding: 20px;
}

@media only screen and (max-width: 900px) {
  .h1 {
    font-size: 70px;
  }

  .sub-h1 {
    font-size: 56px;
    margin: -6px 0 0 24px;
  }

  .sub-menu {
    left: 50px;
  }

  .infobox {
    position: static;
    width: 100%;
    height: auto;
  }

  .infobox:after {
    display: none;
  }

  .content {
    padding: 50px;
  }

  .month {
    position: static;
    display: block;
    margin-bottom: 2em;
  }

  .concert-list {
    padding-left: 0;
  }

  .space-right p {
    padding-right: 0;
  }

  .align-right {
    position: static;
    padding: 0;
    margin: 2em 0;
  }
}

@media only screen and (max-width: 600px) {
  .main {
    padding-bottom: 50px;
  }

  .header {
    height: auto;
    padding: 20px 0 0;
    background: none;
  }

  .logo, .h1 {
    margin: 1em 20px;
  }

  .menu {
    margin: 1em 0;
  }

  .sub-menu {
    margin: 0 20px;
  }

  .logo, .menu, .sub-menu {
    position: static;
  }

  .h1 {
    font-size: 2em;
    position: static;
  }

  .sub-h1 {
    font-size: 1em;
    display: inline;
    margin: 0;
  }

  .infobox {
    margin: 0 -20px;
    padding-right: 40px;
  }

  .content, .infobox-content {
    padding: 20px;
  }

  .concert-list li {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .main-header, .layer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 700px;
    overflow: hidden;
  }

  .main-header {
    background: linear-gradient(#20222b, #2f3340);
    padding: 0;
  }

  .sub-header {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 700px;
  }

  .h1 {
    margin-top: 23%;
  }

  .body {
    overflow: hidden;
  }

  .main-header + .content {
    margin-top: 700px;
    z-index: 1;
  }

  .main-header + .content:before {
    content: "";
    background-color: #20222b;
    position: absolute;
    top: 0;
    right: -5000px;
    bottom: 0;
    left: -5000px;
    z-index: -1;
  }

  .element {
    position: absolute;
    background: url(/img/static/sprite.png);
  }

  .element:after {
    content: "";
    display: block;
    padding: 50% 0;
  }

  .element-0 {
    width: 325px;
    background-position: -5px -5px;
    top: 45%;
    left: -200px;
    margin-top: -170px;
  }

  .element-1 {
    width: 290px;
    background-position: -335px -15px;
    top: 70%;
    right: -170px;
    margin-top: -145px;
  }

  .element-2 {
    width: 290px;
    background-position: -10px -330px;
    top: 100%;
    left: 50%;
    margin: -175px 0 0 -145px;
  }

  .element-3 {
    width: 55px;
    background-position: -332px -313px;
  }

  .element-4 {
    width: 107px;
    background-position: -387px -313px;
  }

  .element-5 {
    width: 53px;
    background-position: -330px -420px;
  }

  .element-6 {
    width: 91px;
    background-position: -493px -313px;
  }

  .element-3.left {
    left: 200px;
    top: 460px;
  }

  .element-4.left {
    left: 30px;
    top: 500px;
  }

  .element-5.left {
    top: 200px;
    left: 190px;
  }

  .element-6.left {
    top: 120px;
    left: 300px;
  }

  .element-3.right {
    right: 200px;
    top: 150px;
  }

  .element-4.right {
    right: 400px;
    top: 200px;
  }

  .element-5.right {
    right: 250px;
    top: 300px;
  }

  .element-6.right {
    top: 350px;
    right: 530px;
  }
}
