

  .header {
    background-color: #0f5089;
    padding-left: 10px;
    text-align: left;
    padding-bottom: 10px;
    width: 100%;
    position: fixed;
    z-index: 1;
  }

  
  .hamburger-menu {
    cursor: pointer;
    width: 28px; /* Width of the hamburger menu */
    height: 20px; /* Total height of the hamburger menu */
    float: left;
  }

    .hamburger-menu .bar {
    background-color: #ffffff; /* Color of the bars */
    height: 2px; /* Height of each bar */
    width: 100%; /* Width of each bar */
    margin: 5px 0; /* Spacing between the bars */
    transition: all 0.3s ease; /* Optional: adds a transition effect */
    }
  
  .logo {
    color: #ffffff;
    margin-top: 14px;
    margin-left: 8px;
    margin-bottom: 1px;
    font-size: 1.2rem;
    height: 20px;
    vertical-align: bottom;
  }

  .logo-tatze {
    color: #ffffff;
    margin-left: 10px;
    margin-bottom: 3px;
    font-size: 1.2rem;
    height: 20px;
    vertical-align: bottom;
  }
  
  
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #EAEAEA;
  }

  
  .footer {
    padding: 40px; text-align: center;"
  }
  .footer a {
    text-decoration: none; color: #000000; 
  }

  .content-box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px #d2d2d2;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 4px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;

  }

  
  .header-filter {
    text-align: left;
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 4px;
  }
  
  .navigation-titel {
    background-color: #0f5089;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 4px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 1.0rem;
    box-shadow: 2px 2px #d2d2d2;
  }

  
  #navigator-content {
    /*background-color: #fefefe*/
    margin: 0px; /* 15% from the top and centered */
    padding-top: 10px;
    border: 0px solid #888;
    border-radius: 0px;
    width: 300px;
    float:left;
  }
  #navigator-content a {
    text-decoration: none;
  }