.theman1 {
	background-color: #bca494; /* Balkenfarbe */
    font-family: 'georgia', serif;
	letter-spacing: -7px; 
    font-size: 60px; /* Schriftgröße anpassen, falls gewünscht */
    text-transform: lowercase; /* Alles klein geschrieben */
    color: #84645b;
    align-items: center; /* Vertikale Ausrichtung des Textes */
	text-decoration: underline; 
	text-decoration-color: #54343a;
	padding-right:40px;
	text-align: right; 
    padding-right: 40px;
}

.theman2 {
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 */
	padding: 4px;
}

.theman3 {
    font-family: 'A Pompadour Display', sans-serif;
    font-size: 23px; /* Schriftgröße anpassen, falls gewünscht */
    text-transform: lowercase; /* Alles klein geschrieben */
    text-align: center; /* Zentriert den Text */
	color: #84645b;
	min-height: 28px; /* Passe die Höhe nach Bedarf an */
}

.theman4 {
    background-color: #84645b;
    color: #e4e4e4;
    font-family: 'Fjalla One', sans-serif;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    min-height: 20px;
    text-indent: 10px;
    line-height: 20px; /* Gleiche Höhe wie die Box */
}

.theman5 {
    background-color: #84645b;
    color: #ba7a70;
    font-family: 'Fjalla One', sans-serif;
    display: flex; /* Aktiviert Flexbox */
    justify-content: center; /* Zentriert horizontal */
    align-items: center; /* Zentriert vertikal */
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    min-height: 20px;
	line-height: 20px; /* Gleiche Höhe wie die Box */
}

.theman_scrollbox{
	height: 197px;
	overflow: auto;
	padding: 2px 5px;
	box-sizing: border-box;
	text-align: justify;
	font-family: 'calibri';
}

/* Scrollbar anpassen */
.theman_scrollbox::-webkit-scrollbar {
    width: 8px; /* Breite des Scrollbalkens */
    height: 8px; /* Höhe des horizontalen Scrollbalkens */
}

/* Scrollbalken "Daumen" anpassen (das, was du ziehst) */
.theman_scrollbox::-webkit-scrollbar-thumb {
    background-color: #bca494; /* Farbe des Daumens */
    border-radius: 0px; /* Keine abgerundeten Ecken */
    min-height: 30px; /* Mindesthöhe des Daumens (vertikal) */
}

/* Hintergrund des Scrollbalkens */
.theman_scrollbox::-webkit-scrollbar-track {
    background: #bca494; /* Hintergrund des Tracks */
    border-radius: 0px; /* Keine abgerundeten Ecken */
}

.theman-button {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #54343a;
    background: none;
    border: none;
    cursor: pointer;
}
