
h1 {
  font-size: 32px!important;
  line-height: 1.4;
}

h2 {
  font-size: 26px!important;
  line-height: 1.2;
}

h3 {
  font-size: 24px!important;
  line-height: 1.2;
}

h4 {
  font-size: 20px!important;
  line-height: 1.2;
}

h5 {
  font-size: 18px!important;
  line-height: 1.5;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: 20px;
letter-spacing: -0.5px;
font-weight: 500;
color: #0f4c81;
}

.erecht a {
color: #1d1d1d;
}
.erecht ul {
padding-left: 0; 
margin-left: 0;  
}

.erecht li {
margin: 5px 0 5px 12px; 
list-style: none; 
position: relative;
padding-left: 20px; 
}

.erecht li::before {
content: "■"; 
color: #cb1a62; 
font-size: 1.2em;
position: absolute;
left: 0;
top: 0;
}

/*
-------------------------------------------------------------------------
                          MEDIA QUERIES
-------------------------------------------------------------------------
*/

@media (max-width: 991px) {

.erecht li::before {
font-size: 0.9em!important;
} 
 
 }





