/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2026 | 19:11:28 */
/* =========================================================
   PHOENIX PREFOOTER CTA
   Bereich direkt über dem Footer
========================================================= */

.phx-prefooter-cta {
  position: relative;
  width: 100%;
  min-height: 340px;
  padding: 72px 20px 74px;
  overflow: hidden;

  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.72) 32%,
      rgba(0, 0, 0, 0.48) 58%,
      rgba(0, 0, 0, 0.66) 100%
    ),
    var(--phx-prefooter-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  border-top: 1px solid rgba(255, 153, 51, 0.85);
  border-bottom: 1px solid rgba(255, 153, 51, 0.75);
}

.phx-prefooter-cta {
  --phx-prefooter-bg: url("/wp-content/uploads/2026/06/prefooter.png");
}

/* dunkler Verlauf oben/unten für mehr Tiefe */
.phx-prefooter-cta::before,
.phx-prefooter-cta::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.phx-prefooter-cta::before {
  top: 0;
  height: 90px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0)
  );
}

.phx-prefooter-cta::after {
  bottom: 0;
  height: 100px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82),
    rgba(0, 0, 0, 0)
  );
}

.phx-prefooter-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.phx-prefooter-cta__headline {
  margin: 0;
  color: #ff9933 !important;
  font-family: "Franklin Gothic Heavy", "Franklin Gothic Demi", Impact, sans-serif !important;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 0.95;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(255, 153, 51, 0.32),
    0 3px 0 rgba(0, 0, 0, 0.65);
}

.phx-prefooter-cta__text {
  margin: 0px 0 4px;
  max-width: 980px;
  color: #ffffff !important;
  font-family: "Barlow", Arial, sans-serif !important;
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.35;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.phx-prefooter-cta__actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  width: 100%;
}

/* Elementor Button Reset */
.phx-prefooter-cta__button .elementor-button,
.phx-prefooter-cta__button.elementor-button,
.phx-prefooter-cta__button a,
.phx-prefooter-cta__button a.elementor-button {
  min-width: 390px;
  min-height: 76px;
  padding: 21px 42px !important;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  border-radius: 5px !important;
  border: 2px solid #ff9933 !important;

  font-family: "Barlow", Arial, sans-serif !important;
  font-size: clamp(20px, 1.45vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-decoration: none !important;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

/* Primärer Button */
.phx-prefooter-cta__button--primary .elementor-button,
.phx-prefooter-cta__button--primary.elementor-button,
.phx-prefooter-cta__button--primary a,
.phx-prefooter-cta__button--primary a.elementor-button {
  color: #000000 !important;
  background: linear-gradient(180deg, #ffb347 0%, #ff9933 48%, #f17c13 100%) !important;
  border-color: #ff9933 !important;
  box-shadow:
    0 0 24px rgba(255, 153, 51, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

/* Sekundärer Button */
.phx-prefooter-cta__button--secondary .elementor-button,
.phx-prefooter-cta__button--secondary.elementor-button,
.phx-prefooter-cta__button--secondary a,
.phx-prefooter-cta__button--secondary a.elementor-button {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.42) !important;
  border-color: #ff9933 !important;
  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 153, 51, 0.1);
}

/* Hover */
.phx-prefooter-cta__button .elementor-button:hover,
.phx-prefooter-cta__button.elementor-button:hover,
.phx-prefooter-cta__button a:hover,
.phx-prefooter-cta__button a.elementor-button:hover {
  transform: translateY(-2px);
}

.phx-prefooter-cta__button--primary .elementor-button:hover,
.phx-prefooter-cta__button--primary.elementor-button:hover,
.phx-prefooter-cta__button--primary a:hover,
.phx-prefooter-cta__button--primary a.elementor-button:hover {
  color: #000000 !important;
  background: linear-gradient(180deg, #ffcc66 0%, #ff9933 52%, #ff7a00 100%) !important;
  box-shadow:
    0 0 34px rgba(255, 153, 51, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.phx-prefooter-cta__button--secondary .elementor-button:hover,
.phx-prefooter-cta__button--secondary.elementor-button:hover,
.phx-prefooter-cta__button--secondary a:hover,
.phx-prefooter-cta__button--secondary a.elementor-button:hover {
  color: #000000 !important;
  background: #ff9933 !important;
  box-shadow: 0 0 30px rgba(255, 153, 51, 0.36);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .phx-prefooter-cta {
    min-height: 310px;
    padding: 64px 20px;
    background-position: center center;
  }

  .phx-prefooter-cta__actions {
    gap: 20px;
  }

  .phx-prefooter-cta__button .elementor-button,
  .phx-prefooter-cta__button.elementor-button,
  .phx-prefooter-cta__button a,
  .phx-prefooter-cta__button a.elementor-button {
    min-width: 310px;
    min-height: 66px;
  }
}

@media (max-width: 767px) {
  .phx-prefooter-cta {
    min-height: auto;
    padding: 56px 18px 60px;
    background-position: center right;
  }

  .phx-prefooter-cta__headline {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1;
  }

  .phx-prefooter-cta__text {
    font-size: 18px;
    max-width: 92%;
  }

  .phx-prefooter-cta__actions {
    flex-direction: column;
    gap: 16px;
    margin-top: 22px;
  }

  .phx-prefooter-cta__button,
  .phx-prefooter-cta__button .elementor-button-wrapper {
    width: 100%;
  }

  .phx-prefooter-cta__button .elementor-button,
  .phx-prefooter-cta__button.elementor-button,
  .phx-prefooter-cta__button a,
  .phx-prefooter-cta__button a.elementor-button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    padding: 19px 24px !important;
    font-size: 20px !important;
  }
}
