
/* V16 — Einsatzgebiet contrast correction */
.states-panel{
  background:linear-gradient(135deg,#eef5df 0%,#e7f2ea 48%,#e3f0f6 100%) !important;
  color:#173c39 !important;
  border:1px solid #9ebdb4 !important;
  box-shadow:0 18px 42px rgba(17,55,53,.08);
}
.states-panel .eyebrow{
  color:#315d53 !important;
  opacity:1 !important;
}
.states-panel ul{
  color:#173c39 !important;
}
.states-panel li{
  color:#173c39 !important;
  border-color:rgba(55,100,90,.38) !important;
  opacity:1 !important;
}
.states-panel li span{
  color:#668f31 !important;
  font-weight:700;
  opacity:1 !important;
}
.states-panel>p:last-child{
  color:#5c716a !important;
  opacity:1 !important;
}
@media(max-width:650px){
  .states-panel{padding:26px 22px !important}
  .states-panel li{font-size:15px !important}
}
