@font-face {
    font-family: 'Encode Sans';
    src: url('fonts/encodesansnormal-400-regular-webfont.eot');
    src: url('fonts/encodesansnormal-400-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/encodesansnormal-400-regular-webfont.woff') format('woff'),
         url('fonts/encodesansnormal-400-regular-webfont.ttf') format('truetype'),
         url('fonts/encodesansnormal-400-regular-webfont.svg#encode_sans_normalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Encode Sans Cd';
    src: url('fonts/encodesansnormal-200-extralight-webfont.eot');
    src: url('fonts/encodesansnormal-200-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/encodesansnormal-200-extralight-webfont.woff') format('woff'),
         url('fonts/encodesansnormal-200-extralight-webfont.ttf') format('truetype'),
         url('fonts/encodesansnormal-200-extralight-webfont.svg#encode_sans_normalextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Encode Sans Wb';
    src: url('fonts/encodesanswide-700-bold-webfont.eot');
    src: url('fonts/encodesanswide-700-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/encodesanswide-700-bold-webfont.woff') format('woff'),
         url('fonts/encodesanswide-700-bold-webfont.ttf') format('truetype'),
         url('fonts/encodesanswide-700-bold-webfont.svg#encode_sans_widebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Make HTML 5 elements display block-level for consistent styling */
article, aside, canvas, details, embed, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
command, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {
  display: inline;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 10px;
}
body {
  background: #ca243c;
  font-family: 'Encode Sans', Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}

/* flexible Medien*/
#wrapper img, embed, object, video {
 max-width: 100%;
 height: auto;
 width: auto;
}

/* ----------------------- Container ---------------------- */

#noscript{
  position: fixed;
  top: 0;
  left: 0;
  background: #e9523e;
  font-size: 16px;
  padding: 16px;
  width: 100%;
}


#wrapper {
  padding: 4% 6% 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

header {
  float: left;
  width: 50%;
}

h1 {
  font-size: 7.2rem;
  line-height: 7.2rem;
  font-family: 'Encode Sans Wb', Tahoma, Arial, sans-serif;
  margin-bottom: 2.4rem;
}

p {
  padding-bottom: 3.6rem;
}

h2 {
  font-size: 6rem;
  line-height: 7rem;
  font-family: 'Encode Sans Cd', Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}

a {
  color: #FFF;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

aside {
  float: right;
  width: 50%;
  max-width: 500px;
}

a#weiter {
  background: url(bg_tour.jpg) 0 0 no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 115px;
  font-size: 3rem;
  line-height: 115px;
  text-align: center;
  border: 1px solid #FFF;
}

#bgimg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

.clear {
  clear: both;
}

/* kleine Bildschirme */
@media (max-width: 1024px) {
  h2 {
    font-size: 6rem;
    line-height: 7.2rem;
  }
}
@media (max-width: 900px) {
  header, aside {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}
@media (max-width: 480px) {
  #wrapper {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  p {
    padding-bottom: 2rem;
  }
  h2 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }

  a#tour {
    font-size: 2rem;
    line-height:
  }

}