html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc); }

html {
  margin: 0;
  padding: 0;
  background: #000;
  line-height: 1;
  font-family: 'Source Sans Pro'; }
  html #controlBar_bgndVideo {
    display: none !important; }
  html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF; }
    html body main {
      padding: 100px 30px; }
      html body main h3 {
        font-weight: bold; }
      html body main p {
        padding: 20px 0; }
    html body .impressum {
      position: absolute;
      right: 20px;
      bottom: 20px;
      font-size: 10px; }
    html body .content {
      display: none; }
      html body .content .close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px; }
      html body .content.active {
        display: block; }
    html body nav {
      position: absolute;
      top: 30px;
      left: 30px; }
      html body nav ul {
        list-style-type: none; }
        html body nav ul, html body nav ul li {
          margin: 0;
          padding: 0;
          display: inline; }
        html body nav ul li:after {
          content: "|"; }
        html body nav ul li:last-child:after {
          content: ""; }
        html body nav ul li.last:after {
          content: ""; }
        html body nav ul li {
          font-weight: 600;
          text-transform: uppercase;
          display: inline-block; }
          html body nav ul li:after {
            padding: 0 10px; }
          html body nav ul li a {
            text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0, rgba(0, 0, 0, 0.1) 2px 2px 0, rgba(0, 0, 0, 0.1) 2px 2px 0; }
    html body a {
      color: #FFF;
      text-decoration: none; }
      html body a:hover {
        text-decoration: none;
        text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0, rgba(0, 0, 0, 0.5) 2px 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0; }
    html body .info {
      z-index: 100;
      background: #FFF;
      border: 2px solid black;
      padding: 50px 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #000; }
      @media (max-width: 767px) {
        html body .info {
          padding: 20px;
          top: 58% !important; } }
      html body .info a {
        color: #000; }
        html body .info a i {
          color: #000; }
      html body .info p {
        margin-bottom: 20px; }
      html body .info ul {
        margin-bottom: 20px; }
        html body .info ul li a {
          color: #000; }
    html body .konzerte {
      color: #000;
      background: #FFF;
      border: 2px solid black;
      padding: 50px 100px;
      position: relative;
      z-index: 100;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        html body .konzerte {
          padding: 20px; } }
      html body .konzerte li {
        margin-bottom: 20px; }
      html body .konzerte a {
        color: #000;
        display: block;
        margin-top: 3px;
        font-weight: bold; }
