@font-face {
  font-family: 'B2B-Icons';
  src:  url('fonts/B2B-Icons.eot?tb9jab');
  src:  url('fonts/B2B-Icons.eot?tb9jab#iefix') format('embedded-opentype'),
    url('fonts/B2B-Icons.ttf?tb9jab') format('truetype'),
    url('fonts/B2B-Icons.woff?tb9jab') format('woff'),
    url('fonts/B2B-Icons.svg?tb9jab#B2B-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="b2b-"], [class*=" b2b-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'B2B-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.b2b-Informations-Icon:before {
  content: "\e900";
  color: #ff7200;
}
.b2b-Haken-Icon:before {
  content: "\e901";
  color: #ff7200;
}
