Union Chancellor candidate Friedrich Merz (CDU) sees the talks with the Greens about support for the planned black and red financial package, despite all the difficulties. “We have made proposals for changes again, and now we are talking to the Greens.
I am confident that we will succeed in the next week, ”said the Union faction leader in the ZDF“ Today Journal ”immediately after the start of the coalition negotiations with the SPD.UNION and SPD wants to loosen the debt brake for defense editions and for investments in the infrastructure a special fund of 500 billion euros. For the necessary changes to the Basic Law, they need a two -thirds majority next Tuesday – and therefore the consent of the Greens. The Union once successfully sued the Federal Constitutional Court against the equipment of unused Corona loans under the traffic light government. “We want to do climate protection, we want to enable transformation. The whole thing is now being put on constitutional feet, and with that we also get a lot further in climate protection, ”said the CDU chairman. “It is demanding to negotiate with both the Social Democrats and the Greens. We always have several balls in the air at the same time, ”said Merz. “It is difficult, but we are on a very good way.” Legal obstacles to decide to change the Basic Law in the old Bundestag, although the new one is already elected, does not see Merz in his own words. “We also had a short report made by a renowned constitutional lawyer who was formerly the Federal Constitutional Court himself, and the result is clear: there is no interregnum, there is no time in between. The old Bundestag, the 20th German Bundestag, is fully decisive. ”
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!