.lists {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
 }
        
        /*         Menu        */
        
.lists_menu {
         
    flex: 0 0 auto;
    min-width: 200px;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    background: var(--background4);
    padding: 5px;
    overflow-wrap: break-word;
    word-break: break-word;
}
  
.lists_menu2 {
            width: 20%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            background: var(--farbe5);
            align-items: flex-start;
        /* padding-bottom: 10px; * Hier nutzen, wenn du nicht willst, dass das Menü dieselbe Länge hat wie der Content-Block. */
}
.lists2_menu {
            width: 25%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            background: var(--farbe5);
            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 {
            min-height: 35px;
            width: 100%;
            background: var(--background3);
            display: flex;
            justify-content: center;
            font-weight: bold;
            align-items: center;
            text-align: center;
            padding: 0 5px;
            box-sizing: border-box;
            text-transform: uppercase;
			color:var(--text2);
			letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-break: break-word;
 }

.lists_menu-head  a:link {
            color: var(--farbe8);
	cursor: pointer;
			
}


.lists_menu-item {
            font-family: Cambria, Georgia, serif;
            text-decoration: none;
            text-transform: uppercase;
	    line-height: 1.4;
            font-size: 13px;
            letter-spacing: 0.1em;  
           min-height: 25px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid var(--linie1);
    background: var(--background);
    overflow-wrap: break-word;
    word-break: break-word;
           
 }
        
.lists_menu-item a {
    color: var(--links);
    text-decoration: none;
    text-transform: uppercase;
        
}
.lists_menu-item:hover {
    background: var(--hover1);
	opacity: 0.7; 
	  transition: background 0.2s ease;
}       

.lists_menu-item:hover a {
    color: var(--hover2);
	  transition: background 0.2s ease;
}
        /*         Content       */
        
        
.lists_content {
    width: 80%;
    box-sizing: border-box;
    background: var(--background);
    background-repeat: no-repeat;
    background-size: cover;
font-family: Cambria, Georgia, serif;

}

  .lists_content2 {
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 5px 40px;
    text-align: justify;
    line-height: 180%;
    font-size: 13px;
    font-family: Cambria, Georgia, serif;
}

.lists_content-head {
            height: 50px;
            width: 100%;
            background: #3e485c;
            font-size: 22px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
			color: #fff;
			font-family: "YoungSerif-Bold", sans-serif;
        }
        
.lists_content-description {
            padding: 20px 20px;
            text-align: justify;
            line-height: 180%;
background: var(--background);
        }
.lists_content-description_head {
            padding: 20px 40px;
            text-align: justify;
            line-height: 180%;
            font-size: 18px;
        }   
.lists_content-bit {    
            padding: 0 20px 40px 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }
        
.lists_statistik-bit {    
            padding: 0 20px 40px 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: normal;
            gap: 20px;
        }
.lists_content-block {
            width: 30%;    /* 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;
			margin-top: 5px;
        }
.lists_list_bit{
	width: 100%;
    background: #d8dee5;
    border-top: 3px solid #3e485c;
    text-align: center;
    color: #3e485c;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 3px;
    margin-bottom: 15px;
}

.lists_list_bit2{
	width: 100%;
    background: #d8dee5;
    border-top: 3px solid #3e485c;
    text-align: center;
    color: #3e485c;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 3px;
        margin-bottom: 5px;
    margin-top: 15px;
}
.lists_content-description {
    padding: 20px 20px;
    text-align: justify;
    line-height: 180%;
}
.lists_content_wiki {
    flex: 1;                    /* nimmt restliche Breite automatisch */
    min-width: 300px;           /* verhindert zu kleine Spalte auf Handy/Tablet */
    box-sizing: border-box;
    padding: 20px 40px;
    text-align: justify;
    line-height: 180%;
    font-size: 13px;
    background-color: var(--background);
    font-family: Cambria, Georgia, serif;
}
.header_listen2 {
    background: var(--farbe7);
    border-top: 3px solid var(--farbe3);
    text-align: center;
    color: var(--farbe3);
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 3px;
    margin-bottom: 15px;
}
.td_width {
width: 100%;
}

/* Responsive: Handy */
@media screen and (max-width: 600px) {
    #lists {
        flex-direction: column;
    }
    .lists_menu {
        max-width: 100%;
        min-width: 0;
        margin-bottom: 15px;
    }
    .lists_content2 {
        padding: 15px 20px;
    }
}