* {
    font-family: sans-serif;
  }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
  }
  
  li {
    float: right;
  }
  
  li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 20px 25px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color: #ddd;
  }
  
  li a.active {
    color: white;
    background-color: #0c49ab;
  }

  #shaindl{
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: left;
    font-weight: bold;
    font-size: x-large;
    color: #0c49ab;
  }

  .container{
    margin: 2rem;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0c49ab;
    text-align: center;
    color: white;
    display: flex;
 }

 #copyright{
    margin: 1rem;
    width: 50%;
    text-align: left;
 }

 #imprint {
    margin: 1rem;
    width: 50%;
    text-align: right;
 }

 #imprint a {
    color: white;
    text-decoration: underline;
 }