#wpfront-scroll-top-container{position:fixed;cursor:pointer;z-index:9999;border:none;outline:none;background-color:rgba(0,0,0,0);box-shadow:none;outline-style:none;text-decoration:none;opacity:0;display:none;align-items:center;justify-content:center;margin:0;padding:0}#wpfront-scroll-top-container.show{display:flex;opacity:1}#wpfront-scroll-top-container .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#wpfront-scroll-top-container .text-holder{padding:3px 10px;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:4px 4px 5px 0px rgba(50,50,50,.5);-moz-box-shadow:4px 4px 5px 0px rgba(50,50,50,.5);box-shadow:4px 4px 5px 0px rgba(50,50,50,.5)}#wpfront-scroll-top-container{right:20px;bottom:20px;}@media screen and (max-width:320px){#wpfront-scroll-top-container{visibility:hidden;}}#wpfront-scroll-top-container img{width:auto;height:auto;}#wpfront-scroll-top-container .text-holder{color:#FFFFFF;background-color:#000000;width:auto;height:auto;;}#wpfront-scroll-top-container .text-holder:hover{background-color:#000000;}#wpfront-scroll-top-container i{color:#000000;}/* Container fixen:Größe,Ausrichtung,Farben */ #scrolltop{width:48px !important;/* Button-Größe */ height:48px !important;background-color:#EDEDED !important;/* dein hellgrau */ color:#031A1A !important;/* Icon-Farbe (Fallback) */ border-radius:5px !important;/* leicht abgerundet */ display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;/* kein zusätzlicher Innenabstand */ border:none !important;box-shadow:0 2px 6px rgba(0,0,0,0.10) !important;z-index:99999 !important;/* über Cookie/Chat */ background-image:none !important;/* orange Defaults entfernen */}/* Das eigentliche Icon zuverlässig einfärben/vergrößern */ #scrolltop i{color:#031A1A !important;font-size:22px !important;/* Icon-Größe */ line-height:1 !important;}/* Hover-Feedback */ #scrolltop:hover{background-color:#DCDCDC !important;}/* Falls das Plugin Pseudo-Elemente für den Kreis nutzt,neutralisieren */ #scrolltop::before,#scrolltop::after{content:none !important;background:none !important;border:none !important;}