.profil-frame-complete {
    position: relative;
    z-index: 1;
}

.memberprofil-avatar {
    width: 270px;
    padding: 15px;
    background: #263939;
    border: 1px #0000003b solid;
    position: relative;
    top: -180px;
    left: 896px;
    overflow: hidden;
}



.memberprofil-frame {
    width: 850px;
    background: #0000003b;
    margin: -402px 0px 0px 0px;
    height: 95px;
    position: relative;
    padding: 23px;
}

.memberprofil-name {
    font-size: 90px;
    font-family: 'Alumni Sans';
    letter-spacing: 2px;
    text-align: right;
    margin: -104px 0px 0px 0px;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px #0d1114;
}

.memberprofil-usertitel {
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    margin: -30px 0px 0px 0px;
    letter-spacing: 7px;
    color: #676f73;
}

.memberprofil-stats {
    position: relative;
    top: -100px;
    background: #ffffff08;
    color: #828282;
    width: 259px;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 0px 15px;
    font-size: 17px;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    float: left;
}

.mp-line {
    background: #161616;
    height: 1px;
    width: 780px;
    position: relative;
    top: -38px;
    left: 55px;
}

.memberprofil-stats2 {
    position: relative;
    top: -100px;
    background: #ffffff08;
    color: #858585;
    width: 259px;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 10px 15px;
    font-size: 17px;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    float: left;
    height: 23px;
    line-height: 16px;
}

.mp-stats-frame-com {
    width: 896px;
    height: 890px;
    background: #0000003b;
    margin: 0px 0px 0px 0px;
    z-index: 5;
    position: relative;
}

.mp-stats-frame {
    margin-top: 79px;
}

.mp-likey {
    background: #0000003b;
    width: 300px;
    height: 350px;
    margin: -225px 0px 0px 896px;
    border: 1px #0000002e solid;
}

.mp-likey-in {
    background: #ffffff08;
    width: 280px;
    height: 160px;
    margin: 10px 10px 0px 10px;
    overflow-y: scroll;
    color: #8d8d8d;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mp-likey-in::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mp-likey-in{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.mp-funfact {
    background: #ffffff08;
    height: 200px;
    width: 340px;
    margin-left: -2px;
    margin-top: -44px;
    /* float: left; */
    padding: 20px;
    text-align: justify;
    overflow-y: scroll;
    position: relative;
    color: #b6b6b6;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mp-funfact::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mp-funfact{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.mp-charakter {
    background: #ffffff08;
	color: #b6b6b6;
    height: 220px;
    width: 340px;
    margin-left: -4px;
    margin-top: -21px;
    float: left;
    padding: 20px;
    text-align: justify;
    overflow-y: scroll;
    position: relative;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mp-charakter::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mp-charakter {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.mp-story {
    background: #ffffff08;
	color: #b6b6b6;
    height: 478px;
    width: 440px;
    margin-left: 390px;
    margin-top: -28px;
    padding: 20px;
    text-align: justify;
    /* display: flex; */
    top: -295px;
    position: relative;
    overflow-y: scroll;
    z-index: 7;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mp-story::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mp-story{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.mp-text-chara {
    /* margin: -150px 0px 0px 30px; */
    position: relative;
    top: -1px;
    left: 23px;
    font-size: 30px;
    font-family: 'Alumni Sans';
    letter-spacing: 2px;
    text-transform: uppercase;
	    z-index: 1;

}

.mp-text-story {
    /* margin: -150px 0px 0px 30px; */
    position: relative;
    top: -307px;
    left: 50px;
    font-size: 30px;
    font-family: 'Alumni Sans';
    letter-spacing: 2px;
    text-transform: uppercase;
	    z-index: 1;

}

.mp-text-fun {
    /* margin: -150px 0px 0px 30px; */
    position: relative;
    top: -27px;
    left: 22px;
    font-size: 30px;
    font-family: 'Alumni Sans';
    letter-spacing: 2px;
    text-transform: uppercase;
	    z-index: 1;

}

.mp-xtra-img {
    position: relative;
    top: -765px;
    right: -896px;
    background: #0000003b;
    border: 1px #151515 solid;
    width: 300px;
    height: 455px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@-moz-document url-prefix() {
  .mp-story {
    top: -519px;
  }
}