@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "audiowien" !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: "audiowien" !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-icon-arrow-down:before {
  content: "\61";
}
.icon-icon-arrow-up:before {
  content: "\62";
}
.icon-icon-download:before {
  content: "\63";
}
.icon-icon-hinzufuegen:before {
  content: "\64";
}
.icon-icon-link:before {
  content: "\65";
}
.icon-icon-list:before {
  content: "\66";
}
.icon-icon-logout-loeschen:before {
  content: "\67";
}
.icon-icon-mail:before {
  content: "\68";
}
.icon-icon-sprecher-anfragen:before {
  content: "\69";
}
.icon-icon-weiter-abschicken:before {
  content: "\6a";
}
.icon-icon-weiter-abschicken-v2:before {
  content: "\6b";
}
