buttonPrevHTML: ”,
};
function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);
for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);
if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}
}
}
window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);
The Dutch economy maintained a stable pace of expansion in the fourth quarter of 2025, with gross domestic product (GDP) growing 1.8% year-over-year. According to the latest data update on 26 March 2026, the annual growth rate in Q4 2025 was unchanged from the previously reported 1.8% for the same period, indicating a consistent performance at the end of the year.
On a year-over-year basis, the current reading confirms that the Netherlands sustained the same growth momentum as previously measured for the fourth quarter. The comparison framework shows that both the “actual” and “previous” indicators for Q4 2025 reflect a 1.8% increase versus the fourth quarter a year earlier, underscoring a period of economic stability without acceleration or slowdown in headline GDP growth.
