#inhalt {
  background: linear-gradient(-25deg, rgba(11, 82, 154, 0.1) 0%, rgba(11, 82, 154, 0) 90%);
}

#inhalt .monatsangebote__header {
  background-image: url("https://www.rathaus-apotheke-neunkirchen.de/external/Rathaus_Top-Gespart_Header.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  height: 60px;
}

@media (min-width: 500px) {
  #inhalt .monatsangebote__header {
    height: 80px;
  }
}

@media (min-width: 770px) {
  #inhalt .monatsangebote__header {
    height: 110px;
  }
}

#inhalt .product-box {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 82, 154, 0.1)), color-stop(50%, rgba(11, 82, 154, 0))), -webkit-gradient(linear, left bottom, left top, from(white), to(white));
  background: linear-gradient(0deg, rgba(11, 82, 154, 0.1) 0%, rgba(11, 82, 154, 0) 50%), linear-gradient(0deg, white 0%, white 100%);
}

#inhalt .product-box:before {
  background-image: url("https://www.rathaus-apotheke-neunkirchen.de/external/Rathaus_Product_Icon.png");
  background-repeat: no-repeat;
  background-size: 146px 31px;
  display: inline-block;
  position: absolute;
  width: 146px;
  height: 31px;
  top: -13px;
  left: calc(50% - calc(146px / 2));
  content: "";
}
