{"id":30107,"date":"2026-02-06T13:02:02","date_gmt":"2026-02-06T18:02:02","guid":{"rendered":"https:\/\/www.portablebar.com\/?page_id=30107"},"modified":"2026-02-06T13:49:09","modified_gmt":"2026-02-06T18:49:09","slug":"vermont","status":"publish","type":"page","link":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/","title":{"rendered":"vermont"},"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    \/* VERMONT THEME: Green Mountain (#1a5a3e) and Autumn Gold (#d4af37) *\/<\/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: #1a5a3e; transition: all 0.2s; font-weight: 600; }\n    .pb-content a:hover { color: #d4af37; background-color: #ecfdf5; 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    \/* CITATION SYSTEM - HOVER ONLY, NO SCROLL *\/\n    \/* ========================================= *\/<\/p>\n<p>    .pb-ref-container { counter-reset: reference; }\n    .pb-cite { position: relative; display: inline-block; }<\/p>\n<p>    \/* PROMINENT CITATION NUMBERS *\/\n    .pb-cite-number {\n        counter-increment: reference;\n        cursor: help;\n        font-size: 0.85em;\n        font-weight: 800;\n        color: #1a5a3e;\n        vertical-align: super;\n        margin-left: 3px;\n        padding: 2px 6px;\n        border-radius: 4px;\n        transition: all 0.2s;\n        display: inline-block;\n        background-color: #d1fae5;\n    }<\/p>\n<p>    .pb-cite-number::before { content: \"[\" counter(reference) \"]\"; }<\/p>\n<p>    .pb-cite-number:hover {\n        background-color: #1a5a3e;\n        color: white;\n        transform: scale(1.1);\n    }<\/p>\n<p>    \/* Citation tooltip - hover only *\/\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 *\/\n    @media (max-width: 768px) {\n        .pb-cite-tooltip {\n            width: 300px;\n            max-width: calc(100vw - 40px);\n        }\n    }<\/p>\n<p>    html { scroll-behavior: smooth; }<\/p>\n<p>    \/* STATE CURVE GRAPHIC *\/\n    .pb-vt-curve {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        overflow: hidden;\n        line-height: 0;\n    }\n    .pb-vt-curve svg {\n        position: relative;\n        display: block;\n        width: calc(100% + 1.3px);\n        height: 60px;\n    }<\/p>\n<p>    \/* --- SCENARIO TABS LOGIC (2 OPTIONS) --- *\/\n    .pb-tab-content { display: none; animation: fadeIn 0.5s; }\n    #vt-tab-dry:checked ~ #content-dry,\n    #vt-tab-wet:checked ~ #content-wet { display: block; }<\/p>\n<p>    \/* --- SCENARIO TAB STYLING --- *\/\n    \/* Dry Hire (Green) *\/\n    #vt-tab-dry:checked ~ .pb-tabs-nav label[for=\"vt-tab-dry\"] {\n        background-color: white;\n        border-color: #059669; \n        color: #065f46; \n        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }\n    #vt-tab-dry:checked ~ .pb-tabs-nav label[for=\"vt-tab-dry\"] .pb-tab-badge { \n        opacity: 1 !important; \n        transform: translateX(-50%) translateY(0) !important;\n    }<\/p>\n<p>    \/* Wet Hire (Gold) *\/\n    #vt-tab-wet:checked ~ .pb-tabs-nav label[for=\"vt-tab-wet\"] {\n        background-color: white;\n        border-color: #d4af37; \n        color: #78350f; \n        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }\n    #vt-tab-wet:checked ~ .pb-tabs-nav label[for=\"vt-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    #vt-tab-dry:checked ~ .pb-tabs-nav label[for=\"vt-tab-dry\"],\n    #vt-tab-wet:checked ~ .pb-tabs-nav label[for=\"vt-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: #fef3c7;\n        color: #1a5a3e;\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-800 via-[#1a5a3e] to-[#d4af37] text-white p-6 md:p-8 rounded-t-lg relative overflow-hidden\">\n<nav class=\"text-xs text-green-200 mb-2 flex items-center flex-wrap uppercase tracking-wider\">\n            <a href=\"\/de\/\" class=\"text-green-200 hover:text-white hover:bg-black\/20 no-underline transition-all px-2 py-1 rounded\">Startseite<\/a><br \/>\n            <span class=\"mx-2 text-green-300\">\/<\/span><br \/>\n            <a href=\"\/de\/mobile-bartending-laws\/\" class=\"text-green-200 hover:text-white hover:bg-black\/20 no-underline transition-all px-2 py-1 rounded\">Gesetze f\u00fcr mobile Barkeeper<\/a><br \/>\n            <span class=\"mx-2 text-green-300\">\/<\/span><br \/>\n            <span class=\"text-white font-bold px-2 py-1\">Vermont<\/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-[#1a5a3e] text-white text-xs font-bold px-3 py-1 rounded-full uppercase tracking-wide shadow-sm\">Tethered Model<\/span><br \/>\n                <span class=\"bg-[#d4af37] text-white text-xs font-bold px-3 py-1 rounded-full uppercase tracking-wide shadow-sm\">Dual Authority<\/span>\n            <\/div>\n<h1 class=\"text-4xl md:text-6xl font-extrabold mb-4 tracking-tight text-white\">Vermont Mobile Bartending Laws<\/h1>\n<p class=\"text-xl text-green-100 font-light max-w-2xl\">\n                Vermont requires all mobile alcohol sales be &#8220;tethered&#8221; to a brick-and-mortar location with a Commercial Caterer License. The wet hire model demands a commercial kitchen, per-event permits from Local Control Commissioners, and mandatory food availability.\n            <\/p>\n<p class=\"text-xs text-green-300 mt-4\">Aktuell ab Februar 2026<\/p>\n<\/p><\/div>\n<div class=\"pb-vt-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-[#1a5a3e] 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-[#d4af37] 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-[#1a5a3e] 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-[#1a5a3e] 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-[#d4af37] 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-[#1a5a3e] 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\">Choose Your License Path<\/h2>\n<p>        <input type=\"radio\" id=\"vt-tab-dry\" name=\"vt-tabs\" class=\"hidden\" checked><br \/>\n        <input type=\"radio\" id=\"vt-tab-wet\" name=\"vt-tabs\" class=\"hidden\"><\/p>\n<div class=\"pb-tabs-nav grid grid-cols-1 md:grid-cols-2 justify-center gap-6 mb-10 mt-6 max-w-5xl mx-auto\">\n            <label for=\"vt-tab-dry\" class=\"pb-tab-label relative cursor-pointer group 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                    No DLL License\n                <\/div>\n<div class=\"text-center\">\n<h4 class=\"text-xl font-extrabold mb-1\">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\">Service Only<\/span><\/p>\n<p class=\"text-xs text-slate-500 font-medium\">Host Provides Alcohol \u2022 Private Dwellings Only<\/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\">DLL License 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=\"vt-tab-wet\" class=\"pb-tab-label relative cursor-pointer group bg-white border-4 border-slate-200 rounded-xl p-6 transition-all duration-300 hover:border-yellow-200\"><\/p>\n<div class=\"pb-tab-badge absolute -top-4 left-1\/2 -translate-x-1\/2 bg-yellow-700 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                    Requires License\n                <\/div>\n<div class=\"text-center\">\n<h4 class=\"text-xl font-extrabold mb-1\">Nassvermietung<\/h4>\n<p>                    <span class=\"inline-block bg-yellow-100 text-yellow-900 text-xs font-bold px-2 py-1 rounded mb-4\">Commercial Caterer<\/span><\/p>\n<p class=\"text-xs text-slate-500 font-medium\">First Class + Caterer License \u2022 Per-Event Permits<\/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\">Base License + Caterer<\/span><br \/>\n                        <span class=\"block text-2xl font-bold text-yellow-800\">~$440\/yr<\/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>Bottom Line:<\/strong> No DLL license needed if you&#8217;re not selling alcohol. You provide bartending labor and equipment while the host owns all alcohol. Critical: The Private Dwelling Exemption protects this model at residences, but commercial venues increasingly prohibit Dry Hire due to liability concerns.\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\">The Service Model<\/h3>\n<p class=\"text-slate-600 mb-4\">\n                            Dry Hire means you provide bartending expertise, <a href=\"https:\/\/www.portablebar.com\/de\/\" class=\"text-cyan-600 hover:text-cyan-700 underline\">tragbare Bars<\/a>, glassware, and mixers\u2014but the host purchases and owns all alcohol. Since no &#8220;sale&#8221; or &#8220;furnishing&#8221; for consideration occurs by your company, you operate within Title 7 exemptions.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Private Dwelling Exemption:<\/strong><br \/>\n                                    Title 7 \u00a7 61(b)(1) states prohibitions do not apply to &#8220;the furnishing of alcoholic beverages by an individual in his or her private dwelling unless the dwelling becomes a place of public resort.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<div class=\"bg-slate-50 p-4 rounded border border-slate-200 mb-4\">\n<p class=\"text-sm text-slate-700\"><strong>The &#8220;No Sale&#8221; Prerequisite:<\/strong><br \/>\n                            For Dry Hire to remain lawful, you must strictly avoid any &#8220;sale&#8221; transaction. Even reimbursement at cost is viewed as prohibited resale. The host must purchase alcohol directly from a licensed retailer.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Prohibition on Markup:<\/strong><br \/>\n                                    &#8220;The mobile bar operator cannot purchase alcohol and resell it to the client. Even &#8216;reimbursement at cost&#8217; is viewed as a prohibited resale without a license. The chain of custody for the purchase must go directly from a licensed retailer to the end consumer (the host).&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                            <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-3\">What You CANNOT Do<\/h4>\n<p class=\"text-slate-600 mb-4\">\n                            <strong>No Purchasing for Resale:<\/strong> You cannot buy alcohol and bill the host\u2014even at cost. The host must personally complete the transaction at a licensed retailer.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Separation of Fees:<\/strong><br \/>\n                                    &#8220;Invoices from Dry Hire operators must strictly delineate charges for &#8216;Equipment Rental,&#8217; &#8216;Labor,&#8217; and &#8216;Consumables&#8217; (mixers, ice). There can be no line item for &#8216;Beverages&#8217; that includes alcohol content.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<p class=\"text-slate-600 mb-4\">\n                            <strong>The &#8220;Public Resort&#8221; Trap:<\/strong> If a private property is rented commercially for weddings every weekend, it may legally transition to a &#8220;place of public resort,&#8221; dissolving the exemption.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Public Resort Limitation:<\/strong><br \/>\n                                    &#8220;If a private property is rented out commercially for weddings every weekend, it may legally transition from a &#8216;private dwelling&#8217; to a &#8216;place of public resort.&#8217; In such cases, the exemption dissolves, and a licensed caterer (Wet Hire) becomes required.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<p class=\"text-slate-600 mb-4\">\n                            <strong>Commercial Venue Restrictions:<\/strong> Many established wedding venues prohibit BYOB or Dry Hire, requiring licensed and insured professional caterers. University and municipal properties typically ban this model entirely.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Venue Policies:<\/strong><br \/>\n                                    &#8220;Research indicates that many established wedding venues (barns, event centers) explicitly prohibit BYOB (Bring Your Own Beverage) or Dry Hire arrangements. These venues typically require a &#8216;licensed and insured professional caterer&#8217; to handle alcohol.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\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-yellow-700 shadow-inner\">\n<div class=\"bg-yellow-50 border-l-4 border-yellow-700 p-4 mb-8\">\n<p class=\"text-sm text-yellow-900 mb-0\">\n                        <strong>Bottom Line:<\/strong> Vermont&#8217;s &#8220;tethered model&#8221; requires mobile alcohol sales be anchored to a brick-and-mortar location. You must hold a First Class License at a fixed premises, add a Commercial Caterer endorsement, and obtain a &#8220;Request to Cater&#8221; permit for EVERY single event.\n                    <\/p>\n<\/p><\/div>\n<div class=\"bg-red-50 border-2 border-red-500 rounded-lg p-6 mb-8\">\n<h4 class=\"font-bold text-red-900 mb-3\">\ud83d\udeab No Standalone Mobile License<\/h4>\n<p class=\"text-sm text-red-900 mb-3\">\n                        The most critical finding: Vermont does NOT issue standalone &#8220;Mobile Bar Licenses&#8221; or &#8220;Liquor Truck Licenses.&#8221; All mobile alcohol sales must be tethered to a physical commercial location.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>The Anchor Requirement:<\/strong><br \/>\n                                &#8220;Vermont law necessitates that any entity selling alcohol (Wet Hire) must hold a foundational license tied to a physical, brick-and-mortar commercial premise or a certified commercial catering kitchen. The concept of a &#8216;roaming beer truck&#8217; operating on a standalone license does not exist within the state&#8217;s legal framework.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<p class=\"text-sm text-red-900 mb-0\">\n                        <strong>What This Eliminates:<\/strong> Pure mobile startups without a restaurant or commercial kitchen. You cannot buy a trailer, apply for a mobile permit, and start catering. You need an existing First Class licensed location first.\n                    <\/p>\n<\/p><\/div>\n<h3 class=\"text-2xl font-extrabold text-slate-700 mb-4 mt-0\">The Three-Tier Licensing Structure<\/h3>\n<p class=\"text-slate-600 mb-6\">Vermont requires THREE separate approvals to legally sell alcohol at mobile events:<\/p>\n<div class=\"grid md:grid-cols-3 gap-6 mb-8\">\n<div class=\"bg-white p-6 rounded-lg border-2 border-slate-200\">\n<div class=\"text-3xl mb-3\">\ud83c\udfe2<\/div>\n<h4 class=\"font-bold text-slate-800 mb-2\">1. First Class License<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                            Your &#8220;anchor&#8221; location. Must be a physical premises (restaurant, bar, or licensed commissary kitchen) with Vermont Department of Health approval.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Commercial Kitchen Requirement:<\/strong><br \/>\n                                    &#8220;The licensee must demonstrate possession or legal lease of a &#8216;commercial kitchen&#8217; that meets VDH standards. A residential kitchen is insufficient unless it has been fully converted, inspected, and licensed as a separate commercial entity.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<div class=\"bg-slate-50 p-3 rounded mt-3\">\n<p class=\"text-xs text-slate-600 mb-1\"><strong>Classes:<\/strong><\/p>\n<ul class=\"text-xs text-slate-600 space-y-1 ml-4\">\n<li>\u2022 First Class: Beer &#038; wine<\/li>\n<li>\u2022 Third Class: Spirits\/cocktails<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"bg-white p-6 rounded-lg border-2 border-slate-200\">\n<div class=\"text-3xl mb-3\">\ud83d\udccb<\/div>\n<h4 class=\"font-bold text-slate-800 mb-2\">2. Commercial Caterer License<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                            Annual endorsement (~$220 state + $220 local) that extends your First Class privileges to off-site events. Without this, you cannot leave your licensed premises.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Scope of License:<\/strong><br \/>\n                                    &#8220;This license permits the holder to sell alcoholic beverages at functions outside their primary licensed premises. It effectively extends the privileges of the First-Class license to temporary locations.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<div class=\"bg-slate-50 p-3 rounded mt-3\">\n<p class=\"text-xs text-slate-600 mb-0\"><strong>Fee Structure:<\/strong> Dual payments to both DLL and municipality where your base is located.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"bg-white p-6 rounded-lg border-2 border-yellow-200\">\n<div class=\"text-3xl mb-3\">\ud83d\udccd<\/div>\n<h4 class=\"font-bold text-slate-800 mb-2\">3. Request to Cater Permit<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                            Required for EACH individual event. Submitted via DLL portal, approved by Local Control Commissioners of the event&#8217;s town. Late applications routinely denied.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Per-Event Requirement:<\/strong><br \/>\n                                    &#8220;For every single event (wedding, festival, corporate party), the mobile operator must submit a &#8216;Request to Cater&#8217; permit application. The application is routed to the Local Control Commissioners of the town where the event will take place.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<div class=\"bg-yellow-50 p-3 rounded mt-3\">\n<p class=\"text-xs text-yellow-900 mb-0\"><strong>Zeitleiste:<\/strong> 5-15 days advance notice required. Fee: ~$20 per event.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"bg-orange-50 border-l-4 border-orange-500 p-4 mb-8\">\n<h4 class=\"font-bold text-orange-900 mb-2\">\ud83c\udf7d\ufe0f Mandatory Food Availability<\/h4>\n<p class=\"text-sm text-orange-900 mb-0\">\n                        Vermont ties alcohol to food service. &#8220;Suitable food&#8221; must be available during alcohol sales. The &#8220;booze-only&#8221; mobile bar model violates this requirement.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Food Requirement:<\/strong><br \/>\n                                &#8220;Title 7 statutes and DLL regulations stipulate that First-Class and Third-Class licenses are granted to premises that are &#8216;operated for the purpose covered by the license,&#8217; which implies a capability to serve food. The law generally mandates that &#8216;suitable food&#8217; be available for consumption on the premises during the hours of alcohol sale.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<div class=\"bg-blue-50 border-l-4 border-blue-500 p-4\">\n<h4 class=\"font-bold text-blue-900 mb-2\">\ud83d\ude9a Wholesaler Purchase Requirement<\/h4>\n<p class=\"text-sm text-blue-900 mb-0\">\n                        You CANNOT restock at retail stores. All alcohol must be purchased from licensed Vermont wholesale dealers. Running to a grocery store during an event is a violation.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Mandatory Wholesaler Purchasing:<\/strong><br \/>\n                                &#8220;A First-Class licensee\/Caterer is statutorily required to purchase all malt, vinous, and ready-to-drink spirits from licensed Vermont wholesale dealers or packagers. They are explicitly prohibited from purchasing alcohol from retail stores (Second-Class licensees) for resale.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\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-[#1a5a3e] 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-green-700 text-3xl\">\u26a0\ufe0f<\/span> Green Mountain Pitfalls<br \/>\n            <\/h2>\n<p class=\"text-slate-600 mb-6\">Vermont&#8217;s dual-authority structure and &#8220;tethered model&#8221; create unique compliance nightmares for mobile operators.<\/p>\n<div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-6\">\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">1. The Dual Approval Trap<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        Every event needs approval from BOTH the state DLL AND the Local Control Commissioners of the event&#8217;s town. One &#8220;no&#8221; kills the permit.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Bifurcated Authority:<\/strong><br \/>\n                                &#8220;Compliance is a dual-track process requiring simultaneous approval from the state-level Division of Liquor Control (DLC) and municipal Local Control Commissioners. A mobile operator cannot function without the explicit consent of the town government where the business is based and the town government where each event occurs.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<div class=\"mt-3 pt-3 border-t border-slate-100\">\n                        <span class=\"inline-block bg-yellow-100 text-yellow-800 text-xs font-bold px-3 py-1 rounded-full\">Wet Hire Only<\/span>\n                    <\/div>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">2. The Kitchen Requirement<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        You need a VDH-approved commercial kitchen even for &#8220;beverage only&#8221; operations. Your home kitchen doesn&#8217;t count unless separately licensed.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Commissary Requirement:<\/strong><br \/>\n                                &#8220;A residential kitchen is not a valid commissary unless it holds a separate &#8216;Home Caterer&#8217; or &#8216;Commercial Caterer&#8217; license, which requires it to be physically separated from living quarters and equipped with commercial-grade sanitation facilities.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<div class=\"mt-3 pt-3 border-t border-slate-100\">\n                        <span class=\"inline-block bg-yellow-100 text-yellow-800 text-xs font-bold px-3 py-1 rounded-full\">Wet Hire Only<\/span>\n                    <\/div>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">3. The Permit Timeline<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        Request to Cater permits need 5-15 days advance notice. Last-minute bookings are literally impossible to execute legally.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Timeline Requirement:<\/strong><br \/>\n                                &#8220;Regulations typically require the request to be received 5 to 15 days prior to the event to allow for municipal processing. Late applications are routinely denied.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<div class=\"mt-3 pt-3 border-t border-slate-100\">\n                        <span class=\"inline-block bg-yellow-100 text-yellow-800 text-xs font-bold px-3 py-1 rounded-full\">Wet Hire Only<\/span>\n                    <\/div>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">4. Local Option Tax Variability<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        Some towns add 1% Local Option Tax on alcohol. Your POS system must geographically adjust rates. Burlington = 11%, surrounding towns = 10%.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Tax Map Complexity:<\/strong><br \/>\n                                &#8220;Mobile operators must utilize Point-of-Sale (POS) systems capable of geolocation-based tax adjustments. Failing to collect the extra 1% in a town like Stowe makes the operator personally liable for the uncollected tax during an audit.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<div class=\"mt-3 pt-3 border-t border-slate-100\">\n                        <span class=\"inline-block bg-yellow-100 text-yellow-800 text-xs font-bold px-3 py-1 rounded-full\">Wet Hire Only<\/span>\n                    <\/div>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">5. Dry Town Restrictions<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        Baltimore is fully dry. Ten towns prohibit spirits (Addison, Albany, Corinth, Granby, Groton, Lincoln, Monkton, Pomfret, Rupert, Weybridge). No cocktails allowed.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Semi-Dry Towns:<\/strong><br \/>\n                                &#8220;A cluster of towns prohibits the sale of spirits (liquor) but allows malt and vinous beverages. These include Addison, Albany, Corinth, Granby, Groton, Lincoln, Monkton, Pomfret, Rupert, and Weybridge. A mobile bar with a &#8216;Wet Hire&#8217; contract for a wedding in Pomfret is legally prohibited from serving cocktails or liquor.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<div class=\"mt-3 pt-3 border-t border-slate-100\">\n                        <span class=\"inline-block bg-yellow-100 text-yellow-800 text-xs font-bold px-3 py-1 rounded-full\">Wet Hire Only<\/span>\n                    <\/div>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">6. Retail Purchase Prohibition<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        You cannot buy alcohol from package stores for resale. Must purchase from licensed wholesalers only\u2014even if you run out mid-event.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>No Retail Restocking:<\/strong><br \/>\n                                &#8220;A mobile bar cannot run to a grocery store to restock beer if they run out during an event. All purchases must be from licensed wholesalers.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<div class=\"mt-3 pt-3 border-t border-slate-100\">\n                        <span class=\"inline-block bg-yellow-100 text-yellow-800 text-xs font-bold px-3 py-1 rounded-full\">Wet Hire Only<\/span>\n                    <\/div>\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\">Age Requirements &#038; Training Mandates<\/h2>\n<p class=\"text-slate-600 mb-6\">Vermont enforces strict age and certification requirements for all alcohol service personnel.<\/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-gradient-to-r from-[#1a5a3e] to-[#d4af37] text-white\">\n<tr>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">Alter<\/th>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">What&#8217;s Allowed<\/th>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">Requirements<\/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\">21+ Years<\/td>\n<td class=\"p-4\"><span class=\"bg-green-100 text-green-900 px-2 py-1 rounded font-bold\">All Service<\/span><\/td>\n<td class=\"p-4 relative text-slate-600\">\n                            Can sell, prepare, mix, and serve all types of alcohol without restrictions. Must complete First Class Seminar (2-year certification).<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Training Requirement:<\/strong><br \/>\n                                    &#8220;Every person involved in the sale or service of alcohol (bartenders, servers) must complete the DLC&#8217;s First Class Seminar (or an approved equivalent). This certification is valid for two years and must be renewed.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/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\">18-20 Years<\/td>\n<td class=\"p-4\"><span class=\"bg-green-100 text-green-900 px-2 py-1 rounded font-bold\">Full Bartending<\/span><\/td>\n<td class=\"p-4 relative text-slate-600\">\n                            Can prepare, mix, and dispense alcoholic beverages. Vermont allows 18-year-olds to bartend with proper training.<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>18+ Bartending:<\/strong><br \/>\n                                    &#8220;An individual must be at least 18 years of age to prepare, mix, or dispense alcoholic beverages. This statutory minimum applies strictly to anyone behind the bar.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/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\">Under 18<\/td>\n<td class=\"p-4\"><span class=\"bg-red-100 text-red-900 px-2 py-1 rounded font-bold\">Prohibited<\/span><\/td>\n<td class=\"p-4 relative text-slate-600\">\n                            Cannot prepare, mix, dispense, or deliver alcoholic beverages. No exceptions for mobile operations.\n                        <\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<div class=\"bg-blue-50 border-2 border-blue-500 rounded-lg p-6 mt-8\">\n<h4 class=\"font-bold text-blue-900 mb-3\">\ud83d\udcda On-Site Certification Proof<\/h4>\n<p class=\"text-sm text-blue-900 mb-0\">\n                Licensees must keep copies of training certificates for all staff working an event on-site, available for inspection by DLC investigators.<br \/>\n                <span class=\"pb-cite\"><br \/>\n                    <span class=\"pb-cite-number\"><\/span><br \/>\n                    <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                        <strong>On-Site Proof:<\/strong><br \/>\n                        &#8220;Licensees are generally required to keep copies of training certificates for all staff working an event on-site, available for inspection by DLC investigators.&#8221;<br \/>\n                        <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                    <\/span><br \/>\n                <\/span>\n            <\/p>\n<\/p><\/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 a license for Dry Hire in Vermont?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"No DLL license needed if not selling. Protected by Private Dwelling Exemption (Title 7 \\u00a7 61).\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I operate a standalone mobile bar in Vermont?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"No. Vermont requires tethering to brick-and-mortar location with First Class License.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What licenses do I need for Wet Hire?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Three: First Class License, Commercial Caterer License, and Request to Cater permit per event.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do I need a commercial kitchen?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes. Even beverage-only operations require VDH-approved commercial kitchen or commissary.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"How far in advance do I need event permits?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"5-15 days minimum for Request to Cater permits from Local Control Commissioners.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can 18-year-olds bartend in Vermont?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes. Vermont allows 18+ to prepare, mix, and dispense alcohol with training.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Where can I buy alcohol for catering events?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Only from licensed wholesalers. Cannot purchase from retail stores for resale.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do I need to serve food?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes. Vermont mandates 'suitable food' be available during alcohol sales.\"\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-[#1a5a3e] mt-4 mb-2\">Dry Hire Basics<\/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 cursor-pointer\">\n                    Do I need a DLL license for Dry Hire in Vermont?<br \/>\n                    <span class=\"text-[#1a5a3e] 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\">Nein.<\/strong> If you&#8217;re not selling or &#8220;furnishing for consideration,&#8221; you operate within Title 7 \u00a7 61&#8217;s Private Dwelling Exemption. The host must purchase all alcohol directly from retailers.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Private Dwelling Exemption:<\/strong><br \/>\n                                &#8220;Subsection (b)(1) states that the chapter&#8217;s prohibitions do not apply to &#8216;the furnishing of alcoholic beverages by an individual in his or her private dwelling unless the dwelling becomes a place of public resort.'&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#1a5a3e] mt-4 mb-2\">Wet Hire Licensing<\/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 cursor-pointer\">\n                    Can I get a standalone mobile bar license in Vermont?<br \/>\n                    <span class=\"text-[#1a5a3e] 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\">Nein.<\/strong> Vermont does not issue standalone mobile licenses. You must first hold a First Class License at a fixed premises (restaurant\/bar\/commercial kitchen), then add a Commercial Caterer endorsement.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Tethered Model:<\/strong><br \/>\n                                &#8220;The mobile bartending sector in Vermont operates under a distinct regulatory paradigm known as the &#8216;tethered&#8217; model. Vermont law necessitates that any entity selling alcohol must hold a foundational license tied to a physical, brick-and-mortar commercial premise.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\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 cursor-pointer\">\n                    What are the three licenses I need for mobile catering?<br \/>\n                    <span class=\"text-[#1a5a3e] 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=\"font-bold text-slate-800 mb-2\">THE THREE-TIER STRUCTURE:<\/p>\n<ol class=\"list-decimal ml-5 space-y-2 mb-3\">\n<li><strong>First Class License:<\/strong> Your &#8220;anchor&#8221; at a physical location (~$220\/yr to state + local fees)<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>First Class Base:<\/strong><br \/>\n                                    &#8220;To obtain the privilege to cater alcohol (Wet Hire), an entity must first possess a foundational license tied to a physical location. This is typically a First-Class Restaurant\/Bar License.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/li>\n<li><strong>Commercial Caterer License:<\/strong> Annual endorsement extending privileges to off-site events (~$220 state + $220 local)<\/li>\n<li><strong>Request to Cater Permit:<\/strong> Required for EVERY SINGLE EVENT (~$20 per event, 5-15 days advance notice)<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Per-Event Permits:<\/strong><br \/>\n                                    &#8220;Holding a Commercial Caterer License does not grant blanket authority to roam the state. Vermont employs a rigorous per-event permitting system. For every single event (wedding, festival, corporate party), the mobile operator must submit a &#8216;Request to Cater&#8217; permit application.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/li>\n<\/ol>\n<p class=\"mb-0\">Total annual cost (excluding per-event fees): approximately $440-880 depending on municipal fees.<\/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 cursor-pointer\">\n                    Do I need a commercial kitchen for a beverage-only mobile bar?<br \/>\n                    <span class=\"text-[#1a5a3e] 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\">YES.<\/strong> Even &#8220;Beverage Only&#8221; operations require a VDH-licensed commercial kitchen or commissary as your operational base. Home kitchens don&#8217;t qualify unless separately licensed.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Commercial Kitchen Requirement:<\/strong><br \/>\n                                &#8220;The VDH generally will not license a mobile unit without a verified commissary. A private residential kitchen is not a valid commissary unless it holds a separate &#8216;Home Caterer&#8217; or &#8216;Commercial Caterer&#8217; license.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\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 cursor-pointer\">\n                    How far in advance must I apply for event permits?<br \/>\n                    <span class=\"text-[#1a5a3e] 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\">5-15 DAYS MINIMUM.<\/strong> Request to Cater permits require advance submission to allow Local Control Commissioners time to review. Late applications are routinely denied. Wedding in 3 days? You cannot legally accept it.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Timeline Requirement:<\/strong><br \/>\n                                &#8220;Regulations typically require the request to be received 5 to 15 days prior to the event to allow for municipal processing. Late applications are routinely denied.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#1a5a3e] mt-4 mb-2\">Operations &#038; Compliance<\/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 cursor-pointer\">\n                    Where can I buy alcohol for catering events?<br \/>\n                    <span class=\"text-[#1a5a3e] 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\">WHOLESALERS ONLY.<\/strong> You are statutorily required to purchase from licensed Vermont wholesale dealers. You CANNOT buy from retail stores (package stores, grocery stores) for resale\u2014even if you run out during an event.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Mandatory Wholesaler Purchasing:<\/strong><br \/>\n                                &#8220;A First-Class licensee\/Caterer is statutorily required to purchase all malt, vinous, and ready-to-drink spirits from licensed Vermont wholesale dealers or packagers. They are explicitly prohibited from purchasing alcohol from retail stores (Second-Class licensees) for resale. This means a mobile bar cannot run to a grocery store to restock beer if they run out during an event.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\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 cursor-pointer\">\n                    Do I have to serve food at mobile bar events?<br \/>\n                    <span class=\"text-[#1a5a3e] 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-3\">\n                        <strong class=\"text-red-600\">YES.<\/strong> Vermont mandates &#8220;suitable food&#8221; be available during alcohol sales. The &#8220;booze-only&#8221; mobile bar violates this requirement.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>Food Mandate:<\/strong><br \/>\n                                &#8220;Title 7 statutes and DLL regulations stipulate that First-Class and Third-Class licenses are granted to premises that are &#8216;operated for the purpose covered by the license,&#8217; which implies a capability to serve food. The law generally mandates that &#8216;suitable food&#8217; be available for consumption on the premises during the hours of alcohol sale.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<p class=\"font-bold text-slate-800 mb-2\">COMPLIANCE STRATEGIES:<\/p>\n<ul class=\"list-disc ml-5 space-y-1 mb-0\">\n<li>Partner with licensed food truck at events<\/li>\n<li>Carry on-board &#8220;Limited Operation&#8221; menu (charcuterie, sandwiches)<\/li>\n<li>Coordinate with venue&#8217;s food service<\/li>\n<\/ul><\/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 cursor-pointer\">\n                    What&#8217;s the drink &#8220;stacking&#8221; rule in Vermont?<br \/>\n                    <span class=\"text-[#1a5a3e] 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\">TWO DRINK MAXIMUM.<\/strong> Vermont regulations prohibit serving more than two drinks to a single customer at one time. A bartender cannot serve a third drink until the customer has substantially finished one of the previous two.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>The Two Drink Rule:<\/strong><br \/>\n                                &#8220;A licensee cannot serve more than two (2) drinks to a single customer at one time. Furthermore, a bartender cannot serve a third drink until the customer has substantially finished one of the previous two. This rule effectively bans the service of &#8216;buckets of beer&#8217; or pitchers to a single individual.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#1a5a3e] mt-4 mb-2\">Equipment &#038; Infrastructure<\/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 cursor-pointer\">\n                    What plumbing does my mobile unit need?<br \/>\n                    <span class=\"text-[#1a5a3e] 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=\"font-bold text-slate-800 mb-2\">BEVERAGE ONLY UNITS REQUIRE:<\/p>\n<ul class=\"list-disc ml-5 space-y-2 mb-3\">\n<li><strong>One-compartment sink<\/strong> with dishpan for sanitizing (3-compartment required for food units)<br \/>\n                            <span class=\"pb-cite\"><br \/>\n                                <span class=\"pb-cite-number\"><\/span><br \/>\n                                <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                    <strong>Reduced Sink Requirement:<\/strong><br \/>\n                                    &#8220;Beverage Only Units: Are permitted a reduced standard of a one-compartment sink, provided it is equipped with a dishpan specifically for sanitizing. A separate handwashing sink is &#8216;highly recommended&#8217; but not strictly mandatory.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/li>\n<li><strong>Potable water system:<\/strong> Minimum 30 gallons, food-grade tanks, hot water capability<\/li>\n<li><strong>Wastewater retention:<\/strong> Tank 15% larger than potable supply (35 gallons for 30-gallon supply)<\/li>\n<li><strong>Commissary:<\/strong> Approved location for filling, draining, and cleaning<\/li>\n<\/ul>\n<p class=\"mb-0\">Garden hoses prohibited. All materials must be food-grade.<\/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 cursor-pointer\">\n                    Why use portable bars instead of building a trailer in Vermont?<br \/>\n                    <span class=\"text-[#1a5a3e] 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\">REGULATORY SIMPLICITY + VENUE ACCESS.<\/strong> <a href=\"https:\/\/www.portablebar.com\/de\/\" class=\"text-slate-600 hover:text-[#1a5a3e] underline\">Portable bars<\/a> avoid VDH mobile unit inspections and plumbing complexity while accessing venues where trailers can&#8217;t go\u2014upstairs ballrooms, historic homes, mountainside weddings. You still need all the licenses, but you skip the $15k+ trailer build-out and commissary headaches.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#1a5a3e] mt-4 mb-2\">Age &#038; Staffing<\/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 cursor-pointer\">\n                    Can 18-year-olds bartend at Vermont events?<br \/>\n                    <span class=\"text-[#1a5a3e] 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> Vermont allows anyone 18+ to prepare, mix, or dispense alcoholic beverages. They must complete First Class Seminar training and renew certification every 2 years.<br \/>\n                        <span class=\"pb-cite\"><br \/>\n                            <span class=\"pb-cite-number\"><\/span><br \/>\n                            <span class=\"pb-cite-tooltip\" role=\"tooltip\"><br \/>\n                                <strong>18+ Bartending:<\/strong><br \/>\n                                &#8220;An individual must be at least 18 years of age to prepare, mix, or dispense alcoholic beverages. This statutory minimum applies strictly to anyone behind the bar. There is no exception allowing 16 or 17-year-olds to pour alcohol under supervision.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-300 text-xs block mt-2\">Full citation below<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#1a5a3e] mt-4 mb-2\">Getting Started<\/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 cursor-pointer\">\n                    What&#8217;s the fastest way to start mobile bartending in Vermont?<br \/>\n                    <span class=\"text-[#1a5a3e] 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\">DRY HIRE WITH <a href=\"https:\/\/www.portablebar.com\/de\/\" class=\"text-green-600 hover:text-green-700 underline\">PORTABLE BARS<\/a>.<\/strong> No DLL license, no commercial kitchen, no Request to Cater permits, no Local Control Commissioner approvals. Buy professional <a href=\"https:\/\/www.portablebar.com\/de\/\" class=\"text-slate-600 hover:text-[#1a5a3e] underline\">tragbare Bar<\/a> equipment, get liability insurance, and focus on private residential events where the host provides all alcohol. Operational in days versus months.\n                    <\/p>\n<\/p><\/div>\n<\/details><\/div>\n<\/section>\n<section id=\"equipment\" class=\"bg-gradient-to-br from-slate-900 via-[#1a5a3e] to-[#d4af37] 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\">Built for Vermont&#8217;s Diverse Event Landscape<\/h2>\n<p class=\"text-slate-300 mb-6 leading-relaxed\">\n                    From Lake Champlain weddings to Green Mountain ski resort events to Stowe barn receptions\u2014Vermont&#8217;s event market spans mountains, valleys, and historic towns. Portable bars give you the mobility demanded by this terrain without triggering VDH mobile unit regulations or limiting you to trailer-accessible venues.\n                <\/p>\n<div class=\"space-y-4 mb-8\">\n<div class=\"flex items-start\">\n<div class=\"bg-[#1a5a3e] 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=\"M9 12l2 2 4-4m6 2a9 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\">Skip VDH Mobile Unit Complexity<\/h4>\n<p class=\"text-xs text-slate-400\">Avoid plumbing inspections, commissary contracts, and wastewater system requirements<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flex items-start\">\n<div class=\"bg-[#d4af37] 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\">Access Vermont&#8217;s Unique Venues<\/h4>\n<p class=\"text-xs text-slate-400\">Set up in mountain lodges, historic barns, lakeside decks\u2014anywhere trailers can&#8217;t reach<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flex items-start\">\n<div class=\"bg-[#1a5a3e] 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=\"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7\"><\/path><\/svg>\n                        <\/div>\n<div>\n<h4 class=\"font-bold text-white text-sm\">Navigate Town-by-Town Regulations<\/h4>\n<p class=\"text-xs text-slate-400\">Move easily between municipalities with different Local Option Taxes and regulations<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <a href=\"\/de\/\" class=\"inline-block bg-[#1a5a3e] text-white hover:bg-white hover:text-[#1a5a3e] 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\/2018\/02\/77-Portable-Back-Bar-1.jpg\" alt=\"Signature 62 LED-illuminated portable bar setup at Vermont mountain wedding venue\" 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 Vermont 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:\/\/liquorcontrol.vermont.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-[#1a5a3e]\">\ud83c\udfdb\ufe0f<\/div>\n<p>                <span class=\"font-bold text-[#1a5a3e] text-lg block mb-2\">Division of Liquor Control<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">State licensing and enforcement<\/span><br \/>\n            <\/a><br \/>\n            <a href=\"https:\/\/liquorandlottery.vermont.gov\/\" target=\"_blank\" class=\"block bg-white p-8 rounded-lg shadow-sm border border-slate-100 text-center pb-contact-card hover:border-yellow-300 no-underline\"><\/p>\n<div class=\"text-4xl mb-4 text-[#d4af37]\">\ud83d\udcbb<\/div>\n<p>                <span class=\"font-bold text-[#1a5a3e] text-lg block mb-2\">Dept of Liquor &#038; Lottery<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">Online licensing portal<\/span><br \/>\n            <\/a><br \/>\n            <a href=\"https:\/\/www.healthvermont.gov\/environment\/food-lodging-program\/retail-food-service-establishments\" 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-[#1a5a3e]\">\ud83c\udfe5<\/div>\n<p>                <span class=\"font-bold text-[#1a5a3e] text-lg block mb-2\">VT Dept of Health<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">Mobile unit &#038; commissary licensing<\/span><br \/>\n            <\/a>\n        <\/div>\n<div class=\"bg-green-50 rounded-lg mx-6 md:mx-12 p-8 border-l-4 border-[#1a5a3e] mb-8\">\n<h4 class=\"font-bold text-slate-800 mb-4 flex items-center\">\n                <svg class=\"w-5 h-5 mr-2 text-[#1a5a3e]\" 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                Legal References &#038; Key Resources<br \/>\n             <\/h4>\n<ul class=\"grid md:grid-cols-2 gap-4 text-sm text-[#1a5a3e]\">\n<li><a href=\"https:\/\/legislature.vermont.gov\/statutes\/fullchapter\/07\/009\" target=\"_blank\" class=\"hover:text-[#d4af37]\">\ud83d\udcc4 Vermont Title 7 (Alcoholic Beverages)<\/a><\/li>\n<li><a href=\"https:\/\/legislature.vermont.gov\/statutes\/section\/07\/003\/00061\" target=\"_blank\" class=\"hover:text-[#d4af37]\">\ud83d\udcc4 Title 7 \u00a7 61 (Private Dwelling Exemption)<\/a><\/li>\n<li><a href=\"https:\/\/liquorcontrol.vermont.gov\/licensing\" target=\"_blank\" class=\"hover:text-[#d4af37]\">\ud83d\udcc4 Licensing Portal &#038; Applications<\/a><\/li>\n<li><a href=\"https:\/\/www.healthvermont.gov\/sites\/default\/files\/document\/env-fl-mobile-unit-and-push-cart-requirements.pdf\" target=\"_blank\" class=\"hover:text-[#d4af37]\">\ud83d\udcc4 Mobile Unit Requirements (PDF)<\/a><\/li>\n<\/ul><\/div>\n<p>        <!-- Citations section would continue here with full citations as in Mississippi template --><br \/>\n        <!-- FULL CITATIONS SECTION --><\/p>\n<div class=\"bg-white rounded-lg mx-6 md:px-12 p-4 shadow-sm border border-slate-200\">\n<div class=\"flex items-center gap-2 mb-4\">\n                <svg class=\"w-6 h-6 text-[#1a5a3e]\" 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-xl font-bold text-slate-800\">Full Legal Citations &#038; Source Documentation<\/h3>\n<\/p><\/div>\n<p>            <!-- Citation 1 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] 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-base font-bold text-slate-800 mb-1\">Private Dwelling Exemption (Title 7 \u00a7 61)<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;Subsection (b)(1) states that the chapter&#8217;s prohibitions do not apply to &#8216;the furnishing of alcoholic beverages by an individual in his or her private dwelling unless the dwelling becomes a place of public resort.&#8217; This exemption allows a homeowner to serve alcohol to guests in their home without a license. By hiring a Dry Hire bartender, the homeowner is effectively delegating the physical act of pouring to an agent.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Statutes Annotated Title 7 \u00a7 61(b)(1)<\/span><br \/>\n                            <a href=\"https:\/\/legislature.vermont.gov\/statutes\/section\/07\/003\/00061\" target=\"_blank\" class=\"text-[#1a5a3e] hover:text-[#d4af37] underline\">View Full Statute \u2192<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 2 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] 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-base font-bold text-slate-800 mb-1\">Prohibition on Markup &#038; Resale<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;The mobile bar operator cannot purchase alcohol and resell it to the client. Even &#8216;reimbursement at cost&#8217; is viewed as a prohibited resale without a license. The chain of custody for the purchase must go directly from a licensed retailer to the end consumer (the host).&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont DLL Regulatory Interpretation<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 3 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] 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-base font-bold text-slate-800 mb-1\">Separation of Fees Requirement<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;Invoices from Dry Hire operators must strictly delineate charges for &#8216;Equipment Rental,&#8217; &#8216;Labor,&#8217; and &#8216;Consumables&#8217; (mixers, ice). There can be no line item for &#8216;Beverages&#8217; that includes alcohol content.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Industry Best Practices &#038; DLL Compliance Standards<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 4 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] 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-base font-bold text-slate-800 mb-1\">&#8220;Public Resort&#8221; Limitation<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;If a private property is rented out commercially for weddings every weekend, it may legally transition from a &#8216;private dwelling&#8217; to a &#8216;place of public resort.&#8217; In such cases, the exemption dissolves, and a licensed caterer (Wet Hire) becomes required. This creates a grey area for Airbnb-style wedding venues where Dry Hire legality is often challenged by regulators.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Statutes Title 7 \u00a7 61 Interpretation<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 5 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] 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-base font-bold text-slate-800 mb-1\">Commercial Venue Prohibition of Dry Hire<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;Research indicates that many established wedding venues (barns, event centers) explicitly prohibit BYOB (Bring Your Own Beverage) or Dry Hire arrangements. These venues typically require a &#8216;licensed and insured professional caterer&#8217; to handle alcohol. This is driven by insurance requirements; a venue&#8217;s liability policy often demands that alcohol service be backed by a vendor with Liquor Liability coverage, which is standard for licensed Wet Hire caterers but harder to secure for unlicensed Dry Hire operations.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Wedding Venue Policy Analysis<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 6 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] 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-base font-bold text-slate-800 mb-1\">The Tethered Model \/ No Standalone Licenses<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                                &#8220;Vermont law necessitates that any entity selling alcohol (Wet Hire) must hold a foundational license tied to a physical, brick-and-mortar commercial premise or a certified commercial catering kitchen. Consequently, the concept of a &#8216;roaming beer truck&#8217; operating on a standalone license does not exist within the state&#8217;s legal framework. All alcohol sales must be anchored to a First-Class License or a Commercial Caterer&#8217;s License.&#8221;\n                            <\/p>\n<div class=\"bg-blue-50 border border-blue-200 rounded p-2\">\n<p class=\"text-xs text-blue-900 mb-0\">\n                                    <strong>\ud83d\udca1 Critical Context:<\/strong> This &#8220;tethered model&#8221; distinguishes Vermont from states that allow standalone mobile licenses. Pure mobile startups without existing restaurant\/kitchen infrastructure cannot obtain licensing.\n                                <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont DLL Licensing Framework Analysis<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 7 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">7<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Commercial Kitchen Requirement<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;The licensee must demonstrate possession or legal lease of a &#8216;commercial kitchen&#8217; that meets VDH standards. A residential kitchen is insufficient unless it has been fully converted, inspected, and licensed as a separate commercial entity. This &#8216;Anchor&#8217; requirement is a significant barrier to entry, preventing operators from simply buying a trailer and applying for a license without a supporting commercial facility.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Department of Health Food Service Regulations<\/span><br \/>\n                            <a href=\"https:\/\/www.healthvermont.gov\/environment\/food-lodging-program\/retail-food-service-establishments\" target=\"_blank\" class=\"text-[#1a5a3e] hover:text-[#d4af37] underline\">View VDH Requirements \u2192<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 8 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">8<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Commercial Caterer License Scope<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;This license permits the holder to sell alcoholic beverages at functions outside their primary licensed premises. It effectively extends the privileges of the First-Class license to temporary locations. The fee structure involves payments to both the state and the municipality. The Commercial Caterer License fee is approximately $220.00 to the State (DLL) and $220.00 to the Town.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont DLL Fee Schedule &#038; Licensing Requirements<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 9 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">9<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Request to Cater Permit System<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;For every single event (wedding, festival, corporate party), the mobile operator must submit a &#8216;Request to Cater&#8217; permit application. The application is routed to the Local Control Commissioners of the town where the event will take place. This is a critical distinction: approval comes from the event&#8217;s location, not the business&#8217;s home base. Regulations typically require the request to be received 5 to 15 days prior to the event to allow for municipal processing. Late applications are routinely denied. A nominal fee (typically $20.00) is charged per event permit.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont DLL Request to Cater Regulations<\/span><br \/>\n                            <a href=\"https:\/\/liquorcontrol.vermont.gov\/licensing\" target=\"_blank\" class=\"text-[#1a5a3e] hover:text-[#d4af37] underline\">View Licensing Portal \u2192<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 10 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">10<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Mandatory Food Service Requirement<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;Title 7 statutes and DLL regulations stipulate that First-Class and Third-Class licenses are granted to premises that are &#8216;operated for the purpose covered by the license,&#8217; which implies a capability to serve food. The law generally mandates that &#8216;suitable food&#8217; be available for consumption on the premises during the hours of alcohol sale. For a &#8216;Wet Hire&#8217; mobile bar, the &#8216;booze-only&#8217; model presents a compliance risk.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Title 7 Licensing Statutes<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 11 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">11<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Mandatory Wholesaler Purchasing<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;A First-Class licensee\/Caterer is statutorily required to purchase all malt, vinous, and ready-to-drink spirits from licensed Vermont wholesale dealers or packagers. They are explicitly prohibited from purchasing alcohol from retail stores (Second-Class licensees) for resale. This means a mobile bar cannot run to a grocery store to restock beer if they run out during an event.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Title 7 Wholesale Purchase Requirements<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 12 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">12<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Bifurcated Regulatory Authority<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;Compliance is a dual-track process requiring simultaneous approval from the state-level Division of Liquor Control (DLC) and municipal Local Control Commissioners. A mobile operator cannot function without the explicit consent of the town government where the business is based and the town government where each event occurs.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Local Control System<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 13 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">13<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Commissary Requirement<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;The VDH generally will not license a mobile unit without a verified commissary. A private residential kitchen is not a valid commissary unless it holds a separate &#8216;Home Caterer&#8217; or &#8216;Commercial Caterer&#8217; license, which requires it to be physically separated from living quarters and equipped with commercial-grade sanitation facilities.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Department of Health Mobile Unit Regulations<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 14 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">14<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Local Option Tax Complexity<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                                &#8220;Select municipalities have voted to impose a 1% Local Option Tax on alcoholic beverages, creating a variable tax landscape. State Tax on Alcohol: 10%. Local Option Alcohol Tax: +1%. Total Tax in Option Towns: 11%.&#8221;\n                            <\/p>\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;The list of towns imposing this tax includes major markets such as Burlington, Dover, Killington, Manchester, Middlebury, Rutland Town, South Burlington, St. Albans, Stowe, Stratton, Williston, Wilmington, and Winhall. Mobile operators must utilize Point-of-Sale (POS) systems capable of geolocation-based tax adjustments. Failing to collect the extra 1% in a town like Stowe makes the operator personally liable for the uncollected tax during an audit.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Department of Taxes Local Option Tax Registry<\/span><br \/>\n                            <a href=\"https:\/\/tax.vermont.gov\/business\/local-option-tax\" target=\"_blank\" class=\"text-[#1a5a3e] hover:text-[#d4af37] underline\">View Tax Map \u2192<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 15 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">15<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Semi-Dry Town Restrictions<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;A cluster of towns prohibits the sale of spirits (liquor) but allows malt and vinous beverages. These include Addison, Albany, Corinth, Granby, Groton, Lincoln, Monkton, Pomfret, Rupert, and Weybridge. Baltimore, Vermont maintains a full prohibition on alcohol sales. A mobile bar with a &#8216;Wet Hire&#8217; contract for a wedding in Pomfret is legally prohibited from serving cocktails or liquor. They may only serve beer and wine.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Dry\/Semi-Dry Municipality Registry<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 16 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">16<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Beverage-Only Mobile Unit Requirements<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed mb-2\">\n                                &#8220;The VDH regulations recognize a specific sub-category for &#8216;Beverage Only Mobile Units.&#8217; Beverage Only Units are permitted a reduced standard of a one-compartment sink, provided it is equipped with a dishpan specifically for sanitizing. A separate handwashing sink is &#8216;highly recommended&#8217; but not strictly mandatory if the one-compartment sink can serve the function effectively.&#8221;\n                            <\/p>\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;Water Tanks: The unit must generally have a potable water supply of at least 30 gallons. The system must provide hot water (140\u00b0F for food units; tempered 110\u00b0F-120\u00b0F is acceptable for some handwashing setups). All tanks and hoses must be constructed of food-grade materials. Garden hoses are prohibited for filling tanks. The wastewater (greywater) holding tank must be sized to be at least 15% larger than the potable water supply tank.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Department of Health Mobile Unit Regulations<\/span><br \/>\n                            <a href=\"https:\/\/www.healthvermont.gov\/sites\/default\/files\/document\/env-fl-mobile-unit-and-push-cart-requirements.pdf\" target=\"_blank\" class=\"text-[#1a5a3e] hover:text-[#d4af37] underline\">Download Requirements (PDF) \u2192<\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 17 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">17<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">18+ Bartending Age Requirement<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;An individual must be at least 18 years of age to prepare, mix, or dispense alcoholic beverages. This statutory minimum applies strictly to anyone behind the bar. There is no exception allowing 16 or 17-year-olds to pour alcohol under supervision. Staff members responsible for delivering alcohol (e.g., driving the stocked mobile unit to the venue) must also be at least 18 years old and are required to have completed the requisite alcohol safety training.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont Title 7 Age Requirements<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 18 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">18<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Mandatory Server Training<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;Every person involved in the sale or service of alcohol (bartenders, servers) must complete the DLC&#8217;s First Class Seminar (or an approved equivalent). This certification is valid for two years and must be renewed. Licensees are generally required to keep copies of training certificates for all staff working an event on-site, available for inspection by DLC investigators.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont DLL Training Requirements<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>            <!-- Citation 19 --><\/p>\n<div class=\"mb-3 p-3 bg-slate-50 rounded-lg border-l-4 border-[#1a5a3e]\">\n<div class=\"flex items-start gap-2\">\n                    <span class=\"flex-shrink-0 w-8 h-8 bg-[#1a5a3e] text-white rounded-full flex items-center justify-center font-bold text-sm\">19<\/span><\/p>\n<div class=\"flex-1\">\n<h4 class=\"text-base font-bold text-slate-800 mb-1\">Two-Drink Stacking Rule<\/h4>\n<div class=\"bg-white p-2 rounded border border-slate-200 mb-2\">\n<p class=\"text-sm text-slate-700 leading-relaxed\">\n                                &#8220;A licensee cannot serve more than two (2) drinks to a single customer at one time. Furthermore, a bartender cannot serve a third drink until the customer has substantially finished one of the previous two. This rule effectively bans the service of &#8216;buckets of beer&#8217; or pitchers to a single individual. In a mobile bar setting, bartenders must track service to ensure guests are not accumulating multiple beverages.&#8221;\n                            <\/p>\n<\/p><\/div>\n<div class=\"flex flex-wrap items-center gap-4 text-xs text-slate-500\">\n                            <span>\ud83d\udcda Source: Vermont DLL Responsible Service Regulations<\/span>\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                Vermont statutes change regularly, and Local Control Commissioners have significant discretionary authority. Always verify current requirements with the Division of Liquor Control, your municipality&#8217;s Local Control Commissioners, and the Vermont Department of Health before starting operations. Consider consulting with a Vermont-licensed attorney. This guide reflects laws current as of February 2026.\n            <\/p>\n<\/p><\/div>\n<\/footer>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Home \/ Mobile Bartending Laws \/ Vermont Tethered Model Dual Authority Vermont Mobile Bartending Laws Vermont requires all mobile alcohol sales be &#8220;tethered&#8221; to a brick-and-mortar location with a Commercial Caterer License. The wet hire model demands a commercial kitchen, per-event permits from Local Control Commissioners, and mandatory food availability. Current as of February 2026<\/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-30107","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>Vermont Mobile Bartending Laws &amp; Licensing Requirements<\/title>\n<meta name=\"description\" content=\"Everything you need to know about mobile bartending in Vermont. Get details on catering licenses, alcohol permits, legal requirements, and state regulations.\" \/>\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\/vermont\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vermont Mobile Bartending Laws &amp; Licensing Requirements\" \/>\n<meta property=\"og:description\" content=\"Everything you need to know about mobile bartending in Vermont. Get details on catering licenses, alcohol permits, legal requirements, and state regulations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/\" \/>\n<meta property=\"og:site_name\" content=\"Portable Bars by Customized Designs\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-06T18:49:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2018\/02\/77-Portable-Back-Bar-1.jpg\" \/>\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=\"21\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\/vermont\/\",\"url\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/\",\"name\":\"Vermont Mobile Bartending Laws & Licensing Requirements\",\"isPartOf\":{\"@id\":\"https:\/\/www.portablebar.com\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2018\/02\/77-Portable-Back-Bar-1.jpg\",\"datePublished\":\"2026-02-06T18:02:02+00:00\",\"dateModified\":\"2026-02-06T18:49:09+00:00\",\"description\":\"Everything you need to know about mobile bartending in Vermont. Get details on catering licenses, alcohol permits, legal requirements, and state regulations.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#primaryimage\",\"url\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2018\/02\/77-Portable-Back-Bar-1.jpg\",\"contentUrl\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2018\/02\/77-Portable-Back-Bar-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#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\":\"vermont\"}]},{\"@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":"Vermont Mobile Bartending Laws & Licensing Requirements","description":"Everything you need to know about mobile bartending in Vermont. Get details on catering licenses, alcohol permits, legal requirements, and state regulations.","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\/vermont\/","og_locale":"de_DE","og_type":"article","og_title":"Vermont Mobile Bartending Laws & Licensing Requirements","og_description":"Everything you need to know about mobile bartending in Vermont. Get details on catering licenses, alcohol permits, legal requirements, and state regulations.","og_url":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/","og_site_name":"Portable Bars by Customized Designs","article_modified_time":"2026-02-06T18:49:09+00:00","og_image":[{"url":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2018\/02\/77-Portable-Back-Bar-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"21\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/","url":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/","name":"Vermont Mobile Bartending Laws & Licensing Requirements","isPartOf":{"@id":"https:\/\/www.portablebar.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#primaryimage"},"image":{"@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#primaryimage"},"thumbnailUrl":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2018\/02\/77-Portable-Back-Bar-1.jpg","datePublished":"2026-02-06T18:02:02+00:00","dateModified":"2026-02-06T18:49:09+00:00","description":"Everything you need to know about mobile bartending in Vermont. Get details on catering licenses, alcohol permits, legal requirements, and state regulations.","breadcrumb":{"@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#primaryimage","url":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2018\/02\/77-Portable-Back-Bar-1.jpg","contentUrl":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2018\/02\/77-Portable-Back-Bar-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.portablebar.com\/de\/mobile-bartending-laws\/vermont\/#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":"vermont"}]},{"@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\/30107","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=30107"}],"version-history":[{"count":8,"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/pages\/30107\/revisions"}],"predecessor-version":[{"id":30117,"href":"https:\/\/www.portablebar.com\/de\/wp-json\/wp\/v2\/pages\/30107\/revisions\/30117"}],"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=30107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}