.header-image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);

   
  }
  body {
    margin: 0;
    font-family: "Roboto", sans-serif;
  }
  .container {
    position: absolute;
    right: 32px;
    top: 16px;
    font-size: 30px;  /* war 30 gewesen */
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 32px;
  }
  .menu-link {
    color: white;
    text-decoration: none;
    margin-left: 16px;
  }
  .menu-link:hover {
    text-decoration: underline;
  }
 
  .headline {
    position: absolute;
    left: 59px;
    top: 50px;
    color: white;
    font-size: 21px;
    width: 255px;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.9);
    background-color: blue;
  
  }
  .braun {
    color: #c72d7a;

  }
  .button {
    background-color:  #c72d7a;
    padding: 8px 20px; /*oben dann nach L und nach Recht */
    border-radius: 8px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.9);
    color: black;
  }
  .description-section {
    height: 300px;
    padding: 30px 100px;
    gap: 50px; /* lücke zws map und text */
    display: flex;
  }

    
    
    

  
  

  .half-width {
    width: 50%;
    
  }

  
   h2 {
  
    text-align: center;
    font-size: 25px;

  }
  .quarter-width {
    width: 25%;
  }
  .video-container {
    width: 50%;
  }

 
  .youtube {
    width: calc(100vw * 0.4); /* width560height315 */
    height: calc(56.25 * 0.4);
    

  }

  
  @media  (max-width: 750px) {
    .description-section {
      flex-direction: column; /* damit werden die Elemente Untereinander sein */
      align-items: center;
      height: unset; /* die height von Section entfernen */

    }
   
  }
    .half-width {
      width: none; /* unset auf dem  Handy kein effekt */
    }
    .video-container {
      width: unset;
      display: flex;
      justify-content: center; /* auf X-Achse zentriert wird */

    }
    .navigation {
      display: ;  /* eigentlich nur aufm Handy soll die Navigation ausgeblendet beim none schreiben, aber Hier ? */
    }




    .legal-content {
      padding:10px ;
      background-color:gray;
      
  }
  .legal-text {
      margin-left: 380px;
      font-size: 20px;
      color: white;

  }

  
