/* FITfactory v61: unveränderte EGYM-Portalbilder in den EGYM-Themenseiten. */
@media screen {
  .egym-system-hero-v61 .egym-system-hero-media {
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:linear-gradient(145deg,#17101d,#2b1934);
  }
  .egym-system-hero-v61 .egym-system-hero-media img {
    width:100%;
    height:auto;
    max-height:720px;
    object-fit:contain;
    object-position:center;
    background:#211429;
  }
  .egym-system-hero-v61 .egym-system-hero-media::after {
    background:linear-gradient(90deg,rgba(36,16,45,.82) 0%,rgba(36,16,45,.18) 22%,transparent 42%);
  }
  .egym-system-hero-v61 .egym-system-hero-media figcaption { z-index:2; }

  body .egym-program-grid-v61 { align-items:stretch; }
  body .egym-program-grid-v61 .egym-program-card-v61 {
    display:flex;
    flex-direction:column;
    padding:0;
    overflow:hidden;
    border-color:rgba(226,165,242,.34);
    background:#24162c;
  }
  .egym-program-card-v61 figure { margin:0; background:#17101d; }
  .egym-program-card-v61 figure img {
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:auto;
  }
  .egym-program-card-v61>div {
    display:flex;
    flex:1;
    flex-direction:column;
    padding:20px 22px 24px;
  }
  .egym-program-card-v61 h3 { margin:0 0 10px; }
  .egym-program-card-v61 .text-link { margin-top:auto; padding-top:12px; }

  .egym-program-hero-v61 .egym-program-official-v61 {
    align-self:center;
    width:100%;
    max-width:720px;
  }
  .egym-program-hero-v61 .egym-program-official-v61 img {
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
    border-radius:22px;
    border:1px solid rgba(226,165,242,.30);
    background:#211429;
  }
}

@media screen and (max-width:899px) {
  .egym-system-hero-v61 .egym-system-hero-media { min-height:0; }
  .egym-system-hero-v61 .egym-system-hero-media img { max-height:none; }
  .egym-system-hero-v61 .egym-system-hero-media::after {
    background:linear-gradient(0deg,rgba(32,17,39,.48),transparent 34%);
  }
  .egym-program-hero-v61 .egym-program-official-v61 { max-width:680px; }
}

@media screen and (max-width:699px) {
  .egym-program-card-v61>div { padding:18px 20px 22px; }
  .egym-program-hero-v61 .egym-program-official-v61 img { border-radius:18px; }
}
