.elementor-1004 .elementor-element.elementor-element-31f9356{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d2887f9 *//* ================
   AKTUELLES — HERO
================ */
.fiy-aktuelles-hero{
  position: relative;
  height: 50vh;
  min-height: 400px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #2A2520;
}

.fiy-aktuelles-hero__bg{
  position:absolute;
  inset:0;
  background-image: url("https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1600&h=900&fit=crop");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.fiy-aktuelles-hero__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(135deg,
    rgba(42,37,32,0.85),
    rgba(176,137,104,0.60),
    rgba(42,37,32,0.85)
  );
}

.fiy-aktuelles-hero__inner{
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 16px;
}

.fiy-aktuelles-hero__title{
  margin: 0 0 18px 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.05;
  font-family: var(--font-heading, "Playfair Display", serif);
  font-weight: 600;
}

.fiy-aktuelles-hero__bar{
  width: 128px;
  height: 4px;
  background: #CE1126;
  margin: 0 auto;
  border-radius: 999px;
}

/* ================
   AKTUELLES — FILTER
================ */
.fiy-aktuelles-filter{
  background: #fff;
  padding: 44px 16px;
}

.fiy-aktuelles-filter__inner{
  max-width: 1200px;
  margin: 0 auto;
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  justify-content:center;
}

.fiy-pill{
  border: 0;
  cursor: pointer;
  padding: 10px 22px;
  border-radius: 999px;
  background: #F5EFE6;
  color: #2A2520;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 16px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}

.fiy-pill:hover{
  background: #D8C3A5;
  transform: translateY(-1px);
}

.fiy-pill.is-active{
  background: #CE1126;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

/* ================
   RESULTS AREA
================ */
.fiy-news-wrap{ padding: 48px 16px 96px; background:#F5EFE6; }
.fiy-news-mount.is-loading{ opacity:.55; pointer-events:none; }/* End custom CSS */