@charset "UTF-8";

@font-face {
  font-family: "afg";
  src:url("fonts/afg.eot");
  src:url("fonts/afg.eot?#iefix") format("embedded-opentype"),
    url("fonts/afg.woff") format("woff"),
    url("fonts/afg.ttf") format("truetype"),
    url("fonts/afg.svg#afg") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "afg" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "afg" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
  content: "r";
}
.icon-grid:before {
  content: "k";
}
.icon-herz:before {
  content: "l";
}
.icon-list:before {
  content: "m";
}
.icon-sort-pfeil-down:before {
  content: "n";
}
.icon-sort-pfeil-up:before {
  content: "o";
}
.icon-trash:before {
  content: "p";
}
.icon-arrow-down:before {
  content: "j";
}
.icon-account:before {
  content: "a";
}
.icon-arrow:before {
  content: "b";
}
.icon-cart:before {
  content: "c";
}
.icon-check:before {
  content: "d";
}
.icon-cta-arrow:before {
  content: "e";
}
.icon-hotline:before {
  content: "f";
}
.icon-new:before {
  content: "g";
}
.icon-serach:before {
  content: "h";
}
.icon-stage-slipper:before {
  content: "i";
}
