KETTLER – het nummer 1 vrijetijdsmerk
Vrije tijd is toch het mooiste wat er is. Lekker ontspannen of spelen in de tuin of thuis, op pad met je dierbaren – gewoon doen waar je zin in hebt en wat je goed doet!
KETTLER Bolderkar
COMPACT
COMPACT
Compact, robuust, klaar voor de zomer!:
KETTLER-producten
Wij willen onze klanten altijd enthousiasmeren voor KETTLER-producten. Daarom zijn kwaliteit – en daarmee veiligheid en duurzaamheid – voor onze ontwerpers essentiële aspecten in de productontwikkeling.Alle KETTLER-producten zonder uitzondering worden getest door geaccrediteerde testinstituten op technische eigenschappen, materiaal en afwerking!

KWALITEITSPRODUCTEN
Onze producten ondergaan de strengste kwaliteitscontroles. Al jarenlang vertrouwen mensen op ons. Jij zult het verschil merken.

SNELLE VERZENDING
2-persoons levering om jouw tafeltennistafel veilig bij je te bezorgen – levering binnen Duitsland in 5-7 dagen. Kind & Spel-artikelen zijn zelfs al binnen 2-3 dagen bij je thuis!

MADE IN GERMANY
Kettler is een traditioneel Duits merk en produceert de tafeltennistafels in Duitsland. Producten voor jouw kind worden onder de strengste controles TÜV- en GS-gecertificeerd..
Populaire producten
KETTLER
Trampoline JUMP
Trampoline JUMP
Meer actie. Meer plezier.
KETTLER Blog
let debug = false;
let elIdOverlay = "#i3w-home-newsletter-overlay";
let nlPopupToShowSecs = debug ? 1 : 10; // default: 10 (sec)
let coNameTest = "co3wEnabled";
let coNameNewsletterPopupShowCount = "co3wNlPuShCnt";
let elBtnOverlyClose = "#i3w-home-newsletter-overlay .c3w-btn-close";
jQuery(document).ready(function($) {
function cookiesEnabled () {
let cookieEnabled = navigator.cookieEnabled;
if (typeof navigator.cookieEnabled == "undefined" && !cookieEnabled) {
document.cookie = coNameTest;
cookieEnabled = (document.cookie.indexOf(coNameTest) !== -1);
}
return cookieEnabled;
}
function setCookie(cname, cvalue, exdays) {
const d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
document.cookie = cname + "=" + cvalue + ";expires=" + d.toUTCString() + ";path=/";
}
let isCookieSet = (document.cookie.indexOf(coNameNewsletterPopupShowCount) !== -1);
if (debug) {
isCookieSet = false;
}
if (cookiesEnabled() && !isCookieSet) {
setTimeout(function() {
$(elIdOverlay).toggle();
let now = new Date();
let time = now.getTime();
let expireTime = time + 1000 * 36000;
now.setTime(expireTime);
setCookie(coNameNewsletterPopupShowCount, 1, 3);
if (debug) {
console.log("document.cookie: " + document.cookie);
}
}, 1000 * nlPopupToShowSecs);
}
$(elBtnOverlyClose).on("click", function() {
$(elIdOverlay).hide();
console.log("hide");
});
});
(function () {
throw new Error('No Trusted Shops ID was configured in the backend. Cannot load badge!');
})();
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:2351862,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');