body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  background-image: url(../img/bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  body .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 110px;
    background-color: #fff; }
    body .logo-wrapper .logo-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body .logo-wrapper .logo-top img {
        width: 80%; }
  body .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px; }
    body .main .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 20px;
      background-color: rgba(255, 255, 255, 0.6);
      width: 300px;
      height: 200px;
      min-width: 20%;
      border-radius: 5px;
      cursor: pointer; }
      body .main .logo img {
        width: 80%; }
      body .main .logo .logo1 {
        background-color: #1341ad;
        color: #fff;
        padding: 20px; }
        @media (max-width: 470px) {
          body .main .logo .logo1 {
            padding: 10px; } }
        @media (max-width: 420px) {
          body .main .logo .logo1 {
            font-size: 12px; } }
  body .footer {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333;
    height: 50px;
    margin-top: 10px; }
    body .footer .impressum a {
      color: #fff !important;
      text-decoration: none; }
