.memberlistprofile {
    display: inline-table;
    box-sizing: border-box;
    width: 20rem;
    border: 1px solid #799aae;
    text-align: center;
    color: #444;
    border-radius: .5rem;
    height: 6rem;
    background: var(--dunkel);
    margin-bottom: 35px;
    margin-left: 35px;
	margin-top: 35px;
}

.memberlistname {
    font-size: 25px;
    text-align: center;
    margin-top: -10px;
    cursor: pointer;
    text-shadow: 0px 1px 0px #bd9bff;
}

.memberlistbio {
    margin-bottom: 1rem;
    font-size: 14px;
    font-family:'Quicksand';
    background:#799aae;
    margin-top: -16px;
    color: #f5f5f5;
}

.memberlistbio i {
    margin-top: -2px
		font-size: 12px;
}

.memberlist_avatar {
    height: 100px;
    width: 100px;
    padding: 4px;
    margin-top: -15px;
    border-radius: 12px 0px 12px 0px;
    -moz-border-radius: 9px 0px 9px 0px;
   -webkit-border-radius: 20px 0px 20px 0px;
}

.memberlist_avatar img {
    width: 100px;
    height: 100px;
    margin-top: -6px;
    margin-left: -2px;
    border: 3px solid #799aae;
    border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
}

.memberlist_avatar img:hover {
    -moz-transition: all 1.0s ease-in-out;
    -webkit-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

h4 {
    color: #799aae;
    font-weight: 100;
    font: 2rem/4.5rem "Fredericka the Great";
    padding: 0 1.5rem;
    opacity: .5
}

.spieler_name {
	margin-bottom: 1rem;
    font-size: 14px;
    font-family:'Quicksand';
    background:#799aae;
    margin-top: -15px;
    color: rgba(236, 230, 221, 0.5);
	text-transform: uppercase; 
} 

.infothead {
    border-top: 2px solid var(--dunkel);
    padding: 4px;
    background: #799aae;
    color: #c7c7c7;
    border-radius: .4rem;
    border-top-right-radius: .0rem;
    border-top-left-radius: .0rem;
    height: 25px
}

.float-left {
    display: inline-block;
    float: left
}

.float-right {
    display: inline-block;
    float: right
}

@media only screen and (max-width: 728px) {
    .memberlistprofile {
        float:left;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
		
		