Union and SPD will start their coalition negotiations two and a half weeks after the Bundestag election. Not to mention the still open financing through an unprecedented debt recording by constitutional change, not everything has been agreed in terms of content.
Where it should become difficult in the coalition negotiations: Migration agreed has already been made to expressly write the goal of the “limitation” of migration into the Residence Act. The agreement on comprehensive rejection also seems shaky of asylum seekers at the German borders. This should be done according to the exploratory result “in coordination with our European neighbors”. CDU boss Friedrich Merz also did not rule out German solutions. Minimum wage the increase in the minimum wage of currently 12.82 to the 15 euros desired by the SPD from 2026, according to the exploratory paper. However, reference is made to the minimum wage commission that decides independently of politics. The committee staffed by representatives of employees and employers is to decide in summer. The Union categorically rejects a further political decision to raise such as during the traffic light coalition, and the SPD wants to permanently guarantee a pension level of at least 48 percent of the average income. In the exploratory paper, a securing of the pension level is mentioned as a goal, but the old -age insurance should be set “on reliable feet for all generations”. CDU general secretary Carsten Linnemann now emphasized that the stabilization depends on whether there is enough economic growth. Tax CDU/CSU want to reduce corporate taxes in several steps to a maximum of 25 percent. “We are entering a corporate tax reform in the upcoming legislative period,” says only in the exploratory paper, a specific lowering goal is not mentioned. The deletion of the solidarity surcharge demanded by CDU/CSU does not occur in the exploratory decisions. Climate protection, however, must “bring social balance and economic growth together pragmatically and unbureaucratically”, says the exploratory decisions. A climate field requested by the SPD to relieve citizens is not mentioned. On the other hand, the Union claims do not occur after the abolition of the heating law and after moving away from the end of cars with an internal combustion engine. Health and care a large construction site of the coalition negotiations should be the health and care reform for which many billion is necessary. Nothing has been agreed here so far. It is also unclear what becomes the Union’s claim to abolish the law on cannabis legalization decided by the traffic light. The reason is that 18 of their constituency winners did not come to the Bundestag in the federal election. Agreed so far: further discussions.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!