<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Indexphp - essen-gesundes.de</title>
    <!-- Tailwind CSS Link -->
    <link href="&#x2F;css&#x2F;app.8ccbda3d72a02089398384dd95a0cc2b.css" rel="stylesheet">
    <script src="/js/htmx.min.js" defer></script>
    <style>*{margin: 0; padding: 0;}</style>
    <meta  name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" content="">

    
</head>
<body class="font-sans text-gray-900 antialiased bg-gradient-to-br from-slate-50 via-gray-100 to-slate-200 min-h-screen">
<div class="min-h-screen">
    <nav class="sticky top-0 z-40 backdrop-blur-xl bg-opacity-90 shadow-lg shadow-black/5 border-b border-white/10" style="background-color: #82ba28;">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="flex justify-between items-center h-auto sm:h-18 py-2">
            <!-- Logo and Title -->
            <div class="flex-grow flex justify-start">
                <a href="/" class="flex items-center group">
                    
                    <img src="/logos/logo_1.png" alt="Domain Logo" class="block h-12 w-auto transition-transform duration-300 group-hover:scale-105">
                    
                    <span class="ml-3 text-xl font-bold md:text-2xl text-white drop-shadow-sm tracking-tight">
                        essen-gesundes.de
                    </span>
                </a>
            </div>
            <!-- Hamburger Button (Mobile) -->
            <div class="sm:hidden flex items-center">
                <button id="hamburger" class="text-white focus:outline-none p-2 rounded-lg hover:bg-white/10 transition-all duration-200">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
                    </svg>
                </button>
            </div>
            <!-- Search Form (Desktop) -->
            <div class="hidden sm:flex items-center justify-end">
                <form onsubmit="submitSearch(this); return false;" class="flex items-center">
                    <div class="relative">
                        <input type="text" name="keyword" placeholder="Ich suche..." aria-label="Search"
                        class="rounded-full py-2.5 px-5 pl-11 bg-white/20 backdrop-blur-sm text-white placeholder-white/70 border border-white/30 focus:outline-none focus:ring-2 focus:ring-yellow-400/50 focus:border-yellow-400/50 focus:bg-white/30 transition-all duration-300">
                        <i class="fas fa-search text-white/70 absolute left-4 top-1/2 transform -translate-y-1/2"></i>
                    </div>
                    <button type="submit"
                            class="bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 text-base font-bold text-gray-900 py-2.5 px-6 rounded-full ml-3 focus:outline-none focus:ring-2 focus:ring-yellow-400/50 shadow-lg shadow-yellow-500/25 hover:shadow-yellow-500/40 transition-all duration-300 hover:scale-105">
                        Suchen
                    </button>
                </form>
            </div>
        </div>

        <!-- Search Form (Mobile View) -->
        <div class="sm:hidden flex justify-center mt-4">
            <form onsubmit="submitSearch(this); return false;" class="flex items-center w-full px-4 mb-4">
                <div class="relative w-full">
                    <input type="text" name="keyword" placeholder="Ich suche..." aria-label="Search"
                           class="rounded-full w-full py-2.5 px-4 pl-11 bg-white/20 backdrop-blur-sm text-white placeholder-white/70 border border-white/30 focus:outline-none focus:ring-2 focus:ring-yellow-400/50 transition-all duration-300">
                    <i class="fas fa-search text-white/70 absolute left-4 top-1/2 transform -translate-y-1/2"></i>
                </div>
                <button type="submit"
                        class="bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 text-gray-900 font-bold py-2.5 px-5 rounded-full ml-2 focus:outline-none focus:ring-2 focus:ring-yellow-400/50 shadow-lg transition-all duration-300">
                    Suchen
                </button>
            </form>
        </div>
    </div>

    <!-- Dropdown Menu for Mobile -->
    <div id="mobileMenu" class="sm:hidden hidden flex-col space-y-1 py-3 px-4 backdrop-blur-md bg-opacity-95 border-t border-white/10" style="background-color: #c2ff3c;">
        
        
        
        
        <a href="/Gesundheit" class="block text-base font-medium py-2.5 px-3 rounded-lg hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Gesundheit
        </a>
        
        
        <a href="/Vitamine" class="block text-base font-medium py-2.5 px-3 rounded-lg hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Vitamine
        </a>
        
        
        <a href="/Fette" class="block text-base font-medium py-2.5 px-3 rounded-lg hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Fette
        </a>
        
        
        <a href="/Ballaststoffe" class="block text-base font-medium py-2.5 px-3 rounded-lg hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Ballaststoffe
        </a>
        
        
        <a href="/Ausgewogenheit" class="block text-base font-medium py-2.5 px-3 rounded-lg hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Ausgewogenheit
        </a>
        
        
        <a href="/Nahrungsmittel" class="block text-base font-medium py-2.5 px-3 rounded-lg hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Nahrungsmittel
        </a>
        
        
    </div>

    <!-- Navigation Links (Desktop View) -->
    <div class="hidden sm:flex justify-center space-x-6 py-1.5 max-w-full overflow-x-hidden backdrop-blur-sm bg-opacity-95 border-t border-white/5" style="background-color: #c2ff3c;">
        
        
        
        <a href="/Gesundheit" class="text-sm font-medium px-3 py-1.5 rounded-full hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Gesundheit
        </a>
        
        
        <a href="/Vitamine" class="text-sm font-medium px-3 py-1.5 rounded-full hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Vitamine
        </a>
        
        
        <a href="/Fette" class="text-sm font-medium px-3 py-1.5 rounded-full hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Fette
        </a>
        
        
        <a href="/Ballaststoffe" class="text-sm font-medium px-3 py-1.5 rounded-full hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Ballaststoffe
        </a>
        
        
        <a href="/Ausgewogenheit" class="text-sm font-medium px-3 py-1.5 rounded-full hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Ausgewogenheit
        </a>
        
        
        <a href="/Nahrungsmittel" class="text-sm font-medium px-3 py-1.5 rounded-full hover:bg-white/10 transition-all duration-200" style="color: #000000;">
            Nahrungsmittel
        </a>
        
        
    </div>
</nav>

<script>
    const hamburger = document.getElementById('hamburger');
    const mobileMenu = document.getElementById('mobileMenu');

    hamburger.addEventListener('click', () => {
        mobileMenu.classList.toggle('hidden');
    });

    function submitSearch(form) {
        var term = form.keyword.value;
        var formattedTerm = term.trim().split(' ').join('-').replace(/^-+|-+$/g, '');
        window.location.href = '/' + encodeURIComponent(formattedTerm);
    }
</script>


    <main id="main-content" class="py-8 overflow-x-hidden">
        <div class="max-w-[1300px] mx-auto px-4 sm:px-6 lg:px-8 mb-1">
            <!-- Exit Popup -->
            <div id="buyDomainPopUp"
                 class="fixed inset-0 bg-black/40 backdrop-blur-sm flex items-center justify-center hidden z-50 transition-all duration-300">
                <div class="newsletter bg-white/95 backdrop-blur-xl p-8 rounded-2xl shadow-2xl relative border border-gray-200/50 max-w-md mx-4">
                    <span class="close absolute top-4 right-4 cursor-pointer text-gray-400 hover:text-gray-600 text-2xl transition-all duration-200 hover:scale-110 hover:rotate-90 w-8 h-8 flex items-center justify-center rounded-full hover:bg-gray-100"
                          id="close_domain_popup">&times;</span>
                    <h4 class="font-bold text-xl mb-4 text-gray-800">
                        Nicht das Gesuchte gefunden?
                    </h4>
                    <a id="popupLink" href="#" target="_blank"
                       class="inline-block mt-2 mb-4 bg-gradient-to-r from-blue-500 to-blue-600 hover:from-blue-400 hover:to-blue-500 text-white font-bold py-3 px-6 rounded-xl shadow-lg shadow-blue-500/25 hover:shadow-xl hover:shadow-blue-500/30 transition-all duration-300 hover:scale-105">
                        Weiter zu Shopping.eu
                    </a>
                    <h5 class="mt-6 mb-3 font-bold text-lg text-gray-700">
                        Oder besteht Interesse am Kauf dieser Domain?
                    </h5>
                    <p class="text-gray-600">
                        Bitte eine E-Mail an:
                        <span onclick="sendEmail()" class="underline text-blue-600 font-bold cursor-pointer hover:text-blue-700 transition-colors duration-200">domain@kv-gmbh.de</span>
                    </p>
                </div>
            </div>
            <div id="heroBanner"
     class="relative isolate overflow-hidden w-full max-w-none px-6 py-12 sm:py-16 lg:px-8 text-center text-white shadow-xl rounded-2xl border border-white/10" style="background-color: #82ba28;">

    <button id="closeBanner"
            class="absolute top-4 right-4 text-white/70 hover:text-white text-3xl font-bold transition-all duration-200 hover:scale-110 w-10 h-10 flex items-center justify-center rounded-full hover:bg-white/10">
        &times;
    </button>

    <div class="mx-auto max-w-3xl relative z-10">
        <h2 class="text-3xl sm:text-5xl font-extrabold drop-shadow-lg">
            Domain
            <span>essen-gesundes.de</span>
            kaufen?
        </h2>
        <p class="mt-5 text-base sm:text-lg leading-relaxed text-white/90">
            Wir ziehen mit dem Projekt
            <strong>essen-gesundes.de</strong> um.<br>
            Sind Sie am Kauf der Domain
            <strong>essen-gesundes.de</strong> interessiert?
        </p>
        <div class="mt-6 flex justify-center">
            <button onclick="sendEmail()"
                    class="rounded-xl bg-gradient-to-r from-yellow-400 to-amber-400 px-8 py-3.5 text-base font-bold text-gray-900 shadow-lg shadow-black/20 hover:from-yellow-300 hover:to-amber-300 hover:shadow-xl transition-all duration-300 hover:scale-105 active:scale-95">
                Jetzt Kaufanfrage stellen
            </button>
        </div>
        <p class="mt-5 text-sm text-white/80">
            Schicken Sie uns bitte eine Email an
            <span onclick="sendEmail()" class="underline font-bold cursor-pointer text-white hover:text-yellow-300 transition-colors duration-200">domain@kv-gmbh.de</span><br>
            oder rufen uns an: 0541-91531010.
        </p>
    </div>
</div>

<div id="collapsedBanner"
     class="hidden relative isolate overflow-hidden w-full max-w-none px-6 py-4 text-center text-white shadow-lg rounded-2xl cursor-pointer border border-white/10 hover:shadow-xl transition-all duration-300 group" style="background-color: #82ba28;">

    <div class="absolute top-3 right-4 text-white/70 group-hover:text-white transition-all duration-200">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 transition-transform duration-300 group-hover:translate-y-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
        </svg>
    </div>

    <h2 class="text-xl sm:text-2xl font-bold">
        Domain
        <span class="underline decoration-yellow-400 decoration-2 underline-offset-4">essen-gesundes.de</span>
        kaufen?
    </h2>
</div>

<script>
    const heroBanner = document.getElementById('heroBanner');
    const closeBtn = document.getElementById('closeBanner');
    const collapsedBanner = document.getElementById('collapsedBanner');

    const path = window.location.pathname;
    const isHome = path === "/" || path === "";

    if (isHome) {
        heroBanner.style.display = 'block';
        collapsedBanner.classList.add('hidden');
    } else {
        heroBanner.style.display = 'none';
        collapsedBanner.classList.remove('hidden');
    }

    closeBtn.addEventListener('click', () => {
        heroBanner.classList.add('transition', 'duration-500', 'ease-in-out', 'opacity-0');
        setTimeout(() => {
            heroBanner.style.display = 'none';
            collapsedBanner.classList.remove('hidden');
        }, 500);
    });

    collapsedBanner.addEventListener('click', () => {
        heroBanner.style.display = 'block';
        heroBanner.classList.remove('opacity-0');
        collapsedBanner.classList.add('hidden');
    });
</script>


            

<!-- MAIN PAGE LAYOUT (Row 1: 2 FAQs left, 2 Products right; then alternating full rows) -->
<div id="main-page-layout" class="hidden">
    <!-- Row 1: 2 FAQs (left 50%) + 2 Products (right 50%) -->
    <div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-8">
        <!-- Left side: 2 FAQs stacked -->
        <div class="space-y-6">
            
                <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Wie viele Kohlenhydrate Proteine Fette am Tag Muskelaufbau?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Wie viele Kohlenhydrate, Proteine und Fette du am Tag für den Muskelaufbau benötigst, hängt von verschiedenen Faktoren wie deinem Körpergewicht, deinem Trainingslevel und deinen Zielen ab. Im Allgemeinen wird empfohlen, etwa 2-3g Kohlenhydrate pro Kilogramm Körpergewicht, 1,2-2g Proteine pro Kilogramm Körpergewicht und 0,5-1g Fette pro Kilogramm Körpergewicht zu konsumieren. Es ist wichtig, eine ausgewogene Ernährung zu haben, die alle Makronährstoffe in ausreichender Menge enthält, um den Muskelaufbau zu unterstützen. Es kann hilfreich sein, sich von einem Ernährungsberater oder einem Trainer beraten zu lassen, um die optimale Nährstoffzufuhr für deine individuellen Bedürfnisse zu bestimmen.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fett" class="block">
                                Fett
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Kohlenhydrate" class="block">
                                Kohlenhydrate
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Muskelaufbau" class="block">
                                Muskelaufbau
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Energie" class="block">
                                Energie
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Zucker" class="block">
                                Zucker
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Ballaststoffe" class="block">
                                Ballaststoffe
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vitamine" class="block">
                                Vitamine
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Mineralstoffe" class="block">
                                Mineralstoffe
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Wasser" class="block">
                                Wasser
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

            
                <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Rolle spielen verschiedene Nährstoffe wie Kohlenhydrate, Proteine und Fette in einer ausgewogenen Ernährung?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Kohlenhydrate liefern Energie für den Körper, Proteine sind wichtig für den Muskelaufbau und die Reparatur von Gewebe, und Fette dienen als Energielieferant und sind wichtig für die Aufnahme von fettlöslichen Vitaminen. Eine ausgewogene Ernährung sollte alle diese Nährstoffe in angemessenen Mengen enthalten, um den Körper optimal zu versorgen und gesund zu halten. Es ist wichtig, auf die Qualität der Nährstoffe zu achten und eine Vielzahl von Lebensmitteln zu konsumieren, um alle notwendigen Nährstoffe zu erhalten.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Kohlenhydrate" class="block">
                                Kohlenhydrate
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Proteine" class="block">
                                Proteine
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fette" class="block">
                                Fette
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Energie" class="block">
                                Energie
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Muskelaufbau" class="block">
                                Muskelaufbau
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vitamine" class="block">
                                Vitamine
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

            
        </div>

        <!-- Right side: 2 Products in 2-column grid -->
        <div class="grid grid-cols-1 sm:grid-cols-2 gap-6">
            
                <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-1" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;kh_LW8qSLBVbmBdbxmmUWCXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4854933470_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-1" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(1)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-1" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(1)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.versandapo.de erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(1)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-1" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-1" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: versandapo.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 13.49 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

            
                <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-2" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Veggie-Depot-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;RGEPd5clgLFCBw1TzB5dK6XpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdZ7h13vFxQs2PI8Dwh8WpvCceMFUekN7o8O0pabKN0TJ3l4zC40SeHw&#x2F;623049829585_large.webp"
                         alt="Veggie Depot Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-2" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(2)">
                            Veggie Depot Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Veggie-Depot-Vitamine-+"
                              onclick="handleTitleClick('Veggie Depot Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-2" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(2)">
                            <span class="break-words">Veggie Depot Vitamine + Mineralstoffe Tabletten 60 Stück - von Avitale GmbH - Kategorie: Kombipräparate - Versand: 2,95 €, ab 18 € versandkostenfrei</span>
                        </div>
                        <button onclick="toggleDescription(2)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-2" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-2" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: healthii
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 8.79 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 2.95 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

            
        </div>
    </div>

    <div class="mb-10">
        <!-- Related Terms Section -->
<section class="w-full max-w-none px-6 py-6 lg:px-8 text-center text-white rounded-2xl shadow-xl my-6 mb-12 relative overflow-hidden border border-white/10" style="background-color: #82ba28;">
    <h2 class="text-xl sm:text-2xl font-bold mb-6">
        Ähnliche Suchbegriffe für
        <span class="text-yellow-300">Indexphp</span>
    </h2>

    <div id="related-terms" class="flex flex-wrap justify-center gap-3">
        
        
        <a href="/Proteine"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Proteine
        </a>
        
        <a href="/Nährstoffe"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Nährstoffe
        </a>
        
        <a href="/Ernährung"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Ernährung
        </a>
        
        <a href="/Kohlenhydrate"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Kohlenhydrate
        </a>
        
        <a href="/Ausgewogene"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Ausgewogene
        </a>
        
        <a href="/Vitamine"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Vitamine
        </a>
        
        <a href="/Enthalten"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Enthalten
        </a>
        
        <a href="/Mineralstoffe"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Mineralstoffe
        </a>
        
        <a href="/Vitaminen"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Vitaminen
        </a>
        
        <a href="/Fette"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Fette
        </a>
        
        
    </div>
</section>

<script>
    document.addEventListener('DOMContentLoaded', function () {
        const chips = document.querySelectorAll('#related-terms .term-chip');
        const colors = [
            "#3B82F6", // Blue 500
            "#0EA5E9", // Sky 500
            "#10B981", // Emerald 500
            "#14B8A6", // Teal 500
            "#6366F1", // Indigo 500
            "#8B5CF6", // Violet 500
        ];
        chips.forEach(chip => {
            const color = colors[Math.floor(Math.random() * colors.length)];
            chip.style.backgroundColor = color;
            chip.style.color = "white"; // weiße Schrift für Eleganz
        });
    });
</script>


    </div>

    <h2 id="product-heading" class="text-2xl sm:text-3xl font-bold mb-3 mt-12 text-gray-800">
        Produkte zum Begriff Indexphp:
    </h2>

    <hr class="my-3 border-gray-200 mb-8 bg-gradient-to-r from-transparent via-gray-300 to-transparent h-px border-0">

    <!-- Row 2: 4 Products -->
    <ul class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 items-start mb-8">
        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-1" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Körper,-Gesundheit,-Ernährung-(Rex,">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;media.averdo.com&#x2F;picture&#x2F;images_shop&#x2F;B00&#x2F;000&#x2F;000&#x2F;B00000000596637.jpg"
                         alt="Körper, Gesundheit, Ernährung (Rex, Margit)"
                         onclick="submitForm('Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-1" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(1)">
                            Körper, Gesundheit, Ernährung (Rex, Margit)
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Körper,-Gesundheit,-Ernährung-(Rex,"
                              onclick="handleTitleClick('Körper, Gesundheit, Ernährung (Rex, Margit)')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-1" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(1)">
                            <span class="break-words">Körper, Gesundheit, Ernährung , Körper und Sinne, Gesundheit und Ernährung - das Grundwissen zu diesen Themen beherrschen Ihre Schüler jetzt sicher und anwendungsbereit! 
 

 

 Mit dem Band 
 Körper, Gesundheit, Ernährung 
 aus unserer Reihe 
 Grundwissen Sachunterricht 
 vermitteln Sie Ihren Schüler das wichtigste Grundwissen dieser Themenbereiche sicher und anwendungsbereit!
 

 
 

 Sie sind es leid, unzählige Lehrwerke zu durchforsten, um die wirklich elementaren Inhalte für Ihren Sachkundeunterricht zu finden? Sie suchen spannende und motivierende Materialien anstelle trockener Theorie? Dann sind Sie bei unserer Reihe Grundwissen Sachunterricht genau richtig! Denn hier ist das 
 wichtigste Basiswissen 
 im Fach 
 Sachkunde für die 2. bis 4. Klasse 
 bereits für Sie zusammengestellt.
 

 
 

 Mithilfe abwechslungsreicher und motivierender Materialien und Aufgaben - wie 
 Versuche, Arbeitsblätter, Rätsel 
 und 
 Gruppenarbeiten 
 -
   
 vermittelt dieser Band anschaulich und fundiert das Grundwissen über 
 Körper und Sinne, Gesundheit und Ernährung. 
 Dadurch erarbeiten sich Ihre Schüler die Inhalte praxisnah
 , 
 ohne dabei das theoretische Wissen zu vernachlässigen. Lexikon und 
 Lernkontrollaufgaben 
 stellen sicher, dass Ihre Schüler die wichtigsten Inhalte und Fachbegriffe verinnerlichen. Dies führt zu einem maximalen Lernerfolg und einem nachhaltigen Wissenszuwachs.
 

 
 

 Durch die 
 drei Niveaustufen 
 und zahlreiche 
 Expertenaufgaben 
 bietet das Werk sowohl eine quantitative als auch qualitative Differenzierung und eignet sich ausgezeichnet zum Einsatz in 
 heterogenen Klassen. 
 

 
 

 Die Materialien werden Ihnen in einem besonders 
 kopierfreundlichen Format 
 zur Verfügung gestellt, um Ihnen einen sofortigen Einsatz zu ermöglichen! , Schule &amp; Ausbildung &gt; Fachbücher, Lernen &amp; Nachschlagen , Erscheinungsjahr: 20180601, Produktform: Kartoniert, Beilage: Kopiervorlagen, klebegebunden, Titel der Reihe: Grundwissen Sachunterricht##, Autoren: Rex, Margit, Seitenzahl&#x2F;Blattzahl: 80, Themenüberschrift: EDUCATION &#x2F; Teaching Methods &amp; Materials &#x2F; General, Keyword: 2. bis 4. Klasse; Grundschule; Sachunterricht; Themenübergreifend, Fachschema: Sachunterricht &#x2F; Lehrermaterial~Lernmittel~Unterrichtsmedium~Didaktik~Unterricht &#x2F; Didaktik, Bildungsmedien Fächer: Sachunterricht, Fachkategorie: Schule und Lernen~Didaktische Kompetenz und Lehrmethoden, Bildungszweck: für den Primarbereich, Altersempfehlung &#x2F; Lesealter: 23, Genaues Alter: GRS, Warengruppe: HC&#x2F;Schulbücher&#x2F;Unterrichtsmat.&#x2F;Lehrer, Fachkategorie: Unterrichtsmaterialien, Thema: Verstehen, Schulform: GRS, Text Sprache: ger, UNSPSC: 49019900, Warenverzeichnis für die Außenhandelsstatistik: 49019900, Verlag: Persen Verlag i.d. AAP, Verlag: Persen Verlag i.d. AAP, Verlag: Persen Verlag in der AAP Lehrerwelt GmbH, Länge: 293, Breite: 207, Höhe: 10, Gewicht: 494, Produktform: Kartoniert, Genre: Schule und Lernen, Genre: Schule und Lernen, Herkunftsland: DEUTSCHLAND (DE), Katalog: deutschsprachige Titel, Katalog: Gesamtkatalog, Katalog: Lagerartikel, Book on Demand, ausgew. Medienartikel, Relevanz: 0004, Tendenz: -1, Schulform: Grundschule, Unterkatalog: AK, Unterkatalog: Bücher, Unterkatalog: Hardcover, Unterkatalog: Lagerartikel, Unterkatalog: Schulbuch, WolkenId: 1831140</span>
                        </div>
                        <button onclick="toggleDescription(1)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-1" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-1" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: Averdo
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 23.99 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 0 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-2" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;q3M6VXqqRUENGE-M-nFPR6XpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4855396436_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-2" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(2)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-2" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(2)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.apolux.de erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(2)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-2" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-2" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: apolux.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 13.85 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-3" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;sMNTtoqdWszz4Dft83XTYeXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4851703248_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-3" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(3)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-3" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(3)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.juvalis.de erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(3)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-3" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-3" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: juvalis.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 11.86 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 4.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-4" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;VUBY3LHrDz-SrTe9yqf1NeXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdVBKdzLfDSsCaSGR9NcaFSBOFKribjqnEJw2H5CpZ49-XiuZJbiGjQo&#x2F;4855483041_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-4" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(4)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-4" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(4)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke apodiscounter erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(4)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-4" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-4" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: apodiscounter.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 13.36 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
    </ul>

    <!-- Row 3: 4 FAQs -->
    <ul class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 items-start mb-8">
        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten besonders viele Vitamine und Mineralstoffe?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Frisches Obst und Gemüse sind reich an Vitaminen und Mineralstoffen. Vollkornprodukte und Hülsenfrüchte sind ebenfalls gute Quellen. Fisch, Nüsse und Samen enthalten zudem wichtige Omega-3-Fettsäuren und Spurenelemente.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkorn" class="block">
                                Vollkorn
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Hülsenfrüchte" class="block">
                                Hülsenfrüchte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fisch" class="block">
                                Fisch
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten die meisten Vitamine und Mineralstoffe?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Obst und Gemüse sind reich an Vitaminen und Mineralstoffen, besonders dunkelgrünes Blattgemüse wie Spinat und Grünkohl sowie Beeren und Zitrusfrüchte. Nüsse, Samen und Vollkornprodukte sind ebenfalls gute Quellen für wichtige Nährstoffe. Es ist wichtig, eine Vielzahl von Lebensmitteln zu konsumieren, um sicherzustellen, dass der Körper alle notwendigen Vitamine und Mineralstoffe erhält.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Samen" class="block">
                                Samen
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkornprodukte" class="block">
                                Vollkornprodukte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vitamine" class="block">
                                Vitamine
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten besonders viele Vitamine und Mineralstoffe, um eine gesunde Ernährung zu gewährleisten?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Obst und Gemüse sind reich an Vitaminen und Mineralstoffen, insbesondere dunkelgrünes Blattgemüse wie Spinat und Grünkohl. Auch Vollkornprodukte, Nüsse und Samen sowie fettarme Milchprodukte sind wichtige Quellen für eine ausgewogene Ernährung. Es ist wichtig, eine Vielzahl von Lebensmitteln zu konsumieren, um alle notwendigen Nährstoffe aufzunehmen.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkornprodukte" class="block">
                                Vollkornprodukte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Samen" class="block">
                                Samen
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Milchprodukte" class="block">
                                Milchprodukte
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten besonders viele Vitamine und Mineralstoffe, um eine ausgewogene Ernährung zu gewährleisten?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Obst und Gemüse sind reich an Vitaminen und Mineralstoffen, besonders dunkelgrünes Blattgemüse wie Spinat und Grünkohl. Nüsse, Samen und Vollkornprodukte sind ebenfalls gute Quellen für wichtige Nährstoffe. Fisch, mageres Fleisch und Hülsenfrüchte liefern Proteine und weitere essentielle Nährstoffe für eine ausgewogene Ernährung.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Samen" class="block">
                                Samen
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkornprodukte" class="block">
                                Vollkornprodukte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fisch" class="block">
                                Fisch
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
    </ul>

    <!-- Row 4: 2 Products (left 50% in grid) + 2 FAQs (right 50% stacked) -->
    <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
        <!-- Left side: 2 Products in 2-column grid -->
        <div class="grid grid-cols-1 sm:grid-cols-2 gap-6">
            
                <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-1" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;ESoZ7RoRrk3MMJ4Dqi52cmXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4813828612_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-1" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(1)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-1" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(1)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.apo.com erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(1)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-1" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-1" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: apo.com
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 13.88 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

            
                <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-2" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;f9kKPKo0jDhJ75ROzmte8KXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4855240712_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-2" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(2)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-2" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(2)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.deutscheinternetapotheke.de erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(2)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-2" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-2" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: deutscheinternetapotheke.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 12.57 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

            
        </div>

        <!-- Right side: 2 FAQs stacked -->
        <div class="space-y-6">
            
                <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten die meisten Vitamine und Mineralstoffe, die für eine ausgewogene Ernährung wichtig sind?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Obst und Gemüse sind reich an Vitaminen und Mineralstoffen, insbesondere dunkelgrünes Blattgemüse wie Spinat und Grünkohl. Nüsse, Samen und Vollkornprodukte sind ebenfalls gute Quellen für wichtige Nährstoffe. Fisch, mageres Fleisch und Milchprodukte liefern Proteine und weitere essentielle Vitamine und Mineralstoffe.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Samen" class="block">
                                Samen
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkornprodukte" class="block">
                                Vollkornprodukte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fisch" class="block">
                                Fisch
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

            
                <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Wann Kohlenhydrate und wann Proteine essen?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Wann Kohlenhydrate und wann Proteine essen?

Es ist empfehlenswert, Kohlenhydrate vor allem vor oder nach dem Training zu sich zu nehmen, da sie eine schnelle Energiequelle für den Körper darstellen. Proteine hingegen sind wichtig für den Muskelaufbau und die Regeneration nach dem Training, daher sollten sie besonders nach dem Training konsumiert werden. Es ist auch sinnvoll, eine ausgewogene Mischung aus Kohlenhydraten und Proteinen zu sich zu nehmen, um die optimale Nährstoffversorgung des Körpers zu gewährleisten. Es ist wichtig, auf die individuellen Bedürfnisse und Ziele des eigenen Körpers zu achten und entsprechend zu planen, wann man Kohlenhydrate und wann Proteine essen sollte. Letztendlich ist eine ausgewogene Ernährung entscheidend, um die Leistungsfähigkeit zu steigern und die Gesundheit zu erhalten.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Dinner" class="block">
                                Dinner
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Snack" class="block">
                                Snack
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Sport" class="block">
                                Sport
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fitness" class="block">
                                Fitness
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gesundheit" class="block">
                                Gesundheit
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Energie" class="block">
                                Energie
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nährstoffe" class="block">
                                Nährstoffe
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Zuckerrüben" class="block">
                                Zuckerrüben
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Eiweiß" class="block">
                                Eiweiß
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

            
        </div>
    </div>
</div>

<!-- SUBPAGE LAYOUT (Products first, FAQs collapsed) -->
<div id="subpage-layout" class="hidden">
    <h2 id="product-heading-subpage" class="text-2xl sm:text-3xl font-bold mb-3 mt-12 text-gray-800">
        Produkte zum Begriff Indexphp:
    </h2>

    <hr class="my-3 border-gray-200 mb-8 bg-gradient-to-r from-transparent via-gray-300 to-transparent h-px border-0">

    <ul class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 items-start mb-8">
        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-1" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;kh_LW8qSLBVbmBdbxmmUWCXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4854933470_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-1" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(1)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-1" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(1)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.versandapo.de erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(1)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-1" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-1" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: versandapo.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 13.49 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0hjbEd8WElUT1VZakRPNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQY1ZHM1JlSEg0V1pmbk9ZZTVaNGpZZDI3S1hZM3NmMlRQT206NlZYR3tVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWUzdPfE8yUHxDb2NZUztQRmkzUEZtfE98UzVPRVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-2" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Veggie-Depot-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;RGEPd5clgLFCBw1TzB5dK6XpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdZ7h13vFxQs2PI8Dwh8WpvCceMFUekN7o8O0pabKN0TJ3l4zC40SeHw&#x2F;623049829585_large.webp"
                         alt="Veggie Depot Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-2" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(2)">
                            Veggie Depot Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Veggie-Depot-Vitamine-+"
                              onclick="handleTitleClick('Veggie Depot Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-2" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(2)">
                            <span class="break-words">Veggie Depot Vitamine + Mineralstoffe Tabletten 60 Stück - von Avitale GmbH - Kategorie: Kombipräparate - Versand: 2,95 €, ab 18 € versandkostenfrei</span>
                        </div>
                        <button onclick="toggleDescription(2)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-2" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-2" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: healthii
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 8.79 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 2.95 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnxUWFgyWVhQRlNYbk5RWGpZVzQzN2ZWVFdXMkxSY3BEcldJN1tmb1BsY21PN1lZN0hWRkwyZ1ZmV1laVEtXMnZqW1hDelZKWFBmM0hTUEpmfFBGampPSXZHVm1QeGZIQzdTNGl7Zm9uUGVuWFxjcExIVEZmTWZHbllWSGZ3VEdYT1ttcnxXR1xYY3xqcmRXXHFWWXZRVnBUMlwyampOWVd8ZUZYalRGUERVbXZzWFl6UlVXN0xXbkd5WjJIVmYySDJlWERKVVZDb2RZbm1SVlt7T3xDMlFWaXtRVlc2UFVcclxGMjRPbE95UEZtNk9sbTNRRldvZkpPO09sQ3tQVkM3T1ZpPw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-3" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Körper,-Gesundheit,-Ernährung-(Rex,">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;media.averdo.com&#x2F;picture&#x2F;images_shop&#x2F;B00&#x2F;000&#x2F;000&#x2F;B00000000596637.jpg"
                         alt="Körper, Gesundheit, Ernährung (Rex, Margit)"
                         onclick="submitForm('Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-3" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(3)">
                            Körper, Gesundheit, Ernährung (Rex, Margit)
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Körper,-Gesundheit,-Ernährung-(Rex,"
                              onclick="handleTitleClick('Körper, Gesundheit, Ernährung (Rex, Margit)')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-3" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(3)">
                            <span class="break-words">Körper, Gesundheit, Ernährung , Körper und Sinne, Gesundheit und Ernährung - das Grundwissen zu diesen Themen beherrschen Ihre Schüler jetzt sicher und anwendungsbereit! 
 

 

 Mit dem Band 
 Körper, Gesundheit, Ernährung 
 aus unserer Reihe 
 Grundwissen Sachunterricht 
 vermitteln Sie Ihren Schüler das wichtigste Grundwissen dieser Themenbereiche sicher und anwendungsbereit!
 

 
 

 Sie sind es leid, unzählige Lehrwerke zu durchforsten, um die wirklich elementaren Inhalte für Ihren Sachkundeunterricht zu finden? Sie suchen spannende und motivierende Materialien anstelle trockener Theorie? Dann sind Sie bei unserer Reihe Grundwissen Sachunterricht genau richtig! Denn hier ist das 
 wichtigste Basiswissen 
 im Fach 
 Sachkunde für die 2. bis 4. Klasse 
 bereits für Sie zusammengestellt.
 

 
 

 Mithilfe abwechslungsreicher und motivierender Materialien und Aufgaben - wie 
 Versuche, Arbeitsblätter, Rätsel 
 und 
 Gruppenarbeiten 
 -
   
 vermittelt dieser Band anschaulich und fundiert das Grundwissen über 
 Körper und Sinne, Gesundheit und Ernährung. 
 Dadurch erarbeiten sich Ihre Schüler die Inhalte praxisnah
 , 
 ohne dabei das theoretische Wissen zu vernachlässigen. Lexikon und 
 Lernkontrollaufgaben 
 stellen sicher, dass Ihre Schüler die wichtigsten Inhalte und Fachbegriffe verinnerlichen. Dies führt zu einem maximalen Lernerfolg und einem nachhaltigen Wissenszuwachs.
 

 
 

 Durch die 
 drei Niveaustufen 
 und zahlreiche 
 Expertenaufgaben 
 bietet das Werk sowohl eine quantitative als auch qualitative Differenzierung und eignet sich ausgezeichnet zum Einsatz in 
 heterogenen Klassen. 
 

 
 

 Die Materialien werden Ihnen in einem besonders 
 kopierfreundlichen Format 
 zur Verfügung gestellt, um Ihnen einen sofortigen Einsatz zu ermöglichen! , Schule &amp; Ausbildung &gt; Fachbücher, Lernen &amp; Nachschlagen , Erscheinungsjahr: 20180601, Produktform: Kartoniert, Beilage: Kopiervorlagen, klebegebunden, Titel der Reihe: Grundwissen Sachunterricht##, Autoren: Rex, Margit, Seitenzahl&#x2F;Blattzahl: 80, Themenüberschrift: EDUCATION &#x2F; Teaching Methods &amp; Materials &#x2F; General, Keyword: 2. bis 4. Klasse; Grundschule; Sachunterricht; Themenübergreifend, Fachschema: Sachunterricht &#x2F; Lehrermaterial~Lernmittel~Unterrichtsmedium~Didaktik~Unterricht &#x2F; Didaktik, Bildungsmedien Fächer: Sachunterricht, Fachkategorie: Schule und Lernen~Didaktische Kompetenz und Lehrmethoden, Bildungszweck: für den Primarbereich, Altersempfehlung &#x2F; Lesealter: 23, Genaues Alter: GRS, Warengruppe: HC&#x2F;Schulbücher&#x2F;Unterrichtsmat.&#x2F;Lehrer, Fachkategorie: Unterrichtsmaterialien, Thema: Verstehen, Schulform: GRS, Text Sprache: ger, UNSPSC: 49019900, Warenverzeichnis für die Außenhandelsstatistik: 49019900, Verlag: Persen Verlag i.d. AAP, Verlag: Persen Verlag i.d. AAP, Verlag: Persen Verlag in der AAP Lehrerwelt GmbH, Länge: 293, Breite: 207, Höhe: 10, Gewicht: 494, Produktform: Kartoniert, Genre: Schule und Lernen, Genre: Schule und Lernen, Herkunftsland: DEUTSCHLAND (DE), Katalog: deutschsprachige Titel, Katalog: Gesamtkatalog, Katalog: Lagerartikel, Book on Demand, ausgew. Medienartikel, Relevanz: 0004, Tendenz: -1, Schulform: Grundschule, Unterkatalog: AK, Unterkatalog: Bücher, Unterkatalog: Hardcover, Unterkatalog: Lagerartikel, Unterkatalog: Schulbuch, WolkenId: 1831140</span>
                        </div>
                        <button onclick="toggleDescription(3)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-3" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-3" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: Averdo
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 23.99 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 0 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOezs1ZjVld1taXG5lb1R4Tm9QeGRVO3llbzttZllQMmV7O3tcWml2ZFlIe1w0bjJOWXZ4ZXBEbmVrM3BcWlAzZG9UcVxZbjJOWVh7ZG9IcWVwWHdcfDszZkkzaGU0OzNlb1BuUlpEM1tvenJlNGpuZWtcM2ZJM2hkWVhtY1pYdlJZdjRMcFgyZFg7bFtZM3lbWW5wZGwzbVtaVGpcb1huXEM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-4" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;q3M6VXqqRUENGE-M-nFPR6XpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4855396436_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-4" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(4)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-4" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(4)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.apolux.de erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(4)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-4" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-4" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: apolux.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 13.85 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMjRjSlBLT21UW1c0akljNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhQWU9tO1dRWTtrVUpmVk9ZZTVaNGpZZDI3S1hZeldmMlw3ZG5McFltZXxVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3xRVlsyT3xbb2NZUztQRmkzUFZPN1BsU3xQa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
    </ul>

    <ul class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 items-start">
        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Wie viele Kohlenhydrate Proteine Fette am Tag Muskelaufbau?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Wie viele Kohlenhydrate, Proteine und Fette du am Tag für den Muskelaufbau benötigst, hängt von verschiedenen Faktoren wie deinem Körpergewicht, deinem Trainingslevel und deinen Zielen ab. Im Allgemeinen wird empfohlen, etwa 2-3g Kohlenhydrate pro Kilogramm Körpergewicht, 1,2-2g Proteine pro Kilogramm Körpergewicht und 0,5-1g Fette pro Kilogramm Körpergewicht zu konsumieren. Es ist wichtig, eine ausgewogene Ernährung zu haben, die alle Makronährstoffe in ausreichender Menge enthält, um den Muskelaufbau zu unterstützen. Es kann hilfreich sein, sich von einem Ernährungsberater oder einem Trainer beraten zu lassen, um die optimale Nährstoffzufuhr für deine individuellen Bedürfnisse zu bestimmen.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fett" class="block">
                                Fett
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Kohlenhydrate" class="block">
                                Kohlenhydrate
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Muskelaufbau" class="block">
                                Muskelaufbau
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Energie" class="block">
                                Energie
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Zucker" class="block">
                                Zucker
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Ballaststoffe" class="block">
                                Ballaststoffe
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vitamine" class="block">
                                Vitamine
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Mineralstoffe" class="block">
                                Mineralstoffe
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Wasser" class="block">
                                Wasser
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Rolle spielen verschiedene Nährstoffe wie Kohlenhydrate, Proteine und Fette in einer ausgewogenen Ernährung?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Kohlenhydrate liefern Energie für den Körper, Proteine sind wichtig für den Muskelaufbau und die Reparatur von Gewebe, und Fette dienen als Energielieferant und sind wichtig für die Aufnahme von fettlöslichen Vitaminen. Eine ausgewogene Ernährung sollte alle diese Nährstoffe in angemessenen Mengen enthalten, um den Körper optimal zu versorgen und gesund zu halten. Es ist wichtig, auf die Qualität der Nährstoffe zu achten und eine Vielzahl von Lebensmitteln zu konsumieren, um alle notwendigen Nährstoffe zu erhalten.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Kohlenhydrate" class="block">
                                Kohlenhydrate
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Proteine" class="block">
                                Proteine
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fette" class="block">
                                Fette
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Energie" class="block">
                                Energie
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Muskelaufbau" class="block">
                                Muskelaufbau
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vitamine" class="block">
                                Vitamine
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten besonders viele Vitamine und Mineralstoffe?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Frisches Obst und Gemüse sind reich an Vitaminen und Mineralstoffen. Vollkornprodukte und Hülsenfrüchte sind ebenfalls gute Quellen. Fisch, Nüsse und Samen enthalten zudem wichtige Omega-3-Fettsäuren und Spurenelemente.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkorn" class="block">
                                Vollkorn
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Hülsenfrüchte" class="block">
                                Hülsenfrüchte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fisch" class="block">
                                Fisch
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten die meisten Vitamine und Mineralstoffe?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Obst und Gemüse sind reich an Vitaminen und Mineralstoffen, besonders dunkelgrünes Blattgemüse wie Spinat und Grünkohl sowie Beeren und Zitrusfrüchte. Nüsse, Samen und Vollkornprodukte sind ebenfalls gute Quellen für wichtige Nährstoffe. Es ist wichtig, eine Vielzahl von Lebensmitteln zu konsumieren, um sicherzustellen, dass der Körper alle notwendigen Vitamine und Mineralstoffe erhält.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Samen" class="block">
                                Samen
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkornprodukte" class="block">
                                Vollkornprodukte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vitamine" class="block">
                                Vitamine
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
    </ul>

    <div class="mb-10">
        <!-- Related Terms Section -->
<section class="w-full max-w-none px-6 py-6 lg:px-8 text-center text-white rounded-2xl shadow-xl my-6 mb-12 relative overflow-hidden border border-white/10" style="background-color: #82ba28;">
    <h2 class="text-xl sm:text-2xl font-bold mb-6">
        Ähnliche Suchbegriffe für
        <span class="text-yellow-300">Indexphp</span>
    </h2>

    <div id="related-terms" class="flex flex-wrap justify-center gap-3">
        
        
        <a href="/Proteine"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Proteine
        </a>
        
        <a href="/Nährstoffe"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Nährstoffe
        </a>
        
        <a href="/Ernährung"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Ernährung
        </a>
        
        <a href="/Kohlenhydrate"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Kohlenhydrate
        </a>
        
        <a href="/Ausgewogene"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Ausgewogene
        </a>
        
        <a href="/Vitamine"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Vitamine
        </a>
        
        <a href="/Enthalten"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Enthalten
        </a>
        
        <a href="/Mineralstoffe"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Mineralstoffe
        </a>
        
        <a href="/Vitaminen"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Vitaminen
        </a>
        
        <a href="/Fette"
           class="term-chip inline-block rounded-full px-5 py-2 text-sm font-semibold text-white shadow-md transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5 hover:scale-105 border border-white/20 bg-white/10 hover:bg-white/20">
            Fette
        </a>
        
        
    </div>
</section>

<script>
    document.addEventListener('DOMContentLoaded', function () {
        const chips = document.querySelectorAll('#related-terms .term-chip');
        const colors = [
            "#3B82F6", // Blue 500
            "#0EA5E9", // Sky 500
            "#10B981", // Emerald 500
            "#14B8A6", // Teal 500
            "#6366F1", // Indigo 500
            "#8B5CF6", // Violet 500
        ];
        chips.forEach(chip => {
            const color = colors[Math.floor(Math.random() * colors.length)];
            chip.style.backgroundColor = color;
            chip.style.color = "white"; // weiße Schrift für Eleganz
        });
    });
</script>


    </div>

    <ul class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 items-start mb-8">
        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-1" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;sMNTtoqdWszz4Dft83XTYeXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4851703248_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-1" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(1)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-1" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(1)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.juvalis.de erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(1)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-1" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-1" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: juvalis.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 11.86 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 4.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM3xXbzdsXDQ3cVRHejdQSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFlQWFtvSDVcWGZTV283UU9ZZTVaNGpZZDI3S1hZdkZWSkxSWUpEd1huSDdlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWRzVPRk97UEZpb2NZUztQRmkzT1ZleU98SzJRRVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-2" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;VUBY3LHrDz-SrTe9yqf1NeXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdVBKdzLfDSsCaSGR9NcaFSBOFKribjqnEJw2H5CpZ49-XiuZJbiGjQo&#x2F;4855483041_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-2" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(2)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-2" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(2)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke apodiscounter erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(2)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-2" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-2" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: apodiscounter.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 13.36 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM2xVbTtaW25mUGZHeltkWlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhlMlhJM0xmNGZVY1plMk9ZZTVaNGpZZDI3S1hZN0RjSkxoW29xNWdJbXlbV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWVzJRRk95UEZHb2NZUztQRmkzUFZTNk98QzJPVVwyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-3" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;ESoZ7RoRrk3MMJ4Dqi52cmXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4813828612_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-3" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(3)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-3" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(3)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.apo.com erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(3)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-3" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-3" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: apo.com
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 13.88 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGMnlVWWU3UEk3T1xtSGNQNVRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhPN2dKRDdbMnJbZUllM09ZZTVaNGpZZDI3S1hZelBVSTM4UFpLNlZZMzZlV20yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNk9WTzZPbGk0T1ZLb2NZUztQRml6T3xpe1FGW3pPa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
            <section class="mb-8">
    <div id="product-content">
        <li class="bg-white/90 backdrop-blur-sm shadow-md rounded-xl m-1 flex flex-col transition-all duration-300 hover:-translate-y-1 hover:shadow-xl border border-gray-200/60 overflow-hidden group">
            <div id="product-4" class="flex flex-col rounded-xl overflow-hidden mx-4 md:mx-0">
                <form id="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                    <input type="hidden" name="q">
                    <input type="hidden" name="search" value="Doppelherz-Vegetarier-Vitamine-+">
                    <input type="hidden" name="term" value="Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM&#x2F;Pw==">
                </form>

                <!-- Product Image -->
                <div class="overflow-hidden bg-gray-50">
                    <img class="w-full cursor-pointer min-h-[15rem] object-cover transition-transform duration-300 group-hover:scale-103"
                         src="https:&#x2F;&#x2F;cdn.billiger.com&#x2F;dynimg&#x2F;f9kKPKo0jDhJ75ROzmte8KXpJ53MH5lvA_hMn5zos5T_olRSBeQCSEAXhzSr2EMdSaZOtMc1iukhTr0cRKK_0knaPjpj_y3T04dJQSC8QUryHUu6oEk4eY&#x2F;4855240712_large.webp"
                         alt="Doppelherz Vegetarier Vitamine + Mineralstoffe"
                         onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM/Pw==')">
                </div>

                <!-- Product Content -->
                <div class="px-5 flex flex-col flex-grow min-h-[9rem]">
                    <div class="min-h-[3.5rem] flex justify-between m-auto relative">
                        <div id="title-4" class="font-bold text-base mb-2 overflow-hidden line-clamp-2 cursor-pointer text-gray-800"
                             onclick="toggleTitle(4)">
                            Doppelherz Vegetarier Vitamine + Mineralstoffe
                        </div>

                        <span class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                              title="Doppelherz-Vegetarier-Vitamine-+"
                              onclick="handleTitleClick('Doppelherz Vegetarier Vitamine + Mineralstoffe')">
              <i class="fas fa-search text-blue-500 hover:text-blue-700"></i>
            </span>
                    </div>
                    <hr>
                    <div class="flex justify-between items-end relative mt-1">
                        <div id="description-4" class="text-gray-600 text-sm flex-grow line-clamp-3 cursor-pointer leading-relaxed"
                             onclick="toggleDescription(4)">
                            <span class="break-words">Anwendungsgebiet von Doppelherz Vegetarier Vitamine + MineralstoffeDoppelherz Vegetarier Vitamine + Mineralstoffe ist ein Nahrungsergänzungsmittel mit speziell abgestimmten Nährstoffen für die vegetarischen und veganen Lebensweise. Wirkstoffe &#x2F; Inhaltsstoffe &#x2F; ZutatenDoppelherz Vegetarier Vitamine + Mineralstoffe enthält: Zutaten: Calciumcarbonat, Füllstoff mikrokristalline Cellulose, Füllstoff Gummi arabicum, Eisenfumarat, Füllstoff vernetzte Carboxymethylcellulose, Überzugsmittel Hydroxypropylmethylcellulose, Trennmittel Magnesiumsalze der Speisefettsäuren, Trennmittel Magnesiumhydroxidcarbonat, Trennmittel Siliciumdioxid, Überzugsmittel Hydroxypropylcellulose, Überzugsmittel Polyethylenglycol, Trennmittel Talkum, Zinkoxid, Riboflavin, Thiaminmononitrat, Farbstoff Eisenoxide und Eisenhydroxide, Pyridoxinhydrochlorid, Kaliumiodid, Cholecalciferol, Cyanocobalamin pro Tagesportion (= 1 Tablette): Inhaltsstoffe Menge Vitamin B1 2,2 mg Vitamin B2 2,8 mg Vitamin B6 1,4 mg Vitamin B12 5 μg Vitamin D 5 μg Calcium 400 mg Zink 5 mg Eisen 10 mg Jod 100 μGegenanzeigenNicht für Kinder unter 12 Jahren geeignet.DosierungVerzehrempfehlung von Doppelherz Vegetarier Vitamine + Mineralstoffe: Täglich 1 Tablette mit ausreichend Flüssigkeit unzerkaut einnehmen.HinweiseDie angegebene empfohlene tägliche Verzehrsmenge darf nicht überschritten werden. Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung und gesunde Lebensweise. Für kleine Kinder unzugänglich aufbewahren. Trocken und nicht über 25°C lagern. Doppelherz Vegetarier Vitamine + Mineralstoffe können in Ihrer Versandapotheke www.deutscheinternetapotheke.de erworben werden. </span>
                        </div>
                        <button onclick="toggleDescription(4)"
                                class="absolute bottom-0 mt-1 -right-6 mr-2 group"
                                aria-label="Toggle Description">
                            <i id="toggle-icon-4" class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                            <span id="toggle-text-4" class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                Mehr Anzeigen
              </span>
                        </button>
                    </div>
                </div>

                <!-- Product Footer -->
                <div class="flex flex-col mt-auto px-6 items-center text-center justify-center">
                    <hr class="mb-1 border-gray-300">
                    <div class="mb-1">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="text-xs text-gray-400" aria-label="Product Shop Button">
                            Anbieter: deutscheinternetapotheke.de
                        </button>
                    </div>
                    <div class="w-full max-w-xs overflow-hidden">
            <span class="text-md font-bold text-gray-700 truncate">
              Preis: 12.57 € |
            </span>
                        <span class="text-sm text-gray-700 truncate">
              Versand*: 3.99 €
            </span>
                    </div>
                    <div class="mt-2 mb-3 w-full">
                        <button onclick="submitForm('Y0pUMmVKTzhOeztsZFk7bWZZeXdlNDt1ZlpUbmRvWDJmNDt7Y3s3bGQ0MnhbNDt2ZFk7d040M3hcSlh1XFpPeFtaRHJONFB2ZDRUM2RGO3ZbfDNYZ0lxN09JbXtXSXYyZ3BLb2VGM0djRlhUZllQdFttbmhkSlRyVEc7b1xHNnlWSTdNXFZQMltuUFpVNWZ7UFhINWVIWEVVWFxyZ3BqaE9ZZTVaNGpZZDI3S1hZMjRmb3l5UzJyR2VIRFlVMm0yY2xQc1A0blpUb3kzZG5QSFVsXHhbbEhWTzJ5e1ZKRzNZSmpZWjNcU1g1anNYNFRUY2xESFRKVHBWWkg1UFdyUVBaajRUMnpUZklmcGRZUzdOWmpcWEdyR1hJTGtZV0t7Zm83MlBvWFpcfG41UzNQeE9XcldjV1RWVFhYUVdKZkhlMkhPW1lyNmNXNm9kWW5tUlZTNlBWV3tQRkM1T1ZLb2NZUztQRmkzUFZLMk9GZXpPa1wyZXwye09GSzNPRm16UUM/Pw==')" type="button"
                                class="w-full bg-gradient-to-r from-yellow-400 to-amber-400 hover:from-yellow-300 hover:to-amber-300 rounded-full px-4 py-2.5 text-sm font-bold text-gray-900 shadow-md transition-all duration-300 hover:shadow-lg">
                            Weiter zum Produkt
                        </button>
                    </div>
                </div>
            </div>
        </li>
    </div>
</section>

        
    </ul>

    <ul class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 items-start">
        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten besonders viele Vitamine und Mineralstoffe, um eine gesunde Ernährung zu gewährleisten?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Obst und Gemüse sind reich an Vitaminen und Mineralstoffen, insbesondere dunkelgrünes Blattgemüse wie Spinat und Grünkohl. Auch Vollkornprodukte, Nüsse und Samen sowie fettarme Milchprodukte sind wichtige Quellen für eine ausgewogene Ernährung. Es ist wichtig, eine Vielzahl von Lebensmitteln zu konsumieren, um alle notwendigen Nährstoffe aufzunehmen.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkornprodukte" class="block">
                                Vollkornprodukte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Samen" class="block">
                                Samen
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Milchprodukte" class="block">
                                Milchprodukte
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten besonders viele Vitamine und Mineralstoffe, um eine ausgewogene Ernährung zu gewährleisten?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Obst und Gemüse sind reich an Vitaminen und Mineralstoffen, besonders dunkelgrünes Blattgemüse wie Spinat und Grünkohl. Nüsse, Samen und Vollkornprodukte sind ebenfalls gute Quellen für wichtige Nährstoffe. Fisch, mageres Fleisch und Hülsenfrüchte liefern Proteine und weitere essentielle Nährstoffe für eine ausgewogene Ernährung.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Samen" class="block">
                                Samen
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkornprodukte" class="block">
                                Vollkornprodukte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fisch" class="block">
                                Fisch
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Welche Nahrungsmittel enthalten die meisten Vitamine und Mineralstoffe, die für eine ausgewogene Ernährung wichtig sind?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Obst und Gemüse sind reich an Vitaminen und Mineralstoffen, insbesondere dunkelgrünes Blattgemüse wie Spinat und Grünkohl. Nüsse, Samen und Vollkornprodukte sind ebenfalls gute Quellen für wichtige Nährstoffe. Fisch, mageres Fleisch und Milchprodukte liefern Proteine und weitere essentielle Vitamine und Mineralstoffe.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Obst" class="block">
                                Obst
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gemüse" class="block">
                                Gemüse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nüsse" class="block">
                                Nüsse
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Samen" class="block">
                                Samen
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Vollkornprodukte" class="block">
                                Vollkornprodukte
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fisch" class="block">
                                Fisch
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
            <section class="">
    <div id="faq-content">
        <li class="faq-item p-4 rounded-xl flex flex-col justify-between transition-all duration-300 w-full bg-white/80 backdrop-blur-sm border border-gray-200/60 shadow-md hover:shadow-lg">
            <h3 class="font-bold bg-gray-100 p-3 rounded-lg text-lg cursor-pointer transition-all duration-200 hover:bg-gray-200"
                data-truncate-length="50" onclick="toggleQuestion(event)">
                Wann Kohlenhydrate und wann Proteine essen?
            </h3>

            <div class="faq-answer-wrapper relative pb-5">
                <p class="faq-answer text-gray-600 text-sm mt-2 transition-all duration-300 cursor-pointer w-full leading-relaxed"
                   data-truncate-length="180" onclick="toggleAnswer(event)">
                    Wann Kohlenhydrate und wann Proteine essen?

Es ist empfehlenswert, Kohlenhydrate vor allem vor oder nach dem Training zu sich zu nehmen, da sie eine schnelle Energiequelle für den Körper darstellen. Proteine hingegen sind wichtig für den Muskelaufbau und die Regeneration nach dem Training, daher sollten sie besonders nach dem Training konsumiert werden. Es ist auch sinnvoll, eine ausgewogene Mischung aus Kohlenhydraten und Proteinen zu sich zu nehmen, um die optimale Nährstoffversorgung des Körpers zu gewährleisten. Es ist wichtig, auf die individuellen Bedürfnisse und Ziele des eigenen Körpers zu achten und entsprechend zu planen, wann man Kohlenhydrate und wann Proteine essen sollte. Letztendlich ist eine ausgewogene Ernährung entscheidend, um die Leistungsfähigkeit zu steigern und die Gesundheit zu erhalten.
                    <span class="relative -top-[6px] text-[0.55em] opacity-40 font-normal select-none ml-1 inline-block">**</span>

                </p>

                <button onclick="toggleAnswer(event, true)" class="absolute bottom-0 right-2 mt-1 group"
                        aria-label="Toggle Description">
                    <i class="fa-solid fa-up-right-and-down-left-from-center text-blue-500 hover:text-blue-700"></i>
                    <span class="absolute w-auto p-2 min-w-max bottom-0 right-12 transform translate-x-1/2 translate-y-full bg-black text-white text-xs rounded-md opacity-0 group-hover:opacity-100 transition-opacity duration-300 ease-in-out">
                        Mehr Anzeigen
                    </span>
                </button>
            </div>

            

            <div id="related-terms"
                 class="related-terms hidden flex flex-wrap justify-center text-center mt-3 pt-3 border-t border-gray-100">
                
                
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Dinner" class="block">
                                Dinner
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Snack" class="block">
                                Snack
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Sport" class="block">
                                Sport
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Fitness" class="block">
                                Fitness
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Gesundheit" class="block">
                                Gesundheit
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Energie" class="block">
                                Energie
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Nährstoffe" class="block">
                                Nährstoffe
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Zuckerrüben" class="block">
                                Zuckerrüben
                            </a>
                        </div>
                    
                        <div class="keyword-pill inline-block rounded-full px-4 py-1.5 m-1 text-xs font-medium shadow-sm transition-all duration-200 hover:scale-105 hover:shadow-md cursor-pointer">
                            <a href="/Eiweiß" class="block">
                                Eiweiß
                            </a>
                        </div>
                    
                
            </div>
        </li>
    </div>
</section>

<!-- Pills einfärben -->
<script>
    document.addEventListener("DOMContentLoaded", () => {
        const colors = [
            "bg-blue-500 text-white hover:bg-blue-600",
            "bg-indigo-500 text-white hover:bg-indigo-600",
            "bg-violet-500 text-white hover:bg-violet-600",
            "bg-pink-500 text-white hover:bg-pink-600",
            "bg-rose-500 text-white hover:bg-rose-600",
            "bg-emerald-500 text-white hover:bg-emerald-600",
            "bg-teal-500 text-white hover:bg-teal-600",
            "bg-cyan-500 text-white hover:bg-cyan-600"
        ];

        const pills = document.querySelectorAll(".keyword-pill");
        pills.forEach((pill, index) => {
            const colorClass = colors[index % colors.length];
            pill.className += " " + colorClass;
        });
    });
</script>

        
    </ul>
</div>

<div class="mb-10 text-center items-center justify-center">
    
</div>

<script>
    /* ---------------------------
       Show correct layout based on page
    ---------------------------- */
    (function() {
        const isMainPage =
            window.location.pathname === '/' ||
            window.location.pathname === '/index.html';

        if (isMainPage) {
            document.getElementById('main-page-layout').classList.remove('hidden');
        } else {
            document.getElementById('subpage-layout').classList.remove('hidden');
        }
    })();
</script>

<script>
    /* ---------------------------
       Werbung nur auf Main Page
    ---------------------------- */
    document.addEventListener('DOMContentLoaded', function () {
        const ad = document.getElementById('ad-banner');
        if (!ad) return;

        const isMainPage =
            window.location.pathname === '/' ||
            window.location.pathname === '/index.html';

        if (!isMainPage) {
            ad.style.display = 'none';
        }
    });
</script>

<script>
    /* ---------------------------
       Überschrift bereinigen
    ---------------------------- */
    const heading = document.getElementById("product-heading");
    const headingSubpage = document.getElementById("product-heading-subpage");

    if (heading) {
        let headingText = heading.textContent;
        headingText = headingText.replace(/-/g, ' ');
        heading.textContent = headingText;
    }

    if (headingSubpage) {
        let headingText = headingSubpage.textContent;
        headingText = headingText.replace(/-/g, ' ');
        headingSubpage.textContent = headingText;
    }
</script>

<script>
    /* ---------------------------
       Navigation + FAQ Logik
    ---------------------------- */

    function handleTitleClick(title) {
        const cleanTitle = title
            .replace(/[^\p{L}\p{N}\s-]/gu, '')
            .replace(/\s+/g, ' ')
            .split(' ').slice(0, 4).join(' ')
            .replace(/\s+/g, '-')
            .replace(/-{2,}/g, '-')
            .replace(/^-+|-+$/g, '');
        const url = '/' + cleanTitle;
        window.location.href = url;
    }

    // OLD toggleDescription - now replaced by event-driven approach
    function toggleDescription(index) {
        // This function is kept for backwards compatibility but should not be used
        // The new approach uses event listeners without IDs
        console.warn('toggleDescription called - this should be handled by event listeners');
    }

    function toggleTitle(index) {
        const title = document.getElementById('title-' + index);
        title.classList.toggle('line-clamp-2');
    }

    function submitForm(formId) {
        const form = document.getElementById(formId);
        const suspiciousUserAgents = ['bot', 'crawl', 'slurp', 'spider', 'curl', 'wget', 'python'];
        const userAgent = navigator.userAgent.toLowerCase();
        const isSuspicious = suspiciousUserAgents.some(suspect => userAgent.includes(suspect));
        const honeypot = form.querySelector('[name="q"]').value.length > 0;

        if (!honeypot && !isSuspicious) {
            event.preventDefault();
            const formData = new FormData(form);
            const queryString = new URLSearchParams(formData).toString();
            const urlWithParams = `/clickout?${queryString}`;
            let newWindow = window.open('', '_blank');

            fetch(urlWithParams, {
                method: 'GET',
                headers: {
                    'X-Requested-With': 'XMLHttpRequest',
                    'Accept': 'application/json',
                }
            })
                .then(response => response.json())
                .then(data => {
                    if (data.clickOutUrl) {
                        newWindow.location = data.clickOutUrl;
                    } else {
                        newWindow.close();
                        alert('Unable to open the requested link.');
                    }
                })
                .catch(error => {
                    console.error('Fetch error:', error);
                    newWindow.close();
                });
        } else {
            alert('Suspicious activity detected or bot activity suspected.');
        }
    }

    function truncateText(element, length) {
        const fullText = element.textContent.trim();
        const truncateLength = parseInt(length, 10);
        if (fullText.length > truncateLength) {
            element.dataset.fullText = fullText;
            element.textContent = fullText.substring(0, truncateLength) + '...';
            return true;
        }
        return false;
    }

    function toggleTextForProduct(descElement, buttonElement) {
        const isTruncated = descElement.textContent.endsWith('...');

        // Find the icon and text within the button
        const icon = buttonElement.querySelector('i[id^="toggle-icon-"]');
        const text = buttonElement.querySelector('span[id^="toggle-text-"]');

        if (isTruncated) {
            // Expand
            descElement.textContent = descElement.dataset.fullText;
            descElement.classList.remove('line-clamp-3');
            if (icon) {
                icon.classList.remove('fa-up-right-and-down-left-from-center');
                icon.classList.add('fa-down-left-and-up-right-to-center');
            }
            if (text) {
                text.textContent = "Weniger Anzeigen";
            }
        } else {
            // Collapse
            const truncateLength = 180; // Default truncate length for products
            descElement.textContent = descElement.dataset.fullText.substring(0, truncateLength) + '...';
            descElement.classList.add('line-clamp-3');
            if (icon) {
                icon.classList.remove('fa-down-left-and-up-right-to-center');
                icon.classList.add('fa-up-right-and-down-left-from-center');
            }
            if (text) {
                text.textContent = "Mehr Anzeigen";
            }
        }
    }

    function toggleText(element, relatedContainer, sourceText, button) {
        const isTruncated = element.textContent.endsWith('...');
        const icon = button.querySelector('i');
        const text = button.querySelector('span');

        if (isTruncated) {
            element.textContent = element.dataset.fullText;
            if (sourceText) sourceText.classList.remove('hidden');
            icon.classList.remove('fa-up-right-and-down-left-from-center');
            icon.classList.add('fa-down-left-and-up-right-to-center');
            text.textContent = "Weniger Anzeigen";
        } else {
            const truncateLength = parseInt(element.dataset.truncateLength, 10);
            element.textContent = element.textContent.substring(0, truncateLength) + '...';
            if (sourceText) sourceText.classList.add('hidden');
            icon.classList.remove('fa-down-left-and-up-right-to-center');
            icon.classList.add('fa-up-right-and-down-left-from-center');
            text.textContent = "Mehr Anzeigen";
        }

        if (relatedContainer) {
            relatedContainer.classList.toggle('hidden');
        }
    }

    document.addEventListener('DOMContentLoaded', function () {
        // Check if on main page
        const isMainPage =
            window.location.pathname === '/' ||
            window.location.pathname === '/index.html';

        /* -------- FAQs -------- */
        document.querySelectorAll('.faq-item').forEach((item, index) => {
            const answer = item.querySelector('.faq-answer');
            const sourceText = item.querySelector('.source-text');
            const relatedContainer = item.querySelector('.related-terms');
            const toggleButton = item.querySelector('button[aria-label="Toggle Description"]');

            const wasTruncated = truncateText(answer, answer.dataset.truncateLength);

            if (relatedContainer) relatedContainer.classList.add('hidden');
            if (sourceText) sourceText.classList.add('hidden');

            // On main page, auto-expand ALL FAQs and hide toggle button
            if (isMainPage && wasTruncated) {
                answer.textContent = answer.dataset.fullText;
                if (sourceText) sourceText.classList.remove('hidden');
                if (relatedContainer) relatedContainer.classList.remove('hidden');
                if (toggleButton) toggleButton.style.display = 'none';
                answer.style.cursor = 'default';
            } else if (wasTruncated) {
                // Not on main page - normal behavior with toggle
                if (toggleButton) {
                    toggleButton.addEventListener('click', function () {
                        toggleText(answer, relatedContainer, sourceText, toggleButton);
                    });
                }

                answer.style.cursor = 'pointer';
                answer.addEventListener('click', function () {
                    toggleText(answer, relatedContainer, sourceText, toggleButton);
                });
            } else {
                if (toggleButton) toggleButton.style.display = 'none';
                answer.style.cursor = 'default';
            }

            if (relatedContainer) {
                relatedContainer.querySelectorAll('a').forEach(link => {
                    link.addEventListener('click', function (event) {
                        event.preventDefault();
                        let cleanedTerm = link.textContent.trim().replace(/\s+/g, '-');
                        window.location.href = `/${cleanedTerm}`;
                    });
                });
            }
        });

        /* -------- Products - NEW APPROACH -------- */
        // Find all product containers by their structure
        document.querySelectorAll('#product-content').forEach((productSection) => {
            const productLi = productSection.querySelector('li');
            if (!productLi) return;

            // Find description and button within THIS specific product
            const description = productLi.querySelector('[id^="description-"]');
            const toggleButton = productLi.querySelector('button[aria-label="Toggle Description"]');

            if (!description) return;

            // Store the full text before truncation
            const fullText = description.textContent.trim();
            description.dataset.fullText = fullText;

            // Truncate if needed
            const truncateLength = 180;
            let wasTruncated = false;
            if (fullText.length > truncateLength) {
                description.textContent = fullText.substring(0, truncateLength) + '...';
                wasTruncated = true;
            }

            if (wasTruncated) {
                // Remove inline onclick to prevent conflicts
                description.removeAttribute('onclick');
                if (toggleButton) toggleButton.removeAttribute('onclick');

                // Add event listener to button
                if (toggleButton) {
                    toggleButton.addEventListener('click', function (event) {
                        event.preventDefault();
                        event.stopPropagation();
                        toggleTextForProduct(description, toggleButton);
                    });
                }

                // Add event listener to description
                description.style.cursor = 'pointer';
                description.addEventListener('click', function (event) {
                    event.preventDefault();
                    toggleTextForProduct(description, toggleButton);
                });
            } else {
                if (toggleButton) toggleButton.style.display = 'none';
                description.style.cursor = 'default';
            }
        });
    });
</script>

            <p class="mb-4 text-[11px] text-center text-gray-500 leading-relaxed max-w-4xl mx-auto">
                * Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.
                ** Hinweis: Teile dieses Inhalts wurden von KI erstellt.
            </p>
        </div>
    </main>
</div>
<footer class="bg-gray-900/95 backdrop-blur-md text-white py-6 border-t border-white/10">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
        <p class="text-gray-300">&copy; <span id="year"></span> essen-gesundes.de - <a href="/info/impressum" class="hover:text-white transition-colors duration-200 underline-offset-2 hover:underline">Impressum</a></p>
    </div>
</footer>

<script>
    document.getElementById("year").textContent = new Date().getFullYear();
    const DISMISSED_KEY = "popupDismissed";
    let popupShown = sessionStorage.getItem('popupShown') === 'true';
    let newTabOpened = false;
    let throttle = false;
    let armed = true;
    let hasShown = false;

    document.addEventListener('DOMContentLoaded', function () {
        const popupElement = document.querySelector('#buyDomainPopUp');
        if (popupElement) {
            const exitPopup = () => {
                popupElement.classList.add('hidden');
                sessionStorage.setItem(DISMISSED_KEY, 'true');
            };

            document.querySelector('#close_domain_popup').addEventListener('click', exitPopup);

            function onMouseOut(e) {
                if (throttle || !armed || hasShown || popupShown) return;
                const y = e.clientY;
                const to = e.relatedTarget || e.toElement;
                const leavingWindow = !to && (y <= 0);
                if (leavingWindow) {
                    throttle = true;
                    setTimeout(() => throttle = false, 400);
                    popupElement.classList.remove('hidden');
                    sessionStorage.setItem('popupShown', 'true');
                    hasShown = true;
                }
            }
            document.addEventListener('mouseout', onMouseOut);

            // ESC schließt Popup
            document.addEventListener('keydown', function (event) {
                if (event.key === 'Escape') {
                    exitPopup();
                }
            });
        }

        // --- URL für Popup-Link dynamisch setzen ---
        const country = "de";
        const navLast = "Indexphp";

        function makeSlug(text) {
            const basic = text.trim().toLowerCase().replace(/\s+/g, "-");
            try {
                // Browser wandelt Unicode → xn-- (Punycode)
                return new URL("http://" + basic).hostname;
            } catch {
                return basic;
            }
        }

        const slug = makeSlug(navLast);
        const link = document.getElementById("popupLink");
        if (link) {
            link.href = `https://www.shopping.eu/${country}/${slug}.html`;
        }

        // Bot detection + Logging
        window.userHasInteracted = false;
        document.addEventListener('mousemove', () => window.userHasInteracted = true);
        document.addEventListener('keydown', () => window.userHasInteracted = true);

        fetch('/domLoaded', { method: 'GET' }).catch(console.error);
        setTimeout(function () {
            if (!isBot()) {
                fetch('/windowInt', { method: 'GET' }).catch(console.error);
            }
        }, 3000);
    });

    // Bot detection
    function isBot() {
        const suspiciousUserAgents = [
            'bot','crawl','slurp','spider','curl','wget','python',
            'scanner','automation','robot','scraper','httpclient'
        ];
        const userAgent = navigator.userAgent.toLowerCase();
        if (suspiciousUserAgents.some(suspect => userAgent.includes(suspect))) {
            return true;
        }
        if (!window.userHasInteracted) {
            return true;
        }
        return false;
    }

    // Tab-Wechsel erkennen
    document.addEventListener('visibilitychange', function () {
        if (document.visibilityState === 'hidden') {
            newTabOpened = true;
        } else {
            setTimeout(() => newTabOpened = false, 100);
        }
    });

    // Mail Funktion
    function sendEmail() {
        const unicodeDomain = 'essen-gesundes.de';
        const subject = `Kaufanfrage für die Domain ${unicodeDomain}`;
        const body = `Guten Tag,

ich interessiere mich für den Kauf der Domain ${unicodeDomain}.\n\nMit freundlichen Grüßen`;
        const mailtoLink = `mailto:domain@kv-gmbh.de?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`;
        window.location.href = mailtoLink;
    }
</script>
</body>
</html>
