.mitglied {
    float: left;
    margin-bottom: 10px;
}

.member-f1 {
    width: 100%;
    font-weight: bold;
    /* background-color: #4e4c3d; */
    border-bottom: #4e4c3d solid 1px;
    font-size: 10px;
    font-family: 'Calibri';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px;
    margin-bottom: 1px;
}

.member-f2 {
   width: 100%;
	font-weight: normal;
  /*  background-color: #2f2e25; */
    font-size: 10px;
    font-family: 'Calibri';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px;
	margin-bottom: 1px;
}

.member-f3 {
    width: 220px;
	font-weight: normal;
    background-color: #4e4c3d;
    font-size: 10px;
    font-family: 'Calibri';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px;
	margin-bottom: 1px;
}

.membermininame {
    padding-top: 40px;
	height: 35px;
    padding-bottom: 40px;
    background-color: #0c0c0c;
    font-family: 'Fugaz One', cursive;
    color: #a39e81;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 100%;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
    text-transform: uppercase;
}

.membercontain {
    background: rgba(12, 12, 12, 0.45);
    padding: 10px;
    margin: 7px;
    width: 240px;
    border: 4px double #444;
}