{"title":"Trafiksikkerhed","description":"\t\t\u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eTrafiksikkerhed – Pyloner, trafikspejle \u0026amp; afspærringer | ECD Germany\u003c\/title\u003e\n\t\u003cmeta name=\"description\" content=\"Verkehrssicherheit von ECD GERMANY: Pylonen, Verkehrsspiegel, Parkplatzsperren, Absperrpfosten \u0026amp; weitere Lösungen für sichere Verkehrswege.\"\u003e\n        \u003cstyle\u003e\n        \/* Grundlayout \u0026 Typografi *\/\n        div.seo {\n            font-family: 'Titillium Web', sans-serif; \/* Titillium Web som hovedskrifttype *\/\n            line-height: 1.6;\n            color: #2c2c2c;\n            max-width: 80%;\n            margin: 5% auto;\n            padding: 0 2%;\n            background-color: #fff;\n        }\n\n        h1.h1 {color: #283583; text-align: center; margin-bottom: 1.5rem;}\n        h2.h2 {color: #283583; text-align: center; margin-bottom: 1.2rem;}\n\t\th3.h3 {color: #283583; text-align: center; margin-bottom: 1.15rem;}\n\t\th4.h4 {color: #283583; text-align: center; margin-bottom: 1rem; font-weight: bold;}\n\t\tp.p {color: #2c2c2c; text-align: justify; margin-bottom: 1rem;}\n\n        \/* Container til rækker *\/\n        .content-row {\n            margin-bottom: 3%;\n            overflow: hidden; \/* Clearfix for floats *\/\n            background: #fff;\n            padding: 5%;\n            border-radius: 12px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        \/* Billede-container styling *\/\n        figure {\n            margin: 0;\n            padding: 0;\n            max-width: 450px; \/* Optimeret bredde til produktpræsentation *\/\n        }\n\n        \/* Venstre justering *\/\n        .img-left {\n            float: left;\n            margin-right: 5%;\n            margin-bottom: 2%;\n        }\n\n        \/* Højre justering *\/\n        .img-right {\n            float: right;\n            margin-left: 5%;\n            margin-bottom: 2%;\n        }\n\n        \/* SEO-relevante billedeindstillinger *\/\n        img {\n            display: block;\n            max-width: 100%;\n            height: auto; \n            border-radius: 8px;\n        }\n\n        \/* --- DROPDOWN FAQ STYLING (Mobile First) --- *\/\n        .faq-container {\n            width: 100%;\n            margin-top: 3rem;\n            box-sizing: border-box;\n        }\n\n        .faq-item {\n            background-color: #f9f9f9;\n            border: 1px solid #ddd;\n            margin-bottom: 12px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 1px 4px rgba(0,0,0,0.02);\n        }\n\n        \/* Klikbar spørgsmål: Stort klikområde til mobile enheder *\/\n        .faq-question {\n            padding: 16px;\n            font-weight: bold;\n            color: #2c2c2c;\n            cursor: pointer;\n            list-style: none; \/* Fjerner standardpil (Chrome\/Firefox) *\/\n            display: flex;\n            justify-content: space-between; \n            align-items: center; \/* Holder pilen centreret ved flertydig tekst *\/\n            width: 100%;\n            box-sizing: border-box;\n            -webkit-tap-highlight-color: transparent; \/* Forhindrer blåt blink på iOS *\/\n        }\n\n        \/* Safari-fix til standardpil *\/\n        .faq-question::-webkit-details-marker {\n            display: none;\n        }\n\n        \/* Det højre, justerede trekant-ikon (passende i mærkeblåt) *\/\n        .faq-question::after {\n            content: '▶';\n            font-size: 0.75rem;\n            color: #283583;\n            margin-left: 15px;\n            transition: transform 0.2s ease;\n            flex-shrink: 0; \/* Forhindrer komprimering af ikonet på smartphones *\/\n        }\n\n        \/* Drejer pilen nedad ved åbnet tilstand *\/\n        .faq-item[open] .faq-question::after {\n            transform: rotate(90deg);\n        }\n\n        \/* Svarboksen *\/\n        .faq-answer {\n            padding: 16px;\n            border-top: 1px solid #eee;\n            background-color: #fff;\n        }\n\n        \/* Mobiloptimering (Google Mobile-First-Index) *\/\n        @media (max-width: 768px) {\n            .img-left, .img-right {\n                float: none;\n                display: block;\n                margin: 0 auto 20px auto;\n                max-width: 100%;\n            }\n            div.seo { margin: 2% auto; max-width: 95%; }\n            h1.h1 { color: #283583; text-align: center; font-size: 1.5rem;}\n\t\t\th2.h2 { color: #283583; text-align: center; font-size: 1.2rem;}\n\t\t\th3.h3 { color: #283583; text-align: center; font-size: 1.15rem;}\n\t\t\th4.h4 { color: #283583; text-align: center; font-size: 1rem; font-weight: bold;}\n\t\t\tp.p { color: #2c2c2c; text-align: justify; font-size: 1rem;}\n        }\n\/* --- HOVED-DROPDOWN (Niveau 1) --- *\/\n.faq-container {\n    width: 100%;\n    margin-top: 2rem;\n    margin-bottom: 2rem;\n    box-sizing: border-box;\n}\n\n.faq-item {\n    background-color: #f9f9f9;\n    border: 1px solid #ddd;\n    margin-bottom: 12px;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 4px rgba(0,0,0,0.02);\n}\n\n.faq-question {\n    padding: 16px;\n    font-weight: bold;\n    font-size: 1rem;\n    color: #2c2c2c;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between; \n    align-items: center;\n    width: 100%;\n    box-sizing: border-box;\n    -webkit-tap-highlight-color: transparent; \/* Forhindrer blåt blink på iOS *\/\n}\n\n.faq-question::-webkit-details-marker { display: none; }\n\n\/* Pil til hoved-dropdown *\/\n.faq-question::after {\n    content: '▶';\n    font-size: 0.75rem;\n    color: #283583; \/* Mærkeblåt *\/\n    margin-left: 15px;\n    transition: transform 0.2s ease;\n    flex-shrink: 0;\n}\n\n.faq-item[open] .faq-question::after { transform: rotate(90deg); }\n\n.faq-answer {\n    padding: 16px;\n    border-top: 1px solid #eee;\n    background-color: #fff;\n    overflow: hidden;\n}\n\n\/* --- NESTEDE UNDER-DROPDOWNS (Niveau 2) --- *\/\n.faq-sub-item {\n    background-color: #ffffff;\n    border: 1px solid #e5e5e5;\n    margin-top: 10px;\n    margin-bottom: 10px;\n    border-radius: 6px;\n    overflow: hidden;\n}\n\n.faq-sub-question {\n    padding: 14px 16px; \/* Tommelfinger-venlig klikflade *\/\n    font-size: 0.95rem;\n    font-weight: 600; \/* Lidt lettere end hovedspørgsmålet *\/\n    color: #333;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    width: 100%;\n    box-sizing: border-box;\n    -webkit-tap-highlight-color: transparent;\n}\n\n.faq-sub-question::-webkit-details-marker { display: none; }\n\n\/* Under-pil (diskret grå) *\/\n.faq-sub-question::after {\n    content: '▶';\n    font-size: 0.65rem;\n    color: #888;\n    margin-left: 12px;\n    transition: transform 0.2s ease;\n    flex-shrink: 0;\n}\n\n.faq-sub-item[open] .faq-sub-question::after { transform: rotate(90deg); }\n\n.faq-sub-answer {\n    padding: 14px 16px;\n    background-color: #fafafa; \/* Let grå farve til indholdet *\/\n    border-top: 1px solid #eee;\n}\n\n.faq-sub-answer p.p {\n    font-size: 0.95rem;\n    margin-bottom: 0; \/* Forhindrer dobbelt afstand nedenfor *\/\n}\n\n\n\/* ==========================================================================\n   3. DESKTOP BREAKPOINT (Gælder fra tablets og pc'er)\n   ========================================================================== *\/\n@media (min-width: 768px) {\n    \/* Containerbegrænsning til store skærme *\/\n    div.seo { \n        max-width: 80%; \n        margin: 5% auto; \n        padding: 0 2%; \n    }\n\n    h1.h1 { font-size: 2.2rem; margin-bottom: 1.5rem; }\n    h2.h2 { font-size: 1.6rem; margin-bottom: 1.2rem; }\n    h3.h3 { font-size: 1.3rem; margin-bottom: 1.15rem; }\n    h4.h4 { font-size: 1.1rem; }\n\n    \/* Desktop-tilpasning til dropdowns *\/\n    .faq-question {\n        padding: 18px 24px; \/* Mere plads på store skærme *\/\n        font-size: 1.1rem;\n    }\n\n    .faq-answer {\n        padding: 24px;\n    }\n\n    .faq-sub-question {\n        padding: 14px 20px;\n        font-size: 1rem;\n    }\n\n    .faq-sub-answer {\n        padding: 16px 20px;\n    }\n}\n    \u003c\/style\u003e\n\n\n\u003ch1 class=\"h1\"\u003eTrafiksikkerhed – Genkende farer og effektivt undgå ulykker\u003c\/h1\u003e\n\u003cp class=\"p\"\u003eEn god trafiksikkerhed er vigtig, hvor mennesker, køretøjer og maskiner mødes. Uanset om det er på virksomhedsområder, parkeringspladser, byggepladser, lagerområder, private grunde eller offentlige områder – med de rette sikkerhedsforanstaltninger kan mange ulykker forhindres på forhånd. Moderne trafiksikring omfatter blandt andet pyloner, trafikspejle, parkeringsspærringer, afspærringspæle, lede kegler, advarselsmarkeringer og andre produkter, der gør trafikveje overskuelige og sikrer fareområder. De sikrer bedre orientering, øger synligheden og hjælper med at beskytte personer samt køretøjer pålideligt. I denne guide vil du lære, hvilke produkter der hører til trafiksikkerhed, hvornår de skal anvendes, og hvad du skal være opmærksom på, når du køber.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvad forstås ved trafiksikkerhed?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eTrafiksikkerhed omfatter alle foranstaltninger, der bidrager til at undgå ulykker i vejtrafikken samt på private og erhvervsmæssige trafikflader. Målet er at opdage farer tidligt, minimere risici og sikre en så sikker trafikstrøm som muligt for alle involverede. Det handler ikke kun om offentlige veje, men også om virksomhedsområder, lager- og logistikområder, byggepladser, parkeringspladser, kældre, private indkørsler og boligkomplekser.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eVirksomhedsområder\u003c\/li\u003e\n\u003cli\u003eLager- og logistikområder\u003c\/li\u003e\n\u003cli\u003eByggepladser\u003c\/li\u003e\n\u003cli\u003eParkeringspladser\u003c\/li\u003e\n\u003cli\u003eKældre\u003c\/li\u003e\n\u003cli\u003ePrivate indkørsler\u003c\/li\u003e\n\u003cli\u003eBoligkomplekser\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"p\"\u003eJo bedre trafikveje er planlagt og sikret, desto mindre er ulykkesrisikoen.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvad hører alt til trafiksikkerhed?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eEn effektiv trafiksikring består af forskellige elementer, der supplerer hinanden. Afhængigt af anvendelsesområdet anvendes forskellige produkter til at sikre fareområder, lede trafikstrømme og øge synligheden.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePyloner og lede kegler\u003c\/li\u003e\n\u003cli\u003eTrafikspejle\u003c\/li\u003e\n\u003cli\u003eParkeringsspærringer\u003c\/li\u003e\n\u003cli\u003eAfspærringspæle\u003c\/li\u003e\n\u003cli\u003eAdvarselsbomme\u003c\/li\u003e\n\u003cli\u003eKæde- og båndafspærringer\u003c\/li\u003e\n\u003cli\u003eFærdselssveller\u003c\/li\u003e\n\u003cli\u003eGulvmarkeringer\u003c\/li\u003e\n\u003cli\u003eAdvarselsskilt\u003c\/li\u003e\n\u003cli\u003eBeskyttelsespoller\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eHvad forstås ved trafik sikring?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eTrafiksikring beskriver pligten til at sikre farekilder, så andre personer i videst muligt omfang ikke lider skade. Grundejer, virksomheder og operatører af parkeringspladser eller byggepladser er ofte forpligtet til at sikre deres trafikarealer i overensstemmelse hermed. En omhyggelig trafiksikring bidrager væsentligt til at undgå ulykker og opfylde lovgivningsmæssige krav.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eGodt synlige afspærringer\u003c\/li\u003e\n\u003cli\u003eSikre vejføringer\u003c\/li\u003e\n\u003cli\u003eTilstrækkelig belysning\u003c\/li\u003e\n\u003cli\u003eGodt synlige advarselsmeddelelser\u003c\/li\u003e\n\u003cli\u003eRegelmæssig kontrol af sikringsforanstaltninger\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eHvilke produkter findes der til trafik sikkerhed?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eAfhængigt af anvendelsesområdet er der forskellige løsninger. Valget afhænger blandt andet af størrelsen på området, trafikmængden og det ønskede sikkerhedsniveau.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003ePyloner – fleksibel afspærring og markering af farer\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eEn pylon – ofte også kaldet en ledestang eller trafik kegle – er et af de mest kendte hjælpemidler inden for trafiksikring. Den bruges til midlertidigt at markere fareområder, sikre trafikområder eller midlertidigt spærre veje. Takket være deres iøjnefaldende farver og reflekterende striber er pyloner allerede synlige på større afstand.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eByggepladser\u003c\/li\u003e\n\u003cli\u003eParkeringspladser\u003c\/li\u003e\n\u003cli\u003eArrangementer\u003c\/li\u003e\n\u003cli\u003eDriftsområde\u003c\/li\u003e\n\u003cli\u003eLagerhaller\u003c\/li\u003e\n\u003cli\u003eRedningsopgaver\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eHvad er en pylone?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eEn pylone er et ofte kegleformet afspærringselement lavet af plastik eller gummi, der bruges til midlertidig trafikstyring eller sikring af fareområder.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvad betyder pylone på tysk?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eBegrebet pylone stammer oprindeligt fra græsk og betegnede en port eller monumentalt indgangsbyggeri. I nutidens sprogbrug bruges begrebet ofte til at referere til ledningskegler eller markante bygninger. Inden for trafikssikring refererer det normalt til de kendte orange afspærringskegler.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvor kommer ordet pylone fra?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eOrdet stammer fra det græske begreb \"pylon\", der oprindeligt betegnede en stor indgangsport. Over tid er betegnelsen blevet overført til forskellige markante bygninger og til sidst også til trafikledningskegler.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvad kalder man pyloner ellers?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eAfhængigt af region og anvendelsesområde kaldes pyloner forskelligt. Det refererer altid til et mobilt afspærringselement til markering af fareområder.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLedningskegler\u003c\/li\u003e\n\u003cli\u003eTrafikkegler\u003c\/li\u003e\n\u003cli\u003eAdvarselkegler\u003c\/li\u003e\n\u003cli\u003eAfspærringskegler\u003c\/li\u003e\n\u003cli\u003eSignal kegler\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eTrafikspejl - bedre udsigt på uoverskuelige steder\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eEt trafikspejl forbedrer udsigten ved indkørsler, kryds eller udkørsler og hjælper med at opdage farlige situationer tidligt. Især på dårligt overskuelige steder kan spejle markant øge sikkerheden. Trafikspejle øger overblikket og kan reducere risikoen for kollisioner.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDriftsudkørsler\u003c\/li\u003e\n\u003cli\u003eKældre\u003c\/li\u003e\n\u003cli\u003eEjendomsekskursioner\u003c\/li\u003e\n\u003cli\u003eParkeringshuse\u003c\/li\u003e\n\u003cli\u003eLagerhaller\u003c\/li\u003e\n\u003cli\u003eFabriksindgange\u003c\/li\u003e\n\u003cli\u003euoverskuelige kryds\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eEr trafikspejle tilladt?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eGenerelt må trafikspejle anbringes på private ejendomme. I det offentlige vejrum kræves der en tilladelse fra den kompetente myndighed, da spejle kan påvirke vejtrafikken.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvor ansøger jeg om et trafikspejl?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eHvis et trafikspejl skal opstilles i det offentlige trafikrum, sker ansøgningen normalt hos den kompetente vejmyndighed eller kommune. Denne vurderer, om installationen er fornuftig og tilladt.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvor meget koster et trafikspejl?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eEnkle trafikspejle til private indkørsler starter ofte ved omkring 40 til 80 €. Større eller særligt robuste modeller med UV-bestandige materialer og høj kvalitet beslag koster afhængigt af størrelse og udstyr omkring 100 til 300 € eller mere.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvem opstiller trafikspejle?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003ePå private ejendomme udføres monteringen af ejeren eller en befuldmægtiget fagmand. I det offentlige område installeres trafikspejle udelukkende af de kompetente myndigheder eller deres tjenesteudbydere.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eParkeringsspærringer - sikrer parkeringspladser pålideligt\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eParkeringsspærringer forhindrer, at parkeringspladser bruges uden tilladelse. De anvendes både på private ejendomme samt på firma parkeringspladser eller boligkomplekser. Mange modeller kan foldes ned og låses, hvis det er nødvendigt.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ebeskytter reserverede parkeringspladser\u003c\/li\u003e\n\u003cli\u003enem betjening\u003c\/li\u003e\n\u003cli\u003erobust konstruktion\u003c\/li\u003e\n\u003cli\u003evejrbestandige materialer\u003c\/li\u003e\n\u003cli\u003eforskellige låsesystemer\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eAfspærringspæle og pollere\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eAfspærringspæle bruges til at styre køretøjer målrettet eller til at sikre bestemte områder mod uautoriseret kørsel. De anvendes ofte ved fortove, indkørsler eller på erhvervsområder. Afhængigt af anvendelsesområdet findes der faste, aftagelige eller foldbare varianter.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eHvilke materialer egner sig særligt?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eProdukter til trafik sikkerhed skal kunne modstå vind, regn, UV-stråling og mekaniske belastninger over tid. Afhængigt af produktet og anvendelsesområdet anvendes derfor forskellige materialer.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003ePlast\u003c\/h3\u003e\n\u003cp class=\"p\"\u003ePlast er let, vejrbestandigt og UV-bestandigt, og egner sig derfor særligt til mobile produkter som pyloner.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003elet\u003c\/li\u003e\n\u003cli\u003evejrbestandigt\u003c\/li\u003e\n\u003cli\u003eUV-bestandigt\u003c\/li\u003e\n\u003cli\u003eideelt til pyloner\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eGummi\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eGummi imponerer med sin høje stabilitet og skridsikre egenskaber og egner sig særligt til robuste trafik sikkerhedsprodukter.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ehøj stabilitet\u003c\/li\u003e\n\u003cli\u003eskridsikker\u003c\/li\u003e\n\u003cli\u003esærlig robust\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eStål\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eStål er særligt modstandsdygtigt og egner sig blandt andet til parkeringsspærringer og pollere. Afhængigt af udførelsen kan stål være galvaniseret eller pulverlakeret.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003emeget modstandsdygtigt\u003c\/li\u003e\n\u003cli\u003eideelt til parkeringsspærringer og pollere\u003c\/li\u003e\n\u003cli\u003egalvaniseret eller pulverlakeret tilgængelig\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eRustfrit stål\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eRustfrit stål er korrosionsbestandigt, holdbart og visuelt af høj kvalitet. Derfor er materialet særligt velegnet til permanent installerede produkter både indendørs og udendørs.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ekorrosionsbestandigt\u003c\/li\u003e\n\u003cli\u003ehøj kvalitet\u003c\/li\u003e\n\u003cli\u003eholdbart\u003c\/li\u003e\n\u003cli\u003esærligt velegnet til permanente installationer\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eMontering og opsætning\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eMange produkter kan hurtigt og nemt monteres. Mobile pyloner er straks klar til brug, mens parkeringsspærrer eller pæle fastgøres permanent i jorden. Især ved permanent installerede produkter anbefales en fagmæssig montering.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eegnet underlag\u003c\/li\u003e\n\u003cli\u003etilstrækkelig sikkerhedsafstand\u003c\/li\u003e\n\u003cli\u003egod synlighed\u003c\/li\u003e\n\u003cli\u003estabil fastgørelse\u003c\/li\u003e\n\u003cli\u003eoverholdelse af mulige forskrifter\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eDe 10 vigtigste færdselsregler\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eUanset om det er i den offentlige trafik eller på private trafikarealer – nogle grundregler bidrager væsentligt til sikkerheden for alle involverede. Disse regler danner grundlaget for en sikker trafikafvikling.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTilpas hastigheden.\u003c\/li\u003e\n\u003cli\u003eVær opmærksom på trafikskilt.\u003c\/li\u003e\n\u003cli\u003eRespekter forkørselsret.\u003c\/li\u003e\n\u003cli\u003eHold tilstrækkelig afstand.\u003c\/li\u003e\n\u003cli\u003eVis hensyn til fodgængere.\u003c\/li\u003e\n\u003cli\u003eVær opmærksom på blinde vinkler.\u003c\/li\u003e\n\u003cli\u003eKør ikke under indflydelse af alkohol eller stoffer.\u003c\/li\u003e\n\u003cli\u003eUndgå distraktioner.\u003c\/li\u003e\n\u003cli\u003eKontroller køretøjer regelmæssigt.\u003c\/li\u003e\n\u003cli\u003eSikre fareområder i god tid.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003ePris-ydeevne – Hvilke produkter er det værd?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eAfhængigt af anvendelsesområde, materiale, udstyr og ønsket holdbarhed varierer priserne for produkter til trafik sikkerhed betydeligt.\u003c\/p\u003e\n\n\u003ch3 class=\"h3\"\u003eIndgangsklasse (ca. 15–50 €)\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eIndgangsklassen er især velegnet til private grunde eller lejlighedsvise anvendelser. Typiske produkter er enkle pyloner, trafik spejle og advarselstriangler.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePyloner\u003c\/li\u003e\n\u003cli\u003eenkle trafik spejle\u003c\/li\u003e\n\u003cli\u003eadvarselstriangler\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eMellemkategori (ca. 50–150 €)\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eMellemkategorien er en populær kategori for virksomheder og privatpersoner og tilbyder mere robuste materialer, bedre vejrbestandighed, længere levetid og højere stabilitet.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003emere robuste materialer\u003c\/li\u003e\n\u003cli\u003ebedre vejrbestandighed\u003c\/li\u003e\n\u003cli\u003elængere levetid\u003c\/li\u003e\n\u003cli\u003ehøjere stabilitet\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003ePremium klasse (fra ca. 150 €)\u003c\/h3\u003e\n\u003cp class=\"p\"\u003ePremium klassen er velegnet til professionelt dagligt brug og kendetegnes ved særligt robuste konstruktioner, materialer af høj kvalitet, maksimal vejrbestandighed og holdbar forarbejdning.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eisær robuste konstruktioner\u003c\/li\u003e\n\u003cli\u003ehøj kvalitet materialer\u003c\/li\u003e\n\u003cli\u003emaksimal vejrbestandighed\u003c\/li\u003e\n\u003cli\u003eholdbar forarbejdning\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eHvorfor trafik sikkerhedsprodukter fra ECD Germany?\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eHos ECD Germany finder du kvalitetsløsninger til sikker trafikstyring på private og kommercielle områder. Vores sortiment omfatter robuste pyloner, trafikspejle, parkeringsspærrer og mange andre produkter, der kombinerer sikkerhed, holdbarhed og nem håndtering.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003erobuste og vejrbestandige materialer\u003c\/li\u003e\n\u003cli\u003ehøj synlighed\u003c\/li\u003e\n\u003cli\u003enem montering\u003c\/li\u003e\n\u003cli\u003eholdbar forarbejdning\u003c\/li\u003e\n\u003cli\u003eprofessionel kvalitet\u003c\/li\u003e\n\u003cli\u003eattraktivt pris-ydelsesforhold\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 class=\"h3\"\u003eKonklusion: Med den rette trafik sikkerhed kan ulykker undgås\u003c\/h3\u003e\n\u003cp class=\"p\"\u003eEn gennemtænkt trafik sikring beskytter mennesker, køretøjer og værdier. Uanset om det er pyloner, trafikspejle, parkeringsspærrer eller afspærringspæle – den rette kombination sikrer bedre overblik, klar trafikstyring og en lavere risiko for ulykker. Hos ECD Germany finder du kvalitetsprodukter til forskellige anvendelsesområder – fra private indkørsler til store erhvervsområder. Så skaber du sikre trafikveje og investerer langsigtet i beskyttelse, orden og pålidelighed.\u003c\/p\u003e","products":[{"product_id":"299041039-10er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 10 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 10 trafikkegler lavet af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Keglen er 47 cm høj, orange med 2 hvide striber, lavet af PVC, daglysende og vejer ca. 1000 gram. Fodaftrykket er ca. 295 x 295 mm.\u003cbr \/\u003e\n\u003cbr \/\u003e\nKeglen er fleksibel og kan også køres over, uden at bilen tager skade. Vær opmærksom på, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n10x pyloner orange-hvid reflekterende trafikkegle trafikkegle advarselskegle 47 cm høj\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide reflekterende striber\u003cbr \/\u003e\n47 cm høj og vejer 1000 g\u003cbr \/\u003e\nFodaftrykket er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n10 x trafikkegler","brand":"ECD Germany","offers":[{"title":"Sæt med 10 stk. \/ Standardtitel","offer_id":44096622723248,"sku":"299041039","price":56.29,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-257_det_x10_3_3b50191c-47ab-4455-953b-6f5feb87e16e.jpg?v=1786635138"},{"product_id":"322007766-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Trafikkegle advarselskegle trafikkegle 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 1 stk. trafikkegle af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n1x Pylon orange-hvid reflekterende trafikkegle advarselskegle 50 cm høj.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n1 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 1 stk. \/ Standardtitel","offer_id":44096773095600,"sku":"322007766","price":14.96,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-257_galerie_2_clear_9d989bd9-6187-4650-8c23-1fe92dba558c.jpg?v=1786635655"},{"product_id":"322008340-2er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 2 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cdiv _ngcontent-ng-c2830385913=\"\" class=\"avatar-gutter ng-tns-c2830385913-82 ng-star-inserted\"\u003e\n\u003cdiv _ngcontent-ng-c997994992=\"\" class=\"resize-observable\"\u003e\u003cstrong\u003eSynligt sikker: trafikkeglesæt til tydelige markeringer og afspærringer\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv _ngcontent-ng-c2830385913=\"\" class=\"response-container-content ng-tns-c2830385913-82\" selection=\"\"\u003e\n\u003cdiv _ngcontent-ng-c651301371=\"\" class=\"response-content ng-tns-c2830385913-82\"\u003e\n\u003cdiv _ngcontent-ng-c1597192009=\"\" class=\"markdown markdown-main-panel\" dir=\"ltr\" style=\"--animation-duration: 600ms; --fade-animation-function: linear; --first-token-animation-duration: 600ms\"\u003e\n\u003cp data-sourcepos=\"3:1-3:50\"\u003e\u003cspan\u003eDette praktiske sæt bestående af trafikkegler med to refleksstriber sikrer optimal synlighed og tydelig afmærkning i vejtrafikken og på udendørsarealer.\u003c\/span\u003e\u003cspan\u003e De dagslysoplyste kegler er ideelle til byggepladser,\u003c\/span\u003e\u003cspan\u003e vejarbejde,\u003c\/span\u003e\u003cspan\u003e arrangementer og mange andre anvendelser.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp data-sourcepos=\"5:1-5:18\"\u003e\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul data-sourcepos=\"7:1-7:64\"\u003e\n\t\u003cli data-sourcepos=\"7:1-7:64\"\u003e\u003cstrong\u003eHøj synlighed:\u003c\/strong\u003e\u003cspan\u003e To refleksstriber sikrer optimal synlighed både dag og nat.\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli data-sourcepos=\"8:1-8:98\"\u003e\u003cstrong\u003eFarver i dagslys:\u003c\/strong\u003e\u003cspan\u003e Pylonerne fås i dagslysfarver,\u003c\/span\u003e\u003cspan\u003e farver, der er lette at se selv under vanskelige lysforhold.\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli data-sourcepos=\"9:1-9:140\"\u003e\u003cstrong\u003eRobust konstruktion:\u003c\/strong\u003e\u003cspan\u003e Trafikkeglerne er lavet af robust plast og giver sikker stabilitet selv i vind og vejr.\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli data-sourcepos=\"10:1-10:135\"\u003e\u003cstrong\u003eLet og transportabel:\u003c\/strong\u003e\u003cspan\u003e Keglerne er lette og transportable,\u003c\/span\u003e\u003cspan\u003e så de kan sættes op og transporteres hurtigt og nemt.\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli data-sourcepos=\"11:1-11:125\"\u003e\u003cstrong\u003eAlsidig i brug:\u003c\/strong\u003e\u003cspan\u003e Ideel til byggepladser,\u003c\/span\u003e\u003cspan\u003e vejarbejde,\u003c\/span\u003e\u003cspan\u003e begivenheder,\u003c\/span\u003e\u003cspan\u003e parkeringspladser,\u003c\/span\u003e\u003cspan\u003e parkeringspladser, private ejendomme og meget mere.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2 x trafikkegler","brand":"ECD Germany","offers":[{"title":"Sæt med 2 stk. \/ Standardtitel","offer_id":44096802193584,"sku":"322008340","price":19.5,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-257_x2_2c75f08d-e2da-4d7a-9eaa-96a212378f72.jpg?v=1786635665"},{"product_id":"322008341-4er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 4 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 4 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n4x pyloner orange-hvide reflekterende trafikkegle advarselskegle 50 cm høj.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n4 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 4 stk. \/ Standardtitel","offer_id":44096802357424,"sku":"322008341","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-257_x4_3da9fc0e-7044-4810-9307-1ee2b9cd1e1a.jpg?v=1786635666"},{"product_id":"390003066-verkehrsspiegel-rot-o-30-cm-mit-schwenkbare-halterung-aus-kunststoff-und-rahmen-aus-polypropylen-und-stahl","title":"Trafikspejl rødt Ø 30 cm med drejelig holder af plast og ramme af polypropylen og stål","description":"\u003cp\u003e\u003cstrong\u003eProduktbeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\u003cbr \/\u003eMed det praktiske trafikspejl fra ECD Germany træffer du det rigtige valg, når det drejer sig om trafiksikkerhed. Monter spejlet ved ind- og udkørsler med begrænset udsyn eller i parkeringshuse. På denne måde kan risikoen for ulykker på grund af blinde vinkler undgås. Trafikspejlet er fremstillet af let, men robust materiale og er derfor meget holdbart.\u003cbr \/\u003eMed en synsvinkel på 130-160\u0026deg; og det drejelige beslag kan alle synsretninger dækkes uden problemer. Installationen er enkel og let.\u003cbr \/\u003e\u003cbr \/\u003e\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\u003cbr \/\u003eMeget robust\u003cbr \/\u003eLet at montere\u003cbr \/\u003eDrejeligt beslag\u003cbr \/\u003eSynsvinkel på 130-160\u0026deg;\u003cbr \/\u003eTrafikspejl for pålideligt udsyn\u003cbr \/\u003eGør det lettere at køre ind og ud med begrænset udsyn\u003cbr \/\u003e\u003cbr \/\u003e\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\u003cbr \/\u003e1 x trafikspejl inkl. drejeligt beslag og monteringsmateriale.\u003c\/p\u003e","brand":"ECD Germany","offers":[{"title":"Ø 30 cm \/ Standard \/ Standardtitel","offer_id":44096906428592,"sku":"390003066","price":21.78,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-1531_galerie_2n_75063fed-a1ea-48ae-bd24-2a83e5344bac.jpg?v=1786636283"},{"product_id":"390003067-verkehrsspiegel-o-45-cm-rot-mit-schwenkbare-halterung-aus-kunststoff-und-rahmen-aus-polypropylen-und-stahl","title":"Trafikspejl Ø 45 cm rødt med drejelig holder af plast og ramme af polypropylen og stål","description":"\u003cstrong\u003eProduktbeskrivelse\u003c\/strong\u003e:\u003cbr \/\u003e\n\u003cbr \/\u003e\nMed det praktiske trafikspejl fra ECD Germany træffer du det rigtige valg, når det handler om trafiksikkerhed. Monter spejlet ved ind- og udkørsler med begrænset udsyn eller i parkeringshuse. På denne måde kan risikoen for ulykker på grund af blinde vinkler undgås. Trafikspejlet er fremstillet af let, men robust materiale og er derfor meget holdbart.\u003cbr \/\u003e\nMed en synsvinkel på 130-160\u0026deg; og det drejelige beslag kan alle synsretninger dækkes uden problemer. Installationen er meget nem og problemfri.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner\u003c\/strong\u003e:\u003cbr \/\u003e\n\u003cbr \/\u003e\nMeget robust\u003cbr \/\u003e\nLet at montere\u003cbr \/\u003e\nDrejeligt beslag\u003cbr \/\u003e\nBetragtningsvinkel fra 130-160\u003cbr \/\u003e\nTrafikspejl for pålidelig synlighed\u003cbr \/\u003e\nLetter ind- og udstigning med begrænset synlighed\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang\u003c\/strong\u003e:\u003cbr \/\u003e\n\u003cbr \/\u003e\n1 x trafikspejl inkl. drejebeslag og monteringsmateriale","brand":"ECD Germany","offers":[{"title":"Ø 45 cm \/ Standard \/ Standardtitel","offer_id":44096906494128,"sku":"390003067","price":24.27,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-1532_Galerie_1_80cb9dc3-a78d-497a-b869-616b79e275cf.jpg?v=1786636287"},{"product_id":"390003068-verkehrsspiegel-rot-o-60-cm-mit-schwenkbare-halterung","title":"Trafikspejl rødt Ø 60 cm med drejeligt beslag","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nMed det praktiske trafikspejl fra ECD Germany træffer du det rigtige valg, når det handler om trafiksikkerhed. Monter spejlet ved ind- og udkørsler med begrænset udsyn eller i parkeringshuse. På denne måde kan risikoen for ulykker på grund af blinde vinkler undgås. Trafikspejlet er fremstillet af let, men robust materiale og er derfor meget holdbart.\u003cbr \/\u003e\nMed en synsvinkel på 130-160\u0026deg; og det drejelige beslag kan alle synsretninger dækkes uden problemer. Installationen er meget enkel og ubesværet.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nMeget robust\u003cbr \/\u003e\nLet at montere\u003cbr \/\u003e\nDrejeligt beslag\u003cbr \/\u003e\nBetragtningsvinkel fra 130-160\u003cbr \/\u003e\nTrafikspejl for pålidelig synlighed\u003cbr \/\u003e\nLetter ind- og udstigning med begrænset synlighed\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n1 x trafikspejl inkl. drejebeslag og monteringsmateriale","brand":"ECD Germany","offers":[{"title":"Ø 60 cm \/ Standard \/ Standardtitel","offer_id":44096906526896,"sku":"390003068","price":29.36,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-1533_Galerie_1_275e55d1-4729-47d7-ab00-40288caab3eb.jpg?v=1786636289"},{"product_id":"490014623-verkehrsleitkegel-verkehrshutchen-pylone-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Trafikkegle trafikkegle pylon vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige afspærringer og tydelige markeringer på udendørsarealer. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003cbr \/\u003e\n\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at forårsage skade på bilen. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eIdeel til:\u003c\/strong\u003e\u003cbr \/\u003e\nByggepladser\u003cbr \/\u003e\nvejarbejde\u003cbr \/\u003e\nvejarbejde, arrangementer\u003cbr \/\u003e\nParkeringspladser\u003cbr \/\u003e\nPrivate ejendomme\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\nReflekterende stribe: For optimal synlighed i mørket\u003cbr \/\u003e\nFast base: Stabil støtte selv i vind og vejr\u003cbr \/\u003e\nLet og bærbar: Let at transportere og sætte op\u003cbr \/\u003e\nVejrbestandig: Velegnet til langvarig udendørs brug\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n1 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 1 stk. \/ Standardtitel","offer_id":44128241844400,"sku":"490014623","price":17.01,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-2239_galerie_2_clear_c1519fcc-c3ac-4978-804b-13c21177f75a.jpg?v=1786640220"},{"product_id":"490015331-2er-set-verkehrsleitkegel-verkehrshutchen-pylone-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 2 trafikkegler trafikkegle pylon vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003e\u003cfont face=\"Helvetica\" size=\"3\"\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/font\u003e\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige afspærringer og tydelige markeringer på udendørsarealer. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eTrafikkeglen er fleksibel og kan også køres over uden at forårsage skade på bilen. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eIdeel til:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eByggepladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde, arrangementer\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eParkeringspladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003ePrivate ejendomme\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFunktioner:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eReflekterende stribe: For optimal synlighed i mørket\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFast base: Stabilt stativ selv i vind og vejr\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLet og bærbar: Let at transportere og sætte op\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eVejrbestandig: Velegnet til langvarig udendørs brug\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003e2 x trafikkegler\u003c\/span\u003e","brand":"ECD Germany","offers":[{"title":"Sæt med 2 stk. \/ Standardtitel","offer_id":44096446529712,"sku":"490015331","price":22.39,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/2xIP-2239_set_1_72967c43-6a6b-4de5-9e49-820945adcab3.jpg?v=1786640359"},{"product_id":"490015332-3er-set-verkehrsleitkegel-verkehrshutchen-pylone-reflektierend-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 3 trafikkegler trafikkegle pylon reflekterende vægtet 51cm rød\/hvid med tung base","description":"\u003cstrong\u003e\u003cfont face=\"Helvetica\" size=\"3\"\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/font\u003e\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige afspærringer og tydelige markeringer på udendørsarealer. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eTrafikkeglen er fleksibel og kan også køres over uden at forårsage skade på bilen. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eIdeel til:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eByggepladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde, arrangementer\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eParkeringspladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003ePrivate ejendomme\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFunktioner:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eReflekterende stribe: For optimal synlighed i mørket\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFast base: Stabil støtte selv i vind og vejr\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLet og bærbar: Let at transportere og sætte op\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eVejrbestandig: Velegnet til langvarig udendørs brug\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003e3 x trafikkegler\u003c\/span\u003e","brand":"ECD Germany","offers":[{"title":"Sæt med 3 stk. \/ Standardtitel","offer_id":44096446726320,"sku":"490015332","price":27.76,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/3xIP-2239_set_3_4763b619-ef4a-4b75-96f4-eb42cedbc109.jpg?v=1786640359"},{"product_id":"490015333-4er-set-verkehrsleitkegel-verkehrshutchen-pylone-reflektierend-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 4 trafikkegler trafikkegle pylon reflekterende vægtet 51cm rød\/hvid med tung base","description":"\u003cstrong\u003e\u003cfont face=\"Helvetica\" size=\"3\"\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/font\u003e\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige afspærringer og tydelige markeringer på udendørsarealer. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eTrafikkeglen er fleksibel og kan også køres over uden at forårsage skade på bilen. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eIdeel til:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eByggepladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde, arrangementer\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eParkeringspladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003ePrivate ejendomme\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFunktioner:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eReflekterende stribe: For optimal synlighed i mørket\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFast base: Stabil støtte selv i vind og vejr\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLet og bærbar: Let at transportere og sætte op\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eVejrbestandig: Velegnet til langvarig udendørs brug\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003e4 x trafikkegler\u003c\/span\u003e","brand":"ECD Germany","offers":[{"title":"Sæt med 4 stk. \/ Standardtitel","offer_id":44096446955696,"sku":"490015333","price":33.13,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/4xIP-2239_set_3_0fce3602-708f-4abe-9759-6fde0bcc93aa.jpg?v=1786640360"},{"product_id":"490015334-5er-set-verkehrsleitkegel-verkehrshutchen-pylone-reflektierend-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 5 trafikkegler trafikkegle pylon reflekterende vægtet 51cm rød\/hvid med tung base","description":"\u003cstrong\u003e\u003cfont face=\"Helvetica\" size=\"3\"\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/font\u003e\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige afspærringer og tydelige markeringer på udendørsarealer. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eTrafikkeglen er fleksibel og kan også køres over uden at forårsage skade på bilen. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eIdeel til:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eByggepladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde, arrangementer\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eParkeringspladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003ePrivate ejendomme\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFunktioner:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eReflekterende stribe: For optimal synlighed i mørket\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFast base: Stabil støtte selv i vind og vejr\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLet og bærbar: Let at transportere og sætte op\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eVejrbestandig: Velegnet til langvarig udendørs brug\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003e5 x trafikkegler\u003c\/span\u003e","brand":"ECD Germany","offers":[{"title":"Sæt med 5 stk. \/ Standardtitel","offer_id":44096446988464,"sku":"490015334","price":37.7,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/5xIP-2239_set_3_9a394b58-c450-4fc3-9c74-9a5e925a3efb.jpg?v=1786640361"},{"product_id":"490015339-10er-set-verkehrsleitkegel-verkehrshutchen-pylone-reflektierend-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 10 trafikkegler trafikkegle pylon reflekterende vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003e\u003cfont face=\"Helvetica\" size=\"3\"\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/font\u003e\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige afspærringer og tydelige markeringer på udendørsarealer. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eTrafikkeglen er fleksibel og kan også køres over uden at forårsage skade på bilen. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eIdeel til:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eByggepladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003evejarbejde, arrangementer\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eParkeringspladser\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003ePrivate ejendomme\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFunktioner:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eReflekterende stribe: For optimal synlighed i mørket\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eFast base: Stabilt stativ selv i vind og vejr\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLet og bærbar: Let at transportere og sætte op\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eVejrbestandig: Velegnet til langvarig udendørs brug\u003c\/span\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cstrong style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: bold; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cbr style=\"box-sizing: border-box; font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\" \/\u003e\n\u003cspan style=\"font-size: 14px; font-family: \u0026quot;Titillium Web\u0026quot;, Helvetica, Arial, sans-serif; white-space: normal; word-spacing: 0px; text-transform: none; float: none; font-weight: 400; color: rgb(51,51,51); font-style: normal; orphans: 2; widows: 2; display: inline !important; letter-spacing: normal; background-color: rgb(255,255,255); text-indent: 0px; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"\u003e10 x trafikkegler\u003c\/span\u003e","brand":"ECD Germany","offers":[{"title":"Sæt med 10 stk. \/ Standardtitel","offer_id":44096447021232,"sku":"490015339","price":63.73,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/10xIP-2239_set_3_370591e5-c92a-402a-b6f5-729308ea2725.jpg?v=1786640363"},{"product_id":"490014752-3er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 3 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 2 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2x pyloner orange-hvid reflekterende trafikkegle advarselskegle 50 cm høj.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 3 stk. \/ Standardtitel","offer_id":44334824685744,"sku":"490014752","price":24.46,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/3xIP-257_set_4_63339afe-7497-4a49-b892-d5139bb663ff.jpg?v=1786641477"},{"product_id":"322008342-6er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 6 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 6 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n6x pyloner orange-hvide reflekterende trafikkegler advarselskegler, 50 cm høje.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n6 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 6 stk. \/ Standardtitel","offer_id":44595553730736,"sku":"322008342","price":38.09,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-257_x6_fc8eb229-1599-4a5d-8c99-6a2db2f4ac7c.jpg?v=1786641883"},{"product_id":"322008343-8er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 8 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 8 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n8x pyloner orange-hvide reflekterende trafikkegler advarselskegler, 50 cm høje.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n8 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 8 stk. \/ Standardtitel","offer_id":44595553894576,"sku":"322008343","price":47.17,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-257_x8_d7b49fec-a5ae-46e1-b379-500e4c9a338d.jpg?v=1786641884"},{"product_id":"490014753-5er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 5 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 2 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2x pyloner orange-hvid reflekterende trafikkegle advarselskegle 50 cm høj.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 5 stk. \/ Standardtitel","offer_id":44595554615472,"sku":"490014753","price":33.55,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/5xIP-257_set_4_9ba0f139-3104-44bb-9695-dfaac1540968.jpg?v=1786641885"},{"product_id":"490014754-7er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 7 trafikkegler Advarselskegler Trafikkegler 47 cm orange\/hvide","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 2 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2x pyloner orange-hvid reflekterende trafikkegle advarselskegle 50 cm høj.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 7 stk. \/ Standardtitel","offer_id":44595554779312,"sku":"490014754","price":42.64,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/7xIP-257_set_4_255f54c1-9f47-43cd-b3ec-db529356d544.jpg?v=1786641885"},{"product_id":"490014755-9er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 9 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 2 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2x pyloner orange-hvid reflekterende trafikkegle advarselskegle 50 cm høj.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 9 stk. \/ Standardtitel","offer_id":44595554910384,"sku":"490014755","price":51.72,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/9xIP-257_set_4_78015d4d-d1cb-4c57-b28c-b07e0ebfdf00.jpg?v=1786641887"},{"product_id":"490014756-12er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 12 trafikkegler advarselskegler trafikkegler 47 cm orange\/hvid","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 2 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2x pyloner orange-hvid reflekterende trafikkegle advarselskegle 50 cm høj.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 12 stk. \/ Standardtitel","offer_id":44595555106992,"sku":"490014756","price":65.34,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/12xIP-257_set_3_8d99f592-31f3-4922-8a0c-c54cfe3735cb.jpg?v=1786641887"},{"product_id":"490014757-20er-set-verkehrskegel-pylone-warnkegel-verkehrshutchen-47-cm-orange-weiss","title":"Sæt med 20 trafikkegler Advarselskegler Trafikkegler 47 cm orange\/hvide","description":"\u003cstrong\u003eBeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nDu byder på 2 stk. trafikkegler af stærkt PVC-materiale, tidligere også kendt som \u0026quot;L\u0026uuml;becker H\u0026uuml;tchen\u0026quot;. Trafikkeglen er 50 cm høj, rød med 2 hvide striber, lavet af PVC, dagslysende og vejer ca. 900 gram. Den har et areal på ca. 295 x 295 mm.\u003cbr \/\u003e\nTrafikkeglen er fleksibel og kan også køres over uden at beskadige bilen. Bemærk venligst, at du ikke må bruge disse trafikkegler på StVO's område uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på private ejendomme, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, i køreskoler og på øvelsespladser, i karting og på legepladser for børn.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2x pyloner orange-hvid reflekterende trafikkegle advarselskegle 50 cm høj.\u003cbr \/\u003e\nOrange trafikkegle med 2 hvide refleksstriber\u003cbr \/\u003e\n50 cm høj og 900 g i vægt\u003cbr \/\u003e\nFodaftryk er 295 x 295 mm\u003cbr \/\u003e\nIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n2 x trafikkegle","brand":"ECD Germany","offers":[{"title":"Sæt med 20 stk. \/ Standardtitel","offer_id":44595566772400,"sku":"490014757","price":103.53,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/20xIP-257_set_3_14e5a357-6e78-4b13-9158-8e30437440a7.jpg?v=1786641891"},{"product_id":"490015335-6er-set-verkehrsleitkegel-verkehrshutchen-pylone-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 6 trafikkegler trafikkegle pylon vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003eBeskrivelse af produktet:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cstrong\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/strong\u003e\u003cbr \/\u003e\nDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige barrierer og tydelige markeringer i udendørs områder. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003cbr \/\u003e\nHoldbare, tunge trafikkegler er stabile takket være deres lave tyngdepunkt. Takket være det lave tyngdepunkt i trafikkeglerne med den tunge bund vælter keglerne ikke selv i stærk vind.\u003cbr \/\u003e\nDenne trafikkegle har en ekstremt robust base. Meget nem at sætte op, stort forsænket greb ved hovedet, så du hurtigt kan sætte keglerne op, selv når du har handsker på.\u003cbr \/\u003e\nTrafikkeglerne kan stables oven på hinanden, perfekt til opbevaring uden at spilde en masse plads.\u003cbr \/\u003e\nKeglen er fleksibel og kan også køres over, uden at bilen tager skade. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eIdeel til:\u003c\/strong\u003e\u003cbr \/\u003e\nByggepladser\u003cbr \/\u003e\nvejarbejde\u003cbr \/\u003e\nvejarbejde, arrangementer\u003cbr \/\u003e\nParkeringspladser\u003cbr \/\u003e\nPrivate ejendomme\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cstrong\u003eReflekterende stribe: \u003c\/strong\u003eFor optimal synlighed i mørket.\u003cbr \/\u003e\n\u003cstrong\u003eFast base:\u003c\/strong\u003e Stabilt stativ selv i vind og vejr.\u003cbr \/\u003e\n\u003cstrong\u003eLetvægt: \u003c\/strong\u003eNem at transportere og sætte op.\u003cbr \/\u003e\n\u003cstrong\u003eBærbar: \u003c\/strong\u003eLet at bære takket være håndtaget.\u003cbr \/\u003e\n\u003cstrong\u003eVejrbestandig:\u003c\/strong\u003e Velegnet til langvarig udendørs brug.\u003cbr \/\u003e\n\u003cstrong\u003eAlsidig: \u003c\/strong\u003eIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n6 x trafikkegler","brand":"ECD Germany","offers":[{"title":"Sæt med 6 stk. \/ Standardtitel","offer_id":44595603636400,"sku":"490015335","price":43.06,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/6xIP-2239_set_3_766c52ea-4028-41ad-9bde-e503f74c165e.jpg?v=1786641895"},{"product_id":"490015336-7er-set-verkehrsleitkegel-verkehrshutchen-pylone-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 7 trafikkegler trafikkegle pylon vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/strong\u003e\u003cbr \/\u003e\nDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige barrierer og tydelige markeringer i udendørs områder. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003cbr \/\u003e\nHoldbare, tunge trafikkegler er stabile takket være deres lave tyngdepunkt. Takket være det lave tyngdepunkt i trafikkeglerne med den tunge bund vælter keglerne ikke, selv i stærk vind.\u003cbr \/\u003e\nDenne trafikkegle har en ekstremt robust base. Meget nem at sætte op, stort forsænket greb ved hovedet, så du hurtigt kan sætte keglerne op, selv når du har handsker på.\u003cbr \/\u003e\nTrafikkeglerne kan stables oven på hinanden, perfekt til opbevaring uden at spilde en masse plads.\u003cbr \/\u003e\nKeglen er fleksibel og kan også køres over, uden at bilen tager skade. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eIdeel til:\u003c\/strong\u003e\u003cbr \/\u003e\nByggepladser\u003cbr \/\u003e\nvejarbejde\u003cbr \/\u003e\nvejarbejde, arrangementer\u003cbr \/\u003e\nParkeringspladser\u003cbr \/\u003e\nPrivate ejendomme\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cstrong\u003eReflekterende stribe: \u003c\/strong\u003eFor optimal synlighed i mørket.\u003cbr \/\u003e\n\u003cstrong\u003eFast base:\u003c\/strong\u003e Stabilt stativ selv i vind og vejr.\u003cbr \/\u003e\n\u003cstrong\u003eLetvægt: \u003c\/strong\u003eNem at transportere og sætte op.\u003cbr \/\u003e\n\u003cstrong\u003eBærbar: \u003c\/strong\u003eLet at bære takket være håndtaget.\u003cbr \/\u003e\n\u003cstrong\u003eVejrbestandig:\u003c\/strong\u003e Velegnet til langvarig udendørs brug.\u003cbr \/\u003e\n\u003cstrong\u003eAlsidig: \u003c\/strong\u003eIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n7 x trafikkegler","brand":"ECD Germany","offers":[{"title":"Sæt med 7 stk. \/ Standardtitel","offer_id":44595628638384,"sku":"490015336","price":48.43,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/7xIP-2239_set_3_8291e80e-6112-4eda-9eeb-07cf1c9f9b28.jpg?v=1786641899"},{"product_id":"490015337-8er-set-verkehrsleitkegel-verkehrshutchen-pylone-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 8 trafikkegler trafikkegle pylon vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/strong\u003e\u003cbr \/\u003e\nDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige barrierer og tydelige markeringer i udendørs områder. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003cbr \/\u003e\nHoldbare, tunge trafikkegler er stabile takket være deres lave tyngdepunkt. Takket være det lave tyngdepunkt i trafikkeglerne med den tunge bund vælter keglerne ikke selv i stærk vind.\u003cbr \/\u003e\nDenne trafikkegle har en ekstremt robust base. Meget nem at sætte op, stort forsænket greb ved hovedet, så du hurtigt kan sætte keglerne op, selv når du har handsker på.\u003cbr \/\u003e\nTrafikkeglerne kan stables oven på hinanden, perfekt til opbevaring uden at spilde en masse plads.\u003cbr \/\u003e\nKeglen er fleksibel og kan også køres over, uden at bilen tager skade. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eIdeel til:\u003c\/strong\u003e\u003cbr \/\u003e\nByggepladser\u003cbr \/\u003e\nvejarbejde\u003cbr \/\u003e\nvejarbejde, arrangementer\u003cbr \/\u003e\nParkeringspladser\u003cbr \/\u003e\nPrivate ejendomme\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cstrong\u003eReflekterende stribe: \u003c\/strong\u003eFor optimal synlighed i mørket.\u003cbr \/\u003e\n\u003cstrong\u003eFast base:\u003c\/strong\u003e Stabilt stativ selv i vind og vejr.\u003cbr \/\u003e\n\u003cstrong\u003eLetvægt: \u003c\/strong\u003eNem at transportere og sætte op.\u003cbr \/\u003e\n\u003cstrong\u003eBærbar: \u003c\/strong\u003eLet at bære takket være håndtaget.\u003cbr \/\u003e\n\u003cstrong\u003eVejrbestandig:\u003c\/strong\u003e Velegnet til langvarig udendørs brug.\u003cbr \/\u003e\n\u003cstrong\u003eAlsidig: \u003c\/strong\u003eIdeel til private ejendomme, parkeringspladser, køreskoler og sportstræning.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n8 x trafikkegler","brand":"ECD Germany","offers":[{"title":"Sæt med 8 stk. \/ Standardtitel","offer_id":44595628933296,"sku":"490015337","price":53.8,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/8xIP-2239_set_3_a6135126-4a85-4640-8bb1-0054db4c0c05.jpg?v=1786641902"},{"product_id":"490015338-9er-set-verkehrsleitkegel-verkehrshutchen-pylone-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 9 trafikkegler trafikkegle pylon vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/strong\u003e\u003cbr \/\u003e\nDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige barrierer og tydelige markeringer i udendørs områder. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003cbr \/\u003e\nHoldbare, tunge trafikkegler er stabile takket være deres lave tyngdepunkt. Takket være det lave tyngdepunkt i trafikkeglerne med den tunge bund vælter keglerne ikke selv i stærk vind.\u003cbr \/\u003e\nDenne trafikkegle har en ekstremt robust base. Meget nem at sætte op, stort forsænket greb ved hovedet, så du hurtigt kan sætte keglerne op, selv når du har handsker på.\u003cbr \/\u003e\nTrafikkeglerne kan stables oven på hinanden, perfekt til opbevaring uden at spilde en masse plads.\u003cbr \/\u003e\nKeglen er fleksibel og kan også køres over, uden at bilen tager skade. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eIdeel til:\u003c\/strong\u003e\u003cbr \/\u003e\nByggepladser\u003cbr \/\u003e\nvejarbejde\u003cbr \/\u003e\nvejarbejde, arrangementer\u003cbr \/\u003e\nParkeringspladser\u003cbr \/\u003e\nPrivate ejendomme\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cstrong\u003eReflekterende stribe: \u003c\/strong\u003eFor optimal synlighed i mørket.\u003cbr \/\u003e\n\u003cstrong\u003eFast base:\u003c\/strong\u003e Stabilt stativ selv i vind og vejr.\u003cbr \/\u003e\n\u003cstrong\u003eLetvægt: \u003c\/strong\u003eNem at transportere og sætte op.\u003cbr \/\u003e\n\u003cstrong\u003eBærbar: \u003c\/strong\u003eLet at bære takket være håndtaget.\u003cbr \/\u003e\n\u003cstrong\u003eVejrbestandig:\u003c\/strong\u003e Velegnet til langvarig udendørs brug.\u003cbr \/\u003e\n\u003cstrong\u003eAlsidig: \u003c\/strong\u003eIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n9 x trafikkegler","brand":"ECD Germany","offers":[{"title":"Sæt med 9 stk. \/ Standardtitel","offer_id":44595629129904,"sku":"490015338","price":58.36,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/9xIP-2239_set_3_100715bb-e3cb-4a04-be01-4604b25f8b8f.jpg?v=1786641902"},{"product_id":"490015340-12er-set-verkehrsleitkegel-verkehrshutchen-pylone-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 12 trafikkegler trafikkegle pylon vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/strong\u003e\u003cbr \/\u003e\nDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige barrierer og tydelige markeringer i udendørs områder. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003cbr \/\u003e\nHoldbare, tunge trafikkegler er stabile takket være deres lave tyngdepunkt. Takket være det lave tyngdepunkt i trafikkeglerne med den tunge bund vælter keglerne ikke selv i stærk vind.\u003cbr \/\u003e\nDenne trafikkegle har en ekstremt robust base. Meget nem at sætte op, stort forsænket greb ved hovedet, så du hurtigt kan sætte keglerne op, selv når du har handsker på.\u003cbr \/\u003e\nTrafikkeglerne kan stables oven på hinanden, perfekt til opbevaring uden at spilde en masse plads.\u003cbr \/\u003e\nKeglen er fleksibel og kan også køres over, uden at bilen tager skade. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eIdeel til:\u003c\/strong\u003e\u003cbr \/\u003e\nByggepladser\u003cbr \/\u003e\nvejarbejde\u003cbr \/\u003e\nvejarbejde, arrangementer\u003cbr \/\u003e\nParkeringspladser\u003cbr \/\u003e\nPrivate ejendomme\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cstrong\u003eReflekterende stribe: \u003c\/strong\u003eFor optimal synlighed i mørket.\u003cbr \/\u003e\n\u003cstrong\u003eFast base:\u003c\/strong\u003e Stabilt stativ selv i vind og vejr.\u003cbr \/\u003e\n\u003cstrong\u003eLetvægt: \u003c\/strong\u003eNem at transportere og sætte op.\u003cbr \/\u003e\n\u003cstrong\u003eBærbar: \u003c\/strong\u003eLet at bære takket være håndtaget.\u003cbr \/\u003e\n\u003cstrong\u003eVejrbestandig:\u003c\/strong\u003e Velegnet til langvarig udendørs brug.\u003cbr \/\u003e\n\u003cstrong\u003eAlsidig: \u003c\/strong\u003eIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n12 x trafikkegler","brand":"ECD Germany","offers":[{"title":"Sæt med 12 stk. \/ Standardtitel","offer_id":44595629260976,"sku":"490015340","price":75.29,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/12xIP-2239_set_3_efaa89dd-e2c8-44e2-9a07-9e757acef6e4.jpg?v=1786641904"},{"product_id":"490015341-20er-set-verkehrsleitkegel-verkehrshutchen-pylone-beschwert-51cm-rot-weiss-mit-schwerem-fuss","title":"Sæt med 20 trafikkegler trafikkegle pylon vægt 51cm rød\/hvid med tung base","description":"\u003cstrong\u003eSynligt sikker: trafikkegle til pålidelig udendørs brug\u003c\/strong\u003e\u003cbr \/\u003e\nDenne stabile trafikkegle med en totalhøjde på 510 mm giver dig pålidelige barrierer og tydelige markeringer i udendørs områder. Keglens faste bund sikrer et sikkert greb selv i vind og vejr, mens den reflekterende stribe sikrer optimal synlighed dag og nat.\u003cbr \/\u003e\nHoldbare, tunge trafikkegler er stabile takket være deres lave tyngdepunkt. Takket være det lave tyngdepunkt i trafikkeglerne med den tunge bund vælter keglerne ikke selv i stærk vind.\u003cbr \/\u003e\nDenne trafikkegle har en ekstremt robust base. Meget nem at sætte op, stort forsænket greb ved hovedet, så du hurtigt kan sætte keglerne op, selv når du har handsker på.\u003cbr \/\u003e\nTrafikkeglerne kan stables oven på hinanden, perfekt til opbevaring uden at spilde en masse plads.\u003cbr \/\u003e\nKeglen er fleksibel og kan også køres over, uden at bilen tager skade. Bemærk, at du ikke må bruge disse trafikkegler i StVO-området uden tilladelse.\u003cbr \/\u003e\nDisse trafikkegler er ideelle til brug på privat ejendom, til private adgangsveje og parkeringspladser, men også f.eks. til sportstræning, på køreskoler og på færdselstræningspladser, i karting og på legepladser.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eIdeel til:\u003c\/strong\u003e\u003cbr \/\u003e\nByggepladser\u003cbr \/\u003e\nvejarbejde\u003cbr \/\u003e\nvejarbejde, arrangementer\u003cbr \/\u003e\nParkeringspladser\u003cbr \/\u003e\nPrivate ejendomme\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cstrong\u003eReflekterende stribe: \u003c\/strong\u003eFor optimal synlighed i mørket.\u003cbr \/\u003e\n\u003cstrong\u003eFast base:\u003c\/strong\u003e Stabilt stativ selv i vind og vejr.\u003cbr \/\u003e\n\u003cstrong\u003eLetvægt: \u003c\/strong\u003eNem at transportere og sætte op.\u003cbr \/\u003e\n\u003cstrong\u003eBærbar: \u003c\/strong\u003eLet at bære takket være håndtaget.\u003cbr \/\u003e\n\u003cstrong\u003eVejrbestandig:\u003c\/strong\u003e Velegnet til langvarig udendørs brug.\u003cbr \/\u003e\n\u003cstrong\u003eAlsidig: \u003c\/strong\u003eIdeel til private ejendomme, parkeringspladser, køreskoler og til sportstræning.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n20 x trafikkegler","brand":"ECD Germany","offers":[{"title":"Sæt med 20 stk. \/ Standardtitel","offer_id":44595629555888,"sku":"490015341","price":125.05,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/20xIP-2239_set_3_54de42c4-6f4c-450f-a434-30b59a6a2399.jpg?v=1786641904"},{"product_id":"390003063-verkehrsspiegel-o-30-cm-mit-schwenkbarer-halterung-rot","title":"Trafikspejl Ø 30 cm med drejeligt beslag Rød","description":"\u003cstrong\u003eProduktbeskrivelse:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n ECD Germany Med det praktiske trafikspejl fra , træffer du det rigtige valg, når det gælder trafiksikkerhed. Montér spejlet ved ind- og udkørsler med begrænset udsyn eller på parkeringspladser. Det forhindrer risikoen for ulykker forårsaget af blinde vinkler. Trafikspejlet er lavet af let, men robust materiale og er derfor meget holdbart.\u003cbr \/\u003e\n\u003cbr \/\u003e\nMed en synsvinkel på 130-160\u0026deg; sammen med det drejelige beslag kan alle synsretninger nemt dækkes. Installationen er enkel og ligetil.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eFunktioner:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\nTrafikspejl til pålidelig synlighed\u003cbr \/\u003e\nLetter ind- og udkørsel med begrænset udsyn\u003cbr \/\u003e\nEnkel installation\u003cbr \/\u003e\nSærligt robust og vejrbestandigt\u003cbr \/\u003e\nBetragtningsvinkel på 130-160\u0026deg;.\u003cbr \/\u003e\nDrejeligt beslag\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n\u003cbr \/\u003e\n1x trafikspejl inkl. drejeligt beslag og monteringsmateriale","brand":"ECD Germany","offers":[{"title":"Ø 30 cm \/ med beskyttelsesdæksel","offer_id":45123417571504,"sku":"390003063","price":23.33,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-1528_galerie_3_f8ee0098-18ac-4eab-86d9-c1bb5f2f03ed.jpg?v=1786644068"},{"product_id":"490019310-ecd-germany-pylone-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-gross-verkehrskegel-leitkegel-warnkegel-verkehrsleitkegel-verkehrshutchen","title":"ECD Germany | Store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, trafikledningskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e« \nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion i slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk håndtag til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabil stående\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n1 x trafikkegle 75 cm","brand":"ECD Germany","offers":[{"title":"Enkelt","offer_id":45442151514288,"sku":"490019310","price":27.34,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/IP-2523_galerie_1_clear_62782abb-29ae-4277-9242-7b9cc856ae82.jpg?v=1786645226"},{"product_id":"490019640-ecd-germany-pylonen-12er-set-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-absperrkegel-verkehrshutchen","title":"ECD Germany | Sæt med 12 store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, afspærringskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e« \nDenne trafikkegle i høj kvalitet udmærker sig ved sin robuste konstruktion af slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk håndtag til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabil stående\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n12 x trafikkegler 75 cm","brand":"ECD Germany","offers":[{"title":"12'er","offer_id":45444345594032,"sku":"490019640","price":186.36,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/12xIP-2523_set_3_d17c3d90-e7e0-4d95-8ea1-ad43800cb315.jpg?v=1786645228"},{"product_id":"490019636-ecd-germany-pylonen-4er-set-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-absperrkegel-verkehrshutchen","title":"ECD Germany | Sæt med 4 store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, afspærringskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e«\nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion af slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk håndtag til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabil ståfasthed\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n4 x trafikkegler 75 cm","brand":"ECD Germany","offers":[{"title":"4s","offer_id":45444345626800,"sku":"490019636","price":66.74,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/4xIP-2523_set_3_e9cdcbef-010c-479e-bbde-842f821b2e1d.jpg?v=1786645229"},{"product_id":"490019638-ecd-germany-pylonen-6er-set-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-absperrkegel-verkehrshutchen","title":"ECD Germany | Sæt med 6 store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, afspærringskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e«\nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion af slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk greb til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabil stående\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n6 x trafikkegler 75 cm","brand":"ECD Germany","offers":[{"title":"6s","offer_id":45444345659568,"sku":"490019638","price":93.15,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/6xIP-2523_set_3_beda9f4c-dc1f-44c3-955b-da1437004a5f.jpg?v=1786645231"},{"product_id":"490019641-ecd-germany-pylonen-20er-set-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-absperrkegel-verkehrshutchen","title":"ECD Germany | Sæt med 20 store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, afspærringskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e«\nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion i slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk håndtag til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabilt fodfæste\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n20 x trafikkegler 75 cm","brand":"ECD Germany","offers":[{"title":"20'erne","offer_id":45444345692336,"sku":"490019641","price":320.01,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/20xIP-2523_set_3_7b67aa70-9a0c-4194-a97c-2fde9d23263e.jpg?v=1786645232"},{"product_id":"490019635-ecd-germany-pylonen-3er-set-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-absperrkegel-verkehrshutchen","title":"ECD Germany | Sæt med 3 store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, afspærringskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e«\nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion af slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk greb til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabilt fodfæste\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n3 x trafikkegler 75 cm","brand":"ECD Germany","offers":[{"title":"3s","offer_id":45444345725104,"sku":"490019635","price":55.13,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/3xIP-2523_set_3_6cf31daf-2a1d-406e-8993-b9751de70a42.jpg?v=1786645235"},{"product_id":"490019639-ecd-germany-pylonen-10er-set-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-absperrkegel-verkehrshutchen","title":"ECD Germany | Sæt med 10 store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, afspærringskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e« \nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion i slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk håndtag til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabil stående\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n10 x trafikkegler 75 cm","brand":"ECD Germany","offers":[{"title":"10s","offer_id":45444345757872,"sku":"490019639","price":159.97,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/10xIP-2523_set_3_ae7a5b31-0521-4455-8547-0d263698d5a7.jpg?v=1786645236"},{"product_id":"490019637-ecd-germany-pylonen-5er-set-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-absperrkegel-verkehrshutchen","title":"ECD Germany | Sæt med 5 store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, afspærringskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e« \nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion af slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk håndtag til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabil ståfasthed\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n5 x trafikkegler 75 cm","brand":"ECD Germany","offers":[{"title":"5s","offer_id":45444345790640,"sku":"490019637","price":79.98,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/5xIP-2523_set_3_ca50da15-6146-414b-8a38-3af450b5c1bd.jpg?v=1786645236"},{"product_id":"490019634-ecd-germany-pylonen-2er-set-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-absperrkegel-verkehrshutchen","title":"ECD Germany | Sæt med 2 store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, afspærringskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e«\nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion i slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk håndtag til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabil stående\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n2 x trafikkegler 75 cm","brand":"ECD Germany","offers":[{"title":"2s","offer_id":45444345823408,"sku":"490019634","price":44.34,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/2xIP-2523_set_1_18895aaa-2daa-4b6a-b6e3-e311b468a70b.jpg?v=1786645232"},{"product_id":"p490019310-ecd-germany-pylonen-gross-mit-2-reflektierenden-streifen-75-cm-aus-pe-orange-verkehrskegel-leitkegel-warnkegel-verkehrsleitkegel-verkehrshutchen","title":"ECD Germany | Store pyloner med 2 reflekterende striber, 75 cm, af PE, orange, trafikkegler, vejledningskegler, advarselskegler, trafikledningskegler, trafikhætter","description":"\u003cstrong\u003eTrafikkegle\u003c\/strong\u003e »\u003cbr \/\u003e« \nDenne trafikkegle af høj kvalitet udmærker sig ved sin robuste konstruktion i slidstærkt polyethylen (PE) og sin iøjnefaldende orange signalfarve. Takket være de to reflekterende striber er keglen godt synlig, selv under dårlige lysforhold. Det slidstærke termoplastmateriale gør trafikkeglen særligt holdbar, fleksibel og modstandsdygtig over for vejrpåvirkninger samt mekanisk belastning. Takket være det integrerede håndtag kan trafikkeglen nemt transporteres og hurtigt stilles op. Desuden kan keglerne stables pladsbesparende og er dermed særligt praktiske til opbevaring og transport.\u003cbr \/\u003e\nUanset om det drejer sig om store kegler til parkeringspladser, virksomhedsområder, byggepladser, indkørsler eller private grunde \u0026ndash; denne advarselskegle er fremragende egnet til afmærkning og sikring af de mest forskelligartede områder. Trafikkeglerne yder også pålidelig service ved køresikkerhedskurser, sportsbegivenheder eller trafikøvelsespladser. Bemærk venligst, at anvendelse i den offentlige vejtrafik kun må ske i overensstemmelse med gældende regler og med den nødvendige tilladelse.\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eEgenskaber:\u003c\/strong\u003e\u003cbr \/\u003e\nRobust trafikkegle af polyethylen (PE)\u003cbr \/\u003e\nIøjnefaldende orange signalfarve\u003cbr \/\u003e\nTo reflekterende striber for bedre synlighed\u003cbr \/\u003e\nKan stables for pladsbesparende opbevaring\u003cbr \/\u003e\nPraktisk håndtag til nem transport\u003cbr \/\u003e\nVejrbestandig og holdbar\u003cbr \/\u003e\nMed konisk form og bred base for stabil stående\u003cbr \/\u003e\nIdeel til parkeringspladser, virksomhedsområder, indkørsler og sportstræning\u003cbr \/\u003e\nOgså velegnet til køreskoler og trafikøvelsespladser\u003cbr \/\u003e\n\u003cbr \/\u003e\n\u003cstrong\u003eLeveringsomfang:\u003c\/strong\u003e\u003cbr \/\u003e\n1 x trafikkegle 75 cm","brand":"ECD Germany","offers":[{"title":"10s","offer_id":45444345757872,"sku":"490019639","price":159.97,"currency_code":"EUR","in_stock":true},{"title":"12'er","offer_id":45444345594032,"sku":"490019640","price":186.36,"currency_code":"EUR","in_stock":true},{"title":"20'erne","offer_id":45444345692336,"sku":"490019641","price":320.01,"currency_code":"EUR","in_stock":true},{"title":"2s","offer_id":45444345823408,"sku":"490019634","price":44.34,"currency_code":"EUR","in_stock":true},{"title":"3s","offer_id":45444345725104,"sku":"490019635","price":55.13,"currency_code":"EUR","in_stock":true},{"title":"4s","offer_id":45444345626800,"sku":"490019636","price":66.74,"currency_code":"EUR","in_stock":true},{"title":"5s","offer_id":45444345790640,"sku":"490019637","price":79.98,"currency_code":"EUR","in_stock":true},{"title":"6s","offer_id":45444345659568,"sku":"490019638","price":93.15,"currency_code":"EUR","in_stock":true},{"title":"Enkelt","offer_id":45442151514288,"sku":"490019310","price":27.34,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6613\/1888\/files\/10xIP-2523_set_3_ae7a5b31-0521-4455-8547-0d263698d5a7.jpg?v=1786645236"}],"url":"https:\/\/icdgermany.com\/da\/collections\/trafik-og-sikkerhedshjaelpemidler.oembed","provider":"ECD Germany","version":"1.0","type":"link"}