/*
Theme Name: EV Experts About & Impressum
Version: 1.5.0
*/
:root{--g:#4fbe22;--b:#05090b;--d:#091014;--m:#d0d7d9;--l:rgba(79,190,34,.38);--max:1440px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--b);color:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.c{width:min(var(--max),calc(100% - 48px));margin:auto}
.h{position:sticky;top:0;z-index:10;background:rgba(4,8,10,.97);border-bottom:1px solid rgba(255,255,255,.08)}.hi{min-height:96px;display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:34px}.logo img{width:240px;max-height:76px;object-fit:contain;filter:none!important}.nav{display:flex;justify-content:flex-end;gap:56px}.nav a{padding:36px 0 29px;font-weight:800;text-transform:uppercase}.nav a.active{color:var(--g);border-bottom:3px solid var(--g)}.phone{font-weight:900}
.hero{display:grid;grid-template-columns:42% 58%;min-height:660px;background:linear-gradient(120deg,#050a0d,#0c1518)}.copy{padding:78px 46px 78px max(34px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center}.ey{color:var(--g);font-weight:900;text-transform:uppercase;margin-bottom:14px}.copy h1{margin:0;font-size:clamp(3.5rem,6vw,6.5rem);line-height:.94;letter-spacing:-.05em;text-transform:uppercase}.copy h1 span{display:block;color:var(--g)}.rule{width:54px;height:3px;background:var(--g);margin:25px 0}.mission{font-size:1.12rem;line-height:1.65;margin:0;max-width:650px}.founder{margin-top:28px;padding-top:18px;border-top:1px solid var(--l);display:grid;grid-template-columns:70px 1fr;gap:20px;align-items:center}.founder svg{width:62px;height:62px;color:var(--g);fill:none;stroke:currentColor;stroke-width:1.8}.founder p{margin:0}.founder strong{color:var(--g)}.img{min-height:660px;display:flex;align-items:center;background:#11181b}.img img{width:100%;height:auto;filter:none!important;transform:none!important}
.imp{padding:48px 0 28px;background:#071014;border-top:1px solid var(--l)}.imp h2{margin:0 0 24px;font-size:2.6rem;text-transform:uppercase}.tl{width:52px;height:3px;background:var(--g);margin-bottom:30px}.grid{display:grid;grid-template-columns:1fr 1.45fr 1.15fr;gap:55px}.block h3{color:var(--g);font-size:.95rem;text-transform:uppercase;margin:0 0 16px}.block p{margin:0}.block p+h3{margin-top:26px}.data{display:grid;grid-template-columns:210px 1fr;gap:12px 18px}.data dt{color:#fff}.data dd{margin:0}.disc{line-height:1.65}.f{padding:20px 0;background:#040708;border-top:1px solid var(--l);color:#b6bec1;font-size:.85rem}.fi{display:flex;justify-content:space-between;gap:25px}
@media(max-width:1080px){.hi{grid-template-columns:230px 1fr}.phone{display:none}.hero{grid-template-columns:1fr}.img{min-height:auto}.grid{grid-template-columns:1fr 1fr}.grid .block:last-child{grid-column:1/-1}}
@media(max-width:767px){.c{width:min(var(--max),calc(100% - 28px))}.hi{display:flex;flex-wrap:wrap;padding:12px 0;gap:10px}.logo img{width:170px}.nav{width:100%;justify-content:space-between;gap:8px;border-top:1px solid rgba(255,255,255,.1)}.nav a{padding:14px 0 9px;font-size:.78rem}.copy{padding:56px 24px}.copy h1{font-size:3.4rem}.mission{font-size:1rem}.founder{grid-template-columns:52px 1fr}.founder svg{width:46px}.grid{grid-template-columns:1fr}.grid .block:last-child{grid-column:auto}.data{grid-template-columns:1fr}.data dt{font-weight:700;margin-top:8px}.fi{flex-direction:column;align-items:flex-start}}


/* V2 layout fixes */
.evx-logo,
.logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-width:220px !important;
  overflow:visible !important;
}
.evx-logo img,
.logo img{
  display:block !important;
  width:220px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:78px !important;
  object-fit:contain !important;
  object-position:left center !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  transform:none !important;
}

/* Keep hero text inside its own column at all widths */
.copy{
  min-width:0 !important;
  overflow:hidden !important;
}
.copy h1{
  max-width:100% !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
  hyphens:auto !important;
  font-size:clamp(2.8rem,4.6vw,5.2rem) !important;
}
.mission,
.founder p{
  max-width:100% !important;
  overflow-wrap:anywhere !important;
}

/* Earlier breakpoint prevents the headline from colliding with the photo */
@media(max-width:1280px){
  .hero{grid-template-columns:48% 52% !important}
  .copy{padding-right:32px !important}
  .copy h1{font-size:clamp(2.6rem,4.2vw,4.5rem) !important}
}
@media(max-width:1100px){
  .hero{grid-template-columns:1fr !important}
  .img{min-height:auto !important}
  .copy{overflow:visible !important}
  .copy h1{font-size:clamp(2.8rem,8vw,4.4rem) !important}
}
@media(max-width:767px){
  .logo{min-width:0 !important}
  .logo img{width:180px !important;max-height:64px !important}
  .copy h1{font-size:clamp(2.4rem,12vw,3.5rem) !important;line-height:.98 !important}
}


/* Header copied 1:1 from the main landing page */

.evx-wrap{overflow:hidden;background:var(--b)}
.evx-container{width:min(1420px,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-header{position:sticky!important;top:0!important;z-index:100!important;background:rgba(6,10,12,.96)!important;border-bottom:1px solid rgba(255,255,255,.12)!important;backdrop-filter:blur(16px)!important}
.evx-header-inner{min-height:92px!important;display:grid!important;grid-template-columns:280px 1fr auto!important;align-items:center!important;gap:28px!important}
.evx-logo{display:block!important;min-width:0!important}
.evx-logo img{display:block!important;width:245px!important;max-height:78px!important;object-fit:contain!important;object-position:left center!important;opacity:1!important;visibility:visible!important}
.evx-nav{display:flex!important;justify-content:center!important;gap:58px!important}
.evx-nav a{padding:34px 0 29px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.02em!important;border-bottom:3px solid transparent!important}
.evx-nav a:hover,.evx-nav a:focus{color:#47b829!important;border-color:#47b829!important}
.evx-header-actions{display:flex!important;gap:14px!important;align-items:center!important}
.evx-btn{min-height:52px!important;padding:0 24px!important;border-radius:5px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;font-weight:900!important;text-transform:uppercase!important;border:1px solid transparent!important;white-space:nowrap!important}
.evx-btn svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}
.evx-btn-green{background:#47b829!important;color:#fff!important}
.evx-btn-outline{border-color:rgba(255,255,255,.45)!important;color:#fff!important}

@media(max-width:1100px){
  .evx-header-inner{grid-template-columns:220px 1fr!important}
  .evx-header-actions{display:none!important}
  .evx-logo img{width:205px!important}
  .evx-nav{justify-content:flex-end!important;gap:35px!important}
}
@media(max-width:767px){
  .evx-container{width:min(1420px,calc(100% - 28px))!important}
  .evx-header-inner{display:flex!important;flex-wrap:wrap!important;padding:12px 0!important;gap:10px!important}
  .evx-logo img{width:170px!important;max-height:60px!important}
  .evx-nav{width:100%!important;justify-content:space-between!important;gap:8px!important;border-top:1px solid rgba(255,255,255,.12)!important}
  .evx-nav a{padding:14px 0 9px!important;font-size:.78rem!important}
}


/* V4: gewünschte manuelle Trennung „Lösungs-orientiert“ */
.copy h1,
.copy h1 span {
  hyphens: manual !important;
  -webkit-hyphens: manual !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
