footer.footer {
  position: relative;
  color: #fff;
  padding: 20px 20px 30px 20px;
  text-align: center; }
  footer.footer .totop {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    cursor: pointer;
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  footer.footer .custom-article ol, footer.footer .custom-article ul {
    margin-top: 0;
    padding-left: 0; }
    footer.footer .custom-article a {
      color: #fff; }

aside.impressum {
  font-size: 14px;
  position: relative;
  padding: 15px 60px;
  text-align: center; }
  aside.impressum span {
    white-space: nowrap;
    margin: 0 4px; }
  aside.impressum .icon-facebook {
    position: absolute;
    left: 20px;
    top: 50%;
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
