.elementor-248 .elementor-element.elementor-element-cfb8a52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-248:not(.elementor-motion-effects-element-type-background), body.elementor-page-248 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at bottom right, #000000 0%, #FFFFFF 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f63166e *//* ===========================
   IMPRESSUM – FINALE OPTIK
   =========================== */

:root {
  --hdr-h: 90px; /* Headerhöhe anpassen falls nötig */
}

/* ---------- HERO ---------- */
#imp-hero {
  padding-top: calc(var(--hdr-h) + 32px);
  margin-bottom: 24px;
  text-align: center;
}
#imp-hero .eyebrow {
  display: block;
  color: rgba(234, 234, 234, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  margin-bottom: 6px;
}
#imp-hero .imp-title {
  margin: 0;
  color: #fff;
  font-weight: 800;
  font-size: clamp(38px, 6vw, 56px);
  line-height: 1.1;
  letter-spacing: 0.5px;
}

/* ---------- CARD-WRAP ---------- */
#imp-wrap {
  background: transparent;
  display: flex;
  justify-content: center;
  --ink: #eaeaea;
  --muted: rgba(234, 234, 234, 0.78);
  --card-bg: rgba(16, 16, 18, 0.32);
  --card-bg-hover: rgba(16, 16, 18, 0.42);
  --stroke: rgba(255, 255, 255, 0.1);
  --stroke-hover: rgba(248, 0, 62, 0.4);
  --glow: rgba(248, 0, 62, 0.18);
  --radius: 18px;
  --pad: clamp(24px, 2.5vw, 36px);
}

/* ---------- CARD ---------- */
#imp-wrap .imp-card {
  width: min(1100px, 100% - 48px);
  margin: 0 auto 40px;
  background: var(--card-bg);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: var(--pad);
  color: var(--ink);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  transition: all 0.25s ease;
}
#imp-wrap .imp-card:hover {
  background: var(--card-bg-hover);
  border-color: var(--stroke-hover);
  box-shadow: 0 0 0 1px var(--stroke-hover) inset, 0 12px 28px rgba(0, 0, 0, 0.42),
    0 10px 28px var(--glow);
  transform: translateY(-2px);
}

/* ---------- GRID ---------- */
#imp-wrap .imp-grid {
  display: grid;
  gap: clamp(20px, 3vw, 36px);
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  #imp-wrap .imp-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- TYPO ---------- */
#imp-wrap h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
}
#imp-wrap h3 {
  color: #fff;
  margin: 20px 0 8px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
}
#imp-wrap p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* ---------- LINKS ---------- */
#imp-wrap a {
  color: #eaeaea;
  text-decoration: none;
}
#imp-wrap a:hover {
  color: #f8003e;
}
#imp-wrap .noaccent {
  color: #eaeaea;
}

/* ---------- META-ZEILE ---------- */
#imp-wrap .imp-meta {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}
#imp-wrap .imp-meta .dot {
  opacity: 0.6;
}

/* ---------- FEIN-TUNING ---------- */
html {
  scroll-padding-top: calc(var(--hdr-h) + 16px);
}
@media (max-width: 480px) {
  #imp-wrap .imp-card {
    padding: 16px;
  }
  #imp-hero .imp-title {
    font-size: clamp(28px, 8vw, 40px);
  }
}/* End custom CSS */