.u1 {
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 2px #84645b solid;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 3px;
    font-family: 'Fjalla One', sans-serif;
	min-height: 20px; /* Passe die Höhe nach Bedarf an */
}

.u2 {
background-color: #84645b; /* Balkenfarbe */
    color: white; /* Schriftfarbe */
    font-family: 'A Pompadour Display', sans-serif; /* Schriftart */
    display: inline-block;
    font-size: 25px;
    width: 100%; /* Passt sich der Breite der Zelle an */
    text-align: center; /* Text horizontal mittig */
    text-transform: uppercase; /* Text in Großbuchstaben */
    line-height: 1.5; /* Vertikale Ausrichtung des Texts */
	min-height: 20px; /* Passe die Höhe nach Bedarf an */