.lists {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	
	width: 100%;
}

/*         Menu        */
        
        .lists_menu {
width: 30%;
display: flex;
flex-direction: column;
gap: 10px;
background: var(--forenfarbe1);
align-items: flex-start;
padding-bottom: 10px;
        /* padding-bottom: 10px; * Hier nutzen, wenn du nicht willst, dass das Menü dieselbe Länge hat wie der Content-Block. */
}

.lists_menu-head {
height: 50px;
width: 100%;
background: var(--tabellevordergrund);
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
text-transform: lowercase;
border-bottom: 1px solid var(--tabellebold);
}

.lists_menu-item {
height: 25px;
width: 90%;
margin: 0 auto;
display: flex;
align-items: center;
box-sizing: border-box;
}

.lists_menu-item b {
	text-transform: lowercase;
font-family: var(--schriftgross);
font-size: 15px;
}

/*         Content       */
        
        
        .lists_content {
width: 70%;
box-sizing: border-box;
background: var(--forenfarbe1);
}

.lists_content-head {
width: 97%;
background: var(--forenfarbe2);
font-size: 30px;
font-weight: bold;
text-transform: lowercase;
color: var(--tabellebold);
line-height: 30px;
padding: 10px;
text-align: center;
font-family: var(--schriftgross);
}

.lists_content-description {
padding: 20px 40px;
text-align: justify;
line-height: 180%;
color: var(--tabelleschrift);
}

.lists_content-bit {
    
padding: 0 40px 40px 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
color: var(--tabelleschrift);
}

.lists_content-bit2 {
    
padding: 0 40px 40px 40px;
display: flex;
flex-wrap: wrap;
gap: 20px;
color: var(--tabelleschrift);
}

.lists_content-block {
            width: 45%;    /* Wenn du drei Spalten willst, gib hier 30% an. Beachte, dass du diesen Wert je nach Breite des Forums und des Inhalts anpassen musst, um ein zufriedenstellendes Ergebnis zu erhalten. */
}

.lists_content-item {
margin-bottom: 5px;
color: var(--tabelleschrift);
font-size: 11px;
}


.weristwer_accounts {
width:48%;
float:left;
}

.zweitcharas_zweit {
height:150px;
overflow: auto;
}

.height {
height:400px;
overflow: auto;
}

#height {
	max-height: 200px;
  min-height: 200px;
  overflow: auto;
}

		