.lvwp7 { max-width: 1180px; margin: 24px auto; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.lvwp7 h2, .lvwp7 h3 { margin: 18px 0 12px; }
.lv-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 22px; }
.lv-tabs a { padding: 9px 13px; border: 1px solid #d0d7de; border-radius: 8px; text-decoration: none; background: #fff; color: #1f2328; }
.lv-tabs a.active { background: #1f2328; color: #fff; border-color: #1f2328; }
.lv-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; margin: 12px 0 24px; }
.lv-card { border: 1px solid #d0d7de; background: #fff; border-radius: 10px; padding: 16px; }
.lv-card strong { display: block; font-size: 14px; color: #57606a; }
.lv-card span { display: block; font-size: 30px; font-weight: 700; margin-top: 6px; }
.lv-form { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); align-items: start; background: #f6f8fa; border: 1px solid #d0d7de; padding: 14px; border-radius: 10px; margin-bottom: 20px; }
.lv-form input, .lv-form select, .lv-form textarea { width: 100%; box-sizing: border-box; padding: 9px; border: 1px solid #c9d1d9; border-radius: 7px; background: #fff; }
.lv-form textarea { min-height: 42px; }
.lv-form button { padding: 10px 14px; border: 0; border-radius: 7px; background: #2271b1; color: #fff; cursor: pointer; font-weight: 600; }
.lv-form button:hover { background: #135e96; }
.lv-table { width: 100%; border-collapse: collapse; background: #fff; margin: 10px 0 22px; font-size: 14px; }
.lv-table th, .lv-table td { padding: 10px; border: 1px solid #d0d7de; text-align: left; vertical-align: top; }
.lv-table th { background: #f6f8fa; font-weight: 700; }
.lv-alert { border-radius: 8px; padding: 11px 13px; margin: 12px 0; border: 1px solid #badbcc; background: #d1e7dd; color: #0f5132; }
.lv-alert-error { border-color: #f5c2c7; background: #f8d7da; color: #842029; }
.lv-help { color: #57606a; font-size: 14px; }
@media (max-width: 720px) { .lv-table { display: block; overflow-x: auto; } }
.lv-form label { display: block; }
.lv-form label span { display: block; font-size: 13px; font-weight: 700; color: #57606a; margin-bottom: 4px; }
.lv-master-form { grid-template-columns: minmax(280px, 2fr) repeat(auto-fit, minmax(180px, 1fr)); }
.lv-master-form button { align-self: end; }
.lv-inline-form{display:flex;gap:8px;align-items:center;margin:4px 0;flex-wrap:wrap}.lv-inline-form input{max-width:220px}.lv-danger{background:#b91c1c!important;border-color:#991b1b!important;color:#fff!important}.lv-danger:hover{background:#991b1b!important}

/* v1.5.1 Lagerorte: Bild-1-Variante */
.lv-locations-page { --lv-blue:#1267d8; --lv-blue-soft:#eaf3ff; --lv-blue-border:#b9d6ff; --lv-red:#dc2626; --lv-red-soft:#fff1f1; --lv-yellow:#fff8df; color:#1f2937; }
.lv-page-head { display:flex; align-items:center; justify-content:space-between; gap:18px; margin:8px 0 24px; }
.lv-page-title { display:flex; align-items:center; gap:16px; }
.lv-page-title h3 { margin:0; font-size:30px; line-height:1.15; font-weight:800; }
.lv-page-title p { margin:6px 0 0; color:#4b5563; font-size:15px; }
.lv-page-icon { width:52px; height:52px; border:2px solid var(--lv-blue); color:var(--lv-blue); border-radius:999px; display:grid; place-items:center; background:#fff; }
.lv-primary-btn { border:0; border-radius:8px; background:var(--lv-blue); color:#fff; font-weight:750; padding:13px 18px; cursor:pointer; box-shadow:0 2px 8px rgba(18,103,216,.22); }
.lv-primary-btn:hover { filter:brightness(.95); }
.lv-btn-plus { font-size:22px; line-height:0; vertical-align:-1px; margin-right:8px; }
.lv-add-panel { display:none; }
.lv-add-panel.is-open { display:block; }
.lv-location-create-form { margin-top:-10px; margin-bottom:20px; }
.lv-info-box { display:flex; align-items:flex-start; gap:14px; border:1px solid var(--lv-blue-border); background:var(--lv-blue-soft); color:#06479d; border-radius:8px; padding:16px 18px; margin:0 0 20px; font-size:16px; }
.lv-info-icon { flex:0 0 auto; width:28px; height:28px; border-radius:999px; display:grid; place-items:center; color:#fff; background:var(--lv-blue); font-weight:800; font-family:Georgia,serif; }
.lv-location-table { border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid #d8dee4; border-radius:8px; box-shadow:0 1px 4px rgba(15,23,42,.04); }
.lv-location-table th { background:#fbfbfc; padding:16px 18px; font-size:15px; }
.lv-location-table td { padding:15px 18px; vertical-align:middle; }
.lv-location-table th, .lv-location-table td { border-left:0; border-right:0; border-color:#e5e7eb; }
.lv-location-table tr.lv-temp-row td { background:var(--lv-yellow); }
.lv-code-badge { display:inline-block; padding:4px 8px; border-radius:5px; background:#e8f1ff; border:1px solid #cfe2ff; color:#064fae; font-weight:800; letter-spacing:.01em; }
.lv-code-temp { background:#ffe68a; border-color:#ffd85b; color:#1f2937; }
.lv-count { color:var(--lv-blue); font-size:17px; }
.lv-actions { text-align:center !important; white-space:nowrap; }
.lv-icon-form { display:inline-flex; margin:0; }
.lv-icon-btn { width:40px; height:40px; display:grid; place-items:center; border-radius:7px; background:#fff; cursor:pointer; transition:background .15s ease, transform .15s ease; }
.lv-icon-btn:hover { transform:translateY(-1px); }
.lv-delete-btn { color:var(--lv-red); border:1.5px solid var(--lv-red); }
.lv-delete-btn:hover { background:var(--lv-red-soft); }
.lv-protected { display:inline-flex; align-items:center; gap:7px; border:1px solid #d1d5db; border-radius:6px; background:#f9fafb; color:#374151; padding:8px 11px; font-size:14px; }
.lv-delete-note { display:flex; align-items:center; gap:18px; border:1px solid #fecaca; background:#fff5f5; border-radius:8px; padding:18px 22px; margin:22px 0 6px; }
.lv-delete-note-icon { flex:0 0 auto; width:42px; height:42px; border-radius:999px; display:grid; place-items:center; background:var(--lv-red); color:#fff; }
.lv-delete-note strong { color:#b91c1c; margin-right:12px; font-size:16px; }
.lv-delete-note span { color:#374151; }
.lv-delete-note-shield { margin-left:auto; color:#d1d5db; }
@media (max-width: 760px) {
  .lv-page-head { align-items:flex-start; flex-direction:column; }
  .lv-primary-btn { width:100%; }
  .lv-page-title h3 { font-size:24px; }
}

.lv-subtabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:18px 0 22px;
  padding:10px;
  background:#f8fafc;
  border:1px solid #dbe3ec;
  border-radius:12px;
}
.lv-subtabs a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:9px;
  text-decoration:none;
  color:#1f2937;
  background:#fff;
  border:1px solid #d7dee8;
  font-weight:600;
}
.lv-subtabs a.active{
  color:#fff;
  background:#0b66d8;
  border-color:#0b66d8;
  box-shadow:0 4px 12px rgba(11,102,216,.18);
}
.lv-subtabs a:hover{
  border-color:#0b66d8;
}

.lv-inline-stock-form{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.lv-inline-stock-form select{max-width:170px}.lv-inline-stock-form input{max-width:100px}.lv-inline-stock-form button{min-width:38px;padding:8px 10px;font-weight:700}


/* v1.5.5 Meine Artikel: kompakte, nicht umbrechende Bestandsliste */
.lv-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:10px 0 22px;}
.lv-items-table{min-width:1120px;table-layout:auto;}
.lv-items-table th,.lv-items-table td{white-space:nowrap;vertical-align:middle;}
.lv-items-table td:nth-child(2){min-width:240px;}
.lv-items-table td:nth-child(6){min-width:260px;}
.lv-inline-stock-form{display:inline-flex;gap:8px;align-items:center;flex-wrap:nowrap;margin:0;white-space:nowrap;}
.lv-inline-stock-form select{width:170px;max-width:170px;height:36px;padding:6px 8px;}
.lv-inline-stock-form input{width:86px;max-width:86px;height:36px;padding:6px 8px;}
.lv-inline-stock-form .lv-add-stock-btn{width:36px;height:36px;min-width:36px;border:0;border-radius:8px;background:#1267d8;color:#fff;display:inline-grid;place-items:center;font-size:21px;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 2px 7px rgba(18,103,216,.20);}
.lv-inline-stock-form .lv-add-stock-btn:hover{filter:brightness(.94);transform:translateY(-1px);}
.lv-inline-stock-form .lv-add-stock-btn span{display:block;margin-top:-2px;}

/* v1.5.5 Stockkarten-ähnliche Eingabemaske für Bestand */
.lv-items-table{min-width:0;width:100%;}
.lv-items-table th,.lv-items-table td{white-space:normal;}
.lv-items-table td:nth-child(2){min-width:180px;}
.lv-items-table td:nth-child(6){min-width:180px;}
.lv-add-stock-link{width:36px;height:36px;border-radius:8px;background:#1267d8;color:#fff!important;display:inline-grid;place-items:center;text-decoration:none;font-size:24px;font-weight:800;line-height:1;box-shadow:0 2px 7px rgba(18,103,216,.20)}
.lv-add-stock-link:hover{filter:brightness(.94);transform:translateY(-1px)}
.lv-stock-form-page{background:#fff;border:1px solid #d8dee4;border-radius:14px;padding:22px 24px;margin:12px 0 24px;box-shadow:0 2px 10px rgba(15,23,42,.04)}
.lv-back-link{display:inline-block;margin:0 0 12px;text-decoration:none;color:#1267d8;font-weight:600}
.lv-stock-form-page h3{font-size:26px;margin:0 0 8px;font-weight:800;color:#111827}.lv-stock-form-page .lv-help{border-bottom:1px solid #e5e7eb;padding-bottom:16px;margin-bottom:20px}
.lv-stock-grid-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 22px;background:transparent;border:0;padding:0;margin:0}.lv-stock-grid-form label{display:block}.lv-stock-grid-form label span{display:block;font-weight:700;margin-bottom:6px;color:#1f2937}.lv-stock-grid-form input,.lv-stock-grid-form select,.lv-stock-grid-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfd7df;border-radius:8px;background:#fff;padding:11px 13px;font-size:15px;min-height:44px}.lv-stock-grid-form textarea{min-height:80px}.lv-stock-grid-form label:last-of-type{grid-column:1 / -1}.lv-stock-form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.lv-stock-form-actions button{border:0;border-radius:8px;background:#1267d8;color:#fff;font-weight:750;padding:13px 26px;cursor:pointer}.lv-cancel-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827!important;text-decoration:none;font-weight:600;padding:12px 24px}
@media (max-width: 980px){.lv-stock-grid-form{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 640px){.lv-stock-grid-form{grid-template-columns:1fr}.lv-stock-form-actions{flex-direction:column}.lv-stock-form-actions button,.lv-cancel-btn{width:100%;box-sizing:border-box}}

/* v1.5.6 Artikelaktionen: Hinzubuchen, Entfernen, Umbuchen als kompakte Symbole */
.lv-action-icons{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;}
.lv-action-icons .lv-icon-btn{width:34px;height:34px;min-width:34px;border-radius:8px;text-decoration:none;font-size:19px;font-weight:800;line-height:1;box-shadow:0 2px 7px rgba(15,23,42,.08);}
.lv-icon-add{border:1px solid #1267d8;color:#1267d8!important;background:#fff;}
.lv-icon-add:hover{background:#eef6ff;}
.lv-icon-remove{border:1px solid #dc2626;color:#dc2626!important;background:#fff;}
.lv-icon-remove:hover{background:#fff1f2;}
.lv-icon-transfer{border:1px solid #6b7280;color:#374151!important;background:#fff;}
.lv-icon-transfer:hover{background:#f3f4f6;}
.lv-items-table th:last-child,.lv-items-table td:last-child{text-align:center;}
.lv-items-table td:nth-child(5){min-width:220px;}
.lv-error-inline{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;grid-column:1/-1}

/* v1.5.9 Meldebestand / Ampelstatus */
.lv-icon-threshold{border:1px solid #7c3aed;color:#6d28d9!important;background:#fff;}
.lv-icon-threshold:hover{background:#f5f3ff;}
.lv-stock-badge{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-weight:700;font-size:12px;border-radius:999px;padding:4px 9px;border:1px solid transparent;}
.lv-stock-badge-green{color:#166534;background:#ecfdf5;border-color:#bbf7d0;}
.lv-stock-badge-yellow{color:#854d0e;background:#fefce8;border-color:#fde68a;}
.lv-stock-badge-red{color:#991b1b;background:#fef2f2;border-color:#fecaca;}
.lv-stock-badge-neutral{color:#475569;background:#f8fafc;border-color:#e2e8f0;}

/* v1.5.10 Gesamtbestand mit Ampelpunkt und Lagerort-Badges */
.lv-total-stock-with-status{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-weight:800;}
.lv-stock-dot{font-size:24px;line-height:1;display:inline-block;}
.lv-stock-dot-green{color:#16a34a;}
.lv-stock-dot-yellow{color:#ca8a04;}
.lv-stock-dot-red{color:#dc2626;}
.lv-stock-dot-neutral{color:#94a3b8;}
.lv-location-stock-badge{display:inline-flex;align-items:center;gap:4px;border:1px solid #dbe3ea;background:#f8fafc;color:#1f2937;border-radius:999px;padding:5px 9px;margin:2px 4px 2px 0;font-size:13px;line-height:1.2;white-space:nowrap;}
.lv-location-stock-badge strong{font-weight:800;}
.lv-items-table td:nth-child(5){min-width:260px;}


/* v1.5.11 CSV-Import und größerer Ampelpunkt */
.lv-csv-actions{margin:14px 0 18px;display:flex;gap:10px;flex-wrap:wrap;}
.lv-primary-link{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#1267d8;color:#fff!important;text-decoration:none;font-weight:750;padding:12px 18px;box-shadow:0 2px 8px rgba(18,103,216,.20);}
.lv-primary-link:hover{filter:brightness(.94);}
.lv-csv-import-form input[type=file]{padding:10px;background:#fff;}
.lv-csv-example{border:1px solid #dbe3ec;background:#f8fafc;border-radius:10px;padding:12px 14px;overflow:auto;}
.lv-csv-example code{white-space:nowrap;font-size:13px;}

/* v1.5.13 CSV-Bereich: Export als Button */
.lv-csv-actions{margin:16px 0 20px;display:flex;gap:12px;flex-wrap:wrap;align-items:center;}
.lv-csv-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;color:#fff!important;text-decoration:none;font-weight:800;padding:12px 18px;line-height:1.2;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.14);}
.lv-csv-btn:hover{filter:brightness(.95);transform:translateY(-1px);}
.lv-csv-btn-template{background:#1267d8;}
.lv-csv-btn-export{background:#15803d;}
.lv-csv-btn-import{background:#ea580c;}
.lv-csv-import-form .lv-csv-btn-import{width:auto;margin-top:6px;}

/* v1.5.14 klare Website-Navigation nach UX-Best-Practices */
.lvwp7{max-width:1220px;}
.lv-app-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:6px 0 14px;padding:18px 20px;border:1px solid #dbe3ec;border-radius:14px;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 2px 10px rgba(15,23,42,.04)}
.lv-app-header h2{margin:0;font-size:30px;line-height:1.15;font-weight:850;color:#111827}.lv-kicker{margin:0 0 4px;color:#1267d8;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.lv-header-meta{font-size:14px;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 12px;white-space:nowrap}.lv-header-meta strong{color:#111827}
.lv-tabs{position:sticky;top:0;z-index:20;display:flex;gap:8px;flex-wrap:wrap;margin:0 0 10px;padding:10px;background:rgba(248,250,252,.96);border:1px solid #dbe3ec;border-radius:14px;backdrop-filter:saturate(180%) blur(8px);box-shadow:0 2px 9px rgba(15,23,42,.05)}
.lv-tabs a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 14px;border:1px solid transparent;border-radius:10px;text-decoration:none;background:transparent;color:#1f2937;font-size:16px;font-weight:750;line-height:1.1}.lv-tabs a:hover{background:#fff;border-color:#cbd5e1}.lv-tabs a.active{background:#1267d8;color:#fff;border-color:#1267d8;box-shadow:0 4px 13px rgba(18,103,216,.22)}.lv-tabs a.active::after{content:"";width:6px;height:6px;border-radius:999px;background:#fff;margin-left:2px}.lv-nav-icon{display:inline-grid;place-items:center;width:22px;height:22px;font-weight:900;line-height:1}.lv-breadcrumb{display:flex;align-items:center;gap:8px;margin:6px 0 18px;color:#64748b;font-size:14px}.lv-breadcrumb a{color:#1267d8;text-decoration:none;font-weight:700}.lv-breadcrumb a:hover{text-decoration:underline}.lv-breadcrumb strong{color:#1f2937}
.lv-subtabs{position:relative;display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 22px;padding:10px;background:#f8fafc;border:1px solid #dbe3ec;border-radius:14px}.lv-subtabs a{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 12px;border-radius:10px;text-decoration:none;color:#1f2937;background:#fff;border:1px solid #d7dee8;font-size:15px;font-weight:750}.lv-subtabs a:hover{border-color:#1267d8;background:#f8fbff}.lv-subtabs a.active{color:#fff;background:#1267d8;border-color:#1267d8;box-shadow:0 4px 12px rgba(18,103,216,.18)}
@media (max-width:760px){.lv-app-header{align-items:flex-start;flex-direction:column}.lv-header-meta{white-space:normal}.lv-tabs{position:relative}.lv-tabs a,.lv-subtabs a{flex:1 1 calc(50% - 8px);justify-content:center}.lv-app-header h2{font-size:24px}}
@media (max-width:420px){.lv-tabs a,.lv-subtabs a{flex-basis:100%}}

/* v1.5.15 echte Website-Menüstruktur statt Button-Leiste */
.lvwp7.lvwp7-front{max-width:1280px;}
.lv-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start;}
.lv-sidebar{position:sticky;top:16px;align-self:start;background:#fff;border:1px solid #dbe3ec;border-radius:16px;box-shadow:0 4px 18px rgba(15,23,42,.06);overflow:hidden;}
.lv-sidebar-title{padding:16px 18px;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;}
.lv-menu ul{list-style:none;margin:0;padding:0;}
.lv-menu>ul{padding:8px;}
.lv-menu li{margin:0;}
.lv-menu a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;text-decoration:none;color:#1f2937;font-weight:760;line-height:1.2;border-left:4px solid transparent;}
.lv-menu a:hover{background:#f1f5f9;color:#0f172a;}
.lv-menu-item.active>a{background:#eaf3ff;color:#0756b7;border-left-color:#1267d8;}
.lv-submenu{display:none;margin:3px 0 8px 34px;padding-left:12px!important;border-left:1px solid #dbe3ec;}
.lv-menu-item.active .lv-submenu{display:block;}
.lv-submenu a{font-size:14px;font-weight:650;padding:8px 10px;color:#475569;border-left:3px solid transparent;}
.lv-submenu li.active>a{background:#1267d8;color:#fff;border-left-color:#064fae;box-shadow:0 2px 8px rgba(18,103,216,.18);}
.lv-main{min-width:0;}
.lv-breadcrumb{margin-top:0;}
.lv-tabs{display:block;position:static;margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;}
.lv-tabs a{display:flex;background:transparent;border:0;border-radius:0;box-shadow:none;}
.lv-tabs a.active{background:transparent;color:inherit;border:0;box-shadow:none;}
.lv-tabs a.active::after{display:none;}
.lv-subtabs{display:none!important;}
@media (max-width:900px){
  .lv-layout{grid-template-columns:1fr;}
  .lv-sidebar{position:relative;top:auto;}
  .lv-menu>ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;}
  .lv-menu-item.active{grid-column:1/-1;}
  .lv-submenu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:4px 0 0 0;padding-left:0!important;border-left:0;}
}
@media (max-width:520px){.lv-menu>ul,.lv-submenu{grid-template-columns:1fr!important;}}


/* v1.5.16: Artikel-Untermenü nicht dauerhaft sichtbar */
.lv-menu-item:not(.active) .lv-submenu{display:none!important;}
.lv-menu-item.active .lv-submenu{display:block;}
.lv-menu-item:has(.lv-submenu)>a::after{content:"▸";margin-left:auto;color:#94a3b8;font-size:13px;transition:transform .15s ease;}
.lv-menu-item.active:has(.lv-submenu)>a::after{content:"▾";color:#1267d8;}
@media (max-width:900px){
  .lv-menu-item:not(.active) .lv-submenu{display:none!important;}
  .lv-menu-item.active .lv-submenu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:4px 0 0 0;padding-left:0!important;border-left:0;}
}
@media (max-width:520px){.lv-menu-item.active .lv-submenu{grid-template-columns:1fr!important;}}

/* v1.5.18 Tiny horizontale Navigation mit stabilem Untermenü */
.lvwp7.lvwp7-front{max-width:1240px;}
.lv-layout{display:block;}
.lv-main{min-width:0;}
.lv-tiny-nav{
  position:sticky;
  top:0;
  z-index:50;
  margin:0 0 18px;
  background:#ffffff;
  border:1px solid #dbe3ec;
  border-radius:12px;
  box-shadow:0 2px 12px rgba(15,23,42,.06);
}
.lv-tiny-menu,
.lv-tiny-submenu{
  list-style:none;
  margin:0;
  padding:0;
}
.lv-tiny-menu{
  display:flex;
  align-items:center;
  gap:4px;
  min-height:54px;
  padding:6px;
  flex-wrap:wrap;
}
.lv-tiny-menu-item{
  position:relative;
}
.lv-tiny-menu-item>a{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:9px 13px;
  border-radius:9px;
  color:#1f2937;
  text-decoration:none;
  font-weight:750;
  line-height:1.15;
  border:1px solid transparent;
}
.lv-tiny-menu-item>a:hover{
  background:#f8fafc;
  border-color:#dbe3ec;
}
.lv-tiny-menu-item.active>a{
  color:#fff;
  background:#1267d8;
  border-color:#1267d8;
  box-shadow:0 3px 10px rgba(18,103,216,.18);
}
.lv-tiny-menu-item.has-submenu>a::after{
  content:"▾";
  margin-left:2px;
  font-size:12px;
  opacity:.75;
}
.lv-tiny-submenu{
  display:none;
  position:absolute;
  left:0;
  top:calc(100% + 6px);
  min-width:235px;
  padding:7px;
  background:#fff;
  border:1px solid #dbe3ec;
  border-radius:12px;
  box-shadow:0 14px 30px rgba(15,23,42,.14);
}
.lv-tiny-menu-item:hover>.lv-tiny-submenu{
  display:block;
}
.lv-tiny-submenu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-8px;
  height:8px;
}
.lv-tiny-submenu a{
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 10px;
  border-radius:8px;
  color:#334155;
  text-decoration:none;
  font-size:14px;
  font-weight:650;
}
.lv-tiny-submenu a:hover{
  background:#f1f5f9;
  color:#0f172a;
}
.lv-tiny-submenu li.active>a{
  background:#eaf3ff;
  color:#0756b7;
  font-weight:800;
}
.lv-sidebar,.lv-menu,.lv-tabs{display:none!important;}
@media (max-width:760px){
  .lv-tiny-nav{position:relative;}
  .lv-tiny-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}
  .lv-tiny-menu-item>a{justify-content:center;}
  .lv-tiny-submenu{position:static;min-width:0;margin-top:4px;box-shadow:none;border-radius:10px;grid-column:1/-1;}
  .lv-tiny-menu-item.active>.lv-tiny-submenu{display:block;}
}
@media (max-width:430px){.lv-tiny-menu{grid-template-columns:1fr;}}

/* v1.5.18: Untermenü bleibt beim Wechsel vom Hauptpunkt stabil geöffnet */
.lv-tiny-menu-item.has-submenu{
  padding-bottom:10px;
  margin-bottom:-10px;
}
.lv-tiny-submenu{
  top:100%;
  margin-top:0;
  z-index:999;
}
.lv-tiny-submenu::before{
  top:-18px;
  height:18px;
}
.lv-tiny-menu-item.has-submenu:hover>.lv-tiny-submenu,
.lv-tiny-menu-item.has-submenu>.lv-tiny-submenu:hover{
  display:block;
}
.lv-tiny-submenu a{
  min-height:38px;
}
@media (max-width:760px){
  .lv-tiny-menu-item.has-submenu{padding-bottom:0;margin-bottom:0;}
  .lv-tiny-submenu{top:auto;margin-top:4px;z-index:auto;}
}


/* v1.0.3: Dropdown nur bei tatsächlichem Überfahren anzeigen. Fokus nach einem Klick hält es nicht mehr offen. */
@media (min-width:761px){
  .lv-tiny-menu-item.has-submenu>.lv-tiny-submenu{display:none;}
  .lv-tiny-menu-item.has-submenu:hover>.lv-tiny-submenu,
  .lv-tiny-menu-item.has-submenu>.lv-tiny-submenu:hover{display:block;}
}
