12-05-2026 Frontend dev
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Kevin Adametz 2026-05-12 18:32:33 +02:00
parent 405df0a122
commit 5b8bdf4182
779 changed files with 480564 additions and 6241 deletions

View file

@ -4,7 +4,7 @@
@section('content')
<main class="min-h-screen flex flex-col bg-white dark:bg-gray-950 transition-colors duration-200">
<main class="min-h-screen flex flex-col bg-white dark:bg-zinc-950 transition-colors duration-200">
<!-- Burger Menu Component -->
<livewire:web.burger-menu />
@ -14,46 +14,46 @@
<!-- Article Content -->
<article class="container mx-auto px-4 py-8 max-w-4xl">
<!-- Breadcrumbs -->
<nav class="text-sm text-gray-600 dark:text-gray-400 mb-6">
<a href="/" class="hover:text-gray-900 dark:hover:text-gray-100 transition-colors">Start</a>
<nav class="text-sm text-zinc-600 dark:text-zinc-400 mb-6">
<a href="/" class="hover:text-zinc-900 dark:hover:text-zinc-100 transition-colors">Start</a>
<span class="mx-2"></span>
<a href="/kategorie/it" class="hover:text-gray-900 dark:hover:text-gray-100 transition-colors">IT & Software</a>
<a href="/kategorie/it" class="hover:text-zinc-900 dark:hover:text-zinc-100 transition-colors">IT & Software</a>
<span class="mx-2"></span>
<span class="text-gray-900 dark:text-gray-100">KI-Revolution in Deutschland</span>
<span class="text-zinc-900 dark:text-zinc-100">KI-Revolution in Deutschland</span>
</nav>
<!-- Title -->
<h1 class="text-3xl md:text-4xl font-bold text-gray-900 dark:text-gray-100 mb-4 leading-tight">
<h1 class="text-3xl md:text-4xl font-bold text-zinc-900 dark:text-zinc-100 mb-4 leading-tight">
KI-Revolution: Deutsche Unternehmen investieren Milliarden in Automatisierung
</h1>
<!-- Subtitle -->
<p class="text-xl text-gray-600 dark:text-gray-400 mb-6">
<p class="text-xl text-zinc-600 dark:text-zinc-400 mb-6">
Neue Studie zeigt massive Investitionen in künstliche Intelligenz für 2025
</p>
<!-- Meta Info -->
<div class="flex flex-wrap items-center gap-4 mb-8 pb-8 border-b border-gray-200 dark:border-gray-800">
<div class="flex items-center gap-2 text-sm text-gray-900 dark:text-gray-100">
<svg class="h-4 w-4 text-gray-500 dark:text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<div class="flex flex-wrap items-center gap-4 mb-8 pb-8 border-b border-zinc-200 dark:border-zinc-800">
<div class="flex items-center gap-2 text-sm text-zinc-900 dark:text-zinc-100">
<svg class="h-4 w-4 text-zinc-500 dark:text-zinc-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"></path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path>
</svg>
<span class="font-medium">Berlin</span>
</div>
<div class="flex items-center gap-2 text-sm text-gray-900 dark:text-gray-100">
<svg class="h-4 w-4 text-gray-500 dark:text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<div class="flex items-center gap-2 text-sm text-zinc-900 dark:text-zinc-100">
<svg class="h-4 w-4 text-zinc-500 dark:text-zinc-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>
<span>6. Oktober 2025</span>
</div>
<div class="flex items-center gap-2 text-sm text-gray-900 dark:text-gray-100">
<svg class="h-4 w-4 text-gray-500 dark:text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<div class="flex items-center gap-2 text-sm text-zinc-900 dark:text-zinc-100">
<svg class="h-4 w-4 text-zinc-500 dark:text-zinc-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
<span>14:30 Uhr</span>
</div>
<div class="flex items-center gap-2 text-sm text-gray-600 dark:text-gray-400">
<div class="flex items-center gap-2 text-sm text-zinc-600 dark:text-zinc-400">
<svg class="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
@ -64,11 +64,11 @@
<!-- Key Facts Box - Desktop Side -->
<div class="lg:float-right lg:ml-8 lg:w-80 mb-8">
<div class="bg-gradient-to-br from-[var(--color-primary)]/5 to-[var(--color-secondary)]/5 border border-[var(--color-primary)]/20 dark:border-[var(--color-primary)]/30 rounded-xl p-6 transition-colors duration-200">
<h3 class="font-semibold text-gray-900 dark:text-gray-100 mb-4 flex items-center gap-2">
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-4 flex items-center gap-2">
<span class="w-1 h-5 bg-gradient-to-b from-[var(--color-primary)] to-[var(--color-secondary)] rounded-full"></span>
Key Facts
</h3>
<ul class="space-y-3 text-sm text-gray-900 dark:text-gray-100">
<ul class="space-y-3 text-sm text-zinc-900 dark:text-zinc-100">
<li class="flex items-start gap-2">
<span class="text-[var(--color-primary)] mt-0.5"></span>
<span>15 Milliarden Euro Investitionsvolumen geplant</span>
@ -95,34 +95,34 @@
<!-- Article Content -->
<div class="prose prose-lg max-w-none">
<p class="text-gray-900 dark:text-gray-100 leading-relaxed mb-6">
<p class="text-zinc-900 dark:text-zinc-100 leading-relaxed mb-6">
<strong>Berlin</strong> Eine umfassende Studie des TechVision Analytics Instituts zeigt einen beispiellosen Wandel in der deutschen Unternehmenslandschaft: Für das Jahr 2025 planen Unternehmen im DACH-Raum Investitionen in Höhe von über 15 Milliarden Euro in KI-gestützte Automatisierungslösungen.
</p>
<h2 class="text-2xl font-semibold text-gray-900 dark:text-gray-100 mt-8 mb-4">
<h2 class="text-2xl font-semibold text-zinc-900 dark:text-zinc-100 mt-8 mb-4">
Paradigmenwechsel in der Digitalisierung
</h2>
<p class="text-gray-900 dark:text-gray-100 leading-relaxed mb-6">
<p class="text-zinc-900 dark:text-zinc-100 leading-relaxed mb-6">
Die Ergebnisse der Studie, für die über 1.200 Unternehmen verschiedener Größen und Branchen befragt wurden, zeichnen ein klares Bild: Künstliche Intelligenz hat sich vom Experimentierfeld zur strategischen Priorität entwickelt. 78% der befragten Unternehmen geben an, dass KI-gestützte Automatisierung fester Bestandteil ihrer Digitalisierungsstrategie ist.
</p>
<blockquote class="border-l-4 border-[var(--color-primary)] pl-6 my-8 italic text-lg text-gray-600 dark:text-gray-400">
<blockquote class="border-l-4 border-[var(--color-primary)] pl-6 my-8 italic text-lg text-zinc-600 dark:text-zinc-400">
"Wir erleben einen fundamentalen Wandel. KI ist nicht länger eine Zukunftsvision, sondern wird zur Grundlage moderner Geschäftsmodelle. Die Investitionen der kommenden Jahre werden die Wettbewerbsfähigkeit für die nächste Dekade bestimmen."
<footer class="text-sm font-medium text-gray-900 dark:text-gray-100 mt-2 not-italic">
<footer class="text-sm font-medium text-zinc-900 dark:text-zinc-100 mt-2 not-italic">
Dr. Sarah Müller, Geschäftsführerin TechVision Analytics
</footer>
</blockquote>
<h2 class="text-2xl font-semibold text-gray-900 dark:text-gray-100 mt-8 mb-4">
<h2 class="text-2xl font-semibold text-zinc-900 dark:text-zinc-100 mt-8 mb-4">
Schwerpunkte der Investitionen
</h2>
<p class="text-gray-900 dark:text-gray-100 leading-relaxed mb-4">
<p class="text-zinc-900 dark:text-zinc-100 leading-relaxed mb-4">
Die geplanten Investitionen konzentrieren sich auf mehrere Kernbereiche:
</p>
<ul class="list-disc pl-6 space-y-2 mb-6 text-gray-900 dark:text-gray-100">
<ul class="list-disc pl-6 space-y-2 mb-6 text-zinc-900 dark:text-zinc-100">
<li>Prozessautomatisierung und intelligente Workflow-Systeme</li>
<li>Predictive Analytics und datengesteuerte Entscheidungsfindung</li>
<li>Kundenservice-Automatisierung durch Chatbots und virtuelle Assistenten</li>
@ -130,20 +130,20 @@
<li>Personalisierte Marketing- und Vertriebsautomatisierung</li>
</ul>
<h2 class="text-2xl font-semibold text-gray-900 dark:text-gray-100 mt-8 mb-4">
<h2 class="text-2xl font-semibold text-zinc-900 dark:text-zinc-100 mt-8 mb-4">
Produktivitätssteigerung als Hauptmotivation
</h2>
<p class="text-gray-900 dark:text-gray-100 leading-relaxed mb-6">
<p class="text-zinc-900 dark:text-zinc-100 leading-relaxed mb-6">
Die Studie zeigt, dass Unternehmen, die bereits KI-Lösungen implementiert haben, eine durchschnittliche Produktivitätssteigerung von 35% verzeichnen. Gleichzeitig berichten 68% der Befragten von einer verbesserten Mitarbeiterzufriedenheit, da repetitive Aufgaben automatisiert werden und mehr Zeit für kreative und strategische Tätigkeiten bleibt.
</p>
</div>
<!-- Media Section -->
<div class="mt-12 mb-8">
<h3 class="text-lg font-semibold text-gray-900 dark:text-gray-100 mb-4">Downloads & Medien</h3>
<h3 class="text-lg font-semibold text-zinc-900 dark:text-zinc-100 mb-4">Downloads & Medien</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="bg-white dark:bg-gray-900 rounded-xl border border-gray-200 dark:border-gray-800 p-4 hover:shadow-lg transition-all cursor-pointer">
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-4 hover:shadow-lg transition-all cursor-pointer">
<div class="flex items-center gap-3">
<div class="w-12 h-12 bg-[var(--color-primary)]/10 rounded-lg flex items-center justify-center">
<svg class="h-6 w-6 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@ -151,12 +151,12 @@
</svg>
</div>
<div class="flex-1">
<p class="font-medium text-gray-900 dark:text-gray-100">Vollständige Studie (PDF)</p>
<p class="text-sm text-gray-600 dark:text-gray-400">2.4 MB</p>
<p class="font-medium text-zinc-900 dark:text-zinc-100">Vollständige Studie (PDF)</p>
<p class="text-sm text-zinc-600 dark:text-zinc-400">2.4 MB</p>
</div>
</div>
</div>
<div class="bg-white dark:bg-gray-900 rounded-xl border border-gray-200 dark:border-gray-800 p-4 hover:shadow-lg transition-all cursor-pointer">
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-4 hover:shadow-lg transition-all cursor-pointer">
<div class="flex items-center gap-3">
<div class="w-12 h-12 bg-[var(--color-secondary)]/10 rounded-lg flex items-center justify-center">
<svg class="h-6 w-6 text-[var(--color-secondary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@ -164,8 +164,8 @@
</svg>
</div>
<div class="flex-1">
<p class="font-medium text-gray-900 dark:text-gray-100">Infografiken (ZIP)</p>
<p class="text-sm text-gray-600 dark:text-gray-400">8.7 MB</p>
<p class="font-medium text-zinc-900 dark:text-zinc-100">Infografiken (ZIP)</p>
<p class="text-sm text-zinc-600 dark:text-zinc-400">8.7 MB</p>
</div>
</div>
</div>
@ -173,24 +173,24 @@
</div>
<!-- Contact Box -->
<div class="bg-white dark:bg-gray-900 rounded-xl border border-gray-200 dark:border-gray-800 p-6 mb-8 transition-colors duration-200">
<h3 class="text-lg font-semibold text-gray-900 dark:text-gray-100 mb-4">Pressekontakt</h3>
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 mb-8 transition-colors duration-200">
<h3 class="text-lg font-semibold text-zinc-900 dark:text-zinc-100 mb-4">Pressekontakt</h3>
<div class="space-y-4">
<div>
<p class="font-medium text-gray-900 dark:text-gray-100">TechVision Analytics GmbH</p>
<p class="text-sm text-gray-600 dark:text-gray-400">Ansprechpartnerin: Dr. Sarah Müller</p>
<p class="font-medium text-zinc-900 dark:text-zinc-100">TechVision Analytics GmbH</p>
<p class="text-sm text-zinc-600 dark:text-zinc-400">Ansprechpartnerin: Dr. Sarah Müller</p>
</div>
<div class="space-y-2">
<div class="flex items-center gap-2 text-sm">
<svg class="h-4 w-4 text-gray-500 dark:text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<svg class="h-4 w-4 text-zinc-500 dark:text-zinc-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
</svg>
<a href="mailto:presse@techvision.de" class="text-[var(--color-primary)] hover:underline">
presse@techvision.de
</a>
</div>
<div class="flex items-center gap-2 text-sm text-gray-900 dark:text-gray-100">
<svg class="h-4 w-4 text-gray-500 dark:text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<div class="flex items-center gap-2 text-sm text-zinc-900 dark:text-zinc-100">
<svg class="h-4 w-4 text-zinc-500 dark:text-zinc-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path>
</svg>
<a href="tel:+493012345678" class="hover:text-[var(--color-primary)] transition-colors">
@ -198,23 +198,23 @@
</a>
</div>
</div>
<a href="#" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-gray-700 dark:text-gray-300 border border-gray-300 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-800 rounded-lg transition-all">
<a href="#" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-zinc-700 dark:text-zinc-300 border border-zinc-300 dark:border-zinc-700 hover:bg-zinc-50 dark:hover:bg-zinc-800 rounded-lg transition-all">
vCard herunterladen
</a>
</div>
</div>
<!-- Company Teaser -->
<div class="bg-gray-50/50 dark:bg-gray-900/50 rounded-xl border border-gray-200 dark:border-gray-800 p-6 mb-8 transition-colors duration-200">
<div class="bg-zinc-50/50 dark:bg-zinc-900/50 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 mb-8 transition-colors duration-200">
<div class="flex items-start gap-4">
<div class="w-16 h-16 bg-white dark:bg-gray-800 rounded-lg flex items-center justify-center flex-shrink-0">
<svg class="h-8 w-8 text-gray-500 dark:text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<div class="w-16 h-16 bg-white dark:bg-zinc-800 rounded-lg flex items-center justify-center flex-shrink-0">
<svg class="h-8 w-8 text-zinc-500 dark:text-zinc-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"></path>
</svg>
</div>
<div class="flex-1">
<h3 class="font-semibold text-gray-900 dark:text-gray-100 mb-2">TechVision Analytics</h3>
<p class="text-sm text-gray-600 dark:text-gray-400 mb-4">
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2">TechVision Analytics</h3>
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
TechVision Analytics ist ein führendes Forschungsinstitut für Technologie- und Marktanalysen mit Sitz in Berlin. Seit 2015 beraten wir Unternehmen bei strategischen Technologie-Entscheidungen.
</p>
<a href="#" class="inline-flex items-center text-[var(--color-primary)] hover:text-[var(--color-secondary)] transition-colors text-sm font-medium">
@ -225,20 +225,20 @@
</div>
<!-- Utility Bar -->
<div class="flex items-center gap-3 py-6 border-y border-gray-200 dark:border-gray-800">
<a href="#" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-gray-700 dark:text-gray-300 border border-gray-300 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-800 rounded-lg transition-all">
<div class="flex items-center gap-3 py-6 border-y border-zinc-200 dark:border-zinc-800">
<a href="#" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-zinc-700 dark:text-zinc-300 border border-zinc-300 dark:border-zinc-700 hover:bg-zinc-50 dark:hover:bg-zinc-800 rounded-lg transition-all">
<svg class="h-4 w-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z"></path>
</svg>
Teilen
</a>
<a href="#" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-gray-700 dark:text-gray-300 border border-gray-300 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-800 rounded-lg transition-all">
<a href="#" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-zinc-700 dark:text-zinc-300 border border-zinc-300 dark:border-zinc-700 hover:bg-zinc-50 dark:hover:bg-zinc-800 rounded-lg transition-all">
<svg class="h-4 w-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z"></path>
</svg>
Drucken
</a>
<a href="#" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100 transition-colors ml-auto">
<a href="#" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-zinc-600 dark:text-zinc-400 hover:text-zinc-900 dark:hover:text-zinc-100 transition-colors ml-auto">
<svg class="h-4 w-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 21v-4m0 0V5a2 2 0 012-2h6.5l1 1H21l-3 6 3 6h-8.5l-1-1H5a2 2 0 00-2 2zm9-13.5V9"></path>
</svg>
@ -248,21 +248,21 @@
</article>
<!-- Related Articles -->
<section class="bg-gray-50/50 dark:bg-gray-900/50 py-12 mt-8 transition-colors duration-200">
<section class="bg-zinc-50/50 dark:bg-zinc-900/50 py-12 mt-8 transition-colors duration-200">
<div class="container mx-auto px-4 max-w-6xl">
<h2 class="text-2xl font-semibold text-gray-900 dark:text-gray-100 mb-6">Ähnliche Meldungen</h2>
<h2 class="text-2xl font-semibold text-zinc-900 dark:text-zinc-100 mb-6">Ähnliche Meldungen</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Related Article 1 -->
<div class="bg-white dark:bg-gray-900 rounded-xl border border-gray-200 dark:border-gray-800 p-5 hover:shadow-lg transition-all">
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-5 hover:shadow-lg transition-all">
<div class="flex items-center gap-2 mb-3">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-[var(--color-primary)]/10 text-[var(--color-primary)]">
IT & Software
</span>
</div>
<h3 class="font-semibold text-gray-900 dark:text-gray-100 mb-2 line-clamp-2">
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2 line-clamp-2">
Cloud-Migration: 78% der deutschen Unternehmen setzen auf Hybrid-Cloud
</h3>
<p class="text-sm text-gray-600 dark:text-gray-400 mb-3 line-clamp-2">
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-3 line-clamp-2">
Neue Umfrage zeigt: Hybrid-Cloud wird zum Standard für maximale Flexibilität und Sicherheit.
</p>
<a href="#" class="inline-flex items-center text-sm text-[var(--color-primary)] hover:text-[var(--color-secondary)] transition-colors">
@ -271,16 +271,16 @@
</div>
<!-- Related Article 2 -->
<div class="bg-white dark:bg-gray-900 rounded-xl border border-gray-200 dark:border-gray-800 p-5 hover:shadow-lg transition-all">
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-5 hover:shadow-lg transition-all">
<div class="flex items-center gap-2 mb-3">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-[var(--color-primary)]/10 text-[var(--color-primary)]">
IT & Software
</span>
</div>
<h3 class="font-semibold text-gray-900 dark:text-gray-100 mb-2 line-clamp-2">
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2 line-clamp-2">
Cybersecurity: Unternehmen verstärken Schutzmaßnahmen gegen Hackerangriffe
</h3>
<p class="text-sm text-gray-600 dark:text-gray-400 mb-3 line-clamp-2">
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-3 line-clamp-2">
Investitionen in IT-Sicherheit steigen um durchschnittlich 35%. Neue Standards werden eingeführt.
</p>
<a href="#" class="inline-flex items-center text-sm text-[var(--color-primary)] hover:text-[var(--color-secondary)] transition-colors">
@ -289,16 +289,16 @@
</div>
<!-- Related Article 3 -->
<div class="bg-white dark:bg-gray-900 rounded-xl border border-gray-200 dark:border-gray-800 p-5 hover:shadow-lg transition-all">
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-5 hover:shadow-lg transition-all">
<div class="flex items-center gap-2 mb-3">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-[var(--color-primary)]/10 text-[var(--color-primary)]">
IT & Software
</span>
</div>
<h3 class="font-semibold text-gray-900 dark:text-gray-100 mb-2 line-clamp-2">
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2 line-clamp-2">
5G-Rollout beschleunigt: Netzabdeckung erreicht 85% in Deutschland
</h3>
<p class="text-sm text-gray-600 dark:text-gray-400 mb-3 line-clamp-2">
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-3 line-clamp-2">
Mobilfunkanbieter berichten von schnellerem Ausbau. IoT-Anwendungen profitieren enorm.
</p>
<a href="#" class="inline-flex items-center text-sm text-[var(--color-primary)] hover:text-[var(--color-secondary)] transition-colors">