

/*
-------------------------------------------------------------------------
                        #erecht h1 {
font-size: 150%;
color: #8e8e8e;
margin: 12px 0px!important;
text-align: left;
}
#erecht h2 {
font-size: 140%;
font-weight: 500;
}
#erecht h3 {
font-size: 125%;
margin: 12px 0px 12px 0px!important;
}
#erecht h4 {
font-size: 120%;
}
-------------------------------------------------------------------------
*/


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
}
h2, .h2 {
  font-size: 2.438rem;
  line-height: 2.438rem;
}

#erecht h2 { font-variant-numeric: lining-nums; }

h3, .h3 {
  font-size: 2rem;
  line-height: 2.2rem;
}
h4 {
  font-size: 1.8rem;
  line-height: 2rem;
}

#erecht ul {
  padding-left: 0;       /* we bouwen zelf de inspringing */
  margin: 0;
}

#erecht li {
  list-style: none;
  position: relative;
  padding-left: 22px;    /* ruimte voor het bullet */
  margin: 0 0 10px;
}

#erecht li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;           /* uitlijning t.o.v. eerste tekstregel */
  width: 8px;
  height: 8px;
  background: #E51D3D;   
}


