#floaterr {
    position: fixed;
    top: 30px;
    right: 100px;
    width: 100px;
    height: 100px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1;
  
 /* BLAUE BOX WIRD MIT ANGEZEIGT!!!      
  border-radius: 3px 0 0 3px;
    padding: 1px;
    background-color: #41a6d9;
    color: white;
    text-align: center;
    box-sizing: border-box; 
  */
}

#facebookbanner {
    position: fixed;
    top: 90px;
    right: 100px;
    width: 100px;
    height: 100px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1;
  
/*  BLAUE BOX WIRD MIT ANGEZEIGT!!!      
  border-radius: 3px 0 0 3px;
    padding: 1px;
    background-color: #41a6d9;
    color: white;
    text-align: center;
    box-sizing: border-box; */
  
}

#menu-item-1384 > a {
    background: #3bb82e !important;
    color: #fff !important;


}

