.lists {
            width: 100%;
            display: flex;
            gap: 20px;
            justify-content: space-between;
            /* align-items: flex-start; Wenn du willst, dass das Menü in der Länge nicht mit dem Content-Block mitwächst. Ich empfehle dir, *hier dann das padding einzufügen, damit es nicht mit dem letzten Strich endet. */
        }
        
        /*         Menu        */
        
        .lists_menu {
            width: 20%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            background: #efefef;
            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: #b8b8b8;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .lists_menu-item {
            height: 25px;
            width: 90%;
            margin: 0 auto;
            padding: 10px 20px;
            display: flex;
            align-items: center;
			text-transform: uppercase;
			background-color: #fff; 
			opacity:1;
            box-sizing: border-box;
        }
        
        
        /*         Content       */
        
        
        .lists_content {
            width: 80%;
            box-sizing: border-box;
            background: #efefef;
        }
        
        .lists_content-head {
            height: 50px;
            width: 100%;
            background: #b8b8b8;
            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 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-item {
            margin-bottom: 5px;
        }
		

/* GEBURTSTAGSLISTEN */

.birthday_flexrow {
            display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    padding: 2px;
    color: var(--zwoelf);
    text-transform: uppercase;
    text-align: justify;
	margin: 2px auto;
        }

.birthday_triple {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
        }

.birthday_bucket{
	display: flex;
    width: 33%;
    height: 180px;
    flex-direction: column;
	margin: 2px 0;
        }

.birthday_head{
    background-color: var(--elf);
    opacity: 90%;
    font-family: var(--open);
    font-size: var(--fs_zwei);
    letter-spacing: 1.5px;
    padding: 10px;
    border: solid 2px var(--drei);
        }

.birthday_corp{
    overflow: auto;
    padding:12px;
	flex: 1; 
	margin-right: 2px;
	background-color: var(--zwei);
	box-sizing: border-box;
	font-size:0.8em;
        }

/*** alte geburtstagsliste - eingetragen in php***/

.lists_head_bdaybox_container {
display:flex;
	flex-direction:row;
	width: 100%;
	box-sizing:border-box;
        }

.lists_head_bdaybox_row {
display:flex;
	flex-direction:row;
	padding: 15px;
	width: 100%;
	box-sizing:border-box;
	text-align: center;
        }

.lists_head_bdaybox_title {
	display: flex;
     box-sizing: border-box;
    width: 30%;
    margin: 2px;
    text-transform: uppercase;
    text-align: center;
background: var(--fuenf);
justify-content: space-evenly;
flex:1;
}

.lists_birthdaybox_container {
display:flex;
	flex-direction:row;
	width: 100%;
	box-sizing:border-box;
        }

.lists_birthdaybox {
display:flex;
	flex-direction:column;
	padding: 15px;
	width: 30%;
	box-sizing:border-box;
	margin: 2px;
	flex:1;
        }

.lists_birthdaybox_row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
	line-height:0.01em;
	text-transform: uppercase;
}

.lists_cgebd {
    box-sizing: border-box;
	text-align: right;
	font-weight: bold;
	width:46%;
	margin-right:2%;
	font-size:0.7em;
	        }

.lists_cname {
    box-sizing: border-box;
	text-align: left;
	font-weight: normal;
	margin-left:2%;
	font-size:0.7em;
        }


/* besondere faehigkeiten */

.flists .amltab {
	display: flex; 
	flex-direction: column; 
	padding: 0; 
	margin: 0; 
	width: 100%;
	background: var(--fuenf);
}

.flists .amltab ul {
display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0px;
    padding-inline-start: 0px;
    flex: 1;
    justify-content: space-around;
}

.flists .amltab li {
padding: 0 3px;
	box-sizing: border-box;
}

.lists_navigation {
	display: flex; 
	flex-direction: column; 
	padding: 0; 
    font-family: var(--calibri);
	font-size: 7px;
    text-transform: uppercase;
    align-content: stretch;
    align-items: stretch;
	text-align: center;
	flex-wrap: wrap;
}

.lists_wrap {
display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 0;
    /* width: 95%; */
    box-sizing: border-box;
    text-align: left;
    flex: 1;
    justify-content: center;
    font-family: var(--calibri);
    font-size: 0.8em;
    text-transform: uppercase;
    align-content: stretch;
    align-items: stretch;
    text-align: justify;
    flex-wrap: wrap;
}

.lists_listhead {
	display: flex;
    flex-direction: column;
    margin: 20px 0px 5px 0px;
    align-content: stretch;
    align-items: stretch;
	padding:20px 10px 72px 10px;
	font-size: 9px;
	color: var(--picked);
	text-align: center;
		height: 100px;
	box-sizing: border-box;
	    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: var(--neun);
    text-transform: lowercase;
    letter-spacing: 1;
    padding: 8px;
    background: none;
    border-bottom: none;
    font-weight: 100;
    text-align: center;
}

.lists_navicon {
	font-size: 12px;
	color: var(--picked);
	padding: 6px 0 4px 0;
}

.lists_navigation .lists_descr_tx {
margin: 2px;
    padding: 8px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    margin-top: -34px;
    font-weight: 300;
}

.lists_main_buttonlist {
	display: flex;
    align-content: stretch;
    align-items: center;
    /* vertical-align: middle; */
    margin: 0px 0 0 0;
    /* flex: 1; */
    justify-content: space-evenly;
    width: 100%;
}

.lists_button {
	background-color: var(--fuenf);
	margin: 0px 0px 4px 0px;
	padding: 5px;
	text-align: center;
	flex: 1;
    align-items: center;
	justify-content: center; 
	align-items: center;
}

.lists_button a {
	color: var(--picked2)
}


.lists_fcorpus {
	text-align: justify;
	flex: 1;
	background: var(--fuenf);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
margin-top:20px; 
	padding:15px;
}

.lists_descr_tx {
	text-align: justify;
	flex: 1;
	background: var(--fuenf);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	align-items: center;
}

.lists_head_descr {
margin: 2px;
    padding: 0 28%;
    text-align: justify;
    letter-spacing: 0.3em;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: -3em;
    font-weight: 300;
}

.lists_descr_txb {display: flex;
 display: flex;
    flex-direction: column;
    text-align: justify;
    font-family: var(--calibri);
    font-size: 1em;
    padding: 34px;
    margin: 5px;
    background: var(--drei);
    width: 60%;
	opacity: 0.8;
	}

.lists_descr_txa {display: flex;
    flex-direction: column;
    text-align: justify;
    font-family: var(--calibri);
    font-size: 0.93em;
    margin: 20px 0;
width:100%;
overflow: auto;
    max-height: 350px;}

.flists_row {
	display:flex;
	flex-direction:row;
	box-sizing: border-box;
	text-transform: uppercase;
	text-align:center;
	width:100%
}

.fpatronus_u {
	text-align: right;
    box-sizing: border-box;
    margin-right: 2%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
	letter-spacing: 0.2em;
    font-size: 0.9em;
	font-weight:900;
}

.fpatronus {
	text-align: left;
	box-sizing: border-box;
	width: 100%;
    display: flex;
	justify-content: flex-start;
    flex-wrap: nowrap;
	letter-spacing: 0.2em;
    font-size: 0.9em;
	font-weight:300;
}

.fanimagus_cont{
	display:flex;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.2em;
    font-size: 0.9em;
    text-transform: uppercase;
	align-items: center;
 }

.fanimagus_u {
	text-align: right;
font-weight: bold;
	box-sizing: border-box;
	margin-right: 2%;
	width:50%;
}

.fanimagus {
	text-align: left;
	box-sizing: border-box;
	margin-left: 2%;
	font-weight: 900;
}

.fanimagus_r {
	text-align: left;
	box-sizing: border-box;
	font-weight:300;
	display: inline-flex;
}

.lists_okle_cont {
display: flex; 
	flex-direction: row;
	align-items: space-even;
}

.lists_okklu_cont {
	margin: 2px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 300;
	width:50%;
}

.lists_legili_cont {
	margin: 2px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 300;
	width:50%;
}

.lists_heading1 {
	margin: 20px;
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 300;
}

.fokklu {
	display: flex;
    text-align: justify;
    font-weight: normal;
    box-sizing: border-box;
    margin-left: 2%;
    flex: 1;
    justify-content: space-around;
}

.flegi {
	display: flex;
    text-align: justify;
    font-weight: normal;
    box-sizing: border-box;
    margin-left: 2%;
    flex: 1;
    justify-content: space-around;
}

.fmeta_cont {
	display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    text-transform: uppercase;
    /* align-content: space-between; */
    align-items: center;
	width:100%;
 }



.fmeta_u {
	text-align: center;
	box-sizing: border-box;
    font-weight: 900;
	width:100%;
}

.fwerwolf_cont {
	display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    text-transform: uppercase;
    align-items: center;
	width:100%;
 }

.fwerwolf_u {
	display:flex;
	box-sizing: border-box;
	margin-right: 2%;
    font-weight: 900;
	width:100%;
	justify-content:center;
}

.fwerwolf_r {
	box-sizing: border-box;
	margin-left: 2%;
	display: inline-flex;
	font-weight:300;
}