/*
Theme Name: artemicare Premium Theme Final New Heart
Theme URI: https://artemicare.de/
Author: artemicare
Author URI: https://artemicare.de/
Description: Sauberes öffentliches artemicare Website-Theme für Deutschland mit PLZ-/Ort-gestützter Paketpreisorientierung, einheitlicher Darstellung für Desktop, Tablet und Handy.
Version: 10.4.41
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artemicare-premium-theme
*/

/* Minimal: das Theme nutzt überwiegend Inline-CSS in front-page.php.
   Hier nur WordPress-spezifische Fixes (Admin-Bar/Offsets). */

body.admin-bar .topbar{ top:32px; }
@media screen and (max-width: 782px){
  body.admin-bar .topbar{ top:46px; }
}

/* --- Mobile Fix: „So arbeiten wir“ (Steps) darf nicht horizontal überlaufen --- */
/* Desktop bleibt als Reihe (flex) möglich; auf Mobile stacken wir sauber. */
.steps, .steps *{ box-sizing:border-box; }
@media (max-width: 720px){
  .steps{
    display:grid !important;
    grid-template-columns: 1fr !important;
    gap:10px !important;
    max-width:100% !important;
  }
  .steps .step{
    flex:unset !important;
    min-width:0 !important;
    width:100% !important;
  }
}

/* Tablet: 2 Spalten, letzter Step volle Breite */
@media (min-width: 721px) and (max-width: 980px){
  .steps{
    display:grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
  }
  .steps .step{ min-width:0 !important; }
  .steps .step:last-child{ grid-column: 1 / -1; }
}

/* Form status feedback */
[data-form-status]{margin-top:10px;}
[data-form-status].is-ok{color:#0F766E;font-weight:800;}
[data-form-status].is-err{color:#B91C1C;font-weight:800;}
[data-form-status].is-warn{color:#B45309;font-weight:800;}

/* --- Mobile Breitenbereinigung v2026-04-01 --- */
/* Ziel: Startseite und beide Kostenrechner auf dem Handy kompakter,
   ohne den Desktop-Aufbau zu verändern. */
@media (max-width: 900px){
  /* Gemeinsame mobile Arbeitsbreite für Form-/CTA-Bausteine */
  [data-route="/start"] .hero-actions,
  [data-route="/start"] .ac-hero-cta-wrap,
  [data-route="/start"] .lead,
  [data-route="/start"] .pillrow,
  [data-route="/start"] .hero-meta,
  [data-route="/start"] .hero-trust-strip,
  [data-route="/kostenrechner"] .formgrid,
  [data-route="/kostenrechner"] .kostenrechner-result-wrap,
  [data-route="/kostenrechner-stunden"] .formgrid,
  [data-route="/kostenrechner-stunden"] .kostenrechner-result-wrap,
  [data-route="/kostenrechner"] .btnrow,
  [data-route="/kostenrechner-stunden"] .btnrow{
    max-width: 420px !important;
  }

  [data-route="/start"] .hero-actions,
  [data-route="/kostenrechner"] .btnrow,
  [data-route="/kostenrechner-stunden"] .btnrow,
  [data-route="/kostenrechner"] .kr-actions,
  [data-route="/kostenrechner-stunden"] .kr-actions{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:10px !important;
  }

  [data-route="/start"] .hero-actions .btn,
  [data-route="/start"] .ac-hero-cta-inline .btn,
  [data-route="/kostenrechner"] .btnrow .btn,
  [data-route="/kostenrechner-stunden"] .btnrow .btn,
  [data-route="/kostenrechner"] .kr-actions .btn,
  [data-route="/kostenrechner-stunden"] .kr-actions .btn{
    width:min(100%, 320px) !important;
    max-width:320px !important;
    justify-content:center !important;
  }

  [data-route="/start"] .ac-hero-cta-inline,
  [data-route="/kostenrechner"] .formgrid,
  [data-route="/kostenrechner-stunden"] .formgrid{
    justify-items:start !important;
  }

  [data-route="/start"] .ac-hero-cta-inline{
    grid-template-columns:1fr !important;
    max-width:420px !important;
  }

  [data-route="/start"] .ac-hero-cta-inline .input,
  [data-route="/kostenrechner"] .formgrid > .input,
  [data-route="/kostenrechner"] .formgrid > select,
  [data-route="/kostenrechner-stunden"] .formgrid > .input,
  [data-route="/kostenrechner-stunden"] .formgrid > select,
  [data-route="/kostenrechner-stunden"] .formgrid > textarea{
    width:min(100%, 420px) !important;
    max-width:420px !important;
  }

  [data-route="/kostenrechner"] .formgrid > button.btn,
  [data-route="/kostenrechner-stunden"] .formgrid > button.btn,
  [data-route="/kostenrechner"] .formgrid > a.btn,
  [data-route="/kostenrechner-stunden"] .formgrid > a.btn{
    width:min(100%, 320px) !important;
    max-width:320px !important;
    justify-self:start !important;
  }

  /* Startseite: Trust-/Infoblöcke nicht unnötig breit */
  [data-route="/start"] .hero-trust-strip{
    gap:10px !important;
  }
  [data-route="/start"] .trust-chip{
    max-width:420px !important;
  }

  /* Ergebnisboxen und Zusatzkarten der Rechner kompakter halten */
  [data-route="/kostenrechner"] .kostenrechner-result,
  [data-route="/kostenrechner-stunden"] .kostenrechner-result,
  [data-route="/kostenrechner"] .card[style*="margin-top:14px;background:#fff7f8"],
  [data-route="/kostenrechner-stunden"] .card[style*="margin-top:14px;background:#fff7f8"]{
    max-width:420px !important;
  }
}

@media (max-width: 520px){
  [data-route="/start"] .hero-actions,
  [data-route="/start"] .ac-hero-cta-wrap,
  [data-route="/start"] .lead,
  [data-route="/start"] .pillrow,
  [data-route="/start"] .hero-meta,
  [data-route="/start"] .hero-trust-strip,
  [data-route="/kostenrechner"] .formgrid,
  [data-route="/kostenrechner"] .kostenrechner-result-wrap,
  [data-route="/kostenrechner-stunden"] .formgrid,
  [data-route="/kostenrechner-stunden"] .kostenrechner-result-wrap,
  [data-route="/kostenrechner"] .btnrow,
  [data-route="/kostenrechner-stunden"] .btnrow,
  [data-route="/kostenrechner"] .kostenrechner-result,
  [data-route="/kostenrechner-stunden"] .kostenrechner-result{
    max-width: 100% !important;
  }

  [data-route="/start"] .hero-actions .btn,
  [data-route="/start"] .ac-hero-cta-inline .btn,
  [data-route="/kostenrechner"] .formgrid > button.btn,
  [data-route="/kostenrechner-stunden"] .formgrid > button.btn,
  [data-route="/kostenrechner"] .btnrow .btn,
  [data-route="/kostenrechner-stunden"] .btnrow .btn,
  [data-route="/kostenrechner"] .kr-actions .btn,
  [data-route="/kostenrechner-stunden"] .kr-actions .btn{
    width:min(100%, 280px) !important;
    max-width:280px !important;
  }

  [data-route="/start"] .ac-hero-cta-inline .input,
  [data-route="/kostenrechner"] .formgrid > .input,
  [data-route="/kostenrechner"] .formgrid > select,
  [data-route="/kostenrechner-stunden"] .formgrid > .input,
  [data-route="/kostenrechner-stunden"] .formgrid > select,
  [data-route="/kostenrechner-stunden"] .formgrid > textarea{
    width:min(100%, 100%) !important;
    max-width:100% !important;
  }
}

/* Rechner-Fix v12 wird inline in app-shell.php geladen. */

/* v14 mobile field consistency fallback */
@media (max-width:900px){html,body{overflow-x:hidden!important}}

/* Kontakt kompakte Leistungsfelder + Datenschutz-Hinweis */
.kontakt-service-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.kontakt-service-grid .mini-card{padding:14px 16px;min-height:0;}
.kontakt-service-grid .mini-card b{display:block;margin-bottom:4px;}
[data-route="/kontakt"] form .mini a{text-decoration:underline;}
@media (max-width:980px){
  .kontakt-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .kontakt-service-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .kontakt-service-grid .mini-card{padding:12px 12px;}
}

.ac-life-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ac-life-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;box-shadow:0 8px 22px rgba(17,24,39,.04)}.ac-life-card h3{margin:0 0 6px;font-size:22px;line-height:1.18}.ac-life-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}@media (max-width:900px){.ac-life-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.ac-life-grid{grid-template-columns:1fr;gap:10px}.ac-life-card{padding:14px 15px;border-radius:16px}.ac-life-card h3{font-size:19px}.ac-life-card p{font-size:14px;line-height:1.45}}

.kontakt-service-head{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.kontakt-service-icon{width:24px;height:24px;object-fit:contain;flex:0 0 24px}
.kontakt-service-grid .mini-card b{margin-bottom:0}
@media (max-width: 640px){.kontakt-service-head{gap:8px}.kontakt-service-icon{width:22px;height:22px;flex-basis:22px}}

.card-link{display:block;color:inherit;text-decoration:none}
.card-link:hover,.card-link:focus{color:inherit;text-decoration:none;transform:translateY(-1px)}

/* --- v4.6.14 globale Mobile-Bereinigung --- */
*,*::before,*::after{box-sizing:border-box}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
body{overflow-wrap:break-word}

@media (max-width: 980px){
  .section{padding:28px 0 !important}
  .card,.feature,.mini-card,.docCard,.ac-home-card,.ac-quickpath,.kr-page .kr-card,.kostenrechner-result{padding:18px !important}
  .grid,.grid-2,.grid-3,.grid-4,.cards3,.docGrid,.kpi,.pg-grid,.ac-home-grid,.ac-home-steps,.ac-home-mini-cards,.ac-quickpaths,.ac-funding-summary,.ac-bezirke-grid,.ac-life-grid,.kontakt-service-grid,.kr-page .kr-funding-cards{grid-template-columns:1fr !important}
  .hero-trust-strip,.standorte-city-grid{grid-template-columns:1fr !important}
  .hero--video .hero-grid,.hero-grid{grid-template-columns:1fr !important}
  .hero--video .ac-entry-card,.ac-hero-cta-wrap,.hero-trust-strip,#regionResult,.lead,.pillrow,.hero-meta{max-width:100% !important}
  .hero-actions,.inline-actions,.inline-actions--equal,.btnrow,.kr-actions,.docActions,.career-location-cta,.ac-home-cta,.mobnav-foot{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;align-items:stretch !important}
  .btnrow .btn,.hero-actions .btn,.inline-actions .btn,.inline-actions--equal .btn,.kr-actions .btn,.docActions .btn,.career-location-cta .btn,.ac-home-cta .btn,.mobnav-foot .btn{width:100% !important;max-width:none !important;min-width:0 !important;justify-content:center !important}
  .ac-hero-cta-inline,.ac-home-jobform{grid-template-columns:1fr !important}
  .ac-hero-cta-inline .btn,.ac-hero-cta-inline .input,.ac-home-jobform .btn,.ac-home-jobform .input{width:100% !important;max-width:none !important;min-width:0 !important}
  .topbar .navlinks,.navrow,.navrow-primary,.navrow-secondary{min-width:0 !important}
  .stickyhelp{right:12px !important;bottom:12px !important;gap:8px !important}
  .fab.fab-long{max-width:170px !important;padding:10px 12px !important;font-size:12px !important}
  .modal{padding:14px !important}
  .modal .box{max-height:min(88vh,900px) !important;border-radius:18px !important}
  .modal .box header,.modal .box .body,.modal .box .content{padding-left:14px !important;padding-right:14px !important}
  .table,.priceband-card .table,.ac-funding-table,.ac-funding-table--matrix,.pg-table{display:block !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;white-space:nowrap !important}
  .ac-table-scroll{margin-inline:-4px !important;padding-inline:4px !important}
}

@media (max-width: 640px){
  html,body{overflow-x:hidden !important}
  .container,.wrap,.inner,.section .container,.section .wrap{width:100% !important;max-width:100% !important;padding-left:14px !important;padding-right:14px !important}
  h1{font-size:clamp(30px,8vw,40px) !important;line-height:1.08 !important}
  h2{font-size:clamp(24px,6.3vw,31px) !important;line-height:1.14 !important}
  h3{font-size:clamp(19px,5.3vw,24px) !important;line-height:1.2 !important}
  p,li,.lead,.mini,.muted{font-size:15px !important;line-height:1.55 !important}
  .topbar .brand,.brand-wordmark{max-width:calc(100vw - 110px) !important}
  .brand-wordmark{height:24px !important}
  .section{padding:24px 0 !important}
  .card,.feature,.mini-card,.docCard,.ac-home-card,.ac-quickpath,.kostenrechner-result,.kr-page .kr-card{padding:16px !important;border-radius:16px !important}
  .mini-card-top,.docTop,.kontakt-service-head,.trust-chip,.ac-home-list .item{align-items:flex-start !important}
  .mini-ic{width:46px !important;height:46px !important;flex-basis:46px !important;border-radius:14px !important}
  .kontakt-service-icon{width:20px !important;height:20px !important;flex-basis:20px !important}
  input,select,textarea,.input{width:100% !important;max-width:100% !important;min-width:0 !important;font-size:16px !important}
  button,.btn,a.btn{min-height:46px !important}
  .pillrow{gap:10px !important}
  .pillrow li{width:100% !important}
  .hero-trust-strip{gap:10px !important}
  .trust-chip{padding:12px 13px !important;border-radius:16px !important}
  .steps,.cards3.cities,.cards3,.docGrid,.kpi,.ac-home-steps,.ac-bezirke-grid,.ac-life-grid,.kontakt-service-grid,.kr-page .kr-funding-cards{gap:10px !important}
  .kostenrechner-result .kr-head,.kr-page .kr-head{display:block !important}
  .kostenrechner-result .kr-value,.kr-page .kr-value{font-size:28px !important;line-height:1.05 !important}
  .kostenrechner-result .kr-sub,.kr-page .kr-sub{font-size:13px !important;line-height:1.4 !important}
  .floating-contact{right:10px !important;bottom:10px !important;top:auto !important;transform:none !important}
  .fab{width:52px !important;height:52px !important}
  .fab.fab-long{max-width:150px !important;font-size:11px !important;padding:8px 10px !important}
}

@media (max-width: 380px){
  .container,.wrap,.inner,.section .container,.section .wrap{padding-left:12px !important;padding-right:12px !important}
  h1{font-size:28px !important}
  h2{font-size:23px !important}
  .card,.feature,.mini-card,.docCard,.ac-home-card,.ac-quickpath,.kostenrechner-result,.kr-page .kr-card{padding:14px !important}
}

/* --- v4.6.15 Rechner-Breitenharmonisierung --- */
[data-route="/kostenrechner"] .btnrow,
[data-route="/kostenrechner-stunden"] .btnrow,
[data-route="/kostenrechner"] .kr-actions,
[data-route="/kostenrechner-stunden"] .kr-actions,
.kr-page .kr-actions{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  align-items:stretch !important;
}

[data-route="/kostenrechner"] .btnrow > *,
[data-route="/kostenrechner-stunden"] .btnrow > *,
[data-route="/kostenrechner"] .kr-actions > *,
[data-route="/kostenrechner-stunden"] .kr-actions > *,
.kr-page .kr-actions > *{
  width:100% !important;
  min-width:0 !important;
}

[data-route="/kostenrechner"] .btnrow .btn,
[data-route="/kostenrechner-stunden"] .btnrow .btn,
[data-route="/kostenrechner"] .kr-actions .btn,
[data-route="/kostenrechner-stunden"] .kr-actions .btn,
.kr-page .kr-actions .btn{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  justify-content:center !important;
}

[data-route="/kostenrechner"] .kostenrechner-result-wrap,
[data-route="/kostenrechner-stunden"] .kostenrechner-result-wrap,
[data-route="/kostenrechner"] .kostenrechner-result,
[data-route="/kostenrechner-stunden"] .kostenrechner-result,
.kr-page .kostenrechner-result,
.kr-page .kr-card,
.kr-page .kr-softbox{
  width:100% !important;
  max-width:none !important;
}

[data-route="/kostenrechner"] .kostenrechner-result [style*="display:grid"],
[data-route="/kostenrechner-stunden"] .kostenrechner-result [style*="display:grid"],
.kr-page .kr-result-grid,
.kr-page .kr-funding-cards{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}

[data-route="/kostenrechner"] .kostenrechner-result .mini-card,
[data-route="/kostenrechner-stunden"] .kostenrechner-result .mini-card,
.kr-page .kr-result-grid .mini-card,
.kr-page .kr-funding-cards .mini-card{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  height:100% !important;
}

@media (max-width: 900px){
  [data-route="/kostenrechner"] .btnrow,
  [data-route="/kostenrechner-stunden"] .btnrow,
  [data-route="/kostenrechner"] .kr-actions,
  [data-route="/kostenrechner-stunden"] .kr-actions,
  .kr-page .kr-actions,
  [data-route="/kostenrechner"] .kostenrechner-result [style*="display:grid"],
  [data-route="/kostenrechner-stunden"] .kostenrechner-result [style*="display:grid"],
  .kr-page .kr-result-grid,
  .kr-page .kr-funding-cards{
    grid-template-columns:1fr !important;
  }
}

@media (min-width: 901px){
  [data-route="/kostenrechner"] .btnrow .btn,
  [data-route="/kostenrechner-stunden"] .btnrow .btn,
  [data-route="/kostenrechner"] .kr-actions .btn,
  [data-route="/kostenrechner-stunden"] .kr-actions .btn,
  .kr-page .kr-actions .btn{
    min-height:54px !important;
  }
}

/* Final clean harmonization v4.6.16 */
@media (min-width: 901px){
  [data-route="/kostenrechner"] .btnrow, [data-route="/kostenrechner-stunden"] .btnrow, [data-route="/kostenrechner"] .kr-actions, [data-route="/kostenrechner-stunden"] .kr-actions{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;}
  [data-route="/kostenrechner"] .btnrow > .btn, [data-route="/kostenrechner-stunden"] .btnrow > .btn, [data-route="/kostenrechner"] .kr-actions > .btn, [data-route="/kostenrechner-stunden"] .kr-actions > .btn{width:100% !important;max-width:none !important;justify-content:center !important;}
  [data-route="/kontakt"] .grid.grid-2, [data-route="/ueber"] .grid.grid-2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 900px){
  [data-route="/kontakt"] .section, [data-route="/kontakt"] .container{max-width:100% !important;overflow-x:hidden !important;}
  [data-route="/kontakt"] .grid, [data-route="/kontakt"] .grid.grid-2, [data-route="/kontakt"] .grid.grid-4{grid-template-columns:1fr !important;}
  [data-route="/kontakt"] .card, [data-route="/kontakt"] .mini-card, [data-route="/kontakt"] .btn{width:100% !important;max-width:none !important;}
  [data-route="/kontakt"] .formgrid{max-width:100% !important;}
  [data-route="/kontakt"] .kontakt-service-grid{gap:10px !important;}
}

/* v4.6.18 Eleganz-Glanzrot global */
:root{--ac-red-gloss:#B3001B;--ac-red-gloss-dark:#B3001B;--ac-red-gloss-light:#B3001B;--ac-red-shadow:179,0,27;}
.btn-primary,.btn.primary,.fab,.brand-badge,.pill-accent,.chip.is-active,.backtotop,.leistung-row .btn-primary,.ac-btn.primary{background:linear-gradient(180deg,var(--ac-red-gloss-light) 0%, var(--ac-red-gloss) 45%, var(--ac-red-gloss-dark) 100%) !important;color:#fff !important;border-color:transparent !important;box-shadow:0 12px 26px rgba(var(--ac-red-shadow),.22) !important;}
.btn-primary:hover,.btn.primary:hover,.fab:hover,.backtotop:hover,.leistung-row .btn-primary:hover,.ac-btn.primary:hover{background:linear-gradient(180deg,#ff6b8f 0%, #d21349 45%, #8c0028 100%) !important;box-shadow:0 16px 30px rgba(var(--ac-red-shadow),.28) !important;}
.badge,.loc-pill,.ac-status-message a.smallcode,.kr-page .kr-side-badge,.kostenrechner-result .kr-badge,.subnav .pill[aria-current="page"],.mobnav-a[aria-current="page"],.mobnav-sub a[aria-current="page"]{color:var(--ac-red-gloss) !important;border-color:rgba(var(--ac-red-shadow),.18) !important;}
.hlabel,.job-title,.job-read,.serviceMore,.navlinks a.active,.choice-status a,.ac-eyebrow,.ac-brand b,.kr-card-value--red,.kr-page .kr-pg-amount,.kr-page .kr-range{color:var(--ac-red-gloss) !important;}
.dot,.bignum,.ac-home-step-no{background:linear-gradient(180deg,var(--ac-red-gloss-light) 0%, var(--ac-red-gloss) 45%, var(--ac-red-gloss-dark) 100%) !important;color:#fff !important;}
.hero::before{background:radial-gradient(900px 500px at 70% 0%, rgba(var(--ac-red-shadow),.10), transparent 55%), linear-gradient(180deg, var(--tint), #fff 55%) !important;}

/* === Premium Feinschliff v7.5 === */
:root{
  --ac-red:#b61f2b;
  --ac-red-dark:#8f1821;
  --ac-text:#121828;
  --ac-muted:#6b7280;
  --ac-line:#e5e7eb;
  --ac-bg:#fffafa;
  --ac-card:#ffffff;
  --ac-shadow:0 14px 38px rgba(17,24,39,.08);
  --ac-radius:18px;
}
body{
  color:var(--ac-text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.btn,
button,
input[type="submit"]{
  border-radius:14px !important;
  min-height:48px;
}
.btn-primary,
.button-primary,
button.btn-primary{
  background:var(--ac-red) !important;
  border-color:var(--ac-red) !important;
  box-shadow:0 10px 20px rgba(182,31,43,.18);
}
.btn-primary:hover,
.button-primary:hover,
button.btn-primary:hover{
  background:var(--ac-red-dark) !important;
  border-color:var(--ac-red-dark) !important;
}
.input,
select,
textarea{
  border-radius:14px !important;
  border:1px solid #d8dde6 !important;
  min-height:48px;
  box-shadow:none !important;
}
.input:focus,
select:focus,
textarea:focus{
  border-color:rgba(182,31,43,.7) !important;
  box-shadow:0 0 0 4px rgba(182,31,43,.10) !important;
  outline:none !important;
}
table{
  border-collapse:separate;
  border-spacing:0;
}
table th{
  background:#faf7f7;
}
table th, table td{
  border-color:var(--ac-line) !important;
}
.card, .panel, .tile, .box, .service-card, .job-card, .location-card, .cta-card, .benefit-card{
  background:var(--ac-card);
  border:1px solid rgba(17,24,39,.06);
  border-radius:var(--ac-radius);
  box-shadow:var(--ac-shadow);
}
.hero h1, h1, h2, h3{
  letter-spacing:-.02em;
}
@media (max-width: 900px){
  h1, .hero h1{
    font-size:clamp(1.9rem, 7vw, 2.5rem) !important;
    line-height:1.1 !important;
    word-break:normal !important;
    overflow-wrap:anywhere;
  }
  h2{
    font-size:clamp(1.45rem, 5.8vw, 1.95rem) !important;
    line-height:1.15 !important;
  }
  .topbar, .site-header, header{
    backdrop-filter:saturate(150%) blur(8px);
  }
  .btn, button, input[type="submit"]{
    width:auto;
    max-width:100%;
  }
  .acp-table-wrap, .table-wrap, .responsive-table{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  table{
    min-width:640px;
  }
}

/* Erweiterte Start- und Standortführung */
.ac-location-contact{display:grid;gap:10px}
@media (max-width:760px){.panels[aria-label="Sofort-Nutzen"]{margin-top:18px}}

/* Zuschläge kompakt in einer Zeile – korrekt im Stylesheet, nicht sichtbar im Seiteninhalt */
[data-route="/kostenrechner" ] .chip-row,
[data-route="/kostenrechner-stunden"] .chip-row,
.kr-page .chip-row{display:flex !important;flex-wrap:nowrap !important;gap:10px !important;overflow-x:auto !important;overflow-y:hidden !important;padding-bottom:4px;align-items:center}
[data-route="/kostenrechner" ] .chip-row::-webkit-scrollbar,
[data-route="/kostenrechner-stunden"] .chip-row::-webkit-scrollbar,
.kr-page .chip-row::-webkit-scrollbar{height:6px}
[data-route="/kostenrechner" ] .chip,
[data-route="/kostenrechner-stunden"] .chip,
.kr-page .chip{display:inline-flex !important;align-items:center !important;gap:8px !important;flex:0 0 auto !important;white-space:nowrap !important;padding:8px 12px !important;min-height:42px !important;height:auto !important;border-radius:999px !important;font-size:15px !important;line-height:1.15 !important;font-weight:700 !important;max-width:none !important}
[data-route="/kostenrechner" ] .chip input,
[data-route="/kostenrechner-stunden"] .chip input,
.kr-page .chip input{width:16px !important;height:16px !important;min-width:16px !important;margin:0 2px 0 0 !important;flex:0 0 auto !important}
@media (max-width: 820px){
  [data-route="/kostenrechner" ] .chip,
  [data-route="/kostenrechner-stunden"] .chip,
  .kr-page .chip{padding:7px 11px !important;min-height:40px !important;font-size:14px !important}
}

/* artemicare Gründerteam – passend zur bestehenden Website */
.ac-founder-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.ac-founder-card{
  background:#fff;
  border:1px solid rgba(190,18,60,.13);
  border-radius:24px;
  padding:14px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  overflow:hidden;
}
.ac-founder-photo{
  width:100%;
  aspect-ratio:4/5;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff7f8,#f8fafc);
  border:1px solid rgba(15,23,42,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.ac-founder-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 28%;
  display:block;
}
.ac-founder-placeholder{
  background:linear-gradient(135deg,#fff8f8 0%,#f8fafc 100%);
}
.ac-founder-placeholder:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px dashed rgba(190,18,60,.28);
  border-radius:16px;
}
.ac-founder-silhouette{
  width:42%;
  aspect-ratio:1/1.18;
  border-radius:48% 48% 42% 42%;
  background:linear-gradient(180deg,rgba(190,18,60,.22),rgba(15,23,42,.12));
  position:relative;
}
.ac-founder-silhouette:before{
  content:"";
  position:absolute;
  left:50%;
  top:-30%;
  transform:translateX(-50%);
  width:54%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:rgba(190,18,60,.20);
}
.ac-founder-silhouette--short{
  border-radius:50% 50% 44% 44%;
}
.ac-founder-placeholder span{
  position:absolute;
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  font-weight:800;
  color:#8a102f;
  background:#fff;
  border:1px solid rgba(190,18,60,.18);
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
}
.ac-founder-body{
  padding:16px 4px 4px;
  text-align:left;
}
.ac-founder-body h3{
  margin:0;
  font-size:clamp(20px,2vw,28px);
  line-height:1.12;
  color:#121828;
}
.ac-founder-body p{
  margin:8px 0 0;
  color:#64748b;
  font-weight:800;
}
@media(max-width:900px){
  .ac-founder-grid{grid-template-columns:1fr;gap:14px}
  .ac-founder-photo{max-height:520px}
}

/* artemicare Mitarbeiter-Info / Karriere – stärkere Bewerberansprache */
.ac-career-hero .hlabel{color:#B3001B;font-weight:900;letter-spacing:.02em}
.ac-career-points{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 4px}
.ac-career-points span{background:#fff;border:1px solid rgba(179,0,27,.18);border-radius:999px;padding:9px 13px;font-weight:900;color:#14213d;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.ac-career-section,.ac-benefits,.ac-teamareas,.ac-application-flow{margin-top:18px}
.ac-career-section-head{margin-bottom:14px}
.ac-career-section-head h2{margin:0 0 8px;color:#121828}
.ac-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ac-benefit{border:1px solid #e9d8df;background:#fff;border-radius:20px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.ac-benefit span{display:inline-flex;width:32px;height:32px;border-radius:999px;align-items:center;justify-content:center;background:#B3001B;color:#fff;font-weight:900;margin-bottom:12px}
.ac-benefit b{display:block;font-size:18px;color:#121828;margin-bottom:6px}
.ac-benefit p{margin:0;color:#64748b;line-height:1.55}
@media(max-width:900px){
  .ac-benefit-grid{grid-template-columns:1fr}
  .ac-career-points span{font-size:14px}
}

/* artemicare Zielgruppen Mitarbeiter-Info */
.ac-targetgroups{margin-top:18px}
.ac-target-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ac-target-card{background:#fff;border:1px solid rgba(179,0,27,.16);border-radius:20px;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.055)}
.ac-target-card b{display:block;color:#121828;font-size:17px;margin-bottom:7px}
.ac-target-card p{margin:0;color:#64748b;line-height:1.55}
.ac-target-note{margin-top:14px;border-left:4px solid #B3001B;background:#fff7f8;border-radius:16px;padding:14px 16px;color:#334155;line-height:1.55}
@media(max-width:1100px){.ac-target-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.ac-target-grid{grid-template-columns:1fr}}

/* artemicare Stellenanzeigen */
.job-specs{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:900px){.job-specs{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.job-specs{grid-template-columns:1fr}}

/* artemicare Karriere v7.9 – stärkere Arbeitgeberseite */
.ac-career-hero-v79{position:relative;overflow:hidden}
.ac-career-trustline{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.ac-career-trustline span{font-weight:900;color:#8a102f;background:#fff7f8;border:1px solid rgba(179,0,27,.16);border-radius:999px;padding:8px 12px}
.ac-career-lifestyle,.ac-onboarding{margin-top:18px}
.ac-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ac-path-card{display:block;text-decoration:none;background:#fff;border:1px solid rgba(179,0,27,.16);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.06);transition:.18s ease}
.ac-path-card:hover{transform:translateY(-2px);border-color:#B3001B;box-shadow:0 18px 42px rgba(179,0,27,.13)}
.ac-path-card b{display:block;color:#121828;font-size:20px;margin-bottom:8px}
.ac-path-card span{display:block;color:#64748b;line-height:1.55}
.ac-benefit-grid-v79{grid-template-columns:repeat(4,minmax(0,1fr))}
.ac-not-job-note{margin-top:14px;background:#fff7f8;border-left:4px solid #B3001B;border-radius:16px;padding:14px 16px;color:#334155;line-height:1.55}
.ac-steps-wide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media(max-width:1100px){.ac-benefit-grid-v79,.ac-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.ac-benefit-grid-v79,.ac-path-grid,.ac-steps-wide{grid-template-columns:1fr}}

/* artemicare Kundenbereich – Hilfe & Anspruch */
.ac-claim-hero{display:grid;grid-template-columns:1.45fr .75fr;gap:18px;align-items:center;margin-top:18px}
.ac-claim-hero h3{margin:0 0 8px;color:#121828;font-size:clamp(22px,2.5vw,34px)}
.ac-claim-hero p{margin:0;color:#475569;line-height:1.7}
.ac-claim-quick{display:flex;gap:10px;flex-direction:column}
.ac-claim-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.ac-claim-card{display:block;text-decoration:none;background:#fff;border:1px solid rgba(179,0,27,.15);border-radius:24px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.06);transition:.18s ease;color:#14213d}
.ac-claim-card:hover{transform:translateY(-2px);border-color:#B3001B;box-shadow:0 20px 46px rgba(179,0,27,.13)}
.ac-claim-card img{width:72px;height:72px;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.08);margin-bottom:12px}
.ac-claim-card span{display:inline-flex;font-weight:900;color:#B3001B;background:#fff7f8;border:1px solid rgba(179,0,27,.14);border-radius:999px;padding:6px 10px;font-size:13px;margin-bottom:10px}
.ac-claim-card h3{margin:0 0 8px;color:#121828;font-size:22px}
.ac-claim-card p{margin:0;color:#64748b;line-height:1.55}
.ac-claim-card ul{margin:12px 0 0;padding-left:18px;color:#334155;line-height:1.6;font-weight:700}
.ac-claim-card-wide{grid-column:span 3;background:linear-gradient(135deg,#fff,#fff7f8)}
.ac-claim-process{margin-top:18px}
.ac-claim-process h3{margin:0 0 12px;color:#121828;font-size:26px}
.ac-claim-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ac-claim-teaser{display:grid;grid-template-columns:1.4fr .8fr;gap:16px;align-items:center}
.ac-claim-teaser h2{margin:4px 0 8px}
.ac-claim-teaser-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:980px){
  .ac-claim-hero,.ac-claim-teaser{grid-template-columns:1fr}
  .ac-claim-teaser-actions{justify-content:flex-start}
  .ac-claim-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ac-claim-card-wide{grid-column:span 2}
}
@media(max-width:680px){
  .ac-claim-grid,.ac-claim-steps{grid-template-columns:1fr}
  .ac-claim-card-wide{grid-column:auto}
}

/* artemicare Entlastungspakete */
.ac-package-grid,.ac-package-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}
.ac-package-card,.ac-package-detail{background:#fff;border:1px solid rgba(179,0,27,.15);border-radius:22px;padding:18px;text-decoration:none;color:#14213d;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.ac-package-card{display:block;transition:.18s ease}
.ac-package-card:hover{transform:translateY(-2px);border-color:#B3001B;box-shadow:0 18px 42px rgba(179,0,27,.13)}
.ac-package-card b,.ac-package-detail h3{display:block;color:#121828;font-size:22px;margin:0 0 8px}
.ac-package-card span,.ac-package-detail p{display:block;color:#64748b;line-height:1.55;margin:0}
.ac-package-hero{display:grid;grid-template-columns:1.4fr .7fr;gap:18px;align-items:center;margin-top:18px}
.ac-package-hero h3{margin:0 0 8px;font-size:clamp(22px,2.4vw,34px);color:#121828}
.ac-package-hero p{margin:0;color:#475569;line-height:1.7}
.ac-package-actions{display:flex;flex-direction:column;gap:10px}
.ac-package-detail .badge{display:inline-flex;margin-bottom:10px}
.ac-package-detail ul{margin:12px 0 0;padding-left:18px;line-height:1.7;color:#334155;font-weight:700}
@media(max-width:980px){.ac-package-grid,.ac-package-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ac-package-hero{grid-template-columns:1fr}}
@media(max-width:680px){.ac-package-grid,.ac-package-detail-grid{grid-template-columns:1fr}}

/* artemicare Hilfsmittel & Zuhause-Sicherheit */
.ac-aid-hero{display:grid;grid-template-columns:1.4fr .7fr;gap:18px;align-items:center;margin-top:18px}
.ac-aid-hero h3,.ac-aid-flow h3,.ac-aid-warning h3{margin:0 0 8px;color:#121828;font-size:clamp(22px,2.4vw,34px)}
.ac-aid-hero p,.ac-aid-warning p{margin:0;color:#475569;line-height:1.7}
.ac-aid-actions{display:flex;flex-direction:column;gap:10px}
.ac-aid-grid,.ac-aid-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.ac-aid-card,.ac-aid-mini{background:#fff;border:1px solid rgba(179,0,27,.15);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.06);color:#14213d}
.ac-aid-mini{display:block;text-decoration:none;transition:.18s ease}
.ac-aid-mini:hover{transform:translateY(-2px);border-color:#B3001B;box-shadow:0 18px 42px rgba(179,0,27,.13)}
.ac-aid-card .badge{display:inline-flex;margin-bottom:10px}
.ac-aid-card h3,.ac-aid-mini b{display:block;margin:0 0 8px;color:#121828;font-size:22px}
.ac-aid-card p,.ac-aid-mini span{display:block;margin:0;color:#64748b;line-height:1.55}
.ac-aid-card ul{margin:12px 0 0;padding-left:18px;color:#334155;line-height:1.7;font-weight:700}
.ac-aid-warning,.ac-aid-flow{margin-top:18px}
.ac-aid-warning{background:#fff7f8;border-left:4px solid #B3001B}
.ac-aid-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media(max-width:980px){.ac-aid-hero{grid-template-columns:1fr}.ac-aid-grid,.ac-aid-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.ac-aid-grid,.ac-aid-mini-grid,.ac-aid-steps{grid-template-columns:1fr}}

/* artemicare Zuhause-Schutzbrief */
.ac-hw-hero{display:grid;grid-template-columns:1.4fr .7fr;gap:18px;align-items:center;margin-top:18px}
.ac-hw-hero h3,.ac-hw-flow h3,.ac-hw-warning h3{margin:0 0 8px;color:#121828;font-size:clamp(22px,2.4vw,34px)}
.ac-hw-hero p,.ac-hw-warning p{margin:0;color:#475569;line-height:1.7}
.ac-hw-actions{display:flex;flex-direction:column;gap:10px}
.ac-hw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.ac-hw-card{background:#fff;border:1px solid rgba(179,0,27,.15);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.ac-hw-card .badge{display:inline-flex;margin-bottom:10px}
.ac-hw-card h3{margin:0 0 8px;color:#121828;font-size:22px}
.ac-hw-card p{margin:0;color:#64748b;line-height:1.55}
.ac-hw-card ul{margin:12px 0 0;padding-left:18px;color:#334155;line-height:1.7;font-weight:700}
.ac-hw-warning,.ac-hw-flow{margin-top:18px}
.ac-hw-warning{background:#fff7f8;border-left:4px solid #B3001B}
.ac-hw-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media(max-width:980px){.ac-hw-hero{grid-template-columns:1fr}.ac-hw-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.ac-hw-grid,.ac-hw-steps{grid-template-columns:1fr}}

/* artemicare v9.0 Finalschnitt – Premium-Kundenführung */
.ac-final-hero{padding-top:34px;padding-bottom:34px}
.ac-final-hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:28px;align-items:center}
.ac-final-hero-copy .h1{max-width:900px;letter-spacing:-.04em}
.ac-final-badges{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}
.ac-final-badges span{background:#fff;border:1px solid rgba(179,0,27,.16);border-radius:999px;padding:9px 13px;font-weight:900;color:#14213d;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.ac-final-cta{margin-top:14px;max-width:680px}
.ac-final-hero-panel{display:grid;gap:12px}
.ac-final-panel-card{background:#fff;border:1px solid rgba(179,0,27,.14);border-radius:28px;padding:22px;box-shadow:0 24px 60px rgba(15,23,42,.10)}
.ac-final-panel-card h3{margin:4px 0 14px;font-size:28px;color:#121828}
.ac-final-panel-card a{display:block;text-decoration:none;color:#14213d;font-weight:900;padding:13px 0;border-top:1px solid #eef2f7}
.ac-final-panel-card a:hover{color:#B3001B}
.ac-final-panel-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.ac-final-mini{background:#fff7f8;border:1px solid rgba(179,0,27,.13);border-radius:18px;padding:14px;text-align:center}
.ac-final-mini b{display:block;font-size:26px;color:#B3001B}
.ac-final-mini span{display:block;font-weight:900;color:#334155;font-size:13px}
.ac-final-section{padding-top:42px;padding-bottom:22px}
.ac-final-pathgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.ac-final-path{display:block;text-decoration:none;background:#fff;border:1px solid rgba(179,0,27,.14);border-radius:24px;padding:20px;color:#14213d;box-shadow:0 16px 40px rgba(15,23,42,.07);transition:.18s ease}
.ac-final-path:hover{transform:translateY(-2px);border-color:#B3001B;box-shadow:0 22px 48px rgba(179,0,27,.14)}
.ac-final-path.highlight{background:linear-gradient(135deg,#fff,#fff7f8)}
.ac-final-path img{width:74px;height:74px;object-fit:contain;margin-bottom:12px}
.ac-final-path b{display:block;font-size:22px;color:#121828;margin-bottom:8px}
.ac-final-path span{display:block;color:#64748b;line-height:1.55}
.ac-final-split{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;align-items:center;padding:26px}
.ac-final-checks{display:grid;gap:10px;margin-top:18px}
.ac-final-checks span{position:relative;padding-left:28px;color:#334155;font-weight:800}
.ac-final-checks span:before{content:"✓";position:absolute;left:0;top:-1px;color:#B3001B;font-weight:900}
.ac-final-proof{display:grid;gap:12px}
.ac-final-proof div{background:#fff7f8;border:1px solid rgba(179,0,27,.14);border-radius:20px;padding:18px}
.ac-final-proof b{display:block;color:#121828;font-size:20px;margin-bottom:6px}
.ac-final-proof span{display:block;color:#64748b;line-height:1.5}
.ac-final-packagegrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.ac-final-packagegrid a{background:#fff;text-decoration:none;border:1px solid rgba(179,0,27,.14);border-radius:22px;padding:18px;color:#14213d;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.ac-final-packagegrid a:hover{border-color:#B3001B}
.ac-final-packagegrid b{display:block;color:#121828;font-size:20px;margin-bottom:7px}
.ac-final-packagegrid span{display:block;color:#64748b;line-height:1.55}
.ac-final-cta-band{display:grid;grid-template-columns:1.35fr .75fr;gap:22px;align-items:center;background:linear-gradient(135deg,#7f112b,#51101d);border-radius:30px;padding:30px;color:#fff;box-shadow:0 24px 64px rgba(127,17,43,.22)}
.ac-final-cta-band h2{color:#fff;margin:4px 0 8px}
.ac-final-cta-band p{color:#fff;opacity:.9;margin:0;line-height:1.7}
.ac-final-cta-actions{display:flex;gap:10px;flex-direction:column}
.ac-final-cta-actions .btn{background:#fff;color:#7f112b;border-color:#fff}
.ac-final-cta-actions .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.34)}
@media(max-width:980px){
  .ac-final-hero-grid,.ac-final-split,.ac-final-cta-band{grid-template-columns:1fr}
  .ac-final-pathgrid,.ac-final-packagegrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .ac-final-pathgrid,.ac-final-packagegrid,.ac-final-panel-row{grid-template-columns:1fr}
  .ac-final-hero{padding-top:20px}
  .ac-final-section{padding-top:28px}
}

/* artemicare v9.1 Header-Fix: kein Weißraum, keine senkrechte Telefonnummer, saubere Desktop-Navigation */
body{
  padding-top:0 !important;
}
.admin-bar .topbar{
  top:32px !important;
}
.topbar{
  position:sticky !important;
  top:0 !important;
  z-index:999 !important;
  background:#fff !important;
  border-bottom:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 10px 28px rgba(15,23,42,.06) !important;
  min-height:86px !important;
  height:auto !important;
  margin:0 !important;
}
.topbar .container{
  max-width:1540px !important;
  padding:0 24px !important;
  margin:0 auto !important;
}
.nav{
  min-height:86px !important;
  height:86px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
  margin:0 !important;
  padding:0 !important;
}
.brand{
  flex:0 0 auto !important;
  min-width:250px !important;
  max-width:330px !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
  z-index:2 !important;
}
.brandmark{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  white-space:nowrap !important;
}
.brandmark-logo{
  width:64px !important;
  height:64px !important;
  object-fit:contain !important;
  flex:0 0 64px !important;
}
.brand-wordmark{
  max-width:230px !important;
  height:auto !important;
  object-fit:contain !important;
}
.navlinks{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  overflow:visible !important;
}
.navrow,
.navrow-primary{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}
.nav-dd{
  flex:0 0 auto !important;
}
.nav-dd-link,
.nav-dd-trigger,
.navlinks > a,
.navrow a{
  height:54px !important;
  min-height:54px !important;
  max-height:54px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  line-height:1.05 !important;
  padding:0 18px !important;
  border-radius:0 !important;
  overflow:hidden !important;
}
.nav-dd-link{
  font-size:15px !important;
  font-weight:900 !important;
}
.nav-dd-trigger{
  width:42px !important;
  min-width:42px !important;
  padding:0 !important;
}
.nav-dd-menu{
  top:calc(100% + 12px) !important;
}
.nav-phone,
.header-phone,
.phone-pill,
a[href^="tel:"].nav-phone,
.navlinks a[href^="tel:"],
.navrow a[href^="tel:"]{
  display:none !important;
}
.hero.page[data-route="/start"]{
  margin-top:0 !important;
  padding-top:34px !important;
}
main.container{
  margin-top:0 !important;
}
.ac-final-hero{
  padding-top:32px !important;
}
.floating-contact,
.float-contact,
.ac-floating-contact{
  right:18px !important;
  transform:scale(.92) !important;
  transform-origin:right center !important;
}
.floating-contact .phone,
.float-contact .phone,
.ac-floating-contact .phone{
  display:none !important;
}
@media(max-width:1180px){
  .brand{min-width:210px !important;max-width:250px !important}
  .brand-wordmark{max-width:170px !important}
  .nav-dd-link{font-size:13px !important;padding:0 12px !important}
  .nav-dd-trigger{width:36px !important;min-width:36px !important}
}
@media(max-width:980px){
  .topbar .container{padding:0 16px !important}
  .nav{height:76px !important;min-height:76px !important}
  .topbar{min-height:76px !important}
  .brandmark-logo{width:54px !important;height:54px !important;flex-basis:54px !important}
  .brand-wordmark{max-width:190px !important}
  .navlinks{display:none !important}
  .mobile-toggle,.hamburger,.nav-toggle{display:inline-flex !important}
}
@media(max-width:782px){
  .admin-bar .topbar{top:46px !important}
}

/* artemicare Icon-Größenfix 2026-05-22
   Einheitliche Darstellungsgrößen für alle Service-/Menü-/Portal-Iconfelder. */
.ac-icon-frame,
.serviceCard .svcLink,
.serviceIntroCard .svcLink,
.svc-cell .svcLink{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  overflow:visible !important;
}
.serviceCard .svcLink{width:176px !important;height:176px !important;margin:0 auto 4px !important;}
.page[data-route="/serviceleistungen"] .serviceCard .svcLink{width:176px !important;height:176px !important;}
.serviceIntroCard .svcLink{width:132px !important;height:132px !important;margin:0 auto 4px !important;}
.table .svc-cell{align-items:center !important;}
.table .svc-illus,
.serviceCard .svc-illus,
.page[data-route="/serviceleistungen"] .serviceCard .svc-illus,
.serviceIntroCard .svc-illus,
.ac-final-path img,
.ac-path img,
.ac-menu-card img,
.mobnav-sub.cards img,
.kontakt-service-icon,
.kontakt-service-icon--tiny{
  display:block !important;
  object-fit:contain !important;
  object-position:center center !important;
  max-width:none !important;
  max-height:none !important;
  aspect-ratio:1 / 1 !important;
}
.serviceCard .svc-illus,
.page[data-route="/serviceleistungen"] .serviceCard .svc-illus{
  width:176px !important;
  height:176px !important;
  margin:0 auto !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.serviceIntroCard .svc-illus{width:132px !important;height:132px !important;margin:0 auto 4px !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}
.table .svc-illus{width:112px !important;height:112px !important;flex:0 0 112px !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}
.ac-menu-card img{width:58px !important;height:58px !important;flex:0 0 58px !important;}
.mobnav-sub.cards img{width:42px !important;height:42px !important;flex:0 0 42px !important;}
.ac-final-path img{width:92px !important;height:92px !important;margin:0 0 12px !important;}
.ac-path img{width:72px !important;height:72px !important;}
.kontakt-service-icon{width:32px !important;height:32px !important;flex:0 0 32px !important;}
.kontakt-service-icon--tiny{width:32px !important;height:32px !important;flex:0 0 32px !important;}
@media (max-width:720px){
  .serviceCard .svcLink,
  .page[data-route="/serviceleistungen"] .serviceCard .svcLink{width:152px !important;height:152px !important;}
  .serviceCard .svc-illus,
  .page[data-route="/serviceleistungen"] .serviceCard .svc-illus{width:152px !important;height:152px !important;}
  .serviceIntroCard .svcLink{width:118px !important;height:118px !important;}
  .serviceIntroCard .svc-illus{width:118px !important;height:118px !important;}
  .table .svc-illus{width:96px !important;height:96px !important;flex-basis:96px !important;}
  .ac-final-path img{width:82px !important;height:82px !important;}
  .ac-path img{width:64px !important;height:64px !important;}
}
@media (max-width:620px){
  .ac-path img{width:54px !important;height:54px !important;}
}

/* artemicare v10.0.3 – endgültiger Icon-Gleichlauf */
.ac-final-path{display:grid !important;grid-template-columns:96px minmax(0,1fr) !important;grid-template-rows:auto auto !important;column-gap:18px !important;row-gap:4px !important;align-items:center !important;min-height:132px !important;}
.ac-final-path > img{grid-column:1 !important;grid-row:1 / span 2 !important;width:92px !important;height:92px !important;min-width:92px !important;max-width:92px !important;min-height:92px !important;max-height:92px !important;object-fit:contain !important;object-position:center center !important;display:block !important;margin:0 auto !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}
.ac-final-path > b{grid-column:2 !important;grid-row:1 !important;margin:0 0 2px !important;align-self:end !important;}.ac-final-path > span{grid-column:2 !important;grid-row:2 !important;align-self:start !important;}
.serviceCard .svcLink,.page[data-route="/serviceleistungen"] .serviceCard .svcLink{width:176px !important;height:176px !important;min-width:176px !important;max-width:176px !important;min-height:176px !important;max-height:176px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;margin:0 auto 6px !important;overflow:visible !important;}
.serviceCard .svc-illus,.page[data-route="/serviceleistungen"] .serviceCard .svc-illus{width:176px !important;height:176px !important;min-width:176px !important;max-width:176px !important;min-height:176px !important;max-height:176px !important;object-fit:contain !important;object-position:center center !important;display:block !important;margin:0 auto !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}
.serviceIntroCard .svcLink{width:132px !important;height:132px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;margin:0 auto 6px !important;}
.serviceIntroCard .svc-illus{width:132px !important;height:132px !important;min-width:132px !important;max-width:132px !important;min-height:132px !important;max-height:132px !important;object-fit:contain !important;object-position:center center !important;display:block !important;margin:0 auto !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}
.ac-claim-card img,.ac-menu-card img,.mobnav-sub.cards img,.kontakt-service-icon,.kontakt-service-icon--tiny{object-fit:contain !important;object-position:center center !important;display:block !important;aspect-ratio:1 / 1 !important;padding:0 !important;}
.ac-claim-card img{width:84px !important;height:84px !important;min-width:84px !important;max-width:84px !important;min-height:84px !important;max-height:84px !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;}
.ac-menu-card img{width:58px !important;height:58px !important;min-width:58px !important;max-width:58px !important;min-height:58px !important;max-height:58px !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;}
.mobnav-sub.cards img{width:46px !important;height:46px !important;min-width:46px !important;max-width:46px !important;min-height:46px !important;max-height:46px !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;}
.kontakt-service-icon,.kontakt-service-icon--tiny{width:36px !important;height:36px !important;min-width:36px !important;max-width:36px !important;min-height:36px !important;max-height:36px !important;flex:0 0 36px !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;}
@media (max-width:720px){.ac-final-path{grid-template-columns:84px minmax(0,1fr) !important;min-height:118px !important;column-gap:14px !important}.ac-final-path > img{width:80px !important;height:80px !important;min-width:80px !important;max-width:80px !important;min-height:80px !important;max-height:80px !important}.serviceCard .svcLink,.page[data-route="/serviceleistungen"] .serviceCard .svcLink,.serviceCard .svc-illus,.page[data-route="/serviceleistungen"] .serviceCard .svc-illus{width:152px !important;height:152px !important;min-width:152px !important;max-width:152px !important;min-height:152px !important;max-height:152px !important}.serviceIntroCard .svcLink,.serviceIntroCard .svc-illus{width:118px !important;height:118px !important;min-width:118px !important;max-width:118px !important;min-height:118px !important;max-height:118px !important}}

/* v10.0.4: harte Vereinheitlichung Startseiten- und Service-Icons */
.ac-cardgrid .ac-card > img,
.ac-cardgrid a.ac-card > img{
  width:110px !important;
  height:110px !important;
  min-width:110px !important;
  max-width:110px !important;
  min-height:110px !important;
  max-height:110px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 0 20px 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.ac-paths .ac-path > img,
.ac-path > img{
  width:82px !important;
  height:82px !important;
  min-width:82px !important;
  max-width:82px !important;
  min-height:82px !important;
  max-height:82px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.ac-path{grid-template-columns:82px 1fr !important;}
@media(max-width:620px){
  .ac-cardgrid .ac-card > img,
  .ac-cardgrid a.ac-card > img{width:94px !important;height:94px !important;min-width:94px !important;max-width:94px !important;min-height:94px !important;max-height:94px !important;}
  .ac-paths .ac-path > img,.ac-path > img{width:66px !important;height:66px !important;min-width:66px !important;max-width:66px !important;min-height:66px !important;max-height:66px !important;}
  .ac-path{grid-template-columns:66px 1fr !important;}
}

/* ac-final-rechner-chip-fix-v1008 */

/* v10.1.0 – Finale Bereinigung Rechner-Zuschläge / Checkbox-Chips.
   Ziel: keine aufgeblasenen Checkboxen, keine leeren Pillen, keine horizontal abgeschnittenen Chips. */
[data-route="/kostenrechner"] .kr-card,
[data-route="/kostenrechner-stunden"] .kr-card,
[data-route="/kostenrechner"] .card.kr-card,
[data-route="/kostenrechner-stunden"] .card.kr-card{
  overflow:visible !important;
}
[data-route="/kostenrechner"] .chip-row,
[data-route="/kostenrechner-stunden"] .chip-row,
.kr-page .chip-row{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow:visible !important;
  padding:0 !important;
  margin-top:10px !important;
  box-sizing:border-box !important;
}
[data-route="/kostenrechner"] label.chip,
[data-route="/kostenrechner-stunden"] label.chip,
[data-route="/kostenrechner"] button.chip,
[data-route="/kostenrechner-stunden"] button.chip,
.kr-page label.chip,
.kr-page button.chip{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  flex:0 1 auto !important;
  width:auto !important;
  max-width:100% !important;
  min-width:0 !important;
  height:auto !important;
  min-height:42px !important;
  padding:10px 14px !important;
  margin:0 !important;
  border:1px solid rgba(17,24,39,.14) !important;
  border-radius:999px !important;
  background:#fff !important;
  box-shadow:0 8px 18px rgba(17,24,39,.05) !important;
  color:var(--ink,#121828) !important;
  -webkit-text-fill-color:currentColor !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
  overflow:visible !important;
  text-indent:0 !important;
  letter-spacing:0 !important;
  box-sizing:border-box !important;
  cursor:pointer !important;
  transform:none !important;
}
[data-route="/kostenrechner"] label.chip.is-active,
[data-route="/kostenrechner-stunden"] label.chip.is-active,
.kr-page label.chip.is-active{
  background:rgba(179,0,27,.08) !important;
  border-color:rgba(179,0,27,.34) !important;
  color:var(--red,#B3001B) !important;
  -webkit-text-fill-color:var(--red,#B3001B) !important;
  box-shadow:0 10px 22px rgba(179,0,27,.10) !important;
}
[data-route="/kostenrechner"] label.chip > input[type="checkbox"],
[data-route="/kostenrechner-stunden"] label.chip > input[type="checkbox"],
.kr-page label.chip > input[type="checkbox"],
label.chip > input[type="checkbox"],
label.chip > input[type="radio"]{
  -webkit-appearance:checkbox !important;
  appearance:auto !important;
  display:inline-block !important;
  position:static !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  width:16px !important;
  height:16px !important;
  min-width:16px !important;
  min-height:16px !important;
  max-width:16px !important;
  max-height:16px !important;
  flex:0 0 16px !important;
  padding:0 !important;
  margin:0 4px 0 0 !important;
  border:0 !important;
  border-radius:3px !important;
  background:initial !important;
  box-shadow:none !important;
  outline:none !important;
  vertical-align:middle !important;
  accent-color:var(--red,#B3001B) !important;
}
[data-route="/kostenrechner"] .chip input + span,
[data-route="/kostenrechner-stunden"] .chip input + span,
.kr-page .chip input + span{
  display:inline !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
}
@media (max-width:640px){
  [data-route="/kostenrechner"] .chip-row,
  [data-route="/kostenrechner-stunden"] .chip-row,
  .kr-page .chip-row{gap:8px !important;}
  [data-route="/kostenrechner"] label.chip,
  [data-route="/kostenrechner-stunden"] label.chip,
  .kr-page label.chip{
    flex:1 1 100% !important;
    width:100% !important;
    white-space:normal !important;
    min-height:44px !important;
  }
}

/* v10.1.0 – keine grauen/weißen Letterbox-Flächen bei CI-Icons und Detailbildern. */
.serviceCard img,
.serviceIntroCard img,
.card img[src*="/assets/icons/"],
.ac-card img,
.ac-path img,
.detailPhoto,
.cityMapMedia,
.city-map .cityCardMediaWrap,
.team-photo img {
  background: transparent !important;
}

/* v10.1.1 – harte Bereinigung: keine grauen Bildhintergründe bei Logo-, CI- und Servicegrafiken. */
.brandmark,
.brandmark-logo,
.brand-wordmark,
.brand-wordmark-text,
.ac-brand,
.ac-brand-heart,
.ac-bg-heart,
.ac-hero-card img,
.ac-card img,
.ac-path img,
.ac-menu-card img,
.mobnav-sub.cards img,
.serviceCard .svc-illus,
.serviceIntroCard .svc-illus,
.table .svc-illus,
.kontakt-service-icon,
.ac-final-path img,
.ac-claim-card img,
.card img[src*="/assets/icons/"],
.card img[src*="assets/icons/"],
img[src*="artemicare-heart-original-new-final-20260710.png"],
img[src*="wordmark"],
img[src*="/assets/icons/"],
img[src*="assets/icons/"]{
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.ac-menu-card,
.nav-dd-menu.ac-mega a.ac-menu-card,
.serviceCard a,
.serviceIntroCard a,
.ac-final-path,
.ac-card,
.ac-path{
  overflow: hidden !important;
}
.ac-menu-card img,
.mobnav-sub.cards img{
  border-radius:0 !important;
}
.detailPhoto,
.detailPhoto img,
.cityCardMediaWrap,
.cityMapMedia,
.team-photo,
.team-photo picture,
.team-photo img{
  background: transparent !important;
  background-color: transparent !important;
}

/* v10.1.3 – artemicare CI mit Schriftzug, globale WordPress-Absicherung */
:root{--ac-red:#B3001B;--ac-red-dark:#B3001B;--ac-soft:#F9EFF0;--ac-ink:#121828;--ac-text:#4A556F;--ac-muted:#64748B;--ac-bg:#FFFFFF;--ac-line:#E4E8F0}
body{background:#fff;color:var(--ac-ink);font-family:Aptos,Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}.brandmark-horizontal,.ac-brand-logo{background:transparent!important;border:0!important;box-shadow:none!important}.topbar,.ac-topbar{background:rgba(255,255,255,.95)!important}.nav-dd-trigger{display:none!important}

/* v10.1.6: Layout-Fix Detailseiten – Footer nach Seiteninhalt, Leistungsbeschreibungen sichtbar. */

/* v10.1.13: allgemeine Hinweis-/Trust-Badges ohne konkreten Inhalt ausgeblendet */
.ac-trust,.ac-generic-trust,.ac-benefit-pills[data-lowvalue="1"]{display:none!important;}

/* v10.1.15: Einheitlicher Aufbau der Paketkarten */
.ac-package-card-top{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
  margin-bottom:14px !important;
}
.ac-package-card-top .badge,
.ac-package-card-top .ac-package-group-label{
  width:max-content !important;
  max-width:100% !important;
}
.ac-package-group-label{
  display:inline-flex !important;
  align-items:center !important;
}

/* v10.1.17: Große Website-Bilder ohne störende weiße Rahmen/Kartenflächen.
   Gilt für Standortbilder, Leistungsdetailbilder, Team-/Karrierebilder und Standortkarten. */
.ac-location-photo,
.service-hero-frame,
.location-hero-frame,
.image-frame,
.team-photo,
.cityCardMediaWrap{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  padding:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.ac-location-photo img,
.detailPhoto,
.team-photo img,
.cityCardMedia{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  padding:0!important;
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:0 18px 45px rgba(18,24,40,.08)!important;
}
.ac-location-photo img{
  height:340px!important;
  min-height:0!important;
  border-radius:24px!important;
}
.detailPhoto{
  height:340px!important;
  min-height:0!important;
  border-radius:24px!important;
  margin:22px 0!important;
}
.cityCardMedia{
  height:190px!important;
  aspect-ratio:16/9!important;
  border-radius:18px!important;
}
.city-map .cityCardMedia,
.cityMapMedia{
  height:auto!important;
  object-fit:contain!important;
  box-shadow:none!important;
  background:transparent!important;
  background-color:transparent!important;
}
.team-photo picture,
.team-photo img{
  height:320px!important;
  border-radius:24px!important;
}
.team-photo::after{display:none!important;}
@media(max-width:760px){
  .ac-location-photo img,
  .detailPhoto{height:240px!important;border-radius:20px!important;}
  .cityCardMedia{height:170px!important;border-radius:16px!important;}
  .team-photo picture,
  .team-photo img{height:230px!important;border-radius:20px!important;}
}

/* artemicare v10.1.23 – saubere Standort- und Leistungsbilder */
.ac-location-photo,
.service-hero-frame,
.location-hero-frame,
.ac-image-frame {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 24px 0 30px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.ac-location-photo img,
.location-hero-image,
.service-hero-image,
.detailPhoto {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 300px !important;
  max-height: 300px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 36px rgba(18, 24, 40, 0.08) !important;
  background: transparent !important;
}

/* Standortbilder sollen hochwertig wirken, aber nicht den Inhalt verdrängen. */
.page[data-route="/karlsruhe"] .ac-location-photo img,
.page[data-route="/stuttgart"] .ac-location-photo img,
.page[data-route="/tuebingen"] .ac-location-photo img,
.page[data-route="/pforzheim"] .ac-location-photo img,
.page[data-route="/baden-baden"] .ac-location-photo img,
.page[data-route="/achern-ortenaukreis"] .ac-location-photo img,
.page[data-route="/freiburg"] .ac-location-photo img {
  height: 280px !important;
  max-height: 280px !important;
}

/* Stadtbilder sind Panoramaaufnahmen; die Bildmitte soll ruhiger sitzen. */
.page[data-route="/karlsruhe"] .ac-location-photo img { object-position: center 48% !important; }
.page[data-route="/stuttgart"] .ac-location-photo img { object-position: center 45% !important; }
.page[data-route="/tuebingen"] .ac-location-photo img { object-position: center 50% !important; }
.page[data-route="/pforzheim"] .ac-location-photo img { object-position: center 48% !important; }
.page[data-route="/baden-baden"] .ac-location-photo img { object-position: center 48% !important; }
.page[data-route="/achern-ortenaukreis"] .ac-location-photo img { object-position: center 50% !important; }
.page[data-route="/freiburg"] .ac-location-photo img { object-position: center 48% !important; }

.ac-location-photo + .cards3,
.detailPhoto + .hr + .btnrow,
.detailPhoto + .hr {
  margin-top: 22px !important;
}

@media (min-width: 1180px) {
  .page[data-route="/karlsruhe"] .section,
  .page[data-route="/stuttgart"] .section,
  .page[data-route="/tuebingen"] .section,
  .page[data-route="/pforzheim"] .section,
  .page[data-route="/baden-baden"] .section,
  .page[data-route="/achern-ortenaukreis"] .section,
  .page[data-route="/freiburg"] .section {
    max-width: 1320px !important;
  }
}

@media (max-width: 900px) {
  .ac-location-photo,
  .service-hero-frame,
  .location-hero-frame,
  .ac-image-frame {
    margin: 18px 0 22px !important;
  }
  .ac-location-photo img,
  .location-hero-image,
  .service-hero-image,
  .detailPhoto,
  .page[data-route="/karlsruhe"] .ac-location-photo img,
  .page[data-route="/stuttgart"] .ac-location-photo img,
  .page[data-route="/tuebingen"] .ac-location-photo img,
  .page[data-route="/pforzheim"] .ac-location-photo img,
  .page[data-route="/baden-baden"] .ac-location-photo img,
  .page[data-route="/achern-ortenaukreis"] .ac-location-photo img,
  .page[data-route="/freiburg"] .ac-location-photo img {
    height: 220px !important;
    max-height: 220px !important;
    border-radius: 20px !important;
  }
}

@media (max-width: 560px) {
  .ac-location-photo img,
  .location-hero-image,
  .service-hero-image,
  .detailPhoto,
  .page[data-route="/karlsruhe"] .ac-location-photo img,
  .page[data-route="/stuttgart"] .ac-location-photo img,
  .page[data-route="/tuebingen"] .ac-location-photo img,
  .page[data-route="/pforzheim"] .ac-location-photo img,
  .page[data-route="/baden-baden"] .ac-location-photo img,
  .page[data-route="/achern-ortenaukreis"] .ac-location-photo img,
  .page[data-route="/freiburg"] .ac-location-photo img {
    height: 180px !important;
    max-height: 180px !important;
    border-radius: 18px !important;
  }
}

/* artemicare v10.1.25 – Leistungen und Zusatzservices klar sichtbar */
#navLeistungen .nav-dd-menu.ac-mega-services{
  width:min(1120px,calc(100vw - 56px))!important;
  grid-template-columns:1.05fr 1.05fr .95fr!important;
  gap:18px!important;
  align-items:start!important;
}
#navLeistungen .ac-menu-title{grid-column:1/-1;margin-bottom:0!important}
#navLeistungen .ac-menu-col{display:grid;gap:10px;min-width:0}
.ac-menu-section-label,.ac-mobile-menu-section{
  font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#9d0b16;background:#fff5f6;border:1px solid rgba(179,0,27,.10);border-radius:999px;padding:7px 10px;width:max-content;max-width:100%;
}
#navLeistungen .ac-menu-card-strong{background:linear-gradient(180deg,#fff,#fff7f8)!important;border-color:rgba(179,0,27,.18)!important}
.ac-services-overview-v10125 .ac-services-lead{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px;margin:18px 0 22px}
.ac-services-overview-v10125 .ac-services-lead>div{border:1px solid rgba(17,24,39,.08);border-radius:18px;padding:16px;background:#fff}
.ac-services-overview-v10125 .ac-services-lead h3{margin:0 0 6px;font-size:20px}.ac-services-overview-v10125 .ac-services-lead p{margin:0;color:var(--muted);line-height:1.55}
.ac-service-section-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin:16px 0 14px}.ac-service-section-head h3{font-size:30px;margin:6px 0 0}.ac-service-section-head .btn{white-space:nowrap}
.ac-extra-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ac-extra-service{display:grid!important;grid-template-columns:58px 1fr;gap:8px 14px;align-items:center;text-decoration:none}.ac-extra-service img{width:58px;height:58px;object-fit:contain;grid-row:1/3}.ac-extra-service b{font-size:19px;color:var(--ink)}.ac-extra-service span{grid-column:2;color:var(--muted)}
.ac-services-extra-page-v10125 .pagehead{max-width:980px}.ac-extra-highlight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;margin-top:16px}.ac-extra-highlight>div{border:1px solid rgba(17,24,39,.08);border-radius:18px;padding:14px;background:#fff}.ac-extra-highlight b{display:block;font-size:18px}.ac-extra-highlight span{display:block;color:var(--muted);margin-top:4px;line-height:1.45}.ac-extra-services-grid .serviceCard[id]{scroll-margin-top:130px}
@media(max-width:1100px){#navLeistungen .nav-dd-menu.ac-mega-services{grid-template-columns:1fr 1fr!important;width:min(860px,calc(100vw - 36px))!important}.ac-menu-col-action{grid-column:1/-1}.ac-services-overview-v10125 .ac-services-lead,.ac-extra-highlight{grid-template-columns:1fr}.ac-extra-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.ac-service-section-head{display:block}.ac-service-section-head .btn{margin-top:12px;width:100%}.ac-extra-service-grid{grid-template-columns:1fr}.ac-extra-service{grid-template-columns:52px 1fr}.ac-extra-service img{width:52px;height:52px}.ac-mobile-menu-section{margin:8px 0 4px}}

/* artemicare v10.1.35 – Bilder schmaler, vollständig sichtbar, ohne Rahmen */
html body .page[data-route^="/serviceleistungen/"] img.detailPhoto {
  display: block !important;
  width: min(920px, calc(100vw - 96px)) !important;
  max-width: 920px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 24px auto 30px auto !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 22px !important;
  overflow: visible !important;
}

html body .ac-location-photo {
  display: block !important;
  width: min(920px, calc(100vw - 96px)) !important;
  max-width: 920px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 24px auto 30px auto !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

html body .ac-location-photo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 22px !important;
}

/* verhindert, dass alte Banner-Regeln die Bildbereiche wieder strecken */
html body .page[data-route="/karlsruhe"] .ac-location-photo,
html body .page[data-route="/stuttgart"] .ac-location-photo,
html body .page[data-route="/tuebingen"] .ac-location-photo,
html body .page[data-route="/pforzheim"] .ac-location-photo,
html body .page[data-route="/baden-baden"] .ac-location-photo,
html body .page[data-route="/achern-ortenaukreis"] .ac-location-photo,
html body .page[data-route="/freiburg"] .ac-location-photo {
  width: min(920px, calc(100vw - 96px)) !important;
  max-width: 920px !important;
  height: auto !important;
  max-height: none !important;
}

html body .page[data-route="/karlsruhe"] .ac-location-photo img,
html body .page[data-route="/stuttgart"] .ac-location-photo img,
html body .page[data-route="/tuebingen"] .ac-location-photo img,
html body .page[data-route="/pforzheim"] .ac-location-photo img,
html body .page[data-route="/baden-baden"] .ac-location-photo img,
html body .page[data-route="/achern-ortenaukreis"] .ac-location-photo img,
html body .page[data-route="/freiburg"] .ac-location-photo img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 1023px) {
  html body .page[data-route^="/serviceleistungen/"] img.detailPhoto,
  html body .ac-location-photo {
    width: min(760px, calc(100vw - 40px)) !important;
    max-width: 760px !important;
    margin: 18px auto 24px auto !important;
    border-radius: 18px !important;
  }

  html body .ac-location-photo img {
    border-radius: 18px !important;
  }
}

/* Handy */
@media (max-width: 560px) {
  html body .page[data-route^="/serviceleistungen/"] img.detailPhoto,
  html body .ac-location-photo {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin: 14px auto 20px auto !important;
    border-radius: 16px !important;
  }

  html body .ac-location-photo img {
    border-radius: 16px !important;
  }
}

/* artemicare v10.1.36 – Über artemicare sauberer Hauptmenüpunkt */
.ac-about-nav-link{
  white-space: nowrap !important;
}
@media (max-width: 1420px){
  .ac-about-nav-link{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* artemicare v10.1.37 – endgültig: Detail- und Standortbilder schmal, vollständig, inline abgesichert */
@media (max-width: 760px){
  html body .page[data-route^="/serviceleistungen/"] img.detailPhoto,
  html body .ac-location-photo{
    width:calc(100vw - 28px)!important;
    max-width:calc(100vw - 28px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    border-radius:16px!important;
  }
  html body .ac-location-photo img{
    border-radius:16px!important;
  }
}

/* v10.3.60-DE: öffentliche Deutschland-Website mit 5-stelliger PLZ-Orientierung; Back-Button-Fix auf Landingpage; keine nicht-deutsche Länderlogik. */

/* v10.3.07 – Anspruchsmenü kundenverständlich neu sortiert. */
.topbar .navlinks a,
.topbar .nav-dd-link,
.topbar .nav-simple-link,
.topbar .navlinks .btn,
.subnav .pill,
.mobnav-a,
.mobnav-details > summary,
.mobnav-sub.cards b{
  font-weight:600 !important;
  font-size:14.5px !important;
  letter-spacing:.005em !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
.topbar .nav-dd-link,
.topbar .nav-simple-link{
  font-size:14.5px !important;
  font-weight:600 !important;
}
.topbar .navlinks a.active,
.topbar .nav-dd:hover .nav-dd-link,
.topbar .nav-dd:focus-within .nav-dd-link,
.topbar .nav-dd.open .nav-dd-link,
.topbar .nav-simple-link:hover{
  font-weight:650 !important;
}
.nav-dd-menu.ac-mega a.ac-menu-card strong,
.ac-menu-card strong{
  font-weight:700 !important;
  font-size:15.5px !important;
}
.nav-dd-menu.ac-mega a.ac-menu-card span,
.ac-menu-card span{
  font-weight:500 !important;
}
@media (max-width:1420px){
  .topbar .nav-dd-link,
  .topbar .nav-simple-link,
  .topbar .navlinks a{font-size:14px !important;font-weight:600 !important;}
}
@media (max-width:780px){
  .mobnav-a,
  .mobnav-details > summary{font-size:15px !important;font-weight:600 !important;}
  .mobnav-sub.cards b{font-size:13.5px !important;font-weight:650 !important;}
}

/* artemicare v10.3.74-DE – Privat-buchbar-Hinweis gestrafft, ohne redundante Infokarten */
.ac-selfpay-hero{
  display:block!important;
  padding:26px!important;
  margin:18px 0 22px!important;
  background:linear-gradient(135deg,#fff 0%,#fff8f9 100%)!important;
  border-color:rgba(179,0,27,.18)!important;
  scroll-margin-top:120px!important;
}
.ac-selfpay-copy{max-width:980px!important}
.ac-selfpay-hero h3{margin:6px 0 10px!important;font-size:clamp(26px,3vw,42px)!important;line-height:1.08!important;color:#121828!important;letter-spacing:-.035em!important}
.ac-selfpay-main{font-size:clamp(18px,2.1vw,24px)!important;line-height:1.48!important;color:#1f2937!important;margin:0 0 12px!important;font-weight:760!important;max-width:920px!important}
.ac-selfpay-note{font-size:16px!important;line-height:1.65!important;color:#4A556F!important;margin:0!important;max-width:940px!important}
.ac-selfpay-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:18px!important}
.ac-selfpay-facts{display:none!important}
@media(max-width:900px){.ac-selfpay-hero{padding:20px!important}.ac-selfpay-actions .btn{width:100%!important}}
@media(max-width:560px){.ac-selfpay-hero{padding:18px!important;border-radius:26px!important}.ac-selfpay-main{font-size:18px!important}.ac-selfpay-note{font-size:15px!important}}

/* v10.3.60-DE: Desktop-Mega-Menü bleibt beim Mausweg zum Dropdown länger offen. */
@media (min-width:1261px){
  .nav-dd > .nav-dd-menu::before,
  .nav-dd > .nav-dd-menu.ac-mega::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:-30px!important;
    height:30px!important;
    display:block!important;
    background:transparent!important;
    pointer-events:auto!important;
  }
}

/* AC_GLOBAL_VIEWPORT_STABILITY_20260708
   Stabilisiert die Breite beim Wechsel zwischen Landingpage und Zielseiten. */
html{
  overflow-y:scroll;
  scrollbar-gutter:stable both-edges;
}
body{
  overflow-x:hidden;
}

/* v10.5.00 – Hauptleistungen Gartenhilfe & Zuhause-Schutzbrief */
.page[data-route="/leistungen"] .ac-services-primary-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;}
.page[data-route="/serviceleistungen/garten-aussenbereichshilfe"] .detailPhoto,
.page[data-route="/serviceleistungen/zuhause-schutzbrief"] .detailPhoto{filter:none!important;background:transparent!important;box-shadow:none!important;}
.ac-package-group#garten-aussenbereich .ac-package-v104-card,
.ac-package-group#zuhause-schutzbrief .ac-package-v104-card{border-color:rgba(179,0,27,.16)!important;}

/* artemicare v10.3.75-DE – Mitarbeiter-Zielgruppen: Senioren, Studenten und selbstständige Partner */
.ac-worker-models{margin-top:18px;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#fff7f8 54%,#fff);border-color:rgba(179,0,27,.16)!important}
.ac-worker-models::after{content:"";position:absolute;right:-80px;top:-90px;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(179,0,27,.10),rgba(179,0,27,0) 68%);pointer-events:none}
.ac-worker-model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;position:relative;z-index:1}
.ac-worker-model{background:#fff;border:1px solid rgba(179,0,27,.14);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.ac-worker-model .ac-worker-ico{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:16px;background:#fff1f3;color:#B3001B;font-size:22px;font-weight:900;margin-bottom:12px;border:1px solid rgba(179,0,27,.14)}
.ac-worker-model b{display:block;color:#121828;font-size:20px;margin-bottom:7px;letter-spacing:-.01em}
.ac-worker-model p{margin:0;color:#64748b;line-height:1.62}
.ac-worker-model ul{margin:12px 0 0;padding-left:18px;color:#334155;line-height:1.62;font-weight:700}
.ac-worker-model--strong{border-color:rgba(179,0,27,.30);box-shadow:0 18px 44px rgba(179,0,27,.10)}
.ac-worker-pillrow{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ac-worker-pillrow span{display:inline-flex;border-radius:999px;background:#fff;border:1px solid rgba(179,0,27,.14);padding:7px 10px;color:#8a102f;font-weight:900;font-size:13px}
.ac-model-choice{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;position:relative;z-index:1}
.ac-model-choice .mini-card{background:#fff}
.ac-model-choice b{color:#121828}
@media(max-width:1100px){.ac-worker-model-grid,.ac-model-choice{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.ac-worker-model-grid,.ac-model-choice{grid-template-columns:1fr}.ac-worker-models{padding:18px!important}.ac-worker-model b{font-size:18px}}

/* v10.3.75-DE – Mitarbeiter-Zielgruppen sauber eingebaut: Senioren, Studenten, Minijob, Teilzeit, Werkstudent und selbstständige Partner. */

/* artemicare headline readability fix: keine Worttrennung in Headlines */
h1,h2,h3,.hero h1,.section h2,.ac-selfpay-panel h3,.ac-guide h1,.ac-guide h2{
  -webkit-hyphens:none !important;
  -ms-hyphens:none !important;
  hyphens:none !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}


/* v10.4.31 – transparente Icon-Darstellung für Gartenhilfe und Zuhause-Schutzbrief */
.page[data-route="/serviceleistungen/garten-aussenbereichshilfe"] .detailPhoto,
.page[data-route="/serviceleistungen/zuhause-schutzbrief"] .detailPhoto{width:min(420px,calc(100vw - 96px))!important;max-width:420px!important;height:auto!important;object-fit:contain!important;object-position:center center!important;border-radius:0!important;}
@media (max-width:640px){
  .page[data-route="/serviceleistungen/garten-aussenbereichshilfe"] .detailPhoto,
  .page[data-route="/serviceleistungen/zuhause-schutzbrief"] .detailPhoto{width:min(320px,calc(100vw - 48px))!important;max-width:320px!important;}
}


/* v10.4.32 – Bedarfskarte mit eindeutigem Eingabeweg */
.ac-ratgeber-page .ac-guide-request-card{
  text-decoration:none!important;
  min-height:145px!important;
  justify-content:flex-start!important;
  border-color:rgba(179,0,27,.18)!important;
}
.ac-ratgeber-page .ac-guide-request-card:hover{
  border-color:rgba(179,0,27,.34)!important;
}
.ac-guide-request-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:5px 9px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(179,0,27,.18);
  color:#B3001B;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.ac-guide-request-card b{font-size:19px;line-height:1.25;}
.ac-guide-request-cta{
  margin-top:auto;
  color:#B3001B;
  font-weight:900;
  font-size:14px;
}
#acp-service-selection + .ac-intake-step{}
.page[data-route="/unterstuetzung-anfragen"] #bedarf-beschreiben small{
  display:block;
  margin-top:7px;
  color:#64748B;
  font-size:13px;
  line-height:1.45;
}


/* v10.4.33 – Mustertexte mit Ein-Klick-Kopierfunktion */
.ac-ratgeber-page .ac-template-copy-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:12px}
.ac-ratgeber-page .ac-template-copy-btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border:1px solid #B3001B;border-radius:999px;background:#B3001B;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(18,24,40,.10)}
.ac-ratgeber-page .ac-template-copy-btn.is-copied{background:#15803D;border-color:#15803D}
.ac-ratgeber-page .ac-template-copy-btn.is-error{background:#B91C1C;border-color:#B91C1C}
.ac-ratgeber-page .ac-template-copy-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
.ac-ratgeber-page .ac-template-copy-status{min-height:20px;color:#4A556F;font-size:13px;font-weight:800}
@media(max-width:520px){.ac-ratgeber-page .ac-template-copy-row{display:grid;grid-template-columns:1fr}.ac-ratgeber-page .ac-template-copy-btn{width:100%}}


/* v10.4.35: Foto auf „Handwerk & kleine Reparaturen“ wieder hochwertig integriert. */
.ac-handwerk-page .ac-handwerk-hero{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;
  gap:28px!important;
  align-items:stretch!important;
  padding:22px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#ffffff 0%,#ffffff 58%,#fff7f8 100%)!important;
  border-color:rgba(179,0,27,.18)!important;
  box-shadow:0 22px 56px rgba(18,24,40,.075)!important;
}
.ac-handwerk-page .ac-handwerk-hero-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  padding:10px 4px 10px 0!important;
}
.ac-handwerk-page .ac-handwerk-hero-kicker{
  display:inline-flex!important;
  align-self:flex-start!important;
  margin:0 0 14px!important;
  padding:7px 11px!important;
  border:1px solid rgba(179,0,27,.16)!important;
  border-radius:999px!important;
  background:#fff4f5!important;
  color:#B3001B!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
.ac-handwerk-page .ac-handwerk-hero h3{
  margin:0 0 13px!important;
  max-width:680px!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.13!important;
  letter-spacing:-.035em!important;
}
.ac-handwerk-page .ac-handwerk-hero p{
  max-width:680px!important;
  font-size:17px!important;
  line-height:1.68!important;
}
.ac-handwerk-page .ac-handwerk-hero-points{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:18px 0 0!important;
}
.ac-handwerk-page .ac-handwerk-hero-points span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:7px 11px!important;
  border:1px solid #E5E9F1!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#334155!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:900!important;
  box-shadow:0 7px 18px rgba(18,24,40,.045)!important;
}
.ac-handwerk-page .ac-handwerk-hero-actions{
  flex-direction:row!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:22px!important;
}
.ac-handwerk-page .ac-handwerk-hero-actions .btn{
  flex:1 1 205px!important;
  min-height:52px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.ac-handwerk-page .ac-handwerk-hero-media{
  position:relative!important;
  min-width:0!important;
  min-height:340px!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:#EEF1F5!important;
  box-shadow:0 18px 42px rgba(18,24,40,.12)!important;
}
.ac-handwerk-page .ac-handwerk-hero-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:340px!important;
  object-fit:cover!important;
  object-position:54% center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transition:transform .35s ease!important;
}
.ac-handwerk-page .ac-handwerk-hero-media::after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0!important;
  height:42%!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(11,18,32,0) 0%,rgba(11,18,32,.58) 100%)!important;
}
.ac-handwerk-page .ac-handwerk-hero-media figcaption{
  position:absolute!important;
  z-index:1!important;
  left:18px!important;
  right:18px!important;
  bottom:16px!important;
  margin:0!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.42!important;
  font-weight:850!important;
  text-shadow:0 2px 12px rgba(0,0,0,.45)!important;
}
@media (hover:hover) and (pointer:fine){
  .ac-handwerk-page .ac-handwerk-hero:hover .ac-handwerk-hero-media img{transform:scale(1.018)!important;}
}
@media(max-width:980px){
  .ac-handwerk-page .ac-handwerk-hero{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-media{
    min-height:300px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-media img{
    min-height:300px!important;
  }
}
@media(max-width:680px){
  .ac-handwerk-page .ac-handwerk-hero{
    padding:14px!important;
    gap:16px!important;
    border-radius:24px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-media{
    order:1!important;
    min-height:220px!important;
    border-radius:18px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-media img{
    min-height:220px!important;
    object-position:56% center!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-copy{
    order:2!important;
    padding:4px 3px 6px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-kicker{
    margin-bottom:11px!important;
    font-size:11px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero h3{
    font-size:clamp(25px,8vw,34px)!important;
    line-height:1.12!important;
  }
  .ac-handwerk-page .ac-handwerk-hero p{
    font-size:15.5px!important;
    line-height:1.62!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-points{
    gap:7px!important;
    margin-top:15px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-points span{
    min-height:31px!important;
    padding:6px 9px!important;
    font-size:12px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    margin-top:18px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-actions .btn{
    width:100%!important;
    min-height:50px!important;
  }
  .ac-handwerk-page .ac-handwerk-hero-media figcaption{
    left:13px!important;
    right:13px!important;
    bottom:12px!important;
    font-size:12px!important;
  }
}


/* v10.4.41-DE – vollständige Paketleistungen und klare Leistungsabgrenzung */
.ac-package-scope-note{
  margin:16px 0 20px;
  padding:17px 19px;
  border:1px solid rgba(179,0,27,.18);
  border-left:5px solid #B3001B;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.ac-package-scope-note strong{display:block;color:#121828;font-size:18px;margin-bottom:5px}
.ac-package-scope-note p{margin:0;color:#4A556F;line-height:1.6}
.ac-package-v104-card{display:flex;flex-direction:column;min-width:0}
.ac-package-v104-card .ac-package-details{margin-top:12px}
.ac-package-v104-card .ac-package-details + .ac-package-details{margin-top:10px}
.ac-package-v104-card .ac-package-details summary{cursor:pointer;line-height:1.35}
.ac-package-v104-card .ac-package-details li{margin-bottom:5px}
.ac-package-v104-card .ac-package-addon{margin-top:auto}
.ac-package-boundary-card{background:#fffafb}
@media(max-width:680px){
  .ac-package-scope-note{padding:15px 16px}
  .ac-package-v104-card .ac-package-details ul{padding-left:20px}
}
