/* Layout Styles for Ostsee Fisch Theme */

/* Content Container */
.content-container {
    max-width: 1900px;
    margin: 0 auto;
    background-color: #ffffff;
    min-height: 100vh;
    position: relative;
}

body {
    background-color: #eeeeee;
}

.elementor-section-wrap {
    max-width: 1900px;
    margin: 0 auto;
    background-color: #ffffff;
}

.elementor-section {
    max-width: 1900px;
    margin: 0 auto;
}

.elementor-container {
    max-width: 1900px;
}

/* Typography Styles */
h1 {
    font-size: 4.6875rem;
    line-height: 1.2;
    margin-top: 1.6875rem;
    margin-bottom: 1.6875rem;
    font-family: var(--font-heading, 'Citrus Gothic'), Arial, sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 1.875rem;
    line-height: 1.3;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-family: var(--font-heading, 'Citrus Gothic'), Arial, sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 1.5625rem;
    line-height: 1.3;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: var(--font-heading, 'Citrus Gothic'), Arial, sans-serif;
    font-weight: 700;
}

p, .elementor-text-editor p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: var(--font-body, 'Helvetica Neue'), Helvetica, Arial, sans-serif;
    color: #333333;
}

/* Mobile Typography */
@media (max-width: 768px) {
    h1 {
        font-size: 3.125rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    
    h2 {
        font-size: 1.5625rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    h3 {
        font-size: 1.375rem;
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    
    p, .elementor-text-editor p {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2.375rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        hyphens:auto;
    }
    
    h2 {
        font-size: 1.375rem;
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
        hyphens:auto;
    }
    
    h3 {
        font-size: 1.25rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
        hyphens:auto;
    }
    
    p, .elementor-text-editor p {
        font-size: 1rem;
    }
} 