.lists {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	
	width: 100%;
}

/*         Menu        */
        
.lists_menu {
	width: 20%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* background: #111010; */
	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: #60111f;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
text-transform: uppercase;
	border-bottom: 1px solid #60111f;

}

.lists_menu-head a{
	color:#da868f;
}


.lists_menu-item {
	height: 25px;
	width: 90%;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid #60111f;}

/*         Content       */
        
        
.lists_content {width: 80%;box-sizing: border-box;/* background: #111010; */}

.lists_content-head {
height: 50px;
width: 100%;
background: #60111f;
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
text-transform: uppercase;
color:#da868f;
}

.lists_content-description {
padding: 20px 40px;
text-align: justify;
line-height: 180%;
}

.lists_content-bit {
padding: 0 40px 40px 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
}

.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-block h2{
	background-color:#60111f;
	padding:2px;
	text-align:center;
}

.lists_content-item {margin-bottom: 5px;}


/*Jobliste*/

.jobbox0{
	width:850px;
	height: 182px;
	margin:4px;
	}
	
.jobbox1{
	width:auto;
	height:auto;}	

.jobbox2{
	width: 158px;
	height: 158px;
	float:left;
	}
	
.jobbox3{
	width: 321px;
	height: 142px;
	float:left;
	font-size:12pt;
	font-weight:300;
	text-align:justify;
	overflow:auto;
	padding:5px;
	}
	
.jobbox4{
	width: 350px;
	height: 142px;
	overflow:auto;
	padding:5px;
	}

.jobhead{
	font-family: 'Fredericka the Great';
	text-align:center;
	font-size:20px;
	background-color:#872f38;
	color:#eeecee;
}

.jobpic{
	width:150px;
	height:150px;
	border:1px solid #872f38;
	border-radius: 100px;
	padding: 2px;
	}


.clubbox1{
	width:auto;
	height:100px;
	overflow:auto;
	padding:5px;
	text-align:justify;
	font-size:12pt;
	white-space: pre-line;
}

.clubbox2{
	width:auto;
	height:100px;
	overflow:auto;
	padding:5px;
	text-align:justify;
	font-size:12pt;
}

.clubhead1{
	background-color:#60111f;
	color:#eeecee;
	text-align:left;
	padding:2px 2px 2px 30px;
	font-size:26px;
	font-family: 'Fredericka the Great';
	}

.clubhead2{
	color:#eeecee;
	text-align:left;
	padding:2px 2px 2px 20px;
	font-size:16px;
	background-color: #872f38;
	}