body {
    margin: 0;
    font-family: sans-serif;
    background-color: #000;
    overflow-x: hidden;
}

header {
    z-index: 50;
    padding: 2rem;
}
/* UL-Grundstruktur */
.nav-list {
    display: flex;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

/* Links */
.nav-link {
    text-decoration: none;
    color: white;
    font-size: 1.25rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

.nav-link:hover {
    transform: scale(1.1);
}

/* Button als Link zur PDF */
.menu-button {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: white;
    background: transparent;
    border: 2px solid white;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.menu-button:hover {
    background-color: white;
    color: black;
}

.desktop-nav {
    display: none;
}
.desktop-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-nav a {
    text-decoration: none;
    color: white;
}

.desktop-nav a:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

@media (min-width: 1280px) {
    .desktop-nav {
        display: block !important;
    }

    #hamburgerBtn {
        display: none !important;
        color: transparent;
    }
}

/* === Hero Container === */
.hero {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 1.5rem;
    gap: 3rem;
}

/* Bild */
.hero-image {
    width: 100%;
    max-width: 400px;
    height: auto;
}

@media (min-width: 1024px) {
    .hero {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 4rem 3rem;
    }

    .hero-image {
        max-width: 500px;
        margin-right: 3rem;
    }
}

/* Text */
.hero-text {
    max-width: 700px;
}

.hero-text h1 {
    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
    text-align: left;
}

.hero-text p {
    font-size: 1.25rem;
    color: white;
    opacity: 0.5;
    margin-bottom: 1.5rem;
    text-align: left;
}

/* Logos */
.hero-logos {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.hero-logos img {
    max-width: 56px;
    height: auto;
    filter: contrast(200%) grayscale(100%);
}

/* === Button "Bestellen & abholen" === */
.menu-button1 {
    display: inline-block;
    padding: 1rem 1rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: black;
    background-color: white;
    border: 2px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu-button1:hover {
    background-color: black;
    color: white;
    border: none;
}

/* === Desktop-Layout === */
@media (min-width: 768px) {
    .hero {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 4rem 3rem;
    }

    .hero-image {
        max-width: 500px;
        margin-right: 3rem; /* Abstand zum Textblock */
    }
}

/* Hintergrund & Wrapper */
.ice-section {
    background: linear-gradient(to right, #e5e7eb, #d1d5db);
    padding: 4rem 1rem;
}

.ice-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1280px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ice-wrapper {
        grid-template-columns: 1fr 1fr;
        min-height: 700px;
    }
}

/* Textbereich */
.ice-text {
    padding: 2rem 2rem 4rem 2rem;
    display: flex;
    flex-direction: column;
}

.ice-text h2 {
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
}

.ice-text p {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.75;
}

/* Features */
.ice-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .ice-features {
        flex-direction: row;
        justify-content: space-between;
        border-top: 1px solid #d1d5db;
        border-bottom: 1px solid #d1d5db;
        padding: 2rem 0;
    }

    .feature {
        flex: 1;
        text-align: center;
        padding: 0 1rem;
        border-left: 1px solid #d1d5db;
    }

    .feature:first-child {
        border-left: none;
    }
}

.feature img {
    width: 4rem;
    height: 5rem;
    margin-bottom: 1rem;
}

.feature p {
    font-size: 0.9rem;
}

/* Button */
.ice-button {
    display: inline-block;
    margin: 0 auto;
    background-color: #b91c1c;
    color: white;
    font-size: 1rem;
    padding: 1.25rem 2rem;
    border: none;
    border-radius: 9999px;
    font-weight: bold;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s;
    text-decoration: none;
}

.ice-button:hover {
    background-color: black;
}


.ice-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#burgersection {
    background-image: url('public/img/hero-background.png');
    background-size: cover;
    background-position: center;
}

/* Entspricht: bg-gradient-to-r from-green-500/80 to-green-600/70 px-12 py-20 */
.burger-gradient {
    background: linear-gradient(to right, rgba(34, 197, 94, 0.8), rgba(22, 163, 74, 0.7));
    padding-left: 3rem;   /* px-12 */
    padding-right: 3rem;
    padding-top: 5rem;    /* py-20 */
    padding-bottom: 5rem;
}


/* Text + Button Layout */
.burger-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: white;
}

.burger-text {
    max-width: 750px;
}
.burger-text h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; /* vorher war wahrscheinlich zu viel Abstand */
}

.burger-text h2 {
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 2rem;
}

.burger-text p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 100%;
}

.burger-button-wrapper {
    display: none;
}

@media (min-width: 768px) {
    .burger-button-wrapper {
        display: block;
    }
}

/* Button-Styling */
.burger-button {
    padding: 1rem 2rem;
    border: 2px solid white;
    color: white;
    border-radius: 9999px;
    font-size: 1.25rem;
    font-weight: 600;
    background: transparent;
    transition: all 0.3s ease;
}

.burger-button:hover {
    background-color: white;
    color: #22c55e;
}

/* Grid der Burger-Karten */
.burger-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 1rem;
}

/* Einzelne Card */
.burger-card {
    background-color: white;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.burger-card:hover {
    transform: scale(1.1);
}

/* Bild-Wrapper mit Text */
.burger-image-wrapper {
    position: relative;
}

.burger-image-wrapper img {
    width: 100%;
    min-height: 13rem;
    object-fit: cover;
    display: block;
}

.burger-image-wrapper h3 {
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    color: white;
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
}

/* Beschreibung */
.burger-description {
    padding: 1.5rem;
    line-height: 1.5;
}

.burger-description p {
    font-size: 0.875rem;
    color: #4b5563;
}

/* Gradient Hintergrund */
.sky-gradient {
    background: linear-gradient(to right, rgba(229, 231, 235, 0.95), rgba(243, 244, 246, 0.95));
    padding: 5rem 1.5rem;
}

/* Container */
.sky-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

@media (min-width: 1024px) {
    .sky-wrapper {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

/* Textbereich */
.sky-text {
    color: #1f2937;
    max-width: 600px;
}

.sky-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.sky-text p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: #374151;
}

/* Logos (Sky + DAZN) */
.sky-logos {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

@media (min-width: 1024px) {
    .sky-logos {
        justify-content: flex-start;
    }
}

.sky-logos img {
    width: 56px;
    height: 40px;
}

/* Icons Bereich */
.sky-icons {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .sky-icons {
        flex-direction: row;
        justify-content: space-between;
    }
}

.sky-icon-block {
    text-align: center;
    max-width: 250px;
}

.sky-icon-block img {
    width: 4rem;
    height: 5rem;
    margin-bottom: 1rem;
}

.sky-icon-block p {
    font-size: 1.125rem;
    color: #1f2937;
}

/* Divider (nur Desktop) */
.sky-divider {
    display: none;
}

@media (min-width: 1024px) {
    .sky-divider {
        display: block;
        height: 7rem;
        border-left: 1px solid #d1d5db;
    }
}
.image-wrapper img {
    width: 100%;
    height: 13rem;
    object-fit: cover;
}

.image-wrapper h3 {
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    color: white;
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
}

/* Hintergrundbild wie: bg-cover bg-center */
footer {
    background-image: url('public/img/hero-background.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}

/* Entspricht: bg-gradient-to-r from-red-500/70 to-red-600/60 px-16 py-20 */
.footer-gradient {
    background: linear-gradient(to right, rgba(239, 68, 68, 0.7), rgba(220, 38, 38, 0.6));
    padding: 4rem;
    color: white;
    font-size: 0.875rem;
}


.footer-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 1280px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-logo-img {
    width: 12rem;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .footer-logo-img {
        margin-left: 0;
    }
}

.footer-link {
    color: #f3f4f6;
    transition: color 0.3s;
}

.footer-link:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-bottom {
    margin-top: 2rem;
    font-size: 0.75rem;
    border-top: 1px solid #d1d5db;
    padding-top: 1rem;
    color: #f3f4f6;
    text-align: center;
}
.footer-grid p,
.footer-grid a,
.footer-link,
.footer-grid h3 {
    text-align: center;
    line-height: 1.8;
}

h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    overflow: auto; /* Wichtig für Scrollbarkeit */
    padding: 2rem;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 0.75rem;
    max-width: 600px;
    width: 90%;
    position: relative;
    max-height: 90vh; /* verhindert zu große Modale */
    overflow-y: auto;  /* ermöglicht Scrollen im Modal */
}
/* ✨ Close-Button oben rechts */
.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #4b5563;
    cursor: pointer;
}

/* ✨ Überschrift im gewünschten Stil */
.modal-content h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.modal-content a {
    text-decoration: none;
    color: black;
}

/* Optionaler Button unten */
.modal-content button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #1f2937;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
}
/* ========== MOBILE STYLES (bis max 768px) ========== */
@media (max-width: 1024px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .burger-header {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .burger-button-wrapper {
        display: block;
        margin-top: 1rem;
    }

    /* Hamburger Button */
    .hamburger-button {
        display: inline-block;
        position: relative;
        z-index: 1001;
        background: none;
        border: none;
        cursor: pointer;
        padding: 1rem;
    }

    .bar {
        display: block;
        width: 30px;
        height: 4px;
        margin: 6px auto;
        background-color: white;
        transition: all 0.3s ease-in-out;
    }

    /* Hamburger Animation */
    .hamburger-button.open #bar1 {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .hamburger-button.open #bar2 {
        opacity: 0;
    }
    .hamburger-button.open #bar3 {
        transform: rotate(-45deg) translate(9px, -9px);
    }

    /* Overlay-Menü */
    .mobile-menu {
        display: none;
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 1000;
        justify-content: center;
        align-items: center;
        padding: 2rem;
    }

    .mobile-menu.active {
        display: flex;
    }

    .menu-content {
        background: white;
        padding: 2rem;
        border-radius: 0.75rem;
        width: 90%;
        max-width: 400px;
        text-align: center;
        position: relative;
    }

    .menu-links {
        list-style: none;
        padding: 0;
        margin-top: 2rem;
    }

    .menu-links li {
        margin: 1rem 0;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .menu-links a {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

    .close-btn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 2rem;
        background: none;
        border: none;
        color: #333;
        cursor: pointer;
    }
}

/* ========== DESKTOP STYLES (ab 1024px) ========== */
@media (min-width: 1024px) {
    .hamburger-button,
    .mobile-menu,
    .mobile-menu.active {
        display: none !important;
    }
}


