.elementor-96504 .elementor-element.elementor-element-288c09f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-96504 .elementor-element.elementor-element-9696018{margin:16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-9696018 */@font-face {
  font-family: 'Bello';
  src: url('https://oma-shop.de/wp-content/uploads/2025/02/Bello-SmCp.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NunitoCustom';
  src: url('https://oma-shop.de/wp-content/uploads/2025/12/Nunito-Neu.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.oma-news {
    --oma-bg: #f7f3ec;
    --oma-surface: #ffffff;
    --oma-surface-2: #f1ebe2;
    --oma-text: #2f241d;
    --oma-muted: #6f6257;
    --oma-accent: #cf0062;
    --oma-accent-strong: #cf0062;
    --oma-border: rgba(82, 58, 36, 0.12);
    --oma-shadow: 0 14px 34px rgba(42, 29, 19, 0.08);
    --oma-radius: 22px;
    --oma-gap: 18px;

    color: var(--oma-text);
    font-family: inherit;
  }

  .oma-news * {
    box-sizing: border-box;
  }

  .oma-news__inner {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
  }

  .oma-news__header {
    margin-bottom: 26px;
  }

  .oma-news__eyebrow {
    margin: 0 0 8px;
    color: var(--oma-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
  }

  .oma-news h2 {
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    line-height: 1.1;
    color: var(--oma-text);
    font-family: "Bello";
  }

  .oma-news__intro {
    margin: 0;
    color: var(--oma-muted);
    max-width: 68ch;
    line-height: 1.6;
  }

  .oma-news__toolbar {
    margin-bottom: 24px;
  }

  .oma-news__toolbar {
  margin-bottom: 26px;
}

.oma-news__filters-wrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid var(--oma-border);
  border-radius: 999px;
  padding: 6px;
  display: inline-flex;
  max-width: 100%;
  overflow-x: auto;
  box-shadow: 0 10px 25px rgba(42, 29, 19, 0.08);
}

.oma-news__filters-wrapper::-webkit-scrollbar {
  height: 6px;
}
.oma-news__filters-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.1);
  border-radius: 999px;
}

.oma-news__filters {
  display: flex;
  gap: 6px;
}

.oma-filter {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--oma-muted);
  border-radius: 999px;
  padding: 0.6rem 1rem;
  font: inherit;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.oma-filter:hover {
  color: var(--oma-text);
  background: rgba(0, 0, 0, 0.04);
}


.oma-filter.is-active {
  background: linear-gradient(
    135deg,
    var(--oma-accent),
    var(--oma-accent-strong)
  );
  color: #fff;
  font-weight: 400;
  box-shadow: 
    0 4px 12px rgba(184, 131, 59, 0.25),
    inset 0 0 0 1px rgba(255,255,255,0.2);
}

.oma-filter:focus-visible {
  outline: 3px solid var(--oma-accent-strong);
  outline-offset: 2px;
}

  .oma-news__loading,
  .oma-news__error {
    background: var(--oma-surface);
    border: 1px solid var(--oma-border);
    border-radius: var(--oma-radius);
    padding: 16px 18px;
    color: var(--oma-muted);
    box-shadow: var(--oma-shadow);
  }

  .oma-news__error {
    color: #8a3b32;
    border-color: rgba(138, 59, 50, 0.18);
    background: #fff8f7;
  }

  .oma-highlight {
    margin-bottom: 26px;
  }

  .oma-highlight__link,
  .oma-card__link {
    display: grid;
    gap: 0;
    text-decoration: none;
    color: inherit;
    background: var(--oma-surface);
    border: 1px solid var(--oma-border);
    border-radius: var(--oma-radius);
    overflow: hidden;
    box-shadow: var(--oma-shadow);
    min-height: 100%;
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      border-color 0.22s ease;
  }

  .oma-highlight__link:hover,
  .oma-card__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(42, 29, 19, 0.12);
    border-color: rgba(184, 131, 59, 0.22);
  }

  .oma-highlight__media,
  .oma-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--oma-surface-2);
    overflow: hidden;
  }

  .oma-highlight__media::after,
  .oma-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.04),
      rgba(0, 0, 0, 0)
    );
    pointer-events: none;
  }

  .oma-highlight__media img,
  .oma-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }

  .oma-highlight__link:hover .oma-highlight__media img,
  .oma-card__link:hover .oma-card__media img {
    transform: scale(1.03);
  }

  .oma-highlight__content,
  .oma-card__content {
    padding: 18px;
  }

  .oma-highlight__meta,
  .oma-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: var(--oma-muted);
  }

  .oma-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    background: rgba(184, 131, 59, 0.1);
    border: 1px solid rgba(184, 131, 59, 0.18);
    color: var(--oma-accent-strong);
    font-size: 0.8rem;
    line-height: 1.1;
    font-weight: 600;
  }

  .oma-highlight__title {
    margin: 0 0 12px;
    font-size: clamp(1.55rem, 3.2vw, 2.45rem);
    line-height: 1.12;
    color: var(--oma-text);
  }

  .oma-card__title {
    margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.3;
    color: var(--oma-text);
  }

  .oma-highlight__excerpt,
  .oma-card__excerpt {
    margin: 0;
    color: var(--oma-muted);
    line-height: 1.6;
  }

  .oma-news__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--oma-gap);
  }

  .oma-card {
    min-width: 0;
  }

  .oma-news__pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
  }

  .oma-page-btn[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }

  .oma-page-info {
    color: var(--oma-muted);
    min-width: 110px;
    text-align: center;
    font-weight: 600;
  }

  .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  @media (min-width: 700px) {
    .oma-highlight__link {
      grid-template-columns: minmax(300px, 1.05fr) minmax(0, 1fr);
      align-items: stretch;
    }

    .oma-news__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oma-highlight__content {
      padding: 24px;
    }
  }

  @media (min-width: 1024px) {
    .oma-news__header {
      margin-bottom: 32px;
    }

    .oma-highlight__content {
      padding: 28px;
    }

    .oma-card__content {
      padding: 20px;
    }

    .oma-news__grid {
      gap: 22px;
    }
  }/* End custom CSS */