.impressum {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.impressum .name {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.impressum .value {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.impressum .value .aponame {
      font-weight: bold;
      margin-bottom: .5rem;
    }
.impressum .value .apoadresse, .impressum .value .apotelefon {
      margin-bottom: .5rem;
    }
.impressum .value .apotelefonhinweis {
      font-size: 12px;
    }
.impressum .value .apoemail {
      margin-top: .5rem;
    }

@media screen and (min-width: 768px) {
  .impressum .name, .impressum .value {
    flex: 0 0 50%;
    max-width: 50%;
  }

}
@media screen and (min-width: 992px) {
  .impressum .name {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .impressum .value {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

}
