
/* ===== HWS Jobseite & Startseiten-Hinweis 2026 ===== */

/* Startseite */
.home-jobs-banner{
  padding:34px 7%;
  background:linear-gradient(105deg,#004b77,#006fa9);
  color:#fff;
}
.home-jobs-banner-inner{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:38px;
}
.home-jobs-copy{max-width:820px}
.home-jobs-banner .eyebrow{
  color:#bfe6f7;
  margin-bottom:6px;
}
.home-jobs-banner h2{
  margin:0 0 8px;
  color:#fff;
  font-size:clamp(30px,3.8vw,46px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.home-jobs-banner p:not(.eyebrow){
  margin:0;
  color:rgba(255,255,255,.84);
  line-height:1.6;
}
.home-jobs-actions{
  flex:0 0 auto;
  display:grid;
  justify-items:center;
  gap:8px;
}
.home-jobs-actions .btn-primary{
  background:#fff;
  color:#00466f;
  box-shadow:none;
}
.home-jobs-actions .btn-primary:hover{
  background:#edf6fb;
}
.home-jobs-actions span{
  font-size:11px;
  color:rgba(255,255,255,.7);
}

/* Jobseite */
.jobs-page{background:#fff}

.job-hero{
  padding:82px 7% 72px;
  background:
    radial-gradient(circle at 87% 16%,rgba(0,98,152,.12),transparent 25%),
    linear-gradient(135deg,#edf6fb 0%,#fff 72%);
  border-bottom:1px solid var(--line);
}
.job-hero-inner{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:58px;
  align-items:center;
}
.job-hero h1{
  max-width:820px;
  margin:7px 0 18px;
  font-size:clamp(42px,5vw,68px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.job-hero h1 span{color:var(--green)}
.job-hero-lead{
  max-width:780px;
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.job-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:29px;
}
.job-facts{
  margin:0;
  padding:26px 28px;
  list-style:none;
  background:#fff;
  border:1px solid #cfe1ec;
  border-radius:18px;
  box-shadow:0 18px 48px rgba(0,70,111,.10);
}
.job-facts li{
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.job-facts li:last-child{border-bottom:0}
.job-facts strong,.job-facts span{display:block}
.job-facts strong{
  color:var(--ink);
  font-size:16px;
}
.job-facts span{
  margin-top:3px;
  color:var(--muted);
  font-size:13px;
}

.job-section{padding:82px 7%}
.job-section-soft{background:#f6f9fb}
.job-container{max-width:1240px;margin:0 auto}
.job-heading{
  max-width:830px;
  margin-bottom:34px;
}
.job-heading h2{
  margin:5px 0 10px;
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.job-heading p:not(.eyebrow){
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}

.job-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.job-card{
  padding:28px;
  border:1px solid #d7e5ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,70,111,.055);
}
.job-card-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:14px;
  background:#edf6fb;
  color:var(--green);
}
.job-card-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.job-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.job-list{
  margin:0;
  padding-left:20px;
  color:var(--muted);
  line-height:1.85;
}
.job-note{
  margin-top:22px;
  padding:18px 20px;
  border:1px solid #cfe1ec;
  border-left:4px solid var(--green);
  border-radius:12px;
  background:#f2f8fb;
  color:var(--muted);
}
.job-note strong{color:var(--ink)}

.job-apply-layout{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:40px;
  align-items:start;
}
.job-contact-panel{
  padding:30px;
  border-radius:18px;
  background:linear-gradient(145deg,#004b77,#006fa9);
  color:#fff;
  position:sticky;
  top:110px;
}
.job-contact-panel .eyebrow{color:#bfe6f7}
.job-contact-panel h2{
  margin:5px 0 12px;
  font-size:34px;
  line-height:1.08;
}
.job-contact-panel p{
  color:rgba(255,255,255,.82);
  line-height:1.65;
}
.job-contact-panel a{
  color:#fff;
  font-weight:850;
}
.job-contact-divider{
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.22);
}

.job-form{
  padding:32px;
  border:1px solid #d7e5ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 48px rgba(0,70,111,.09);
}
.job-form-head{
  margin-bottom:24px;
}
.job-form-head h2{
  margin:5px 0 7px;
  font-size:32px;
}
.job-form-head p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.job-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 16px;
}
.job-form label{
  display:block;
  margin:11px 0;
  color:#31424c;
  font-size:12px;
  font-weight:800;
}
.job-form input,
.job-form select,
.job-form textarea{
  width:100%;
  margin-top:6px;
  padding:12px 13px;
  border:1px solid var(--line);
  border-radius:9px;
  background:#fbfcfd;
  color:var(--ink);
  font:inherit;
}
.job-form textarea{
  min-height:135px;
  resize:vertical;
}
.job-form input:focus,
.job-form select:focus,
.job-form textarea:focus{
  outline:none;
  border-color:var(--green);
  background:#fff;
  box-shadow:0 0 0 3px rgba(0,98,152,.10);
}
.job-full{grid-column:1/-1}
.job-check{
  display:flex !important;
  align-items:flex-start;
  gap:10px;
  margin-top:15px !important;
  color:var(--muted) !important;
  line-height:1.45;
  font-weight:600 !important;
}
.job-check input{
  width:auto;
  margin:3px 0 0;
  flex:0 0 auto;
}
.job-check a{
  color:var(--green);
  font-weight:850;
}
.job-submit{
  width:100%;
  margin-top:18px;
  border:0;
  cursor:pointer;
  min-height:52px;
}
.job-form-hint{
  display:block;
  margin-top:11px;
  text-align:center;
  color:var(--muted);
  font-size:11px;
  line-height:1.45;
}
.job-status{
  display:none;
  margin:0 0 18px;
  padding:13px 15px;
  border-radius:9px;
  font-size:13px;
  font-weight:750;
}
.job-status.success{
  display:block;
  background:#eaf4fa;
  color:#00466f;
  border:1px solid #c9dfeb;
}
.job-status.error{
  display:block;
  background:#fff1f0;
  color:#8a241f;
  border:1px solid #efcbc8;
}
.job-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.job-simple-footer{
  background:#101820;
  color:#fff;
  padding:30px 7%;
}
.job-simple-footer-inner{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.job-simple-footer img{
  width:min(330px,60vw);
  height:auto;
  background:#fff;
  border-radius:8px;
  padding:6px 10px;
}
.job-simple-footer-links{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  font-size:13px;
}
.job-simple-footer-links a{color:rgba(255,255,255,.82)}

@media(max-width:980px){
  .job-hero-inner,.job-apply-layout{grid-template-columns:1fr}
  .job-contact-panel{position:static}
}
@media(max-width:760px){
  .home-jobs-banner{padding-left:5%;padding-right:5%}
  .home-jobs-banner-inner{align-items:flex-start;flex-direction:column}
  .home-jobs-actions{justify-items:start}
  .job-card-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .job-hero,.job-section{padding-left:5%;padding-right:5%}
  .job-hero{padding-top:58px;padding-bottom:55px}
  .job-hero-lead{font-size:16px}
  .job-form{padding:24px 18px}
  .job-form-grid{grid-template-columns:1fr}
  .job-full{grid-column:auto}
  .job-simple-footer-inner{align-items:flex-start;flex-direction:column}
}
