.hidden-newver {
  display: none !important;
}
#detail-slider .item a {
  position: relative;
  display: block;
}
#detail-slider .item a:not(.overlink):after {
  transition: opacity 0.1s ease-out 0.1s;
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
#detail-slider .item a:not(.overlink):hover:after {
  opacity: 1;
}
#detail-slider .item a:not(.overlink):hover .hover-action {
  opacity: 1;
}
#profile-menu {
  border-bottom: 1px solid #D1D1D1;
}
#profile-menu .profile-menu-punkt {
  line-height: 1;
}
#profile-menu .profile-menu-punkt a {
  padding: 10px 2px 6px;
}
#mobileViewer .profile-name {
  display: none;
}
