/* =========================================================
   LADENSORIMENT 2026
   Datei: /wp-content/themes/mueller/css/ladensortiment.css
   ========================================================= */

/* HERO */

#top .mueller-service-hero-2026.mueller-ladensortiment-hero-2026 {
    background:
        linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.74) 34%, rgba(0,0,0,0.26) 68%, rgba(0,0,0,0.06) 100%),
        url("/wp-content/uploads/2026/05/titel_ladensortiment.png") center center / cover no-repeat;
}

@media only screen and (max-width: 989px) {
    #top .mueller-service-hero-2026.mueller-ladensortiment-hero-2026 {
        background:
            linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.74) 100%),
            url("/wp-content/uploads/2026/05/titel_ladensortiment.png") center center / cover no-repeat;
    }
}

/* =========================================================
   LADENSORIMENT INTRO 2026
   angelehnt an Corporate Identity Intro
   ========================================================= */

#top .mueller-ladensortiment-intro-2026 {
    max-width: var(--mueller-container);
    margin: 0 auto;
    padding: 64px 20px 54px;
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 54px;
    align-items: center;
    box-sizing: border-box;
}

#top .mueller-ladensortiment-kicker {
    color: var(--mueller-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#top .mueller-ladensortiment-intro-content h2 {
    color: var(--mueller-black) !important;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 28px 0;
    letter-spacing: -0.03em;
}

#top .mueller-ladensortiment-intro-content p {
    color: rgba(17,17,17,0.82) !important;
    font-size: 16px;
    line-height: 1.72;
    margin: 0 0 24px 0;
}

#top .mueller-ladensortiment-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

#top .mueller-ladensortiment-list li {
    position: relative;
    padding-left: 28px !important;
    margin-bottom: 9px !important;
    color: rgba(17,17,17,0.84) !important;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

#top .mueller-ladensortiment-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--mueller-red);
    font-weight: 900;
}

#top .mueller-ladensortiment-button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 16px 24px;
    border: 1px solid rgba(17,17,17,0.35);
    color: var(--mueller-black) !important;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 3px;
}

#top .mueller-ladensortiment-button span {
    transition: transform .25s ease;
}

#top .mueller-ladensortiment-button:hover span {
    transform: translateX(4px);
}

#top .mueller-ladensortiment-intro-image {
    overflow: hidden;
    border-radius: var(--radius-md);
    background: var(--mueller-black);
    box-shadow: var(--shadow-card-dark);
    min-height: 420px;
}

#top .mueller-ladensortiment-intro-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

/* Tablet */

@media only screen and (max-width: 1100px) {
    #top .mueller-ladensortiment-intro-2026 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #top .mueller-ladensortiment-intro-content {
        max-width: 760px;
    }
}

/* Mobil */

@media only screen and (max-width: 767px) {
    #top .mueller-ladensortiment-intro-2026 {
        padding: 48px 20px 42px;
    }

    #top .mueller-ladensortiment-intro-content h2 {
        font-size: 38px;
    }

    #top .mueller-ladensortiment-intro-image,
    #top .mueller-ladensortiment-intro-image img {
        min-height: 320px;
    }
}

/* =========================================================
   LADENSORIMENT MARKEN 2026
   nutzt exakt den bestehenden Hersteller-Logo-Block
   ========================================================= */

#top .mueller-ladensortiment-marken-2026 {
    background: #fff;
    padding: 64px 20px 68px;
}

#top .mueller-ladensortiment-marken-inner {
    max-width: var(--mueller-container);
    margin: 0 auto;
    text-align: center;
}

#top .mueller-ladensortiment-marken-inner h2 {
    color: var(--mueller-black) !important;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 46px 0;
}