.Profile_snippet {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 17px;
    right:  0px;
    background-color: rgba(255,255,255,0.04);
    z-index: 10;
    
}
.Profile_snippet .list-wrapper{
    display:none;
}
.Profile_snippet:hover .list-wrapper{
	display: block;
	  margin-top: 20px;
	width: 170px;
	position: absolute;
	right: 0px;
	text-align: right;
}
.Profile_snippet .img{
    display:block;
    position: absolute;
    width:100%;
    height: 100%;
    background-image: url('/img/privat.png')
}
.list{
	position: relative;
	right: 0px;
	border-radius: 3px 3px 3px 3px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 130px;
	position: absolute;
	z-index: 100;
	background-color: rgb(255, 255, 255);
	margin-top: 0px;
	list-style-position: inside;
	list-style-type: none;
	overflow: hidden;
	padding-right: 10px;
}
.Profile_snippet .list-wrapper img{  
	position: relative;
	top: 5px;
	left: -10px;
}
.Profile_snippet .list-wrapper .list a{
    text-decoration: none;
color: #707070
    }
    .Profile_snippet .list-wrapper .list h2{
        margin: 0;
    }