/*
Theme Name: Barbarossa
Description: Ein modernes WordPress-Theme für Barbarossa Burger & Pizza - Restaurant in Monheim. Optimiert für das Orderable Plugin mit vollständig anpassbaren Texten über den WordPress Customizer.
Author: Paul Hofer
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: barbarossa
Tags: restaurant, burger, pizza, food, responsive, custom-header, custom-menu, featured-images, threaded-comments
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header - Dunkel gehalten */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo .red-text,
.logo .white-text {
    margin: 0;
    display: inline-block;
}

.logo .red-text + .white-text {
    margin-left: -0.3em;
}

.logo img {
    height: 50px;
    width: auto;
}

.logo .red-text {
    color: #eb101e;
}

.logo .white-text {
    color: #fff;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #eb101e;
}

/* GTranslate Wrapper */
.gtranslate-wrapper {
    margin-left: 1rem;
    display: flex;
    align-items: center;
}

.gtranslate-wrapper select,
.gtranslate-wrapper .gt_selector {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gtranslate-wrapper select:hover,
.gtranslate-wrapper .gt_selector:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.gtranslate-wrapper-mobile {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

/* Main Content - Weiß gehalten für Orderable */
main {
    background-color: #ffffff;
    min-height: 100vh;
    padding-top: 80px; /* Header Höhe */
}

/* Hero Section - Für Startseite */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #fff;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
    z-index: -1;
}

.hero-content {
    max-width: 800px;
    padding: 0 2rem;
}

.hero h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.hero h1 .highlight {
    color: #fff;
}

.hero p {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0.9;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: #eb101e;
    color: #fff;
}

.btn-primary:hover {
    background: #c40e1a;
}

.btn-secondary {
    background: transparent;
    color: #333333;
    border: 2px solid #333333;
}

.btn-secondary:hover {
    background: #333333;
    color: #ffffff;
}

/* Hero Secondary Button - Weiß auf dunklem Hintergrund */
.hero .btn-secondary {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.hero .btn-secondary:hover {
    background: #ffffff;
    color: #000000;
}

/* Section Styles - Konsistent 6rem Padding */
section {
    padding: 6rem 2rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.contact .container {
    padding: 0;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #333;
}

.section-title .highlight {
    color: #eb101e;
}

/* Animated Title Styles */
.animated-title {
    position: relative;
    display: inline-block;
}

.title-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.title-word.animate {
    opacity: 1;
    transform: translateY(0);
}

.title-word:nth-child(1) { transition-delay: 0.1s; }
.title-word:nth-child(2) { transition-delay: 0.2s; }
.title-word:nth-child(3) { transition-delay: 0.3s; }
.title-word:nth-child(4) { transition-delay: 0.4s; }
.title-word:nth-child(5) { transition-delay: 0.5s; }

/* Underline Animation */
.title-underline {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #eb101e, #c40e1a);
    transition: width 1s ease-out;
}

.title-underline.animate {
    width: 100%;
}

/* Glow Effect */
.title-glow {
    text-shadow: 0 0 20px rgba(235, 16, 30, 0.3);
    transition: text-shadow 0.5s ease;
}

.title-glow.animate {
    text-shadow: 0 0 30px rgba(235, 16, 30, 0.6);
}

/* About Section */
.about {
    background: #f8f9fa;
    padding: 6rem 2rem;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.about-text h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #eb101e;
    line-height: 1.2;
}

.about-text p {
    margin-bottom: 1rem;
    color: #666666;
}

.about-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.about-images img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}


/* Menu Section */
.menu {
    background: #ffffff;
    padding: 6rem 2rem;
}

/* Highlights Label */
.menu-highlights-label {
    color: #999999;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    text-align: left;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Menu Footer Action */
.menu-footer-action {
    text-align: center;
    margin-top: 3rem;
}

.menu-footer-action .btn {
    padding: 0.9rem 2rem;
}

.menu-grid,
.menu-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Menu Action Buttons */
.menu-action-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    padding: 2rem 0;
    flex-wrap: wrap;
}

.btn-large {
    padding: 1.2rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    min-width: 200px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.menu-item:hover {
    box-shadow: 0 4px 12px rgba(235, 16, 30, 0.15);
    border-color: #eb101e;
}

.menu-item img,
.menu-item-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 0;
}

.menu-item-content {
    padding: 1.25rem;
}

.menu-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333333;
    line-height: 1.3;
}

.menu-item p {
    color: #666666;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.menu-item .price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #eb101e;
}

/* Outline Button Style */
.btn-outline {
    background: transparent;
    color: #333333;
    border: 2px solid #333333;
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #333333;
    color: #ffffff;
    transform: none;
}

/* Service Options Section */
.service-options {
    background: #ffffff;
    padding: 6rem 2rem;
    text-align: center;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    border-color: #eb101e;
}

.service-card-primary {
    background: linear-gradient(135deg, rgba(235, 16, 30, 0.05), rgba(196, 14, 26, 0.08));
    border: 2px solid #eb101e;
    box-shadow: 0 4px 15px rgba(235, 16, 30, 0.15);
}


.service-card-icon {
    margin: 0 auto 1.5rem;
}

.service-card h3 {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.service-card p {
    color: #666666;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.service-card .btn {
    margin-top: auto;
}

/* Contact Section - Ultra Kompakt */
.contact {
    background: #f8f9fa;
    padding: 3rem 2rem;
    border-top: 1px solid #e9ecef;
}

.contact-modern {
    width: 100%;
    max-width: 100%;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

.contact-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    min-height: 180px;
    justify-content: flex-start;
}

.contact-card:hover {
    border-color: #eb101e;
    box-shadow: 0 4px 12px rgba(235, 16, 30, 0.1);
}

.contact-card-icon {
    flex-shrink: 0;
    margin-bottom: 0.5rem;
}

.contact-card-content {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-card-content h4 {
    color: #999999;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width: 100%;
}

.contact-card-content p {
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    width: 100%;
}

.contact-card-content p br {
    display: block;
    content: "";
    margin-top: 0.5rem;
}

/* Öffnungszeiten - Separate Box darunter */
.contact-card-hours-full {
    background: #ffffff;
    border-radius: 8px;
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    width: 100%;
}

.contact-card-hours-full:hover {
    border-color: #eb101e;
    box-shadow: 0 4px 12px rgba(235, 16, 30, 0.1);
}

.contact-card-hours-full .contact-card-icon {
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.contact-card-hours-full .contact-card-content {
    flex: 1;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

.contact-card-hours-full h4 {
    color: #999999;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.opening-hours-compact {
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.opening-hours-compact .hours-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.opening-hours-compact .hours-line:last-child {
    border-bottom: none;
}

.opening-hours-compact .hours-line:hover {
    color: #eb101e;
    padding-left: 0.5rem;
}

.opening-hours-compact .hours-line .day {
    font-weight: 600;
    min-width: 140px;
}

.opening-hours-compact .hours-line .time {
    color: #666666;
    font-weight: 500;
}

.contact-link {
    color: #eb101e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    word-break: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
}

.contact-link:hover {
    color: #c40e1a;
}

/* Footer - Dunkel gehalten */
footer {
    background: #000;
    text-align: center;
    padding: 2rem;
    border-top: 1px solid #333;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer-logo {
    height: 80px;
    width: auto;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.8;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    color: #eb101e;
}

.footer-separator {
    color: #666;
    opacity: 0.5;
    margin: 0 0.25rem;
}

footer p {
    opacity: 0.7;
    color: #fff;
}

/* Logo in sections */
.section-logo {
    height: 60px;
    width: auto;
    margin: 0 auto 2rem;
    display: block;
    opacity: 0.9;
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu-toggle:hover {
    color: #eb101e;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    z-index: 999;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav ul {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.mobile-nav a {
    font-size: 1.1rem;
    padding: 0.5rem 0;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav a:last-child {
    border-bottom: none;
}

/* ORDERABLE PLUGIN STYLES - Optimiert für weißes Design */
.orderable-container,
.orderable-modal,
.orderable-popup,
.orderable-cart-widget,
.orderable-sidebar,
.orderable-panel {
    background: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #e9ecef !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* Barbarossa Orderable Container */
.barbarossa-orderable-container {
    background: #ffffff !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    margin: 2rem 0 !important;
}

.orderable-container *,
.orderable-modal *,
.orderable-popup *,
.orderable-cart-widget *,
.orderable-sidebar *,
.orderable-panel * {
    color: #333333 !important;
}

.orderable-button,
.orderable-product-add-to-cart,
.orderable-add-to-cart,
.orderable-cart-button {
    background: #eb101e !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.3s ease !important;
}

.orderable-button:hover,
.orderable-product-add-to-cart:hover,
.orderable-add-to-cart:hover,
.orderable-cart-button:hover {
    background: #c40e1a !important;
    transform: translateY(-2px) !important;
}

.orderable-product-title {
    color: #333333 !important;
    font-weight: 700 !important;
}

.orderable-product-description {
    color: #666666 !important;
}

.orderable-product-price {
    color: #eb101e !important;
    font-weight: 700 !important;
}

.orderable-cart-item {
    background: #ffffff !important;
    border: 1px solid #e9ecef !important;
    margin-bottom: 1rem !important;
}

.orderable-cart-total {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    color: #333333 !important;
}

/* Page Content Styles - Für normale Seiten */
.page-content {
    background: #ffffff;
    padding: 2rem;
    min-height: calc(100vh - 160px);
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #333333;
}

.page-content p {
    color: #666666;
    margin-bottom: 1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Header Mobile */
    .nav-container {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .logo {
        font-size: 0;
        gap: 0;
    }

    .logo img {
        height: 50px;
    }

    .logo .red-text,
    .logo .white-text {
        display: none;
    }

    .mobile-menu-toggle {
        display: none;
    }

    nav,
    .mobile-nav {
        display: none;
    }

    header {
        position: relative;
        padding: 0.5rem 2rem;
    }

    main {
        padding-top: 0;
    }

    /* Hero Mobile */
    .hero {
        height: 100vh;
        padding: 0 1rem;
    }

    .hero-content {
        padding: 0 1rem;
    }

    .hero h1 {
        font-size: clamp(2.5rem, 12vw, 4rem);
        margin-bottom: 0.5rem;
    }

    .hero p {
        font-size: clamp(1rem, 4vw, 1.4rem);
        margin-bottom: 1.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
        width: 100%;
    }

    .btn {
        width: 100%;
        max-width: 280px;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    /* Sections Mobile - Konsistent 3rem */
    section {
        padding: 3rem 1rem;
    }
    
    .about,
    .menu,
    .service-options,
    .contact {
        padding: 3rem 1rem;
    }

    .section-title {
        font-size: clamp(2rem, 8vw, 3rem);
        margin-bottom: 2rem;
    }

    .section-logo {
        height: 50px;
        margin-bottom: 1.5rem;
    }

    /* About Mobile */
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .about-text h3 {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .about-images {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .about-images img {
        height: 200px;
    }

    /* Menu Mobile - 2x2 Raster */
    .menu-highlights-label {
        font-size: 0.7rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .menu-grid,
    .menu-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .menu-footer-action {
        margin-top: 2rem;
    }
    
    .menu-footer-action .btn {
        width: 100%;
        max-width: 320px;
    }
    
    .menu-action-buttons {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
        padding: 1.5rem 0;
    }
    
    .btn-large {
        width: 100%;
        max-width: 320px;
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
    
    /* Full Menu CTA Mobile */
    .full-menu-cta {
        padding: 2rem 1rem;
    }
    
    .full-menu-box {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
    }
    
    .full-menu-content h3 {
        font-size: 1.5rem;
    }
    
    .full-menu-content p {
        font-size: 1rem;
    }
    
    .full-menu-action .btn {
        width: 100%;
    }

    .menu-item img,
    .menu-item-image {
        height: 120px;
    }

    .menu-item-content {
        padding: 0.75rem;
    }

    .menu-item h3 {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }

    .menu-item p {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }

    .menu-item .price {
        font-size: 1rem;
    }

    /* Service Options Mobile */
    .service-options {
        padding: 3rem 1rem;
    }
    
    .service-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 2rem 1.5rem;
    }
    
    
    .service-card h3 {
        font-size: 1.3rem;
    }
    
    .service-card .btn {
        width: 100%;
    }

    /* Contact Mobile - Ultra Kompakt */
    .contact {
        padding: 2rem 1rem;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .contact-card {
        padding: 1.5rem 1.25rem;
        min-height: auto;
    }
    
    .contact-card-content {
        gap: 0.75rem;
    }
    
    .contact-card-content h4 {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }
    
    .contact-card-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* Öffnungszeiten Box Mobile */
    .contact-card-hours-full {
        flex-direction: column;
        padding: 1.5rem 1.25rem;
        gap: 1.25rem;
    }
    
    .contact-card-hours-full .contact-card-icon {
        margin-top: 0;
        align-self: flex-start;
    }
    
    .contact-card-hours-full h4 {
        margin-bottom: 1rem;
    }
    
    .opening-hours-compact {
        font-size: 0.9rem;
        line-height: 1.7;
        gap: 0.4rem;
    }
    
    .opening-hours-compact .hours-line {
        font-size: 0.9rem;
        padding: 0.4rem 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .opening-hours-compact .hours-line .day {
        min-width: auto;
        font-weight: 600;
    }
    
    .opening-hours-compact .hours-line .time {
        font-size: 0.85rem;
        color: #666666;
    }

    /* Footer Mobile */
    .footer-logo {
        height: 60px;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-links a {
        font-size: 0.85rem;
    }

    .footer-separator {
        display: none;
    }

    footer p {
        font-size: 0.9rem;
    }

    /* Orderable Mobile */
    .orderable-button,
    .orderable-product-add-to-cart,
    .orderable-add-to-cart,
    .orderable-cart-button {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    /* Page Content Mobile */
    .page-content {
        padding: 1rem;
    }
}

/* Small Mobile - Behalte 2x2 für Produkte */
@media (max-width: 480px) {
    .hero h1 {
        font-size: clamp(2rem, 15vw, 3rem);
    }

    .hero p {
        font-size: clamp(0.9rem, 5vw, 1.2rem);
    }

    .section-title {
        font-size: clamp(1.8rem, 10vw, 2.5rem);
    }

    .btn {
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }

    /* Produkte bleiben 2x2 */
    .menu-item img,
    .menu-item-image {
        height: 100px;
    }
    
    .menu-item-content {
        padding: 0.6rem;
    }
    
    .menu-item h3 {
        font-size: 0.9rem;
    }
    
    .menu-item p {
        font-size: 0.7rem;
    }
    
    .menu-item .price {
        font-size: 0.95rem;
    }

    .about-images img {
        height: 180px;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        height: 100vh;
    }

    .hero h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .hero p {
        font-size: clamp(1rem, 3vw, 1.3rem);
        margin-bottom: 1rem;
    }

    section {
        padding: 2rem 1rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation for images */
img {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

img.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Fade in animation for sections */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Slide in from left */
.slide-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.slide-left.animate {
    opacity: 1;
    transform: translateX(0);
}

/* Slide in from right */
.slide-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
}

.slide-right.animate {
    opacity: 1;
    transform: translateX(0);
}

/* Scale animation */
.scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease;
}

.scale-in.animate {
    opacity: 1;
    transform: scale(1);
}

/* Stagger animation delays */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* Button hover animations */
.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

/* Menu item hover effects */
.menu-item {
    transition: all 0.4s ease;
}

.menu-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(235, 16, 30, 0.2);
}

/* Logo rotation on hover */
.logo img {
    transition: transform 0.3s ease;
}


/* Smooth reveal for text */
.text-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.text-reveal.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Sticky Order Button - Kompakt */
.sticky-order-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.sticky-order-button.visible {
    opacity: 1;
    transform: scale(1);
}

.btn-sticky {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 3px 12px rgba(235, 16, 30, 0.35);
    border-radius: 6px;
    text-transform: none;
    letter-spacing: 0;
}

.btn-sticky:hover {
    box-shadow: 0 4px 16px rgba(235, 16, 30, 0.45);
}

@media (max-width: 768px) {
    .sticky-order-button {
        bottom: 15px;
        left: 15px;
        right: auto;
    }
    
    .btn-sticky {
        padding: 0.65rem 1.25rem;
        font-size: 0.85rem;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #eb101e;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #c40e1a;
}