@font-face {
  font-family: 'Knipp-Icons';
  src:  url('fonts/Knipp-Icons.eot?1y634r');
  src:  url('fonts/Knipp-Icons.eot?1y634r#iefix') format('embedded-opentype'),
    url('fonts/Knipp-Icons.ttf?1y634r') format('truetype'),
    url('fonts/Knipp-Icons.woff?1y634r') format('woff'),
    url('fonts/Knipp-Icons.svg?1y634r#Knipp-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="knipp-"], [class*=" knipp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Knipp-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.knipp-Button-Pfeil:before {
  content: "\e900";
}
.knipp-Mail:before {
  content: "\e901";
}
.knipp-Pfeil-links:before {
  content: "\e902";
}
.knipp-Pfeil-oben:before {
  content: "\e903";
}
.knipp-Pfeil-rechts:before {
  content: "\e904";
}
.knipp-Pfeil-unten:before {
  content: "\e905";
}
.knipp-Phone:before {
  content: "\e906";
}
.knipp-Plus:before {
  content: "\e907";
}
