
 header {
            display: flex;
            flex-wrap: wrap;
            padding: 20px 20px;
            align-items: center;
            max-width: 1200px;
            margin: auto;
            background-color: #f8f4ed; /* ✅ korrigiert */
            flex-direction: row;
            justify-content: space-between;
            padding-top:0px;
            font-size:16px;
            margin-top:35px;
        }

        header img {
            max-width: 600px;
            border-radius: 8px;
        }

        .hero-text {
            max-width: 600px;
            vertical-align: top;
        }

        .hero-text h1 {
            font-size: 1.75em;
            margin-bottom: 10px;
        }

        .hero-text p {
            font-size: 1.25em;
            margin-bottom: 20px;
            line-height:1.4em;
            margin-top:25px;
            color:#000;

        }


        .hero-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 40px;
            max-width: 1200px;
            margin: auto;
            padding: 40px 20px;
            vertical-align: top;
        }

    .hero-text {
        text-align: left;
    }

    .hero-image img {
        width: 100%;
        border-radius: 8px;
    }

    @media (max-width: 768px) {
        .hero-container {
            grid-template-columns: 1fr;
            text-align: center;
            padding: 20px 0px;
        }

        .hero-text {
            text-align: center;
            vertical-align: top;

        }
        .hero-text h1 {
            font-size: 1.7em;
            margin-bottom: 10px;
            text-align:center;
        }

        .hero-text p{
            font-size:1.2em;
            margin-bottom:35px;
        }

        h2, h3 {
            text-align1:center;
        }
        header {
            margin-top:0px;
            padding: 0px 15px;
        }


}





        .cta-button {
            background-color: #607d8b;
            color: white;
            padding: 12px 24px;
            border: none;
            border-radius: 5px;
            font-size: 1em;
            cursor: pointer;
            text-decoration: none;
        }

        .cta-button:hover {
            background-color: var(--primary-green);
            transition: background-color 0.3s ease, color 0.3s ease;
        }



        .section {
            display: flex;
            flex-wrap: wrap;
            padding: 40px 20px;
            align-items: center;
            max-width: 1200px;
            margin: auto;
            background-color: #ffffff;
        }

        section p {
            line-height:1.75em;
        }

        .section.alt {
            background-color: #f8f4ed;
        }

        .top_margin {
            margin-top:35px;
            padding:15px 20px;
            margin-bottom:15px;
        }

        .section img {
            max-width: 100%;
            border-radius: 8px;
            max-height:300px;
        }

        .top_section {
            height:200px;
        }

        .text-block {
            flex: 1;
            padding: 20px;
            line-height:1.6em;
        }

        .text-block h2 {
            margin-top: 0;
        }

        .image-block {
            flex: 1;
            padding: 20px;
        }

        .section:nth-child(even) .image-block {
            order: 2;
        }

        .section:nth-child(even) .text-block {
            order: 1;
        }

        .odd:nth-child(odd) .image-block {
            order: 2;
        }

        .odd:nth-child(odd) .text-block {
            order: 1;
        }

        .hero_banner img {
            height:200px;
        }

        @media (max-width: 768px) {
            header, .section {
                flex-direction: column;
                text-align: center;
            }

            .image-block, .text-block {
                order: unset !important;
            }
            .section {
            display: flex;
            flex-wrap: wrap;
            padding: 30px 0px;
            align-items: center;
            max-width: 1200px;
            margin: auto;
            background-color: #ffffff;
            text-align:left;
        }

        .top_margin {
            margin-bottom:15px;
        }


        }

        .video-placeholder iframe {
            width: 100%;
            max-width: 800px;
            height: 450px;
            border-radius: 8px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            border: none;
        }

        .video-container {
            width: 100%;
            text-align: center;
            padding: 20px;
        }

        .video-container h2 {
            margin-bottom: 10px;
        }



        details summary::-webkit-details-marker {
            display: none;
        }
        details summary:after {
            content: "▾";
            float: right;
            font-size: 1.2em;
            transition: transform 0.2s;
        }
        details[open] summary:after {
            transform: rotate(180deg);
        }


        /* Standard: Logo über dem Menü zentrieren */
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px 0;
    float: right;
    min-height: 40px;
}

.wildfleisch-logo {
    max-width: 250px;
    /* Standardgröße für Desktop */
    height: auto;
}


.nav_footer {
    text-align: right;     /* Zentriert die Links im Container */
    margin-top: 2rem;       /* Etwas Abstand nach oben */
}

.nav_footer a {
    color: #333333;         /* Dunkelgrau */
    text-decoration: none;  /* Keine Unterstreichung */
    margin: 0 0.5rem;       /* Etwas Abstand zwischen den Links */
}

.nav_footer a:hover {
    color: #000000;         /* Schwarz beim Hover */
    text-decoration: none;  /* Sicherstellen, dass auch beim Hover keine Linie erscheint */
}


.head {
    display: grid;
    grid-template-columns: 1fr auto; /* Menü links, Logo rechts */
    align-items: center;
    padding: 0 20px;
    gap: 0px;
    max-width:1200px;
    margin:0 auto;
    background-color:#f8f4ed;
}



@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .logo-container {
        float: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
    }

    nav {
        clear: none;
        float: left;
        width: auto;
        display: flex;
        align-items: center;
    }

    nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    nav li {
        display: inline-block;
        margin-right: 1rem;
    }
}



/* Mobil: Logo über Menü */
@media (max-width: 768px) {
    .head {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        /*text-align: center;*/
        background-color:#f8f4ed;
        padding: 0;
    }


    .head > *:first-child {
        order: 1; /* Logo */
    }

    .head > *:last-child {
        order: 2; /* Menü */
    }

    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        float: none;
        min-height: 40px;
    }

    .wildfleisch-logo {
        max-width: 170px;
        height: auto;
    }

    .no-mobil{
        display:none;
    }

}




.icon{
    font-size:1.9em;
    margin-bottom:20px;
}


/* Allgemein verstecke mobile Variante */
.video-mobile-wrapper {
    display: none;
}

/* Desktop-Wrapper */
.video-desktop-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    overflow: hidden;
    border-radius: 8px;
    max-width: 1126px;
    margin: auto;
}
.video-desktop-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile-Wrapper */
.video-mobile-wrapper {
    text-align: center;
    margin: auto;
    width:100%;
}
.video-mobile-wrapper video {
    border-radius: 8px;
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Media Query für Mobilgeräte */
@media screen and (max-width: 768px) {
    .video-desktop-wrapper {
        display: none;
    }
    .video-mobile-wrapper {
        display: block;
    }

    .video-container {
            width: 100%;
            text-align: center;
            padding: 0px;
        }
}