.elementor-1819 .elementor-element.elementor-element-0fdd732{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1819 .elementor-element.elementor-element-22aa4c3{--display:flex;}/* Start custom CSS for container, class: .elementor-element-0fdd732 *//* ══════════════════════════════════════════
   DEUTSCHLAND TALENTWERK — CUSTOM HEADER
══════════════════════════════════════════ */

/* ── Force white on ALL Elementor header wrappers ── */
.elementor-location-header,
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-widget-container,
.dt-header {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* ── Header location shell ── */
.elementor-location-header {
  border-bottom: 1px solid rgba(31, 58, 95, 0.08) !important;
  box-shadow: 0 2px 20px rgba(31, 58, 95, 0.07) !important;
  transition: box-shadow 0.3s ease !important;
  z-index: 9999 !important;
  width: 100% !important;
}

/* Deeper shadow on scroll */
.elementor-location-header.is-scrolled {
  box-shadow: 0 4px 28px rgba(31, 58, 95, 0.13) !important;
}

/* ── Strip Elementor default padding ── */
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* ── Header width wrapper ── */
.dt-header {
  width: 100% !important;
}

/* ── Inner row: logo left, lang right ── */
.dt-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 90px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ══════════════
   LOGO
══════════════ */
.dt-header__logo {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
}

.dt-header__logo img {
  height: 120px !important;
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
  transition: opacity 0.22s ease !important;
}

.dt-header__logo:hover img {
  opacity: 0.80 !important;
}

/* ══════════════
   LANGUAGE TOGGLE
══════════════ */
.dt-header__lang {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  background: #f4f6f8 !important;
  border-radius: 999px !important;
  padding: 4px !important;
  border: 1px solid rgba(31, 58, 95, 0.10) !important;
  flex-shrink: 0 !important;
}

/* Each language button */
.dt-lang-btn {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 7px 16px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1F3A5F !important;
  letter-spacing: 0.4px !important;
  line-height: 1 !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
  white-space: nowrap !important;
}

.dt-lang-btn:hover {
  background: rgba(46, 125, 91, 0.10) !important;
  color: #2E7D5B !important;
  text-decoration: none !important;
}

/* Active / current language — green pill */
.dt-lang-btn--active {
  background: #2E7D5B !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(46, 125, 91, 0.32) !important;
}

.dt-lang-btn--active:hover {
  background: #236848 !important;
  color: #ffffff !important;
}

/* Flag emoji */
.dt-lang-flag {
  font-size: 15px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* Label text */
.dt-lang-label {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
}

/* ══════════════
   TABLET  ≤ 1024px
══════════════ */
@media (max-width: 1024px) {
  .dt-header__inner {
    height: 76px !important;
    padding: 0 24px !important;
  }

  .dt-header__logo img {
    height: 84px !important;
  }

  .dt-lang-btn {
    padding: 6px 14px !important;
  }
}

/* ══════════════
   MOBILE  ≤ 767px
══════════════ */
@media (max-width: 767px) {
  .dt-header__inner {
    height: 66px !important;
    padding: 0 16px !important;
  }

  .dt-header__logo img {
    height: 52px !important;
  }

  .dt-lang-btn {
    padding: 5px 11px !important;
    font-size: 12px !important;
    gap: 5px !important;
  }

  .dt-lang-flag {
    font-size: 13px !important;
  }

  .dt-lang-label {
    font-size: 11px !important;
  }
}

/* ══════════════
   SCROLL JS HOOK
══════════════ */
/* Triggered by this script — add to Custom Code in Elementor:
(function () {
  var h = document.querySelector('.elementor-location-header');
  if (!h) return;
  window.addEventListener('scroll', function () {
    h.classList.toggle('is-scrolled', window.scrollY > 10);
  }, { passive: true });
})();
*//* End custom CSS */