#hinweisbox{position:fixed;bottom:4px;left:4px;width:150px;height:40px;opacity:0;animation:fadeIn .8s ease forwards;animation-delay:1.5s;z-index:9999}#hinweisbox img{width:150px;height:40px}#closeHinweis{position:absolute;top:-8px;right:-8px;width:20px;height:20px;cursor:pointer;border:0;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;font-weight:bold}@keyframes fadeIn{from{opacity:0}to{opacity:1}}