.jahresbericht {
  padding: 10px;
}

.jahresbericht ul {
  padding-left: 10px !important;
  margin: 20px 0 25px !important;
}

.jahresbericht li {
  font-size: 1rem;
  margin-left: 0 !important;
}

.jahresbericht a {
  color: #0077b2;
}

.jahresbericht li::before {
  content: "";
  display: none;
}

.jbkategorie div:first-child {
  font-size:1.5em;
  color:#000;
  font-weight:bold;
}
.jbkategorie div:nth-child(2) {
  width:100%;
  height:1px;
  background:black;
}
.jbkategorie div:nth-child(3) {
  width:15%;
  height:10px;
  margin-top:-1px;
  margin-bottom:10px;
}
.color_lgl {
  background-color: #0078b4;
}
.color_onehealth {
  background-color: #5ca7d3;
}
.color_gesundheit {
  background-color: #5bc5f2;
}
.color_arbeitsschutz {
  background-color: #d51224;
}
.color_lebensmittel {
  background-color: #b7ba00;
}
.color_kosmetik {
  background-color: #91989c;
}
.color_tiergesundheit {
  background-color: #005f35;
}

.untersektion {
  width: 100%;
  margin-top: 8px;
  font-weight: bold;
}

[id] {
  scroll-margin-top: 50px;
}

.printarticle::after,
.dummy_pa::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  height: 1em;
  width: 1em;
  background: url('../pic/book.png') no-repeat;
  background-size: contain;
  margin-left: 0.3em;
}

a.printarticle,
.dummy_pa {
  color: #335e00;
}

label[for="onlineonly"] {
  float: initial !important;
  width: initial !important;
  margin: 8px 0 0 0 !important;
  padding: initial !important;
}

#onlineonly {
  display: inline !important;
  float: initial !important;
  width: initial !important;
  height: 1em !important;
  margin: initial !important;
  padding: initial !important;
}

a[href="#"] {
  color: rgb(172, 43, 43);
  pointer-events: none;
}

/* printarticles greenish gray */
.printarticle[href="#"] {
  color: #b97600 !important;
}

a[href="#"]::before, .printarticle[href="#"]::before {
  content: "";
  margin-right: 0.2rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('/style/layout/artikelfehlt.png') no-repeat;
  background-size: contain;
}