@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "icon-semanticedge" !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: "icon-semanticedge" !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-arrow-down:before {
  content: "\e000";
}
.icon-arrow-left:before {
  content: "\e001";
}
.icon-arrow-right:before {
  content: "\e002";
}
.icon-arrow-up:before {
  content: "\e003";
}
.icon-arrow-up-right:before {
  content: "\e004";
}
.icon-chevron-down:before {
  content: "\e005";
}
.icon-chevron-left:before {
  content: "\e006";
}
.icon-chevron-right:before {
  content: "\e007";
}
.icon-chevron-up:before {
  content: "\e008";
}
.icon-close:before {
  content: "\e009";
}
.icon-hamburger:before {
  content: "\e00a";
}
.icon-in:before {
  content: "\e00b";
}
.icon-instagram:before {
  content: "\e00c";
}
.icon-youtube:before {
  content: "\e00d";
}
.icon-calendar:before {
  content: "\e00e";
}
.icon-callback:before {
  content: "\e00f";
}
.icon-euro:before {
  content: "\e010";
}
.icon-faq:before {
  content: "\e011";
}
.icon-insurance:before {
  content: "\e012";
}
.icon-news:before {
  content: "\e013";
}
.icon-plug:before {
  content: "\e014";
}
.icon-statistic:before {
  content: "\e015";
}
.icon-train:before {
  content: "\e016";
}
