.lists {
     /*width: 100%;*/
    display: flex;
    gap: 20px;
	background: url(https://www.buffymagazin.de/lobsters/images/songoflobsters/paper_wt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    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: #d8dee5;
            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_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 {
            height: 40px;
            width: 100%;
            background: var(--farbe2);
            display: flex;
            justify-content: center;
            align-items: center;
            text-transform: uppercase;
			color:var(--farbe8);
			letter-spacing: 2px;
 }

.lists_menu-head  a:link {
            color: var(--farbe8);
	cursor: pointer;
			
}


.lists_menu-item {
            height: 25px;
            width: 195px;
            margin: 0 auto;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
           /* border-bottom: 1px solid #3e485c;*/
 }
        
        
        /*         Content       */
        
        
.lists_content {
    width: 80%;
    box-sizing: border-box;
    background: #fff;
	background: url(https://www.buffymagazin.de/lobsters/images/songoflobsters/paper_wt.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
    
.lists_content2 {
    width: 100%;
    box-sizing: border-box;
    /*background: #fff;
	background: url(https://www.buffymagazin.de/lobsters/images/songoflobsters/paper_wt.jpg);
    background-repeat: no-repeat;*/
    /*background-size: cover;*/
	
}

.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: 'Playfair Display SC';
        }
        
.lists_content-description {
            padding: 20px 20px;
            text-align: justify;
            line-height: 180%;
        }
.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;
}
 .family_menu {
           justify-content: center;
            font-weight: bold;
            text-transform: uppercase;
			font-size: 13px;
            font-family: Cambria,Georgia,serif;
			display: flex;
            flex-direction: column;
            background: #d8dee5;
            padding: 8px 8px 8px 18px;
        /* padding-bottom: 10px; * Hier nutzen, wenn du nicht willst, dass das Menü dieselbe Länge hat wie der Content-Block. */
        }

.family_head{
            background: #3e485c;
            font-family: 'Playfair Display SC';
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            padding: 12px;
	        justify-content: center;
            align-items: center;
            display: flex;
}

.family_content {
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.family_content-description {
            padding: 20px 40px;
            text-align: justify;
            line-height: 180%;

}

.family_head2{
            background: #3e485c;
            font-family: 'Playfair Display SC';
            font-size: 13px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            justify-content: center;
           align-items: center;
           display: flex;
	}
.family_head3{
            background: #3e485c;
            font-family: 'Playfair Display SC';
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            padding: 8px;
        	text-align: center;
	}

.lists_content_wiki {
      /*width: 80%;*/
     box-sizing: border-box;
     background-repeat: no-repeat;
     background-size: cover;
	 padding: 20px 40px;
     text-align: justify;
     line-height: 180%;
	 font-size: 14px;
	 	
 }

.family_header {
	height: 50px;
    width: 730px;
    background: #3e485c;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Playfair Display SC';
	
}	

.family_item {
    height: 25px;
    width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
	background: #d8dee5;
	
  }

.family_menu_head {
	height: 31px;
    width: 210px;
    background: #3e485c;
    display: flex;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Playfair Display SC';
	letter-spacing: 2px;

}	

.family_thead {
    background-color: #d8dee5;
    /* font-family: 'Playfair Display SC'; */
    font-size: 12px;
    color: #3e485c;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 0.1em;
    /* border-bottom: 1px solid #263c30; */
    padding: 8px;
	    text-align: center;
}

.family-picture { 
	width: 130px;
	height: 130px;
	margin: auto;
}

.family-fullname {
	box-sizing: border-box;
	width: 130px;
    height: 35px;
	margin: 0px auto;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
    background-color: var(--rahmen);
	line-height: 1.1em;
	font-family: Cambria,Georgia,serif;
	color: var(--schrift);
    overflow: auto;
    align-content: center;
	
}

.family-fullname_desc {
    box-sizing: border-box;
    width: 130px;
    height: 70px;
    margin: 0px auto;
    padding: 4px;
    text-align: left;
    font-size: 12px;
    background-color: var(--rahmen);
    line-height: 1.1em;
    font-family: Cambria, Georgia, serif;
    color: var(--schrift);
    overflow: auto;
    align-content: center;
	border-bottom: 2px solid var(--farbe3);
	
}

.edit-fammember {
    box-sizing: border-box;
    font-family: Cambria, Georgia, serif;
    font-size: 9px;
    text-transform: uppercase;
    width: 130px;
    color: #fff;
    padding: 8px;
    letter-spacing: 2pt;
    text-align: center;
    line-height: 5px;
    /*float: left; */
    /*margin: 10px 0px 10px 10px;*/
    margin: auto;
    text-decoration: none;
    border: 1px solid #3e485c;
	background: var(--event-box);
	margin-top: 10px;
margin-bottom: 35px;
}
.free-img img {
	opacity: 1;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	margin: auto;
}

.free-img {
	position: relative;
	box-sizing: border-box;

}
.claim-fammember {
    padding: 3px;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    line-height: 1.1em;
    margin-top: 5px;
    letter-spacing: 1px;
    /* margin-bottom: 12px;*/
}
.family-pop > .pop > .description {
	margin: 10px auto;
	max-height: 250px;
	overflow: auto;
	line-height: 1.3em;
	padding: 15px;
	background-color: var(--container);
	font-size: 12px;
	text-align: justify;

}
.family-pop_head {
  background: #d8dee5;
  border-top: 3px solid #3e485c;
  text-align: center;
  color: #3e485c;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 3px;
  font-weight: bold;
}
.family-spielbar {
    box-sizing: border-box;
    width: 130px;
    height: 35px;
    margin: 0px auto;
    font-size: 12px;
    background-color: var(--rahmen);
    line-height: 1.1em;
    font-family: Cambria, Georgia, serif;
    color: var(--schrift);
    overflow: auto;
    align-content: center;
    border-bottom: 2px solid var(--farbe3);
}
.family-picture2 { 
	width: 130px;
	height: 130px;
	margin: auto;
	opacity: 1;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	margin: auto;
}
.calender_menu-head {
    height: 28px;
    width: 97%;
    background: #3e485c;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.calender_menu-item {
    height: 25px;
    width: 70%;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #d8dee5;
    align-items: flex-start;
    text-align: center;
}
.calender {
	background-color: #3e485c;
   font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* border-bottom: 1px solid #263c30; */
    padding: 8px;
}

.calender_thead {
	background-color: var(--farbe5); 
    background-position: -45px -23px;
    font-size: 15px;
    color: var(--farbe2);
    text-transform: uppercase;
    letter-spacing: 2px;
    /* border-bottom: 1px solid #263c30; */
    padding: 8px;
}
.calender_tcat {
		background-color: var(--farbe2); 
    background-position: -45px -23px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* border-bottom: 1px solid #263c30; */
    padding: 8px;
	margin-bottom: 5px;
}
.trow1 smalltext {
	    height: 25px;
    width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    background: var(--farbe5);
	

}