


#erecht h3 {
font-size: 1.4rem;
color: #004b45;
font-weight: 500;
padding: 0px;
margin: 16px 0px 12px 0px;
background-color: transparent;
}

#erecht ul {
  display: block !important;
  list-style: disc outside !important;
  padding-left: 1.25rem !important; /* ruimte voor bullets */
  margin-left: 0 !important;
  line-height: 28px;
}

#erecht ul li {
  display: list-item !important;     /* cruciaal als iets 'block' of 'flex' zette */
  list-style: disc outside !important;
}

#erecht a {
color: #000000;
text-decoration: none;
border-bottom: 1px solid #000000;
transition: all 0.3s ease;
}

#erecht a:hover {
color: #bb563b;
border-bottom: 1px solid #bb563b;
}



