/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2026 | 19:11:10 */
/* =========================================
   PHOENIX INTERSTELLAR – MISSIONEN SECTION
   ========================================= */

.phx-missions-section {
  position: relative;
  background: #000;
  padding: 70px 40px 90px;
  overflow: hidden;
}

.phx-missions-section .phx-section-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin-bottom: 48px;
}

.phx-missions-section .phx-section-line {
  flex: 1 1 auto;
  max-width: 620px;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(255, 153, 51, 0),
    rgba(255, 153, 51, 0.9) 25%,
    rgba(255, 153, 51, 0.9) 75%,
    rgba(255, 153, 51, 0)
  );
  box-shadow: 0 0 12px rgba(255, 153, 51, 0.45);
}

.phx-missions-section .phx-section-title {
  margin: 0;
  color: #ff9933;
  font-family: "Franklin Gothic Heavy", "Franklin Gothic Demi", Arial, sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(255, 153, 51, 0.18);
}

/* GRID */
.phx-missions-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* CARD */
.phx-mission-card {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(255, 153, 51, 0.38);
  border-radius: 8px;
  overflow: hidden;
  background-color: #111;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.phx-mission-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 153, 51, 0.8);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 153, 51, 0.15),
    0 0 18px rgba(255, 153, 51, 0.18);
}

/* Bildabdunklung */
.phx-mission-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.28) 24%,
      rgba(0, 0, 0, 0.52) 58%,
      rgba(0, 0, 0, 0.88) 100%
    );
}

/* zusätzlicher dunkler Textbereich unten */
.phx-mission-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56%;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(0, 0, 0, 0.86) 35%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

/* INHALT */
.phx-mission-card .elementor-widget-wrap,
.phx-mission-card .e-con-inner,
.phx-mission-card > .e-con-inner,
.phx-mission-card > .elementor-element {
  position: relative;
  z-index: 2;
  width: 100%;
}

.phx-mission-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 22px 18px 24px;
  text-align: center;
}

/* ICON */
.phx-mission-icon,
.phx-mission-card .elementor-icon-wrapper {
  margin-bottom: 16px;
}

.phx-mission-icon .elementor-icon,
.phx-mission-card .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #ff9933;
  filter: drop-shadow(0 0 8px rgba(255, 153, 51, 0.22));
}

.phx-mission-icon svg,
.phx-mission-card .elementor-icon svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

/* TITEL */
.phx-mission-title,
.phx-mission-card h3,
.phx-mission-card .elementor-heading-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: "Franklin Gothic Heavy", "Franklin Gothic Demi", Arial, sans-serif;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

/* TEXT */
.phx-mission-text,
.phx-mission-card .elementor-widget-text-editor,
.phx-mission-card .elementor-widget-text-editor p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

/* ==================================================
   HINTERGRÜNDE – HIER URLS AN DEINE WORDPRESS-PFADE
   ANPASSEN
   ================================================== */

.phx-mission-production {
  background-image: url("/wp-content/uploads/2026/06/phx-mission-produktion-handel.png");
  background-position: center center;
}

.phx-mission-logistics {
  background-image: url("/wp-content/uploads/2026/06/phx-mission-transport-logistik.png");
  background-position: center center;
}

.phx-mission-security {
  background-image: url("/wp-content/uploads/2026/06/phx-mission-begleitschutz.png");
  background-position: center center;
}

.phx-mission-mining {
  background-image: url("/wp-content/uploads/2026/06/phx-mission-rohstoffgewinnung.png");
  background-position: center center;
}

.phx-mission-research {
  background-image: url("/wp-content/uploads/2026/06/phx-mission-forschung-erkundung.png");
  background-position: center center;
}

.phx-mission-community {
  background-image: url("/wp-content/uploads/2026/06/phx-mission-community-events.png");
  background-position: center center;
}

/* OPTIONAL: Bildpositionen feinjustieren */
.phx-mission-production { background-position: 50% 50%; }
.phx-mission-logistics { background-position: 48% 50%; }
.phx-mission-security { background-position: 50% 50%; }
.phx-mission-mining { background-position: 52% 45%; }
.phx-mission-research { background-position: 52% 48%; }
.phx-mission-community { background-position: 50% 45%; }

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1400px) {
  .phx-missions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .phx-mission-card {
    min-height: 390px;
  }
}

@media (max-width: 1024px) {
  .phx-missions-section {
    padding: 60px 24px 70px;
  }

  .phx-missions-section .phx-section-title-wrap {
    gap: 20px;
    margin-bottom: 34px;
  }

  .phx-missions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .phx-mission-card {
    min-height: 380px;
  }
}

@media (max-width: 767px) {
  .phx-missions-section {
    padding: 48px 16px 56px;
  }

  .phx-missions-section .phx-section-title-wrap {
    gap: 14px;
    margin-bottom: 24px;
  }

  .phx-missions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .phx-mission-card {
    min-height: 340px;
  }

  .phx-mission-content {
    padding: 20px 16px 22px;
  }

  .phx-mission-title,
  .phx-mission-card h3,
  .phx-mission-card .elementor-heading-title {
    font-size: 26px;
  }

  .phx-mission-text,
  .phx-mission-card .elementor-widget-text-editor,
  .phx-mission-card .elementor-widget-text-editor p {
    font-size: 15px;
  }
}
