.svg {                      /* Abstimmknöpfe */
    background-color: rgba(0, 0, 0, 0);
    stroke: #777;
    fill: #777;
    /*fill-opacity: 0.2;*/
    width: 48px;
    height: 48px;
}
.svg-kreis { /* Die Kreise der Abstimmseite aussen */
    stroke: #222;   /* Umrandung */
    fill: #eee;     /* Füllfarbe */
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
}
.svg-12px {
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
}
.svg-4px {
    width: 4px;
    min-width: 4px;
    max-width: 4px;
    height: 4px;
    min-height: 4px;
    max-height: 4px;
}
.svg-kreis-voll { /* Volle Kreise (innen) */
    stroke: #ccc;
    fill: #333;
}
.svg-kreis-kuchenstück {
    stroke: #eee;
    fill: #333;
}
.svg-inaktiv {
    stroke: #ccc;
    fill: #eee;
}
.svg-strich-schwarz {
    stroke: #000;
    stroke-width: 1;
}
.svg-stroke-02 { stroke-width: 0.2em }
.svg-text-schwarz { stroke:black}
.svg-text-weiss { stroke:white}
.svg-bg-weiss {background-color: white}
.svg-fill-weiss { fill: white }
.svg-fill-grau { fill: grey }
.svg-fill-grau-7 { fill: #777 }
.svg-fill-grau-e { fill: #eee }
.svg-fill-transparent { fill: transparent }
.svg-abstimmen {
    border: 1px solid black;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 50px;
}
/* .svg-abstimmen:hover { background-color: #aaa; } */
.svg-abstimmen-links { margin-left: -1px}
.svg-font-courier { font-family: Courier, monospace; font-size: 1.2rem; }
.svg-geist {
    stroke: #eef;
    fill: #eef
}