/* VERSION: 2.3.1 | TYPE: Global Styles | REF: 0001 | STATUS: Konsolidiert */

/* --- SCHRIFTARTEN --- */
@font-face {
    font-family: 'Montserrat'; font-style: normal; font-weight: 400;
    src: url('montserrat-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat'; font-style: normal; font-weight: 600;
    src: url('montserrat-semibold.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display'; font-style: normal; font-weight: 400;
    src: url('playfair-display-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display'; font-style: normal; font-weight: 700;
    src: url('playfair-display-bold.woff2') format('woff2');
}

:root {
    --primary: #122620;
    --secondary: #5d6b67;
    --accent: #b89768;
    --bg-main: #fcfbf9;
    --bg-card: #f2efe9;
    --border: #e2dacd;
    --alert: #a52a2a; 
    --font-head: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
}

/* --- BASIS --- */
body {
    margin: 0; padding: 0;
    background-color: var(--bg-main);
    font-family: var(--font-body);
    color: var(--primary);
    line-height: 1.6;
    overflow-x: hidden;
}

.no-scroll { overflow: hidden !important; }
.text-center { text-align: center; }

/* --- HEADER & NAVIGATION --- */
header { 
    background: rgba(252, 251, 249, 0.98); 
    border-bottom: 1px solid var(--border); 
    position: sticky; top: 0; z-index: 1000; 
}
.nav-container { 
    max-width: 1200px; margin: 0 auto; 
    display: flex; justify-content: space-between; 
    align-items: center; padding: 10px 20px; 
}
.nav-logo img { max-height: 60px; cursor: pointer; }
.nav-links { display: flex; align-items: center; }
.nav-link { 
    text-decoration: none; color: var(--secondary); 
    margin: 0 12px; font-size: 0.8rem; text-transform: uppercase; 
    letter-spacing: 1.5px; transition: color 0.3s; 
    padding-bottom: 3px; border-bottom: 2px solid transparent; 
}
.nav-link:hover, .nav-link.active { color: var(--accent); }

/* Hamburger Menü (Mobil) */
.hamburger { 
    display: none; flex-direction: column; 
    cursor: pointer; border: none; background: transparent; gap: 5px; 
}
.hamburger span { width: 25px; height: 2px; background-color: var(--primary); }

/* --- PRIVACY POPUP --- */
#privacy-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(18, 38, 32, 0.95); z-index: 10000;
    display: none; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box;
}
#privacy-box {
    background: var(--bg-main); padding: 35px; max-width: 650px; width: 100%;
    max-height: 90vh; display: flex; flex-direction: column;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5); border: 1px solid var(--accent);
}
.privacy-scroll-area {
    overflow-y: auto; text-align: left; border: 1px solid var(--border);
    padding: 20px; margin: 20px 0; font-size: 0.85rem; background: #fff;
}
#btn-accept-privacy {
    background: var(--primary); color: #fff; padding: 15px; border: none;
    font-size: 1rem; font-weight: 600; cursor: pointer; text-transform: uppercase; letter-spacing: 2px;
}
#btn-accept-privacy:hover { background: var(--accent); }

/* --- LAYOUT & TYPOGRAFIE --- */
.content-wrapper { width: 100%; max-width: 900px; margin: 0 auto; padding: 60px 20px 100px; box-sizing: border-box; }
h1, h2 { 
    font-family: var(--font-head); font-weight: normal; 
    border-bottom: 2px solid var(--accent); padding-bottom: 10px; 
    margin-bottom: 40px; display: inline-block; 
}
h3 { 
    font-family: var(--font-head); font-weight: bold; margin-top: 40px; 
    text-transform: uppercase; letter-spacing: 1.5px; 
    border-left: 4px solid var(--accent); padding-left: 15px; 
    background: var(--bg-card); padding-top: 8px; padding-bottom: 8px; 
    color: var(--primary); font-size: 1.2rem; 
}
.greeting-text { 
    font-family: var(--font-head); font-style: italic; 
    color: var(--accent); font-size: 1.5rem; 
    margin-bottom: 40px; display: block; text-align: center; 
}
.logo-large { max-width: 320px; margin: 0 auto 30px; display: block; }

/* --- SPEISEKARTEN STYLES --- */
.menu-item { 
    display: flex; justify-content: space-between; 
    align-items: baseline; border-bottom: 1px dotted var(--border); 
    padding-bottom: 12px; margin-bottom: 20px; text-align: left; 
}
.item-content { flex: 1; padding-right: 15px; }
.item-title { font-family: var(--font-head); font-size: 1.3rem; font-weight: bold; color: var(--primary); }
.item-desc { font-size: 0.85rem; color: var(--secondary); font-style: italic; margin-top: 6px; display: block; line-height: 1.4; }
.item-price { font-size: 1.1rem; font-weight: 600; color: var(--accent); white-space: nowrap; }

/* --- TIMELINE (GESCHICHTE) --- */
.timeline { 
    border-left: 2px solid var(--accent); margin-left: 10px; 
    padding-left: 30px; position: relative; text-align: left; margin-top: 30px; 
}
.timeline-item { margin-bottom: 40px; position: relative; }
.timeline-item::before { 
    content: ''; position: absolute; left: -37px; top: 6px; 
    width: 12px; height: 12px; background: var(--bg-main); 
    border: 2px solid var(--accent); border-radius: 50%; 
}
.timeline-year { 
    font-weight: bold; color: var(--accent); font-size: 1.3rem; 
    display: block; margin-bottom: 5px; font-family: var(--font-head); 
}

/* --- FOOTER --- */
footer { padding: 40px; text-align: center; font-size: 0.85rem; background: var(--bg-card); border-top: 1px solid var(--border); margin-top: auto; }

/* --- RESPONSIVE --- */
@media screen and (max-width: 768px) {
    .hamburger { display: flex; }
    .nav-links { 
        position: absolute; top: 100%; left: 0; width: 100%; 
        background: var(--bg-main); flex-direction: column; 
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: clip-path 0.4s; 
    }
    .nav-links.nav-active { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .nav-link { 
        margin: 0; padding: 20px; border-bottom: 1px solid var(--border); 
        width: 100%; text-align: center; font-size: 1rem; 
    }
    .logo-large { max-width: 240px; }
    .greeting-text { font-size: 1.2rem; }
}