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);
Germany’s consumer price growth slowed in April, with the country’s Month-over-Month CPI increase easing to 0.6% from 1.1% previously, signaling a moderation in short-term inflationary pressures.
According to the latest data updated on 12 May 2026, the current figure of 0.6% for April 2026 reflects a weaker pace of price increases compared with the prior month’s 1.1% gain. Both the current and previous readings are measured as Month-over-Month changes, meaning April’s CPI is compared with March, while the prior 1.1% figure represented the change from February to March.
The deceleration suggests that, at least on a monthly basis, inflationary momentum in Europe’s largest economy has softened, a development that could influence expectations around consumer spending, corporate pricing power, and the future course of monetary policy in the euro area.
