/**
 * GSE Theme – Leseclub
 * The "Leseclub" nav-groups tile and its dedicated document page
 * (paper-texture background, styled blockquotes).
 */
@import url("variables.css");

section.nav-groups .groups .link.leseclub {
  border: 10px solid rgba(var(--color-black-rgb), 0);
  max-width: 175px;
  background-image: url("/user/themes/gse-theme/images/erna_leseturm.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column-reverse;

  @media screen and (max-width: 850px) {
    max-width: unset;
    justify-content: center;
    min-height: 70px;
    background-position: 20px;
  }

  .description {
    font-family: var(--font-serif);
    text-shadow: 1px 1px 2px var(--color-black);
    font-size: var(--fs-lg);
    display: block;
  }

  .title {
    display: none;
  }

  .icon {
    display: none;
    border: none;
  }
}

body.document-default.category-leseclub .page-content {
  background-image: url("/user/themes/gse-theme/images/paper_texture.png");
  background-repeat: repeat;
  padding: 20px;
  box-shadow: 5px 5px 20px #323232;
  border-radius: 10px;
  min-height: 50vh;

  p img {
    width: 100%;
  }

  blockquote {
    background-color: rgba(var(--color-white-rgb), 0.75);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 3px 3px 25px var(--color-black);
    margin-bottom: 1lh;

    p {
      font-family: var(--font-serif);
      font-style: italic;
    }
  }

  video {
    max-width: 75vw;
    background-color: lightblue;
    border: 1px solid var(--color-white);
  }
}
