/* BCP - Business Control Panel UG | bcpanel.de | Jobs */

/* ---- volle Breite + normaler Seiten-Scroll (ueberschreibt Landingpage-Lock) ---- */
body.jobs-page{
  height:auto;
  min-height:100dvh;
  overflow-y:auto;
  overflow-x:hidden;
}
.jobs-page main{
  flex:1 0 auto;
  display:block;
  padding:0;
  min-height:0;
}

/* Vertikal mittig (gleicher Abstand oben/unten) - nur auf kurzen Seiten wie /jobs */
.jobs-page.center-v main{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:72px 0 8px;
}
.jobs-page.center-v .jobs-wrap{
  margin-top:auto;
  margin-bottom:auto;
  padding-top:0;
  padding-bottom:0;
}

/* Header = geteilte zentrierte .navbar (siehe style.css) */

/* ---- Inhalt: volle Breite, unter der fixen Navbar ---- */
.jobs-wrap{
  width:100%;
  max-width:1600px;
  margin:0 auto;
  padding:96px 32px 72px;
}
/* BCP-Logo: groß & mittig oben über den Texten (Stil wie Startseite) */
.jobs-logo{
  display:block;
  width:max-content;
  margin:0 auto 36px;
  transition:opacity .15s ease;
}
.jobs-logo:hover{opacity:.7}
.jobs-logo .logo{
  height:32px;
  margin-bottom:0;
}
.jobs-wrap h1{
  font-size:28px;
  letter-spacing:-.02em;
  margin-bottom:12px;
}
/* Rechtstext (Impressum/Datenschutz): volle Breite links nach rechts */
.jobs-wrap .legal-body{
  max-width:none;
}
.jobs-wrap .lead{
  color:#8a8a8a;
  font-size:15px;
  max-width:640px;
  margin-bottom:32px;
}
.jview[hidden]{display:none !important}

/* ---- Stellen-Liste: vollbreite, kompakte, klickbare Boxen ---- */
#job-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.job-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.02);
  text-decoration:none;
  color:inherit;
  transition:border-color .15s ease, background .15s ease;
}
/* Hover ändert nur das Auge-Icon, nicht die Box */
.job-row-main{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.job-tag{
  align-self:flex-start;
  font-size:11px;
  font-weight:600;
  letter-spacing:0;
  color:#2c6dff;
  background:rgba(44,109,255,.12);
  border-radius:5px;
  padding:2px 8px;
  margin-bottom:6px;
}
.job-title{
  font-size:15px;
  font-weight:600;
  color:#fff;
  letter-spacing:-.01em;
}
.job-row .eye{
  flex:none;
  color:#777;
  transition:color .15s ease, transform .15s ease;
}
.job-row:hover .eye{
  color:#2c6dff;
  transform:scale(1.18);
}

/* ---- Detailansicht ---- */
.detail-tag{
  display:inline-block;
  font-size:11.5px;
  font-weight:600;
  letter-spacing:0;
  color:#2c6dff;
  background:rgba(44,109,255,.12);
  border-radius:5px;
  padding:2px 9px;
  margin-bottom:12px;
}
.detail-title{
  font-size:26px;
  font-weight:600;
  color:#fff;
  letter-spacing:-.015em;
  margin-bottom:22px;
}
.job-body{
  color:#9a9a9a;
  font-size:14.5px;
  line-height:1.75;
  max-width:760px;
}
.job-body p{margin-bottom:12px}
.job-body strong{color:#e6e6e6;font-weight:600}
.job-body ul{
  list-style:none;
  margin:0 0 16px;
  padding:0;
}
.job-body li{
  position:relative;
  padding-left:16px;
  margin-bottom:6px;
}
.job-body li::before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#2c6dff;
}
.job-apply{
  display:inline-block;
  margin-top:10px;
  background:#2c6dff;
  color:#fff;
  text-decoration:none;
  font-size:13.5px;
  font-weight:600;
  padding:11px 22px;
  border-radius:8px;
  transition:background .15s ease;
}
.job-apply:hover{background:#1a5cf0}

/* ---- Vorteile ("Warum BCP?"): Boxen mit Icon rechts, grau -> blau bei Hover ---- */
.perks-title{
  font-size:18px;
  font-weight:600;
  color:#fff;
  letter-spacing:-.01em;
  margin:48px 0 16px;
}
.perks{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.perk{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  min-height:118px;
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.02);
}
.perk-main{
  display:flex;
  flex-direction:column;
  gap:7px;
  max-width:68%;
}
.perk-title{
  font-size:15px;
  font-weight:600;
  color:#fff;
  letter-spacing:-.01em;
}
.perk-text{
  font-size:13px;
  line-height:1.6;
  color:#8a8a8a;
}
/* großes Icon mittig rechts im Hintergrund */
.perk-ico{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:#5a5a5a;
  opacity:.55;
  pointer-events:none;
  transition:color .15s ease, opacity .15s ease, transform .15s ease;
}
.perk:hover .perk-ico{
  color:#2c6dff;
  opacity:1;
  transform:translateY(-50%) scale(1.08);
}

/* Footer bleibt wie auf der Startseite: mittig (Basis-Styles aus style.css) */

@media (max-width: 560px){
  .jobs-wrap{padding:84px 20px 56px}
  .jobs-page.center-v main{padding-top:84px}
  .jobs-page.center-v .jobs-wrap{padding-top:0;padding-bottom:0}
  .jobs-logo{margin-bottom:28px}
  .jobs-wrap h1{font-size:24px}
  .job-row{padding:16px 18px}
  .detail-title{font-size:22px}
  .perks{grid-template-columns:1fr;gap:12px}
  .perks-title{font-size:17px;margin:36px 0 14px}
  .perk{min-height:0}
}
