/*
.pics{
	position:relative;
	display:inline-block;
	vertical-align:top;
	background:url(images/pics.png?v=47) no-repeat 0 0;
	background-size: 400px 400px;
	width:40px;
	height:40px;
}
*/
.pics.land{
    background:url(images/sprachen.png?v=1) no-repeat 0 0;
	background-size: 140px 14px;
    width:14px;
    height:14px;
    border-radius: 14px;
}
.pics.land.rand{
    box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.pics.land.de_de,.pics.land.DE_de {background-position:0px 0px;}
.pics.land.at_de,.pics.land.AT_de {background-position:-14px 0px;}
.pics.land.ch_fr,.pics.land.CH_fr {background-position:-28px 0px;}
.pics.land.ch_de,.pics.land.CH_de {background-position:-42px 0px;}

.testmail{
    display: inline-block;
    margin:0px 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 0.5px rgba(0,0,0,1);
}
.testmail:hover{
    box-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.news_pic{
    position: absolute;
    top:20px;
    left:0px;
    width:80px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    transition: all 0.2s;
    z-index: 1;
}
.news_pic:hover{
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    width:300px;
}
