@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "cfm" !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: "cfm" !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-bus:before {
  content: "\61";
}
.icon-carsharing:before {
  content: "\62";
}
.icon-eauto:before {
  content: "\64";
}
.icon-fahrrad:before {
  content: "\65";
}
.icon-fussgaenger:before {
  content: "\66";
}
.icon-stadtbahnssb:before {
  content: "\67";
}
.icon-ubahn:before {
  content: "\69";
}
.icon-web-cfm-logo:before {
  content: "\63";
}
.icon-web-stuttgart-logo:before {
  content: "\68";
}
