.hg-svg-pfeil {
    cursor: pointer;
}

.hg-svg-pfeil-farbe1 > path {
    fill: #ffcc00 !important;
}

.hg-svg-pfeil-farbe2 > path {
    fill: #be2120 !important;
}

.hg-svg-pfeil-farbe3 > path {
    fill: #00723f !important;
}

.hg-svg-pfeil-farbe4 > path {
    fill: #0069b4 !important;
}

.hg-svg-pfeil-richtig > path {
    stroke: #0caf59 !important;
    stroke-width: 1.5;
}

.hg-svg-pfeil-falsch > path {
    stroke: #d30000 !important;
    stroke-width: 1.5;
}

.hg-svg-pfeil-farbe1 > polygon {
    fill: #ffcc00 !important;
}

.hg-svg-pfeil-farbe2 > polygon {
    fill: #be2120 !important;
}

.hg-svg-pfeil-farbe3 > polygon {
    fill: #00723f !important;
}

.hg-svg-pfeil-farbe4 > polygon {
    fill: #0069b4 !important;
}

.hg-svg-pfeil-richtig > polygon {
    stroke: #0caf59 !important;
    stroke-width: 1.5;
}

.hg-svg-pfeil-falsch > polygon {
    stroke: #d30000 !important;
    stroke-width: 1.5;
}
