#twp--html-format {
    max-width: fit-content;
}
#twp--html-format.right {
    text-align: right;
}
#twp--html-format.italic {
    font-style: italic;
}
#twp--html-format.bold {
    font-weight: bold;
}
#twp--html-format.schriftgroese12 {
    font-size: 12px;
}
#twp--html-format.schriftgroese14 {
 font-size: 14px;
}
#twp--html-format.schriftgroese16 {
    font-size: 16px;
}
#twp--html-format.schriftgroese18 {
    font-size: 18px;
}
#twp--html-format.schriftgroese20 {
    font-size: 20px;
}
#twp--html-format.schriftgroese22 {
    font-size: 22px;
}
#twp--html-format.schriftgroese40 {
    font-size: 40px;
}
#twp--html-format.abstand0 {
    margin: 3px 0px;
}
#twp--html-format.abstand1 {
    margin: 6px 0px;
}
#twp--html-format.abstand2 {
    margin: 12px 0px;  
}
#twp--html-format.zeilenabstand120 {
    line-height: 120%;
}
#twp--html-format.zeilenabstand140 {
    line-height: 140%;
}
#twp--html-format.zeilenabstand160 {
    line-height: 160%;
}
#twp--html-format.zeilenabstand180 {
    line-height: 180%;
}
#twp--html-format.color-main {
    color: var(--main);
}
#twp--html-format.color-second {
    color: var(--second);
}

#twp--html-format.inline {
    display: inline-table;
}

#twp--html-format.red {
    color: #ff1919;
}