#portal .posting {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 5px;
  display: flex;
  font-family: "HelveticaNeueLT-Bold";
}
#portal .posting a {
  display: block;
  width: 100%;
}
#portal .posting .firma-icon {
  width: 42px;
  height: 42px;
  background-image: url("../img/career/ic-firma.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
#portal .posting .posting-detail {
  width: 100%;
}
#portal .posting .posting-detail .titel-row {
  color: #0676ad;
  font-size: 21px;
  line-height: 1.27;
}
#portal .posting .posting-detail .info-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
#portal .posting .posting-detail .info-row > div {
  flex: 1 1 40%;
  margin-right: 5px;
}
#portal .posting .posting-detail .info-row > div:last-child {
  flex: 70px;
  margin-right: 0;
}
@media (max-width: 575px) {
  #portal .posting .posting-detail .info-row > div {
    flex: 1 1;
    flex-basis: 33.3%;
    border-right: 2px solid #21415a;
    text-align: center;
    margin-right: 0;
    padding: 0 2px;
  }
  #portal .posting .posting-detail .info-row > div:first-child {
    text-align: left;
  }
  #portal .posting .posting-detail .info-row > div:last-child {
    border-right: none;
  }
}

/*# sourceMappingURL=career.css.map */
