/* =========================================================
   WÄSCHESERVICE 2026
   Datei: /wp-content/themes/mueller/css/waescheservice.css
   ========================================================= */

/* HERO */

#top .mueller-service-hero-2026.mueller-waescheservice-hero-2026 {
    background:
        linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.72) 34%, rgba(0,0,0,0.24) 68%, rgba(0,0,0,0.06) 100%),
        url("/wp-content/uploads/2026/05/waescheservice_2.png") center center / cover no-repeat;
}

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

/* =========================================================
   WÄSCHESERVICE INTRO 2026
   angelehnt an Lieferung Intro
   ========================================================= */

#top .mueller-waesche-intro-2026 {
    width: 100%;
    max-width: var(--mueller-container);
    margin: 0 auto;
    padding: 64px 20px 72px;
    box-sizing: border-box;
}

#top .mueller-waesche-intro-panel {
    display: grid;
    grid-template-columns: 48% 52%;
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-card-light);
}

#top .mueller-waesche-intro-content {
    padding: 58px 56px 54px;
    box-sizing: border-box;
}

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

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

#top .mueller-waesche-intro-content p {
    color: rgba(17,17,17,0.84) !important;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 22px;
}

#top .mueller-waesche-note {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(0,0,0,0.10);
}

#top .mueller-waesche-note img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(6660%) hue-rotate(352deg) brightness(91%) contrast(112%);
}

#top .mueller-waesche-note strong {
    display: block;
    color: var(--mueller-black) !important;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
}

#top .mueller-waesche-note span {
    display: block;
    color: rgba(17,17,17,0.78) !important;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 4px;
}

#top .mueller-waesche-intro-image {
    min-height: 100%;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.06), rgba(0,0,0,0)),
        url("/wp-content/uploads/2026/05/waescheservice_center1.png") center center / cover no-repeat;
}

@media only screen and (max-width: 989px) {
    #top .mueller-waesche-intro-panel {
        grid-template-columns: 1fr;
    }

    #top .mueller-waesche-intro-image {
        min-height: 340px;
        order: -1;
    }

    #top .mueller-waesche-intro-content {
        padding: 44px 34px 46px;
    }
}

@media only screen and (max-width: 620px) {
    #top .mueller-waesche-intro-2026 {
        padding: 46px 20px 56px;
    }

    #top .mueller-waesche-intro-content {
        padding: 36px 26px 38px;
    }

    #top .mueller-waesche-intro-content h2 {
        font-size: 32px;
    }

    #top .mueller-waesche-intro-content p {
        font-size: 15px;
    }

    #top .mueller-waesche-note {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 18px;
    }

    #top .mueller-waesche-note img {
        width: 44px;
        height: 44px;
    }
}

/* =========================================================
   WÄSCHESERVICE VORTEILE 2026
   angelehnt an Lieferung Vorteile
   ========================================================= */

#top .mueller-waesche-benefits-2026 {
    max-width: var(--mueller-container);
    margin: 0 auto;
    padding: 58px 20px 72px;
    box-sizing: border-box;
}

#top .mueller-waesche-benefits-head {
    text-align: center;
    margin-bottom: 42px;
}

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

#top .mueller-waesche-benefits-head h2 {
    color: var(--mueller-black) !important;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.03em;
}

#top .mueller-waesche-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

#top .mueller-waesche-benefit-item {
    position: relative;
    text-align: center;
    padding: 10px 28px 0;
    box-sizing: border-box;
}

#top .mueller-waesche-benefit-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 210px;
    background: rgba(0,0,0,0.10);
}

#top .mueller-waesche-benefit-item img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    margin: 0 auto 22px auto;
    filter:
        brightness(0)
        saturate(100%)
        invert(16%)
        sepia(94%)
        saturate(7083%)
        hue-rotate(353deg)
        brightness(95%)
        contrast(116%);
}

#top .mueller-waesche-benefit-item h3 {
    color: var(--mueller-black) !important;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

#top .mueller-waesche-benefit-item p {
    color: rgba(17,17,17,0.78) !important;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

@media only screen and (max-width: 1100px) {
    #top .mueller-waesche-benefit-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 38px 0;
    }

    #top .mueller-waesche-benefit-item:nth-child(3)::after {
        display: none;
    }
}

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

    #top .mueller-waesche-benefits-head h2 {
        font-size: 34px;
    }

    #top .mueller-waesche-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #top .mueller-waesche-benefit-item {
        padding: 0 18px;
    }

    #top .mueller-waesche-benefit-item::after {
        display: none !important;
    }

    #top .mueller-waesche-benefit-item h3 {
        font-size: 19px;
    }

    #top .mueller-waesche-benefit-item p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 520px) {
    #top .mueller-waesche-benefit-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

/* =========================================================
   WÄSCHESERVICE SPEZIALKLEIDUNG 2026
   ========================================================= */

#top .mueller-waesche-special-2026 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding-bottom: 0;
	
    background: #000;

    box-sizing: border-box;
}

#top .mueller-waesche-special-panel {
    position: relative;

    min-height: 300px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.94) 0%,
            rgba(0,0,0,0.78) 42%,
            rgba(0,0,0,0.18) 72%,
            rgba(0,0,0,0.04) 100%
        ),
        url("/wp-content/uploads/2026/05/waescheservice_center2.png") center top / cover no-repeat;

    box-shadow: var(--shadow-card-dark);
}

#top .mueller-waesche-special-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: var(--mueller-container);

    margin: 0 auto;

    padding: 46px 20px;

    color: #fff;

    box-sizing: border-box;
}

#top .mueller-waesche-special-inner {
    width: 100%;
    max-width: 640px;
}

#top .mueller-waesche-special-head {
    display: grid;

    grid-template-columns: 62px minmax(0, 1fr);

    gap: 24px;

    align-items: flex-start;

    margin-bottom: 24px;
}

#top .mueller-waesche-special-icon {
    width: 62px;
    height: 62px;

    border-radius: 50%;

    background: var(--mueller-red);

    display: flex;
    align-items: center;
    justify-content: center;
}

#top .mueller-waesche-special-icon img {
    width: 34px;
    height: 34px;

    object-fit: contain;

    display: block;

    filter: brightness(0) invert(1);
}

#top .mueller-waesche-special-content h2 {
    color: #fff !important;

    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;

    margin: 0;
}

#top .mueller-waesche-special-text {
    width: calc(100% - 86px);
    max-width: 554px;
    margin-left: 86px;
}

#top .mueller-waesche-special-text p {
    color: rgba(255,255,255,0.92) !important;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 20px 0 !important;
}

#top .mueller-waesche-special-text p:last-child {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {

    #top .mueller-waesche-special-2026 {
        padding: 0 0 58px;
    }

    #top .mueller-waesche-special-panel {
        min-height: 420px;

        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,0.92) 0%,
                rgba(0,0,0,0.76) 100%
            ),
            url("/wp-content/uploads/2026/05/waescheservice_center2.png") center top / cover no-repeat;
    }

    #top .mueller-waesche-special-content {
        padding: 38px 28px;
    }

    #top .mueller-waesche-special-inner {
        max-width: 100%;
    }

    #top .mueller-waesche-special-head {
        grid-template-columns: 54px minmax(0, 1fr);

        gap: 18px;
    }

    #top .mueller-waesche-special-icon {
        width: 54px;
        height: 54px;
    }

    #top .mueller-waesche-special-content h2 {
        font-size: 26px;
    }

    #top .mueller-waesche-special-text {
    width: calc(100% - 72px);
    max-width: 100%;
    margin-left: 72px;
	}

	#top .mueller-waesche-special-text p {
    font-size: 15px;
	}

}

/* =========================================================
   WÄSCHESERVICE ABLAUF 2026
   angelehnt an Beratung Ablauf
   ========================================================= */

#top .mueller-waesche-ablauf-2026 {
    max-width: var(--mueller-container);
    margin: 0 auto;
    padding: 54px 20px 68px;
    box-sizing: border-box;
}

#top .mueller-waesche-ablauf-head {
    text-align: center;
    margin-bottom: 44px;
}

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

#top .mueller-waesche-ablauf-head h2 {
    color: var(--mueller-black) !important;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.03em;
}

#top .mueller-waesche-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    position: relative;
}

#top .mueller-waesche-step {
    position: relative;
    text-align: center;
}

#top .mueller-waesche-step-number {
    width: 42px;
    height: 42px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--mueller-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

#top .mueller-waesche-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 21px;
    left: calc(50% + 34px);
    width: calc(100% - 34px);
    height: 1px;
    background: var(--mueller-red);
}

#top .mueller-waesche-step img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(6660%) hue-rotate(352deg) brightness(91%) contrast(112%);
}

#top .mueller-waesche-step h3 {
    color: var(--mueller-black) !important;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 12px;
}

#top .mueller-waesche-step p {
    color: rgba(17,17,17,0.82) !important;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

@media only screen and (max-width: 900px) {
    #top .mueller-waesche-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 26px;
    }

    #top .mueller-waesche-step::after {
        display: none;
    }
}

@media only screen and (max-width: 520px) {
    #top .mueller-waesche-steps {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   WÄSCHESERVICE FINAL CTA 2026
   angelehnt an Lieferung Final CTA
   ========================================================= */

#top .mueller-waesche-final-fullwidth {
    width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background: var(--mueller-red);

    overflow: hidden;
}

#top .mueller-waesche-final-cta-2026 {
    width: 100%;

    min-height: 420px;

    display: grid;
    grid-template-columns: 44% 56%;

    overflow: hidden;

    background: var(--mueller-red);
}

#top .mueller-waesche-final-image {
    position: relative;

    min-height: 420px;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.18),
            rgba(0,0,0,0.05)
        ),
        url("/wp-content/uploads/2026/05/titel_service.png") center center / cover no-repeat;
}

#top .mueller-waesche-final-image::after {
    content: "";

    position: absolute;

    top: 0;
    right: -1px;

    width: 120px;
    height: 100%;

    background: var(--mueller-red);

    clip-path: polygon(
        100% 0,
        100% 100%,
        0 100%,
        42% 50%,
        0 0
    );
}

#top .mueller-waesche-final-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    max-width: calc((var(--mueller-container) / 2) + 120px);

    padding: 72px 20px 70px 80px;

    color: #fff;

    box-sizing: border-box;
}

#top .mueller-waesche-final-content div {
    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.8px;
    text-transform: uppercase;

    margin-bottom: 16px;
}

#top .mueller-waesche-final-content h2 {
    color: #fff !important;

    font-size: 44px;
    line-height: 1.1;
    font-weight: 800;

    margin: 0 0 24px 0;

    letter-spacing: -0.03em;
}

#top .mueller-waesche-final-content p {
    color: rgba(255,255,255,0.92) !important;

    font-size: 17px;
    line-height: 1.6;

    margin: 0 0 34px 0;

    max-width: 620px;
}

#top .mueller-waesche-final-button {
    display: inline-flex;
    align-items: center;
    gap: 22px;

    width: fit-content;

    padding: 17px 26px;

    background: #111;

    color: #fff !important;

    font-size: 15px;
    font-weight: 800;

    text-decoration: none !important;

    border-radius: 3px;

    transition:
        transform .25s ease,
        background .25s ease;
}

#top .mueller-waesche-final-button:hover {
    transform: translateY(-2px);

    background: #000;
}

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

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

@media only screen and (max-width: 900px) {

    #top .mueller-waesche-final-cta-2026 {
        grid-template-columns: 1fr;
    }

    #top .mueller-waesche-final-image {
        min-height: 320px;
    }

    #top .mueller-waesche-final-image::after {
        display: none;
    }

    #top .mueller-waesche-final-content {
        padding: 48px 28px 54px;
    }

    #top .mueller-waesche-final-content h2 {
        font-size: 34px;
    }

}