.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:25px;
	left:20px;
	background-color:#F33;
	color:#FFF;
	border-radius:35px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:1000;
	animation: bot-to-top 2s ease-out;
	background-image: url(assets/images/flaggen/aut.png);
	background-size: 60px;
}

ul{
	position:fixed;
	
	
	bottom:60px;
	z-index:100;
}

ul li{
	list-style:none;
	margin-bottom:100px;
}

ul li a{
	background-color:#FFFFFF;
	
	color:#FFF;
	border-radius:35px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:40px;
        left: 20px;
	height:40px;
	display:block;
}

ul:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:24px;
	margin-top:18px;

}

a#menu-share + ul{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {bottom:40px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}

#aut1{
    position: absolute;	
    background-image: url(assets/images/flaggen/aut.png);
    background-size: 60px;
    bottom: 60px;
    opacity: 1;
    left: 20px;
    visibility: hidden;
}

#aut2{
    position: absolute;	
    background-image: url(assets/images/flaggen/aut.png);
    background-size: 60px;
    bottom: 10px;
    opacity: 1;
    left: 20px;
    visibility: hidden;
}


#en{
    position: absolute;	
    background-image: url(assets/images/flaggen/en.gif);
    background-size: 60px;
    bottom: 60px;
    left: 20px;
    opacity: 0.5;
}

#tsch{
    position: absolute;	
    background-image: url(assets/images/flaggen/tsch.gif);
    background-size: 60px;
    bottom: 10px;
    opacity: 0.5;
}

