@charset "UTF-8";
footer.footer{padding:var(--base-offset);}footer.footer *{margin-bottom:0;}footer.footer .site-layout-container__inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:justify;justify-content:space-between;font-size:var(--base-font-size-large);}@media (max-width: 499px){footer.footer .site-layout-container__inner{-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:var(--base-gap);}}footer.footer .site-layout-container__inner .footer__menu{min-width:50%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;}footer.footer .site-layout-container__inner .footer__menu p{display:-ms-flexbox;display:-webkit-flex;display:flex;gap:calc(var(--base-gap) * .75);}footer.footer ul{display:-ms-flexbox;display:-webkit-flex;display:flex;gap:var(--base-offset);padding-left:0;}footer.footer a[href$="#top"],footer.footer a[href$="#thetop"]{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;gap:calc(var(--base-gap) * .75);}footer.footer a[href$="#top"]::before,footer.footer a[href$="#thetop"]::before{content:"";background:url(//www.sst-notare.de/wp-content/themes/sst-notare/modules/base/submodules/icons/arrow-circle-left.svg) 0 0 no-repeat;display:inline-block;height:calc(1.25 * var(--base-font-size-large));width:calc(1.25 * var(--base-font-size-large));background-size:100%;-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);}footer.footer a[href$="#top"]:hover::before,footer.footer a[href$="#thetop"]:hover::before{opacity:0;content:"";background:url(//www.sst-notare.de/wp-content/themes/sst-notare/modules/base/submodules/icons/arrow-circle-left-hover.svg) 0 0 no-repeat;background-size:100%;-webkit-animation:iconFadeIn ease-in 1;animation:iconFadeIn ease-in 1;animation-duration:.1s;animation-fill-mode:forwards;}@-webkit-keyframes iconFadeIn{from{opacity:0;}to{opacity:1;}}@keyframes iconFadeIn{from{opacity:0;}to{opacity:1;}}