
#erecht h1 {
  font-size: 32px!important;
  line-height: 1.8;
}

#erecht h2 {
  font-size: 28px!important;
  line-height: 1.2;
  padding-bottom: 16px;
}

#erecht h3 {
  font-size: 20px!important;
  line-height: 1.2;
}

#erecht h4 {
  font-size: 16px!important;
  line-height: 1.2;
  padding-bottom: 16px;
}

#erecht h5 {
  font-size: 22px!important;
  line-height: 1.5;
}

#erecht h6 {
  font-size: 16px!important;
  line-height: 1.4;
}

#erecht p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #111111;
}

#erecht p.footer-classic {
  color: #FFFFFF!important;
}

/* herstel standaard list-gedrag binnen #erecht */
#erecht ul {
  display: block !important;
  list-style: disc outside !important;
  padding-left: 1.25rem !important; /* ruimte voor bullets */
  margin-left: 0 !important;
}

#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;
}

/*
***********************************************
               Media Queries
***********************************************
*/

@media only screen and (min-width: 0px) and (max-width: 768px) {


}


@media only screen and (min-width: 0px) and (max-width: 899px) {



}


@media only screen and (min-width: 768px) and (max-width: 1200px) {




}

@media (min-width: 1200px) {
h2 + p {
margin-top: 15px;
}

}
