/* cmsms stylesheet: accordion-style modified: Freitag, 30. Januar 2026 13:56:01 */
.accordion-header {
/*  border-style: solid;
  border-color: rgba(154, 159, 61, 0.87);*/
  font-size: 20px;
  color: #6f6f6f;
}
.accordion-header::after {
 content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(154, 159, 61, 0.87);
  color: #fff;
  font-size: 20px;
  font-weight: bold;

   float: right;
}
.accordion-header.accordion-open::after {
content: "-";
}
