
:root{--orange:#ef7d00;--ink:#111;--muted:#666;--line:#ddd;--bg:#f6f6f3}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.wrap{max-width:1220px;margin:auto;padding:0 28px}
header{border-bottom:1px solid var(--line);background:#fff}.header{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:29px;font-weight:700}.brand small{display:block;font-size:11px;letter-spacing:2px;color:#777;font-weight:400;margin-top:4px}nav{display:flex;gap:24px}
.btn{display:inline-block;background:var(--orange);color:#fff;border:0;padding:12px 17px;font-weight:700;cursor:pointer}.btn.black{background:#111}.btn.outline{background:#fff;color:#111;border:1px solid #111}.btn.small{padding:8px 11px;font-size:12px}.btn.danger{background:#9c1b1b}
.hero{background:#faf9f6;padding:48px 0}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.hero h1{font-size:62px;line-height:.96;margin:12px 0 18px}.hero p{font-size:19px;color:#555;line-height:1.55}.hero img{width:100%;height:440px;object-fit:contain}.kicker{color:var(--orange);font-size:12px;font-weight:700;letter-spacing:2px}
.section{padding:58px 0}.section.alt{background:var(--bg)}.section h2{font-size:40px;margin:0 0 10px}.lead{font-size:17px;color:#666}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;margin-top:25px}.card{border:1px solid var(--line);background:#fff}.card-img{height:215px;background:#ecebe7;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover}.card-body{padding:20px}.card h3{font-size:23px;margin:5px 0 8px}.meta{color:#666;line-height:1.5}
.product{display:grid;grid-template-columns:1fr 390px;gap:32px;padding:30px 0}.main-photo img{width:100%;height:470px;object-fit:cover;border:1px solid var(--line)}.thumbs{display:flex;gap:9px;margin-top:9px}.thumb{width:100px;height:73px;padding:0;border:1px solid var(--line);background:#fff}.thumb img{width:100%;height:100%;object-fit:cover}.title{font-size:42px;margin:20px 0 8px}.desc{font-size:18px;line-height:1.5;color:#555}.specs{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:14px 0}.spec{padding:9px 8px;border-right:1px solid var(--line)}.spec:last-child{border-right:0}.spec small{display:block;font-size:9px;color:#777}.spec b{font-size:16px}.prices{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fafafa}.price{padding:16px 10px;text-align:center;border-right:1px solid var(--line)}.price:last-child{border-right:0}.price small{display:block;color:#777}.price b{font-size:23px;display:block;margin-top:6px}
.side{border:1px solid var(--line);padding:21px;background:#fff}.side h3{font-size:24px}.accessory{padding:10px 0;border-bottom:1px solid #eee}.accessory:last-child{border-bottom:0}
footer{background:#151515;color:#bbb;padding:32px 0;margin-top:45px}
.admin{background:#f4f6f8;min-height:100vh}.admin-head{background:#fff;border-bottom:1px solid #ddd}.adminbar{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:15px}.adminlinks{display:flex;gap:10px}.panel{background:#fff;border:1px solid #e1e4e8;padding:22px;margin:22px 0}.table{width:100%;border-collapse:collapse}.table th,.table td{border:1px solid #ddd;padding:10px;text-align:left;vertical-align:top}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:700}.field input,.field textarea,.field select{padding:10px;border:1px solid #bbb;font:inherit}.field textarea{min-height:90px}.full{grid-column:1/-1}.dropzone{border:2px dashed #aaa;background:#fafafa;padding:28px;text-align:center;cursor:pointer}.dropzone.drag{border-color:var(--orange);background:#fff3e6}.preview{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.preview img{width:100px;height:74px;object-fit:cover;border:1px solid #ccc}.acc-row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr auto;gap:7px;margin:7px 0}
.login{max-width:430px;margin:70px auto;background:#fff;border:1px solid #ddd;padding:25px}
@media(max-width:900px){nav{display:none}.hero-grid,.cards,.product,.form-grid{grid-template-columns:1fr}.hero h1{font-size:44px}.hero img{height:auto}.specs,.prices{grid-template-columns:1fr 1fr}.full{grid-column:auto}.acc-row{grid-template-columns:1fr}}

/* V7.1 */
.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.dow{text-align:center;font-size:11px;font-weight:700;color:#777;padding:6px}.day{min-height:54px;border:1px solid #e3e3e3;background:#fff;padding:7px;font-size:12px}.day.free{background:#e3f1e6}.day.reserve{background:#fff0c9}.day.busy{background:#f1d9d9}.day.maint{background:#e7e7e7}.day.clickable{cursor:pointer}.day.clickable:hover{outline:2px solid #111;outline-offset:-2px}.legend{display:flex;gap:14px;flex-wrap:wrap;margin:12px 0;font-size:12px}.swatch{display:inline-block;width:11px;height:11px;border:1px solid #aaa;margin-right:4px}
.img-item{position:relative}.img-item button{position:absolute;right:3px;top:3px;width:25px;height:25px;border:0;background:#9c1b1b;color:#fff;font-weight:700;cursor:pointer}
.invoice-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.invoice-form .full{grid-column:1/-1}
@media(max-width:800px){.invoice-form{grid-template-columns:1fr}.invoice-form .full{grid-column:auto}}

/* V7.2 */
.price-from{font-size:15px;font-weight:700;margin:12px 0}.price-from span{font-size:23px}
.range-selected{background:#ef7d00!important;color:#fff!important;outline:2px solid #111;outline-offset:-2px}
.range-between{background:#ffd9ad!important}
.selection-box{border:1px solid #ddd;background:#fafafa;padding:14px;margin:14px 0}
.master-wrap{overflow:auto;border:1px solid #ddd;background:#fff}.master{border-collapse:collapse;min-width:1050px;width:100%}.master th,.master td{border:1px solid #ddd;padding:6px;text-align:center;font-size:12px}.master .machine-col{position:sticky;left:0;background:#fff;z-index:2;text-align:left;min-width:210px}.master .free{background:#e3f1e6}.master .reserve{background:#fff0c9}.master .busy{background:#f1d9d9}.master .maint{background:#dce8fb}.master .summary-open{background:#fff}.master .summary-full{background:#efefef}
.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.dash{background:#fff;border:1px solid #ddd;padding:18px}.dash small{display:block;color:#777}.dash b{font-size:29px;display:block;margin-top:5px}.revenue-table{width:100%;border-collapse:collapse}.revenue-table th,.revenue-table td{border:1px solid #ddd;padding:8px;text-align:right}.revenue-table th:first-child,.revenue-table td:first-child{text-align:left}
.legal h2{margin-top:35px;font-size:24px}.legal h3{margin-top:24px}.legal p,.legal li{line-height:1.6;color:#333}.legal .placeholder{background:#fff1c9;border:1px solid #d6bd72;padding:10px}
@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.dashboard-grid{grid-template-columns:1fr}}

/* V7.3 fixes */
.day.maint{background:#bcd4f7!important;color:#0b315f}
.master .maint{background:#bcd4f7!important;color:#0b315f}

/* V7.4 */
.day.maint,.master .maint{background:#8fb9f2!important;color:#062b57!important}
.day .status-label{display:block;font-size:9px;margin-top:4px;font-weight:700}
.day .reset-day{float:right;border:0;background:#fff;color:#9c1b1b;font-weight:700;cursor:pointer;padding:0 4px}
.accessory-select{margin-top:15px;border:1px solid #ddd;background:#fafafa;padding:14px}
.accessory-select label{display:block;background:#fff;border:1px solid #ddd;padding:9px;margin:7px 0;cursor:pointer}
.accessory-select label.selected{border-color:#ef7d00;background:#fff4e8}
.checkout-box{background:#fff;border:1px solid #ddd;padding:22px}
.payment-option{display:block;border:1px solid #ddd;padding:12px;margin:8px 0;background:#fff}
.payment-option.disabled{opacity:.5}
.address-check{margin-top:8px;font-size:13px}
.address-ok{color:#176d2d;font-weight:700}.address-bad{color:#9c1b1b;font-weight:700}

.toolbar{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}

/* V8.0 */
.repair-notice{border:1px solid #b8b8b8;padding:14px;margin:0 0 16px 0;background:#f3f3f3}.status-active{font-weight:700}.status-inactive{font-weight:700}.status-repair{font-weight:700}

/* V8.3 – iPhone / Smartphone */
.status-active{font-weight:700;color:#176d2d}
.status-inactive{font-weight:700;color:#9c1b1b}
.status-repair{font-weight:700;color:#9a5b00}
.repair-on{background:#111!important;color:#fff!important}
.maintenance-ribbon{position:absolute;z-index:20;top:62px;left:-48px;width:270px;text-align:center;padding:10px 0;background:#111;color:#fff;font-weight:800;font-size:12px;letter-spacing:1px;transform:rotate(-35deg);box-shadow:0 2px 5px rgba(0,0,0,.18)}
.product{position:relative}
.card-maintenance{display:inline-block;background:#111;color:#fff;font-weight:800;font-size:11px;letter-spacing:.7px;padding:6px 9px;margin-bottom:8px}

@media(max-width:768px){
  .wrap{padding:0 14px}
  .header{height:auto;min-height:64px;padding:10px 0;align-items:flex-start}
  .brand{font-size:23px}
  .header>.btn{padding:10px 11px;font-size:11px;white-space:nowrap}
  .hero{padding:28px 0}
  .hero h1{font-size:38px;line-height:1}
  .hero p{font-size:16px}
  .section{padding:34px 0}
  .section h2{font-size:30px}
  .cards{grid-template-columns:1fr;gap:14px}
  .card-img{height:220px}
  .product{grid-template-columns:1fr!important;gap:18px;padding:15px 0}
  .main-photo img{height:auto;max-height:360px;object-fit:contain}
  .thumbs{overflow-x:auto;padding-bottom:5px}
  .thumb{min-width:82px;height:64px}
  .title{font-size:32px;margin-top:14px}
  .desc{font-size:16px}
  .side{padding:14px}
  .specs,.prices{grid-template-columns:1fr 1fr}
  .spec,.price{padding:10px 7px}
  .price b{font-size:19px}
  .calendar{grid-template-columns:repeat(7,minmax(0,1fr));gap:1px}
  .dow{font-size:9px;padding:4px 1px}
  .day{min-height:42px;padding:4px 2px;font-size:11px}
  .legend{gap:7px;font-size:10px}
  .selection-box,.accessory-select{padding:10px}
  .accessory-select label{padding:8px;font-size:13px}
  .btn{padding:11px 12px}
  .checkout-box{padding:14px}
  .form-grid,.invoice-form,.admin-grid,.admin-form-grid{grid-template-columns:1fr!important}
  .full{grid-column:auto!important}
  .table{display:block;overflow-x:auto;white-space:nowrap}
  .adminbar{align-items:flex-start;flex-direction:column;padding:10px 0}
  .adminlinks{width:100%;overflow-x:auto;padding-bottom:5px}
  .adminlinks a{white-space:nowrap}
  .master-wrap{max-width:100vw}
  footer{padding:24px 0;font-size:12px}
  .maintenance-ribbon{top:42px;left:-62px;width:250px;font-size:10px}
}

@media(max-width:430px){
  .hero h1{font-size:34px}
  .header>.btn{display:none}
  .main-photo img{max-height:300px}
  .specs,.prices{grid-template-columns:1fr 1fr}
  .day{min-height:39px;font-size:10px}
  .calendar{gap:0}
  .side h3{font-size:20px}
}

/* V8.4 */
.admin-version{font-size:12px;color:#666;font-weight:400}
body:not(.admin) .header{justify-content:flex-start}
body:not(.admin) .header nav{margin-left:auto}
@media(max-width:768px){
  body:not(.admin) .header{align-items:center}
}

/* V8.5 */
.maintenance-watermark{position:absolute;inset:0;background:rgba(255,255,255,.58);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;pointer-events:none}
.maintenance-watermark span{background:#111;color:#fff;padding:10px 28px;font-weight:800;letter-spacing:1px;transform:rotate(-8deg)}
.maintenance-watermark small{margin-top:18px;background:#fff;padding:6px 9px;font-weight:700}
.card-img{position:relative}.card-watermark{position:absolute;inset:0;background:rgba(255,255,255,.56);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-watermark b{background:#111;color:#fff;padding:8px 10px}.card-watermark small{margin-top:8px;background:#fff;padding:4px 7px}
.repair-on{background:#111!important;color:#fff!important}
@media(max-width:768px){
 .adminbar{flex-direction:column;align-items:flex-start;padding:10px 0}
 .adminlinks{display:flex;width:100%;overflow-x:auto;gap:8px;padding-bottom:6px}
 .adminlinks a{white-space:nowrap}
 .table{display:block;overflow-x:auto}
 .panel{padding:14px}
 .btn{min-height:42px}
}

/* V8.6 – Startseite Wartung & Admin-Aufräumung */
.card-watermark{display:none!important}
.maintenance-status-line{
  margin:10px 0 2px;
  padding:9px 10px;
  border-left:4px solid #111;
  background:#f3f3f3;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  font-size:12px;
}
.maintenance-status-line b{font-size:12px}
.maintenance-status-line span{color:#666}

.admin-head{
  background:#fff;
  border-bottom:1px solid #d9d9d9;
  position:sticky;
  top:0;
  z-index:100;
}
.adminbar{
  min-height:62px;
  display:flex;
  align-items:center;
  gap:18px;
}
.admin-brand{
  min-width:180px;
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.admin-brand b{font-size:18px}
.admin-brand small{font-size:11px;color:#777;margin-top:4px}
.adminlinks{
  display:flex;
  align-items:center;
  gap:5px;
  flex-wrap:wrap;
  margin-left:auto;
}
.adminlinks a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:34px;
  padding:7px 9px;
  border:1px solid transparent;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.adminlinks a:hover{
  border-color:#bbb;
  background:#f6f6f6;
}
.nav-ico{
  width:18px;
  height:18px;
  border:1px solid #c9c9c9;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:700;
  background:#fff;
}

.article-table{
  table-layout:fixed;
  width:100%;
}
.article-table th:nth-child(1),.article-table td:nth-child(1){width:29%}
.article-table th:nth-child(2),.article-table td:nth-child(2){width:17%}
.article-table th:nth-child(3),.article-table td:nth-child(3){width:12%;min-width:100px}
.article-table th:nth-child(4),.article-table td:nth-child(4){width:14%}
.article-table th:nth-child(5),.article-table td:nth-child(5){width:28%}
.article-table .price-cell{
  white-space:nowrap;
  text-align:right;
  padding-right:14px;
}
.article-table .price-value{font-weight:700}
.article-table .price-euro{white-space:nowrap}
.article-table .action-cell{padding:8px}
.action-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}
.action-buttons .btn{
  margin:0!important;
  min-width:0;
  white-space:nowrap;
}

@media(max-width:900px){
  .adminbar{
    flex-direction:column;
    align-items:flex-start;
    padding:9px 0;
    gap:8px;
  }
  .adminlinks{
    width:100%;
    margin-left:0;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
  }
  .adminlinks a{flex:0 0 auto}
  .article-table{
    min-width:820px;
    table-layout:fixed;
  }
  .panel{overflow:hidden}
  .table{overflow-x:auto}
}

@media(max-width:600px){
  .admin-brand b{font-size:17px}
  .adminlinks a{font-size:11px;padding:7px 8px}
  .nav-ico{width:17px;height:17px}
  .panel{padding:12px}
  .action-buttons .btn{min-height:36px;padding:8px 9px;font-size:11px}
}

/* V8.7 */
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-card{border:1px solid #ddd;background:#fff;padding:18px}
@media(max-width:768px){
 .settings-grid{grid-template-columns:1fr}
 .admin .article-table thead{display:none}
 .admin .article-table,.admin .article-table tbody,.admin .article-table tr,.admin .article-table td{display:block;width:100%!important;min-width:0!important}
 .admin .article-table tr{border:1px solid #ddd;margin-bottom:12px;background:#fff;padding:8px}
 .admin .article-table td{border:0!important;border-bottom:1px solid #eee!important;padding:9px 8px!important;text-align:left!important;white-space:normal!important}
 .admin .article-table td:last-child{border-bottom:0!important}
 .admin .article-table td::before{content:attr(data-label);display:block;font-size:10px;color:#777;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px}
 .action-buttons{display:flex;flex-direction:column;align-items:stretch}
 .action-buttons .btn{width:100%}
}

/* V8.8 – Wartung auf Start-/Maschinenseite deutlicher */
.maintenance-status-line{
  border-left-color:#b00020!important;
  background:#fff1f2!important;
}
.maintenance-status-line b{
  color:#b00020!important;
  font-weight:800;
}
.maintenance-status-line span{
  color:#7a1f2c!important;
}

/* V8.9 – nur Admin */
.icon-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.icon-btn{width:38px;height:38px;border:1px solid #bbb;background:#fff;font-size:19px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}
.icon-btn:hover{background:#f1f1f1;border-color:#888}
.icon-btn.is-on{background:#fff3df;border-color:#d98800}
.icon-btn.is-danger-on{background:#ffe8e8;border-color:#c30000}
.icon-btn.trash{color:#b00020}
.status-unavailable{font-weight:700;color:#b00020}
.master .unavailable,.day.unavailable{background:#dedede!important;color:#444!important}
@media(max-width:768px){
  .icon-actions{display:grid;grid-template-columns:repeat(4,42px);gap:8px}
  .icon-btn{width:42px;height:42px}
}

/* V9.3 – ausschließlich Adminbereich */
.admin .icon-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.admin .icon-btn{width:38px;height:38px;border:1px solid #bbb;background:#fff;font-size:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}
.admin .icon-btn:hover{background:#f1f1f1;border-color:#888}
.admin .icon-btn.is-on{background:#fff4df;border-color:#d88900}
.admin .icon-btn.is-danger-on{background:#ffe9e9;border-color:#b00020}
.admin .icon-btn.trash{color:#b00020}
.admin .status-unavailable{font-weight:700;color:#b00020}
.admin .article-table .price-cell{white-space:nowrap;min-width:95px;text-align:right}
.admin .master .unavailable,.admin .day.unavailable{background:#dedede!important;color:#444!important}
@media(max-width:768px){
  .admin .icon-actions{display:grid;grid-template-columns:repeat(4,42px);gap:8px}
  .admin .icon-btn{width:42px;height:42px}
}

/* V9.4 Admin Artikel */
.admin .article-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}
@media(max-width:768px){.admin .article-head{align-items:stretch;flex-direction:column}.admin .article-head .btn{width:100%}}

/* V9.5 – DK Mietpark Schriftlogo nach Schild-Optik */
.dk-logo-mark{display:inline-flex;align-items:center;gap:7px;font-family:Arial,sans-serif;font-weight:900;letter-spacing:-1px;line-height:1}
.dk-logo-mark .dk-box{display:inline-flex;align-items:center;justify-content:center;background:#f28c00;color:#111;padding:5px 6px;font-size:22px}
.dk-logo-mark .dk-word{color:#111;font-size:22px}

/* =========================================================
   DK-Mietpark V10.0 – neue öffentliche Startseite
   ========================================================= */
.home-v10{background:#fff;color:#111}
.home-v10 .site-header{background:#fff;border-bottom:1px solid #ddd;position:relative;z-index:5}
.home-v10 .header{min-height:92px;display:flex;align-items:center;gap:28px}
.home-v10 .brand{margin-right:auto;text-decoration:none}
.home-v10 .dk-logo-mark{display:flex;flex-direction:column;align-items:flex-start;gap:1px}
.home-v10 .dk-box{background:none!important;padding:0!important;font-size:0!important;display:flex!important;letter-spacing:-8px!important}
.home-v10 .dk-d,.home-v10 .dk-k{font:bold 54px/44px Arial,sans-serif}
.home-v10 .dk-d{color:#111}
.home-v10 .dk-k{color:#ef5b0c}
.home-v10 .dk-word{font:bold 23px/24px Arial,sans-serif!important;letter-spacing:2px!important;color:#111!important}
.home-v10 .main-nav{display:flex;align-items:center;gap:31px}
.home-v10 .main-nav a{font-weight:800;font-size:14px;color:#111;text-decoration:none;white-space:nowrap;padding:36px 0 28px}
.home-v10 .main-nav a.active{color:#ef5b0c;border-bottom:2px solid #ef5b0c}
.home-v10 .main-nav .wa-nav{color:#111}
.home-v10 .main-nav .wa-nav::first-letter{color:#20b858}
.home-v10 .header-cta{white-space:nowrap}
.btn.orange{background:#ef5b0c;color:#fff;border-color:#ef5b0c}
.btn.whatsapp{background:#fff;color:#111;border:1px solid #777}
.btn.whatsapp::first-letter{color:#20b858}

.hero-v10{padding:0;background:#f6f6f4}
.hero-v10-grid{display:grid;grid-template-columns:48% 52%;min-height:510px;max-width:none!important;padding:0!important}
.hero-v10-copy{padding:66px max(42px,calc((100vw - 1180px)/2)) 55px max(42px,calc((100vw - 1180px)/2));padding-right:35px;background:linear-gradient(90deg,#fff 0%,#fff 78%,rgba(255,255,255,.2) 100%);position:relative;z-index:2}
.hero-v10-copy h1{margin:0 0 16px;font-family:Arial,sans-serif;font-size:54px;line-height:1.04;letter-spacing:-2px}
.hero-v10-copy h1 span,.hero-v10-copy h1 strong{display:block}
.hero-v10-copy h1 strong{color:#ef5b0c}
.hero-v10-copy h2{font-size:23px;margin:0 0 24px}
.hero-v10-copy ul{list-style:none;padding:0;margin:0 0 28px;font-size:18px;line-height:1.9}
.hero-v10-copy li:before{content:"✓";color:#ef5b0c;font-weight:900;margin-right:13px}
.hero-actions{display:flex;gap:16px}
.hero-v10-photo{overflow:hidden;min-width:0}
.hero-v10-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

.benefit-strip{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}
.benefits>div{display:flex;align-items:center;gap:15px;padding:0 25px;border-right:1px solid #ddd}
.benefits>div:last-child{border-right:0}
.benefits b{width:58px;height:58px;flex:0 0 58px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:25px}
.benefits span{display:flex;flex-direction:column;gap:6px}
.benefits strong{font-size:14px}
.benefits small{font-size:13px;line-height:1.5;color:#333}
.home-v10 .section-title{text-align:center;margin-bottom:28px}
.home-v10 .section-title h2{font-size:34px;margin-bottom:7px}
.home-v10 .section-title p{margin:0;color:#444}
.home-v10 #cards.cards{grid-template-columns:repeat(3,1fr)}

@media(max-width:1050px){
 .home-v10 .main-nav a:nth-child(3),.home-v10 .main-nav a:nth-child(4){display:none}
 .hero-v10-copy h1{font-size:44px}
 .benefits{grid-template-columns:repeat(2,1fr);gap:20px}
 .benefits>div:nth-child(2){border-right:0}
}
@media(max-width:760px){
 .home-v10 .header{min-height:72px;padding:8px 15px}
 .home-v10 .dk-d,.home-v10 .dk-k{font-size:42px;line-height:34px}
 .home-v10 .dk-word{font-size:17px!important;line-height:18px!important}
 .home-v10 .main-nav{margin-left:auto;gap:15px}
 .home-v10 .main-nav a{padding:24px 0 18px;font-size:12px}
 .home-v10 .main-nav a:not(:nth-child(2)){display:none}
 .home-v10 .header-cta{display:none}
 .hero-v10-grid{grid-template-columns:1fr;min-height:0}
 .hero-v10-copy{padding:38px 22px}
 .hero-v10-copy h1{font-size:39px}
 .hero-v10-copy h2{font-size:20px}
 .hero-v10-copy ul{font-size:16px}
 .hero-actions{flex-direction:column}
 .hero-actions .btn{text-align:center}
 .hero-v10-photo{height:300px}
 .benefits{grid-template-columns:1fr;padding:15px 20px}
 .benefits>div{border-right:0;border-bottom:1px solid #ddd;padding:14px 0}
 .benefits>div:last-child{border-bottom:0}
 .home-v10 #cards.cards{grid-template-columns:1fr}
}

/* V10.1 – einheitlicher öffentlicher Kopfbereich auf ALLEN Seiten */
.site-header{background:#fff;border-bottom:1px solid #ddd;position:relative;z-index:50}
.site-header .header{min-height:92px;display:flex;align-items:center;gap:28px}
.site-header .brand{margin-right:auto;text-decoration:none}
.site-header .dk-logo-mark{display:flex;flex-direction:column;align-items:flex-start;gap:1px}
.site-header .dk-box{background:none!important;padding:0!important;font-size:0!important;display:flex!important;letter-spacing:-8px!important}
.site-header .dk-d,.site-header .dk-k{font:bold 54px/44px Arial,sans-serif}
.site-header .dk-d{color:#111}
.site-header .dk-k{color:#ef5b0c}
.site-header .dk-word{font:bold 23px/24px Arial,sans-serif!important;letter-spacing:2px!important;color:#111!important}
.site-header .main-nav{display:flex;align-items:center;gap:31px}
.site-header .main-nav a{font-weight:800;font-size:14px;color:#111;text-decoration:none;white-space:nowrap;padding:36px 0 28px}
.site-header .main-nav a.active{color:#ef5b0c;border-bottom:2px solid #ef5b0c}
.site-header .wa-nav{color:#111}
.site-header .header-cta{white-space:nowrap;background:#ef5b0c;color:#fff}
.hero-real-bagger img{object-fit:cover;object-position:center}
@media(max-width:1050px){
  .site-header .main-nav a:nth-child(3),.site-header .main-nav a:nth-child(4){display:none}
}
@media(max-width:760px){
  .site-header .header{min-height:72px;padding:8px 15px}
  .site-header .dk-d,.site-header .dk-k{font-size:42px;line-height:34px}
  .site-header .dk-word{font-size:17px!important;line-height:18px!important}
  .site-header .main-nav{margin-left:auto;gap:15px}
  .site-header .main-nav a{padding:24px 0 18px;font-size:12px}
  .site-header .main-nav a:not(.active){display:none}
  .site-header .header-cta{display:none}
}

/* V10.2 */
.hero-real-bagger{background:#eee}
.hero-real-bagger img{width:100%;height:100%;object-fit:cover;object-position:center center}
.info-page{padding:60px 0 80px;background:#fff}
.info-hero{max-width:850px;margin-bottom:50px}
.info-hero>span{color:#ef5b0c;font-weight:800;letter-spacing:2px;font-size:13px}
.info-hero h1{font-size:48px;line-height:1.05;margin:12px 0 20px}
.info-hero h1 em{font-style:normal;color:#ef5b0c}
.info-hero p{font-size:19px;line-height:1.65;color:#333}
.info-grid,.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#ddd;border:1px solid #ddd}
.info-grid section,.steps-grid section{background:#fff;padding:32px}
.info-grid h2,.steps-grid h2{font-size:19px;margin:0 0 12px}
.info-grid p,.steps-grid p{line-height:1.65;color:#444;margin:0}
.steps-grid section>b{display:block;color:#ef5b0c;font-size:30px;margin-bottom:15px}
.info-cta{margin-top:45px;padding:35px;border-left:5px solid #ef5b0c;background:#f5f5f3}
.info-cta h2{margin-top:0}.info-cta .btn{margin-right:10px;margin-top:10px}
.rental-rules{margin-top:45px;border-top:3px solid #111}
.rental-rules h2{font-size:24px}
.rental-rules>div{display:grid;grid-template-columns:180px 1fr;padding:17px 0;border-top:1px solid #ddd}
@media(max-width:760px){
 .info-page{padding:35px 0 55px}
 .info-hero h1{font-size:36px}
 .info-grid,.steps-grid{grid-template-columns:1fr}
 .rental-rules>div{grid-template-columns:1fr;gap:5px}
}

/* V10.4 approved hero visual */
.hero-approved-v104{overflow:hidden;background:#fff}
.hero-approved-v104 img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}

/* V10.5: echtes Hero-Motiv statt kompletter Webseiten-Grafik */
.hero-scene-v105{position:relative;overflow:hidden;background:#fff}
.hero-scene-v105 img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.hero-scene-v105:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
 background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.82) 7%,rgba(255,255,255,.28) 17%,rgba(255,255,255,0) 31%)}

/* V10.6 – Hero korrekt als reines Baustellenfoto */
.hero-scene-v106{position:relative;overflow:hidden;background:#fff}
.hero-scene-v106 img{
  width:100%;height:100%;display:block;
  object-fit:cover;
  object-position:58% center;
}
.hero-scene-v106:before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,
    rgba(255,255,255,.92) 0%,
    rgba(255,255,255,.62) 8%,
    rgba(255,255,255,.18) 18%,
    rgba(255,255,255,0) 30%);
}

/* V10.7 – Hero weiter nach links, bündiger Übergang, Textbereich weißer */
.hero-v10{overflow:hidden}
.hero-scene-v106{
  margin-left:-150px;
  width:calc(100% + 150px);
}
.hero-scene-v106 img{
  object-position:48% center;
}
.hero-scene-v106:before{
  background:linear-gradient(90deg,
    #fff 0%,
    rgba(255,255,255,.98) 10%,
    rgba(255,255,255,.90) 20%,
    rgba(255,255,255,.62) 30%,
    rgba(255,255,255,.20) 40%,
    rgba(255,255,255,0) 50%);
}
@media(max-width:900px){
  .hero-scene-v106{margin-left:0;width:100%}
  .hero-scene-v106 img{object-position:58% center}
}

/* V10.8 – harte Korrektur des Hero-Layouts, nicht nur Bildposition */
@media (min-width:901px){
  .hero-v10-grid{
    position:relative !important;
    display:block !important;
    min-height:610px !important;
    overflow:hidden !important;
    background:#fff !important;
  }
  .hero-v10-copy{
    position:relative !important;
    z-index:2 !important;
    width:48% !important;
    min-height:610px !important;
    box-sizing:border-box !important;
    background:linear-gradient(90deg,
      #fff 0%,
      #fff 68%,
      rgba(255,255,255,.96) 78%,
      rgba(255,255,255,.72) 88%,
      rgba(255,255,255,0) 100%) !important;
  }
  .hero-scene-v106{
    position:absolute !important;
    z-index:1 !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:32% !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    overflow:hidden !important;
  }
  .hero-scene-v106 img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:55% center !important;
  }
  .hero-scene-v106:before{
    background:linear-gradient(90deg,
      #fff 0%,
      rgba(255,255,255,.92) 6%,
      rgba(255,255,255,.58) 14%,
      rgba(255,255,255,.18) 23%,
      rgba(255,255,255,0) 32%) !important;
  }
}

/* V10.9 – exakt die Baustellenszene aus der freigegebenen Vorschau */
@media (min-width:901px){
  .hero-v10-grid{
    position:relative!important;
    display:block!important;
    min-height:545px!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  .hero-v10-copy{
    position:relative!important;
    z-index:3!important;
    width:43%!important;
    min-height:545px!important;
    box-sizing:border-box!important;
    background:linear-gradient(90deg,
      #fff 0%,
      #fff 72%,
      rgba(255,255,255,.97) 82%,
      rgba(255,255,255,.72) 91%,
      rgba(255,255,255,0) 100%)!important;
  }
  .hero-preview-v109{
    position:absolute!important;
    z-index:1!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:30%!important;
    width:auto!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .hero-preview-v109 img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
  }
  .hero-preview-v109:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(90deg,
      #fff 0%,
      rgba(255,255,255,.94) 7%,
      rgba(255,255,255,.58) 15%,
      rgba(255,255,255,.18) 24%,
      rgba(255,255,255,0) 34%)!important;
  }
}
@media(max-width:900px){
  .hero-preview-v109{position:relative!important;left:auto!important;width:100%!important;height:300px!important}
  .hero-preview-v109 img{object-fit:cover!important;object-position:62% center!important}
}

/* V11.0 – Artikelreihenfolge + Bilder Drag & Drop */
.admin .order-cell{white-space:nowrap;min-width:110px}
.admin .order-number{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;font-weight:800;background:#f3f3f3;margin-right:5px}
.admin .order-btn{width:29px;height:29px;border:1px solid #bbb;background:#fff;cursor:pointer;padding:0;font-size:11px}
.admin .order-btn:hover:not(:disabled){background:#111;color:#fff}
.admin .order-btn:disabled{opacity:.25;cursor:default}
.admin .dropzone{min-height:100px;border:2px dashed #bbb;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;cursor:pointer;background:#fafafa;font-weight:700}
.admin .dropzone.dragover{border-color:#ef5b0c;background:#fff6ef}
.admin .dropzone.uploading{opacity:.65;pointer-events:none}
.admin .preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:12px}
.admin .image-preview-card{border:1px solid #ddd;background:#fff}
.admin .image-preview-card img{display:block;width:100%;height:110px;object-fit:cover}
.admin .image-preview-actions{display:flex;align-items:center;gap:5px;padding:6px;font-size:10px;font-weight:800}
.admin .image-preview-actions span{margin-right:auto}
.admin .mini-img-btn{width:28px;height:28px;border:1px solid #bbb;background:#fff;cursor:pointer}
.admin .mini-img-btn.danger{color:#b00020}
@media(max-width:768px){
  .admin .order-cell{display:flex!important;align-items:center;gap:4px}
  .admin .preview{grid-template-columns:repeat(2,1fr)}
}

/* =========================================================
   V11.1 – Hero exakt an letzte freigegebene Vorschau angepasst
   Bild läuft weiter nach links, endet rechts bündig im Seitenraster
   ========================================================= */

@media (min-width: 901px){

  .hero-v10{
    background:#fff !important;
    overflow:hidden !important;
  }

  .hero-v10-grid{
    position:relative !important;
    display:block !important;
    max-width:1180px !important;
    margin:0 auto !important;
    min-height:500px !important;
    overflow:hidden !important;
    background:#fff !important;
  }

  .hero-v10-copy{
    position:relative !important;
    z-index:3 !important;
    width:41% !important;
    min-height:500px !important;
    box-sizing:border-box !important;
    padding-top:58px !important;
    padding-bottom:46px !important;
    background:linear-gradient(
      90deg,
      #fff 0%,
      #fff 68%,
      rgba(255,255,255,.98) 78%,
      rgba(255,255,255,.82) 88%,
      rgba(255,255,255,0) 100%
    ) !important;
  }

  .hero-preview-v109{
    position:absolute !important;
    z-index:1 !important;
    top:0 !important;
    bottom:0 !important;
    left:24% !important;
    right:0 !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    overflow:hidden !important;
  }

  .hero-preview-v109 img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:58% center !important;
  }

  .hero-preview-v109:before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:2 !important;
    pointer-events:none !important;
    background:linear-gradient(
      90deg,
      #fff 0%,
      rgba(255,255,255,.98) 8%,
      rgba(255,255,255,.78) 17%,
      rgba(255,255,255,.42) 25%,
      rgba(255,255,255,.10) 33%,
      rgba(255,255,255,0) 40%
    ) !important;
  }

  .hero-v10-copy h1{
    font-size:52px !important;
    line-height:1.02 !important;
    margin-bottom:14px !important;
  }

  .hero-v10-copy h2{
    margin-bottom:22px !important;
  }

  .hero-v10-copy ul{
    margin-bottom:25px !important;
  }
}

@media (max-width:900px){
  .hero-v10-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .hero-preview-v109{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    width:100% !important;
    height:300px !important;
  }
  .hero-preview-v109 img{
    object-position:62% center !important;
  }
}

/* V11.2 – finale Hero-Geometrie nach freigegebener Ansicht */
@media (min-width:901px){
  .hero-v10{
    background:#fff!important;
    overflow:hidden!important;
  }
  .hero-v10-grid{
    position:relative!important;
    display:block!important;
    width:calc(100% - 120px)!important;
    max-width:1180px!important;
    min-height:440px!important;
    margin:0 auto!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  .hero-v10-copy{
    position:relative!important;
    z-index:3!important;
    width:39%!important;
    min-height:440px!important;
    padding:48px 0 36px 0!important;
    box-sizing:border-box!important;
    background:linear-gradient(90deg,#fff 0%,#fff 68%,rgba(255,255,255,.98) 79%,rgba(255,255,255,.78) 89%,rgba(255,255,255,0) 100%)!important;
  }
  .hero-preview-v109{
    position:absolute!important;
    z-index:1!important;
    top:0!important;
    bottom:0!important;
    left:27%!important;
    right:0!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .hero-preview-v109 img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:55% center!important;
  }
  .hero-preview-v109:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    pointer-events:none!important;
    background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 8%,rgba(255,255,255,.76) 17%,rgba(255,255,255,.38) 26%,rgba(255,255,255,.08) 34%,rgba(255,255,255,0) 40%)!important;
  }
  .hero-v10-copy h1{
    font-size:42px!important;
    line-height:1.02!important;
    margin:0 0 12px!important;
  }
  .hero-v10-copy h2{
    font-size:20px!important;
    margin-bottom:20px!important;
  }
  .hero-v10-copy ul{
    margin-bottom:22px!important;
  }
}

/* V11.3 – Admin Tabelle kompakt */
.admin .article-table{width:100%;table-layout:fixed}
.admin .article-table th:nth-child(1),.admin .article-table td:nth-child(1){width:108px}
.admin .article-table th:nth-child(2),.admin .article-table td:nth-child(2){width:auto}
.admin .article-table th:nth-child(3),.admin .article-table td:nth-child(3){width:140px}
.admin .article-table th:nth-child(4),.admin .article-table td:nth-child(4){width:82px}
.admin .article-table th:nth-child(5),.admin .article-table td:nth-child(5){width:125px}
.admin .article-table th:nth-child(6),.admin .article-table td:nth-child(6){width:190px}
.admin .article-table .icon-actions{display:flex!important;flex-wrap:nowrap!important;gap:6px}
.admin .article-table .icon-btn{flex:0 0 36px;width:36px;height:36px}
.admin .article-head-actions{display:flex;gap:8px}
.admin .categories-table th:nth-child(1){width:115px}.admin .categories-table th:nth-child(2){width:85px}.admin .categories-table th:nth-child(4){width:120px}.admin .categories-table th:nth-child(5){width:120px}
.admin .cat-admin-head{display:flex;justify-content:space-between;align-items:center;gap:15px}
.admin .cat-admin-icon{display:grid;place-items:center;width:46px;height:46px;background:#111;color:#fff;font-weight:900;font-size:20px}

/* V11.3 – Kategorie-Apps Startseite */
.category-section{padding:34px 0 42px;background:#f6f6f4;border-bottom:1px solid #e3e3e3}
.category-title{text-align:center;margin-bottom:23px}
.category-title h2{font-size:28px;margin:0 0 6px}
.category-title p{margin:0;color:#555}
.category-apps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.category-app{min-height:142px;background:#fff;border:1px solid #ddd;padding:17px 13px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:.16s}
.category-app:hover{border-color:#111;transform:translateY(-2px)}
.category-icon{width:54px;height:54px;border-radius:50%;background:#111;display:grid;place-items:center;margin-bottom:10px}
.category-icon svg{width:31px;height:31px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.category-app strong{font-size:13px;line-height:1.2}
.category-app small{color:#ef5b0c;font-size:10px;font-weight:800;margin-top:8px}
.empty-category{grid-column:1/-1;padding:35px;border:1px solid #ddd;background:#fafafa;text-align:center}
@media(max-width:1000px){.category-apps{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){
 .category-apps{grid-template-columns:repeat(2,1fr)}
 .category-app{min-height:125px}
 .admin .article-table{table-layout:auto}
 .admin .article-table th:nth-child(n),.admin .article-table td:nth-child(n){width:auto}
}

/* V11.4 – Anbaugeräte wieder oberhalb der Verfügbarkeit */
.attachment-overview{margin:0 0 24px;padding:0 0 18px;border-bottom:2px solid #111}
.attachment-overview-kicker{font-size:12px;font-weight:800;letter-spacing:1.4px;color:#ef5b0c;margin-bottom:8px}
.attachment-overview-row{padding:9px 0;border-bottom:1px solid #e6e6e6}
.attachment-overview-row:last-child{border-bottom:0}
.attachment-overview-row b{display:block;font-size:15px}
.attachment-overview-row small{display:block;margin-top:3px;color:#555;font-size:12px;line-height:1.35}

/* V11.6 Zubehör-Editor */
.admin .acc-edit-row{display:grid;grid-template-columns:125px 1.5fr 145px 95px 135px 42px;gap:7px;align-items:center;margin:7px 0}
.admin .acc-edit-row input,.admin .acc-edit-row select{min-width:0;padding:9px;border:1px solid #bbb;font:inherit}
.admin .acc-check{font-size:12px;display:flex;gap:5px;align-items:center}
@media(max-width:850px){.admin .acc-edit-row{grid-template-columns:1fr 1fr}.admin .acc-check{min-height:40px}}

/* V11.7 – Zubehör nur einmal anzeigen */
.attachment-overview{display:none!important}

/* V11.8 – Maschinen-Karussell Startseite */
.home-machine-carousel{position:relative;padding:0 48px}
.home-machine-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.machine-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:58px;border:1px solid #bbb;background:#fff;color:#111;font-size:38px;line-height:1;place-items:center;cursor:pointer}
.machine-arrow:hover{background:#111;color:#fff;border-color:#111}
.machine-arrow-left{left:0}.machine-arrow-right{right:0}
@media(max-width:950px){.home-machine-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:650px){.home-machine-carousel{padding:0 40px}.home-machine-cards{grid-template-columns:1fr!important}.machine-arrow{width:34px}}

/* V11.9 – gemeinsame Mietauswahl */
.request-cart-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:0 0 16px}
.request-cart-head h2{margin:0}
.request-cart-item{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:14px 0;border-bottom:1px solid #ddd}
.request-cart-item small{display:block;margin-top:4px;color:#555}
.request-cart-item>div:last-child{display:flex;gap:12px;align-items:center;white-space:nowrap}
.cart-remove{border:1px solid #bbb;background:#fff;width:30px;height:30px;font-size:20px;cursor:pointer}
.request-cart-total{display:flex;justify-content:space-between;padding:16px 0 4px;font-size:18px}
.rental-cart-badge{position:fixed;right:22px;bottom:22px;z-index:1000;background:#111;color:#fff;text-decoration:none;padding:12px 15px;font-weight:800;align-items:center;gap:10px;box-shadow:0 3px 15px #0003}
.rental-cart-badge span{display:grid;place-items:center;min-width:25px;height:25px;background:#ef5b0c;color:#fff}
#addAnother{margin-left:8px}
@media(max-width:700px){.request-cart-head{align-items:flex-start;flex-direction:column}.request-cart-item{align-items:flex-start}.rental-cart-badge{right:12px;bottom:12px}}

/* V12.0 – persistenter Warenkorb + schönere Aktionsleiste */
.header-cart{display:flex;align-items:center;gap:7px;height:42px;padding:0 10px;border:1px solid #d4d4d4;background:#fff;font-size:11px;font-weight:800;white-space:nowrap}
.header-cart svg,.cart-primary svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.header-cart-count{display:grid;place-items:center;min-width:23px;height:23px;padding:0 5px;background:#e8e8e8;color:#111;font-size:11px}
.header-cart.has-items{border-color:#ef5b0c}
.header-cart.has-items .header-cart-count{background:#ef5b0c;color:#fff}
.rental-action-row{display:flex;align-items:stretch;gap:8px;margin-top:15px}
.cart-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1}
.cart-primary.added{background:#111}
.cart-go{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:1}
.cart-go span{font-size:18px}
.cart-trash{width:46px;flex:0 0 46px;border:1px solid #bbb;background:#fff;font-size:19px;cursor:pointer}
.cart-trash:hover{border-color:#9c1b1b;color:#9c1b1b;background:#fff5f5}
.cart-feedback{margin-top:10px;padding:10px 12px;border-left:3px solid #ef5b0c;background:#fff7ee;font-size:12px;line-height:1.45}
.request-kicker{display:block;color:#ef5b0c;font-size:11px;font-weight:800;letter-spacing:1.5px;margin-bottom:4px}
.cart-add-more{white-space:nowrap}
@media(max-width:1120px){
  .site-header .header{gap:13px}
  .header-cart span{display:none}
  .header-cart{padding:0 8px}
}
@media(max-width:760px){
  .header-cart{margin-left:auto}
  .rental-action-row{display:grid!important;grid-template-columns:1fr 1fr 46px}
  .cart-primary,.cart-go{padding-left:9px;padding-right:9px;font-size:11px}
  .request-cart-head{gap:12px}
}

/* V12.1 – aufgeräumte Navigation + Newsletter */
.site-header .header{gap:22px}
.site-header .main-nav{gap:26px}
.newsletter-page{background:#fff}
.newsletter-hero{padding:64px 0;background:linear-gradient(90deg,#fff 0%,#fff 58%,#f5f5f2 58%,#f5f5f2 100%)}
.newsletter-grid{display:grid;grid-template-columns:1fr 440px;gap:70px;align-items:center}
.newsletter-kicker,.request-kicker{color:#ef5b0c;font-size:12px;font-weight:800;letter-spacing:1.7px}
.newsletter-grid h1{font-size:52px;line-height:1.02;margin:12px 0 18px}
.newsletter-grid h1 strong{color:#ef5b0c}
.newsletter-grid>div>p{font-size:18px;line-height:1.6;color:#444}
.newsletter-grid ul{list-style:none;padding:0;margin:24px 0 0}
.newsletter-grid li{padding:7px 0;font-weight:700}
.newsletter-grid li:before{content:"✓";color:#ef5b0c;margin-right:10px}
.newsletter-card{background:#fff;border:1px solid #ddd;padding:30px}
.newsletter-card h2{margin-top:0;font-size:28px}
.newsletter-card .field{margin-bottom:14px}
.newsletter-card input[type=email]{width:100%;padding:13px;border:1px solid #bbb;font:inherit}
.newsletter-consent{display:block;font-size:12px;line-height:1.5;color:#555;margin:12px 0 18px}
.newsletter-consent a{text-decoration:underline}
.newsletter-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd;border:1px solid #ddd}
.newsletter-info-grid>div{background:#fff;padding:25px}
.newsletter-info-grid b{font-size:15px}
.newsletter-info-grid p{margin-bottom:0;color:#555;line-height:1.5}
.newsletter-confirm{min-height:100vh;display:grid;place-items:center;background:#f4f4f1;padding:20px}
.newsletter-confirm .panel{max-width:560px;text-align:center}
@media(max-width:900px){
 .newsletter-hero{background:#fff}
 .newsletter-grid{grid-template-columns:1fr;gap:30px}
 .newsletter-info-grid{grid-template-columns:1fr}
 .newsletter-grid h1{font-size:40px}
}

/* V12.2 – schlankere Startseite */
.category-section{padding:22px 0 28px!important}
.home-v10 .section:has(.home-machine-carousel){padding-top:28px!important}
.home-machine-carousel{margin-top:0!important}

/* rotierender Newsletter-/Angebots-Ticker */
.promo-ticker-section{background:#111;color:#fff;border-top:1px solid #222;border-bottom:1px solid #222}
.promo-ticker-wrap{min-height:58px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.promo-ticker-label{background:#ef5b0c;color:#fff;font-size:11px;font-weight:900;letter-spacing:1.5px;padding:9px 11px}
.promo-ticker-window{overflow:hidden;min-width:0}
.promo-ticker-text{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:1;transform:translateY(0);transition:.22s ease}
.promo-ticker-text.is-changing{opacity:0;transform:translateY(6px)}
.promo-ticker-link{font-size:12px;font-weight:900;white-space:nowrap;color:#fff}
.promo-ticker-link:hover{color:#ef5b0c}
@media(max-width:700px){
 .promo-ticker-wrap{grid-template-columns:auto 1fr;gap:10px;padding-top:8px;padding-bottom:8px}
 .promo-ticker-link{grid-column:1/-1}
 .promo-ticker-text{white-space:normal;font-size:13px}
}

/* V12.3 – Kalender: Vergangenheit sperren + heutigen Tag markieren */
.day.past{
  background:#f2f2f2!important;
  color:#aaa!important;
  cursor:not-allowed!important;
  opacity:.72;
}
.day.past.clickable{pointer-events:none!important}
.day.today{
  position:relative;
  outline:2px solid #ef5b0c!important;
  outline-offset:-2px;
  font-weight:800;
}
.day.today:after{
  content:"HEUTE";
  position:absolute;
  left:5px;
  bottom:4px;
  font-size:8px;
  font-weight:900;
  letter-spacing:.5px;
  color:#ef5b0c;
}

/* Wartungsstatus auf Karten klarer */
.maintenance-status-line{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.maintenance-status-line b{
  color:#b00020;
  font-size:11px;
  letter-spacing:.5px;
}
.maintenance-status-line span{
  font-size:12px;
}

/* ==========================================================
   V12.4 – Logo, Warenkorb-Aktionen, MwSt.-Hinweise
   ========================================================== */

/* Logo: D/K kompakt, MIETPARK in einer Linie rechts daneben */
.brand-v124{
  display:flex;
  align-items:center;
  min-width:max-content;
}
.dk-inline-logo{
  display:flex;
  align-items:baseline;
  white-space:nowrap;
  line-height:1;
}
.dk-inline-logo .dk-d{
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:52px;
  font-weight:900;
  letter-spacing:-5px;
  color:#050505;
  line-height:.82;
}
.dk-inline-logo .dk-k{
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:52px;
  font-weight:900;
  color:#ef5b0c;
  line-height:.82;
  margin-left:1px;
}
.dk-inline-word{
  display:inline-block;
  margin-left:8px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:24px;
  font-weight:900;
  letter-spacing:1.2px;
  color:#050505;
  line-height:1;
  transform:translateY(-1px);
}

/* Warenkorb-Aktionszeile sauber über die volle Blockbreite */
.rental-action-row{
  width:100%;
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(0,1.25fr) 58px;
  gap:8px;
  align-items:stretch;
}
.rental-action-row .btn{
  width:100%;
  min-width:0;
  min-height:58px;
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1.12;
  text-align:center;
}
.cart-primary svg{
  width:23px;
  height:23px;
  flex:0 0 23px;
}
.cart-go span{
  font-size:22px;
  line-height:1;
}
.cart-trash{
  width:58px!important;
  min-width:58px!important;
  height:58px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #cfcfcf!important;
  background:#fff!important;
  color:#d20f16!important;
}
.cart-trash svg{
  width:29px;
  height:29px;
  fill:none;
  stroke:#d20f16;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cart-trash:hover{
  border-color:#d20f16!important;
  background:#fff5f5!important;
}

/* MwSt. immer sichtbar bei Preisangaben */
.price em,
.price-from small,
.vat-note{
  display:block;
  margin-top:4px;
  font-style:normal;
  font-size:10px;
  line-height:1.2;
  font-weight:600;
  color:#666;
}
.price-from small{
  margin-top:3px;
}
.request-cart-item .vat-note{
  text-align:right;
}
.request-cart-total>div{
  text-align:right;
}

/* Mobile */
@media(max-width:900px){
  .dk-inline-logo .dk-d,
  .dk-inline-logo .dk-k{font-size:42px}
  .dk-inline-word{font-size:19px;margin-left:6px}
}
@media(max-width:620px){
  .rental-action-row{
    grid-template-columns:1fr 1fr 52px!important;
  }
  .rental-action-row .btn{min-height:54px;font-size:10px}
  .cart-trash{width:52px!important;min-width:52px!important;height:54px!important}
  .cart-trash svg{width:26px;height:26px}
  .dk-inline-logo .dk-d,
  .dk-inline-logo .dk-k{font-size:36px}
  .dk-inline-word{font-size:16px;margin-left:5px}
}
