/* runder Button */


html body div#ballMenuContainer div#menuBall1.menuBall a.ball.blueball div.menuText h2.button_announce {
  color: #fff !important;
}
/* Ende Button */

a.backtop {
  display: inline-block  !important; 
  background-color: #3fb1a3  !important;
  width: 40px  !important;
  height: 40px !important;
  text-align: center !important;
  border-radius: 4px !important;
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 2000 !important;
}
