
footer#footer > #footer-opintopolku-info-container > .footer-item {
  box-sizing: content-box;
}

.jump-to-main-content {
  position: absolute;
  top: -1000px;
  right: 6px;
  color: white;
  outline-color: white;
  opacity: 0;
  z-index: 1000;
}
.jump-to-main-content:focus {
  opacity: 1;
  top: 6px;
}
