Skip to main content

Charlie works

/* ---------- Tokens ---------- */ #cw-weert{ --cw-orange:#E8611A; --cw-orange-dark:#C84E10; --cw-ink:#241F1B; --cw-body:#4A443E; --cw-cream:#F3EBDA; --cw-tint:#FCE7D8; --cw-line:#E3D7C2; --cw-white:#ffffff; --cw-font:'Avenir','Avenir Next','Nunito','Trebuchet MS',sans-serif; font-family:var(--cw-font) !important; color:var(--cw-body) !important; line-height:1.6 !important; -webkit-font-smoothing:antialiased; } #cw-weert *{box-sizing:border-box !important;} #cw-weert p{margin:0 0 1em !important;} #cw-weert h1,#cw-weert h2,#cw-weert h3{ font-family:var(--cw-font) !important; color:var(--cw-ink) !important; line-height:1.12 !important; margin:0 0 .5em !important; letter-spacing:-.01em !important; } #cw-weert a{text-decoration:none !important;} #cw-weert img{max-width:100% !important;display:block !important;} /* ---------- Layout helpers ---------- */ #cw-weert .cw-wrap{max-width:1140px !important;margin:0 auto !important;padding:0 24px !important;} #cw-weert .cw-sec{padding:84px 0 !important;} #cw-weert .cw-eyebrow{ display:inline-block !important; font-size:.8rem !important;font-weight:800 !important; letter-spacing:.12em !important;text-transform:uppercase !important; color:var(--cw-orange) !important;margin-bottom:14px !important; } #cw-weert .cw-lead{font-size:1.1rem !important;max-width:640px !important;} /* ---------- Buttons ---------- */ #cw-weert .cw-btn{ display:inline-block !important;padding:16px 34px !important; border-radius:9999px !important;font-size:1rem !important;font-weight:800 !important; font-family:var(--cw-font) !important;cursor:pointer !important;border:2px solid transparent !important; transition:transform .18s ease, box-shadow .18s ease, background .18s ease !important; } #cw-weert .cw-btn:hover{transform:translateY(-2px) !important;} #cw-weert .cw-btn-primary{ background:var(--cw-orange) !important;color:var(--cw-white) !important; border-color:var(--cw-orange) !important; box-shadow:0 10px 26px rgba(232,97,26,.28) !important; } #cw-weert .cw-btn-primary:hover{background:var(--cw-orange-dark) !important;border-color:var(--cw-orange-dark) !important;} #cw-weert .cw-btn-ghost{ background:transparent !important;color:var(--cw-ink) !important; border-color:var(--cw-ink) !important; } #cw-weert .cw-btn-ghost:hover{background:var(--cw-ink) !important;color:var(--cw-white) !important;} #cw-weert .cw-btn-ghost-light{ background:transparent !important;color:var(--cw-white) !important; border-color:var(--cw-white) !important; } #cw-weert .cw-btn-ghost-light:hover{background:var(--cw-white) !important;color:var(--cw-ink) !important;} /* ---------- HERO ---------- */ #cw-weert .cw-hero{ background:var(--cw-cream) !important; padding:150px 0 84px !important; /* extra top-padding ivm WordPress-menu */ } #cw-weert .cw-hero-grid{ display:grid !important;grid-template-columns:1.05fr .95fr !important; gap:56px !important;align-items:center !important; } #cw-weert .cw-hero h1{font-size:clamp(2.1rem,4.5vw,3.3rem) !important;font-weight:800 !important;} #cw-weert .cw-hero h1 em{color:var(--cw-orange) !important;font-style:normal !important;} #cw-weert .cw-hero-cta{display:flex !important;gap:14px !important;flex-wrap:wrap !important;margin-top:28px !important;} #cw-weert .cw-hero-img{ border-radius:22px !important;overflow:hidden !important; box-shadow:0 24px 60px rgba(36,31,27,.18) !important; } #cw-weert .cw-hero-img img{width:100% !important;height:420px !important;object-fit:cover !important;} /* ---------- VIDEO ---------- */ #cw-weert .cw-video-sec{background:var(--cw-cream) !important;} #cw-weert .cw-video{ position:relative !important;padding-bottom:56.25% !important;height:0 !important; border-radius:22px !important;overflow:hidden !important; box-shadow:0 24px 60px rgba(36,31,27,.16) !important;margin-top:36px !important; } #cw-weert .cw-video iframe{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;border:0 !important;} /* ---------- USP'S ---------- */ #cw-weert .cw-usp-sec{background:var(--cw-cream) !important;} #cw-weert .cw-usp-grid{ display:grid !important;grid-template-columns:repeat(3,1fr) !important; gap:22px !important;margin-top:40px !important; } #cw-weert .cw-usp{ background:var(--cw-white) !important;border:1px solid var(--cw-line) !important; border-radius:18px !important;padding:30px 26px !important; } #cw-weert .cw-ico{ display:inline-flex !important;align-items:center !important;justify-content:center !important; width:54px !important;height:54px !important;border-radius:15px !important; background:var(--cw-tint) !important;color:var(--cw-orange) !important;margin-bottom:18px !important; } #cw-weert .cw-ico svg{width:28px !important;height:28px !important;display:block !important;} #cw-weert .cw-usp h3{font-size:1.15rem !important;font-weight:800 !important;} #cw-weert .cw-usp p{font-size:.97rem !important;margin:0 !important;} /* ---------- FOTOGALERIJ ---------- */ #cw-weert .cw-foto-sec{background:var(--cw-cream) !important;} #cw-weert .cw-foto-grid{ display:grid !important;grid-template-columns:repeat(3,1fr) !important; gap:22px !important;margin-top:40px !important; } #cw-weert .cw-foto{ position:relative !important;border-radius:18px !important;overflow:hidden !important; box-shadow:0 14px 36px rgba(36,31,27,.12) !important; } #cw-weert .cw-foto img{width:100% !important;height:280px !important;object-fit:cover !important;transition:transform .35s ease !important;} #cw-weert .cw-foto:hover img{transform:scale(1.04) !important;} #cw-weert .cw-foto-wide{grid-column:span 2 !important;} #cw-weert .cw-foto-label{ position:absolute !important;left:16px !important;bottom:16px !important; background:var(--cw-white) !important;color:var(--cw-ink) !important; font-size:.85rem !important;font-weight:800 !important; padding:8px 18px !important;border-radius:9999px !important; box-shadow:0 6px 18px rgba(36,31,27,.18) !important; } /* ---------- LOCATIES ---------- */ #cw-weert .cw-loc-sec{background:var(--cw-cream) !important;} #cw-weert .cw-loc-grid{ display:grid !important;grid-template-columns:repeat(3,1fr) !important; gap:22px !important;margin-top:40px !important; } #cw-weert .cw-loc{ background:var(--cw-white) !important;border:1px solid var(--cw-line) !important; border-radius:18px !important;padding:30px 26px !important; display:flex !important;flex-direction:column !important; } #cw-weert .cw-tag{ align-self:flex-start !important; background:var(--cw-tint) !important;color:var(--cw-orange) !important; font-size:.75rem !important;font-weight:800 !important;letter-spacing:.08em !important; text-transform:uppercase !important;padding:5px 14px !important;border-radius:9999px !important; margin-bottom:16px !important; } #cw-weert .cw-loc h3{font-size:1.2rem !important;font-weight:800 !important;} #cw-weert .cw-loc p{font-size:.95rem !important;flex:1 !important;} #cw-weert .cw-loc a{ color:var(--cw-orange) !important;font-weight:800 !important;font-size:.95rem !important; } #cw-weert .cw-loc a:hover{color:var(--cw-orange-dark) !important;} /* ---------- CTA ---------- */ #cw-weert .cw-cta{ background:var(--cw-ink) !important;text-align:center !important; } #cw-weert .cw-cta h2{color:var(--cw-white) !important;font-size:clamp(1.7rem,3.5vw,2.5rem) !important;font-weight:800 !important;} #cw-weert .cw-cta p{color:rgba(255,255,255,.75) !important;max-width:560px !important;margin:0 auto 30px !important;} #cw-weert .cw-cta .cw-eyebrow{color:var(--cw-orange) !important;} #cw-weert .cw-cta-btns{display:flex !important;gap:14px !important;justify-content:center !important;flex-wrap:wrap !important;} /* ---------- Responsive ---------- */ @media(max-width:900px){ #cw-weert .cw-hero-grid{grid-template-columns:1fr !important;} #cw-weert .cw-hero-img img{height:300px !important;} #cw-weert .cw-usp-grid,#cw-weert .cw-foto-grid,#cw-weert .cw-loc-grid{grid-template-columns:1fr 1fr !important;} #cw-weert .cw-foto-wide{grid-column:span 2 !important;} } @media(max-width:600px){ #cw-weert .cw-hero{padding:130px 0 64px !important;} #cw-weert .cw-sec{padding:64px 0 !important;} #cw-weert .cw-usp-grid,#cw-weert .cw-foto-grid,#cw-weert .cw-loc-grid{grid-template-columns:1fr !important;} #cw-weert .cw-foto-wide{grid-column:span 1 !important;} #cw-weert .cw-foto img{height:230px !important;} }
Charlie Housing · Weert

Wonen in Weert: comfortabel, schoon en dicht bij je werk

Charlie works biedt eigen huisvesting voor flexwerkers. Onze locatie in Weert combineert privacy en comfort met moderne gedeelde voorzieningen, zodat jij na het werk écht thuiskomt.

Gemeenschappelijke ruimte Charlie Housing Weert
Videorondleiding

Kijk binnen bij Charlie Housing Weert

In deze video nemen we je mee door de locatie: van de entree en de gemeenschappelijke ruimtes tot de kamers, badkamers en de buitenruimte.

Voorzieningen

Wat je kunt verwachten

Goede huisvesting is de basis voor een goede start in Nederland. Daarom is de locatie in Weert volledig ingericht op comfort, rust en gemak.

Eigen kamer

Een nette, gemeubileerde kamer waar je tot rust komt na je werkdag.

Gemeenschappelijke ruimtes

Ruime, lichte leefruimtes om samen te koken, te eten en te ontspannen.

Moderne badkamers

Schone, goed onderhouden sanitaire voorzieningen.

Wasruimte

Wasmachines en drogers op locatie. Wassen regel je gewoon thuis.

Buitenruimte

Een verzorgde buitenruimte om buiten te zitten en collega's te ontmoeten.

WiFi & basisvoorzieningen

Snel internet en alles wat je nodig hebt voor je dagelijkse leven.

Fotogalerij

Een kijkje op de locatie

Zo ziet wonen bij Charlie Housing Weert eruit.

Gemeenschappelijke ruimte Charlie Housing Weert Gemeenschappelijke ruimte
Sfeerimpressie kamer Charlie Housing Weert Sfeerimpressie kamer
Buitenruimte Charlie Housing Weert Buitenruimte
Badkamer Charlie Housing Weert Badkamer
Wasruimte Charlie Housing Weert Wasruimte
Entree Charlie Housing Weert Entree
Charlie Housing

Onze huisvestingslocaties

Charlie Housing groeit. Naast Weert bieden we huisvesting op meerdere plekken in Nederland, altijd dicht bij het werk.

Nieuw

Weert

Onze nieuwste locatie met gemeenschappelijke ruimtes, moderne badkamers, wasruimte en buitenruimte.

Bekijk de foto's →
In ontwikkeling

Moerdijk

Nieuwe short-stay locatie op Logistics Park Moerdijk. Oplevering in fases in 2026.

Lees meer over Moerdijk →
Algemeen

Eigen huisvesting

Alles over hoe huisvesting via Charlie works werkt: van inschrijving tot beheer en begeleiding.

Meer over onze huisvesting →
Team Charlie works for you!

Werken én wonen via Charlie works?

Wij regelen werk, begeleiding en huisvesting in één pakket. Neem contact op of bekijk onze vacatures in logistiek, productie en tuinbouw.