@charset "UTF-8";
/* CSS Document */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:150px; /* vom boden entfernt */
	right:40px;
	
  z-index:100;
}

.my-float{
	margin-top:16px;
}