ADVERTISEMENT

Populist right dominates Swiss elections

Published Oct 23, 2023 12:20 am

BERN, Switzerland - The right-wing populist Swiss People's Party, which campaigned against mass migration and "woke madness", comfortably topped Switzerland's general election on Sunday, according to early results.

33YP3DL-Preview.jpg
Swiss People's Party (SVP UDC) leader Marco Chiesa (R) gestures during a TV interview next to head of the Swiss Green Party Balthasar Glattli(L) during Swiss federal elections to elect a new Parliament, in Bern on October 22, 2023. Switzerland's right-wing populists look set to sweep Switzerland's general elections following a campaign fuelled by anti-mass migration rhetoric and pledges to combat "woke madness". (Photo by Fabrice COFFRINI / AFP)

The SVP took 29 percent of the vote in elections to the lower house of parliament, improving its vote share by more than three percentage points, pollsters GFS Bern predicted, with more than half of the results in.

"We have received a very clear mandate from the Swiss population to put on the table issues which matter to them, such as illegal immigration," SVP president Marco Chiesa told national broadcaster RTS.

The SVP came far ahead of the left-wing Social Democrats on 18 percent, while the centre-right party The Centre, and the right-wing party called FDP.The Liberals, were both on course to finish on around 15 percent -- with all three chasing parties largely flatlining.

Meanwhile the Greens could not replicate their dramatic gains at the last election in 2019 and slid back four percentage points to finish fifth on nine percent, according to the projection.

"It will be more difficult to fight for the cost of living, equality and climate policy," re-elected Social Democrat co-president Cedric Wermuth told AFP as the results came in.

Switzerland, a wealthy European country of 8.8 million people, voted for all 200 seats in the National Council lower house of parliament and all 46 in the Council of States upper chamber.

SVP focus on immigration 

The SVP's election campaign focused on its favourite theme: the fight against "mass immigration" and the prospect of the Swiss population reaching 10 million.

Its "New normal?" social media adverts, spotlighting crimes perpetrated by foreigners, plunged into a world of bloodied knives, hooded criminals, fists, bruised faces and frightened women.

It also launched a war on "cancel culture" and what it calls "gender terror and woke madness".

"The situation in Switzerland is serious: we have mass immigration, we have big problems with people seeking asylum. The security situation is no longer the same as before," Thomas Aeschi, head of the SVP parliamentary group, told AFP.

"There are many people in Switzerland who fear the situation will get worse."

Lisa Mazzone, a Green lawmaker seeking re-election, said the poll results showed "a context of fear, and clearly when we are afraid, we forget hope".

The SVP has topped every National Council election since 1999. The lower house, which represents the people, uses proportional representation.

GFS Bern's projections gave the SVP 61 seats, the Social Democrats 41; The Centre 30; FDP.The Liberals 29; the Greens 21, and the Green Liberals 11.

Final results are expected early Monday.

FDP.The Liberals president Thierry Burkart told RTS that the migration issue allowed the SVP to win, and to stop them winning again in 2027, "it is a subject that we must take seriously. We must provide solutions."

The Council of States upper house, which represents the cantons that make up Switzerland, is elected by majority vote. It is dominated by The Centre and FDP.The Liberals and elections rarely change the balance.

 

- Climate and living costs -

 

Though climate change remains a major issue in Switzerland -- where Alpine glaciers are retreating at an exceptional rate -- political momentum has slowed and both environmentalist parties lost seats.

"It seems the Social Democrats didn't benefit from the fall of the Greens. This is bad news for the left," Sean Muller, a political scientist at the University of Lausanne, told AFP.

Though Switzerland is one of the world's richest countries -- with unemployment at around two percent and GDP per capita very high -- the cost of living has hit hard, with surging health insurance costs.

The Social Democrats had hoped to make major gains on these issues.

Turnout at Swiss general elections is typically around 45 percent.

The 246 newly elected parliamentarians will choose the seven members of the government on December 13.

The seats are shared out 2-2-2-1 among the four main parties and few new faces are expected.

The Federal Council government takes its decisions by consensus and collective responsibility.

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.