/* Icons als Pseudo-Element – FA6 Free solid */
.buttonorange a:before {
  font-family: FontAwesome;
  color: #FFFFFF !important;
  content: "\f08e"; /* angle-right */
  display: inline-block;padding:0px;padding-right:10px !important;
  width:1.2em;padding-left:2px;
}
.buttonorange a[href^="https"]:before{
  width:1.0em;
}

.buttonpdf a:before {
  font-family: FontAwesome;
  color: #FFFFFF !important;
  content: "\f1c1"; /* file-pdf */
  display: inline-block;padding:0px;padding-right:10px !important;
  width:1.0em;
}
.buttonpdf span{font-size:12px;}