.path-user .temphalla-footer {
  display: none;
}
.temphalla-footer {
  background-color: #f4f4f4;
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

#block-temphalla-footer ul {
  margin-bottom: 0px;
  text-align: right;
  display: flex;
  justify-content: end;
}
#block-temphalla-footer ul li {
  list-style-type: none;
  padding-left: 30px;
}

#block-temphalla-showcopyrightcontent,
#block-temphalla-showcopyrightcontent a,
#block-temphalla-footer ul li a {
  color: black;
  text-decoration: none;
}

#block-temphalla-sitebranding {
  margin-bottom: 15px;
}

#block-temphalla-footerlinks ul li a {
  text-decoration: none;
  color: #000;
}

#block-temphalla-footerlinks ul {
  padding-left: 0;
  display: flex;
    flex-direction: column;
    align-items: center;
}

#block-temphalla-footerlinks ul li {
  list-style: none;
  margin-bottom: 1rem;
}

#block-temphalla-footerlinks ul li a:hover,
#block-temphalla-secondfooterlinks ul li a:hover,
#block-temphalla-showcopyrightcontent a:hover,
#block-temphalla-footer ul li a:hover {
  text-decoration: underline;
}

#block-temphalla-sitebranding img {
  width: 50%;
}
