body.page-template-page-full footer#footer {
  margin: 8rem -4rem 0; }

footer#footer {
  display: -webkit-flex;
  display: flex;
  margin: auto -3rem 0;
  background: #EAEAEA;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
  margin-top: auto; }
  footer#footer .footer-bottom {
    width: 100%; }
  footer#footer a {
    color: #FE951A; }
  footer#footer .main-row {
    background: #440A0C;
    color: #FFF;
    margin: 0;
    padding: 4rem calc(3rem - 15px); }
  footer#footer .bottom-row {
    margin: 0;
    padding: 1rem 3rem 1rem calc(3rem - 15px);
    color: #FFF; }
  footer#footer .aktuelles a {
    display: block;
    margin-bottom: .5rem; }
  footer#footer .aktuelles span.date {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: .8rem;
    margin-bottom: -5px; }

.scroll-top {
  position: fixed;
  bottom: 8px;
  right: 6px;
  width: 40px;
  height: 40px;
  background: #FE951A;
  z-index: 5;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: -webkit-transform ease-in .2s;
  transition: transform ease-in .2s;
  transition: transform ease-in .2s, -webkit-transform ease-in .2s;
  -webkit-transform: scale(1);
          transform: scale(1); }
  .scroll-top.invis {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .scroll-top:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotateZ(-225deg);
            transform: rotateZ(-225deg);
    top: 18px;
    left: 14px; }

/*# sourceMappingURL=footer.css.map */
