.mcontainer {
    float: left;
    margin: 0px 7px;
    margin-bottom: 10px;
    /* background: #00000000; */
    height: 270px;
    border: 1px #4c4d18 dashed;
}

.musername {
    font-weight: 400;
    color: #8b7d43;
    font-family: 'Sayyeda';
    font-size: 21px;
    letter-spacing: 2px;
    background: #111111;
    text-align: center;
    height: 26px;
    padding: 4px 0px;
}

.mbox2 {
    font-size: 15px;
    color: #939393;
    text-transform: uppercase;
    background: #111111;
    height: 13px;
    width: 247px;
    margin: 7px auto;
    text-align: center;
    position: relative;
    top: 144px;
    padding: 5px;
    letter-spacing: 1px;
    font-family: 'genosthin';
    font-weight: 600;
    line-height: 11px;
}

.m_SecIcon {
    position: absolute;
    margin: 13px 11px;
    border: 3px #0e0d0d solid;
    /* border-radius: 22px; */
    opacity: 0.8;
}

img.m_IconIMG {
    width: 229px;
    /* height: 121px; */
}

.musertitel {
	font-family: 'Teko', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align:center;
	letter-spacing: 2px;
	background: #21262a;
	height: 20px;
	width: 210px;
	padding-top: 8px;
	margin: -6px 10px;
}

.musertitel2 {
	font-family: 'Teko', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align:center;
	letter-spacing: 2px;
	background: #21262a;
	height: 20px;
	width: 220px;
	padding-top: 4px;
	margin: 5px auto;
}

.muserbio {
	font-size: 10px;
	text-transform: uppercase;
	text-align: justify;
	background: #252b2f;
	height: 130px;
	width: 200px;
		padding-top: 4px;
	margin: 5px 5px;
	overflow-y: scroll; 
	padding: 10px;
		margin-top: -5px;
}

.mavatar {
	background: #21262a;
}

img.mavatarIMG {
    width: 259px;
}

/******************* SCROLLBAR *******************/

.force-overflow
{
	min-height: 130px;
}

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #252b2f;
}

#style-4::-webkit-scrollbar
{
	width: 7px;
	background-color: #252b2f;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #2d526b;
	border: 0px solid #555555;
}

.miniprofilehover {
    width: 259px;
    height: 238px;
    opacity: 0.0;
    transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    background-color: #000000ba;
    color: #000;
    text-align: justify;
    padding: 0px;
    position: relative;
    top: -246px;
    left: 0px;
    margin-bottom: -349px;
    font-family: calibri;
    font-size: 12px;
    /* border: 2px solid #3c1416; */
}

.miniprofilehover:hover {
opacity: 1.9 /*Transparenz eures Hovers*/
}
		
		