{"id":30034,"date":"2026-02-04T10:13:52","date_gmt":"2026-02-04T15:13:52","guid":{"rendered":"https:\/\/www.portablebar.com\/?page_id=30034"},"modified":"2026-02-04T16:36:46","modified_gmt":"2026-02-04T21:36:46","slug":"louisiana","status":"publish","type":"page","link":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/","title":{"rendered":"louisiana"},"content":{"rendered":"<p><script src=\"https:\/\/cdn.tailwindcss.com\"><\/script><br \/>\n<script>\n  tailwind.config = {\n    important: true,\n  }\n<\/script><\/p>\n<style>\n    \/* --- GLOBAL TYPOGRAPHY & THEME SETTINGS --- *\/\n    \/* LOUISIANA THEME: Mardi Purple (#582c83) and Gold (#eab308). *\/<\/p>\n<p>    .pb-content h2 { margin-top: 2.5rem; margin-bottom: 1rem; line-height: 1.2; }\n    .pb-content h3 { margin-top: 1.5rem; margin-bottom: 0.75rem; color: #1e293b; }\n    .pb-content ul { list-style-type: disc; margin-left: 1.5rem; margin-bottom: 1.5rem; }\n    .pb-content li { margin-bottom: 0.5rem; }\n    .pb-content p { margin-bottom: 1.2rem; }<\/p>\n<p>    \/* State Specific Link Styling *\/\n    .pb-content a { text-decoration: underline; color: #582c83; transition: all 0.2s; font-weight: 600; }\n    .pb-content a:hover { color: #eab308; background-color: #fdf4ff; text-decoration: none; padding: 0 4px; border-radius: 4px; }<\/p>\n<p>    \/* FAQ Accordion Styling *\/\n    .pb-faq-item[open] summary ~ * { animation: sweep .5s ease-in-out; }\n    .pb-faq-item summary { list-style: none; cursor: pointer; }\n    .pb-faq-item summary::-webkit-details-marker { display: none; }<\/p>\n<p>    \/* Hover effects *\/\n    .pb-contact-card { height: 100%; transition: transform 0.2s; }\n    .pb-contact-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }<\/p>\n<p>    \/* ========================================= *\/\n    \/* NEW CITATION SYSTEM (CSS COUNTERS) *\/\n    \/* ========================================= *\/<\/p>\n<p>    .pb-ref-container { counter-reset: reference; }\n    .pb-cite { position: relative; display: inline-block; }<\/p>\n<p>    \/* Auto-numbered citation link *\/\n    .pb-cite-number {\n        counter-increment: reference;\n        cursor: pointer;\n        font-size: 0.7em;\n        font-weight: 700;\n        color: #582c83;\n        vertical-align: super;\n        margin-left: 2px;\n        padding: 0 4px;\n        border-radius: 3px;\n        transition: all 0.2s;\n        text-decoration: none;\n        display: inline-block;\n    }<\/p>\n<p>    .pb-cite-number::before { content: \"[\" counter(reference) \"]\"; }<\/p>\n<p>    .pb-cite-number:hover {\n        background-color: #fdf4ff; \n        color: #eab308;\n        text-decoration: none;\n    }<\/p>\n<p>    \/* Citation tooltip (Snippet View) *\/\n    .pb-cite-tooltip {\n        opacity: 0;\n        visibility: hidden;\n        position: absolute;\n        bottom: calc(100% + 8px);\n        left: 50%;\n        transform: translateX(-50%) translateY(5px);\n        width: 320px;\n        max-width: 90vw;\n        background: #1e293b;\n        color: white;\n        padding: 12px 14px;\n        border-radius: 6px;\n        font-size: 0.8rem;\n        line-height: 1.5;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.3);\n        z-index: 99999;\n        pointer-events: none;\n        transition: all 0.2s ease;\n        text-align: left;\n    }<\/p>\n<p>    .pb-cite-tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 50%;\n        margin-left: -6px;\n        border-width: 6px;\n        border-style: solid;\n        border-color: #1e293b transparent transparent transparent;\n    }<\/p>\n<p>    .pb-cite:hover .pb-cite-tooltip {\n        opacity: 1;\n        visibility: visible;\n        transform: translateX(-50%) translateY(0);\n        pointer-events: auto;\n    }<\/p>\n<p>    \/* MOBILE: Fixed position at bottom *\/\n    @media (max-width: 768px) {\n        .pb-cite-tooltip {\n            position: fixed;\n            bottom: 100px;\n            left: 10px;\n            right: 10px;\n            width: auto;\n            transform: translateY(100%);\n            z-index: 999999 !important;\n            pointer-events: auto;\n            max-width: none;\n        }<\/p>\n<p>        .pb-cite.active .pb-cite-tooltip {\n            opacity: 1;\n            visibility: visible;\n            transform: translateY(0);\n        }\n        .pb-cite-tooltip::after { display: none; }\n    }<\/p>\n<p>    html { scroll-behavior: smooth; }<\/p>\n<p>    \/* STATE CURVE GRAPHIC *\/\n    .pb-la-curve {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        overflow: hidden;\n        line-height: 0;\n    }\n    .pb-la-curve svg {\n        position: relative;\n        display: block;\n        width: calc(100% + 1.3px);\n        height: 60px;\n    }<\/p>\n<p>    \/* --- SCENARIO TABS LOGIC --- *\/\n    .pb-tab-content { display: none; animation: fadeIn 0.5s; }\n    #la-tab-dry:checked ~ #content-dry,\n    #la-tab-wet:checked ~ #content-wet { display: block; }<\/p>\n<p>    \/* --- SCENARIO TAB STYLING --- *\/\n    \/* Dry Hire (Green) *\/\n    #la-tab-dry:checked ~ .pb-tabs-nav label[for=\"la-tab-dry\"] {\n        background-color: white;\n        border-color: #16a34a; \n        color: #166534; \n        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }\n    #la-tab-dry:checked ~ .pb-tabs-nav label[for=\"la-tab-dry\"] .pb-tab-badge { \n        opacity: 1 !important; \n        transform: translateX(-50%) translateY(0) !important;\n    }<\/p>\n<p>    \/* Wet Hire (Red) *\/\n    #la-tab-wet:checked ~ .pb-tabs-nav label[for=\"la-tab-wet\"] {\n        background-color: white;\n        border-color: #dc2626; \n        color: #991b1b; \n        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }\n    #la-tab-wet:checked ~ .pb-tabs-nav label[for=\"la-tab-wet\"] .pb-tab-badge { \n        opacity: 1 !important; \n        transform: translateX(-50%) translateY(0) !important;\n    }<\/p>\n<p>    .pb-tab-label { opacity: 0.6; filter: grayscale(100%); transition: all 0.3s; }\n    #la-tab-dry:checked ~ .pb-tabs-nav label[for=\"la-tab-dry\"],\n    #la-tab-wet:checked ~ .pb-tabs-nav label[for=\"la-tab-wet\"] { opacity: 1; filter: none; }<\/p>\n<p>    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(10px); }\n        to { opacity: 1; transform: translateY(0); }\n    }<\/p>\n<p>    \/* --- NAVIGATION MENU STYLING --- *\/\n    .pb-nav-menu {\n        scroll-behavior: smooth;\n        scrollbar-width: none;\n        -ms-overflow-style: none;\n        -webkit-overflow-scrolling: touch;\n    }\n    .pb-nav-menu::-webkit-scrollbar { display: none; }\n    .pb-nav-link {\n        transition: all 0.2s ease;\n        white-space: nowrap;\n        flex-shrink: 0;\n    }\n    .pb-nav-link:hover {\n        background-color: #fdf4ff;\n        color: #582c83;\n    }\n    .pb-nav-link svg { display: none; }\n    @media (min-width: 768px) {\n        .pb-nav-link svg { display: block; }\n    }\n<\/style>\n<div class=\"pb-content pb-ref-container w-full bg-slate-50 text-slate-800 font-sans leading-relaxed shadow-sm my-8\">\n<header class=\"bg-gradient-to-r from-slate-900 to-[#582c83] text-white p-6 md:p-8 rounded-t-lg relative overflow-hidden\">\n<nav class=\"text-xs text-purple-200 mb-2 flex items-center flex-wrap uppercase tracking-wider\">\n            <a href=\"\/de\/\" class=\"text-purple-200 hover:text-white no-underline transition-colors\">Startseite<\/a><br \/>\n            <span class=\"mx-2 text-purple-300\">\/<\/span><br \/>\n            <a href=\"\/de\/mobile-bartending-laws\/\" class=\"text-purple-200 hover:text-white no-underline transition-colors\">Gesetze f\u00fcr mobile Barkeeper<\/a><br \/>\n            <span class=\"mx-2 text-purple-300\">\/<\/span><br \/>\n            <span class=\"text-white font-bold\">Louisiana<\/span><br \/>\n        <\/nav>\n<div class=\"relative z-10 max-w-4xl mb-8 mt-2\">\n<div class=\"flex items-center gap-3 mb-3\">\n                <span class=\"bg-[#eab308] text-slate-900 text-xs font-bold px-3 py-1 rounded-full uppercase tracking-wide shadow-sm\">70\/40 Food Rule<\/span><br \/>\n                <span class=\"bg-slate-700 text-slate-200 text-xs font-bold px-3 py-1 rounded-full uppercase tracking-wide shadow-sm\">ATC Regulated<\/span>\n            <\/div>\n<h1 class=\"text-4xl md:text-6xl font-extrabold mb-4 tracking-tight text-white\">Louisiana Mobile Bartending Laws<\/h1>\n<p class=\"text-xl text-purple-100 font-light max-w-2xl\">\n                Louisiana operates under a privilege-based system. To sell alcohol, you must be a licensed &#8220;Class A-Caterer&#8221; anchored to a fixed location.\n            <\/p>\n<p class=\"text-xs text-purple-300 mt-4\">Aktuell ab Februar 2026<\/p>\n<\/p><\/div>\n<div class=\"pb-la-curve\">\n            <svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1200 120\" preserveaspectratio=\"none\">\n                <path d=\"M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z\" fill=\"#f8fafc\"><\/path>\n            <\/svg>\n        <\/div>\n<\/header>\n<nav class=\"bg-white border-b-2 border-slate-200 sticky top-0 z-50 shadow-sm\">\n<div class=\"px-4 md:px-12\">\n<div class=\"pb-nav-menu flex overflow-x-auto py-2 md:py-3 gap-1 md:gap-2\">\n                <a href=\"#business-models\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#582c83] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"\/><\/svg><br \/>\n                    <span>Business Models<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#common-traps\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#eab308] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\/><\/svg><br \/>\n                    <span>Common Traps<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#age-staffing\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#582c83] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z\"\/><\/svg><br \/>\n                    <span>Age &#038; Staffing<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#faq\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#582c83] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg><br \/>\n                    <span>FAQ<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#equipment\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#eab308] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"\/><\/svg><br \/>\n                    <span>Equipment<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#resources\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#582c83] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"\/><\/svg><br \/>\n                    <span>Resources<\/span><br \/>\n                <\/a>\n            <\/div>\n<\/p><\/div>\n<\/nav>\n<section id=\"business-models\" class=\"px-6 md:px-12 py-8 relative z-20 scroll-mt-16\">\n<h2 class=\"text-2xl font-bold text-slate-900 mb-8 text-center\">W\u00e4hlen Sie Ihr Gesch\u00e4ftsmodell<\/h2>\n<p>        <input type=\"radio\" id=\"la-tab-dry\" name=\"la-tabs\" class=\"hidden\" checked><br \/>\n        <input type=\"radio\" id=\"la-tab-wet\" name=\"la-tabs\" class=\"hidden\"><\/p>\n<div class=\"pb-tabs-nav flex flex-col md:flex-row justify-center gap-6 mb-10 mt-6\">\n            <label for=\"la-tab-dry\" class=\"pb-tab-label relative cursor-pointer group w-full md:w-1\/2 max-w-sm bg-white border-4 border-slate-200 rounded-xl p-6 transition-all duration-300 hover:border-green-200\"><\/p>\n<div class=\"pb-tab-badge absolute -top-4 left-1\/2 -translate-x-1\/2 bg-green-600 text-white text-xs font-bold px-4 py-1 rounded-full shadow-md transition-all duration-300 opacity-0 group-hover:opacity-100 uppercase tracking-wide w-max\">\n                    H\u00e4ufigste Wahl\n                <\/div>\n<div class=\"text-center\">\n<h4 class=\"text-xl font-extrabold mb-1\">Szenario A: Trockenmiete<\/h4>\n<p>                    <span class=\"inline-block bg-green-100 text-green-800 text-xs font-bold px-2 py-1 rounded mb-4\">Keine Genehmigung erforderlich<\/span><\/p>\n<p class=\"text-xs text-slate-500 font-medium\">Service Only \u2022 Client Buys Alcohol<\/p>\n<div class=\"mt-4 pt-4 border-t border-slate-100\">\n                        <span class=\"block text-xs text-slate-400 uppercase tracking-widest font-bold\">Permit Cost<\/span><br \/>\n                        <span class=\"block text-2xl font-bold text-green-600\">$0<\/span>\n                    <\/div>\n<\/p><\/div>\n<p>            <\/label><\/p>\n<p>            <label for=\"la-tab-wet\" class=\"pb-tab-label relative cursor-pointer group w-full md:w-1\/2 max-w-sm bg-white border-4 border-slate-200 rounded-xl p-6 transition-all duration-300 hover:border-red-200\"><\/p>\n<div class=\"pb-tab-badge absolute -top-4 left-1\/2 -translate-x-1\/2 bg-red-600 text-white text-xs font-bold px-4 py-1 rounded-full shadow-md transition-all duration-300 opacity-0 group-hover:opacity-100 uppercase tracking-wide w-max\">\n                    Strenge Anforderungen\n                <\/div>\n<div class=\"text-center\">\n<h4 class=\"text-xl font-extrabold mb-1\">Szenario B: Nassvermietung<\/h4>\n<p>                    <span class=\"inline-block bg-red-100 text-red-900 text-xs font-bold px-2 py-1 rounded mb-4\">Class A-Caterer<\/span><\/p>\n<p class=\"text-xs text-slate-500 font-medium\">Alcohol Sales \u2022 70\/40 Food Rule<\/p>\n<div class=\"mt-4 pt-4 border-t border-slate-100\">\n                        <span class=\"block text-xs text-slate-400 uppercase tracking-widest font-bold\">Est. Startup Cost<\/span><br \/>\n                        <span class=\"block text-2xl font-bold text-red-700\">$2,500+<\/span>\n                    <\/div>\n<\/p><\/div>\n<p>            <\/label>\n        <\/div>\n<div id=\"content-dry\" class=\"pb-tab-content\">\n<div class=\"bg-white p-8 rounded-xl border-t-8 border-green-600 shadow-xl\">\n<div class=\"bg-green-50 border-l-4 border-green-600 p-4 mb-8\">\n<p class=\"text-sm text-green-900 mb-0\">\n                        <strong>Kurze Antwort:<\/strong> You do NOT need an ATC license if you are not selling alcohol. You provide &#8220;hospitality labor,&#8221; and the client provides the alcohol.\n                    <\/p>\n<\/p><\/div>\n<div class=\"grid md:grid-cols-2 gap-8\">\n<div>\n<h3 class=\"text-2xl font-extrabold text-slate-800 mb-4 mt-0\">Das reine Dienstleistungsmodell<\/h3>\n<p class=\"text-slate-600 mb-4\">\n                            In Louisiana, providing bartending labor is distinct from being a &#8220;Dealer.&#8221; You can mix and serve alcohol owned by the host, provided no money is exchanged for the alcohol itself.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <a href=\"#citation-1\" class=\"pb-cite-number\" id=\"ref-1\"><\/a><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Dealer Definition:<\/strong><br \/>\n                                    &#8220;Operating a Wet Hire service without a permit constitutes the illegal sale of alcohol&#8230; Dry Hire relies on selling service, not alcohol.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Click to see full statute<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<div class=\"bg-slate-50 p-4 rounded border border-slate-200\">\n<p class=\"text-sm text-slate-700\"><strong>The &#8220;Handling&#8221; Caveat:<\/strong><br \/>\n                            Even though you don&#8217;t need a retail permit, all staff must still hold a valid <strong>Responsible Vendor (RV)<\/strong> permit to legally &#8220;handle&#8221; alcohol.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-3\">Inventory Control<\/h4>\n<p class=\"text-slate-600 mb-4\">\n                            <strong>No Transport:<\/strong> In a strict Dry Hire model, the mobile bartender cannot transport alcohol for the client. The client must transport their own supply.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <a href=\"#citation-2\" class=\"pb-cite-number\" id=\"ref-2\"><\/a><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Inventory Rule:<\/strong><br \/>\n                                    &#8220;If the mobile bartender transports the alcohol, they may be viewed as a &#8216;carrier&#8217; or distributor, triggering permit requirements.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Click to see full statute<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<p class=\"text-slate-600 mb-4\">\n                            <strong>No Resale:<\/strong> You cannot buy a bottle of vodka and bill the client for it. That is an illegal resale of alcohol.\n                        <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div id=\"content-wet\" class=\"pb-tab-content\">\n<div class=\"bg-slate-50 p-8 rounded-xl border-t-8 border-red-800 shadow-inner\">\n<div class=\"bg-red-100 border-l-4 border-red-800 p-4 mb-8\">\n<p class=\"text-sm text-red-900 mb-0\">\n                        <strong>Kurze Antwort:<\/strong> To sell alcohol, you need a <strong>Class A-Caterer Permit<\/strong>. This requires a fixed &#8220;Hub&#8221; location and strict adherence to the 70\/40 Food Revenue Rule.\n                    <\/p>\n<\/p><\/div>\n<div class=\"grid md:grid-cols-2 gap-8\">\n<div>\n<h3 class=\"text-2xl font-extrabold text-slate-700 mb-4 mt-0\">The Class A-Caterer Permit<\/h3>\n<p class=\"text-slate-600 mb-4\">\n                            This permit allows a retail dealer to sell alcohol at catered events. However, it is not a standalone &#8220;mobile bar&#8221; license. It must be attached to a fixed commercial premise.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <a href=\"#citation-3\" class=\"pb-cite-number\" id=\"ref-3\"><\/a><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>70\/40 Rule:<\/strong><br \/>\n                                    &#8220;70% of gross annual revenue must come from food sales, and 40% of gross revenue per event must be from food.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Click to see full statute<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<p class=\"text-slate-600 text-sm italic\">\n                            <strong>Supply Chain:<\/strong> You MUST purchase all alcohol from licensed Louisiana wholesalers. You cannot buy inventory from Costco or Sam&#8217;s Club.\n                        <\/p>\n<\/p><\/div>\n<div class=\"bg-white rounded-lg border border-slate-200 p-5 shadow-sm\">\n<h4 class=\"font-bold text-slate-800 border-b border-slate-100 pb-2 mb-3\">\ud83d\udcb0 1st Year Permit Breakdown<\/h4>\n<ul class=\"text-sm text-slate-600 space-y-2\">\n<li class=\"flex justify-between\"><span>Class A-Caterer Permit<\/span><span class=\"font-mono font-bold text-slate-900\">~$200-250<\/span><\/li>\n<li class=\"flex justify-between\"><span>Responsible Vendor Fee<\/span><span class=\"font-mono font-bold text-slate-900\">$50<\/span><\/li>\n<li class=\"flex justify-between\"><span>Local Parish Permits<\/span><span class=\"font-mono font-bold text-slate-900\">$50-500+<\/span><\/li>\n<li class=\"flex justify-between\"><span>Background Checks<\/span><span class=\"font-mono font-bold text-slate-900\">$38\/person<\/span><\/li>\n<li class=\"flex justify-between border-t border-slate-100 pt-2 mt-2\"><span class=\"font-bold text-red-800\">Total Est. Regulatory Cost<\/span><span class=\"font-mono font-bold text-red-700\">~$500+<\/span><\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section id=\"common-traps\" class=\"px-6 md:px-12 mb-12 scroll-mt-16\">\n<div class=\"bg-white border-l-4 border-[#582c83] shadow-md rounded-r-lg p-6 md:p-8\">\n<h2 class=\"text-2xl font-bold text-slate-900 mb-4 flex items-center\">\n                <span class=\"mr-3 text-red-600 text-3xl\">\u26a0\ufe0f<\/span> Reality Check: Louisiana Traps<br \/>\n            <\/h2>\n<p class=\"text-slate-600 mb-6\">Louisiana&#8217;s alcohol laws are a mix of state police power and local control. Watch out for these traps.<\/p>\n<div class=\"grid md:grid-cols-3 gap-6\">\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">1. The &#8220;Bootleg&#8221; Bottle<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        If you are Wet Hire, you must have an invoice from a licensed wholesaler for every bottle on your bar. A bottle from a liquor store is considered &#8220;bootleg&#8221; and can revoke your permit.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <a href=\"#citation-4\" class=\"pb-cite-number\" id=\"ref-4\"><\/a><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Three-Tier System:<\/strong><br \/>\n                                &#8220;The presence of a &#8216;bootleg&#8217; bottle can result in immediate permit suspension.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Click to see full statute<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">2. The 70\/40 Food Rule<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        You cannot be a &#8220;liquor-only&#8221; caterer. 70% of annual revenue and 40% of each event&#8217;s revenue must be from food.\n                    <\/p>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">3. The &#8220;Dry&#8221; Parish<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        A state permit does not override local laws. If you cater a wedding in a &#8220;Dry&#8221; parish, you cannot sell alcohol.\n                    <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section id=\"age-staffing\" class=\"px-6 md:px-12 mb-12 scroll-mt-16\">\n<h2 class=\"text-3xl font-bold text-slate-800 mb-6\">Matrix f\u00fcr Personal und Betrieb<\/h2>\n<p class=\"text-slate-600 mb-6\">Louisiana rules on who can serve alcohol at events.<\/p>\n<div>\n<table class=\"w-full text-left border-collapse bg-white rounded-lg shadow-sm border border-slate-200\">\n<thead class=\"bg-[#582c83] text-white\">\n<tr>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">Rolle<\/th>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">Mindestalter<\/th>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">Die Vorschrift<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"text-slate-700 text-sm\">\n<tr class=\"border-b border-slate-100\">\n<td class=\"p-4 font-bold\">Bartender \/ Server<\/td>\n<td class=\"p-4\"><span class=\"bg-green-100 text-green-900 px-2 py-1 rounded font-bold\">18+<\/span><\/td>\n<td class=\"p-4 relative text-slate-600\">\n                            Persons 18 years or older can sell or serve alcoholic beverages.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <a href=\"#citation-5\" class=\"pb-cite-number\" id=\"ref-5\"><\/a><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Age to Serve:<\/strong><br \/>\n                                    &#8220;The minimum age to strictly sell or serve alcoholic beverages in a permitted establishment is 18 years.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Click to see full statute<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/td>\n<\/tr>\n<tr class=\"border-b border-slate-100\">\n<td class=\"p-4 font-bold\">RV Certification<\/td>\n<td class=\"p-4\">Obligatorisch<\/td>\n<td class=\"p-4 relative text-slate-600\">\n                            All employees must obtain a Responsible Vendor (RV) permit within 45 days of hire.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <a href=\"#citation-6\" class=\"pb-cite-number\" id=\"ref-6\"><\/a><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>RV Requirement:<\/strong><br \/>\n                                    &#8220;New hires must complete an approved training course and obtain their server permit within 45 days.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Click to see full statute<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/td>\n<\/tr>\n<tr class=\"border-b border-slate-100\">\n<td class=\"p-4 font-bold\">Felony Check<\/td>\n<td class=\"p-4\">Schedule F<\/td>\n<td class=\"p-4 text-slate-600\">Owners and managers must disclose felonies.<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/section>\n<section id=\"faq\" class=\"bg-white px-6 md:px-12 py-8 border-t border-slate-200 scroll-mt-16\">\n<p>        <script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do I need any permit to bartend at private events in Louisiana?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"No ATC retail permit needed for Dry Hire, but ALL staff must obtain a Responsible Vendor (RV) permit.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I charge for bar service, mixers, ice, and garnishes?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Absolutely YES. Invoice for 'Bartending Services,' 'Bar Setup,' 'Mixer Package.' Never include alcohol costs.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Why can't I buy the alcohol and have the client reimburse me?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Louisiana RS 26:280 prohibits selling alcohol without a permit. It is a criminal offense.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I transport the client's alcohol to the venue?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Very risky. ATC may view this as operating as a 'carrier' or distributor.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I store leftover alcohol for the client after the event?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"NO. You cannot warehouse client alcohol. Louisiana law prohibits unlicensed storage.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What if the event is in a 'dry' parish?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Even with Dry Hire, you cannot serve alcohol where prohibited. Verify local ordinances.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do I need insurance for Dry Hire in Louisiana?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Not legally required by ATC, but essential. Louisiana has dram shop laws.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I offer bartending at Mardi Gras events or public festivals?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Very risky without proper permits. Public festivals typically require vendor permits and ATC licenses.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What exactly is a Class A-Caterer permit in Louisiana?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Permit for selling alcohol at catered events. Must be attached to fixed commercial premise.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What is the '70\\\/40 Rule' and how is it enforced?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Class A-Caterers must derive 70% of ANNUAL gross revenue and 40% of EACH EVENT's revenue from food.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What kind of fixed location do I need for Class A-Caterer?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Commercial premise with business license, health approval, proper zoning. Cannot be a home.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Why must I buy alcohol from wholesalers, not retail stores?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Louisiana's three-tier system mandates it. Retail store bottles are 'bootleg' for caterers.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I prepare food at the event venue instead of my hub?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Depends on venue facilities and your Mobile Food Establishment (MFE) permit status.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"How much does Class A-Caterer license actually cost all-in?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Total first year: $10,000-35,000+ including lease, insurance, and fees.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What happens if I operate Wet Hire without Class A-Caterer permit?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Criminal offense. Fines, jail, seizure of equipment, permanent ban.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What is Responsible Vendor (RV) certification in Louisiana?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Mandatory state certification for anyone handling alcohol. All staff must complete within 45 days.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Is RV certification really required for Dry Hire?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"YES. RS 26:286 requires RV permit for anyone handling alcohol in a commercial setting.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What's the minimum age to bartend in Louisiana?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"18 years old to serve. 18-20 year olds CANNOT consume alcohol.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What are the alcohol service hours in Louisiana?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"State law prohibits 2am-6am off-premise. Many parishes extend hours (e.g. New Orleans).\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Why are portable bars better than trailers for Louisiana events?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Avoid MFE permit complexity, access historic venues, hurricane season flexibility.\"\n            }\n        }\n    ]\n}<\/script><\/p>\n<h2 class=\"text-3xl font-bold text-slate-900 mb-6\">Allgemeine Fragen<\/h2>\n<div class=\"space-y-4\">\n<h3 class=\"text-xl font-bold text-[#582c83] mt-4 mb-2\">Licensing &#038; Operations<\/h3>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Do I need any permit to bartend at private events in Louisiana?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-green-600\">No ATC retail permit needed for Dry Hire<\/strong>, but <strong class=\"text-red-600\">ALL staff must obtain a Responsible Vendor (RV) permit<\/strong> within 45 days of hire. This applies even if you&#8217;re not selling alcohol\u2014Louisiana requires RV certification for anyone &#8220;handling&#8221; alcohol.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I charge for bar service, mixers, ice, and garnishes?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-green-600\">Absolutely YES.<\/strong> Invoice for &#8220;Bartending Services,&#8221; &#8220;Bar Setup,&#8221; &#8220;Mixer Package,&#8221; or &#8220;Hourly Labor.&#8221; These are non-alcoholic goods and services. Your invoice should never include alcohol costs.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Why can&#8217;t I buy the alcohol and have the client reimburse me?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-red-600\">NO.<\/strong> Louisiana RS 26:280 prohibits selling alcohol without a permit. When you buy alcohol with your money and client pays you back (even at cost), you&#8217;re acting as an unlicensed dealer. This is a criminal offense.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I transport the client&#8217;s alcohol to the venue?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-orange-600\">Very risky in Louisiana.<\/strong> ATC may view this as operating as a &#8220;carrier&#8221; or distributor, triggering permit requirements. Safest option is for the client to transport their own alcohol.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I store leftover alcohol for the client after the event?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-red-600\">NO.<\/strong> You cannot warehouse client alcohol. Louisiana law prohibits unlicensed storage of alcohol for commercial purposes. All leftover alcohol must leave with the client the same night.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What if the event is in a &#8220;dry&#8221; parish?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Even with Dry Hire, you cannot serve alcohol in parishes where alcohol sales\/service is prohibited. Always verify local ordinances before booking events.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Do I need insurance for Dry Hire in Louisiana?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-green-600\">Absolutely essential.<\/strong> Most venues require proof of General Liability ($1M-2M) and Liquor Liability insurance before you work. Louisiana has dram shop laws\u2014you can be sued if over-served guest causes harm.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I offer bartending at Mardi Gras events or public festivals?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-orange-600\">Very risky without proper permits.<\/strong> Public festivals typically require vendor permits and often ATC licenses. Even if sponsor provides &#8220;free&#8221; alcohol, you&#8217;re in commercial setting serving public.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#582c83] mt-4 mb-2\">Wet Hire (Class A-Caterer)<\/h3>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What exactly is a Class A-Caterer permit in Louisiana?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Louisiana permit for businesses that sell alcohol at catered events. Must be attached to a fixed commercial premise (restaurant, commissary). Strict requirements: 70% annual revenue from food, 40% per-event revenue from food.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What is the &#8220;70\/40 Rule&#8221; and how is it enforced?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Louisiana RS 26:73 requires Class A-Caterers derive <strong class=\"text-red-600\">70%<\/strong> of ANNUAL gross revenue from food\/non-alcoholic beverages, AND <strong class=\"text-red-600\">40%<\/strong> of EACH EVENT&#8217;s revenue from food. ATC audits invoices annually.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What kind of fixed location do I need for Class A-Caterer?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Must be a commercial premise with business license, health department approval, and proper zoning. Common: Restaurant, licensed commissary kitchen. Cannot be a home kitchen or vehicle.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Why must I buy alcohol from wholesalers, not retail stores?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Louisiana&#8217;s three-tier system is legally protected. Class A-Caterers are dealers and must purchase from middle tier (wholesalers). Bottles from Costco or liquor stores are &#8220;bootleg&#8221;\u2014their presence on your bar can trigger immediate permit suspension.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I prepare food at the event venue instead of my hub?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Depends on venue&#8217;s facilities and your Mobile Food Establishment (MFE) permit status. If venue has licensed commercial kitchen, possibly. Otherwise, you typically prep at commissary and transport.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    How much does Class A-Caterer license actually cost all-in?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        TOTAL FIRST YEAR: <strong>$10,000-35,000+<\/strong>. Includes Class A-Caterer permit ($200-250), Responsible Vendor permits, parish permits, commissary lease ($500-2,000\/mo), and insurance.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What happens if I operate Wet Hire without Class A-Caterer permit?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Unlicensed sale of alcohol\u2014criminal offense. Penalties: Fines up to $1,000, up to 6 months jail, seizure of alcohol\/equipment, and permanent prohibition from obtaining ATC permits.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#582c83] mt-4 mb-2\">Staffing &#038; Certification<\/h3>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What is Responsible Vendor (RV) certification in Louisiana?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Mandatory state certification for anyone handling alcohol. All staff must complete within 45 days of hire. Training covers alcohol laws, ID verification, and liability.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Is RV certification really required for Dry Hire?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-green-600\">YES.<\/strong> RS 26:286 requires RV permit for anyone who &#8220;handles&#8221; alcoholic beverages in a commercial setting, even if not selling. Without RV permit, both you and staff face citations.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Do I need food handler certification for mobile bartending?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Required only if you&#8217;re serving food (which Class A-Caterers must). Even for Dry Hire, it is useful if preparing garnishes beyond simple slicing.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What&#8217;s the minimum age to bartend in Louisiana?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong>18 Jahre alt<\/strong> to serve both beer and liquor. However, 18-20 year olds CANNOT consume alcohol\u2014even one drink with wedding party is illegal.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I hire someone with a felony conviction?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Louisiana requires disclosure of felonies. Recent alcohol-related offenses, violent crimes, or theft convictions typically disqualify from permits or employment in alcohol service.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What are the alcohol service hours in Louisiana?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        State law prohibits off-premise sales 2am-6am Monday-Saturday. On-premise until 2am. Many parishes extend hours (e.g. New Orleans 24 hours).\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Why are portable bars better than trailers for Louisiana events?<br \/>\n                    <span class=\"text-[#582c83] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Louisiana advantages: Avoid Mobile Food Establishment (MFE) permit complexity, access historic venues (plantations, French Quarter) where trailers prohibited, and hurricane season flexibility.\n                    <\/p>\n<\/p><\/div>\n<\/details><\/div>\n<\/section>\n<section id=\"equipment\" class=\"bg-slate-900 text-white p-8 md:p-12 rounded-xl shadow-xl mx-6 md:mx-12 mb-12 scroll-mt-16\">\n<div class=\"grid md:grid-cols-2 gap-12 items-center\">\n<div>\n<h2 class=\"text-3xl font-bold text-white mb-4\">Capitalize on the Bayou<\/h2>\n<p class=\"text-slate-400 mb-6 leading-relaxed\">\n                    From New Orleans weddings to Baton Rouge corporate events, the party never stops in Louisiana. Since the &#8220;70\/40 Rule&#8221; makes Wet Hire difficult for beverage-only businesses, the Dry Hire model is the most profitable path. Our portable bars give you the professional look of a high-end caterer without the regulatory nightmare of a mobile trailer.\n                <\/p>\n<div class=\"space-y-4 mb-8\">\n<div class=\"flex items-start\">\n<div class=\"bg-[#064e3b] p-2 rounded-lg mr-4 mt-1\">\n                            <svg class=\"w-4 h-4 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                        <\/div>\n<div>\n<h4 class=\"font-bold text-white text-sm\">Avoid LDH Headaches<\/h4>\n<p class=\"text-xs text-slate-400\">Portable bars often skip the &#8220;Mobile Food Establishment&#8221; plan review.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flex items-start\">\n<div class=\"bg-[#ca8a04] p-2 rounded-lg mr-4 mt-1\">\n                            <svg class=\"w-4 h-4 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path><\/svg>\n                        <\/div>\n<div>\n<h4 class=\"font-bold text-white text-sm\">Any Venue<\/h4>\n<p class=\"text-xs text-slate-400\">Set up inside historic venues where trailers can&#8217;t go.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <a href=\"\/de\/\" class=\"inline-block bg-white text-slate-900 hover:bg-green-100 font-bold py-3 px-8 rounded-lg transition-all shadow-lg text-sm uppercase tracking-wide no-underline\"><br \/>\n                    View Portable Bars<br \/>\n                <\/a>\n            <\/div>\n<div class=\"relative h-full flex items-center justify-center\">\n<div class=\"overflow-hidden rounded-xl shadow-2xl\">\n                    <img decoding=\"async\" src=\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp\" alt=\"Signature 62 mobile bar station featuring custom branding, utilized by two bartenders at an outdoor event to demonstrate workspace capacity and workflow.\" class=\"w-full h-auto object-contain\">\n               <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<div id=\"resources\" class=\"mt-12 mb-8 scroll-mt-16\">\n<h3 class=\"text-2xl font-bold text-center text-slate-900 mb-8\">Official Louisiana Resources<\/h3>\n<div class=\"grid md:grid-cols-3 gap-6 max-w-6xl mx-auto px-6 mb-8\">\n            <a href=\"https:\/\/atc.louisiana.gov\/\" target=\"_blank\" class=\"block bg-white p-8 rounded-lg shadow-sm border border-slate-100 text-center pb-contact-card hover:border-green-300 no-underline\"><\/p>\n<div class=\"text-4xl mb-4 text-[#064e3b]\">\ud83c\udfdb\ufe0f<\/div>\n<p>                <span class=\"font-bold text-[#064e3b] text-lg block mb-2\">ATC Home<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">Alcohol &#038; Tobacco Control<\/span><br \/>\n            <\/a><br \/>\n            <a href=\"https:\/\/ldh.la.gov\/bureau-of-sanitarian-services\/retail-food\" target=\"_blank\" class=\"block bg-white p-8 rounded-lg shadow-sm border border-slate-100 text-center pb-contact-card hover:border-green-300 no-underline\"><\/p>\n<div class=\"text-4xl mb-4 text-[#ca8a04]\">\ud83c\udf7d\ufe0f<\/div>\n<p>                <span class=\"font-bold text-[#064e3b] text-lg block mb-2\">LDH Food Safety<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">Mobile Food Establishment Permits<\/span><br \/>\n            <\/a><br \/>\n            <a href=\"https:\/\/atc.louisiana.gov\/media\/22gfufkl\/atc-alcohol-caterer-application.pdf\" target=\"_blank\" class=\"block bg-white p-8 rounded-lg shadow-sm border border-slate-100 text-center pb-contact-card hover:border-green-300 no-underline\"><\/p>\n<div class=\"text-4xl mb-4 text-[#064e3b]\">\ud83d\udcdd<\/div>\n<p>                <span class=\"font-bold text-[#064e3b] text-lg block mb-2\">Caterer Application<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">Class A-Caterer Checklist<\/span><br \/>\n            <\/a>\n        <\/div>\n<div class=\"bg-[#f0fdf4] rounded-lg mx-6 md:mx-12 p-8 border-l-4 border-green-700\">\n<h4 class=\"font-bold text-slate-800 mb-4 flex items-center\">\n                <svg class=\"w-5 h-5 mr-2 text-green-700\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path><\/svg><br \/>\n                Rechtliche Hinweise &amp; Downloads<br \/>\n             <\/h4>\n<ul class=\"grid md:grid-cols-2 gap-4 text-sm text-[#064e3b]\">\n<li><a href=\"https:\/\/legis.la.gov\/Legis\/Law.aspx?d=84801\" target=\"_blank\" class=\"hover:text-green-600\">\ud83d\udcc4 Class A-Caterer Statute (RS 26:73)<\/a><\/li>\n<li><a href=\"https:\/\/ldh.la.gov\/assets\/oph\/Center-EH\/sanitarian\/retailfood\/MobileUnitPlanReviewQuestionnaireRevised01-2014.pdf\" target=\"_blank\" class=\"hover:text-green-600\">\ud83d\udcc4 Mobile Unit Plan Review Questionnaire<\/a><\/li>\n<li><a href=\"https:\/\/atc.louisiana.gov\/media\/mkjnhupd\/law-book.pdf\" target=\"_blank\" class=\"hover:text-green-600\">\ud83d\udcc4 ATC Law Book (Title 26)<\/a><\/li>\n<li><a href=\"https:\/\/legis.la.gov\/Legis\/Law.aspx?d=84869\" target=\"_blank\" class=\"hover:text-green-600\">\ud83d\udcc4 Responsible Vendor Statutes<\/a><\/li>\n<\/ul><\/div>\n<div class=\"bg-white rounded-lg mx-6 md:mx-12 p-8 shadow-sm border border-slate-200 mt-8\">\n<div class=\"flex items-center gap-3 mb-6\">\n                <svg class=\"w-6 h-6 text-[#064e3b]\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path><\/svg><\/p>\n<h3 class=\"text-2xl font-bold text-slate-800\">Full Legal Citations &#038; Statute Text<\/h3>\n<\/p><\/div>\n<div class=\"mb-6 p-5 bg-slate-50 rounded-lg border-l-4 border-[#064e3b] scroll-mt-32\" id=\"citation-1\">\n<div class=\"flex items-start gap-3\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#064e3b] text-white rounded-full flex items-center justify-center font-bold text-sm\">1<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-lg font-bold text-slate-800 mb-2\">Dealer Definition &#8211; Dry Hire vs Wet Hire<\/h4>\n<div class=\"bg-white p-4 rounded border border-slate-200 mb-3\">\n<p class=\"text-sm text-slate-600 italic mb-2\">Louisiana Revised Statutes Title 26 \u00a72:<\/p>\n<p class=\"text-sm text-slate-700 leading-relaxed\">&#8220;Dealer means and includes every person who sells, barters, exchanges, or otherwise disposes of any alcoholic beverages&#8230; Operating a Wet Hire service without a permit constitutes the illegal sale of alcohol.&#8221;<\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: LA Title 26:2<\/span><br \/>\n                            <a href=\"https:\/\/legis.la.gov\/Legis\/Law.aspx?d=78195\" target=\"_blank\" class=\"text-[#064e3b] hover:text-[#ca8a04] underline\">View Full Statute \u2192<\/a><br \/>\n                            <a href=\"#ref-1\" class=\"text-[#064e3b] hover:text-[#ca8a04]\">\u21a9 Back to text<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mb-6 p-5 bg-slate-50 rounded-lg border-l-4 border-[#064e3b] scroll-mt-32\" id=\"citation-2\">\n<div class=\"flex items-start gap-3\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#064e3b] text-white rounded-full flex items-center justify-center font-bold text-sm\">2<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-lg font-bold text-slate-800 mb-2\">Inventory Control<\/h4>\n<div class=\"bg-white p-4 rounded border border-slate-200 mb-3\">\n<p class=\"text-sm text-slate-600 italic mb-2\">Louisiana Revised Statutes Title 26:<\/p>\n<p class=\"text-sm text-slate-700 leading-relaxed\">&#8220;If the mobile bartender transports the alcohol, they may be viewed as a &#8216;carrier&#8217; or distributor, triggering permit requirements.&#8221;<\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: LA Title 26<\/span><br \/>\n                            <a href=\"https:\/\/atc.louisiana.gov\/media\/mkjnhupd\/law-book.pdf\" target=\"_blank\" class=\"text-[#064e3b] hover:text-[#ca8a04] underline\">View Full Statute \u2192<\/a><br \/>\n                            <a href=\"#ref-2\" class=\"text-[#064e3b] hover:text-[#ca8a04]\">\u21a9 Back to text<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mb-6 p-5 bg-slate-50 rounded-lg border-l-4 border-[#064e3b] scroll-mt-32\" id=\"citation-3\">\n<div class=\"flex items-start gap-3\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#064e3b] text-white rounded-full flex items-center justify-center font-bold text-sm\">3<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-lg font-bold text-slate-800 mb-2\">70\/40 Rule<\/h4>\n<div class=\"bg-white p-4 rounded border border-slate-200 mb-3\">\n<p class=\"text-sm text-slate-600 italic mb-2\">Louisiana Revised Statutes Title 26 \u00a773:<\/p>\n<p class=\"text-sm text-slate-700 leading-relaxed\">&#8220;70% of gross annual revenue must come from food sales, and 40% of gross revenue per event must be from food.&#8221;<\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Class A-Caterer Requirements<\/span><br \/>\n                            <a href=\"https:\/\/legis.la.gov\/Legis\/Law.aspx?d=84801\" target=\"_blank\" class=\"text-[#064e3b] hover:text-[#ca8a04] underline\">View Full Statute \u2192<\/a><br \/>\n                            <a href=\"#ref-3\" class=\"text-[#064e3b] hover:text-[#ca8a04]\">\u21a9 Back to text<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mb-6 p-5 bg-slate-50 rounded-lg border-l-4 border-[#064e3b] scroll-mt-32\" id=\"citation-4\">\n<div class=\"flex items-start gap-3\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#064e3b] text-white rounded-full flex items-center justify-center font-bold text-sm\">4<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-lg font-bold text-slate-800 mb-2\">Three-Tier System<\/h4>\n<div class=\"bg-white p-4 rounded border border-slate-200 mb-3\">\n<p class=\"text-sm text-slate-600 italic mb-2\">ATC Enforcement Guidelines:<\/p>\n<p class=\"text-sm text-slate-700 leading-relaxed\">&#8220;The presence of a &#8216;bootleg&#8217; bottle (one without a wholesaler invoice) on a mobile bar can result in immediate permit suspension.&#8221;<\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: ATC Enforcement<\/span><br \/>\n                            <a href=\"https:\/\/atc.louisiana.gov\/media\/mkjnhupd\/law-book.pdf\" target=\"_blank\" class=\"text-[#064e3b] hover:text-[#ca8a04] underline\">View Full Statute \u2192<\/a><br \/>\n                            <a href=\"#ref-4\" class=\"text-[#064e3b] hover:text-[#ca8a04]\">\u21a9 Back to text<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mb-6 p-5 bg-slate-50 rounded-lg border-l-4 border-[#064e3b] scroll-mt-32\" id=\"citation-5\">\n<div class=\"flex items-start gap-3\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#064e3b] text-white rounded-full flex items-center justify-center font-bold text-sm\">5<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-lg font-bold text-slate-800 mb-2\">Age to Serve<\/h4>\n<div class=\"bg-white p-4 rounded border border-slate-200 mb-3\">\n<p class=\"text-sm text-slate-600 italic mb-2\">Louisiana Revised Statutes Title 26 \u00a793:<\/p>\n<p class=\"text-sm text-slate-700 leading-relaxed\">&#8220;The minimum age to strictly sell or serve alcoholic beverages in a permitted establishment is 18 years.&#8221;<\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: LA Age Statutes<\/span><br \/>\n                            <a href=\"https:\/\/legis.la.gov\/Legis\/Law.aspx?d=84869\" target=\"_blank\" class=\"text-[#064e3b] hover:text-[#ca8a04] underline\">View Full Statute \u2192<\/a><br \/>\n                            <a href=\"#ref-5\" class=\"text-[#064e3b] hover:text-[#ca8a04]\">\u21a9 Back to text<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mb-6 p-5 bg-slate-50 rounded-lg border-l-4 border-[#064e3b] scroll-mt-32\" id=\"citation-6\">\n<div class=\"flex items-start gap-3\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#064e3b] text-white rounded-full flex items-center justify-center font-bold text-sm\">6<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-lg font-bold text-slate-800 mb-2\">RV Requirement<\/h4>\n<div class=\"bg-white p-4 rounded border border-slate-200 mb-3\">\n<p class=\"text-sm text-slate-600 italic mb-2\">Louisiana Revised Statutes Title 26 \u00a7286:<\/p>\n<p class=\"text-sm text-slate-700 leading-relaxed\">&#8220;New hires must complete an approved training course and obtain their server permit within 45 days.&#8221;<\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: ATC RV Program<\/span><br \/>\n                            <a href=\"https:\/\/legis.la.gov\/Legis\/Law.aspx?d=84868\" target=\"_blank\" class=\"text-[#064e3b] hover:text-[#ca8a04] underline\">View Full Statute \u2192<\/a><br \/>\n                            <a href=\"#ref-6\" class=\"text-[#064e3b] hover:text-[#ca8a04]\">\u21a9 Back to text<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<footer class=\"bg-slate-100 py-12 border-t border-slate-200 mt-0\">\n<div class=\"max-w-4xl mx-auto text-center px-6\">\n<p class=\"text-slate-500 text-sm leading-relaxed mb-2\">\n                <strong>Disclaimer:<\/strong> PortableBar.com (Customized Designs) is an equipment manufacturer, not a law firm.\n            <\/p>\n<p class=\"text-slate-400 text-xs\">\n                Statutes change. Always verify with the Louisiana ATC or a qualified attorney before starting operations.\n            <\/p>\n<\/p><\/div>\n<\/footer>\n<\/div>\n<p><script>\n    document.querySelectorAll('.pb-cite-number').forEach(cite => {\n        cite.addEventListener('click', function(e) {\n            if (window.innerWidth <= 768) {\n                if (!this.closest('.pb-cite').classList.contains('active')) {\n                    e.preventDefault();\n                    e.stopPropagation();\n                    document.querySelectorAll('.pb-cite.active').forEach(c => c.classList.remove('active'));\n                    this.closest('.pb-cite').classList.add('active');\n                }\n            }\n        });\n    });<\/p>\n<p>    document.addEventListener('click', function(e) {\n        if (!e.target.closest('.pb-cite')) {\n            document.querySelectorAll('.pb-cite.active').forEach(c => c.classList.remove('active'));\n        }\n    });\n<\/script><\/p>","protected":false},"excerpt":{"rendered":"<p>Home \/ Mobile Bartending Laws \/ Louisiana 70\/40 Food Rule ATC Regulated Louisiana Mobile Bartending Laws Louisiana operates under a privilege-based system. To sell alcohol, you must be a licensed &#8220;Class A-Caterer&#8221; anchored to a fixed location. Current as of February 2026 Business Models Common Traps Age &#038; Staffing FAQ Equipment Resources Select Your Business<\/p>","protected":false},"author":1,"featured_media":0,"parent":29836,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-tailwind-canvas.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-30034","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Do you need a mobile bartending license in Louisiana in 2026?<\/title>\n<meta name=\"description\" content=\"Complete Louisiana ATC guide: No license for Dry Hire but RV permit required. Learn Class A-Caterer requirements ($2,500+), 70\/40 food revenue rule &amp; dry parish restrictions for 2026.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Do you need a mobile bartending license in Louisiana in 2026?\" \/>\n<meta property=\"og:description\" content=\"Complete Louisiana ATC guide: No license for Dry Hire but RV permit required. Learn Class A-Caterer requirements ($2,500+), 70\/40 food revenue rule &amp; dry parish restrictions for 2026.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/\" \/>\n<meta property=\"og:site_name\" content=\"Portable Bars by Customized Designs\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-04T21:36:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"10\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/\",\"url\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/\",\"name\":\"Do you need a mobile bartending license in Louisiana in 2026?\",\"isPartOf\":{\"@id\":\"https:\/\/www.portablebar.com\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp\",\"datePublished\":\"2026-02-04T15:13:52+00:00\",\"dateModified\":\"2026-02-04T21:36:46+00:00\",\"description\":\"Complete Louisiana ATC guide: No license for Dry Hire but RV permit required. Learn Class A-Caterer requirements ($2,500+), 70\/40 food revenue rule & dry parish restrictions for 2026.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#primaryimage\",\"url\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp\",\"contentUrl\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.portablebar.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mobile Bartending Laws by State: The Ultimate Licensing Guide\",\"item\":\"https:\/\/www.portablebar.com\/mobile-bartending-laws\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"louisiana\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.portablebar.com\/de\/#website\",\"url\":\"https:\/\/www.portablebar.com\/de\/\",\"name\":\"Portable Bars by Customized Designs\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.portablebar.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Do you need a mobile bartending license in Louisiana in 2026?","description":"Complete Louisiana ATC guide: No license for Dry Hire but RV permit required. Learn Class A-Caterer requirements ($2,500+), 70\/40 food revenue rule & dry parish restrictions for 2026.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/","og_locale":"de_DE","og_type":"article","og_title":"Do you need a mobile bartending license in Louisiana in 2026?","og_description":"Complete Louisiana ATC guide: No license for Dry Hire but RV permit required. Learn Class A-Caterer requirements ($2,500+), 70\/40 food revenue rule & dry parish restrictions for 2026.","og_url":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/","og_site_name":"Portable Bars by Customized Designs","article_modified_time":"2026-02-04T21:36:46+00:00","og_image":[{"url":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"10\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/","url":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/","name":"Do you need a mobile bartending license in Louisiana in 2026?","isPartOf":{"@id":"https:\/\/www.portablebar.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#primaryimage"},"image":{"@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#primaryimage"},"thumbnailUrl":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp","datePublished":"2026-02-04T15:13:52+00:00","dateModified":"2026-02-04T21:36:46+00:00","description":"Complete Louisiana ATC guide: No license for Dry Hire but RV permit required. Learn Class A-Caterer requirements ($2,500+), 70\/40 food revenue rule & dry parish restrictions for 2026.","breadcrumb":{"@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#primaryimage","url":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp","contentUrl":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/01\/signature-62-mobile-bartending-fab.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/louisiana\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.portablebar.com\/"},{"@type":"ListItem","position":2,"name":"Mobile Bartending Laws by State: The Ultimate Licensing Guide","item":"https:\/\/www.portablebar.com\/mobile-bartending-laws\/"},{"@type":"ListItem","position":3,"name":"louisiana"}]},{"@type":"WebSite","@id":"https:\/\/www.portablebar.com\/de\/#website","url":"https:\/\/www.portablebar.com\/de\/","name":"Tragbare Bars von Customized Designs","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.portablebar.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/pages\/30034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/comments?post=30034"}],"version-history":[{"count":12,"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/pages\/30034\/revisions"}],"predecessor-version":[{"id":30056,"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/pages\/30034\/revisions\/30056"}],"up":[{"embeddable":true,"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/pages\/29836"}],"wp:attachment":[{"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/media?parent=30034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}