  /* Popup-Container (unsichtbar standardmäßig) */
  .popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none; /* Standard: versteckt */
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

  /* Popup-Inhalt */
  .popup-content {
    padding: 20px;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    position: relative;
  }

  /* Schließen-Button */
  .close {
    position: absolute;
    top: 10px; right: 15px;
    text-decoration: none;
    font-size: 20px;
    color: #000000;
  }

  /* Sichtbar machen, wenn Ziel angesprungen wird */
  .popup:target {
    display: flex;
  }

    /* Popup-Inhalt */
  .popup-content-drv {
    color: white;
    margin-top: 450px;
    max-width: auto;
    border-radius: 8px;
    position: relative;
  }

      /* Popup-Inhalt */
  .popup-content-dats {
    color: white;
    margin-top: 450px;
    max-width: auto;
    border-radius: 8px;
    position: relative;
  }

  .closedat{
    margin-top: 500px;
    margin-right: 50%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    color: white;
    font-size: 25px;
    text-decoration: none;
    top: 5px; right: 15px;
  }

      /* Popup-Inhalt */
  .popup-content-rank {
    color: white;
    margin-top: 450px;
    max-width: auto;
    border-radius: 8px;
    position: relative;
  }

        /* Popup-Inhalt */
  .popup-content-imp {
    color: white;
    margin-top: 450px;
    max-width: auto;
    border-radius: 8px;
    position: relative;
    background-color: #000000d2;
  }

        /* Popup-Inhalt */
  .popup-content-part {
    color: white;
    margin-top: 450px;
    max-width: auto;
    border-radius: 8px;
    position: relative;
  }

  .brabie{
    width: 250px;
    height: 300px;
  }

  .jdds{
    width: 300px;
    height: 130px;
  }

         /* Popup-Inhalt */
  .popup-content-hof {
    color: white;
    margin-top: 450px;
    max-width: auto;
    border-radius: 8px;
    position: relative;
    font-size: 25px;
  }

  .flg{
    height: 14px;
    width: 20px;
    margin-top: 5px;
  }

           /* Popup-Inhalt */
  .popup-content-news {
    color: white;
    margin-top: 450px;
    max-width: auto;
    border-radius: 8px;
    position: relative;
    font-size: 25px;
  }