/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2026 | 19:11:14 */
/* =========================================================
   PHOENIX COMMUNITY – FINAL AUF DEINEN QUELLTEXT ANGEPASST
   Klassen:
   äußerer Container:      phx-community-wrap
   Bilder-Container:       phx-community-gallery
   Statistik-Container:    phx-community-stats
   Statistik-Boxen:        phx-community-stat
========================================================= */

/* äußerer Abschnitt */
.phx-community-wrap,
.elementor-element.phx-community-wrap {
  position: relative !important;
  width: 100% !important;
  padding: 34px 0 92px !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 153, 51, 0.13) 0%, rgba(255, 153, 51, 0.035) 20%, rgba(0,0,0,0) 44%),
    linear-gradient(180deg, #000000 0%, #050505 48%, #000000 100%) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Community-Überschrift nutzt deine vorhandene phx-section-title */
.phx-community-wrap > .phx-section-title,
.phx-community-wrap .phx-section-title {
  width: min(1280px, calc(100% - 64px)) !important;
  margin: 0 auto 64px !important;
}

/* Bilderleiste */
.phx-community-gallery,
.elementor-element.phx-community-gallery {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 10px !important;

  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0px !important;

  background: transparent !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* falls Elementor innen Wrapper erzeugt */
.phx-community-gallery > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

/* Bildwidgets */
.phx-community-gallery .elementor-widget-image,
.phx-community-gallery .elementor-widget-container {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.phx-community-gallery img {
  display: block !important;
  width: 100% !important;
  height: 245px !important;
  max-width: none !important;

  object-fit: cover !important;
  object-position: center center !important;

  filter: brightness(0.78) contrast(1.08) saturate(0.95) !important;
}

/* Statistikreihe */
.phx-community-stats,
.elementor-element.phx-community-stats {
  width: min(1440px, calc(100% - 120px)) !important;
  max-width: 1440px !important;

  margin: 92px auto 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 0 !important;

  background: transparent !important;
  box-sizing: border-box !important;
}

/* Elementor-Wrapper im Statistik-Container entschärfen */
.phx-community-stats > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 0 !important;
}

/* einzelne Statistik */
.phx-community-stat,
.elementor-element.phx-community-stat {
  position: relative !important;

  min-height: 104px !important;
  padding: 0 42px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* WICHTIG: inneren Elementor-Wrapper horizontal machen */
.phx-community-stat > .e-con-inner {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
}

/* Trennlinien */
.phx-community-stat:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 8px !important;

  width: 1px !important;
  height: 92px !important;

  background: linear-gradient(
    180deg,
    rgba(255,153,51,0),
    rgba(255,153,51,0.9),
    rgba(255,153,51,0)
  ) !important;

  box-shadow: 0 0 12px rgba(255,153,51,0.35) !important;
}

/* Icons */
.phx-community-stat .elementor-icon-wrapper,
.phx-community-stat .elementor-icon {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.phx-community-stat .elementor-icon,
.phx-community-stat .elementor-icon i,
.phx-community-stat .elementor-icon svg {
  display: block !important;

  color: #ff9933 !important;
  fill: #ff9933 !important;

  width: 68px !important;
  height: 68px !important;
  font-size: 68px !important;

  filter: drop-shadow(0 0 10px rgba(255,153,51,0.3)) !important;
}

/* Textwidgets */
.phx-community-stat .elementor-widget-text-editor,
.phx-community-stat .elementor-widget-heading {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.phx-community-stat .elementor-widget-container,
.phx-community-stat .elementor-widget-text-editor p,
.phx-community-stat .elementor-heading-title {
  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-family: "Barlow", Arial, sans-serif !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;

  letter-spacing: 0.045em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.phx-community-stat strong,
.phx-community-stat b {
  display: block !important;

  color: #ffffff !important;

  font-family: "Barlow", Arial, sans-serif !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;

  letter-spacing: 0.03em !important;
}

/* Elementor Standardabstände neutralisieren */
.phx-community-wrap .elementor-widget:not(:last-child),
.phx-community-gallery .elementor-widget:not(:last-child),
.phx-community-stats .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {
  .phx-community-gallery,
  .phx-community-gallery > .e-con-inner {
    gap: 8px !important;
  }

  .phx-community-gallery img {
    height: 200px !important;
  }

  .phx-community-stats,
  .phx-community-stats > .e-con-inner {
    width: min(1080px, calc(100% - 60px)) !important;
  }

  .phx-community-stat,
  .elementor-element.phx-community-stat {
    padding: 0 26px !important;
  }

  .phx-community-stat > .e-con-inner {
    gap: 20px !important;
  }

  .phx-community-stat .elementor-icon,
  .phx-community-stat .elementor-icon i,
  .phx-community-stat .elementor-icon svg {
    width: 56px !important;
    height: 56px !important;
    font-size: 56px !important;
  }

  .phx-community-stat .elementor-widget-container,
  .phx-community-stat .elementor-widget-text-editor p,
  .phx-community-stat .elementor-heading-title {
    font-size: 23px !important;
  }
}

/* =========================================================
   KLEINES TABLET
========================================================= */

@media (max-width: 900px) {
  .phx-community-wrap {
    padding: 34px 0 72px !important;
  }

  .phx-community-wrap > .phx-section-title,
  .phx-community-wrap .phx-section-title {
    margin-bottom: 42px !important;
  }

  .phx-community-gallery,
  .phx-community-gallery > .e-con-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .phx-community-gallery img {
    height: 160px !important;
  }

  .phx-community-gallery > .elementor-widget-image:nth-child(n+4),
  .phx-community-gallery > .e-con-inner > .elementor-widget-image:nth-child(n+4) {
    display: none !important;
  }

  .phx-community-stats,
  .phx-community-stats > .e-con-inner {
    width: min(760px, calc(100% - 40px)) !important;
    margin-top: 58px !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 36px !important;
  }

  .phx-community-stat,
  .elementor-element.phx-community-stat {
    justify-content: flex-start !important;
    padding: 0 24px !important;
  }

  .phx-community-stat > .e-con-inner {
    justify-content: flex-start !important;
  }

  .phx-community-stat::after {
    display: none !important;
  }

  .phx-community-stat:nth-child(odd)::after {
    display: block !important;
  }
}

/* =========================================================
   SMARTPHONE
========================================================= */

@media (max-width: 600px) {
  .phx-community-wrap {
    padding: 30px 0 56px !important;
  }

  .phx-community-wrap > .phx-section-title,
  .phx-community-wrap .phx-section-title {
    width: calc(100% - 32px) !important;
    margin-bottom: 32px !important;
  }

  .phx-community-gallery,
  .phx-community-gallery > .e-con-inner {
    grid-template-columns: 1fr !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .phx-community-gallery img {
    height: 210px !important;
  }

  .phx-community-gallery > .elementor-widget-image:nth-child(n+2),
  .phx-community-gallery > .e-con-inner > .elementor-widget-image:nth-child(n+2) {
    display: none !important;
  }

  .phx-community-stats,
  .phx-community-stats > .e-con-inner {
    width: calc(100% - 40px) !important;
    margin-top: 44px !important;

    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .phx-community-stat,
  .elementor-element.phx-community-stat {
    min-height: auto !important;
    padding: 0 !important;
    justify-content: flex-start !important;
  }

  .phx-community-stat > .e-con-inner {
    justify-content: flex-start !important;
  }

  .phx-community-stat::after {
    display: none !important;
  }
}
