/* =========================================================
   DATENSCHUTZ
   Secret Allure
========================================================= */


/* =========================================================
   1. SEITE
========================================================= */

.privacy-page {

    min-height: 70vh;

    background: #fbf4ef;

}


/* =========================================================
   2. HERO
========================================================= */

.privacy-hero {

    padding: 110px 20px 70px;

    text-align: center;

}


.privacy-eyebrow {

    display: block;

    margin-bottom: 15px;

    color: #c58f69;

    font-size: .75rem;

    letter-spacing: 4px;

    text-transform: uppercase;

}


.privacy-hero h1 {

    margin: 0;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(2.8rem, 6vw, 4.8rem);

    font-weight: 400;

    color: #3a302c;

}


.privacy-hero p {

    margin: 0;

    color: #766c65;

    font-family: "Cormorant Garamond", serif;

    font-size: 1.1rem;

}


/* =========================================================
   3. TRENNER
========================================================= */

.privacy-divider {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    max-width: 240px;

    margin: 28px auto;

}


.privacy-divider::before,
.privacy-divider::after {

    content: "";

    flex: 1;

    height: 1px;

    background: rgba(197, 143, 105, .5);

}


.privacy-divider span {

    color: #c58f69;

    font-size: 1rem;

}


/* =========================================================
   4. INHALTSBEREICH
========================================================= */

.privacy-content {

    padding: 20px 20px 100px;

}


.privacy-content .container {

    max-width: 900px;

    margin: 0 auto;

}


/* =========================================================
   5. CONTENT CARD
========================================================= */

.privacy-card {

    padding: 60px;

    background: rgba(255, 255, 255, .65);

    border: 1px solid rgba(197, 143, 105, .18);

    box-shadow:
        0 20px 50px rgba(70, 45, 30, .05);

}


/* =========================================================
   6. ÜBERSCHRIFTEN
========================================================= */

.privacy-card h2 {

    margin: 0 0 16px;

    font-family: "Cormorant Garamond", serif;

    font-size: 1.7rem;

    font-weight: 500;

    color: #3a302c;

}


.privacy-card h2:not(:first-child) {

    margin-top: 45px;

}


/* =========================================================
   7. TEXT
========================================================= */

.privacy-card p {

    margin: 0 0 18px;

    color: #625953;

    font-size: .98rem;

    line-height: 1.9;

}


.privacy-card strong {

    color: #3a302c;

    font-weight: 500;

}


/* =========================================================
   8. LINKS
========================================================= */

.privacy-card a {

    color: #b47f5c;

    text-decoration: none;

    border-bottom: 1px solid rgba(180, 127, 92, .35);

    transition:
        color .3s ease,
        border-color .3s ease;

}


.privacy-card a:hover {

    color: #8e6044;

    border-color: #8e6044;

}


/* =========================================================
   9. LISTEN
========================================================= */

.privacy-card ul {

    margin: 10px 0 20px;

    padding-left: 22px;

}


.privacy-card li {

    margin-bottom: 10px;

    color: #625953;

    line-height: 1.8;

}


/* =========================================================
   10. DATUM
========================================================= */

.privacy-date {

    margin-top: 45px !important;

    padding-top: 20px;

    border-top: 1px solid rgba(197, 143, 105, .2);

    color: #8a7c73 !important;

    font-size: .85rem !important;

}


/* =========================================================
   11. MOBILE
========================================================= */

@media (max-width: 600px) {

    .privacy-hero {

        padding: 80px 20px 50px;

    }


    .privacy-hero h1 {

        font-size: 3rem;

    }


    .privacy-card {

        padding: 35px 25px;

    }


    .privacy-card h2 {

        font-size: 1.5rem;

    }


    .privacy-card p,
    .privacy-card li {

        font-size: .95rem;

        line-height: 1.8;

    }

}