.rls1 {
    text-transform: uppercase;
    font-size: 25px;
    border-bottom: 2px #84645b solid;
    text-align: left;
    margin-right: 15px;
    margin-left: 5px;
    margin-bottom: 3px;
    font-family: 'Fjalla One', sans-serif;
	min-height: 20px; /* Passe die Höhe nach Bedarf an */
}

.rls2 {
background-color: #ba7a70; /* Balkenfarbe */
    color: white; /* Schriftfarbe */
    font-family: 'Fjalla One', sans-serif; /* Schriftart */
    display: inline-block;
    font-size: 12px;
    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 */
	letter-spacing: 0px;
}

.rls3 {
background-color: #84645b; /* Balkenfarbe */
    color: white; /* Schriftfarbe */
    font-family: 'Fjalla One', sans-serif; /* Schriftart */
    display: inline-block;
    font-size: 12px;
    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 */
	letter-spacing: 0px;
}

.rls4 {
	font-family: 'georgia', serif; 
	font-size: 25px; 
	letter-spacing: -2px; 
	text-transform: lowercase; 
	text-align: right; 
	padding-right:10px;
}

.rls-scrollbox {
    min-height: 100px;
    max-height: 100px;
	max-width: 300px;
    overflow: auto;
    border: 2px solid #ba7a70;
    padding: 2px;
	text-align: justify;
    margin: 0 auto; /* Horizontale Zentrierung */
}

/* Scrollbar anpassen */
.rls-scrollbox::-webkit-scrollbar {
    width: 8px; /* Breite des Scrollbalkens */
    height: 8px; /* Höhe des horizontalen Scrollbalkens */
}

/* Scrollbalken "Daumen" anpassen (das, was du ziehst) */
.rls-scrollbox::-webkit-scrollbar-thumb {
    background-color: #ba7a70; /* Farbe des Daumens */
    border-radius: 0px; /* Abgerundete Ecken */
	min-height: 30px; /* Mindesthöhe des Daumens (vertikal) */
}

/* Hintergrund des Scrollbalken */
.rls-scrollbox::-webkit-scrollbar-track {
    background: #d1c7b9; /* Hintergrund des Tracks */
    border-radius: 0px; /* Abgerundete Ecken */
}