/*Für Icon-font*/
@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("../../index/files/icon-font/phone/untitled-font-1.eot");
  src:url("../../index/files/icon-font/phone/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../../index/files/icon-font/phone/untitled-font-1.ttf") format("truetype"),
    url("../../index/files/icon-font/phone/untitled-font-1.svg#untitled-font-1") format("svg"),
    url("../../index/files/icon-font/phone/untitled-font-1.woff") format("woff");
  font-weight: normal;
  font-style: normal;

}
[data-icon]:before {
  font-family: "untitled-font-1";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
.icon-call-old-telephone:before {
  content: "a";
}

