
#ht-wrap-container .ht-content .ht-content-header h1 {
  font-size: 28px;  /* SL 2022.08.31 - Geaendert von 24px auf 28px */
  font-weight: normal;
  line-height: 1.25;
}

/* SL 2022.08.31 - BEGIN: Ueberschriftengroessen abgeaendert */
.wiki-content h1 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 30px 0 0 0;
}

.wiki-content h2 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 0 0;
}

.wiki-content h3 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857142857143;
    margin: 20px 0 0 0;
}

.wiki-content h4 {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.66666666666667;
    margin: 20px 0 0 0;
}

.wiki-content h5 {
    color: #707070;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.66666666666667;
    margin: 20px 0 0 0;
}

.wiki-content h6 {
    color: #707070;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.66666666666667;
    margin: 20px 0 0 0;
}

/* SL 2022.08.31 - END: Ueberschriftengroessen abgeaendert */