#Memberlist_Main {
    background-color: rgba(1, 2, 2, 0.4);
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
}

#Memberlist_Main .Memberlist_Leiste4{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2.5px;
    font-weight: 700;
    font-size: 6.5px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 11px;
    width: 383px;
}

#Memberlist_Main .Memberlist_Leiste4 b{color: #fff;}

#Memberlist_Main .Memberlist_Leiste3{
    background-image: url(/images/001/back2.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 7px 0px;
    position: relative;
    overflow: hidden;
    height: 15px;
    margin: 15px -15px -15px;
}

#Memberlist_Main .Memberlist_Desc{
    height: 80px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--maincolor) #000;
    padding-right: 7px;
    text-align: justify;
    color: #fff;
    letter-spacing: 2px;
    font-family: Montserrat;
    line-height: 185%;
    font-size: 9px;
}

#Memberlist_Main .Memberlist_Text{
    padding-top: 13px;
}

#Memberlist_Main .Memberlist_Box:nth-child(3n+0) {margin-right: 0px;}
 #Memberlist_Main .Memberlist_Box:nth-child(3),#Memberlist_Main .Memberlist_Box:nth-child(2),#Memberlist_Main .Memberlist_Box:nth-child(1) {margin-top: 0px;}

#Memberlist_Main .Memberlist_Title{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3.5px;
	font-weight: 700;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
	line-height: 260%;
	padding: 5px 0 9px;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 5px;
}

#Memberlist_Main .Memberlist_Title a{color: #fff;}

#Memberlist_Main .Memberlist_Title span{
    display: block;
    font-family: "Playfair Display SC";
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#Memberlist_Main .Memberlist_Leiste1{
    background-color: #a0a0a0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

#Memberlist_Main .Memberlist_pic{
	width: 53px;
	height: 53px;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #010202;
	position: absolute;
	top: 7px;
}
#Memberlist_Main .Memberlist_pic img{width: 53px;}

#Memberlist_Main .Memberlist_Box{
    width: 353px;
    background-color: #010202;
    margin-right: 15px;
    margin-top: 15px;
    padding: 15px;
	position: relative;
}

#Memberlist_Main .Memberlist_Leiste {
	background-image: url(/images/001/back2.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 15px 0px;
	position: relative;
	overflow: hidden;
	height: 43px;
	margin: -15px -15px 0px;
}
		
		