/* ============================================
   kanzleihafen Stellenangebote — Full Page
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Gantari:wght@300;400;500;600;700;800&family=Lato:wght@300;400;700&display=swap');

:root {
  --tiefwasser: #0B1D33;
  --horizont: #0C3559;
  --kompass-gold: #DDBA63;
  --kompass-gold-light: #E8CC7E;
  --leuchtfeuer: #E06B45;
  --leuchtfeuer-hover: #CC5C38;
  --nordlicht: #3BBFB5;
  --nebel: #6B8291;
  --sandbank: #E8DFD0;
  --gischt: #F5F3EE;
  --weiss: #FFFFFF;
  --font-display: 'Gantari', sans-serif;
  --font-body: 'Lato', sans-serif;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============================================
   HERO
   ============================================ */
/* Scoped Reset gegen WordPress/Elementor */
.kh-jobs-hero *,
.kh-jobs-hero *::before,
.kh-jobs-hero *::after {
  box-sizing: border-box;
}

.kh-jobs-hero {
  position: relative;
  background: linear-gradient(170deg, #0B1D33 0%, #0E2A4A 40%, #0C3559 100%) !important;
  padding: 100px 24px 80px;
  overflow: hidden;
  text-align: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.kh-jobs-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.kh-jobs-hero__bg::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(221,186,99,.08) 0%, transparent 70%);
  border-radius: 50%;
}

.kh-jobs-hero__bg::after {
  content: '';
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59,191,181,.05) 0%, transparent 70%);
  border-radius: 50%;
}

.kh-jobs-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
}

.kh-jobs-hero__content {
  position: relative;
  z-index: 1;
  max-width: 54rem;
  margin: 0 auto;
}

.kh-jobs-hero__overline {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--kompass-gold);
  margin-bottom: 16px;
}

.kh-jobs-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--weiss);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.kh-jobs-hero__gold {
  background: linear-gradient(135deg, #DDBA63, #E8CC7E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kh-jobs-hero__subtitle {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.1rem;
  color: rgba(245,243,238,.6);
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Suchleiste im Hero (1:1 Startseite) ---- */
.kh-jobs-hero__search-wrap {
  max-width: 54rem;
  margin: 0 auto;
}

.kh-jobs-hero__search-outer {
  position: relative;
}

.kh-jobs-hero__search-glow {
  position: absolute;
  inset: -4px;
  background: linear-gradient(to right, rgba(221,186,99,.2), transparent, rgba(59,191,181,.1));
  border-radius: 20px;
  filter: blur(20px);
  opacity: 0.6;
  pointer-events: none;
}

.kh-jobs-hero__search-bar {
  position: relative;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 8px;
}

/* Mobile-first: gestackt wie kanzleihafen.html */
.kh-jobs-hero__search-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.kh-jobs-hero__search-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,.06);
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  transition: background 0.2s ease;
}

.kh-jobs-hero__search-field:hover {
  background: rgba(255,255,255,.1);
}

.kh-jobs-hero__search-field--small {
  flex: 1;
}

/* Ab 640px: Zeile */
@media (min-width: 640px) {
  .kh-jobs-hero__search-row {
    flex-direction: row;
  }
  .kh-jobs-hero__search-field--small {
    flex: 0 0 120px;
  }
}

.kh-jobs-hero__search-icon {
  color: var(--kompass-gold);
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.kh-jobs-hero__search-input,
.kh-jobs-hero__search-select,
.kh-jobs-hero input[type="text"],
.kh-jobs-hero select {
  width: 100% !important;
  color: #FFFFFF !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.95rem !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 1.4 !important;
}

.kh-jobs-hero__search-input::placeholder,
.kh-jobs-hero input::placeholder {
  color: rgba(255,255,255,.4) !important;
}

.kh-jobs-hero__search-select,
.kh-jobs-hero select#job-radius {
  cursor: pointer !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  background-size: 12px !important;
  padding-right: 18px !important;
  background-color: transparent !important;
}

.kh-jobs-hero__search-select option {
  background: var(--tiefwasser);
  color: var(--weiss);
}

.kh-jobs-hero__search-select optgroup {
  font-weight: 700;
  color: var(--kompass-gold);
}

/* Button: hohe Spezifität gegen WordPress/Elementor-Overrides */
.kh-jobs-hero button.kh-jobs-hero__search-btn,
.kh-jobs-hero .kh-jobs-hero__search-btn,
#search-button.kh-jobs-hero__search-btn,
button#search-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  background: var(--leuchtfeuer) !important;
  background-color: #E06B45 !important;
  color: #FFFFFF !important;
  font-family: 'Gantari', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  padding: 0.875rem 2rem !important;
  border: none !important;
  border-radius: 0.75rem !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94) !important;
  white-space: nowrap !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.kh-jobs-hero button.kh-jobs-hero__search-btn:hover,
button#search-button:hover {
  background: #CC5C38 !important;
  background-color: #CC5C38 !important;
  color: #FFFFFF !important;
  box-shadow: 0 8px 30px rgba(224,107,69,.4) !important;
  transform: translateY(-2px);
  border: none !important;
  opacity: 1 !important;
}

.kh-jobs-hero button.kh-jobs-hero__search-btn:active,
button#search-button:active {
  transform: translateY(0);
}

.kh-jobs-hero button.kh-jobs-hero__search-btn:focus,
button#search-button:focus {
  outline: none !important;
  box-shadow: 0 8px 30px rgba(224,107,69,.4) !important;
}

/* ---- Filter-Pills im Hero ---- */
.kh-jobs-hero__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.kh-jobs-hero__pills .job-checkbox {
  display: flex;
  align-items: center;
}

.kh-jobs-hero__pills .job-checkbox input[type="checkbox"] {
  display: none;
}

.kh-jobs-hero__pills .job-checkbox label {
  font-family: 'Gantari', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,.45) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  padding: 8px 18px !important;
  border-radius: 100px !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94) !important;
  user-select: none;
  background: transparent !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.kh-jobs-hero__pills .job-checkbox label:hover {
  color: rgba(255,255,255,.7);
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.05);
}

.kh-jobs-hero__pills .job-checkbox input:checked + label {
  color: var(--kompass-gold);
  border-color: rgba(221,186,99,.4);
  background: rgba(221,186,99,.1);
  font-weight: 600;
}

/* ---- Choices.js im Hero ---- */
.kh-jobs-hero__search-field .choices {
  flex: 1;
  margin-bottom: 0 !important;
}

.kh-jobs-hero .choices,
.kh-jobs-hero__search-field .choices {
  flex: 1 !important;
  margin-bottom: 0 !important;
}

.kh-jobs-hero__search-field .choices__inner {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: none !important;
}

.kh-jobs-hero__search-field .choices__list--single {
  padding: 0 !important;
}

.kh-jobs-hero__search-field .choices__item.choices__item--selectable {
  color: var(--weiss);
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.kh-jobs-hero__search-field .choices__list--dropdown,
.kh-jobs-hero__search-field .choices__list[aria-expanded] {
  background: var(--weiss) !important;
  border: 1px solid rgba(11,29,51,.08) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 40px rgba(11,29,51,.15) !important;
  margin-top: 8px;
}

.kh-jobs-hero__search-field .choices__list--dropdown .choices__item {
  font-size: 0.9rem;
  padding: 10px 18px !important;
  color: var(--tiefwasser);
  transition: background 0.15s ease;
}

.kh-jobs-hero__search-field .choices__list--dropdown .choices__item.is-highlighted {
  background: rgba(12,53,89,.04) !important;
  color: var(--horizont);
}

.kh-jobs-hero__search-field .choices__list--dropdown .choices__item.is-selected {
  background: rgba(12,53,89,.06) !important;
  color: var(--horizont);
  font-weight: 600;
}

.kh-jobs-hero__search-field .choices__heading {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  font-size: 0.65rem !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--kompass-gold) !important;
  padding: 12px 18px 4px !important;
  border-bottom: none !important;
}

.kh-jobs-hero__search-field .choices__input--cloned {
  font-family: var(--font-body) !important;
  font-size: 0.9rem !important;
  padding: 12px 18px !important;
  background: var(--gischt) !important;
  border: none !important;
  border-bottom: 1px solid rgba(11,29,51,.06) !important;
  color: var(--tiefwasser) !important;
}

.kh-jobs-hero__search-field .choices__input--cloned::placeholder {
  color: var(--nebel) !important;
}

/* ============================================
   ERGEBNISSE
   ============================================ */
.kh-jobs-results {
  background: var(--weiss);
  padding: 40px 24px 80px;
  font-family: var(--font-body);
  color: var(--tiefwasser);
}

.kh-jobs-results__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.kh-jobs-results__list {
  position: relative;
}

.kh-jobs-results__list-header:empty {
  display: none;
}

.kh-jobs-results__list-header {
  margin-bottom: 0;
}

/* ---- Ergebnis-Zähler ---- */
/* Ergebnis-Zähler-Bar über dem Grid */
.kh-jobs-results__count-bar {
  display: none;
  text-align: center;
  font-size: 1.1rem;
  font-family: var(--font-body);
  color: var(--nebel);
  font-weight: 400;
  padding: 0 24px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.kh-jobs-results__count-bar .kh-count-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--tiefwasser);
}

/* Alter #count (falls noch vorhanden) ausblenden */
#count {
  display: none !important;
}

/* ---- Job-Karten ---- */
.job-container {
  border: 1px solid rgba(11,29,51,.08);
  border-radius: 16px;
  margin-bottom: 12px;
  padding: 20px 22px;
  background: var(--gischt);
  transition: all 0.4s var(--ease);
  cursor: pointer;
}

.job-container:hover {
  border-color: rgba(221,186,99,.35);
  box-shadow: 0 12px 40px rgba(11,29,51,.08);
  transform: translateY(-3px);
}

.job-selected {
  border-color: var(--kompass-gold) !important;
  box-shadow: 0 8px 30px rgba(221,186,99,.12) !important;
  background: rgba(221,186,99,.02);
}

/* Beruf = Overline */
.job-container .job-arbeitgeber-infos > div:first-child {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--kompass-gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 2px;
}

/* Job-Titel in Karten */
.job-container .job-arbeitgeber-infos div[style*="font-weight: 600"] {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: var(--tiefwasser) !important;
  line-height: 1.3;
}

.job-sub {
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 5px 0;
  color: var(--nebel);
}

.job-sub-item {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* SVG icons via .kh-icon — FA fallback */
.job-sub-item i,
#job-data .job-sub i {
  color: var(--kompass-gold) !important;
  border: none !important;
  height: unset !important;
  width: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  font-size: 0.85em !important;
}

#job-data .job-infos {
  justify-content: space-between;
}

#job-data .job-container img,
#job-data .job-container i,
#job-data img#arbeitgeber-logo,
#job-data #arbeitgeber-logo-container i {
  margin: 0;
}

/* Arbeitgeber-Logo */
.job-container img,
.job-container > .job-infos > i,
img#arbeitgeber-logo,
#arbeitgeber-logo-container i {
  border: 1px solid rgba(11,29,51,.06);
  height: 64px;
  min-width: 64px;
  width: 64px;
  border-radius: 12px;
  object-fit: contain;
  margin-right: 14px;
  padding: 8px;
  background: rgba(11,29,51,.02);
  color: var(--horizont);
}

.job-container > .job-infos > i,
#arbeitgeber-logo-container i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
}

/* Job Chips */
#job-data .job-chip {
  display: inline-block;
  background: rgba(12,53,89,.06);
  color: var(--horizont);
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 600;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: 6px;
}

.job-eintrittsdatum {
  font-size: 0.75rem;
  margin-top: 10px;
  color: var(--nebel);
  font-style: italic;
}

/* ---- Loader ---- */
/* jQuery show()/hide() steuert #blob */
#blob,
.kh-jobs-results__loader {
  display: none;
  justify-content: center;
  padding: 30px 0;
}

.kh-jobs-loader {
  display: flex;
  gap: 6px;
  align-items: center;
}

.kh-jobs-loader span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--kompass-gold);
  animation: kh-bounce 1.4s ease-in-out infinite;
}

.kh-jobs-loader span:nth-child(2) { animation-delay: 0.16s; }
.kh-jobs-loader span:nth-child(3) { animation-delay: 0.32s; }

@keyframes kh-bounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

/* ---- Detail-Panel ---- */
/* Detail-Spalte: align-self: start hält Oberkante auf Flucht mit Liste */
.kh-jobs-results__detail {
  align-self: start;
}

/* Das innere Panel (von AJAX geladen) wird sticky */
#job-details .job-infos {
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 28px;
  background: var(--gischt);
  border-radius: 16px;
  border: 1px solid rgba(11,29,51,.08);
  box-shadow: 0 4px 20px rgba(11,29,51,.06);
  scrollbar-width: thin;
}

#job-details .job-infos::-webkit-scrollbar { width: 5px; }
#job-details .job-infos::-webkit-scrollbar-thumb {
  background: rgba(11,29,51,.12);
  border-radius: 10px;
}

#job-details {
  margin: 0 !important;
  padding: 0 !important;
}

/* Detail-Card soll keinen Extra-Margin nach oben haben */
#job-details > .job-infos:first-child,
#job-details > .job-container:first-child {
  margin-top: 0 !important;
}

.job-infos.job-container {
  display: flex;
  flex-direction: column;
}

.job-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.meta-data {
  display: flex;
  align-items: center;
}

#details #arbeitgeber-logo-container i {
  background: linear-gradient(135deg, var(--tiefwasser), var(--horizont)) !important;
  color: var(--weiss) !important;
  border: none !important;
  border-radius: 12px !important;
}

#details .job-beruf {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--kompass-gold);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}

#details .job-titel {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--tiefwasser);
  line-height: 1.25;
  margin-bottom: 8px;
}

.job-meta {
  display: flex;
  gap: 16px;
  font-size: 0.85rem;
  color: var(--nebel);
  flex-wrap: wrap;
  margin-top: 4px;
}

.job-meta i,
#details .job-meta i {
  margin-right: 4px !important;
  color: var(--kompass-gold) !important;
  border: none !important;
  height: unset !important;
  width: auto !important;
  min-width: unset !important;
  padding: 0 !important;
  font-size: 0.9em !important;
  background: none !important;
}

/* Gold-Divider */
#details .job-description::before {
  content: '' !important;
  display: block !important;
  width: 60px !important;
  height: 3px !important;
  background: #DDBA63 !important;
  border-radius: 2px !important;
  margin-bottom: 20px !important;
}

#details .job-description {
  margin-top: 24px;
}

#details .job-description b {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--tiefwasser);
}

.job-description p,
.job-description ul {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--tiefwasser);
}

.job-description ul {
  margin-bottom: 1em;
  padding-left: 1.2em;
}

.job-description ul li::marker {
  color: var(--kompass-gold);
}

.job-description h1, .job-description h2,
.job-description h3, .job-description h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--tiefwasser);
  margin-top: 1em;
  margin-bottom: 0.3em;
}

.job-datum {
  font-size: 0.7rem;
  color: var(--nebel);
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(11,29,51,.06);
}

/* ---- CTA Button ---- */
.job-apply-button {
  width: 100%;
  display: block;
  background: var(--leuchtfeuer);
  text-align: center;
  padding: 0.85em 2em;
  color: var(--weiss) !important;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 24px;
  border-radius: 8px;
  transition: all 0.4s var(--ease);
  text-decoration: none;
}

.job-apply-button:hover {
  background: var(--leuchtfeuer-hover);
  box-shadow: 0 8px 30px rgba(224,107,69,.3);
  transform: translateY(-2px);
  color: var(--weiss) !important;
}

#apply-button-desktop { display: block; }
#apply-button-mobile { display: none; }
#job-meta-mobile { display: none; }
#job-meta-desktop { display: flex; }

/* ---- Footer / Share ---- */
.job-footer { display: flex; justify-content: space-between; align-items: center; }
.job-age { font-size: .7rem; color: var(--nebel); }
.job-footer-container { display: flex; align-items: flex-start; gap: 8px; }
.job-footer i { border: none; padding: 0; margin: 0; height: unset; width: 20px; min-width: unset; opacity: .5; font-size: .8em; background: none; transition: opacity .3s ease; }
.job-footer i:hover { opacity: 1; color: var(--leuchtfeuer); }

.job-container span.job-beschreibung { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.job-container h4 { margin-bottom: 0; font-family: var(--font-display); }

/* ---- Inline SVG Icons ---- */
.kh-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align: middle;
}

.kh-icon svg {
  display: block;
}

.job-sub-item .kh-icon,
.meta-data .kh-icon {
  color: var(--kompass-gold);
  margin-right: 4px;
}

#arbeitgeber-logo-container .kh-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--tiefwasser), var(--horizont));
  color: var(--weiss);
  border-radius: 12px;
  padding: 14px;
}

#arbeitgeber-logo-container .kh-icon svg {
  width: 100%;
  height: 100%;
}

/* Kandidaten-Suche User-Icon */
.job-infos > .kh-icon {
  color: var(--horizont);
  margin-right: 12px;
}

/* ---- Misc ---- */
.kh-acf-dl dt { font-weight: 700; color: var(--tiefwasser); font-family: var(--font-display); }
.kh-acf-dl dd { margin: 0; margin-bottom: 10px; color: var(--nebel); }
.breadcrumbs { color: white; margin-top: 10px; font-family: var(--font-body); }
.job-checkbox { display: flex; align-items: center; }
.job-checkbox input { margin-right: 5px; }
.job-details-icon-container { display: flex; justify-content: flex-end; }
.job-details-icon-container i { font-size: 1.2em; margin: 0 8px; color: var(--nebel); border: none; height: unset; width: unset; min-width: unset; padding: 0; background: none; transition: color .2s; }
.job-details-icon-container i:hover { color: var(--leuchtfeuer); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .kh-jobs-results__inner {
    grid-template-columns: 1fr;
  }

  .kh-jobs-results__detail {
    display: none;
  }

  /* Auf Mobile: Klick auf Job öffnet Detail als Overlay */
}

@media (max-width: 767px) {
  .kh-jobs-hero {
    padding: 80px 16px 60px;
  }

  .kh-jobs-hero__title {
    font-size: 1.6rem;
  }

  .kh-jobs-hero__subtitle {
    font-size: 0.95rem;
  }

  .kh-jobs-hero__search-btn {
    width: 100%;
    justify-content: center;
  }

  .kh-jobs-hero__pills {
    gap: 6px;
  }

  .kh-jobs-hero__pills .job-checkbox label {
    font-size: 0.75rem;
    padding: 6px 14px;
  }

  .kh-jobs-results {
    padding: 24px 16px 60px;
  }

  .job-container {
    padding: 16px;
    border-radius: 12px;
  }

  .job-container:hover {
    transform: none;
  }

  .job-container img,
  #arbeitgeber-logo-container .kh-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    margin-right: 12px;
    border-radius: 10px;
  }

  #job-meta-desktop { display: none; }
  #job-meta-mobile { display: flex; gap: 8px; flex-direction: column; margin: 12px 0 0; }
  #details .job-titel { font-size: 1.15rem; }
  #apply-button-desktop { display: none; }
  #apply-button-mobile { display: block; position: sticky; bottom: 0; padding: 16px 0; background: var(--weiss); }
  .job-apply-button { margin: 0; }
}
