'),e}(),r=i&&i.contentDocument||document,d=r.body,l=r!==document;(t=r.createElement("div")).style.cssText="width: 1px; height: 1px; position: relative; top: 0px; left: 32000px;",l||(e=function(){var e,t,o=document.documentElement,n=document.body,i=a?window.getComputedStyle(o,null):o.currentStyle,r=a?window.getComputedStyle(n,null):n.currentStyle,d=(i.overflowX||i.overflow||"visible").toLowerCase(),l="hidden"!==(r.overflowX||r.overflow||"visible").toLowerCase(),u="visible"===d,c={documentElement:{modified:u},body:{modified:l}};u&&(e=o.style,c.documentElement.styleOverflowX=e.overflowX,e.overflowX="auto");l&&(t=n.style,c.body.styleOverflowX=t.overflowX,t.overflowX="hidden");return c}()),o=d.scrollWidth,d.appendChild(t),n=o!==d.scrollWidth,d.removeChild(t),l||function(e){e.documentElement.modified&&(document.documentElement.style.overflowX=e.documentElement.styleOverflowX);e.body.modified&&(document.body.style.overflowX=e.body.styleOverflowX)}(e),u=n?"documentElement":"body",i&&document.body.removeChild(i)}function v(e,t){var o=t.documentElement;return Math.max(o.body["scroll"+e],t["scroll"+e],o.body["offset"+e],t["offset"+e],t["client"+e])}function y(e){return h("Width",e)}function h(e,t){var o,n,i=(t||window).visualViewport?(t||window).visualViewport[e.toLowerCase()]:(t||window)["inner"+e];return i&&(o=i,r||((n=o)!==+n||n===(0|n))||(r=!0)),i}function b(){return!!r}function g(e){return null!=e&&e.window==e}function x(e){return"string"==typeof e||e&&"object"==typeof e&&"[object String]"===Object.prototype.toString.call(e)||!1}function E(){var e;return void 0===n&&(n=!1,e=navigator&&navigator.userAgent,navigator&&"Microsoft Internet Explorer"===navigator.appName&&e&&null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(e)&&(n=parseFloat(RegExp.$1))),n}if(e.documentWidth=function(t){var o;t||(t=document);try{void 0===u&&s(),o=t[u].scrollWidth}catch(e){o=v("Width",t)}return o},e.documentHeight=function(t){var o;t||(t=document);try{void 0===u&&s(),o=t[u].scrollHeight}catch(e){o=v("Height",t)}return o},e.windowWidth=function(e,t){return d("Width",l(arguments))},e.windowHeight=function(e,t){return d("Height",l(arguments))},e.pinchZoomFactor=function(e){return w(e)},e.scrollbarWidth=p,"function"==typeof e&&!((i=E())&&i<8)&&9!==E())try{e(function(){void 0===u&&s(),p()})}catch(e){}}("undefined"!=typeof jQuery?jQuery:"undefined"!=typeof Zepto?Zepto:$); //# sourceMappingURL=jquery.documentsize.min.js.map // jQuery.isInView, v1.0.6 // Copyright (c) 2014-2017 Michael Heim, Zeilenwechsel.de // Distributed under MIT license // http://github.com/hashchange/jquery.isinview !function(a){"use strict";function b(b,c){var d,e,f,g,h,i,j,k={target:{}},o={},p={},q=b[0];if(b=b.eq(0),c||(c="both"),k.getBoth="both"===c,k.getHorizontal="horizontal"===c||k.getBoth,k.getVertical="vertical"===c||k.getBoth,"horizontal"!==c&&"vertical"!==c&&"both"!==c)throw new Error("Invalid parameter value: axis = "+c);if(b.length)return k.target.isWindow=a.isWindow(q),k.target.isWindow?p.document=q.document:9===q.nodeType?(p.document=q,k.target.isWindow=!0):q===q.ownerDocument.documentElement?(p.document=q.ownerDocument,k.target.isWindow=!0):1===q.nodeType&&"iframe"===q.tagName.toLowerCase()?(p.document=q.contentDocument||q.contentWindow.document,k.target.isWindow=!0):q===q.ownerDocument.body&&(p.document=q.ownerDocument,k.target.isBody=!0),(k.target.isWindow||k.target.isBody)&&(p.window=p.document.defaultView||p.document.parentWindow,p.$document=a(p.document),p.documentElement=p.document.documentElement,p.body=p.document.body,q=b=void 0),k.target.isWindow?o=l(k,p):k.target.isBody?(f=m(k,p).body,d=a(p.body),k.getHorizontal&&(o.horizontal=f.overflowScrollX||f.overflowAutoX&&p.body.clientHeight0&&(e.overflowScrollX||e.overflowAutoX&&(g=b.innerWidth())0&&(e.overflowScrollY||e.overflowAutoY&&(h=b.innerHeight())0&&a.offsetHeight>0)&&(b.useHorizontal&&(c=s(k,b.containerIsWindow,l)),b.useVertical&&(d=t(k,b.containerIsWindow,l)),e=void 0!==l.hTolerance?l.hTolerance:l.hTolerance="add"===b.toleranceType?b.tolerance:c*b.tolerance,f=void 0!==l.vTolerance?l.vTolerance:l.vTolerance="add"===b.toleranceType?b.tolerance:d*b.tolerance,g=b.borderBox?a.getBoundingClientRect():j(a),b.containerIsWindow||(g=i(g,k,l)),b.partially?(b.useVertical&&(m=g.top-f),b.useHorizontal&&(m=m&&g.left-e)):(b.useVertical&&(m=g.top>=-f&&g.top-f&&g.bottom<=d+f),b.useHorizontal&&(m=m&&g.left>=-e&&g.left-e&&g.right<=c+e)),m)}function i(a,b,c){var d;return c&&c.containerPaddingRectRoot?d=c.containerPaddingRectRoot:(d=k(b[0]),c&&(c.containerPaddingRectRoot=d)),{top:a.top-d.top,bottom:a.bottom-d.top,left:a.left-d.left,right:a.right-d.left}}function j(a){var b=a.getBoundingClientRect(),c=w(a,["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","paddingTop","paddingRight","paddingBottom","paddingLeft"],{toFloat:!0});return{top:b.top+c.paddingTop+c.borderTopWidth,right:b.right-(c.paddingRight+c.borderRightWidth),bottom:b.bottom-(c.paddingBottom+c.borderBottomWidth),left:b.left+c.paddingLeft+c.borderLeftWidth}}function k(a){var b=a.getBoundingClientRect(),c=w(a,["borderTopWidth","borderLeftWidth"],{toFloat:!0});return{top:b.top+c.borderTopWidth,left:b.left+c.borderLeftWidth}}function l(b,c){var d,e,f,g=a.scrollbarWidth(),h={},i=!b.getHorizontal,j=!b.getVertical;return b.getHorizontal&&g>0&&(d=c.window.innerHeight)>10&&(h.horizontal=d>c.documentElement.clientHeight,i=!0),b.getVertical&&g>0&&(e=c.window.innerWidth)>10&&(h.vertical=e>c.documentElement.clientWidth,j=!0),i&&j||(f=m(b,c).window,!i&&f.overflowScrollX&&(h.horizontal=i=!0),!j&&f.overflowScrollY&&(h.vertical=j=!0),!i&&f.overflowHiddenX&&(h.horizontal=!1,i=!0),!j&&f.overflowHiddenY&&(h.vertical=!1,j=!0),i||(h.horizontal=c.documentElement.clientWidth Skip to main content

Generalist designer,
ready for the big change right now

I grew up in a decisively visual culture. My father, Jaap Wolterbeek, was a well-known photographer and film maker. Photographs, film rolls and colorslides all over the place. And while that certainly fascinated me, I was more and more drawn to the wonderful typography that was found on boxes of photographic paper and film rolls from the likes of Ilford and Kodak. At a very young age, my father trusted me and encouraged me to pick up one of his cameras and start shooting. In my mid-teens, this led to my dad handing over professional assignments to me. I was simply thrown into the deep end and I could barely swim, but I had to. And to my surprise: I could!

After a brief detour attending several different art schools I picked up the camera again. I shot bands, basketball legends and booming business bosses and what have you, for newspapers, magazines, books and whatever else was fit for print in the mid-nineties. Yet, I was still drawn into the fascinating world of crafting headers, logos, layouts... graphic design. I consumed an irrational amount of books — mostly from the local library, on the topic of design. But not limited to design alone. Art, photography, and the way we reflect on and shape culture through visual communication, kept fascinating me, even to this day.
My neighborhood.
Spanjaardstraat, Middelburg
Too often I occupied my father's first computer, a Macintosh Performa, to design flyers for local events and venues: Photoshop 2.0 was my friend, maybe even my addiction. I also created my first website, a tribute to my heroes in music, by slicing up images and order them in a table to create a coherent and very customized web appearance — CSS (code for styling elements on a page) did not even exist yet!

Fast forward to now, 2026, and I have built up over 30 years of experience, of which 26 years with my own studio. Ranging from print design, motion graphics, visual identity and web design and development.

So I evolved into becoming a true generalist designer, working across disciplines and fusing different technologies into deliverables that blend into a consistent, seductive brand expression — and beyond.
Will you be part of my journey?

What others say:

Janne from Studio Waldbach lives and breathes design. I worked with him on icons for our school. Briefing was easy and the process was effective. We were always in sync every step of the way. And last but not least, nice guy!
— Rob Marinissen
Creative Director & Teacher
Waldbach doesn't just deliver, but thinks ahead. Understands your vision, embraces it, but looks for creative alternatives if something needs to be changed for practicality or design improvement. Highly recommended!
— Jesse de Vries
Creative Director
Janne collaborated in the design and realization phase of several of my monumental artworks and did a fantastic job. Thinking along, inventive, more than creative and self-willed: exactly what was needed. I can highly recommend Waldbach to anyone. And I will certainly ask him again in the future.
— William Verstraeten
Artist
Janne's work on the project was fantastic. Rather than simply carry out the brief, he really grasped the concept and demonstrated how we could massively increase leverage, greatly enhancing the original vision. He's proven to be a real value-added asset, and I wouldn't hesitate to recommend him to any team that has a digital requirement.
— Harry Sutherland-Hawes
Creative Director, Owner, Sutherland-Hawes McLean
© Studio Waldbach 2026