/* Artikel Anfrage PopUp */
/* to show the questionmark icon beside the text link at the article site */
ul.pd_iconlist li.product_inquiry {
  position:relative;
}

ul.pd_iconlist li.product_inquiry:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f128';
  font-weight: 900;
  font-size: 13px;
  position:absolute;
  top:7px;
  left:5px;
  color:#858585;
}