#filelist-header #rich-workspace {
    display: none;
}

footer p {
    color: black !important;
}

a.legal {
   visibility: hidden;
   position: absolute;
   bottom: 2%;
   left: 50%;
   transform: translate(-50%, 0);
   white-space: nowrap;
   margin-left: -16px;
}

#body-public footer p a {
   bottom: -10%
}

a.legal:after {
   visibility: visible;
   font-size: small;
   content: '> Go to Next Cloud Atelierhaus <';

   color: rgba(0,0,0,1);
   text-shadow: 0px 0px 4px RGBA(255, 0, 98, 1);
   -webkit-text-stroke: 0.4px RGBA(255, 0, 98, 0.5);
}
