@font-face {
  font-family: 'Platform';
  src: url("fonts/Platform-Medium.woff") format("woff"), url("fonts/Platform-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  margin: 0px;
  padding: 0px;
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  transition: background 0.3s; }
  body span {
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    text-transform: uppercase;
    margin-right: 20px; }

#wrapper, #content-wrapper, #footer {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 2; }

#footer {
  bottom: 20px; }
  @media (max-width: 710px) {
    #footer {
      width: 100%;
      background: #fff;
      height: 50px;
      bottom: 0px;
      line-height: 50px; } }
  #footer a {
    float: right;
    font-size: 12px;
    width: 85px;
    text-align: left; }

.header {
  height: 140px;
  background: #fff; }
  @media (max-width: 710px) {
    .header {
      padding-bottom: 20px;
      height: auto;
      top: -30px;
      position: relative; } }
  .header h1 {
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif; }

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

#wrapper {
  top: 0px;
  left: 50%;
  margin-left: -690px; }
  @media (max-width: 710px) {
    #wrapper {
      left: auto;
      margin-left: 0px; } }

.impressum {
  width: 160px;
  display: none;
  float: right;
  position: absolute;
  right: 10px;
  top: 300px;
  font-size: 12px;
  line-height: 16px; }
  .impressum.active {
    display: block; }
  @media (max-width: 710px) {
    .impressum {
      width: 100%;
      background: #fff;
      top: 0px;
      z-index: 44;
      right: 0px;
      padding: 20px; } }

#content-wrapper {
  position: relative;
  margin-top: 280px;
  z-index: -1;
  margin-bottom: 50px; }
  #content-wrapper .section {
    font-size: 32px;
    text-align: left;
    max-width: 870px;
    line-height: 38px; }
    @media (max-width: 710px) {
      #content-wrapper .section {
        height: auto;
        font-size: 22px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 30px;
        padding: 20px; } }

h1, ul {
  margin-top: 30px; }

h1 {
  width: 180px;
  display: block;
  float: right;
  font-size: 18px; }
  @media (max-width: 710px) {
    h1 {
      float: none; } }

ul {
  float: right; }
  @media (max-width: 710px) {
    ul {
      float: none; } }
  ul li {
    display: block;
    width: 100%;
    height: 16px;
    font-size: 16px; }
