/* =========================================================
   AL-YAQEEN
   BESTATTUNGSARTEN
   ========================================================= */


/* =========================================================
   FARBEN
   ========================================================= */

:root {
    --ay-green: #004f3d;
    --ay-green-dark: #003d30;
    --ay-green-soft: #0b5a47;

    --ay-gold: #d29a25;
    --ay-gold-dark: #bd861c;

    --ay-text: #17332d;
    --ay-white: #ffffff;

    --ay-light: #f7f7f4;
    --ay-border: #deded8;
}

.header-logo img {
   width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
    max-height: 120px !important;
    display: block !important;
    object-fit: contain !important;
}


/* =========================================================
   HERO
   ========================================================= */

.bestattungsarten-hero {
    position: relative;

    min-height: 570px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-image:
        url("/static/images/bestattungsarten-hero.jpg");

    background-size: cover;
    background-position: center center;

    background-repeat: no-repeat;
}


/*
   Heller Verlauf über dem Bild.
   Links bleibt genügend Ruhe für den Text.
*/

.bestattungsarten-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.97) 0%,
            rgba(255, 255, 255, 0.91) 35%,
            rgba(255, 255, 255, 0.62) 58%,
            rgba(255, 255, 255, 0.18) 100%
        );

    z-index: 1;
}


/* =========================================================
   HERO CONTAINER
   ========================================================= */

.bestattungsarten-hero-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 70px;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.bestattungsarten-hero-content {

    max-width: 900px;
}


.bestattungsarten-hero-label {

    margin-bottom: 42px;

    color: var(--ay-gold);

    font-size: 18px;

    font-weight: 800;

    letter-spacing: 5px;

    text-transform: uppercase;
}


.bestattungsarten-hero h1 {

    margin: 0;

    max-width: 900px;

    color: var(--ay-green-dark);

    font-size: clamp(54px, 5vw, 82px);

    line-height: 0.99;

    font-weight: 800;

    letter-spacing: -2px;
}


.bestattungsarten-hero p {

    max-width: 920px;

    margin: 48px 0 0;

    color: #17332d;

    font-size: 23px;

    line-height: 1.7;

    font-weight: 400;
}


/* =========================================================
   ÜBERSICHT
   ========================================================= */

.bestattungsarten-overview {

    background: #f7f7f4;

    padding: 120px 0 130px;
}


.bestattungsarten-overview-container {

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 70px;
}


/* =========================================================
   ÜBERSICHT ÜBERSCHRIFT
   ========================================================= */

.bestattungsarten-overview-heading {

    text-align: center;

    max-width: 1000px;

    margin: 0 auto 75px;
}


.bestattungsarten-small-label {

    margin-bottom: 25px;

    color: var(--ay-gold);

    font-size: 16px;

    font-weight: 800;

    letter-spacing: 5px;

    text-transform: uppercase;
}


.bestattungsarten-overview-heading h2 {

    margin: 0;

    color: var(--ay-green);

    font-size: clamp(42px, 4vw, 62px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.bestattungsarten-overview-heading p {

    max-width: 950px;

    margin: 28px auto 0;

    color: #233d37;

    font-size: 19px;

    line-height: 1.7;
}


/* =========================================================
   KARTEN GRID
   ========================================================= */

.bestattungsarten-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 24px;
}


/* =========================================================
   KARTE
   ========================================================= */

.bestattungsart-card {

    min-height: 540px;

    padding: 38px 32px 40px;

    background: #ffffff;

    border: 1px solid var(--ay-border);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.bestattungsart-card:hover {

    transform: translateY(-5px);

    border-color: #d2c6a7;

    box-shadow:
        0 15px 35px rgba(0, 60, 45, 0.08);
}


/* =========================================================
   NUMMER
   ========================================================= */

.bestattungsart-number {

    color: var(--ay-gold);

    font-size: 17px;

    font-weight: 800;

    letter-spacing: 3px;

    margin-bottom: 24px;
}


/* =========================================================
   ICON
   ========================================================= */

.bestattungsart-icon {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 32px;

    border: 1px solid var(--ay-gold);

    border-radius: 50%;

    color: var(--ay-gold);

    font-size: 27px;

    font-weight: 400;
}


/* =========================================================
   KATEGORIE
   ========================================================= */

.bestattungsart-category {

    margin-bottom: 10px;

    color: var(--ay-gold);

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* =========================================================
   KARTEN TITEL
   ========================================================= */

.bestattungsart-card h3 {

    margin: 0 0 22px;

    color: var(--ay-green);

    font-size: 28px;

    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -0.4px;
}


/* =========================================================
   KARTEN TEXT
   ========================================================= */

.bestattungsart-card p {

    margin: 0 0 25px;

    color: #243d37;

    font-size: 16px;

    line-height: 1.65;
}


/* =========================================================
   LISTE
   ========================================================= */

.bestattungsart-card ul {

    margin: 0;

    padding: 0;

    list-style: none;
}


.bestattungsart-card li {

    position: relative;

    margin-bottom: 10px;

    padding-left: 18px;

    color: #29423c;

    font-size: 15px;

    line-height: 1.5;
}


.bestattungsart-card li::before {

    content: "•";

    position: absolute;

    left: 0;

    top: 0;

    color: var(--ay-gold);

    font-weight: 800;
}


/* =========================================================
   DETAIL BEREICHE
   ========================================================= */

.bestattungsart-detail {

    padding: 120px 0;
}


.bestattungsart-detail-light {

    background: #ffffff;
}


.bestattungsart-detail-soft {

    background: #f7f7f4;
}


.bestattungsart-detail-container {

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 70px;

    display: grid;

    grid-template-columns: 32% 68%;

    gap: 60px;
}


.bestattungsart-detail-label {

    color: var(--ay-gold);

    font-size: 16px;

    font-weight: 800;

    letter-spacing: 4px;

    text-transform: uppercase;

    padding-top: 10px;
}


.bestattungsart-detail-content {

    max-width: 900px;
}


.bestattungsart-detail-content h2 {

    margin: 0 0 35px;

    color: var(--ay-green);

    font-size: clamp(38px, 4vw, 58px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.bestattungsart-detail-content p {

    margin: 0 0 25px;

    color: #243d37;

    font-size: 19px;

    line-height: 1.75;
}


/* =========================================================
   ISLAMISCHE BESTATTUNG
   ========================================================= */

.bestattungsarten-islamisch {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            rgba(0, 63, 48, 0.93),
            rgba(0, 63, 48, 0.93)
        ),
        url("/static/images/bestattungsarten.jpg");

    background-size: cover;

    background-position: center;
}


.bestattungsarten-islamisch-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 61, 48, 0.95),
            rgba(0, 79, 61, 0.88)
        );
}


.bestattungsarten-islamisch-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1000px;

    margin: 0 auto;

    padding: 80px 40px;

    text-align: center;
}


.bestattungsarten-islamisch-label {

    margin-bottom: 25px;

    color: #e0aa32;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 5px;

    text-transform: uppercase;
}


.bestattungsarten-islamisch h2 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(40px, 4vw, 60px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1px;
}


.bestattungsarten-islamisch p {

    max-width: 800px;

    margin: 30px auto 38px;

    color: #ffffff;

    font-size: 18px;

    line-height: 1.7;
}


/* =========================================================
   INTERNATIONAL
   ========================================================= */

.bestattungsarten-international {

    background: var(--ay-green-dark);

    padding: 110px 0;
}


.bestattungsarten-international-container {

    max-width: 1000px;

    margin: 0 auto;

    padding: 0 40px;

    text-align: center;
}


.bestattungsarten-international-label {

    margin-bottom: 25px;

    color: #d8a329;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 5px;

    text-transform: uppercase;
}


.bestattungsarten-international h2 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(40px, 4vw, 60px);

    line-height: 1.08;

    font-weight: 800;
}


.bestattungsarten-international p {

    max-width: 820px;

    margin: 30px auto 40px;

    color: #ffffff;

    font-size: 18px;

    line-height: 1.7;
}


/* =========================================================
   GOLD BUTTON
   ========================================================= */

.bestattungsarten-international .gold-button,
.bestattungsarten-islamisch .gold-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 54px;

    padding: 0 32px;

    background: var(--ay-gold);

    color: #ffffff;

    text-decoration: none;

    font-size: 16px;

    font-weight: 700;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.bestattungsarten-international .gold-button:hover,
.bestattungsarten-islamisch .gold-button:hover {

    background: var(--ay-gold-dark);

    transform: translateY(-2px);
}


/* =========================================================
   KONTAKT CTA
   ========================================================= */

.bestattungsarten-contact {

    background: #ffffff;

    padding: 105px 0;
}


.bestattungsarten-contact-container {

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 70px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 60px;
}


.bestattungsarten-contact-container > div {

    max-width: 900px;
}


.bestattungsarten-contact h2 {

    margin: 0 0 22px;

    color: var(--ay-green);

    font-size: clamp(36px, 3.5vw, 52px);

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1px;
}


.bestattungsarten-contact p {

    margin: 0;

    max-width: 800px;

    color: #243d37;

    font-size: 18px;

    line-height: 1.7;
}


.bestattungsarten-contact .gold-button {

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 56px;

    padding: 0 32px;

    background: var(--ay-gold);

    color: #ffffff;

    text-decoration: none;

    font-size: 16px;

    font-weight: 700;

    white-space: nowrap;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.bestattungsarten-contact .gold-button:hover {

    background: var(--ay-gold-dark);

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .bestattungsarten-hero-container,
    .bestattungsarten-overview-container,
    .bestattungsart-detail-container,
    .bestattungsarten-contact-container {

        padding-left: 45px;
        padding-right: 45px;
    }


    .bestattungsarten-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .bestattungsart-card {

        min-height: 500px;
    }


    .bestattungsart-detail-container {

        grid-template-columns: 1fr;

        gap: 30px;
    }


    .bestattungsart-detail-label {

        padding-top: 0;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    /* HERO */

    .bestattungsarten-hero {

        min-height: 600px;

        background-position: 65% center;
    }


    .bestattungsarten-hero-overlay {

        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.97) 0%,
                rgba(255, 255, 255, 0.91) 65%,
                rgba(255, 255, 255, 0.60) 100%
            );
    }


    .bestattungsarten-hero-container {

        padding: 70px 25px;
    }


    .bestattungsarten-hero-label {

        margin-bottom: 25px;

        font-size: 13px;

        letter-spacing: 3px;
    }


    .bestattungsarten-hero h1 {

        font-size: 48px;

        line-height: 1.03;

        letter-spacing: -1px;
    }


    .bestattungsarten-hero p {

        margin-top: 30px;

        font-size: 17px;

        line-height: 1.65;
    }


    /* ÜBERSICHT */

    .bestattungsarten-overview {

        padding: 80px 0;
    }


    .bestattungsarten-overview-container {

        padding: 0 20px;
    }


    .bestattungsarten-overview-heading {

        margin-bottom: 45px;
    }


    .bestattungsarten-small-label {

        margin-bottom: 18px;

        font-size: 12px;

        letter-spacing: 3px;
    }


    .bestattungsarten-overview-heading h2 {

        font-size: 40px;
    }


    .bestattungsarten-overview-heading p {

        font-size: 16px;

        line-height: 1.6;
    }


    /* KARTEN */

    .bestattungsarten-grid {

        grid-template-columns: 1fr;

        gap: 18px;
    }


    .bestattungsart-card {

        min-height: auto;

        padding: 30px 25px 35px;
    }


    .bestattungsart-card h3 {

        font-size: 27px;
    }


    /* DETAIL */

    .bestattungsart-detail {

        padding: 75px 0;
    }


    .bestattungsart-detail-container {

        padding: 0 25px;

        gap: 25px;
    }


    .bestattungsart-detail-content h2 {

        font-size: 38px;
    }


    .bestattungsart-detail-content p {

        font-size: 17px;
    }


    /* ISLAMISCH */

    .bestattungsarten-islamisch {

        min-height: 480px;
    }


    .bestattungsarten-islamisch-container {

        padding: 70px 25px;
    }


    .bestattungsarten-islamisch h2 {

        font-size: 38px;
    }


    .bestattungsarten-islamisch p {

        font-size: 16px;
    }


    /* INTERNATIONAL */

    .bestattungsarten-international {

        padding: 80px 0;
    }


    .bestattungsarten-international-container {

        padding: 0 25px;
    }


    .bestattungsarten-international h2 {

        font-size: 38px;
    }


    .bestattungsarten-international p {

        font-size: 16px;
    }


    /* CTA */

    .bestattungsarten-contact {

        padding: 75px 0;
    }


    .bestattungsarten-contact-container {

        padding: 0 25px;

        flex-direction: column;

        align-items: flex-start;

        gap: 35px;
    }


    .bestattungsarten-contact h2 {

        font-size: 37px;
    }


    .bestattungsarten-contact p {

        font-size: 16px;
    }


    .bestattungsarten-contact .gold-button {

        width: 100%;
    }

}


/* =========================================================
   SEHR KLEINE HANDYS
   ========================================================= */

@media (max-width: 420px) {

    .bestattungsarten-hero h1 {

        font-size: 42px;
    }


    .bestattungsarten-overview-heading h2 {

        font-size: 35px;
    }


    .bestattungsart-detail-content h2,
    .bestattungsarten-islamisch h2,
    .bestattungsarten-international h2 {

        font-size: 34px;
    }


    .bestattungsarten-contact h2 {

        font-size: 33px;
    }

}