/**umb_name:Gross Braun fett*/
.gross_braun {
    color: rgb(129,92,40);
    font-size: 1.10rem;
    font-weight: bold;
    line-height: 1.4rem;
}

/**umb_name:Gross Dunkelblau fett*/
.gross_dunkelblau {
    color: rgb(36, 66, 105);
    font-size: 1.10rem;
    font-weight: bold;
    line-height: 1.4rem;
}

/**umb_name:Gross Dunkelrot fett*/
.gross_dunkelrot {
    color: rgb(84, 46, 44);
    font-size: 1.10rem;
    font-weight: bold;
    line-height: 1.4rem;
}

/**umb_name:Gross Gruen fett*/
.gross_gruen {
    color: rgb(82, 115, 94);
    font-size: 1.10rem;
    font-weight: bold;
    line-height: 1.4rem;
}

/**umb_name:Gross Rot fett*/
.gross_rot {
    color: rgb(135, 76, 70);
    font-size: 1.10rem;
    font-weight: bold;
    line-height: 1.4rem;
}

/**umb_name:Gross Schwarz fett*/
.gross_schwarz_fett {
    color: black;
    font-size: 1.10rem;
    font-weight: bold;
    line-height: 1.4rem;
}

/**umb_name:Gross Schwarz schlank*/
.gross_schwarz {
    color: black;
    font-size: 1.10rem;
    font-weight: normal;
    line-height: 1.4rem;
}

/**umb_name:Weniger Zeilenhoehe*/
.weniger_zeilenhoehe {
    line-height: 1.2rem;
    display: inline-block;
}

/**umb_name:Braun*/
.braun {
    color: rgb(129,92,40);
}

/**umb_name:Dunkelblau*/
.dunkelblau {
    color: rgb(36, 66, 105);
}

/**umb_name:Dunkelrot*/
.dunkelrot {
    color: rgb(84, 46, 44);
}

/**umb_name:Gruen*/
.gruen {
    color: rgb(82, 115, 94);
}

/**umb_name:Rot*/
.rot {
    color: rgb(135, 76, 70);
}