header .hide-navbar {
    margin-bottom: 0em;
}

header .navbar-brand img {
    height: 80px;
}

header .nav-multiple-row .navbar-nav>.nav-item>.nav-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

#footer {
    margin-top: auto;
    padding: 1.5rem 0 0;
    background-color: #828282;
    color: black;
}

#footer li {
    margin-bottom: 0rem;
}

.box-normal {
    margin-bottom: 0rem;
}

#shop-nav .cart-icon-dropdown-price {
    display: none !important;
}

/* Account + Warenkorb als vertikale Elemente darstellen */
#shop-nav .account-icon-dropdown > .nav-link,
#shop-nav .cart-icon-dropdown > .nav-link {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    gap: 4px;
}

/* Icons ca. 20% größer */
#shop-nav .account-icon-dropdown > .nav-link .fa-user,
#shop-nav .cart-icon-dropdown > .nav-link .fa-shopping-cart {
    font-size: 1.4em !important;
}

/* Text "Anmelden" unter User-Icon */
#shop-nav .account-icon-dropdown > .nav-link::after {
    content: "Anmelden";
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

/* Warenkorb-Link etwas sauberer aufbauen */
#shop-nav .cart-icon-dropdown > .nav-link {
    gap: 2px;
}

/* Text "Warenkorb" unter Preis */
#shop-nav .cart-icon-dropdown > .nav-link::after {
    content: "Warenkorb";
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}


/* Mega Menue Links */


.nav-scrollbar-item.nav-item {
    font-size: 1rem !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.nav-mobile-heading, .text-truncate {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}




/* Preisliste */
.preisliste-page .card {
    border-radius: 14px;
}

.preisliste-page .table th,
.preisliste-page .table td {
    vertical-align: middle;
}

.preisliste-page .btn {
    border-radius: 10px;
}


/* Social Butoons */

#footer .btn-icon-secondary {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

#footer .btn-icon-secondary:hover {
    border-color: #9C3BE4;
    color: #fff;
    background-color: transparent;
}

.fa-twitter:before {
    content: "X";
    font-family: serif;
    font-style: normal;
    font-size: 1.1em;
}


/* Zahlungsarten */

.payment-bar-wrapper {
    border-top: 1px solid #e5e7eb;
    margin: 2em 0;
    padding: 1.25rem 1rem;
    text-align: center;
}
.payment-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.payment-bar-label {
    display: block;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.875rem;
}
.payment-bar-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}
.payment-icon {
    background-color: #ffffffc0;
    padding: 0.3em 2em;
    height: 38px;
    min-width: 60px;
    border-radius: 1em;
}
.payment-icon img {
    height: 30px;
}


/* Versandkostenfrei Länder */
.basket-summary-notice.basket-summary-top, .cart-dropdown-shipping-notice {
    display: none;
}


/* Side Contact */
.side-contact {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.side-contact-btn {
    display: flex;
    align-items: center;
    background: #9C3AE4;
    color: #fff;
    text-decoration: none;
    height: 48px;
    overflow: hidden;
    width: 48px;
    transition: width 0.3s ease;
}

.side-contact:hover .side-contact-btn {
    width: 190px;
    color: #fff;
    text-decoration: none;
}

.side-contact-icon {
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.side-contact-label {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    padding-right: 14px;
    letter-spacing: 0;
    transition: font-weight 0.3s ease;
}

.side-contact-label:hover {
    font-weight: 700;
}

#side-btn-fernwartung {
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .side-contact:hover .side-contact-btn {
        width: 48px;
    }
    .side-contact-label {
        display: none;
    }
}

/* ── Preisliste ── */
.pl-wrap { font-family: 'Segoe UI', system-ui, sans-serif; color: #1e293b; max-width: 1200px; margin: 0 auto; padding: 0 16px 60px; }

.pl-hero { text-align: center; padding: 56px 0 48px; }
.pl-hero-label { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #9C3AE4; border: 1px solid #9C3AE4; padding: 3px 12px; border-radius: 20px; margin-bottom: 16px; }
.pl-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #1e293b; margin: 0 0 16px; line-height: 1.2; }
.pl-hero h1 span { color: #9C3AE4; }
.pl-hero p { font-size: 0.95rem; color: #64748b; max-width: 560px; margin: 0 auto 24px; line-height: 1.8; }
.pl-hero-divider { width: 48px; height: 3px; background: #9C3AE4; border-radius: 2px; margin: 0 auto; }

.pl-plans { display: grid; grid-template-columns: 180px repeat(3, 1fr); gap: 0; margin-bottom: 0; border-radius: 12px 12px 0 0; overflow: hidden; box-shadow: 0 4px 24px rgba(156,58,228,0.10); }
.pl-col-head { background: #fff; display: flex; flex-direction: column; }
.pl-col-head.pl-featured { background: #9C3AE4; }
.pl-plan-card { padding: 28px 12px 20px; text-align: center; border-left: 1px solid #e2e8f0; display: flex; flex-direction: column; align-items: center; flex: 1; }
.pl-col-head:first-child .pl-plan-card { border-left: none; }
.pl-featured .pl-plan-card { border-left-color: #7c22c4; }

.pl-plan-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: #f3e8ff; color: #9C3AE4; padding: 2px 8px; border-radius: 20px; margin-bottom: 8px; }
.pl-featured .pl-plan-badge { background: rgba(255,255,255,0.2); color: #fff; }
.pl-plan-name { font-size: 1rem; font-weight: 700; color: #1e293b; margin: 0 0 4px; }
.pl-featured .pl-plan-name { color: #fff; }
.pl-plan-price { font-size: 0.78rem; color: #64748b; margin: 0 0 auto; padding-bottom: 16px; flex-grow: 1; display: flex; align-items: flex-end; justify-content: center; }
.pl-featured .pl-plan-price { color: rgba(255,255,255,0.75); }

.pl-btn { display: inline-block; padding: 7px 14px; border-radius: 6px; font-size: 0.78rem; font-weight: 600; text-decoration: none; transition: all 0.2s; white-space: nowrap; }
.pl-btn-outline { border: 2px solid #9C3AE4; color: #9C3AE4; background: transparent; }
.pl-btn-outline:hover { background: #9C3AE4; color: #fff; }
.pl-btn-solid { background: #fff; color: #9C3AE4; border: 2px solid #fff; }
.pl-btn-solid:hover { background: #f3e8ff; border-color: #f3e8ff; }

.pl-label-col { background: #f8fafc; }
.pl-label-col .pl-plan-card { text-align: left; padding: 28px 16px 20px; align-items: flex-start; }
.pl-label-col .pl-plan-name { font-size: 0.75rem; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.08em; }

.pl-row { display: grid; grid-template-columns: 180px repeat(3, 1fr); }
.pl-row:nth-child(odd) { background: #f8fafc; }
.pl-row:nth-child(even) { background: #fff; }
.pl-cell { padding: 10px 12px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; min-height: 44px; border-left: 1px solid #e2e8f0; color: #334155; }
.pl-cell:first-child { justify-content: flex-start; border-left: none; font-weight: 500; color: #475569; font-size: 0.82rem; }
.pl-cell.pl-featured-col { background: rgba(156,58,228,0.05); border-left-color: #9C3AE4; }

.pl-yes { color: #16a34a; font-size: 1rem; }
.pl-no  { color: #dc2626; font-size: 1rem; }
.pl-val { font-size: 0.78rem; color: #334155; text-align: center; line-height: 1.3; }

.pl-section-title { font-size: 1.4rem; font-weight: 700; color: #1e293b; margin: 56px 0 24px; padding-bottom: 10px; border-bottom: 2px solid #f3e8ff; }

.pl-services { display: grid; grid-template-columns: 1fr;}
.pl-service-card { border: 1px solid #ede9f5; border-radius: 10px; overflow: hidden; }
.pl-service-card-head { background: rgba(156,58,228,0.08); padding: 14px 20px; font-size: 1rem; font-weight: 700; color: #9C3AE4; }
.pl-service-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; border-top: 1px solid #f0f4f8; font-size: 0.85rem; }
.pl-service-row:nth-child(odd) { background: #fafbff; }
.pl-service-name { color: #334155; }
.pl-service-price { font-weight: 700; color: #9C3AE4; white-space: nowrap; margin-left: 12px; }

@media (max-width: 900px) {
  .pl-plans, .pl-row { grid-template-columns: 120px repeat(5, 1fr); }
  .pl-cell, .pl-plan-card { padding: 8px 6px; }
  .pl-plan-name { font-size: 0.9rem; }
  .pl-btn { font-size: 0.7rem; padding: 6px 10px; }
}
@media (max-width: 768px) { .pl-services { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .pl-plans, .pl-row { grid-template-columns: 90px repeat(5, 1fr); }
  .pl-plan-badge { display: none; }
  .pl-plan-price { font-size: 0.72rem; }
}