#menu-item-1338 {
animation: loadani 0.5s linear 0s infinite alternate; 
}
@keyframes loadani {
0%   {opacity:1}
75%  {opacity:1} 
100%  {opacity:0}
 }

#sticky-note {
    background: url(https://chiromed-rehatechnik.de/wp-content/uploads/2025/07/sticky_note4.png) !important;
    max-width: 2320px !important;
    width: 200px !important;
    height: 210px !important;
    display: block;
    top: -23vw;
    left: 520px;
    position: absolute;
    z-index: -1;
}
#sticky-note  {
display: yes !important;
}