Al meer dan een decennium voorzien wij gepassioneerde ruiters van hoogwaardige paardrijkleding en uitrusting, waarbij stijl, comfort en veiligheid hand in hand gaan.
Onze Missie: Uitmuntendheid in Paardensport
Premium Kwaliteit
Wij selecteren alleen de beste merken zoals Uvex, Casco en Pikeur die voldoen aan strenge veiligheidsnormen.
Stijlvolle Functionaliteit
Van modieuze cap covers tot professionele rijbroeken – elk product combineert praktisch nut met elegant design.
Wereldwijde Expertise
Ons team in Rotterdam deelt graag hun kennis om u te helpen de perfecte uitrusting te vinden.
Waarom Ruiters voor Ons Kiezen
- Veiligheidsgarantie: VG1-gecertificeerde helmen met exclusieve kortingen tot 60%
- Professionele Collectie: Complete outfits van capaccessoires tot bodywarmers
- Seizoensaanbiedingen: Regelmatige promoties op topmerken zoals onze bestverkochte LeMieux cap covers
- Internationale Service: Wereldwijde verzending (excl. enkele regio’s)
Voor Wie Wij Er Zijn
Onze klanten variëren van recreatieve ruiters tot professionele dressuurrijders die waarderen:
Heren Ruiters
Gespecialiseerde herenkledinglijn met functionele details
Jonge Ruiters
Veilige en stijlvolle opties zoals de Red Horse Kids helm
Wedstrijdrijders
Professionele uitrusting zoals BR Impuls sporen
Onze Toewijding aan U
Bij Roeckl Winkel geloven we dat uitstekende prestaties beginnen met uitstekende uitrusting. Onze klantgerichte benadering en aandacht voor detail zorgen ervoor dat elke rit comfortabel en stijlvol verloopt.
Heeft u vragen? Ons team staat voor u klaar via [email protected] of bezoek ons op Kleinpolderplein in Rotterdam.
Met paardenpassie,
Het Roeckl Winkel Team
.about-us-container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
font-family: ‘Arial’, sans-serif;
color: #333;
line-height: 1.6;
}
.intro-section {
text-align: center;
margin-bottom: 3rem;
}
.intro-section h1 {
color: #2c3e50;
font-size: 2.5rem;
margin-bottom: 1rem;
}
.lead-text {
font-size: 1.2rem;
color: #7f8c8d;
}
.mission-section {
background-color: #f9f9f9;
padding: 2rem;
border-radius: 8px;
margin-bottom: 3rem;
}
.mission-section h2 {
text-align: center;
color: #2c3e50;
margin-bottom: 2rem;
}
.mission-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.mission-item {
background: white;
padding: 1.5rem;
border-radius: 6px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.mission-item h3 {
color: #3498db;
margin-bottom: 1rem;
}
.product-highlights {
margin-bottom: 3rem;
}
.product-highlights h2 {
color: #2c3e50;
text-align: center;
margin-bottom: 2rem;
}
.highlight-list {
list-style-type: none;
padding: 0;
max-width: 800px;
margin: 0 auto;
}
.highlight-list li {
background: url(‘data:image/svg+xml;utf8,’) no-repeat left center;
padding-left: 30px;
margin-bottom: 1rem;
line-height: 1.8;
}
.customer-focus {
margin-bottom: 3rem;
}
.customer-focus h2 {
text-align: center;
color: #2c3e50;
margin-bottom: 2rem;
}
.customer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
margin-top: 2rem;
}
.customer-type {
background-color: #f0f7fd;
padding: 1.5rem;
border-radius: 6px;
border-left: 4px solid #3498db;
}
.customer-type h3 {
color: #2980b9;
margin-top: 0;
}
.closing-section {
text-align: center;
padding: 2rem;
background-color: #f9f9f9;
border-radius: 8px;
}
.closing-section h2 {
color: #2c3e50;
margin-bottom: 1.5rem;
}
.closing-section a {
color: #3498db;
text-decoration: none;
}
.closing-section a:hover {
text-decoration: underline;
}
.signature {
font-style: italic;
margin-top: 2rem;
font-size: 1.1rem;
}
@media (max-width: 768px) {
.intro-section h1 {
font-size: 2rem;
}
.mission-grid, .customer-grid {
grid-template-columns: 1fr;
}
}