/* CSS Klassen, die auch im WYSIWYG-Editor TinyMCE zur Verfügung stehen */
.headline1 {
    color: black;
    font-family: "Times New Roman";
    font-size: 18px;
    line-height: 24px;
}

.headline2 {
    color: black;
    font-family: "Times New Roman";
    font-size: 32px;
  line-height: 33px;
}

.headline3 {
    color: black;
    font-family: Arial;
    font-size: 24px;
    line-height: 30px;
  font-weight: normal;
}

.text_abb {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
}

.text {
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

p:empty {
    height:1rem;
}
