/* =====================================================
DATENSCHUTZSEITE – JUSTLYKKE
Datei: datenschutz.css
===================================================== */

body {
margin: 0;
padding: 0;
background-color: #F5EFE8;
font-family: "Inter", sans-serif;
color: #444;
}

main,
.page-content,
.site-content,
.entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =====================================================
HERO BEREICH
===================================================== */

.privacy-page {
    width: 100%;
    margin: 0;
    padding: 0;
}

.privacy-header {
    margin-top: 0;
}


.privacy-header {

 min-height: 720px; 
 background-image: url("../img/datenschutz_img_1.png"); 
 background-size: cover; 
 background-position: center center; 
 background-repeat: no-repeat; 
 display: flex; 
 align-items: center;
}

.privacy-overlay {

    width: 100%;
    height: 100%;

    background: linear-gradient(
        90deg,
        rgba(252,248,245,0.95) 0%,
        rgba(252,248,245,0.85) 40%,
        rgba(252,248,245,0.00) 100%
    );

    padding: 80px 0;
}


.privacy-content {
max-width: 650px;
margin-left: 120px;
}




.privacy-content h1 {
font-family: "Playfair Display", serif;
font-size: 72px;
font-weight: 600;
color: #343434;
line-height: 1.1;
margin: 0 0 20px;
}

.privacy-divider {
margin-bottom: 35px;
}

.privacy-divider img {
width: 220px;
height: auto;
display: block;
}

.privacy-version {
color: #7F8D73;
font-size: 22px;
font-weight: 600;
margin-bottom: 25px;
}

.privacy-intro {
font-size: 24px;
line-height: 1.8;
color: #555;
}



/* =====================================================
INHALTSBEREICH
===================================================== */

.privacy-container {
max-width: 1100px;
margin: 0 auto 120px;
padding: 60px;
background: #FDF9F7;
border-radius: 40px;
box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

.privacy-container h2 {
font-family: "Playfair Display", serif;
font-size: 34px;
font-weight: 600;
color: #343434;

margin-top: 70px;
margin-bottom: 20px;


}

.privacy-container h2:first-child {
margin-top: 0;
}

.privacy-container p {
font-size: 19px;
line-height: 1.9;
margin-bottom: 20px;
color: #555;
}

.privacy-container ul {
margin: 25px 0;
padding-left: 30px;
}

.privacy-container li {
font-size: 19px;
line-height: 1.9;
color: #555;
margin-bottom: 10px;
}

/* =====================================================
FOOTER BOX
===================================================== */

.privacy-footer {
margin-top: 80px;

padding: 40px;

background: #F7F2ED;

border-radius: 24px;

text-align: center;

font-size: 24px;
line-height: 1.8;
color: #444;

}

.privacy-footer strong {
display: block;
font-size: 30px;
color: #7F8D73;
margin-bottom: 10px;
}

/* =====================================================
LINKS
===================================================== */

.privacy-container a {
color: #7F8D73;
text-decoration: none;
font-weight: 600;
}

.privacy-container a:hover {
text-decoration: underline;
}

/* =====================================================
TABELLEN (falls später benötigt)
===================================================== */

.privacy-container table {
width: 100%;
border-collapse: collapse;
margin: 30px 0;
}

.privacy-container th,
.privacy-container td {
border: 1px solid #E8E2DD;
padding: 15px;
text-align: left;
}

.privacy-container th {
background: #F7F2ED;
}




.privacy-contact-box {

    margin-top: 80px;

    background: #F7F2EF;

    border-radius: 20px;

    padding: 35px 50px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 40px;
}

.privacy-contact-left {

    display: flex;

    align-items: center;

    gap: 30px;
}

.privacy-contact-icon {

    width: 55px;

    height: 55px;

    object-fit: contain;
}

.privacy-contact-text h3 {

    margin: 0 0 8px;

    font-family: "Playfair Display", serif;

    font-size: 36px;

    font-weight: 500;

    color: #3A3A3A;
}

.privacy-contact-text p {

    margin: 0;

    font-size: 18px;

    color: #666;
}

.privacy-contact-button {

    min-width: 320px;

    height: 72px;

    border-radius: 14px;

    background: #D6A09D;

    color: white;

    text-decoration: none;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    font-weight: 500;

    transition: 0.3s;
}

.privacy-contact-button:hover {

    background: #C78F8B;
}

.privacy-contact-button,
.privacy-contact-button:visited,
.privacy-contact-button:hover,
.privacy-contact-button:active {

    color: #FFFFFF !important;
    text-decoration: none;
}



/* =====================================================
RESPONSIVE
===================================================== */

@media (max-width: 1200px) {

.privacy-header {
    grid-template-columns: 1fr;
    gap: 50px;
}

.privacy-content h1 {
    font-size: 58px;
}



}

@media (max-width: 768px) {

.privacy-header {
    padding: 0 25px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.privacy-container {
    padding: 35px;
    border-radius: 25px;
}

.privacy-content h1 {
    font-size: 42px;
}

.privacy-intro {
    font-size: 20px;
}

.privacy-container h2 {
    font-size: 28px;
}

.privacy-container p,
.privacy-container li {
    font-size: 17px;
}

.privacy-divider img {
    width: 160px;
}

.privacy-contact-box {

    flex-direction: column;

    text-align: center;
}

.privacy-contact-left {

    flex-direction: column;
}

.privacy-contact-button {

    width: 100%;

    min-width: unset;
}


}

@media (max-width: 480px) {

.privacy-container {
    padding: 25px;
}

.privacy-content h1 {
    font-size: 34px;
}

.privacy-footer {
    font-size: 18px;
    padding: 25px;
}

}
