/* ==============================================
   OVB24 Theme – main.css v3.0
   CI: Rot #d4121c | Gelb #ffde12 | Dunkel #161922
   ============================================== */

:root {
  --red:        #d4121c;
  --red-dark:   #a80e16;
  --red-light:  #fdf0f0;
  --yellow:     #ffde12;
  --yellow-dark:#e6c800;
  --orange:     #FAA431;
  --orange-dark:#e8921a;
  --orange-light:#fff5e8;
  --dark:       #161922;
  --dark-mid:   #2a2f3a;
  --gray-dark:  #3a3f4b;
  --gray:       #626262;
  --gray-light: #f5f5f7;
  --white:      #ffffff;
  --font:       'Inter', sans-serif;
  --radius:     14px;
  --shadow:     0 4px 20px rgba(22,25,34,0.09);
  --shadow-lg:  0 12px 48px rgba(22,25,34,0.16);
  --transition: 0.25s ease;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--dark); background: var(--white); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 50px; font-weight: 700; font-size: 15px; cursor: pointer; transition: all var(--transition); border: none; font-family: var(--font); }
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,18,28,0.35); }
.btn-secondary { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.45); }
.btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-yellow { background: var(--yellow); color: var(--dark); }
.btn-yellow:hover { background: var(--yellow-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,222,18,0.4); }
.btn-orange { background: var(--orange); color: var(--white); }
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(250,164,49,0.4); }
.btn-outline { background: transparent; color: var(--red); border: 2px solid var(--red); }
.btn-outline:hover { background: var(--red); color: var(--white); }
.btn-dark { background: var(--dark); color: var(--white); }
.btn-dark:hover { background: var(--dark-mid); transform: translateY(-2px); }
.btn-white { background: var(--white); color: var(--red); }
.btn-white:hover { background: var(--yellow); color: var(--dark); transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-outline-orange { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.5); }
.btn-outline-orange:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

/* ── TOP BAR ── */
.topbar { background: var(--dark); color: rgba(255,255,255,0.65); font-size: 13px; padding: 9px 0; }
.topbar .container { display: flex; justify-content: center; align-items: center; }
.topbar-phone { color: var(--yellow); font-weight: 700; display: flex; align-items: center; gap: 6px; }
.topbar-phone:hover { color: var(--white); }

/* ── HEADER ── */
.header { background: var(--white); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 16px rgba(22,25,34,0.07); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.nav-logo img { height: 46px; width: auto; }
.nav-logo .custom-logo-link img { height: 46px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-menu li { position: relative; }
.nav-menu > li > a { display: block; padding: 10px 15px; font-weight: 600; font-size: 14px; color: var(--dark); border-radius: 8px; transition: all var(--transition); }
.nav-menu > li > a:hover,
.nav-menu > li > a.active { color: var(--red); background: var(--red-light); }
.nav-menu li.dropdown-open .dropdown { display: block; }
/* Unsichtbares Pseudo-Element brückt die Lücke zwischen Link und Dropdown */
.nav-menu li.dropdown-open::after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 8px; z-index: 199; }
.dropdown { display: none; position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); min-width: 230px; padding: 8px; border-top: 3px solid var(--red); z-index: 200; }
.dropdown a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; font-size: 14px; font-weight: 500; color: var(--gray-dark); border-radius: 8px; transition: all var(--transition); }
.dropdown a:hover { background: var(--gray-light); color: var(--red); padding-left: 18px; }
.dropdown a::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex-shrink: 0; opacity: 0.4; }
.dropdown a:hover::before { opacity: 1; }
.nav-cta { margin-left: 16px; }

/* ── SECTION HEADER ── */
.section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 16px; }
.section-header p { font-size: 17px; color: var(--gray); max-width: 580px; margin: 0 auto; line-height: 1.75; }
.underline { width: 56px; height: 4px; background: var(--red); border-radius: 2px; margin: 18px auto 0; }

/* ══════════════════════════════════════════════
   1. HERO
══════════════════════════════════════════════ */
.hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; background: var(--dark); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 30%; opacity: 0.18; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(22,25,34,0.97) 0%, rgba(22,25,34,0.82) 45%, rgba(212,18,28,0.3) 100%); }
.hero-shape { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(212,18,28,0.15) 0%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 100px 0 80px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,222,18,0.12); border: 1px solid rgba(255,222,18,0.35); color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 50px; margin-bottom: 28px; }
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:0.4; } }
.hero h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 900; color: var(--white); line-height: 1.08; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero p { font-size: 18px; color: rgba(255,255,255,0.72); margin-bottom: 0; line-height: 1.75; max-width: 560px; }
.hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,0.35); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.hero-scroll-line { width: 1px; height: 44px; background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes scrollLine { 0%,100% { opacity:0.35; } 50% { opacity:0.9; } }

/* ══════════════════════════════════════════════
   2. STORY ADVERTORIAL BRIDGE
══════════════════════════════════════════════ */
.story-bridge {
  background: linear-gradient(180deg, var(--dark) 0%, #1e2330 40%, #252b38 100%);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.story-bridge::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,222,18,0.3), transparent);
}
.story-bridge::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--yellow));
}
.story-bridge-inner { position: relative; z-index: 1; }
.story-bridge-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-bridge-content .section-label { color: var(--yellow); }
.story-bridge-content h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 900; color: var(--white); line-height: 1.15; margin-bottom: 20px; }
.story-bridge-content h2 em { font-style: normal; color: var(--yellow); }
.story-bridge-content p { font-size: 16px; color: rgba(255,255,255,0.68); line-height: 1.8; margin-bottom: 36px; }
.story-kpis { display: flex; gap: 36px; margin-bottom: 40px; }
.story-kpi { text-align: center; }
.story-kpi-num { font-size: 36px; font-weight: 900; color: var(--yellow); line-height: 1; }
.story-kpi-label { font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 500; margin-top: 4px; letter-spacing: 0.5px; }
.story-bridge-visual { position: relative; }
.story-bridge-visual img { width: 100%; height: 380px; object-fit: cover; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.story-badge {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  background: rgba(22,25,34,0.92); backdrop-filter: blur(12px);
  border-radius: 10px; padding: 16px 18px; border-left: 4px solid var(--yellow);
}
.story-badge-title { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.story-badge-sub { font-size: 12px; color: rgba(255,255,255,0.55); }
.story-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }
.story-feature { display: flex; align-items: center; gap: 12px; }
.story-feature-check { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,222,18,0.15); border: 1px solid rgba(255,222,18,0.4); color: var(--yellow); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.story-feature span { font-size: 14px; color: rgba(255,255,255,0.75); }

/* ══════════════════════════════════════════════
   3. STATS BAR
══════════════════════════════════════════════ */
.stats-bar { background: var(--yellow); position: relative; z-index: 2; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 30px 20px; text-align: center; border-right: 1px solid rgba(22,25,34,0.1); transition: background var(--transition); }
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(22,25,34,0.06); }
.stat-number { font-size: 38px; font-weight: 900; color: var(--dark); line-height: 1; margin-bottom: 5px; }
.stat-label { font-size: 12px; font-weight: 700; color: rgba(22,25,34,0.6); text-transform: uppercase; letter-spacing: 0.8px; }

/* ══════════════════════════════════════════════
   4. NEWS-PORTALE SLIDER
══════════════════════════════════════════════ */
.portale-slider-section { background: var(--white); padding: 80px 0; }
.portale-cards-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.portal-preview-card {
  background: var(--white); border-radius: var(--radius);
  border: 1px solid rgba(22,25,34,0.09); overflow: hidden;
  box-shadow: var(--shadow); transition: all 0.3s ease;
  display: flex; flex-direction: column;
}
.portal-preview-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--red); }
.portal-preview-logo { padding: 16px 14px 12px; display: flex; align-items: center; justify-content: center; min-height: 64px; border-bottom: 1px solid rgba(22,25,34,0.06); background: var(--gray-light); }
.portal-preview-logo img { height: 30px; width: auto; max-width: 100%; object-fit: contain; }
.portal-preview-logo-text { font-size: 13px; font-weight: 800; color: var(--red); text-align: center; }
.portal-preview-screen { position: relative; overflow: hidden; height: 130px; background: #eee; }
.portal-preview-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.4s ease; }
.portal-preview-card:hover .portal-preview-screen img { transform: scale(1.04); }
.portal-preview-screen-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(22,25,34,0.3)); }
.portal-preview-url {
  padding: 10px 12px; font-size: 11px; font-weight: 700; color: var(--red);
  display: flex; align-items: center; gap: 5px;
  border-top: 1px solid rgba(22,25,34,0.06); background: var(--white);
}
.portal-preview-url::before { content: '↗'; font-size: 12px; }

/* ══════════════════════════════════════════════
   5. DIGITALE LEISTUNGEN (3 Boxen)
══════════════════════════════════════════════ */
.leistungen { padding: 96px 0; background: var(--gray-light); }
.leistungen-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.leistung-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: all 0.3s ease; background: var(--white); border: 1px solid rgba(22,25,34,0.06); display: flex; flex-direction: column; }
.leistung-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.leistung-card:hover .leistung-img img { transform: scale(1.06); }
.leistung-img { height: 240px; overflow: hidden; position: relative; }
.leistung-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.leistung-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,25,34,0.7) 0%, transparent 50%); }
.leistung-title-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; }
.leistung-title-overlay h3 { font-size: 22px; font-weight: 900; color: var(--white); line-height: 1.2; text-shadow: 0 2px 8px rgba(0,0,0,0.4); text-align: center; }
.leistung-tag { position: absolute; top: 14px; left: 14px; background: var(--red); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; }
.leistung-tag-red { background: var(--red); color: var(--white); }
.leistung-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.leistung-body p { font-size: 14px; color: var(--gray); line-height: 1.7; flex: 1; }
.leistung-footer { padding: 16px 26px; border-top: 1px solid rgba(22,25,34,0.06); display: flex; align-items: center; }
.leistung-link { font-size: 14px; font-weight: 700; color: var(--red); display: flex; align-items: center; gap: 6px; transition: gap var(--transition); }
.leistung-card:hover .leistung-link { gap: 10px; }

/* ══════════════════════════════════════════════
   6. JOB-PORTALE HERO
══════════════════════════════════════════════ */
.jobs-hero { position: relative; min-height: 540px; display: flex; align-items: center; background: var(--dark); overflow: hidden; }
.jobs-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 40%; opacity: 0.28; }
.jobs-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(22,25,34,0.95) 0%, rgba(22,25,34,0.7) 55%, rgba(250,164,49,0.25) 100%); }
.jobs-hero-content { position: relative; z-index: 2; padding: 80px 0; }
.jobs-hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.jobs-hero-text .section-label { color: var(--orange); }
.jobs-hero-text h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 18px; }
.jobs-hero-text h2 em { font-style: normal; color: var(--orange); }
.jobs-hero-text p { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 36px; }
.jobs-portale-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.jobs-portal-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 18px 16px;
  display: flex; align-items: center; gap: 12px;
  transition: all var(--transition); text-decoration: none;
}
.jobs-portal-card:hover { background: rgba(250,164,49,0.12); border-color: var(--orange); }
.jobs-portal-card img { height: 30px; width: auto; object-fit: contain; filter: brightness(0) invert(1); max-width: 100px; }
.jobs-portal-card-text { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.8); }
.jobs-portal-card-sub { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 2px; }
.jobs-stats { display: flex; gap: 32px; margin-bottom: 36px; }
.jobs-stat { text-align: center; }
.jobs-stat-num { font-size: 30px; font-weight: 900; color: var(--orange); line-height: 1; }
.jobs-stat-label { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 4px; font-weight: 500; }
.jobs-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ══════════════════════════════════════════════
   7. TWENTYFOURTALENTS
══════════════════════════════════════════════ */
.talents-section {
  padding: 96px 0;
  background: #0e1929;
  position: relative; overflow: hidden;
}
.talents-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(250,164,49,0.12) 0%, transparent 70%); }
.talents-section::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,222,18,0.06) 0%, transparent 70%); }
.talents-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.talents-content .section-label { color: var(--orange); }
.talents-content h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 900; color: var(--white); line-height: 1.15; margin-bottom: 18px; }
.talents-content h2 em { font-style: normal; color: var(--orange); }
.talents-content p { font-size: 16px; color: rgba(255,255,255,0.68); line-height: 1.8; margin-bottom: 32px; }
.talents-services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 36px; }
.talents-service-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px; padding: 16px; transition: all var(--transition);
  text-decoration: none; display: block;
}
.talents-service-card:hover { background: rgba(250,164,49,0.1); border-color: rgba(250,164,49,0.35); }
.talents-service-name { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.talents-service-desc { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.5; }
.talents-visual { position: relative; }
.talents-img-wrap img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.talents-logo-badge {
  position: absolute; top: 20px; left: 20px;
  background: rgba(14,25,41,0.92); backdrop-filter: blur(10px);
  border-radius: 10px; padding: 14px 18px;
  border: 1px solid rgba(250,164,49,0.35);
}
.talents-logo-badge img { height: 32px; width: auto; }
.talents-stats { display: flex; gap: 24px; margin-bottom: 36px; }
.talents-stat { text-align: center; }
.talents-stat-num { font-size: 28px; font-weight: 900; color: var(--orange); line-height: 1; }
.talents-stat-label { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 3px; }

/* ══════════════════════════════════════════════
   8. DIGITAL-AGENTUR
══════════════════════════════════════════════ */
.agentur-section { padding: 96px 0; background: var(--white); }
.agentur-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.agentur-img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.agentur-img-wrap img { width: 100%; height: 440px; object-fit: cover; }
.agentur-badge { position: absolute; bottom: 20px; left: 20px; background: var(--red); color: var(--white); font-size: 13px; font-weight: 700; padding: 10px 18px; border-radius: 8px; }
.agentur-content .section-label { color: var(--red); }
.agentur-content h2 { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 16px; }
.agentur-content h2 em { font-style: normal; color: var(--red); }
.agentur-content p { font-size: 16px; color: var(--gray); line-height: 1.8; margin-bottom: 28px; }
.agentur-services { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; }
.agentur-service { display: flex; align-items: flex-start; gap: 12px; }
.agentur-service-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex-shrink: 0; margin-top: 6px; }
.agentur-service-titel { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 2px; }
.agentur-service-desc { font-size: 13px; color: var(--gray); line-height: 1.5; }

/* ══════════════════════════════════════════════
   9. ALLE PORTALE
══════════════════════════════════════════════ */
.alle-portale { padding: 80px 0; background: var(--gray-light); }
.alle-portale-group { margin-bottom: 48px; }
.alle-portale-group:last-child { margin-bottom: 0; }
.alle-portale-category-label { margin-bottom: 20px; }
.category-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 14px; border-radius: 50px; }
.category-news    { background: var(--red);    color: var(--white); }
.category-jobs    { background: var(--orange); color: var(--white); }
.category-spezial { background: var(--dark);   color: var(--white); }
.all-portale-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.all-portal-item {
  background: var(--white); border-radius: var(--radius);
  padding: 20px 14px; text-align: center;
  box-shadow: var(--shadow); transition: all var(--transition);
  border: 2px solid transparent; display: flex; align-items: center; justify-content: center; min-height: 80px;
}
.all-portal-item:hover { border-color: var(--red); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.all-portal-item img { height: 34px; width: auto; margin: 0 auto; object-fit: contain; }
.all-portal-item span { font-size: 12px; font-weight: 700; color: var(--red); }

/* ══════════════════════════════════════════════
   10. REFERENZEN
══════════════════════════════════════════════ */
.referenzen { padding: 96px 0; background: var(--white); }
.referenzen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.referenz-card { background: var(--gray-light); border-radius: var(--radius); padding: 30px 26px; transition: all var(--transition); border: 1px solid transparent; }
.referenz-card:hover { border-color: rgba(212,18,28,0.15); box-shadow: var(--shadow-lg); transform: translateY(-4px); background: var(--white); }
.referenz-quote-icon { font-size: 44px; color: var(--red); line-height: 0.8; margin-bottom: 14px; font-family: Georgia, serif; }
.referenz-zitat { font-size: 14px; color: var(--gray-dark); line-height: 1.75; margin-bottom: 22px; font-style: italic; }
.referenz-footer { display: flex; align-items: center; gap: 12px; }
.referenz-logo img { height: 36px; width: auto; max-width: 90px; object-fit: contain; filter: grayscale(1); opacity: 0.7; transition: all var(--transition); }
.referenz-card:hover .referenz-logo img { filter: grayscale(0); opacity: 1; }
.referenz-name { font-size: 14px; font-weight: 700; color: var(--dark); }
.referenz-company { font-size: 12px; color: var(--gray); }

/* ══════════════════════════════════════════════
   11. CTA
══════════════════════════════════════════════ */
.cta-section { padding: 100px 0; background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%); position: relative; overflow: hidden; text-align: center; }
.cta-section::before { content: ''; position: absolute; top: -50%; left: -10%; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.cta-section::after { content: ''; position: absolute; bottom: -30%; right: -5%; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.cta-content { position: relative; z-index: 1; }
.cta-section h2 { font-size: clamp(30px, 4.5vw, 52px); font-weight: 900; color: var(--white); line-height: 1.15; margin-bottom: 20px; }
.cta-section p { font-size: 18px; color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto 40px; line-height: 1.7; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
.footer { background: var(--dark); color: rgba(255,255,255,0.65); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand { }
.footer-logo img,
.footer-logo .custom-logo-link img { height: 40px; width: auto; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.6); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; transition: all var(--transition); }
.footer-social a:hover { background: var(--red); color: var(--white); }
.footer-col h4 { font-size: 12px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.5); transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,0.3); }
.footer-bottom a { color: rgba(255,255,255,0.3); transition: color var(--transition); }
.footer-bottom a:hover { color: var(--yellow); }
.footer-bottom-links { display: flex; gap: 20px; }

/* ══════════════════════════════════════════════
   HAMBURGER MENU
══════════════════════════════════════════════ */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; border: none; background: none; z-index: 300; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s ease; transform-origin: center; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ══════════════════════════════════════════════
   MOBILE OVERLAY NAV
══════════════════════════════════════════════ */
.mobile-nav-overlay {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: var(--dark); flex-direction: column;
  overflow-y: auto; padding: 80px 24px 40px;
}
.mobile-nav-overlay.open { display: flex; }
.mobile-nav-list { list-style: none; display: flex; flex-direction: column; gap: 0; }
.mobile-nav-item { border-bottom: 1px solid rgba(255,255,255,0.07); }
.mobile-nav-item > a { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-size: 18px; font-weight: 700; color: var(--white); transition: color var(--transition); }
.mobile-nav-item > a:hover { color: var(--yellow); }
.mobile-nav-item > a .arrow { font-size: 12px; color: rgba(255,255,255,0.35); transition: transform 0.25s; }
.mobile-nav-item.expanded > a .arrow { transform: rotate(90deg); }
.mobile-dropdown { display: none; padding: 0 0 16px 16px; flex-direction: column; gap: 4px; }
.mobile-nav-item.expanded .mobile-dropdown { display: flex; }
.mobile-dropdown a { font-size: 15px; color: rgba(255,255,255,0.6); padding: 8px 0; font-weight: 500; transition: color var(--transition); }
.mobile-dropdown a:hover { color: var(--yellow); }
.mobile-nav-cta { margin-top: 32px; }
.mobile-nav-cta .btn { width: 100%; justify-content: center; font-size: 16px; padding: 16px; }
.mobile-nav-phone { margin-top: 24px; text-align: center; }
.mobile-nav-phone a { color: var(--yellow); font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; gap: 8px; }

/* ══════════════════════════════════════════════
   WORDPRESS ADMIN BAR OFFSET
══════════════════════════════════════════════ */
.admin-bar .header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .header { top: 46px; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .nav-menu, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .topbar .container { justify-content: center; }
  .story-bridge-layout { grid-template-columns: 1fr; gap: 40px; }
  .story-bridge-visual { display: none; }
  .jobs-hero-layout { grid-template-columns: 1fr; gap: 40px; }
  .jobs-portale-grid { grid-template-columns: repeat(2, 1fr); }
  .agentur-layout { grid-template-columns: 1fr; gap: 40px; }
  .agentur-visual { display: none; }
  .talents-layout { grid-template-columns: 1fr; gap: 40px; }
  .talents-visual { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .portale-cards-row { grid-template-columns: repeat(3, 1fr); }
  .all-portale-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .container { padding: 0 18px; }
  .hero { min-height: 520px; }
  .hero-content { padding: 80px 0 60px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .leistungen-grid-3 { grid-template-columns: 1fr; }
  .portale-cards-row { grid-template-columns: repeat(2, 1fr); }
  .all-portale-grid { grid-template-columns: repeat(3, 1fr); }
  .referenzen-grid { grid-template-columns: 1fr; }
  .jobs-portale-grid { grid-template-columns: 1fr 1fr; }
  .talents-services { grid-template-columns: 1fr; }
  .agentur-services { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .cta-buttons .btn { width: 100%; max-width: 320px; justify-content: center; }
  .jobs-cta-row { flex-direction: column; }
  .jobs-cta-row .btn { width: 100%; justify-content: center; }
  .story-kpis { gap: 20px; }
  .story-kpi-num { font-size: 28px; }
  .jobs-stats { gap: 20px; }
  .section-header { margin-bottom: 40px; }
  .portale-slider-section { padding: 56px 0; }
  .leistungen { padding: 64px 0; }
  .jobs-hero-content { padding: 60px 0; }
  .talents-section { padding: 64px 0; }
  .agentur-section { padding: 64px 0; }
  .alle-portale { padding: 56px 0; }
  .referenzen { padding: 64px 0; }
  .cta-section { padding: 72px 0; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

@media (max-width: 480px) {
  .portale-cards-row { grid-template-columns: 1fr 1fr; }
  .all-portale-grid { grid-template-columns: repeat(2, 1fr); }
  .jobs-portale-grid { grid-template-columns: 1fr; }
  .story-kpis { flex-wrap: wrap; gap: 16px; }
  .story-kpi { flex: 1 1 40%; }
  .footer-bottom-links { flex-direction: column; gap: 8px; }
}
/* ============================================================
   ONLINE MARKETING – Seiten CSS
   OVB24 Theme 2026
   ============================================================ */

/* PAGE HERO */
.page-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    overflow: hidden;
}
.page-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.3);
}
.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(22,25,34,0.95) 0%, rgba(212,18,28,0.2) 100%);
}
.page-hero .container {
    position: relative;
    z-index: 2;
    max-width: 800px;
}
.page-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}
.page-hero__breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.page-hero__breadcrumb a:hover { color: #ffde12; }
.page-hero__badge {
    display: inline-block;
    background: rgba(212,18,28,0.2);
    border: 1px solid rgba(212,18,28,0.5);
    color: #ff6b6b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.page-hero__title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}
.page-hero__title .text-red { color: #d4121c; }
.page-hero__sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 640px;
}
.page-hero__ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* USP BAR */
.om-usp-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 24px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.om-usp-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.om-usp-bar__item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.om-usp-bar__item svg {
    width: 32px;
    height: 32px;
    color: #d4121c;
    flex-shrink: 0;
}
.om-usp-bar__item strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #161922;
}
.om-usp-bar__item span {
    font-size: 0.8rem;
    color: #666;
}

/* INTRO */
.om-intro {
    padding: 80px 0;
    background: #f8f9fa;
}
.om-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.om-intro__text .section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d4121c;
    margin-bottom: 12px;
}
.om-intro__text h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    color: #161922;
    line-height: 1.2;
    margin-bottom: 20px;
}
.om-intro__text p {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
}
.om-intro__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.om-intro__stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    border-top: 3px solid #d4121c;
}
.om-intro__stat-card .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: #d4121c;
    line-height: 1;
    margin-bottom: 8px;
}
.om-intro__stat-card .stat-label {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
}

/* LEISTUNGEN GRID */
.om-leistungen {
    padding: 80px 0;
    background: #fff;
}
.section-header {
    text-align: center;
    margin-bottom: 48px;
}
.section-header .section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d4121c;
    margin-bottom: 12px;
}
.section-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: #161922;
    margin-bottom: 12px;
}
.section-header p {
    font-size: 1.05rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}
.section-header--light h2 { color: #fff; }
.section-header--light p { color: rgba(255,255,255,0.7); }
.section-header--light .section-label { color: #ffde12; }

.om-leistungen__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.om-leistung-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 28px 24px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.om-leistung-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-color: #d4121c;
}
.om-leistung-card--highlight {
    background: linear-gradient(135deg, #161922 0%, #252b38 100%);
    border-color: transparent;
    color: #fff;
}
.om-leistung-card--highlight h3,
.om-leistung-card--highlight p { color: rgba(255,255,255,0.9); }
.om-leistung-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ffde12;
    color: #161922;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
}
.om-leistung-card__icon {
    width: 48px;
    height: 48px;
    background: rgba(212,18,28,0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.om-leistung-card--highlight .om-leistung-card__icon {
    background: rgba(255,255,255,0.1);
}
.om-leistung-card__icon svg {
    width: 24px;
    height: 24px;
    color: #d4121c;
}
.om-leistung-card--highlight .om-leistung-card__icon svg {
    color: #ffde12;
}
.om-leistung-card__tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d4121c;
    margin-bottom: 8px;
}
.om-leistung-card__tag.tag-red {
    color: #ff6b6b;
}
.om-leistung-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #161922;
    line-height: 1.3;
    margin-bottom: 10px;
}
.om-leistung-card p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
}
.om-leistung-card__cta {
    font-size: 0.85rem;
    font-weight: 700;
    color: #d4121c;
    margin-top: auto;
}
.om-leistung-card--highlight .om-leistung-card__cta {
    color: #ffde12;
}

/* PROZESS */
.om-prozess {
    padding: 80px 0;
    background: #161922;
}
.om-prozess__steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 48px;
}
.om-prozess__step {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}
.om-prozess__step-num {
    font-size: 3rem;
    font-weight: 900;
    color: rgba(212,18,28,0.3);
    line-height: 1;
    margin-bottom: 16px;
}
.om-prozess__step h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.om-prozess__step p {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}
.om-prozess__arrow {
    font-size: 1.5rem;
    color: rgba(212,18,28,0.5);
    padding-top: 16px;
    flex-shrink: 0;
}

/* REFERENZEN */
.om-referenzen {
    padding: 60px 0;
    background: #f8f9fa;
}
.om-referenzen__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 32px;
}
.om-referenzen__logos img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(0.6);
    transition: all 0.3s;
}
.om-referenzen__logos img:hover {
    filter: grayscale(0) opacity(1);
}

/* CTA FINAL */
.om-cta-final {
    padding: 80px 0;
    background: linear-gradient(135deg, #d4121c 0%, #a00e15 100%);
}
.om-cta-final__inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.om-cta-final__inner h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
}
.om-cta-final__inner p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
}
.om-cta-final__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-outline-white {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.6);
    color: #fff;
}
.btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}
.btn-lg {
    padding: 16px 32px;
    font-size: 1rem;
}

/* UNTERSEITEN – Leistungsseite Layout */
.leistung-hero {
    background: linear-gradient(135deg, #161922 0%, #252b38 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}
.leistung-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212,18,28,0.15) 0%, transparent 70%);
}
.leistung-hero .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.leistung-hero__text .page-hero__badge { margin-bottom: 20px; }
.leistung-hero__text h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}
.leistung-hero__text h1 span { color: #d4121c; }
.leistung-hero__text p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 28px;
}
.leistung-hero__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.leistung-hero__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    padding: 6px 0;
}
.leistung-hero__features li::before {
    content: '✓';
    color: #ffde12;
    font-weight: 900;
    flex-shrink: 0;
}
.leistung-hero__image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.leistung-hero__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* CONTENT SECTIONS */
.leistung-content {
    padding: 80px 0;
    background: #fff;
}
.leistung-content__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}
.leistung-content__main h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #161922;
    margin-bottom: 16px;
    margin-top: 40px;
}
.leistung-content__main h2:first-child { margin-top: 0; }
.leistung-content__main h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #161922;
    margin-bottom: 12px;
    margin-top: 28px;
}
.leistung-content__main p {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
}
.leistung-content__main ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
}
.leistung-content__main ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
}
.leistung-content__main ul li::before {
    content: '→';
    color: #d4121c;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 2px;
}

/* SIDEBAR */
.leistung-sidebar {
    position: sticky;
    top: 100px;
}
.leistung-sidebar__card {
    background: #161922;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    color: #fff;
}
.leistung-sidebar__card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}
.leistung-sidebar__card p {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}
.leistung-sidebar__card .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.leistung-sidebar__contact {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eee;
}
.leistung-sidebar__contact h4 {
    font-size: 0.9rem;
    font-weight: 800;
    color: #161922;
    margin-bottom: 16px;
}
.leistung-sidebar__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: #444;
    padding: 8px 0;
    text-decoration: none;
}
.leistung-sidebar__contact-item svg {
    width: 18px;
    height: 18px;
    color: #d4121c;
    flex-shrink: 0;
}
.leistung-sidebar__links {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eee;
    margin-top: 24px;
}
.leistung-sidebar__links h4 {
    font-size: 0.9rem;
    font-weight: 800;
    color: #161922;
    margin-bottom: 16px;
}
.leistung-sidebar__links a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #444;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s;
}
.leistung-sidebar__links a:last-child { border-bottom: none; }
.leistung-sidebar__links a:hover { color: #d4121c; }
.leistung-sidebar__links a::before {
    content: '→';
    color: #d4121c;
    font-weight: 900;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .om-leistungen__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
    .om-usp-bar__grid { grid-template-columns: repeat(2, 1fr); }
    .om-intro__grid { grid-template-columns: 1fr; gap: 40px; }
    .leistung-hero .container { grid-template-columns: 1fr; }
    .leistung-hero__image { display: none; }
    .leistung-content__grid { grid-template-columns: 1fr; }
    .leistung-sidebar { position: static; }
    .om-prozess__steps { flex-direction: column; align-items: center; }
    .om-prozess__arrow { transform: rotate(90deg); }
}
@media (max-width: 768px) {
    .page-hero { min-height: 400px; padding: 100px 0 60px; }
    .page-hero__ctas { flex-direction: column; }
    .om-leistungen__grid { grid-template-columns: 1fr; }
    .om-usp-bar__grid { grid-template-columns: 1fr 1fr; }
    .om-intro__stats { grid-template-columns: 1fr 1fr; }
    .om-referenzen__logos { gap: 24px; }
    .om-referenzen__logos img { height: 30px; }
    .om-cta-final__btns { flex-direction: column; align-items: center; }
}
/* ============================================================
   ONLINE MARKETING – Seiten CSS
   OVB24 Theme 2026
   ============================================================ */

/* PAGE HERO */
.page-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    overflow: hidden;
}
.page-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.3);
}
.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(22,25,34,0.95) 0%, rgba(212,18,28,0.2) 100%);
}
.page-hero .container {
    position: relative;
    z-index: 2;
    max-width: 800px;
}
.page-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}
.page-hero__breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.page-hero__breadcrumb a:hover { color: #ffde12; }
.page-hero__badge {
    display: inline-block;
    background: rgba(212,18,28,0.2);
    border: 1px solid rgba(212,18,28,0.5);
    color: #ff6b6b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.page-hero__title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}
.page-hero__title .text-red { color: #d4121c; }
.page-hero__sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 640px;
}
.page-hero__ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* USP BAR */
.om-usp-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 24px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.om-usp-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.om-usp-bar__item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.om-usp-bar__item svg {
    width: 32px;
    height: 32px;
    color: #d4121c;
    flex-shrink: 0;
}
.om-usp-bar__item strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #161922;
}
.om-usp-bar__item span {
    font-size: 0.8rem;
    color: #666;
}

/* INTRO */
.om-intro {
    padding: 80px 0;
    background: #f8f9fa;
}
.om-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.om-intro__text .section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d4121c;
    margin-bottom: 12px;
}
.om-intro__text h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    color: #161922;
    line-height: 1.2;
    margin-bottom: 20px;
}
.om-intro__text p {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
}
.om-intro__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.om-intro__stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    border-top: 3px solid #d4121c;
}
.om-intro__stat-card .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: #d4121c;
    line-height: 1;
    margin-bottom: 8px;
}
.om-intro__stat-card .stat-label {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
}

/* LEISTUNGEN GRID */
.om-leistungen {
    padding: 80px 0;
    background: #fff;
}
.section-header {
    text-align: center;
    margin-bottom: 48px;
}
.section-header .section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d4121c;
    margin-bottom: 12px;
}
.section-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: #161922;
    margin-bottom: 12px;
}
.section-header p {
    font-size: 1.05rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}
.section-header--light h2 { color: #fff; }
.section-header--light p { color: rgba(255,255,255,0.7); }
.section-header--light .section-label { color: #ffde12; }

.om-leistungen__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.om-leistung-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 28px 24px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.om-leistung-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-color: #d4121c;
}
.om-leistung-card--highlight {
    background: linear-gradient(135deg, #161922 0%, #252b38 100%);
    border-color: transparent;
    color: #fff;
}
.om-leistung-card--highlight h3,
.om-leistung-card--highlight p { color: rgba(255,255,255,0.9); }
.om-leistung-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ffde12;
    color: #161922;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
}
.om-leistung-card__icon {
    width: 48px;
    height: 48px;
    background: rgba(212,18,28,0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.om-leistung-card--highlight .om-leistung-card__icon {
    background: rgba(255,255,255,0.1);
}
.om-leistung-card__icon svg {
    width: 24px;
    height: 24px;
    color: #d4121c;
}
.om-leistung-card--highlight .om-leistung-card__icon svg {
    color: #ffde12;
}
.om-leistung-card__tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d4121c;
    margin-bottom: 8px;
}
.om-leistung-card__tag.tag-red {
    color: #ff6b6b;
}
.om-leistung-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #161922;
    line-height: 1.3;
    margin-bottom: 10px;
}
.om-leistung-card p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
}
.om-leistung-card__cta {
    font-size: 0.85rem;
    font-weight: 700;
    color: #d4121c;
    margin-top: auto;
}
.om-leistung-card--highlight .om-leistung-card__cta {
    color: #ffde12;
}

/* PROZESS */
.om-prozess {
    padding: 80px 0;
    background: #161922;
}
.om-prozess__steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 48px;
}
.om-prozess__step {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}
.om-prozess__step-num {
    font-size: 3rem;
    font-weight: 900;
    color: rgba(212,18,28,0.3);
    line-height: 1;
    margin-bottom: 16px;
}
.om-prozess__step h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.om-prozess__step p {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}
.om-prozess__arrow {
    font-size: 1.5rem;
    color: rgba(212,18,28,0.5);
    padding-top: 16px;
    flex-shrink: 0;
}

/* REFERENZEN */
.om-referenzen {
    padding: 60px 0;
    background: #f8f9fa;
}
.om-referenzen__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 32px;
}
.om-referenzen__logos img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(0.6);
    transition: all 0.3s;
}
.om-referenzen__logos img:hover {
    filter: grayscale(0) opacity(1);
}

/* CTA FINAL */
.om-cta-final {
    padding: 80px 0;
    background: linear-gradient(135deg, #d4121c 0%, #a00e15 100%);
}
.om-cta-final__inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.om-cta-final__inner h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
}
.om-cta-final__inner p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
}
.om-cta-final__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-outline-white {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.6);
    color: #fff;
}
.btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}
.btn-lg {
    padding: 16px 32px;
    font-size: 1rem;
}

/* UNTERSEITEN – Leistungsseite Layout */
.leistung-hero {
    background: linear-gradient(135deg, #161922 0%, #252b38 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}
.leistung-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212,18,28,0.15) 0%, transparent 70%);
}
.leistung-hero .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.leistung-hero__text .page-hero__badge { margin-bottom: 20px; }
.leistung-hero__text h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}
.leistung-hero__text h1 span { color: #d4121c; }
.leistung-hero__text p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 28px;
}
.leistung-hero__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.leistung-hero__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    padding: 6px 0;
}
.leistung-hero__features li::before {
    content: '✓';
    color: #ffde12;
    font-weight: 900;
    flex-shrink: 0;
}
.leistung-hero__image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.leistung-hero__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* CONTENT SECTIONS */
.leistung-content {
    padding: 80px 0;
    background: #fff;
}
.leistung-content__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}
.leistung-content__main h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #161922;
    margin-bottom: 16px;
    margin-top: 40px;
}
.leistung-content__main h2:first-child { margin-top: 0; }
.leistung-content__main h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #161922;
    margin-bottom: 12px;
    margin-top: 28px;
}
.leistung-content__main p {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
}
.leistung-content__main ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
}
.leistung-content__main ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
}
.leistung-content__main ul li::before {
    content: '→';
    color: #d4121c;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 2px;
}

/* SIDEBAR */
.leistung-sidebar {
    position: sticky;
    top: 100px;
}
.leistung-sidebar__card {
    background: #161922;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    color: #fff;
}
.leistung-sidebar__card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}
.leistung-sidebar__card p {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}
.leistung-sidebar__card .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.leistung-sidebar__contact {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eee;
}
.leistung-sidebar__contact h4 {
    font-size: 0.9rem;
    font-weight: 800;
    color: #161922;
    margin-bottom: 16px;
}
.leistung-sidebar__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: #444;
    padding: 8px 0;
    text-decoration: none;
}
.leistung-sidebar__contact-item svg {
    width: 18px;
    height: 18px;
    color: #d4121c;
    flex-shrink: 0;
}
.leistung-sidebar__links {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eee;
    margin-top: 24px;
}
.leistung-sidebar__links h4 {
    font-size: 0.9rem;
    font-weight: 800;
    color: #161922;
    margin-bottom: 16px;
}
.leistung-sidebar__links a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #444;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s;
}
.leistung-sidebar__links a:last-child { border-bottom: none; }
.leistung-sidebar__links a:hover { color: #d4121c; }
.leistung-sidebar__links a::before {
    content: '→';
    color: #d4121c;
    font-weight: 900;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .om-leistungen__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
    .om-usp-bar__grid { grid-template-columns: repeat(2, 1fr); }
    .om-intro__grid { grid-template-columns: 1fr; gap: 40px; }
    .leistung-hero .container { grid-template-columns: 1fr; }
    .leistung-hero__image { display: none; }
    .leistung-content__grid { grid-template-columns: 1fr; }
    .leistung-sidebar { position: static; }
    .om-prozess__steps { flex-direction: column; align-items: center; }
    .om-prozess__arrow { transform: rotate(90deg); }
}
@media (max-width: 768px) {
    .page-hero { min-height: 400px; padding: 100px 0 60px; }
    .page-hero__ctas { flex-direction: column; }
    .om-leistungen__grid { grid-template-columns: 1fr; }
    .om-usp-bar__grid { grid-template-columns: 1fr 1fr; }
    .om-intro__stats { grid-template-columns: 1fr 1fr; }
    .om-referenzen__logos { gap: 24px; }
    .om-referenzen__logos img { height: 30px; }
    .om-cta-final__btns { flex-direction: column; align-items: center; }
}

/* ============================================================
   MOBILE FIXES – Ergänzungen
   ============================================================ */

/* Menü: Pfeil-Toggle-Button für Submenü */
.mobile-sub-toggle {
    background: none;
    border: none;
    color: rgba(255,255,255,0.7);
    font-size: 1.4rem;
    padding: 4px 12px;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.3s, color 0.2s;
    flex-shrink: 0;
}
.mobile-sub-toggle.open {
    transform: rotate(90deg);
    color: #ffde12;
}
.mobile-nav-item.has-sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mobile-nav-item.has-sub > a {
    flex: 1;
}
.mobile-nav-item.has-sub .mobile-dropdown {
    width: 100%;
    display: none;
}
.mobile-nav-item.has-sub .mobile-dropdown.open {
    display: block;
}

/* Desktop Nav-Pfeil */
.nav-arrow {
    font-size: 0.9rem;
    margin-left: 2px;
    opacity: 0.6;
    transition: transform 0.2s;
    display: inline-block;
}
.nav-menu li:hover .nav-arrow {
    transform: rotate(90deg);
    opacity: 1;
}

/* Online-Marketing Seiten – Mobile Fixes */
@media (max-width: 640px) {
    .page-hero {
        min-height: 360px;
        padding: 90px 0 50px;
    }
    .page-hero__title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }
    .page-hero__sub {
        font-size: 0.95rem;
    }
    .page-hero__ctas {
        flex-direction: column;
        gap: 12px;
    }
    .page-hero__ctas .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .om-usp-bar__grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .om-usp-bar__item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .om-intro__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .om-intro__image {
        display: none;
    }
    .om-intro__stats {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .om-intro__stat-num {
        font-size: 2rem;
    }
    .om-leistungen__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .om-leistung-card {
        padding: 24px 20px;
    }
    .om-prozess__steps {
        flex-direction: column;
        gap: 20px;
    }
    .om-prozess__arrow {
        transform: rotate(90deg);
        margin: 0 auto;
    }
    .om-prozess__step {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .om-referenzen__logos {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .om-referenzen__logos img {
        height: 28px;
    }
    .om-cta-final__btns {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .om-cta-final__btns .btn {
        text-align: center;
        justify-content: center;
    }
    /* Unterseiten-Layout */
    .leistung-hero {
        padding: 90px 0 50px;
    }
    .leistung-hero .container {
        grid-template-columns: 1fr;
    }
    .leistung-hero__image {
        display: none;
    }
    .leistung-content__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .leistung-sidebar {
        position: static;
    }
    .leistung-sidebar__card {
        padding: 24px 20px;
    }
    .leistung-content__section {
        padding: 50px 0;
    }
    .leistung-features__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .leistung-pakete__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .leistung-paket {
        padding: 28px 20px;
    }
    .leistung-faq__item {
        padding: 20px;
    }
    /* Section-Überschriften */
    .section-title {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
    }
    .section-sub {
        font-size: 0.95rem;
    }
    /* Container Padding */
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 480px) {
    .om-usp-bar__grid {
        grid-template-columns: 1fr;
    }
    .om-intro__stats {
        grid-template-columns: 1fr;
    }
    .leistung-features__grid {
        grid-template-columns: 1fr;
    }
}
