/*! FSB - To Top | Author: Frontend Soldier Borsch | Author URI: frontend-soldier-borsch.de | Author contact: borsch@frontend-soldier.de | Version: - | License: GNU General Public License v3 | License URI: www.gnu.org/licenses/gpl-3.0.html */
.to-top{position:fixed;display:block;background:0 0;font-size:2rem;text-decoration:none;opacity:0;outline:0;right:2rem;bottom:2rem;z-index:-1;transition:opacity .25s,z-index .01s .24s}:where( body.is-scrolled ) .to-top{opacity:1;z-index:100;transition:opacity .25s}.to-top_container{background-color:#fff;color:#000;border:1px solid #000;padding:calc(1rem - 1px);transition:background-color .25s}.to-top:where( :focus,:hover,:active ) :where( .to-top_container ){background-color:#efefef}.to-top__icon{display:block;width:1em;text-align:center}.to-top-target{position:absolute;visibility:hidden;top:0;height:0;width:0;overflow:hidden;outline:0;margin:0;border:0;padding:0;z-index:-1}