91³Ô¹ÏÍø

Watch CBS News

Hungarian leader Viktor Orbán declares at CPAC that "a Christian politician cannot be racist"

viktor orban
DALLAS, TEXAS - AUGUST 04: Hungarian Prime Minister Viktor Orbán speaks at the Conservative Political Action Conference CPAC held at the Hilton Anatole on August 04, 2022 in Dallas, Texas. BRANDON BELL / Getty Images

Hungarian Prime Minister Viktor Orbán called on conservatives in Europe and the U.S. to take back power from liberals, declaring  a "clash of civilizations" is underway. 

The far-right leader, who addressed the Conservative Political Action Conference (CPAC) in Texas on Thursday, recently faced an international backlash over controversial he made in late July, in which he said Hungarians "do not want to become peoples of mixed race." One former adviser, who has since resigned, referred to those comments as "a pure Nazi speech worthy of Goebbels." 

Orbán, who came to power in 2010, has increasingly clamped down on political opposition and press freedom, consolidating his power further over the last two elections. 

At CPAC, Orbán tried to preempt criticism, claiming "a Christian politician cannot be racist" and that those who consider him a racist or anti-Semite are "simply idiots."

"I can already see tomorrow's headlines," Orbán said. "Far-right European racist and anti-Semite strongman, Trojan Horse of Putin, holds speech at conservative conference. But I don't want to give them any ideas, they know best how to write fake news."

During his speech, Orbán also attacked Jewish billionaire George Soros, former President Barack Obama, "globalists," and the Democratic Party: "They hate me and slander me and my country, as they hate you."

He also touted Hungary's aggressive illegal migration and anti-"gender ideology" policies. At one point, Orbán read the Hungarian constitution's definition of marriage being between one man and one woman, prompting applause from the CPAC audience. "Less drag queens and more Chuck Norris," he said.

A day before his appearance at CPAC, Orbán and his delegation met with former President Donald Trump at his golf club in Bedminster, New Jersey. Taylor Budowich, a spokesman for Mr. Trump's leadership PAC Save America, tweeted pictures of the meeting.

Hungarian Foreign Affairs Minister Péter Szijjártó also in a tweet that Hungarian-U.S. relations were "at their peak when Donald Trump was President" and expressed the hope that he'll be president again. .

With an eye toward the 2024 U.S. presidential race, Orbán called on conservatives to mobilize on both sides of the Atlantic to take back political power. 

"We must take back the institutions in Washington and in Brussels. We must coordinate the movement of our troops, because we face the same challenge," he said. "You have two years to get ready."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });