.more-btn {
    background-color: #5D1C0E !important;
}

.section-title p {
    font-size: 64px;
    line-height: 1.1;
}

#hero .hero-logo {
    opacity: 0.90;
}
#hero .hero-logo img {
    max-width: 250px;
}
#hero .text-highlight {
    color: var(--accent-color);
}

@media (max-width: 991px) {
    #hero .hero-logo img {
        max-width: 110px;
    }
}

.nyt-font {
    font-family: "Times New Roman", Times, serif;
    font-style: normal;   /* em macht sonst kursiv */
    font-weight: 800;
    letter-spacing: 0.02em;
}

.nyt-button {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 50px;
    transition: 0.3s;
}

.nyt-feature {
    padding: 28px 16px;
    border: 1px solid rgba(60, 48, 34, 0.08);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, #f6f4ef 0%, #ece8e1 100%);
    box-shadow: 0 10px 30px rgba(60, 48, 34, 0.06);
}

.nyt-feature h3 .nyt-font {
    display: inline-block;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .nyt-feature h3 .nyt-font {
        font-size: 32px;
    }
}

.header .header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--accent-color), white 85%);
}

.language-switcher-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    min-width: 72px;
    padding: 6px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
    z-index: 1001;
}

.language-switcher a,
.language-switcher-toggle {
    color: var(--heading-color);
    background: transparent;
    border: 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 5px 8px;
    border-radius: 999px;
    transition: 0.3s ease;
    line-height: 1;
}

.language-switcher-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.language-switcher a.is-active {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.language-switcher.is-open .language-switcher-menu {
    display: flex;
}

.language-switcher-menu a {
    padding: 7px 10px;
    font-size: 12px;
    text-align: center;
}

#events .event-item .event-meta {
    color: #fff !important;
    font-weight: 600;
    margin: 12px 0 10px;
    position: relative;
}

#events {
    background: #f8f5ef;
}

#events .event-item .date {
    color: #fff;
    border-bottom: 2px solid var(--accent-color);
    font-size: 72px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 15px;
    position: relative;
}

#events .section-title .normal.text-center {
    width: min(60%, 760px);
    margin-left: auto;
    margin-right: auto;
}

.menu .menu-empty {
    padding: 12px 0 24px;
}

.menu .menu-empty p {
    margin: 0;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.menu .menu-subtitle {
    padding: 12px 0 8px;
}

.menu .menu-subtitle h4 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: var(--accent-color);
}

.menu .tab-content .menu-item .price {
    font-size: 16px;
}

.menu .tab-content .menu-item .ingredients {
    text-align: center;
}

@media (max-width: 1199px) {
    #header .container {
        justify-content: flex-start !important;
        gap: 8px;
    }

    #header .logo {
        order: 1;
        margin-right: auto;
    }

    #pjaceta-logo {
        width: 150px;
    }

    .header .header-actions {
        order: 2;
        margin-left: 0;
        margin-right: 0;
        gap: 8px;
    }

    .header .header-actions .btn-getstarted {
        order: 1;
        padding: 6px 14px;
        font-size: 12px;
    }

    .header .header-actions .language-switcher {
        order: 2;
    }

    #header .navmenu {
        order: 3;
        margin-left: 0;
    }

    .mobile-nav-toggle {
        margin-right: 0;
        margin-left: 2px;
    }

    #events .section-title .normal.text-center {
        width: 100%;
    }
}
