{"id":2483,"date":"2026-05-15T07:05:11","date_gmt":"2026-05-15T07:05:11","guid":{"rendered":"https:\/\/qchem.nl\/?page_id=2483"},"modified":"2026-05-15T10:30:08","modified_gmt":"2026-05-15T10:30:08","slug":"over-ons","status":"publish","type":"page","link":"https:\/\/qchem.nl\/index.php\/over-ons\/","title":{"rendered":"Over ons"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"max-width:1456px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><!DOCTYPE html>\n<html lang=\"nl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Over Ons | Q-Chem B.V. - Specialist in Materiaalbescherming<\/title>\n    <meta name=\"description\" content=\"Q-Chem B.V. is al meer dan 25 jaar d\u00e9 B2B specialist in houtverduurzaming en ongediertebestrijding. Ontdek onze historie, duurzame visie en technische expertise.\">\n    \n    <!-- Google Fonts: Outfit -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@100;300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n    \n    <!-- FontAwesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n    <!-- Schema.org JSON-LD voor SEO (E-E-A-T) -->\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"AboutPage\",\n      \"mainEntity\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Q-Chem B.V.\",\n        \"description\": \"Toonaangevende B2B specialist in de ontwikkeling, import en groothandel van hoogwaardige beschermingsmiddelen voor houtverduurzaming en ongediertebestrijding.\",\n        \"foundingDate\": \"2001\",\n        \"areaServed\": [\"Benelux\", \"Europa\"],\n        \"knowsAbout\": [\"Houtverduurzaming\", \"Ongediertebestrijding\", \"Biocidenverordening (BPR)\", \"Chemische productregistraties\"],\n        \"url\": \"https:\/\/qchem.nl\"\n      }\n    }\n    <\/script>\n\n    <style>\n        :root {\n            --q-petrol: #0f172a;\n            --q-emerald: #064e3b;\n            --q-gold: #b49b7e;\n            --q-cyan: #0891b2;\n            --q-slate: #334155;\n            --q-light-slate: #64748b;\n            --q-offwhite: #f8fafc;\n            --q-border: #e2e8f0;\n            --g-brand: linear-gradient(90deg, #0f172a 0%, #1e3a8a 20%, #0891b2 45%, #064e3b 70%, #14532d 85%, #b49b7e 100%);\n            --g-text: linear-gradient(to right, #0f172a 0%, #064e3b 25%, #14532d 50%, #0891b2 75%, #0f172a 100%);\n        }\n\n        body {\n            font-family: 'Outfit', sans-serif;\n            background-color: var(--q-offwhite);\n            color: var(--q-slate);\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        \/* Tekst Gradient Animatie *\/\n        .q-text-brand-gradient {\n            background: var(--g-text);\n            background-size: 200% auto;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            color: transparent;\n            animation: qTextShine 6s linear infinite;\n            display: inline-block;\n        }\n\n        @keyframes qTextShine {\n            to { background-position: 200% center; }\n        }\n\n        \/* Q-Chem Magic Wrapper (Kaarten) *\/\n        .magic-wrapper {\n            position: relative; \n            overflow: hidden; \n            padding: 2px; \n            isolation: isolate;\n            transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;\n            box-shadow: 0 10px 30px -10px rgba(0,0,0,0.06);\n            background: var(--q-border); \n            display: flex; \n            align-items: stretch; \n            border-radius: 0.75rem;\n            height: 100%; \/* Forceer gelijke hoogtes in grids *\/\n        }\n\n        .magic-wrapper:hover {\n            transform: translateY(-6px); \n            box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.12);\n        }\n\n        .magic-border-beam {\n            position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; z-index: -1;\n            background: conic-gradient(from 0deg, transparent 0deg, transparent 70deg, #1e3a8a 80deg, var(--q-cyan) 95deg, var(--q-emerald) 110deg, #14532d 125deg, var(--q-gold) 140deg, transparent 180deg);\n            animation: qSpinBorder 8s linear infinite; \n            opacity: 0; \n            transition: opacity 0.5s ease;\n        }\n\n        .magic-wrapper:hover .magic-border-beam { opacity: 1; }\n\n        @keyframes qSpinBorder { 100% { transform: rotate(360deg); } }\n\n        .magic-content {\n            background: rgba(255, 255, 255, 0.98); \n            width: 100%; \n            height: 100%; \n            position: relative; \n            z-index: 1;\n            border-radius: calc(0.75rem - 2px);\n            padding: 2.5rem;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* Scroll Animaties *\/\n        .q-fade-in-up {\n            opacity: 0; \n            transform: translateY(30px); \n            transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);\n        }\n        .q-fade-in-up.visible { opacity: 1; transform: translateY(0); }\n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        \n        \/* Achtergrond patroon *\/\n        .bg-pattern {\n            background-image: radial-gradient(#cbd5e1 1px, transparent 1px);\n            background-size: 30px 30px;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-[#f8fafc] overflow-x-hidden\">\n\n    <main id=\"q-about-story\" class=\"relative w-full pt-20 pb-24 bg-pattern\">\n        <!-- Subtiele glow achtergrond -->\n        <div class=\"absolute top-0 left-1\/2 -translate-x-1\/2 w-full max-w-4xl h-96 bg-emerald-900\/5 blur-[120px] rounded-full pointer-events-none -z-10\"><\/div>\n\n        <div class=\"max-w-[1400px] mx-auto px-6 lg:px-12 relative z-10\">\n            \n            <!-- Header Sectie -->\n            <header class=\"text-center max-w-4xl mx-auto mb-16 q-fade-in-up\">\n                <span class=\"block text-[#b49b7e] text-xs md:text-sm font-bold uppercase tracking-[0.25em] mb-4\">\n                    Ons Verhaal\n                <\/span>\n                <h1 class=\"text-4xl md:text-5xl lg:text-6xl font-light text-[#0f172a] leading-tight mb-6\">\n                    De stille kracht achter <br>\n                    <span class=\"q-text-brand-gradient font-bold\">materiaalbescherming<\/span>\n                <\/h1>\n                <div class=\"w-24 h-1 rounded-full bg-gradient-to-r from-[#0f172a] via-[#064e3b] to-[#b49b7e] mx-auto mb-8 opacity-80\"><\/div>\n                <p class=\"text-lg md:text-xl text-[#64748b] font-light leading-relaxed max-w-3xl mx-auto\">\n                    <strong>Q-chem B.V.<\/strong> houdt zich al meer dan 25 jaar bezig met de ontwikkeling, import en groothandel van producten voor materiaalbescherming. Wij leveren een compleet topassortiment waarmee we het onzichtbare, maar onmisbare schild vormen voor uw waardevolle materialen en leefomgeving.\n                <\/p>\n            <\/header>\n\n            <!-- E-E-A-T Trust Indicators -->\n            <div class=\"flex flex-wrap justify-center gap-6 md:gap-12 mb-20 q-fade-in-up delay-100\">\n                <div class=\"flex items-center gap-3 text-[#334155]\">\n                    <i class=\"fas fa-check-circle text-[#064e3b] text-xl\"><\/i>\n                    <span class=\"font-medium tracking-wide\">Sinds 2001 d\u00e9 Autoriteit<\/span>\n                <\/div>\n                <div class=\"flex items-center gap-3 text-[#334155]\">\n                    <i class=\"fas fa-handshake text-[#0891b2] text-xl\"><\/i>\n                    <span class=\"font-medium tracking-wide\">Exclusieve B2B Partner<\/span>\n                <\/div>\n                <div class=\"flex items-center gap-3 text-[#334155]\">\n                    <i class=\"fas fa-balance-scale text-[#b49b7e] text-xl\"><\/i>\n                    <span class=\"font-medium tracking-wide\">BPR Wetgeving Specialist<\/span>\n                <\/div>\n            <\/div>\n\n            <!-- Onze Historie & Visie -->\n            <section class=\"mb-24 q-fade-in-up delay-200\">\n                <div class=\"bg-white rounded-2xl p-8 md:p-12 border border-slate-100 shadow-[0_4px_20px_-5px_rgba(15,23,42,0.03)] max-w-5xl mx-auto relative overflow-hidden\">\n                    <div class=\"absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-[#0f172a] via-[#064e3b] to-[#b49b7e]\"><\/div>\n                    <div class=\"text-center mb-8\">\n                        <span class=\"text-[#0891b2] font-bold text-xs uppercase tracking-widest mb-2 block\">De Oorsprong<\/span>\n                        <h2 class=\"text-3xl font-semibold text-[#0f172a]\">Hoe ons verhaal begon<\/h2>\n                    <\/div>\n                    <div class=\"grid md:grid-cols-2 gap-8 lg:gap-12 text-[#64748b] font-light leading-relaxed\">\n                        <p>\n                            Spoel de tijd ruim 25 jaar terug. De wereld van materiaalbescherming bestond voornamelijk uit curatief handelen: pas ingrijpen als de schade al was aangericht. Wij zagen dat anders. Waarom waardevol (bouw)hout na enkele jaren vervangen, als je het een levenslang pantser kunt geven? En waarom wachten op een plaag, als preventie mogelijk is? Vanuit die frustratie, gekoppeld aan een diepe passie voor chemie en behoud, werd Q-chem opgericht. We begonnen lokaal, met een klein team, maar met een tomeloze ambitie om de markt fundamenteel te veranderen.\n                        <\/p>\n                        <p>\n                            Door de jaren heen zagen we de industrie transformeren. Milieuregelgeving werd gelukkig strenger en de roep om ecologisch verantwoorde oplossingen groeide. In plaats van ons hierdoor te laten afremmen, hebben we deze verduurzaming omarmd. Q-chem groeide uit van een gedreven pionier tot een internationale autoriteit in de ontwikkeling, import en groothandel. Onze missie vandaag de dag? Niet alleen de beste middelen leveren, maar onze professionele partners de absolute zekerheid geven dat zij hun vak veilig en succesvol kunnen uitoefenen.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- De Twee Pijlers (Hout & Ongedierte) -->\n            <section class=\"grid grid-cols-1 md:grid-cols-2 gap-8 mb-24 items-stretch\">\n                \n                <!-- Pijler 1 -->\n                <article class=\"magic-wrapper q-fade-in-up delay-100\">\n                    <div class=\"magic-border-beam\"><\/div>\n                    <div class=\"magic-content\">\n                        <div class=\"w-16 h-16 rounded-full bg-slate-50 shadow-inner flex items-center justify-center mb-8 border border-slate-100 shrink-0\">\n                            <i class=\"fas fa-tree text-2xl text-[#b49b7e]\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-2xl font-semibold text-[#0f172a] mb-4\">Houtverduurzaming<\/h3>\n                        <p class=\"text-[#64748b] font-light leading-relaxed mb-8 flex-grow\">\n                            Wij leveren een compleet topassortiment voor <strong>preventieve en curatieve houtverduurzaming<\/strong>. Onbehandeld hout is kwetsbaar. Wij ontwikkelen en leveren de middelen die houtaantasters (zoals schimmels en insecten) doeltreffend stoppen en de levensduur van constructies decennialang verlengen.\n                        <\/p>\n                        <a href=\"https:\/\/qchem.nl\/houtverduurzaming\/\" class=\"inline-flex items-center gap-2 text-sm font-bold text-[#0f172a] hover:text-[#064e3b] uppercase tracking-wider transition-colors group mt-auto w-fit\">\n                            Onze Hout-oplossingen <i class=\"fas fa-arrow-right transform group-hover:translate-x-1 transition-transform\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/article>\n\n                <!-- Pijler 2 -->\n                <article class=\"magic-wrapper q-fade-in-up delay-200\">\n                    <div class=\"magic-border-beam\"><\/div>\n                    <div class=\"magic-content\">\n                        <div class=\"w-16 h-16 rounded-full bg-slate-50 shadow-inner flex items-center justify-center mb-8 border border-slate-100 shrink-0\">\n                            <i class=\"fas fa-bug text-2xl text-[#0891b2]\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-2xl font-semibold text-[#0f172a] mb-4\">Ongediertebestrijding<\/h3>\n                        <p class=\"text-[#64748b] font-light leading-relaxed mb-8 flex-grow\">\n                            Daarnaast bieden wij een topprogramma voor effectieve <strong>ongediertebestrijding (zoals tegen wespen, fruitvliegjes en knaagdieren)<\/strong>. Wij leveren het gespecialiseerde arsenaal voor de professional om snel in te grijpen en een veilige, hygi\u00ebnische leefomgeving te garanderen.\n                        <\/p>\n                        <a href=\"https:\/\/qchem.nl\/ongedierte-preventie-bestrijding\/\" class=\"inline-flex items-center gap-2 text-sm font-bold text-[#0f172a] hover:text-[#0891b2] uppercase tracking-wider transition-colors group mt-auto w-fit\">\n                            Bekijk Ongedierte-lijn <i class=\"fas fa-arrow-right transform group-hover:translate-x-1 transition-transform\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/article>\n\n            <\/section>\n\n            <!-- Strategisch Partner Sectie (EEAT Focus & Image) -->\n            <section class=\"bg-white rounded-2xl p-8 md:p-14 lg:p-16 shadow-[0_4px_20px_-5px_rgba(15,23,42,0.05)] border border-slate-100 relative overflow-hidden mb-24 q-fade-in-up\">\n                <!-- Decoratieve accentlijn links -->\n                <div class=\"absolute top-0 left-0 w-2 h-full bg-gradient-to-b from-[#064e3b] to-[#b49b7e]\"><\/div>\n                \n                <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n                    <!-- Foto Kolom -->\n                    <div class=\"order-2 lg:order-1 relative group rounded-xl overflow-hidden shadow-xl\">\n                        <!-- Subtiele overlay voor een premium effect on hover -->\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-[#0f172a]\/40 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500 z-10\"><\/div>\n                        <img decoding=\"async\" \n                            data-src=\"https:\/\/qchem.nl\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-15-mei-2026-09_11_29.png\" \n                            alt=\"Q-Chem B.V. faciliteit en expertise in materiaalbescherming\" \n                            class=\"w-full h-auto object-cover aspect-[4\/3] transform group-hover:scale-105 transition-transform duration-700 ease-out block lazyload\"\n                           \n                         src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1697px; --smush-placeholder-aspect-ratio: 1697\/927;\">\n                    <\/div>\n                    \n                    <!-- Tekst Kolom -->\n                    <div class=\"order-1 lg:order-2\">\n                        <span class=\"text-[#0891b2] font-bold text-xs md:text-sm uppercase tracking-widest mb-3 block\">Onze Transformatie<\/span>\n                        <h2 class=\"text-3xl md:text-4xl font-semibold text-[#0f172a] leading-tight mb-6\">\n                            Kwaliteit, duurzaamheid en opvallende kennis\n                        <\/h2>\n                        <p class=\"text-lg text-[#64748b] font-light leading-relaxed mb-6\">\n                            Onze middelen staan in de markt bekend om hun <strong>kwaliteit, duurzaamheid en snelle levering<\/strong>. Maar wat ons \u00e9cht onderscheidt als strategisch partner, is dat de specialistische kennis van onze producten meer dan opvallend is.\n                        <\/p>\n                        <p class=\"text-[#64748b] font-light leading-relaxed mb-6\">\n                            De wereld van chemie en biociden is ongekend complex. Daarom adviseert Q-chem B.V. bedrijven actief over toepasselijke <strong>wet- en regelgeving, productregistraties en technische aspecten<\/strong> van het gebruik van deze middelen.\n                        <\/p>\n                        <p class=\"text-[#64748b] font-light leading-relaxed\">\n                            Wij vertalen abstracte theorie naar gecertificeerd advies voor op de werkvloer. Zodat u altijd compliant werkt en het maximale rendement uit onze producten haalt, met minimale risico's.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Onze Kernwaarden -->\n            <section class=\"mb-24 q-fade-in-up\">\n                <div class=\"text-center mb-12\">\n                    <span class=\"text-[#064e3b] font-bold text-xs md:text-sm uppercase tracking-widest mb-3 block\">Waar wij in geloven<\/span>\n                    <h2 class=\"text-3xl font-semibold text-[#0f172a]\">Het DNA van Q-Chem<\/h2>\n                <\/div>\n                <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n                    <!-- Waarde 1 -->\n                    <div class=\"bg-white p-8 rounded-xl border border-slate-100 shadow-[0_4px_20px_-5px_rgba(15,23,42,0.03)] text-center transform transition-transform hover:-translate-y-2\">\n                        <i class=\"fas fa-leaf text-3xl text-[#064e3b] mb-5\"><\/i>\n                        <h4 class=\"text-lg font-bold text-[#0f172a] mb-3\">Duurzaamheid<\/h4>\n                        <p class=\"text-sm text-[#64748b] leading-relaxed\">Verlenging van de levensduur van materialen voorkomt onnodige verspilling. Wij jagen continu op groenere en schonere chemische innovaties.<\/p>\n                    <\/div>\n                    <!-- Waarde 2 -->\n                    <div class=\"bg-white p-8 rounded-xl border border-slate-100 shadow-[0_4px_20px_-5px_rgba(15,23,42,0.03)] text-center transform transition-transform hover:-translate-y-2\">\n                        <i class=\"fas fa-shield-alt text-3xl text-[#0891b2] mb-5\"><\/i>\n                        <h4 class=\"text-lg font-bold text-[#0f172a] mb-3\">Veiligheid<\/h4>\n                        <p class=\"text-sm text-[#64748b] leading-relaxed\">De veiligheid van de applicateur \u00e9n het milieu is heilig. Onze protocollen en trainingen waarborgen een risicovrije toepassing.<\/p>\n                    <\/div>\n                    <!-- Waarde 3 -->\n                    <div class=\"bg-white p-8 rounded-xl border border-slate-100 shadow-[0_4px_20px_-5px_rgba(15,23,42,0.03)] text-center transform transition-transform hover:-translate-y-2\">\n                        <i class=\"fas fa-award text-3xl text-[#b49b7e] mb-5\"><\/i>\n                        <h4 class=\"text-lg font-bold text-[#0f172a] mb-3\">Compromisloos<\/h4>\n                        <p class=\"text-sm text-[#64748b] leading-relaxed\">In onze branche is er geen ruimte voor fouten. Wij werken uitsluitend met bewezen A-merken die hun absolute effectiviteit hebben aangetoond.<\/p>\n                    <\/div>\n                    <!-- Waarde 4 -->\n                    <div class=\"bg-white p-8 rounded-xl border border-slate-100 shadow-[0_4px_20px_-5px_rgba(15,23,42,0.03)] text-center transform transition-transform hover:-translate-y-2\">\n                        <i class=\"fas fa-graduation-cap text-3xl text-[#0f172a] mb-5\"><\/i>\n                        <h4 class=\"text-lg font-bold text-[#0f172a] mb-3\">Kennisdeling<\/h4>\n                        <p class=\"text-sm text-[#64748b] leading-relaxed\">Kennis is pas waardevol als je het deelt. Wij verhogen het niveau van de hele sector door onze partners proactief te informeren en te trainen.<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- B2B & Europa Sectie -->\n            <section class=\"q-fade-in-up delay-100\">\n                <div class=\"text-center mb-14\">\n                    <h2 class=\"text-3xl font-semibold text-[#0f172a] mb-4\">Zij aan zij met de professional<\/h2>\n                    <p class=\"!text-[#64748b] max-w-2xl mx-auto font-light leading-relaxed text-justify hyphens-auto\" style=\"text-align: justify !important;\">\n                        De onderneming richt zich <strong>uitsluitend op zakelijke klanten (B2B)<\/strong>. Onze vaste partners bestaan uit vakmensen, zoals houtverduurzamingsbedrijven, professionele ongediertebestrijders en gespecialiseerde groothandels die onze visie op kwaliteit delen.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6 items-stretch\">\n                    <!-- Regio 1 -->\n                    <article class=\"bg-white p-8 md:p-10 rounded-xl border border-slate-100 shadow-sm hover:shadow-md transition-shadow text-center flex flex-col h-full\">\n                        <div class=\"w-14 h-14 bg-slate-50 text-[#0f172a] rounded-full flex items-center justify-center mx-auto mb-6 shrink-0 border border-slate-100\">\n                            <i class=\"fas fa-map-marker-alt text-xl\"><\/i>\n                        <\/div>\n                        <h4 class=\"text-xl font-bold text-[#0f172a] mb-4\">Benelux<\/h4>\n                        <p class=\"text-[#64748b] font-light leading-relaxed\">\n                            Onze hoogwaardige <strong>houtverduurzamingsmiddelen<\/strong> worden met name in de Benelux verkocht, bliksemsnel geleverd aan de lokale professional.\n                        <\/p>\n                    <\/article>\n\n                    <!-- Regio 2 (Accent Kaart) -->\n                    <article class=\"bg-[#0f172a] p-8 md:p-10 rounded-xl shadow-[0_15px_30px_-10px_rgba(15,23,42,0.3)] text-center relative overflow-hidden transform md:-translate-y-4 flex flex-col h-full border-t-4 border-[#b49b7e]\">\n                        <div class=\"absolute top-0 right-0 w-32 h-32 bg-[#b49b7e] opacity-10 rounded-full blur-2xl pointer-events-none\"><\/div>\n                        <div class=\"w-14 h-14 bg-white\/10 text-[#0891b2] rounded-full flex items-center justify-center mx-auto mb-6 shrink-0 backdrop-blur-sm\">\n                            <i class=\"fas fa-globe-europe text-xl\"><\/i>\n                        <\/div>\n                        <h4 class=\"text-xl font-bold !text-white mb-4\" style=\"color: #ffffff !important;\">Heel Europa<\/h4>\n                        <p class=\"!text-white font-light leading-relaxed opacity-90\" style=\"color: #ffffff !important;\">\n                            Onze effectieve <strong class=\"!text-white font-semibold\" style=\"color: #ffffff !important;\">ongediertebestrijdingsmiddelen<\/strong> worden door heel Europa verkocht en succesvol ingezet door top-experts.\n                        <\/p>\n                    <\/article>\n\n                    <!-- Regio 3 -->\n                    <article class=\"bg-white p-8 md:p-10 rounded-xl border border-slate-100 shadow-sm hover:shadow-md transition-shadow text-center flex flex-col h-full\">\n                        <div class=\"w-14 h-14 bg-slate-50 text-[#064e3b] rounded-full flex items-center justify-center mx-auto mb-6 shrink-0 border border-slate-100\">\n                            <i class=\"fas fa-flag text-xl\"><\/i>\n                        <\/div>\n                        <h4 class=\"text-xl font-bold text-[#0f172a] mb-4\">Frankrijk<\/h4>\n                        <p class=\"text-[#64748b] font-light leading-relaxed\">\n                            Zusterfirma <strong>Q-chem France sarl<\/strong> verkoopt met name de houtverduurzamingsmiddelen in Frankrijk, met exact dezelfde toewijding.\n                        <\/p>\n                    <\/article>\n                <\/div>\n            <\/section>\n\n            <!-- Afsluiting -->\n            <div class=\"mt-28 text-center q-fade-in-up delay-200\">\n                <div class=\"inline-block p-[1px] rounded-full bg-gradient-to-r from-[#0f172a] via-[#064e3b] to-[#b49b7e] mb-6\">\n                    <div class=\"bg-[#f8fafc] px-8 py-3 rounded-full\">\n                        <p class=\"text-xl md:text-2xl font-light text-[#0f172a] tracking-wide\">\n                            <strong class=\"font-semibold\">Q-chem B.V.<\/strong> \u2014 Al 25 jaar uw bewaker van kwaliteit.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/main>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ Intersection Observer voor de soepele 'fade-in-up' animaties\n            const observer = new IntersectionObserver((entries, obs) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                        obs.unobserve(entry.target); \/\/ Stop met observeren zodra de animatie is gestart\n                    }\n                });\n            }, { \n                threshold: 0.15, \n                rootMargin: \"0px 0px -50px 0px\"\n            });\n            \n            document.querySelectorAll('.q-fade-in-up').forEach(el => observer.observe(el));\n        });\n    <\/script>\n<\/body>\n<\/html><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-0{width:100% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-0 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 1.92%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 1.92%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-0{width:100% !important;order : 0;}.fusion-builder-column-0 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-0{width:100% !important;order : 0;}.fusion-builder-column-0 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-1{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2483","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Over ons - Q-Chem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/qchem.nl\/index.php\/over-ons\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Over ons - Q-Chem\" \/>\n<meta property=\"og:url\" content=\"https:\/\/qchem.nl\/index.php\/over-ons\/\" \/>\n<meta property=\"og:site_name\" content=\"Q-Chem\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-15T10:30:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/qchem.nl\\\/index.php\\\/over-ons\\\/\",\"url\":\"https:\\\/\\\/qchem.nl\\\/index.php\\\/over-ons\\\/\",\"name\":\"Over ons - Q-Chem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/qchem.nl\\\/#website\"},\"datePublished\":\"2026-05-15T07:05:11+00:00\",\"dateModified\":\"2026-05-15T10:30:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/qchem.nl\\\/index.php\\\/over-ons\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/qchem.nl\\\/index.php\\\/over-ons\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/qchem.nl\\\/index.php\\\/over-ons\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/qchem.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Over ons\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/qchem.nl\\\/#website\",\"url\":\"https:\\\/\\\/qchem.nl\\\/\",\"name\":\"Q-Chem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/qchem.nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/qchem.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/qchem.nl\\\/#organization\",\"name\":\"Qchem\",\"url\":\"https:\\\/\\\/qchem.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/qchem.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/qchem.nl\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/qchem_logo_2x.png?fit=172%2C200&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/qchem.nl\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/qchem_logo_2x.png?fit=172%2C200&ssl=1\",\"width\":172,\"height\":200,\"caption\":\"Qchem\"},\"image\":{\"@id\":\"https:\\\/\\\/qchem.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Over ons - Q-Chem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/qchem.nl\/index.php\/over-ons\/","og_locale":"nl_NL","og_type":"article","og_title":"Over ons - Q-Chem","og_url":"https:\/\/qchem.nl\/index.php\/over-ons\/","og_site_name":"Q-Chem","article_modified_time":"2026-05-15T10:30:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/qchem.nl\/index.php\/over-ons\/","url":"https:\/\/qchem.nl\/index.php\/over-ons\/","name":"Over ons - Q-Chem","isPartOf":{"@id":"https:\/\/qchem.nl\/#website"},"datePublished":"2026-05-15T07:05:11+00:00","dateModified":"2026-05-15T10:30:08+00:00","breadcrumb":{"@id":"https:\/\/qchem.nl\/index.php\/over-ons\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/qchem.nl\/index.php\/over-ons\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/qchem.nl\/index.php\/over-ons\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/qchem.nl\/"},{"@type":"ListItem","position":2,"name":"Over ons"}]},{"@type":"WebSite","@id":"https:\/\/qchem.nl\/#website","url":"https:\/\/qchem.nl\/","name":"Q-Chem","description":"","publisher":{"@id":"https:\/\/qchem.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/qchem.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/qchem.nl\/#organization","name":"Qchem","url":"https:\/\/qchem.nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/qchem.nl\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/qchem.nl\/wp-content\/uploads\/2020\/01\/qchem_logo_2x.png?fit=172%2C200&ssl=1","contentUrl":"https:\/\/i0.wp.com\/qchem.nl\/wp-content\/uploads\/2020\/01\/qchem_logo_2x.png?fit=172%2C200&ssl=1","width":172,"height":200,"caption":"Qchem"},"image":{"@id":"https:\/\/qchem.nl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/qchem.nl\/index.php\/wp-json\/wp\/v2\/pages\/2483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qchem.nl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qchem.nl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qchem.nl\/index.php\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/qchem.nl\/index.php\/wp-json\/wp\/v2\/comments?post=2483"}],"version-history":[{"count":8,"href":"https:\/\/qchem.nl\/index.php\/wp-json\/wp\/v2\/pages\/2483\/revisions"}],"predecessor-version":[{"id":2494,"href":"https:\/\/qchem.nl\/index.php\/wp-json\/wp\/v2\/pages\/2483\/revisions\/2494"}],"wp:attachment":[{"href":"https:\/\/qchem.nl\/index.php\/wp-json\/wp\/v2\/media?parent=2483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}