.kletticon {
  display: inline-block;
  font: normal normal normal 14px/1 KlettSymbolDigital-Regular;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.klettfont {
  display: inline-block;
  font: normal normal normal 14px/1 PoloHintKrftg-Regular;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kletticon-up::before {
    content: "\2022";
}
.kletticon-down::before {
    content: "\2030";
}
.kletticon-minimize::before {
    content: "\00f5";
}
.kletticon-close::before {
    content: "\20ac";
}
.kletticon-radio-on::before {
    content: "\0105";
}
.kletticon-radio-off::before {
    content: "\0106";
}
.kletticon-ellipsis-v {
    transform: rotate(90deg);
}
.kletticon-ellipsis-v::before {
    content: "\010f";
}
.klettfont-plus::before {
    content: "+";
}
.klettfont-minus::before {
    content: "-";
}
