﻿/* Copyright (c) Katzenfreunde Bietigheim Bissingen (Noel B.) */

@layer overrides {
  .page-content.rich-content--home {
    max-width: var(--container-xl);
  }

  .page-content.rich-content--home > .home-intro,
  .page-content.rich-content--home > .home-impact,
  .page-content.rich-content--home > .home-cta {
    max-width: var(--container-content);
    width: 100%;
    margin-inline: auto;
  }

  body[data-page="home"] .home-gallery .media-tile--link-logo > img {
    object-fit: contain;
    object-position: center;
    background: #fff;
  }

  body[data-page="futter-shop"] .site-footer {
    margin-top: auto;
  }

  body[data-page="futter-shop"] .hero {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  body[data-page="futter-shop"] .hero__media {
    justify-self: start;
    width: fit-content;
    max-width: min(100%, 250px);
    line-height: 0;
  }

  body[data-page="futter-shop"] .hero__media picture {
    display: block;
    line-height: 0;
  }

  body[data-page="futter-shop"] .hero__media img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    transform: none;
    animation: none;
  }

  body[data-page="interessante-links"] .link-gallery .media-tile--link picture {
    display: block;
    width: 100%;
    line-height: 0;
  }

  body[data-page="interessante-links"] .link-gallery .media-tile--link picture > img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    background: #fff;
  }
}

