.elementor-kit-15{--e-global-color-primary:#FF9933;--e-global-color-secondary:#333333;--e-global-color-text:#FFFFFF;--e-global-color-accent:#CC3300;--e-global-typography-primary-font-family:"FranklinGothic";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;background-color:#000000;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 h1{color:var( --e-global-color-primary );font-family:"FranklinGothic", Sans-serif;font-weight:400;}.elementor-kit-15 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-15 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-15 h4{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-15 h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-15 h6{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-15 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h5{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h6{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h5{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h6{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   PHOENIX HERO – ELEMENTOR EDITOR FIX
   Ergänzung ganz ans Ende setzen
   ========================================================= */

/* Hero Inhalt im Frontend UND Elementor Editor stabilisieren */
.phx-hero .phx-hero-content,
.phx-hero-content.elementor-element {
  position: relative !important;
  z-index: 3 !important;

  width: min(760px, calc(100% - 48px)) !important;
  max-width: 760px !important;

  margin-left: max(48px, calc((100vw - var(--phx-max-width)) / 2)) !important;
  margin-right: auto !important;

  display: block !important;
}

/* Kleine obere Zeile: erstes H2 */
.phx-hero .phx-hero-content > h2.e-heading-base,
.phx-hero .phx-hero-content > h2,
.phx-hero h2.e-heading-base {
  display: block !important;

  margin: 0 0 18px 0 !important;
  padding: 0 !important;

  color: var(--phx-white) !important;

  font-family: "Barlow", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

/* Große Hero-Headline: H1 direkt ansprechen */
.phx-hero .phx-hero-content > h1.e-heading-base,
.phx-hero .phx-hero-content > h1,
.phx-hero h1.e-heading-base,
.phx-hero h1 {
  display: block !important;

  margin: 0 0 26px 0 !important;
  padding: 0 !important;

  color: var(--phx-orange) !important;

  font-family: "FranklinGothic", "Franklin Gothic Heavy", "Franklin Gothic Demi", "Arial Black", Impact, sans-serif !important;
  font-size: clamp(58px, 8vw, 110px) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;

  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.65) !important;
}

/* Absatz sauber stylen */
.phx-hero .phx-hero-content > p.e-paragraph-base,
.phx-hero .phx-hero-content > p,
.phx-hero p.e-paragraph-base {
  display: block !important;

  margin: 0 0 34px 0 !important;
  padding: 0 !important;

  color: var(--phx-white) !important;

  font-family: "Barlow", Arial, sans-serif !important;
  font-size: clamp(18px, 2vw, 23px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;

  max-width: 760px !important;
}

/* Button-Zeile im Editor und Frontend gleich halten */
.phx-hero .phx-hero-actions,
.phx-hero-actions.elementor-element {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;

  gap: 32px !important;
  margin-top: 34px !important;
  padding: 0 !important;

  width: auto !important;
  max-width: 100% !important;
}

/* Buttons selbst */
.phx-hero-actions > button.e-button-base,
.phx-hero-actions > .phx-hero-button-primary,
.phx-hero-actions > .phx-hero-button-secondary {
  flex: 0 0 auto !important;

  width: auto !important;
  min-width: 260px !important;
  height: 64px !important;
  min-height: 64px !important;

  padding: 0 32px !important;
  margin: 0 !important;

  border-radius: 4px !important;

  font-family: "Barlow", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;

  cursor: pointer !important;
}

/* Primärer Hero Button */
.phx-hero-actions > .phx-hero-button-primary,
button.phx-hero-button-primary.e-button-base {
  background: linear-gradient(180deg, #ff9933 0%, #ff7a00 100%) !important;
  background-color: #ff9933 !important;
  background-image: linear-gradient(180deg, #ff9933 0%, #ff7a00 100%) !important;

  border: 2px solid #ff9933 !important;
  color: #000000 !important;
}

/* Sekundärer Hero Button */
.phx-hero-actions > .phx-hero-button-secondary,
button.phx-hero-button-secondary.e-button-base {
  background: rgba(0, 0, 0, 0.35) !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
  background-image: none !important;

  border: 2px solid #ff9933 !important;
  color: #ffffff !important;
}

/* Elementor Editor: lila Rahmen vom Text nicht mit CSS bekämpfen.
   Das ist die Bearbeitungsmarkierung und verschwindet im Frontend. */
body.elementor-editor-active .phx-hero .phx-hero-content {
  outline: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .phx-hero .phx-hero-content,
  .phx-hero-content.elementor-element {
    margin-left: 32px !important;
    width: calc(100% - 64px) !important;
  }
}

@media (max-width: 767px) {
  .phx-hero .phx-hero-content,
  .phx-hero-content.elementor-element {
    margin-left: 24px !important;
    margin-right: 24px !important;
    width: calc(100% - 48px) !important;
    max-width: none !important;
  }

  .phx-hero .phx-hero-content > h2.e-heading-base,
  .phx-hero h2.e-heading-base {
    font-size: 14px !important;
    margin-bottom: 14px !important;
  }

  .phx-hero .phx-hero-content > h1.e-heading-base,
  .phx-hero h1.e-heading-base,
  .phx-hero h1 {
    font-size: clamp(42px, 14vw, 64px) !important;
    margin-bottom: 22px !important;
  }

  .phx-hero .phx-hero-content > p.e-paragraph-base,
  .phx-hero p.e-paragraph-base {
    font-size: 17px !important;
    margin-bottom: 28px !important;
  }

  .phx-hero .phx-hero-actions,
  .phx-hero-actions.elementor-element {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .phx-hero-actions > button.e-button-base,
  .phx-hero-actions > .phx-hero-button-primary,
  .phx-hero-actions > .phx-hero-button-secondary {
    width: 100% !important;
    min-width: 0 !important;
    height: 58px !important;
    min-height: 58px !important;
    font-size: 16px !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FranklinGothic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://test.phoenix-interstellar.de/wp-content/uploads/2026/06/FranklinGothic.woff') format('woff');
}
@font-face {
	font-family: 'FranklinGothic';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://test.phoenix-interstellar.de/wp-content/uploads/2026/06/FranklinGothicITALIC.woff') format('woff');
}
@font-face {
	font-family: 'FranklinGothic';
	font-style: oblique;
	font-weight: normal;
	font-display: auto;
	src: url('https://test.phoenix-interstellar.de/wp-content/uploads/2026/06/Franklin-Gothic-Condensed.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Barlow';
	font-display: auto;
	src: url('https://test.phoenix-interstellar.de/wp-content/uploads/2026/06/Barlow-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */