#memberlist-member-box {
	width:1050;
	height:132px;
	padding:10px 10px 30px 10px;
	background-image: url(https://abload.de/img/220710_sanfrancisco_m4mjc0.png);
	position:realtive;
	margin-bottom:10px;
}

.memberlist-ava {
	width:150px;
	height:132px;
	border:1px solid var(--farbe2);
	padding:10px;
}

.memberlist-infos {
	margin:0px 10px 0px 10px;
	height:132px;
	width:870px;
	padding:10px;
}
.memberlist-name {
    color: var(--farbe2);
    font-size: 16px;
}

.memberlist-name span {
    font-family: 'Teko', sans-serif;
    color: var(--farbe1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
}

.memberlist-facts {
    width: 1060px;
    min-height: 20px;
    margin-top: -5px;
}

.memberlist-facts-strich {
    width: 80px;
    height: 10px;
    border-bottom: 1px solid var(--farbe2);
    margin-left: 40px;
}

.memberlist-facts-aufzahlung {
    width: 930px;
    min-height: 20px;
    font-family: Calibri, sans-serif;
    color: var(--farbe2);
    font-weight: 500;
}

.memberlist-charatext {
	width:510px;
	height:70px;
	padding:10px;
	margin-top:5px;
	text-align:justify;
}

.memberlist-charatext-scroll {
	width:500px;
	height:70px;
	padding:0px 10px 0px 0px;
	overflow:auto;
}

.memberlist-charatext-scroll::-webkit-scrollbar {
  width: 1px;
  background: transparent;
} 
.memberlist-charatext-scroll::-webkit-scrollbar {
  width: 3px;
}
.memberlist-charatext-scroll::-webkit-scrollbar-thumb {
  background-color: var(--farbe1);
}
.memberlist-charatext-scroll::-webkit-scrollbar-track {
 	background-color: var(--background1-transparent);
	border:1px solid #212121;
} 

.memberlist-player {
	width:210px;
	height:70px;
	padding:10px;
	margin-right:5px 0px 0px 10px;
}

.memberlist-contact {
	margin-right:10px;
	width:50px;
	height:90px;
}