.shariff ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shariff .orientation-horizontal li.shariff-button {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  width: 25px;
}
.shariff .orientation-horizontal li.shariff-button .share_text {
  display: none;
}
.shariff .orientation-horizontal li.shariff-button.twitter a {
  background: url(../../Global/Icons/ui-socials_website/twitter_blue.svg) no-repeat bottom 2px left;
  background-size: 24px;
  background-position: 0px 0px;
}
.shariff .orientation-horizontal li.shariff-button.facebook a {
  background: url(../../Global/Icons/ui-socials_website/facebook_blue.svg) no-repeat bottom 2px left;
  background-size: 24px;
  background-position: 0px 0px;
}
.shariff .orientation-horizontal li.shariff-button.linkedin a {
  background: url(../../Global/Icons/ui-socials_website/linkedin_blue.svg) no-repeat bottom 2px left;
  background-size: 24px;
  background-position: 0px 0px;
}
.shariff .orientation-horizontal li.shariff-button.xing a {
  background: url(../../Global/Icons/ui-socials_website/xing_color.svg) no-repeat bottom 2px left;
  background-size: 24px;
  background-position: 0px 0px;
}
.shariff .orientation-horizontal li.shariff-button.xing a .share_count {
  display: none;
}
.shariff .orientation-horizontal li.shariff-button.whatsapp a {
  background: url(../../Global/Icons/ui-socials_website/whatsapp_color.svg) no-repeat bottom 2px left;
  background-size: 24px;
  background-position: 0px 0px;
}
.shariff .orientation-horizontal li.shariff-button.print a {
  background: url(../../Global/Icons/ui-icons/print.svg) no-repeat bottom 2px left;
  background-size: 24px;
  background-position: 0px 0px;
}
.shariff .orientation-horizontal li.shariff-button.mail a {
  background-color: none;
}
.shariff .orientation-horizontal li.shariff-button.mail a {
  mask-size: 100%;
  -webkit-mask-size: 100%;
  background-color: black;
  mask: url(../../Global/Icons/ui-icons/mail.svg) top center no-repeat;
  -webkit-mask: url(../../Global/Icons/ui-icons/mail.svg) top center no-repeat;
}

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