.li-widgets--simple-akkordion {
  max-width: 1200px;
  margin: 0 auto;
}
.li-widgets--simple-akkordion .item {
  padding: 6px 0 6px 30px;
}
.li-widgets--simple-akkordion .item.open .toggle-box:before {
  transform: rotate(90deg);
}
.li-widgets--simple-akkordion .item .toggle-box {
  cursor: pointer;
  position: relative;
}
.li-widgets--simple-akkordion .item .toggle-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(./assets/ngs-dreieck.svg);
  background-size: contain;
  transition: transform 0.3s ease;
}
.li-widgets--simple-akkordion .item .toggle-box > .title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.li-widgets--simple-akkordion .item .toggle-box .short-description {
  font-size: 120%;
  margin-top: -0.2em;
  font-weight: 700;
  text-transform: lowercase;
}
.li-widgets--simple-akkordion .item .content {
  display: none;
}
