.icon {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.shadowPublikation {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.5);
  box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.5);
}
.clear {
  clear: both;
}
.bold {
  font-weight: 700;
}
.ultra-bold {
  font-weight: 900;
}
