.info-container {
    width: 400px;
    height: 500px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-container {
    width: 400px;
    height: 500px;
    display: inline-block;
    background-image: url(../../img/Kontakt/Kontakt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-stroke {
    display: inline-block;
    width: 1px;
    height: 500px;
    background-color: #f5f5f5;
    margin-right: 20px;
    margin-left: 20px;
  }

  .contact-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }