#fill-full {
    fill: #EF7F1B;
}

#circle-line {
    fill: none;
    fill-rule: nonzero;
    stroke: #EF7F1B;
    stroke-width: 3px;
}


.illu {
    fill: none;
    fill-rule: nonzero;
    stroke: #EF7F1B;
    ;
    stroke-width: 6.25px;
}

.rahmen {
    fill: white;
    stroke: #EF7F1B;
    stroke-width: 3.25px;
}

.illu-invert {
    fill: none;
    fill-rule: nonzero;
    stroke: #fff;
    stroke-width: 7.25px;
}

.rahmen-invert {
    fill: none;
    stroke: #fff;
    stroke-width: 0px;
}

.rahmen-none {
    fill: white;
    stroke: none;
    stroke-width: 0px;
}


.fill-white {
    fill: white;
}