.member-avatar{
	width:300px;
	height:200px;
}
.member-avatar img{
	width:300px;
	height:200px;
	border: 1px solid var(--farbe3);
}
.member-card{
    flex: 1.1;
    margin: 10px;
    background-color: var(--durchsichtigoben);
    padding: 10px;
    border: 1px solid var(--farbe2);
    min-height: 390px;
    height: auto;
}
.members-list-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    outline: 5px solid var(--farbe2);
    background: url(https://www.transparenttextures.com/patterns/arches.png);
    background-color: var(--farbe3);
    gap: 30px;

}