      @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
      html, body {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        font-family: 'Open Sans', sans-serif;
      }
      body {
        background-image: url('../img/black-bg.jpg');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: repeat;
        max-width: 100%;
        height: 100%;
        color: white;
      }

      tr {
        vertical-align: top;
      }

      #wrapper {
        position: relative;
        margin: 0 auto;
        padding: 1em;
        max-width: 704px; /* 980px; */
        background: rgba(22,22,22,1);
        text-align: left;
      }
      #logo {
        max-width: 90%;
        height: auto;
        width: 140px;
        margin: 10px 0 0px 0;
      }
      .separator {
        margin: 10px 0 20px 0;
        height: 1px;
        width: 100%;
        background: #b9b9b9;
      }
      #banner {
        width: 100%;
        max-width: 100%;
        height: auto;
      }
      .klein {
        font-size: 13px;
        color: gray;
        margin: 0px 0 0 0px;
      }
      .klein a {
        color: #a22a2e;
      }

div.footer {
  margin-top: 10px;
  border-top: 1px dotted #8f8f8f;
  width: 100%;
  line-height:14px;
}
.footi p {
}
