.lists {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
}

/*         Menu        */
        
.lists_menu {
	width: 262px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #dbe1db;
	align-items: flex-start;
	/* 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: #9ba669;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
text-transform: uppercase;
	letter-spacing: 2px;
}

.lists_menu-head2 {
	height: auto;
	width: 100%;
	background: #9ba669;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0px;
	letter-spacing: 2px;
	font-size: 12pt;}

.lists_menu-item {
height: 25px;
width: 255px;
margin: 0 auto;
padding: 10px 20px;
display: flex;
align-items: center;
box-sizing: border-box;
border-bottom: 1px solid #9ba669;
}

/*         Content       */
        
        
.lists_content {
width: 80%;
box-sizing: border-box;
background: #dbe1db;
}

.lists_content-head {
height: 50px;
width: 100%;
background: #9ba669;
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
text-transform: uppercase;
}

.lists_content-description {
padding: 20px 40px;
text-align: justify;
line-height: 180%;
}

.lists_content-bit {
	padding: 0 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;}

.lists_content-block {
	width: 48%; /* 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_head{
background: #9ba669;
font-family: 'Playfair Display', serif;
font-size: 16pt;
color: #295f07;
padding:5px;}


.lists_content-item {
margin-bottom: 5px;
}

