/* ============================================================
   AUTO-WASCHPARK INGELHEIM
   WASCHPROGRAMME + PREIS & WERT
   waschprogramme.css
============================================================ */


/* ============================================================
   AUSGLEICH FÜR FIXED-TOP NAVIGATION
============================================================ */

/*
   Die AWI-Navigation verwendet Bootstrap "fixed-top".
   Deshalb benötigt der erste Seitenbereich einen Abstand
   in Höhe der Navigation.
*/

.page-hero.wash-page-hero {
    margin-top: 90px;
}


/* ============================================================
   BASIS
============================================================ */

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

#programme {
    scroll-margin-top: 110px;
}


/* ============================================================
   HERO
============================================================ */

.wash-page-hero {
    position: relative;
}

.wash-page-hero .page-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wash-page-hero .page-hero-content {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.wash-page-hero .page-hero-content h1 {
    margin-bottom: 24px;
}

.wash-page-hero .page-hero-content p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.wash-hero-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    background: #c8102e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #c8102e;
    transition: all 0.3s ease;
}

.wash-hero-button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #151515;
    text-decoration: none;
}


/* ============================================================
   GEMEINSAME ABSTÄNDE
============================================================ */

.wash-intro,
.wash-prices,
.wash-comparison,
.wash-specials,
.wash-extras,
.wash-value,
.wash-service-teaser {
    padding: 100px 0;
}

.wash-prices,
.wash-specials,
.wash-service-teaser {
    background: #f5f5f5;
}

.wash-comparison,
.wash-extras {
    background: #ffffff;
}


/* ============================================================
   INTRO / PREIS + WERT
============================================================ */

.wash-intro {
    background: #ffffff;
}

.wash-value-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 65px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.wash-value-item {
    position: relative;
    padding: 38px 25px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
}

.wash-value-item:last-child {
    border-right: 0;
}

.wash-value-item i {
    display: block;
    margin-bottom: 18px;
    color: #c8102e;
    font-size: 30px;
}

.wash-value-item strong {
    display: block;
    margin-bottom: 9px;
    color: #171717;
    font-size: 17px;
}

.wash-value-item span {
    display: block;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 1.65;
}


/* ============================================================
   WASCHPROGRAMME + PREISE
============================================================ */

.wash-prices {
    padding: 110px 0;
    background: #f5f5f5;
}


/* ============================================================
   PROGRAMMKARTEN
============================================================ */

.wash-program-row {
    margin-top: 65px;
    align-items: stretch;
}

.wash-program-row > div {
    display: flex;
}


/* Karte */

.wash-price-card {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dddddd;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.07);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.wash-price-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.12);
}


/* ============================================================
   KARTENKOPF
============================================================ */

.wash-card-head {
    position: relative;

    padding: 42px 35px 34px;

    overflow: hidden;

    background: #202020;

    color: #ffffff;
}


/* große Hintergrundnummer */

.wash-number {
    position: absolute;

    top: 15px;
    right: 20px;

    color: rgba(255, 255, 255, 0.07);

    font-size: 78px;
    font-weight: 800;
    line-height: 1;
}


/* kleine Bezeichnung */

.wash-type {
    position: relative;
    z-index: 2;

    display: block;

    margin-bottom: 9px;

    color: #bdbdbd;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


/* Programmname */

.wash-card-head h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 24px;

    color: #ffffff;

    font-size: 31px;
    font-weight: 700;

    letter-spacing: 0.05em;
}


/* Preis */

.wash-price {
    position: relative;
    z-index: 2;

    color: #ffffff;

    font-size: 43px;
    font-weight: 700;

    line-height: 1;
}

.wash-price span {
    font-size: 24px;
    font-weight: 500;
}


/* ============================================================
   KARTENINHALT
============================================================ */

.wash-card-body {
    flex: 1;

    padding: 34px 35px 38px;
}


.wash-card-lead {
    min-height: 75px;

    margin-bottom: 25px;

    color: #555555;

    font-size: 15px;
    line-height: 1.7;
}


/* Leistungsliste */

.wash-feature-list {
    margin: 0;
    padding: 0;

    list-style: none;
}


.wash-feature-list li {
    position: relative;

    padding: 12px 0 12px 29px;

    color: #333333;

    font-size: 14px;
    line-height: 1.5;

    border-bottom: 1px solid #eeeeee;
}


.wash-feature-list li:last-child {
    border-bottom: 0;
}


.wash-feature-list i {
    position: absolute;

    top: 16px;
    left: 0;

    color: #c8102e;

    font-size: 12px;
}


/* ============================================================
   PERFEKT – PREMIUM-HERVORHEBUNG
============================================================ */

.wash-price-card-premium {
    border: 2px solid #c8102e;

    transform: translateY(-10px);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.12);
}


.wash-price-card-premium:hover {
    transform: translateY(-16px);

    box-shadow:
        0 27px 60px rgba(0, 0, 0, 0.16);
}


.wash-price-card-premium .wash-card-head {
    background: #151515;
}


/* AWI PREMIUM Label */

.wash-recommendation {
    position: absolute;

    z-index: 10;

    top: 0;
    right: 0;

    padding: 9px 17px;

    background: #c8102e;

    color: #ffffff;

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

    letter-spacing: 0.14em;

    text-transform: uppercase;
}


/* ============================================================
   DIREKTVERGLEICH
============================================================ */

.wash-comparison {
    padding: 110px 0;

    background: #ffffff;
}


/* Tabelle */

.wash-table-wrap {
    margin-top: 60px;

    overflow-x: auto;

    border: 1px solid #e2e2e2;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.06);
}


.wash-table {
    width: 100%;

    min-width: 720px;

    margin: 0;

    border-collapse: collapse;

    background: #ffffff;
}


/* Zellen */

.wash-table th,
.wash-table td {
    padding: 20px 22px;

    text-align: center;
    vertical-align: middle;

    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}


.wash-table th:last-child,
.wash-table td:last-child {
    border-right: 0;
}


/* Tabellenkopf */

.wash-table thead th {
    background: #202020;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 0.05em;
}


.wash-table thead th:first-child {
    text-align: left;
}


.wash-table thead th span {
    display: block;

    margin-top: 6px;

    color: #bdbdbd;

    font-size: 12px;
    font-weight: 400;

    letter-spacing: 0;
}


/* Leistungsbezeichnung */

.wash-table tbody td:first-child {
    width: 40%;

    text-align: left;

    color: #333333;

    font-size: 14px;
    font-weight: 600;
}


.wash-table tbody td {
    color: #555555;

    font-size: 14px;
}


/* Check */

.wash-table tbody i {
    color: #c8102e;

    font-size: 15px;
}


/* Minus */

.wash-minus {
    color: #aaaaaa;

    font-size: 18px;
}


/* ============================================================
   PERFEKT-SPALTE
============================================================ */

.wash-table .premium-col {
    background:
        rgba(200, 16, 46, 0.055);
}


.wash-table thead .premium-col {
    background: #c8102e;
}


.wash-table thead .premium-col span {
    color: #ffffff;
}


/* ============================================================
   PREISZEILE
============================================================ */

.wash-table-price td {
    padding-top: 24px;
    padding-bottom: 24px;

    background: #f5f5f5;

    border-bottom: 0;
}


.wash-table-price td:first-child {
    color: #202020;

    font-size: 16px;
}


.wash-table-price strong {
    color: #202020;

    font-size: 21px;
    font-weight: 700;
}


.wash-table-price .premium-col {
    background: #c8102e;

    color: #ffffff;
}


.wash-table-price .premium-col strong {
    color: #ffffff;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991.98px) {

    .wash-prices,
    .wash-comparison {
        padding-top: 90px;
        padding-bottom: 90px;
    }


    .wash-program-row {
        margin-top: 55px;
    }


    .wash-price-card-premium,
    .wash-price-card-premium:hover {
        transform: none;
    }


    .wash-card-lead {
        min-height: 0;
    }

}


/* ============================================================
   SMARTPHONE
============================================================ */

@media (max-width: 767.98px) {

    .wash-prices,
    .wash-comparison {
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .wash-program-row {
        margin-top: 45px;
    }


    .wash-card-head {
        padding: 36px 28px 30px;
    }


    .wash-card-body {
        padding: 29px 28px 32px;
    }


    .wash-number {
        font-size: 64px;
    }


    .wash-card-head h3 {
        font-size: 28px;
    }


    .wash-price {
        font-size: 38px;
    }


    .wash-price span {
        font-size: 21px;
    }


    .wash-table-wrap {
        margin-top: 45px;
    }

}


/* ============================================================
   KLEINE SMARTPHONES
============================================================ */

@media (max-width: 479.98px) {

    .wash-card-head {
        padding-left: 24px;
        padding-right: 24px;
    }


    .wash-card-body {
        padding-left: 24px;
        padding-right: 24px;
    }


    .wash-price {
        font-size: 35px;
    }

}

/* ============================================================
   AKTIONEN + SPEZIALPROGRAMME
============================================================ */

.wash-specials {
    padding: 110px 0;
    background: #f5f5f5;
}

.wash-special-row {
    margin-top: 60px;
    align-items: stretch;
}

.wash-special-row > div {
    display: flex;
}


/* Karte */

.special-card {
    position: relative;

    width: 100%;
    height: 100%;

    padding: 42px 35px 38px;

    overflow: hidden;

    background: #ffffff;

    border-top: 4px solid #202020;

    box-shadow:
        0 14px 38px rgba(0, 0, 0, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.special-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.12);
}


/* Icon */

.special-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 28px;

    background: #202020;

    color: #ffffff;

    font-size: 22px;
}


/* kleine Überschrift */

.special-label {
    display: block;

    margin-bottom: 8px;

    color: #c8102e;

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

    letter-spacing: 0.15em;

    text-transform: uppercase;
}


/* Programm */

.special-card h3 {
    margin: 0 0 13px;

    color: #202020;

    font-size: 25px;
    font-weight: 700;
}


/* Preis */

.special-price {
    margin-bottom: 23px;

    color: #c8102e;

    font-size: 35px;
    font-weight: 700;
}


/* Text */

.special-card p {
    min-height: 78px;

    margin-bottom: 22px;

    color: #555555;

    font-size: 14px;
    line-height: 1.7;
}


/* Hinweis */

.special-note {
    padding-top: 17px;

    color: #888888;

    font-size: 12px;
    line-height: 1.5;

    border-top: 1px solid #eeeeee;
}


/* ============================================================
   HAPPY DAY HERVORHEBUNG
============================================================ */

.special-card-highlight {
    border-top-color: #c8102e;
}

.special-card-highlight .special-icon {
    background: #c8102e;
}

.special-top-label {
    position: absolute;

    top: 0;
    right: 0;

    padding: 8px 15px;

    background: #c8102e;

    color: #ffffff;

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

    letter-spacing: 0.13em;

    text-transform: uppercase;
}


/* ============================================================
   ZUSATZLEISTUNGEN
============================================================ */

.wash-extras {
    padding: 110px 0;

    background: #ffffff;
}

.wash-extra-row {
    margin-top: 55px;
}

.wash-extra-row > div {
    display: flex;
}


/* Karte */

.extra-card {
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;

    padding: 30px;

    background: #f6f6f6;

    border-left: 4px solid #c8102e;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.extra-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.08);
}


/* Icon */

.extra-icon {
    flex: 0 0 58px;

    color: #c8102e;

    font-size: 27px;
}


/* Inhalt */

.extra-content {
    flex: 1;

    padding-right: 20px;
}

.extra-content span {
    display: block;

    margin-bottom: 5px;

    color: #999999;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.extra-content h3 {
    margin: 0 0 6px;

    color: #202020;

    font-size: 19px;
    font-weight: 700;
}

.extra-content p {
    margin: 0;

    color: #666666;

    font-size: 13px;
    line-height: 1.5;
}


/* Preis */

.extra-price {
    flex: 0 0 auto;

    color: #202020;

    font-size: 23px;
    font-weight: 700;

    white-space: nowrap;
}


/* ============================================================
   PREIS + WERT – PREMIUM
============================================================ */

.wash-value-premium {
    padding: 110px 0;

    overflow: hidden;

    background: #171717;

    color: #ffffff;
}


/* Text */

.wash-value-content {
    padding-right: 55px;
}

.wash-value-premium .section-subtitle {
    color: #c8102e;
}

.wash-value-content h2 {
    margin: 10px 0 25px;

    color: #ffffff;

    font-size: 42px;
    font-weight: 700;

    line-height: 1.18;
}

.wash-value-intro {
    margin-bottom: 35px;

    color: #c7c7c7;

    font-size: 15px;
    line-height: 1.8;
}


/* ============================================================
   VALUE POINTS
============================================================ */

.value-point {
    display: flex;
    align-items: flex-start;

    margin-bottom: 21px;
}

.value-check {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 27px;

    width: 27px;
    height: 27px;

    margin-top: 2px;
    margin-right: 15px;

    background: #c8102e;

    color: #ffffff;

    font-size: 10px;
}

.value-point strong {
    display: block;

    margin-bottom: 4px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
}

.value-point p {
    margin: 0;

    color: #a9a9a9;

    font-size: 13px;
    line-height: 1.55;
}


/* ============================================================
   PREIS + WERT BILD
============================================================ */

.wash-value-visual {
    position: relative;

    overflow: visible;
}

.wash-value-visual img {
    display: block;

    width: 100%;
    min-height: 470px;

    object-fit: cover;

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.35);
}


/* AWI Badge */

.value-badge {
    position: absolute;

    left: -35px;
    bottom: 35px;

    display: flex;
    align-items: center;

    padding: 20px 25px;

    background: #c8102e;

    color: #ffffff;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.35);
}

.value-badge strong {
    margin-right: 17px;

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

    line-height: 1;
}

.value-badge span {
    padding-left: 17px;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.4;

    border-left:
        1px solid rgba(255, 255, 255, 0.45);
}


/* ============================================================
   EXPRESS SERVICE TEASER
============================================================ */

.wash-service-teaser {
    padding: 95px 0;

    background: #f5f5f5;
}

.wash-service-teaser h2 {
    margin: 8px 0 15px;

    color: #202020;

    font-size: 34px;
    font-weight: 700;
}

.wash-service-teaser p {
    max-width: 700px;

    margin: 0;

    color: #666666;

    font-size: 15px;
    line-height: 1.7;
}


/* Button */

.wash-outline-button {
    display: inline-block;

    padding: 15px 24px;

    color: #202020;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.08em;

    text-transform: uppercase;
    text-decoration: none;

    border: 2px solid #202020;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.wash-outline-button:hover {
    background: #202020;

    color: #ffffff;

    text-decoration: none;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991.98px) {

    .wash-specials,
    .wash-extras,
    .wash-value-premium {
        padding-top: 90px;
        padding-bottom: 90px;
    }


    .special-card p {
        min-height: 0;
    }


    .wash-value-content {
        padding-right: 0;

        margin-bottom: 55px;
    }


    .wash-value-content h2 {
        font-size: 36px;
    }


    .value-badge {
        left: 25px;
    }


    .wash-service-teaser {
        padding: 80px 0;
    }


    .wash-service-teaser .text-lg-right {
        margin-top: 28px;
    }

}


/* ============================================================
   SMARTPHONE
============================================================ */

@media (max-width: 767.98px) {

    .wash-specials,
    .wash-extras,
    .wash-value-premium {
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .wash-special-row,
    .wash-extra-row {
        margin-top: 45px;
    }


    .special-card {
        padding: 36px 28px 32px;
    }


    .extra-card {
        align-items: flex-start;

        flex-wrap: wrap;

        padding: 25px;
    }


    .extra-icon {
        flex-basis: 45px;

        font-size: 23px;
    }


    .extra-content {
        width: calc(100% - 45px);

        padding-right: 0;
    }


    .extra-price {
        width: 100%;

        margin-top: 18px;
        padding-left: 45px;
    }


    .wash-value-content h2 {
        font-size: 32px;
    }


    .wash-value-visual img {
        min-height: 340px;
    }


    .value-badge {
        left: 15px;
        bottom: 15px;
    }


    .wash-service-teaser {
        padding: 70px 0;
    }


    .wash-service-teaser h2 {
        font-size: 29px;
    }

}


/* ============================================================
   KLEINE SMARTPHONES
============================================================ */

@media (max-width: 479.98px) {

    .wash-value-content h2 {
        font-size: 29px;
    }


    .value-badge {
        right: 15px;
        left: 15px;
    }


    .special-price {
        font-size: 32px;
    }

}
/* ============================================================
   CTA
============================================================ */

.wash-cta {
    padding: 105px 0;
    background: #202020;
    color: #ffffff;
}

.wash-cta .section-subtitle {
    color: #c8102e;
}

.wash-cta h2 {
    margin: 12px 0 22px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}

.wash-cta p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: #cccccc;
    line-height: 1.8;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991.98px) {

    .page-hero.wash-page-hero {
        margin-top: 82px;
    }

    .wash-intro,
    .wash-prices,
    .wash-comparison,
    .wash-specials,
    .wash-extras,
    .wash-value,
    .wash-service-teaser {
        padding: 80px 0;
    }

    .wash-value-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .wash-value-item:nth-child(2) {
        border-right: 0;
    }

    .wash-value-item:nth-child(1),
    .wash-value-item:nth-child(2) {
        border-bottom: 1px solid #e3e3e3;
    }

    .wash-price-card-premium,
    .wash-price-card-premium:hover {
        transform: none;
    }

    .wash-card-lead,
    .special-card p {
        min-height: 0;
    }

    .wash-value-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .wash-value-content h2 {
        font-size: 36px;
    }

    .value-badge {
        left: 25px;
    }

    .wash-service-teaser .text-lg-right {
        margin-top: 28px;
    }
}


/* ============================================================
   SMARTPHONE
============================================================ */

@media (max-width: 767.98px) {

    .page-hero.wash-page-hero {
        margin-top: 74px;
    }

    .wash-intro,
    .wash-prices,
    .wash-comparison,
    .wash-specials,
    .wash-extras,
    .wash-value,
    .wash-service-teaser {
        padding: 65px 0;
    }

    .wash-page-hero .page-hero-content h1 {
        font-size: 38px;
    }

    .wash-hero-button {
        padding: 13px 22px;
        font-size: 12px;
    }

    .wash-value-row {
        display: block;
        margin-top: 45px;
    }

    .wash-value-item {
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .wash-value-item:last-child {
        border-bottom: 0;
    }

    .wash-program-row {
        margin-top: 42px;
    }

    .wash-card-head {
        padding: 34px 28px 28px;
    }

    .wash-card-body {
        padding: 28px;
    }

    .wash-price {
        font-size: 38px;
    }

    .wash-table-wrap {
        margin-top: 40px;
    }

    .special-card {
        padding: 35px 28px;
    }

    .extra-card {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 25px;
    }

    .extra-icon {
        flex-basis: 45px;
    }

    .extra-content {
        width: calc(100% - 45px);
        padding-right: 0;
    }

    .extra-price {
        width: 100%;
        margin-top: 18px;
        padding-left: 45px;
    }


    .wash-value-content h2 {
        font-size: 32px;
    }

    .wash-value-visual img {
        min-height: 330px;
    }

    .value-badge {
        left: 15px;
        bottom: 15px;
    }

    .wash-service-teaser h2 {
        font-size: 29px;
    }

    .wash-cta {
        padding: 80px 0;
    }

    .wash-cta h2 {
        font-size: 35px;
    }
}


/* ============================================================
   KLEINE SMARTPHONES
============================================================ */

@media (max-width: 479.98px) {

    .wash-page-hero .page-hero-content h1 {
        font-size: 33px;
    }

    .wash-card-head h3 {
        font-size: 26px;
    }

    .wash-price {
        font-size: 34px;
    }

    .wash-number {
        font-size: 52px;
    }

    .wash-value-content h2 {
        font-size: 29px;
    }

    .value-badge {
        right: 15px;
        left: 15px;
    }

    .wash-cta h2 {
        font-size: 31px;
    }
}

/* ============================================================
   SECTION-ABSTÄNDE
   Mehr Weißraum oberhalb der Section-Überschriften
============================================================ */

.intro-programs,
.wash-prices,
.wash-comparison,
.wash-specials,
.wash-extras,
.premium-extras,
.faq-section,
.wash-service-teaser {
    padding-top: 150px;
    padding-bottom: 110px;
	marin-left:100px;
}


/* Section-Subtitle */

.section-subtitle {
    display: block;
    margin-bottom: 14px;
}


/* Abstand Hauptüberschrift */

.section-title {
    margin-top: 0;
    margin-bottom: 24px;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991.98px) {

    .intro-programs,
    .wash-prices,
    .wash-comparison,
    .wash-specials,
    .wash-extras,
    .premium-extras,
    .faq-section,
    .wash-service-teaser {
        padding-top: 90px;
        padding-bottom: 90px;
    }

}


/* ============================================================
   SMARTPHONE
============================================================ */

@media (max-width: 767.98px) {

    .intro-programs,
    .wash-prices,
    .wash-comparison,
    .wash-specials,
    .wash-extras,
    .premium-extras,
    .faq-section,
    .wash-service-teaser {
        padding-top: 70px;
        padding-bottom: 70px;
    }

}

/* ============================================================
   FAQ – PREMIUM ACCORDION
============================================================ */

.faq-section .accordion {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


/* FAQ-Karte */

.faq-section .faq-card {
    margin-bottom: 14px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
}


/* Header */

.faq-section .card-header {
    padding: 0;
    background: #ffffff;
    border-bottom: 0;
}

.faq-section .card-header h5 {
    margin: 0;
}


/* Gesamter Button */

.faq-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 22px 25px;
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    text-decoration: none !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.faq-button:hover,
.faq-button:focus {
    color: #202020;
    text-decoration: none;
}


/* ============================================================
   ROTES + / –
============================================================ */

.faq-icon {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 18px;
}


/* waagerechter Strich */

.faq-icon::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 5px;
    width: 18px;
    height: 2px;
    background: #c8102e;
}


/* senkrechter Strich */

.faq-icon::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 13px;
    width: 2px;
    height: 18px;
    background: #c8102e;
    transition: transform 0.25s ease,
                opacity 0.25s ease;
}


/* geöffnet = Minus */

.faq-button:not(.collapsed) .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}


/* Frage */

.faq-question {
    flex: 1;
}


/* Antwort */

.faq-section .card-body {
    padding: 5px 30px 26px 71px;
    color: #606060;
    font-size: 15px;
    line-height: 1.75;
}


/* ============================================================
   HOVER
============================================================ */

.faq-card {
    transition: border-color 0.25s ease,
                box-shadow 0.25s ease;
}

.faq-card:hover {
    border-color: #cccccc;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}


/* ============================================================
   SMARTPHONE
============================================================ */

@media (max-width: 767.98px) {

    .faq-button {
        padding: 19px 18px;
        font-size: 15px;
    }

    .faq-icon {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        margin-right: 13px;
    }

    .faq-icon::before {
        top: 11px;
        left: 4px;
        width: 16px;
    }

    .faq-icon::after {
        top: 4px;
        left: 11px;
        height: 16px;
    }

    .faq-section .card-body {
        padding: 3px 20px 22px 55px;
        font-size: 14px;
    }

}