 
    /* ============= INFOBLATT ==================== */

    .infoBlatt img {
      width: 100%;
      border-radius: 0;
    }

  
    .infoBlatt .closeBlatt {
      position: absolute;
      z-index: 99;
      top: -15px;
      right: -20px;
      font-size: 40px;
      color: white;
      font-weight: 900;
      border: 2px solid #9b9b9b;
      display: inline-flex;
      align-items: center;
      align-content: space-around;
      justify-content: center;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      padding-bottom: 8px;
      background-color: #9b9b9b;
      box-shadow: 5px -1px 17px 0px black;
      cursor: pointer;
      transition: .3s;
    }

    .infoBlatt .closeBlatt:hover {
      background-color: #fff;
      color: #000;
      transition: .2s;
    }

    @media(max-width: 992px) {
      .infoBlatt {
        position: absolute;
        z-index: 9;
        background-color: hsl(0deg 0% 60.78%);
        height: auto;
        top: 10vh;
        /* 9vh; */
        max-width: 335px;
        width: 100%;
        display: flex;
        padding: 0px;
        align-content: center;
        justify-content: flex-start;
        margin-left: 0;
        padding-top: 0;
        flex-direction: row;
        box-shadow: 10px 0 17px -5px black;
        border-radius: 0;
      }

 
    }

    @media(max-width: 550px) {
 

      .infoBlatt {
        position: absolute;
        z-index: 9;
        background-color: hsl(0deg 0% 60.78%);
        height: auto;
        top: 10vh;
        max-width: 330px;
        width: 100%;
        display: flex;
        padding: 0px;
        align-content: center;
        justify-content: flex-start;
        margin-left: 0;
        padding-top: 0;
        flex-direction: row;
        box-shadow: 10px 0 17px -5px black;
        border-radius: 0;
      }

  }


    .infoBlatt img {
      width: 60%;
      border-radius: 0;
      display: block;
      margin: auto;
    }

 

    /* yeni infoblatt */
    span.info-content-inner {
      text-align: center;
    }

    span.info-content {
      border-radius: 10px;
    }

    .infoBlatt {
      position: absolute;
      z-index: 9;
      background-color: rgb(0 0 0 / 90%);
      height: auto;
      top: 9vh;
      max-width: 480px;
      width: 90%;
      display: flex;
      padding: 0px;
      align-content: center;
      justify-content: flex-start;
      margin-left: 0;
      padding-top: 0;
      flex-direction: row;
      box-shadow: 10px 0 17px -5px black;
      border-radius: 0;
      left: 50%;
      transform: translateX(-50%);
    }

    .infoBlatt .closeBlatt {
      position: absolute;
      z-index: 99;
      top: -15px;
      right: -20px;
      font-size: 40px;
      color: white;
      font-weight: 900;
      border: 2px solid #272727;
      display: inline-flex;
      align-items: center;
      align-content: space-around;
      justify-content: center;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      padding-bottom: 8px;
      background-color: #000000;
      box-shadow: 5px -1px 17px 0px black;
      cursor: pointer;
      transition: .3s;
    }


.infoBlatt img {
    width: 100%;
    border-radius: 0;
    display: block;
    margin: auto;
}




.infoBlatt {
    max-width: max-content;
    width: 100%;
}


.infoBlatt img {
    /* width: 50%;  */
    height: 75vh;
    border: 3px solid black;
}

@media (max-width: 696px) {

  .infoBlatt img {
      width: 100%;
  }
}
