<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
nav.desktop div.nav-items div.nav-item.pics a {
  color: #B86B77;
  /*margin-top: 7px;*/
}
nav.mobile #mobile-menu-list div.pics {
  background-color: #FFFFFF;
}
nav.mobile #mobile-menu-list div.pics a {
  /*color: @tini-rosa;*/
  color: #000;
}
.pics-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .pics-menu-wrapper {
   flex-direction: column;
   align-items: flex-start;
    margin-top: 0;
    margin-left: -2rem;
  }

  .pics-menu-wrapper &gt; .headline.mobile-section{
    padding-left: 2rem;
  }

  #pics {
    padding: 1rem;
  }
  #pics, .album-wrapper{
    gap: 0.5rem 0;
    justify-content: space-between;
  }
}

#pics, .album-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .album-wrapper &gt;  .album {
    width: 49%;
    position: relative;
  }
  #pics .profile-pic-wrapper {
    width: 49%;
  }
  .alben-headline{
    h2.headline{
      margin-left: 0;
    }
  }
}

#pics .profile-pic-wrapper {
  width: 48.5%;
  border: solid thin var(--color-yellow);
}
#pics .profile-pic-wrapper .profile-pic {
  width: 100%;
}

.album-wrapper &gt;  .album {
  width: 48.5%;
  position: relative;
}

#pics .albums .profile-last-call {
  cursor: pointer;
  display: block;
}
#pics .albums .profile-last-call &gt; img {
  width: 100%;
}
#pics .albums .profile-last-call .hide-desktop {
  display: none;
}

@media (max-width: 450px) {
  #pics .albums .profile-last-call .hide-desktop {
    display: block;
  }
  #pics .albums .profile-last-call .hide-mobile {
    display: none;
  }
}

.album-wrapper .album {
  overflow: hidden;
  background-color: #333;
  padding: clamp( 0.25rem, 4vw, 0.5rem);
  position: relative;
}
@media (min-width: 1920px) {
  .album-wrapper .album {
    background-size: cover;
  }
}
.album-wrapper .album .title {
  padding: 1rem;
  text-transform: uppercase;
  color: var(--color-white);
  display: inline-block;
  margin-right: 0;
  position: absolute;
  top: 1rem;
  font-size: var(--font-text-normal);
  background: #3737377F;
}
.album-wrapper .album .anz {
  right: 6%;
  bottom: 27%;
  padding: 5px 10px;
  pointer-events: none;
  color: var(--color-white);
  background-color:var(--color-yellow);
  position: absolute;
  font-size: 20px;
}
.album-wrapper .album img {
  object-fit: cover;
  width: 100%;
  padding: 0;
}
.album-wrapper .album .button {
  position: absolute;
  bottom: 12px;
  right: 0;
}
@media (max-width: 1024px) {
  .album-wrapper .album .anz {
    font-size: 23px;
    padding-top: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .album-wrapper .album .anz {
    font-size: 2.3vw;
    padding: 2px 5px;
  }
}
</pre></body></html>