@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "sporticons" !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: "sporticons" !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-verein:before {
  content: "\61";
}
.icon-triathlon:before {
  content: "\62";
}
.icon-leichtathletik:before {
  content: "\63";
}
.icon-turnen:before {
  content: "\64";
}
.icon-fussball:before {
  content: "\65";
}
.icon-handball:before {
  content: "\66";
}
.icon-tennis:before {
  content: "\67";
}
.icon-badminton:before {
  content: "\68";
}
.icon-kegeln:before {
  content: "\69";
}
.icon-tischtennis:before {
  content: "\6a";
}
