
.Hervorhebung { 
   font-weight: bold; 
} 

.Kursiv {
   font-style: italic; 
}

.Zwischenueberschrift { 
   font-weight: bold; 
}

.intertitle-separator {
   font-size: 0.875rem;
   line-height: 1.42857;
   font-weight: bold;
   color: #000;
   position: relative;
   margin-bottom: 22px !important;
}

.intertitle-separator::after {
   display: block;
   content: '';
   width: 80px;
   height: 5px;
   background-color: #a7d3ec;
   margin-top: 4px;
}

body {
   font-family: Arial, sans-serif; 
   font-size: 13px; 
   line-height: 1.53846;
   color: #666;
   width: 100%; 
   height: 100%; 
}

h2, h3, p.Zwischenueberschrift {
   font-size: 1.125rem;
   line-height: 1.38889;
   font-weight: bold;
   color: #000;
   margin-bottom: 10px;
}

p.intertitle-separator {
   font-size: 1.125rem;
   line-height: 1.42857;
   font-weight: bold;
   color: #000;
}
