/*
Theme Name: EV Experts Website V13
Theme URI: https://ev-experts.at
Author: EV-Experts Tirol GmbH
Description: Minimalistische EV-Experts Landingpage mit Fokus auf Kontaktaufnahme.
Version: 13.0.0
Text Domain: ev-experts-landing-v2
*/

:root{
  --green:#47b829;
  --green-hover:#359718;
  --black:#070b0d;
  --dark:#0d1316;
  --panel:#11191d;
  --white:#fff;
  --muted:#c1c9cc;
  --line:rgba(255,255,255,.12);
  --max:1420px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.evx-wrap{overflow:hidden;background:var(--black)}
.evx-container{width:min(var(--max),calc(100% - 48px));margin:auto}

.evx-header{
  position:sticky;top:0;z-index:100;
  background:rgba(6,10,12,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px);
}
.admin-bar .evx-header{top:32px}
.evx-header-inner{
  min-height:92px;display:grid;
  grid-template-columns:280px 1fr auto;
  align-items:center;gap:28px
}
.evx-logo img{width:245px;max-height:78px;object-fit:contain;object-position:left center}
.evx-nav{display:flex;justify-content:center;gap:58px}
.evx-nav a{
  padding:34px 0 29px;font-weight:800;text-transform:uppercase;
  letter-spacing:.02em;border-bottom:3px solid transparent
}
.evx-nav a:hover,.evx-nav a:focus{color:var(--green);border-color:var(--green)}
.evx-header-actions{display:flex;gap:14px;align-items:center}

.evx-btn{
  min-height:52px;padding:0 24px;border-radius:5px;
  display:inline-flex;align-items:center;justify-content:center;gap:11px;
  font-weight:900;text-transform:uppercase;border:1px solid transparent;
  transition:.2s ease;white-space:nowrap
}
.evx-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
.evx-btn-green{background:var(--green)}
.evx-btn-green:hover{background:var(--green-hover);transform:translateY(-2px)}
.evx-btn-outline{border-color:rgba(255,255,255,.45)}
.evx-btn-outline:hover{border-color:var(--green);color:var(--green)}

.evx-hero{
  display:grid;grid-template-columns:43% 57%;
  min-height:650px;background:
  radial-gradient(circle at 16% 40%,rgba(71,184,41,.08),transparent 30%),
  var(--dark)
}
.evx-hero-copy{
  padding:78px 40px 78px max(32px,calc((100vw - var(--max))/2));
  display:flex;flex-direction:column;justify-content:center
}
.evx-eyebrow{color:var(--green);font-weight:900;text-transform:uppercase;font-size:.83rem;letter-spacing:.1em;margin-bottom:18px}
.evx-hero h1{
  margin:0;font-size:clamp(3.5rem,6vw,6.6rem);
  line-height:.94;letter-spacing:-.05em
}
.evx-hero h1 span{display:block;color:var(--green)}
.evx-rule{width:54px;height:3px;background:var(--green);margin:28px 0 22px}
.evx-hero-subtitle{font-size:1.65rem;font-weight:800;margin:0 0 5px}
.evx-hero-copy>p{font-size:1.13rem;color:var(--muted);margin:0;max-width:510px}
.evx-actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:32px}
.evx-hero-media{
  position:relative;min-height:650px;background:#0b1012;
  display:flex;align-items:stretch;justify-content:stretch;overflow:hidden
}
.evx-hero-media:before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(13,19,22,.72) 0%,rgba(13,19,22,.08) 30%,rgba(0,0,0,.04) 100%)
}
.evx-hero-media img{
  width:100%;height:100%;object-fit:cover;object-position:center;
}

.evx-services{padding:22px 0;background:linear-gradient(180deg,#0c1215,#0a0f11);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.evx-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.evx-service{
  min-height:150px;padding:25px 23px;border:1px solid rgba(255,255,255,.16);
  border-radius:7px;display:grid;grid-template-columns:78px 1fr 22px;gap:16px;
  align-items:center;background:rgba(255,255,255,.015);transition:.2s ease
}
.evx-service:hover{border-color:var(--green);transform:translateY(-3px);background:rgba(71,184,41,.04)}
.evx-service-icon{color:var(--green)}
.evx-service-icon svg{width:66px;height:66px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.evx-service h2{font-size:1.04rem;margin:0 0 8px;text-transform:uppercase}
.evx-service p{margin:0;color:var(--muted);font-size:.93rem}
.evx-arrow{color:var(--green);font-size:2rem}

.evx-team{
  display:grid;grid-template-columns:47% 53%;
  background:linear-gradient(120deg,#071012,#0c1518);
  border-bottom:1px solid var(--line)
}
.evx-team-copy{
  padding:68px 45px 68px max(32px,calc((100vw - var(--max))/2));
  display:flex;flex-direction:column;justify-content:center
}
.evx-team h2{font-size:clamp(2.4rem,4vw,4.3rem);line-height:1.04;margin:0 0 20px;letter-spacing:-.04em}
.evx-team-copy p{font-size:1.24rem;color:#e3e7e8;max-width:580px;margin:0}
.evx-team-photo{
  background:#10171a;align-self:stretch;display:flex;align-items:center;justify-content:center
}
.evx-team-photo img{
  width:100%;height:auto;
  /* The uploaded image is shown directly: no filter, no retouching, no generated replacement. */
  filter:none;transform:none
}

.evx-benefits{padding:27px 0;background:#0d1316}
.evx-benefit-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.evx-benefit{
  display:grid;grid-template-columns:54px 1fr;gap:14px;padding:6px 24px;
  border-right:1px solid var(--line)
}
.evx-benefit:last-child{border-right:0}
.evx-benefit svg{width:46px;height:46px;color:var(--green);fill:none;stroke:currentColor;stroke-width:1.8}
.evx-benefit h3{margin:0 0 4px;font-size:.78rem;text-transform:uppercase}
.evx-benefit p{margin:0;color:var(--muted);font-size:.75rem}

.evx-contact{padding:82px 0;background:linear-gradient(130deg,#091012,#121d20)}
.evx-contact-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:42px}
.evx-contact h2{font-size:clamp(2.4rem,4vw,4.6rem);line-height:1;margin:0 0 16px}
.evx-contact p{margin:0;color:var(--muted);font-size:1.15rem}

.evx-footer{padding:25px 0;background:#050809;border-top:1px solid var(--line)}
.evx-footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center;color:#9ca6aa;font-size:.84rem}
.evx-footer-links{display:flex;gap:18px}
.evx-footer a:hover{color:var(--green)}

@media(max-width:1100px){
  .evx-header-inner{grid-template-columns:220px 1fr}.evx-header-actions{display:none}
  .evx-logo img{width:205px}.evx-nav{justify-content:flex-end;gap:35px}
  .evx-hero{grid-template-columns:1fr}.evx-hero-media{min-height:460px}
  .evx-service-grid{grid-template-columns:repeat(2,1fr)}
  .evx-team{grid-template-columns:1fr}.evx-team-photo img{width:100%}
  .evx-benefit-grid{grid-template-columns:repeat(2,1fr);gap:25px}
  .evx-benefit{border-right:0}
}
@media(max-width:767px){
  .admin-bar .evx-header{top:46px}
  .evx-container{width:min(var(--max),calc(100% - 28px))}
  .evx-header-inner{display:flex;flex-wrap:wrap;padding:12px 0;gap:10px}
  .evx-logo img{width:170px;max-height:60px}
  .evx-nav{width:100%;justify-content:space-between;gap:8px;border-top:1px solid var(--line)}
  .evx-nav a{padding:14px 0 9px;font-size:.78rem}
  .evx-hero-copy{padding:58px 22px}.evx-hero h1{font-size:3.45rem}
  .evx-hero-subtitle{font-size:1.35rem}.evx-hero-media{min-height:330px}
  .evx-actions{flex-direction:column}.evx-btn{width:100%}
  .evx-service-grid{grid-template-columns:1fr}.evx-service{grid-template-columns:62px 1fr 18px}
  .evx-service-icon svg{width:52px;height:52px}
  .evx-team-copy{padding:58px 24px}.evx-team-copy p{font-size:1.08rem}
  .evx-benefit-grid{grid-template-columns:1fr}.evx-contact-inner{grid-template-columns:1fr}
  .evx-footer-inner{align-items:flex-start;flex-direction:column}
}


/* V3 stability fixes */
.evx-logo{
  display:flex;
  align-items:center;
  min-height:70px;
}
.evx-logo img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  background:transparent !important;
}

/* ABOUT PAGE */
.evx-about-hero{display:grid;grid-template-columns:46% 54%;min-height:620px;background:radial-gradient(circle at 14% 36%,rgba(71,184,41,.09),transparent 30%),linear-gradient(120deg,#071012,#0e171a)}
.evx-about-copy{padding:90px 48px 90px max(32px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center}
.evx-about-copy h1{margin:0 0 22px;font-size:clamp(3.6rem,6vw,6.4rem);line-height:.95;letter-spacing:-.05em}
.evx-about-copy h1 span{display:block;color:var(--green)}
.evx-about-copy .lead{max-width:620px;margin:0;font-size:1.35rem;color:#e1e6e7}
.evx-about-copy .short{max-width:620px;margin:18px 0 0;color:var(--muted);font-size:1.05rem}
.evx-about-image{min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#10171a}
.evx-about-image img{width:100%;height:auto;filter:none!important;transform:none!important}
.evx-about-values{padding:60px 0;background:#0c1215;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.evx-about-values h2{margin:0 0 35px;font-size:2.2rem;text-transform:uppercase}
.evx-about-value-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.evx-about-value{padding:20px 24px;border-right:1px solid var(--line)}
.evx-about-value:last-child{border-right:0}
.evx-about-value svg{width:48px;height:48px;color:var(--green);fill:none;stroke:currentColor;stroke-width:1.8;margin-bottom:16px}
.evx-about-value h3{margin:0 0 7px;font-size:.92rem;text-transform:uppercase}
.evx-about-value p{margin:0;color:var(--muted);font-size:.9rem}
.evx-about-cta{padding:82px 0;background:linear-gradient(130deg,#091012,#142125)}
.evx-about-cta-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:42px}
.evx-about-cta h2{margin:0 0 12px;font-size:clamp(2.5rem,4vw,4.6rem);line-height:1}
.evx-about-cta p{margin:0;color:var(--muted);font-size:1.12rem}
@media(max-width:1100px){.evx-about-hero{grid-template-columns:1fr}.evx-about-image{min-height:auto}.evx-about-value-grid{grid-template-columns:repeat(2,1fr);gap:24px}.evx-about-value{border-right:0}}
@media(max-width:767px){.evx-about-copy{padding:62px 24px}.evx-about-copy h1{font-size:3.6rem}.evx-about-copy .lead{font-size:1.15rem}.evx-about-value-grid{grid-template-columns:1fr}.evx-about-cta-inner{grid-template-columns:1fr}}


/* V6 – drei kompakte Leistungsbereiche */
.evx-solutions{
  padding:78px 0 84px;
  background:
    radial-gradient(circle at 50% 20%,rgba(71,184,41,.05),transparent 28%),
    linear-gradient(180deg,#091013,#070b0d);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.evx-solutions-title{
  margin:0 0 42px;
  text-align:center;
  font-size:clamp(2.6rem,4vw,4.5rem);
  line-height:1;
  letter-spacing:-.04em;
}
.evx-solutions-title span{color:#47b829}
.evx-solutions-title:after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  background:#47b829;
  margin:18px auto 0;
}
.evx-solutions-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.evx-solution-card{
  position:relative;
  min-height:470px;
  padding:34px 34px 64px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:10px;
  background:rgba(255,255,255,.018);
  transition:.22s ease;
}
.evx-solution-card:hover{
  transform:translateY(-5px);
  border-color:#47b829;
  background:rgba(71,184,41,.035);
}
.evx-solution-icon{
  color:#47b829;
  margin-bottom:24px;
}
.evx-solution-icon svg{
  width:112px;
  height:112px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.evx-solution-card h3{
  margin:0;
  font-size:1.55rem;
  line-height:1.18;
}
.evx-card-line{
  width:42px;
  height:2px;
  background:#47b829;
  margin:18px 0 20px;
}
.evx-solution-card p{
  margin:0;
  color:#d7dde0;
  font-size:1.02rem;
  line-height:1.62;
}
.evx-solution-arrow{
  position:absolute;
  right:30px;
  bottom:22px;
  color:#47b829;
  font-size:2.6rem;
  line-height:1;
}
.evx-solution-arrow:hover{transform:translateX(5px)}

@media(max-width:980px){
  .evx-solutions-grid{grid-template-columns:1fr}
  .evx-solution-card{min-height:auto}
}
@media(max-width:767px){
  .evx-solutions{padding:58px 0 64px}
  .evx-solutions-title{font-size:2.8rem}
  .evx-solution-card{padding:28px 26px 58px}
  .evx-solution-icon svg{width:88px;height:88px}
  .evx-solution-card h3{font-size:1.35rem}
  .evx-solution-card p{font-size:.98rem}
}


/* =========================================================
   V11 – KARRIERE
   ========================================================= */

.evx-career-page{background:#05090b}
.evx-career-nav .is-active{color:var(--green);border-color:var(--green)}

.evx-career-hero{
  display:grid;
  grid-template-columns:44% 56%;
  min-height:620px;
  background:#060a0c;
  border-bottom:1px solid rgba(71,184,41,.35);
}
.evx-career-hero-copy{
  padding:72px 40px 66px max(32px,calc((100vw - var(--max))/2));
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}
.evx-career-hero h1{
  margin:0;
  max-width:650px;
  font-size:clamp(2.75rem,4.6vw,5.2rem);
  line-height:.99;
  text-transform:uppercase;
  letter-spacing:-.04em;
}
.evx-career-hero h1 span{color:var(--green)}
.evx-career-hero-copy>p{
  margin:24px 0 0;
  color:#e3e7e8;
  font-size:1.04rem;
  line-height:1.65;
}
.evx-career-location{margin-top:14px!important}
.evx-career-hero-image{
  position:relative;
  min-height:620px;
  overflow:hidden;
  background:#101619;
}
.evx-career-hero-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,10,12,.76),rgba(6,10,12,.05) 34%,rgba(6,10,12,.08));
  pointer-events:none;
}
.evx-career-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.evx-career-jobs{
  padding:58px 0 60px;
  background:linear-gradient(180deg,#05090b,#070d10);
}
.evx-career-section-title{
  margin:0 0 34px;
  text-align:center;
  color:var(--green);
  font-size:2.2rem;
  text-transform:uppercase;
}
.evx-career-section-title:after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  margin:13px auto 0;
  background:var(--green);
}
.evx-career-job-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
}
.evx-career-job-card{
  padding:30px 32px 25px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:7px;
  background:rgba(255,255,255,.015);
}
.evx-career-job-title-row{
  display:grid;
  grid-template-columns:78px 1fr;
  gap:18px;
  align-items:center;
}
.evx-career-job-icon{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  border:1px solid var(--green);
  transform:rotate(30deg);
  border-radius:14px;
}
.evx-career-job-icon svg{
  width:43px;
  height:43px;
  color:var(--green);
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transform:rotate(-30deg);
}
.evx-career-job-card h3{
  margin:0;
  font-size:1.5rem;
  line-height:1.25;
  text-transform:uppercase;
}
.evx-career-job-card h3 span{color:var(--green);font-size:1rem}
.evx-career-job-divider{
  height:1px;
  margin:20px 0;
  background:rgba(255,255,255,.15);
}
.evx-career-job-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.evx-career-job-list li{
  position:relative;
  padding-left:24px;
  color:#e0e6e8;
  line-height:1.48;
}
.evx-career-job-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--green);
  font-weight:900;
}
.evx-career-job-meta{
  display:flex;
  gap:28px;
  margin-top:24px;
  color:#ccd3d6;
  font-size:.92rem;
}
.evx-career-pdf-link{
  color:var(--green);
  font-weight:900;
  text-transform:uppercase;
  font-size:.9rem;
}
.evx-career-pdf-link:hover{text-decoration:underline}

.evx-career-benefits{
  padding:0 0 52px;
  background:#070d10;
}
.evx-career-benefit-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.evx-career-benefit{
  padding:14px 22px 10px;
  border-right:1px solid rgba(255,255,255,.17);
}
.evx-career-benefit:last-child{border-right:0}
.evx-career-benefit-icon{
  height:52px;
  margin-bottom:12px;
  color:var(--green);
}
.evx-career-benefit-icon svg{
  width:50px;
  height:50px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.evx-career-benefit h3{
  margin:0 0 12px;
  font-size:.88rem;
  text-transform:uppercase;
  min-height:42px;
}
.evx-career-benefit p{
  margin:0;
  color:#bfc8cb;
  font-size:.78rem;
  line-height:1.55;
}

.evx-career-team{
  display:grid;
  grid-template-columns:42% 58%;
  background:#070b0d;
  border-top:1px solid rgba(71,184,41,.32);
  border-bottom:1px solid rgba(71,184,41,.32);
}
.evx-career-team-copy{
  padding:48px 45px 48px max(32px,calc((100vw - var(--max))/2));
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.evx-career-team-copy p{
  max-width:580px;
  margin:0 0 24px;
  color:#d8dfe1;
  line-height:1.65;
}
.evx-career-team-copy strong{
  color:var(--green);
  font-size:1.16rem;
}
.evx-career-team-image{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.evx-career-team-image img{
  width:100%;
  height:auto;
  filter:none!important;
  transform:none!important;
}

.evx-career-apply{
  padding:34px 0;
  background:
    linear-gradient(90deg,rgba(5,9,11,.96),rgba(9,15,17,.88)),
    #060a0c;
}
.evx-career-apply-inner{
  display:grid;
  grid-template-columns:90px 1fr auto;
  gap:28px;
  align-items:center;
}
.evx-career-mail-icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border:1px solid var(--green);
  transform:rotate(30deg);
  border-radius:12px;
}
.evx-career-mail-icon svg{
  width:42px;
  height:42px;
  color:var(--green);
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  transform:rotate(-30deg);
}
.evx-career-apply-copy h2{
  margin:0 0 10px;
  font-size:1.75rem;
  line-height:1.22;
  text-transform:uppercase;
}
.evx-career-apply-copy h2 span{color:var(--green)}
.evx-career-apply-copy p{margin:0;color:#e1e6e8;line-height:1.55}
.evx-career-apply-copy a{color:var(--green);font-weight:800}

.evx-career-footer{
  padding:16px 0 14px;
  background:#040708;
  border-top:1px solid rgba(255,255,255,.12);
}
.evx-career-footer-main{
  display:grid;
  grid-template-columns:180px repeat(4,1fr);
  gap:28px;
  align-items:center;
  color:#bec7ca;
  font-size:.82rem;
}
.evx-career-footer-main img{
  width:155px;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.evx-career-footer-main a:hover{color:var(--green)}
.evx-career-footer-legal{
  display:flex;
  align-items:center;
  gap:26px;
  margin-top:15px;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#899296;
  font-size:.78rem;
}
.evx-career-footer-legal a:hover{color:var(--green)}

@media(max-width:1180px){
  .evx-career-hero{grid-template-columns:1fr}
  .evx-career-hero-image{min-height:430px}
  .evx-career-job-grid{grid-template-columns:1fr}
  .evx-career-benefit-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .evx-career-benefit{border-right:0;border-bottom:1px solid rgba(255,255,255,.10)}
  .evx-career-team{grid-template-columns:1fr}
  .evx-career-footer-main{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
  .evx-career-nav{gap:7px!important}
  .evx-career-nav a{font-size:.69rem!important}
  .evx-career-hero-copy{padding:54px 22px}
  .evx-career-hero h1{font-size:2.75rem}
  .evx-career-hero-image{min-height:320px}
  .evx-career-jobs{padding:46px 0}
  .evx-career-section-title{font-size:1.8rem}
  .evx-career-job-card{padding:24px 22px}
  .evx-career-job-title-row{grid-template-columns:60px 1fr}
  .evx-career-job-icon{width:54px;height:54px}
  .evx-career-job-icon svg{width:34px;height:34px}
  .evx-career-job-card h3{font-size:1.2rem}
  .evx-career-job-meta{flex-direction:column;gap:7px}
  .evx-career-benefit-grid{grid-template-columns:1fr}
  .evx-career-team-copy{padding:44px 24px}
  .evx-career-apply-inner{grid-template-columns:1fr}
  .evx-career-mail-icon{display:none}
  .evx-career-apply .evx-btn{width:100%}
  .evx-career-footer-main{grid-template-columns:1fr;gap:12px}
  .evx-career-footer-legal{flex-wrap:wrap}
}
