.navigation { 

    display: flex; 
    background-color: #8CA093;
    text-align: center;
    
  } 
  
   
  .navigation li { 
    list-style-type: none; 
  } 
  
   
  .navigation a { 
    padding: 15px; 
    display: inline-block; 
    color: #F6E5E8; 
    text-decoration: none; 
  
  } 
  
  .navigation a:hover, #akt_tab { 
    background-color: #BA7E82 
  
  }

  .logo {
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
   }
   .logo img {
    height: 100%;
    width: auto;
    display: block;
    
   }

  .body {
    background-color: #F6E5E8;
  }
  
  .Titelbild {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
  }
  
   
   .footer {
    background-color: #8CA093;
    color: #F6E5E8;
    padding: 10px;
    text-align: center;
    font-family: 'Chilanka';
    font-style: italic;
    font-size: 0.8em;
   }
  
  