/* adblueoff.de – Overrides über dem Cras-Template (Dark + Blau) */

/* 1) Akzentfarbe Rot -> Blau */
:root{
  --primary-color:#2b8fff;
  --border-color:#2b8fff;
}
:root, body{ --ak-blue:#2b8fff; --ak-blue-d:#1f7ae0; --ak-navy:#0a2a4e; --wa:#25d366; --wa-d:#128c7e; }

/* Accessibility */
.skip-link{position:absolute;left:-9999px;top:0;z-index:2000;background:var(--ak-blue);color:#04203f;padding:10px 16px;font-weight:800;border-radius:0 0 8px 0}
.skip-link:focus{left:0;top:0}
a:focus-visible,button:focus-visible,.wa-btn:focus-visible,.common-btn:focus-visible{outline:3px solid #ffb300;outline-offset:2px}

/* 2) WhatsApp-Icon (per Maske eingefärbt) */
.ico-wa{display:inline-block;width:1.15em;height:1.15em;vertical-align:-.2em;margin-right:.45em;background-color:currentColor;
  -webkit-mask:url(/assets/img/wa.svg) center/contain no-repeat;mask:url(/assets/img/wa.svg) center/contain no-repeat}

/* 3) WhatsApp-Button */
.wa-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--wa);color:#04371f;font-family:var(--heading-font-family,Oxanium);
  font-weight:700;text-decoration:none;padding:12px 22px;border-radius:6px;line-height:1;letter-spacing:.02em;transition:background .18s,color .18s;text-transform:uppercase;font-size:.9rem}
.wa-btn:hover{background:var(--wa-d);color:#fff}
.wa-btn-lg{padding:16px 30px;font-size:1rem}
.common-btn.ghost{background:transparent;border:2px solid rgba(255,255,255,.4);color:#fff}
.common-btn.ghost:hover{border-color:var(--ak-blue);color:var(--ak-blue)}
/* Konfigurator-Button (blau) */
.kf-hero-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ak-blue);color:#04203f;border:2px solid var(--ak-blue)}
.kf-hero-btn:hover{background:var(--ak-blue-d);border-color:var(--ak-blue-d);color:#fff}
.ico-tune{display:inline-block;width:1.2em;height:1.2em;vertical-align:-.22em;margin-right:.5em;background-color:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4a8 8 0 0 0-8 8 8 8 0 0 0 2 5.3l1.5-1.4A6 6 0 0 1 6 12a6 6 0 0 1 12 0 6 6 0 0 1-1.5 3.9l1.5 1.4A8 8 0 0 0 20 12a8 8 0 0 0-8-8Zm-1 8a1 1 0 0 0 2 0 1 1 0 0 0-.3-.7l3-3-4 2.4A1 1 0 0 0 11 12Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4a8 8 0 0 0-8 8 8 8 0 0 0 2 5.3l1.5-1.4A6 6 0 0 1 6 12a6 6 0 0 1 12 0 6 6 0 0 1-1.5 3.9l1.5 1.4A8 8 0 0 0 20 12a8 8 0 0 0-8-8Zm-1 8a1 1 0 0 0 2 0 1 1 0 0 0-.3-.7l3-3-4 2.4A1 1 0 0 0 11 12Z'/%3E%3C/svg%3E") center/contain no-repeat}

/* 4) Header rechts */
.ak-main-header-right{display:flex;align-items:center;gap:16px}
.header-tel{color:#fff;font-family:var(--heading-font-family,Oxanium);font-weight:700;text-decoration:none;letter-spacing:.02em;white-space:nowrap}
.header-tel:hover{color:var(--ak-blue)}
@media (max-width:575px){.header-tel{display:none}}

/* 5) Hero – robustes Flex-Layout statt Template-Vollbild-Zentrierung */
.ak-slider-hero-1,.ak-slider-hero-1 .swiper-slide{height:auto}
.ak-slider-hero-1 .ak-hero.ak-style1{position:relative;display:flex;align-items:center;min-height:600px;padding:150px 0 90px;overflow:hidden}
.ak-slider-hero-1 .ak-hero.ak-style1 > .container{position:relative;z-index:2;width:100%}
.ak-slider-hero-1 .ak-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.5) saturate(1.05);z-index:0}
.ak-hero.ak-style1::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,18,28,.9),rgba(10,18,28,.35));z-index:1}
.ak-slider-hero-1 .hero-slider-info{position:static !important;height:auto !important;display:block !important;margin:0 !important}
.ak-slider-hero-1 .slider-info{position:static;height:auto}
.ak-slider-hero-1 .mini-title{color:var(--ak-blue);letter-spacing:.22em;text-transform:uppercase;font-weight:700;margin-bottom:10px}
.ak-slider-hero-1 .hero-main-title{color:#fff;line-height:1.05;margin:0}
.ak-slider-hero-1 .hero-main-title-1{color:#fff;line-height:1.05;margin:0 0 4px}
.ak-slider-hero-1 .hero-desp{color:#d7e0ea;max-width:56ch;margin-top:18px;font-size:1.08rem;line-height:1.6}
.ak-slider-hero-1 .hero-btns{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.ak-slider-hero-1 .ak-swiper-controll-hero-1,.ak-slider-hero-1 .hero-pagination{z-index:3}

/* 6) Legal-Band */
.legal-band{background:#14100a;border-top:3px solid #e0a800;border-bottom:1px solid rgba(255,255,255,.06)}
.legal-band .container{padding-top:20px;padding-bottom:20px}
.legal-band p{margin:0;color:#f0e6d0;border-left:4px solid #e0a800;padding-left:16px;font-size:1rem}
.legal-band strong{color:#ffd24d}

/* 7) Section-Hintergründe */
.section-alt{background:#161719}
.notice-info-band{margin-top:34px;background:rgba(43,143,255,.1);border:1px solid rgba(43,143,255,.35);border-left:4px solid var(--ak-blue);
  border-radius:8px;padding:16px 20px;color:#cfe1f5}

/* 8) Service-Icons einfärben (falls Template weiß erwartet) */
.service-progress-card .ak-heartbeat-btn img{width:34px;height:34px}

/* 9) Fehlerbilder-Raster */
.fault-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:12px}
.fault-grid li{position:relative;background:#1b1c1f;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:16px 18px 16px 50px;color:#e6e6e6}
.fault-grid li::before{content:"";position:absolute;left:18px;top:19px;width:15px;height:9px;border-left:3px solid var(--ak-blue);border-bottom:3px solid var(--ak-blue);transform:rotate(-45deg)}
.fault-hint{margin-top:22px;color:#9aa3ac;font-style:italic}

/* 10) Warum-wir Liste */
.why-list{list-style:none;margin:26px 0 32px;padding:0;display:grid;gap:14px}
.why-list li{position:relative;padding-left:36px;color:#dfe4ea;font-size:1.05rem}
.why-list li::before{content:"";position:absolute;left:0;top:2px;width:22px;height:22px;border-radius:50%;background:var(--ak-blue);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat}

/* 11) Ablauf */
.step-grid{display:grid;grid-template-columns:1fr;gap:16px}
.step-card{background:#1b1c1f;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:24px;position:relative}
.step-card .step-no{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:10px;background:var(--ak-blue);color:#04203f;
  font-family:var(--heading-font-family,Oxanium);font-weight:800;font-size:1.2rem;margin-bottom:14px}
.step-card h4{color:#fff;margin:0 0 6px;font-family:var(--heading-font-family,Oxanium)}
.step-card p{color:#aab2ba;margin:0}

/* 12) FAQ-Layout + benötigte Angaben */
.faq-layout{display:grid;grid-template-columns:1fr;gap:34px}
.needed-box{background:#1b1c1f;border:1px solid rgba(255,255,255,.08);border-top:3px solid var(--ak-blue);border-radius:10px;padding:24px;margin-top:22px}
.needed-box h4{color:#fff;font-family:var(--heading-font-family,Oxanium);margin:0 0 14px}
.needed-box ul{list-style:none;margin:0 0 20px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.needed-box li{color:#cfd5db;position:relative;padding-left:18px}
.needed-box li::before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--ak-blue)}

/* Accordion-Feinschliff */
.ak-accordion-item{background:#1b1c1f;border:1px solid rgba(255,255,255,.08);border-radius:10px;margin-bottom:12px;overflow:hidden}
.ak-accordion-title{cursor:pointer;padding:18px 22px;display:flex;justify-content:space-between;align-items:center}
.ak-accordion-title h6{margin:0;color:#fff;font-family:var(--heading-font-family,Oxanium);font-size:1.02rem}
.ak-accordion-title::after{content:"+";color:var(--ak-blue);font-size:1.5rem;line-height:1;font-weight:700}
.ak-accordion-title.active::after{content:"\2013"}
.ak-accordion-title.active h6{color:var(--ak-blue)}
.ak-accordion-tab{display:none;padding:0 22px 20px;color:#aab2ba;line-height:1.65}

/* 13) Kontakt */
.contact-section{background:#131417}
.contact-grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:840px;margin:0 auto}
.contact-card{background:#1b1c1f;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:32px 26px;text-align:center}
.contact-card .cc-ico{width:44px;height:44px;margin:0 auto 14px;filter:brightness(0) invert(1);opacity:.85}
.contact-card h4{color:#fff;font-family:var(--heading-font-family,Oxanium);margin:0 0 8px}
.contact-card p{color:#aab2ba;margin:0 0 20px}
.contact-card .common-btn,.contact-card .wa-btn{width:100%}
.privacy-hint{margin-top:26px;text-align:center;color:#8a929b;font-size:.92rem}
.privacy-hint a{color:var(--ak-blue)}

/* 14) Footer */
.footer.style-1 .footer-logo{padding:34px 0 22px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-content{display:grid;grid-template-columns:1fr;gap:30px;padding:36px 0}
.footer-info .desp{color:#aab2ba;max-width:46ch}
.footer-tel{display:inline-block;margin-top:12px;color:#fff;font-family:var(--heading-font-family,Oxanium);font-weight:700;text-decoration:none;font-size:1.15rem}
.footer-tel:hover{color:var(--ak-blue)}
.footer-menu .menu-title{color:#fff;font-family:var(--heading-font-family,Oxanium);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;margin-bottom:14px}
.footer-menu .menu-item{display:block;color:#aab2ba;text-decoration:none;padding:5px 0}
.footer-menu .menu-item:hover{color:var(--ak-blue)}
.footer-address .adress-title{color:#fff;font-family:var(--heading-font-family,Oxanium);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;margin-bottom:14px}
.footer-address a,.footer-address .date{display:block;color:#aab2ba;text-decoration:none;padding:4px 0}
.footer-address a:hover{color:var(--ak-blue)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;color:#8a929b}

/* 15) Floating WhatsApp */
.fab-whatsapp{position:fixed;right:16px;bottom:16px;z-index:1200;display:inline-flex;align-items:center;gap:6px;background:var(--wa);color:#04371f;
  text-decoration:none;font-weight:800;padding:13px 18px;border-radius:50px;box-shadow:0 10px 26px rgba(0,0,0,.4);font-family:var(--heading-font-family,Oxanium)}
.fab-whatsapp:hover{background:var(--wa-d);color:#fff}
.fab-whatsapp .ico-wa{width:1.35em;height:1.35em;margin:0}

/* Responsive */
@media (min-width:768px){
  .fault-grid{grid-template-columns:1fr 1fr}
  .step-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr 1fr}
  .footer-content{grid-template-columns:1.4fr 1fr 1fr 1.2fr}
}
@media (min-width:992px){
  .fault-grid{grid-template-columns:1fr 1fr 1fr}
  .step-grid{grid-template-columns:repeat(5,1fr)}
  .faq-layout{grid-template-columns:0.85fr 1.15fr;gap:44px;align-items:start}
}
/* 16a) Info-/SEO-Text */
.info-text{max-width:820px;margin:0 auto}
.info-text p{color:#c2c8ce;line-height:1.8;margin:0 0 18px;font-size:1.05rem}
.info-text strong{color:#fff;font-weight:600}

/* 16b) Konfigurator-Embed */
.kf-embed{max-width:1000px;margin:0 auto;background:#151619;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:8px;overflow:hidden}
.kf-embed iframe{border-radius:10px}

/* 16) Rechtstexte / einfache Innenseiten */
.simple-header{background:#0d0e10;border-bottom:1px solid rgba(255,255,255,.08)}
.simple-header .in{max-width:1140px;margin:0 auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.legal-page{background:#101010;color:#d3d3d3;min-height:60vh}
.legal-page .wrap{max-width:820px;margin:0 auto;padding:56px 22px 72px}
.legal-page h1{color:#fff;font-family:var(--heading-font-family,Oxanium);margin-bottom:.6em}
.legal-page h2{color:#fff;font-family:var(--heading-font-family,Oxanium);font-size:1.2rem;margin:1.8em 0 .5em}
.legal-page p,.legal-page address{color:#c2c8ce;line-height:1.7}
.legal-page address{font-style:normal}
.legal-page a{color:var(--ak-blue)}
.legal-page .placeholder{background:#2a2410;border:1px dashed #e0a800;color:#f0e6d0;padding:2px 6px;border-radius:4px}
.legal-page .back-btn{display:inline-block;margin-top:2em}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto}}
