#toplink
{

position: fixed;
bottom:5px;
right: 5px;
background: #fb6d01;
color: #fff;
border-radius: 4px;
opacity: 0;
display: inline-block;
font-size: 2px;
border:1px #fff solid;
padding: 10px;
width: 50px;
height: 60px;
overflow: hidden;
text-align: center;
transition: 0.3s all;
pointer-events: none;
cursor: pointer;
z-index:2000;
  	  	display: flex;
	flex-direction: column;
	justify-content: center;
		align-items: center;
}
#toplink:hover
{
opacity: 0;
color: #fb6d01;
background: #fff;
transition: 0.3s all;
border:1px #000 solid;
}
#toplink.seh
{
opacity: 0.7;
pointer-events: all;

}
#toplink.seh:hover
{
opacity: 0.7;
}

.hoch {
	font-family: 'Material';
	font-size:50px;
	color:#000;
	
}