
/* =========================================================
   UROANDRODOC – AKTUELLES
========================================================= */

.aktuelles-page {
    background: #fffaf0;
}


/* =========================================================
   HERO – HINTERGRUND WIE STARTSEITE
========================================================= */

.aktuelles-hero {
    padding: 90px 0 100px;

    background:
        linear-gradient(
            100deg,
            rgba(247,225,119,.40),
            rgba(220,240,169,.25),
            rgba(184,238,209,.30)
        ),
        url("../images/Drkellenbachhintergrund.jpg");

    background-size: cover;
    background-position: center;
}


.aktuelles-hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0,.82fr)
        minmax(480px,1.08fr);

    align-items: center;

    gap: 70px;
}


.aktuelles-hero-copy h1 {
    margin: 0 0 28px;

    color: #574a3f;

    font-family:
        Baskerville,
        "Palatino Linotype",
        Palatino,
        Georgia,
        serif;

    font-size: clamp(3.5rem,5.2vw,5.7rem);
    font-weight: 400;

    letter-spacing: -.04em;
    line-height: .96;
}


.aktuelles-hero-copy h1 span {
    display: block;

    color: #9d6c50;
}


.aktuelles-hero-copy > p:last-child {
    max-width: 620px;

    color: #675a4e;

    font-size: 20px !important;
    line-height: 1.75;
}


/* =========================================================
   AKTUELLES FOTO – VOLLSTÄNDIG + ABGERUNDET
========================================================= */

.aktuelles-hero-image {
    width: 100%;
    max-width: 700px;

    margin-left: auto;

    padding: 14px;

    overflow: hidden;

    background:
        rgba(255,253,239,.91);

    border-radius: 30px;

    box-shadow:
        0 22px 55px
        rgba(78,57,35,.14);
}


.aktuelles-hero-image img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;
    object-position: center;

    border-radius: 22px;
}


/* =========================================================
   ARTIKELBEREICH – NATURHINTERGRUND
========================================================= */

.aktuelles-content {
    padding: 105px 0;

    background:
        linear-gradient(
            rgba(255,252,239,.68),
            rgba(255,250,235,.66)
        ),
        url("../images/Drkellenbachhintergrund.jpg");

    background-size: cover;
    background-position: center 45%;
}


.aktuelles-content .container {
    display: grid;

    gap: 28px;
}


.news-card {
    position: relative;

    max-width: 1150px;
    width: 100%;

    margin-inline: auto;

    padding: 48px 52px;

    background:
        rgba(255,253,239,.93);

    border:
        1px solid rgba(93,68,42,.10);

    border-radius: 26px;

    box-shadow:
        0 14px 34px
        rgba(75,55,34,.08);
}


.news-card-featured {
    background:
        rgba(244,232,164,.94);
}


.news-number {
    position: absolute;

    top: 32px;
    right: 34px;

    display: grid;
    place-items: center;

    width: 46px;
    height: 46px;

    color: #fff;

    background: #df9069;

    border-radius: 50%;

    font-size: 18px;
}


.news-card h2 {
    max-width: 880px;

    margin: 12px 0 25px;

    color: #574a3f;

    font-family:
        Baskerville,
        "Palatino Linotype",
        Palatino,
        Georgia,
        serif;

    font-size: clamp(2.2rem,3.4vw,3.6rem);
    font-weight: 400;

    line-height: 1.08;
}


.news-card p {
    max-width: 980px;

    color: #675a4e;

    font-size: 18px !important;
    line-height: 1.75;
}


.news-card a {
    display: inline-block;

    margin-top: 15px;

    color: #9d654b;

    font-size: 18px !important;
    font-weight: 600;
}


/* =========================================================
   AUSZEICHNUNG
========================================================= */

.aktuelles-highlight {
    padding: 105px 0;

    background:
        linear-gradient(
            rgba(224,249,207,.24),
            rgba(183,237,211,.20)
        ),
        url("../images/Drkellenbachhintergrund.jpg");

    background-size: cover;
    background-position: center 70%;
}


.aktuelles-highlight-grid {
    display: grid;

    grid-template-columns:
        .85fr 1.15fr;

    gap: 70px;

    align-items: center;
}


.aktuelles-highlight h2,
.aktuelles-membership h2 {
    margin: 0;

    color: #574a3f;

    font-family:
        Baskerville,
        "Palatino Linotype",
        Palatino,
        Georgia,
        serif;

    font-size: clamp(2.5rem,3.8vw,4.2rem);
    font-weight: 400;

    line-height: 1.05;
}


.aktuelles-highlight h2 span {
    display: block;

    color: #9d704f;
}


.aktuelles-highlight-card {
    padding: 40px;

    background:
        rgba(255,253,239,.92);

    border-radius: 24px;

    box-shadow:
        0 13px 32px
        rgba(75,55,34,.08);
}


.aktuelles-highlight-card > span {
    color: #d17d5d;

    font-size: 18px;
}


.aktuelles-highlight-card h3 {
    margin: 22px 0 16px;

    color: #574a3f;

    font-family:
        Baskerville,
        "Palatino Linotype",
        Palatino,
        Georgia,
        serif;

    font-size: 2.2rem;
    font-weight: 400;
}


.aktuelles-highlight-card p {
    color: #675a4e;

    font-size: 18px !important;
    line-height: 1.7;
}


/* =========================================================
   ISSM
========================================================= */

.aktuelles-membership {
    padding: 95px 0;

    background:
        linear-gradient(
            rgba(247,225,119,.35),
            rgba(220,239,168,.24)
        ),
        url("../images/Drkellenbachhintergrund.jpg");

    background-size: cover;
    background-position: center bottom;
}


.aktuelles-membership-inner {
    max-width: 950px;
}


.aktuelles-membership-inner > p:last-child {
    max-width: 760px;

    color: #675a4e;

    font-size: 18px !important;
    line-height: 1.75;
}


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

.aktuelles-page .contact-cta {
    background:
        linear-gradient(
            90deg,
            rgba(245,219,103,.52),
            rgba(214,240,168,.36),
            rgba(181,237,205,.42)
        ),
        url("../images/Drkellenbachhintergrund.jpg") !important;

    background-size: cover !important;
}


/* =========================================================
   ALLE BILDER DIESER SEITE ABGERUNDET
========================================================= */

.aktuelles-page img {
    border-radius: 22px;
}


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

@media (max-width: 1050px) {

    .aktuelles-hero-grid {
        grid-template-columns: 1fr;
    }

    .aktuelles-hero-image {
        max-width: 720px;
        margin: 10px auto 0;
    }

}


/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 760px) {

    .aktuelles-highlight-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .news-card {
        padding: 38px 30px;
    }

}


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

@media (max-width: 520px) {

    .aktuelles-hero,
    .aktuelles-content,
    .aktuelles-highlight,
    .aktuelles-membership {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .aktuelles-hero-image {
        padding: 9px;

        border-radius: 22px;
    }

    .aktuelles-hero-image img {
        border-radius: 16px;
    }

    .news-card {
        padding: 34px 23px;

        border-radius: 20px;
    }

    .news-number {
        position: static;

        margin-bottom: 20px;
    }

}
