/*
Theme Name: REFUGION
Theme URI: https://refugion.com
Author: REFUGION
Author URI: https://refugion.com
Description: Premium Theme für REFUGION - Ihr exklusiver Rückzugsort
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: refugion
*/

:root {
    --color-sand: #E6D5B8;
    --color-ocean: #1B4965;
    --color-palm: #2A9D8F;
    --color-sunset: #F4A261;
    --color-content: #202020;
}

/* Import der Schriftarten */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500&display=swap');

/* Grundlegende Typografie */
body {
    color: var(--color-content);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-heading { 
    font-family: 'Cormorant Garamond', serif; 
    letter-spacing: 0.03em;
}

.font-body { 
    font-family: 'Montserrat', sans-serif; 
    letter-spacing: 0.02em;
} 

/* Content Bereich */
.site-content,
.content.site-content,
#content.site-content,
div#content.site-content {
    margin: 0 !important;
    padding: 0 !important;
}

/* Footer Styles */
.site-footer {
    background-color: #fff;
    padding: 3rem 0;
    border-top: 1px solid #e5e7eb;
}

.site-footer .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.site-footer .footer-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.875rem;
    color: var(--color-ocean);
    margin-bottom: 1rem;
}

.site-footer .footer-description {
    color: #4B5563;
    margin-bottom: 0.5rem;
}

.site-footer .footer-copyright {
    font-size: 0.875rem;
    color: #6B7280;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 2rem 0;
    }
    
    .site-footer .container {
        padding: 0 1rem;
    }
}

/* Mobile Menu Anpassungen */
.refugion-mobile-menu {
    visibility: visible !important;
}

.refugion-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.refugion-mobile-menu li {
    margin: 0;
    padding: 0;
}

.refugion-mobile-menu a {
    display: block;
    padding: 0.75rem 0;
    text-decoration: none;
}

/* WordPress Standard Content Formatierung */
body:not(.elementor-page):not(.home) .site-main {
    padding-top: 120px; /* Anpassen an die tatsächliche Header-Höhe */
}

body:not(.elementor-page) .entry-content,
body:not(.elementor-page) .page-content,
body:not(.elementor-page) .post-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-content);
}

/* Container für Standard-Seiten */
body:not(.elementor-page):not(.home) .content-area {
    margin-top: 0;
    min-height: calc(100vh - 120px); /* Mindesthöhe abzüglich Header */
    background: #ffffff;
    position: relative;
    z-index: 1;
}

/* Überschriften nur für Standard WordPress */
body:not(.elementor-page) .entry-content h1,
body:not(.elementor-page) .page-content h1,
body:not(.elementor-page) .post-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-ocean);
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    line-height: 1.2;
}

body:not(.elementor-page) .entry-content h2,
body:not(.elementor-page) .page-content h2,
body:not(.elementor-page) .post-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-ocean);
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    line-height: 1.3;
}

body:not(.elementor-page) .entry-content h3,
body:not(.elementor-page) .page-content h3,
body:not(.elementor-page) .post-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--color-ocean);
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
    line-height: 1.4;
}

/* Absätze nur für Standard WordPress */
body:not(.elementor-page) .entry-content p,
body:not(.elementor-page) .page-content p,
body:not(.elementor-page) .post-content p {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-content);
}

/* Listen nur für Standard WordPress */
body:not(.elementor-page) .entry-content ul,
body:not(.elementor-page) .page-content ul,
body:not(.elementor-page) .post-content ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

body:not(.elementor-page) .entry-content ol,
body:not(.elementor-page) .page-content ol,
body:not(.elementor-page) .post-content ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

body:not(.elementor-page) .entry-content li,
body:not(.elementor-page) .page-content li,
body:not(.elementor-page) .post-content li {
    margin-bottom: 0.5rem;
}

/* Links nur für Standard WordPress */
body:not(.elementor-page) .entry-content a,
body:not(.elementor-page) .page-content a,
body:not(.elementor-page) .post-content a {
    color: var(--color-ocean);
    text-decoration: none;
    transition: color 0.3s ease;
}

body:not(.elementor-page) .entry-content a:hover,
body:not(.elementor-page) .page-content a:hover,
body:not(.elementor-page) .post-content a:hover {
    color: var(--color-palm);
}

/* Responsive Anpassungen nur für Standard WordPress */
@media (max-width: 768px) {
    body:not(.elementor-page):not(.home) .site-main {
        padding-top: 80px; /* Kleinerer Abstand auf mobilen Geräten */
    }
    
    body:not(.elementor-page):not(.home) .content-area {
        min-height: calc(100vh - 80px);
    }

    body:not(.elementor-page) .entry-content,
    body:not(.elementor-page) .page-content,
    body:not(.elementor-page) .post-content {
        padding: 1rem;
    }

    body:not(.elementor-page) .entry-content h1,
    body:not(.elementor-page) .page-content h1,
    body:not(.elementor-page) .post-content h1 {
        font-size: 2rem;
    }

    body:not(.elementor-page) .entry-content h2,
    body:not(.elementor-page) .page-content h2,
    body:not(.elementor-page) .post-content h2 {
        font-size: 1.75rem;
    }

    body:not(.elementor-page) .entry-content h3,
    body:not(.elementor-page) .page-content h3,
    body:not(.elementor-page) .post-content h3 {
        font-size: 1.5rem;
    }
}

/* Container Breite */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1240px !important;
}

/* Spezielle Formatierung für Datenschutzerklärung */
.privacy-policy,
.datenschutz {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 2rem;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.privacy-policy h1,
.datenschutz h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-ocean);
    margin-bottom: 2rem;
    text-align: left;
    line-height: 1.2;
}

.privacy-policy h2,
.datenschutz h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-ocean);
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    text-align: left;
    line-height: 1.3;
}

.privacy-policy h3,
.datenschutz h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-ocean);
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-align: left;
    line-height: 1.4;
}

.privacy-policy p,
.datenschutz p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-content);
    text-align: left;
}

.privacy-policy ul,
.datenschutz ul {
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    color: var(--color-content);
}

.privacy-policy ol,
.datenschutz ol {
    list-style-type: decimal;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    color: var(--color-content);
}

.privacy-policy li,
.datenschutz li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

.privacy-policy a,
.datenschutz a {
    color: var(--color-ocean);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy-policy a:hover,
.datenschutz a:hover {
    color: var(--color-palm);
}

/* Responsive Anpassungen für Datenschutz */
@media (max-width: 768px) {
    .privacy-policy,
    .datenschutz {
        padding: 2rem 1rem;
        margin: 1rem;
    }
    
    .privacy-policy h1,
    .datenschutz h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .privacy-policy h2,
    .datenschutz h2 {
        font-size: 1.75rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    
    .privacy-policy h3,
    .datenschutz h3 {
        font-size: 1.25rem;
        margin-top: 1.5rem;
    }
    
    .privacy-policy p,
    .datenschutz p {
        font-size: 0.9375rem;
        line-height: 1.7;
    }

    .privacy-policy ul,
    .privacy-policy ol,
    .datenschutz ul,
    .datenschutz ol {
        margin-left: 1.5rem;
    }
} 