.background {
  fill: none;
  /*fill: rgb(239, 237, 245);*/
  stroke:none ;
  stroke-width: 0px;
  pointer-events: all;
}

#states {
  fill: rgb(188, 189, 220);
  stroke: #fff;
  stroke-width: 1.25px;
  opacity: 0.85;
}

#states .active {
  /*fill: lightblue;*/
  fill: rgb(117, 107, 177);
}

.versandt{
  fill: green;
  color:green;
}

.inArbeit{
  fill: orange;
  color: orange;
}

.nochNicht{
  fill:black;
  opacity: 0.2;
}

.graticuleLine {
  fill: none;
  stroke: #777;
  stroke-width: 0.5px;
}

.featureR {  
  fill: rgb(117, 107, 177);
}

