header nav.navbar {
  background-image: url(../../_shared/header_erneuerbare.jpg);
}

.titel h3 {
  font-size: 20px;
  color: var(--collapsible-header);
  background-color: transparent;
  font-weight: bold;
  padding-left: 32px;
  padding-right: 0px;
  position: relative;
  text-align: left;
}

.titel h3 a {
  text-decoration: none;
}


.titel h3:before {
  counter-increment: section;
  content: counter(section)'.';
  width: 30px;
  text-align: right;
  position: absolute;
  left: 0;
}

.item{
  width: 280px;
  margin: 12px 12px;
}
.item .figure {
  max-width: 135px;
  width: 100%;
  display: block;
  margin: 0 auto;
}


@media (max-width: 576px) {


  .titel h3 {
    font-size: 18px;
  }


}
