/* QSpid — helles queeres Design */
:root {
  --qx-bg: #f7f4ff;
  --qx-card: rgba(255, 255, 255, .92);
  --qx-text: #1a1528;
  --qx-muted: #5c5670;
  --qx-cyan: #1a8fc4;
  --qx-pink: #e6007e;
  --qx-purple: #7a3dff;
  --qx-radius: 20px;
  --qx-font: 'Outfit', system-ui, sans-serif;
  --qx-pride: linear-gradient(110deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e);
  --qx-pride-soft: linear-gradient(
    125deg,
    rgba(228, 3, 3, .12),
    rgba(255, 140, 0, .1),
    rgba(255, 237, 0, .08),
    rgba(0, 128, 38, .08),
    rgba(36, 64, 142, .1),
    rgba(115, 41, 130, .1),
    rgba(230, 0, 126, .12)
  );
  --qx-glow:
    0 0 0 1px rgba(36, 64, 142, .06),
    0 12px 28px rgba(80, 40, 120, .1);
  --qx-inset:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    inset 0 -8px 16px rgba(100, 60, 140, .04);
  --qx-stars: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Ccircle cx='22' cy='34' r='1.2' fill='%23e6007e' opacity='.22'/%3E%3Ccircle cx='140' cy='70' r='1' fill='%23ff8c00' opacity='.2'/%3E%3Ccircle cx='190' cy='40' r='1.2' fill='%2324408e' opacity='.2'/%3E%3Ccircle cx='70' cy='160' r='.9' fill='%23008026' opacity='.18'/%3E%3Ccircle cx='160' cy='180' r='1' fill='%23732982' opacity='.2'/%3E%3Ccircle cx='100' cy='110' r='.8' fill='%23e40303' opacity='.16'/%3E%3Ccircle cx='40' cy='200' r='1' fill='%235bcefa' opacity='.18'/%3E%3C/svg%3E");
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.qx {
  margin: 0;
  min-height: 100vh;
  display: block !important;
  flex-direction: column !important;
  font-family: var(--qx-font);
  color: var(--qx-text);
  background-color: var(--qx-bg);
  background-image:
    linear-gradient(105deg, rgba(228, 3, 3, .08), transparent 30%),
    linear-gradient(160deg, transparent 18%, rgba(255, 140, 0, .07), transparent 48%),
    linear-gradient(200deg, transparent 32%, rgba(255, 237, 0, .08), transparent 58%),
    linear-gradient(240deg, transparent 38%, rgba(0, 128, 38, .07), transparent 68%),
    linear-gradient(280deg, transparent 28%, rgba(36, 64, 142, .09), transparent 72%),
    linear-gradient(320deg, transparent 22%, rgba(115, 41, 130, .09), transparent 62%),
    linear-gradient(20deg, transparent 12%, rgba(230, 0, 126, .1), transparent 50%),
    radial-gradient(70% 45% at 8% 0%, rgba(230, 0, 126, .12), transparent 62%),
    radial-gradient(55% 40% at 92% 8%, rgba(91, 206, 250, .14), transparent 60%),
    radial-gradient(60% 50% at 50% 100%, rgba(0, 128, 38, .08), transparent 58%),
    var(--qx-stars),
    linear-gradient(180deg, #fff8fc 0%, #f3f0ff 45%, #eef6ff 100%);
  background-attachment: fixed;
  background-size:
    auto, auto, auto, auto, auto, auto, auto,
    auto, auto, auto,
    240px 240px,
    100% 100%;
  perspective: 1400px;
}
body.qx::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent 0 46px,
      rgba(115, 41, 130, .03) 46px 47px,
      transparent 47px 92px
    ),
    linear-gradient(
      90deg,
      rgba(228, 3, 3, .05) 0%,
      rgba(255, 140, 0, .04) 16%,
      rgba(255, 237, 0, .04) 33%,
      rgba(0, 128, 38, .04) 50%,
      rgba(36, 64, 142, .05) 66%,
      rgba(115, 41, 130, .05) 83%,
      rgba(230, 0, 126, .06) 100%
    );
  opacity: .55;
  mix-blend-mode: normal;
}
body.qx::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1200;
  pointer-events: none;
  background: var(--qx-pride);
  background-size: 220% 100%;
  animation: qxPride 10s linear infinite;
  box-shadow: 0 0 14px rgba(230, 0, 126, .28);
}
/* Suche/News: ebenfalls hell, ohne großen Kreis */
body.qx.qx-search,
body.qx.qx-article,
body.qx.qx-page {
  background-color: #f7f4ff !important;
  background-image:
    linear-gradient(115deg, rgba(228, 3, 3, .07), transparent 34%),
    linear-gradient(200deg, transparent 22%, rgba(255, 237, 0, .06), transparent 52%),
    linear-gradient(260deg, transparent 28%, rgba(0, 128, 38, .07), transparent 64%),
    linear-gradient(320deg, transparent 18%, rgba(36, 64, 142, .09), transparent 60%),
    linear-gradient(20deg, transparent 8%, rgba(230, 0, 126, .09), transparent 48%),
    var(--qx-stars),
    linear-gradient(180deg, #fff8fc 0%, #f3f0ff 55%, #eef6ff 100%) !important;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, no-repeat !important;
  background-size:
    auto, auto, auto, auto, auto,
    240px 240px,
    100% 100% !important;
  background-attachment: fixed !important;
}
body.qx.qx-search::before,
body.qx.qx-article::before,
body.qx.qx-page::before {
  content: '' !important;
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  background:
    linear-gradient(
      90deg,
      rgba(228, 3, 3, .04) 0%,
      rgba(255, 140, 0, .035) 16%,
      rgba(255, 237, 0, .03) 33%,
      rgba(0, 128, 38, .035) 50%,
      rgba(36, 64, 142, .04) 66%,
      rgba(115, 41, 130, .04) 83%,
      rgba(230, 0, 126, .05) 100%
    ) !important;
  opacity: .55 !important;
  mix-blend-mode: normal !important;
}
body.qx.qx-search::after,
body.qx.qx-article::after,
body.qx.qx-page::after {
  content: '' !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  z-index: 1200 !important;
  pointer-events: none !important;
  background: var(--qx-pride) !important;
  background-size: 220% 100% !important;
  animation: qxPride 10s linear infinite !important;
  box-shadow: 0 0 14px rgba(230, 0, 126, .28) !important;
}
body.qx > .qx-header,
body.qx > .qx-main,
body.qx > .qx-footer,
body.qx > header,
body.qx > main,
body.qx > footer {
  position: relative;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

body.qx a { color: inherit; }
body.qx img { max-width: 100%; display: block; }

.qx-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* Header */
.qx-header {
  padding: 16px 0 12px;
  margin-bottom: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 248, 252, .72));
  border-bottom: 1px solid rgba(100, 60, 140, .1);
  box-shadow: 0 8px 24px rgba(80, 40, 120, .06);
  overflow: visible;
}
.qx-header-inner {
  display: grid;
  grid-template-columns: minmax(200px, 1.1fr) minmax(280px, 1.4fr) minmax(180px, .9fr);
  gap: 18px;
  align-items: center;
}
.qx-header-inner--left-bubble {
  grid-template-columns: minmax(420px, 1.35fr) minmax(320px, 1.4fr);
}
.qx-header-inner--nav,
.qx-header-inner--rich {
  grid-template-columns: minmax(220px, auto) minmax(320px, 1fr);
  gap: 20px;
  align-items: center;
  overflow: visible;
}
.qx-header-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
}
.qx-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
}
.qx-header-nav a {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(100, 60, 140, .14);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #3a3450 !important;
  text-decoration: none !important;
  background: #ffffff;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(80, 40, 120, .06);
  transition: color .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.qx-header-nav a:hover {
  color: #e6007e !important;
  background: #fff;
  border-color: rgba(230, 0, 126, .35);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(230, 0, 126, .12);
}
.qx-header-nav__me {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e) border-box !important;
  border: 1.5px solid transparent !important;
  color: #e6007e !important;
}
.qx-header-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.qx-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none !important;
  color: #1a1528 !important;
  background: #fff;
  border: 1px solid rgba(100, 60, 140, .12);
  transition: transform .12s ease, box-shadow .12s ease;
}
.qx-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(80, 40, 120, .1);
}
.qx-chip--news { border-color: rgba(91, 206, 250, .45); color: #0a6a9a !important; }
.qx-chip--pride {
  background: linear-gradient(90deg, rgba(228, 3, 3, .08), rgba(230, 0, 126, .1));
  border-color: rgba(230, 0, 126, .28);
  color: #c4006a !important;
}
.qx-chip--community { border-color: rgba(122, 61, 255, .35); color: #5a2ccc !important; }
.qx-chip--health { border-color: rgba(0, 128, 38, .35); color: #007a28 !important; }
.qx-chip--events { border-color: rgba(255, 140, 0, .4); color: #b35a00 !important; }
.qx-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
/* Megalogo: Q + Brand-Text */
.qx-megalogo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  color: inherit;
  min-width: 0;
  max-width: 100%;
  filter: drop-shadow(0 8px 18px rgba(80, 40, 120, .18));
}
.qx-megalogo--brand {
  gap: 10px;
  filter: none;
  align-items: center;
  overflow: visible;
}
.qx-megalogo-mark {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-right: 0;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  /* Layout-Slot bleibt klein → Header-Höhe unverändert */
  width: 58px;
  height: 58px;
  transform: none !important;
  animation: none !important;
  overflow: visible;
}
.qx-megalogo-mark::after {
  content: none !important;
  display: none !important;
}
.qx-megalogo-mark img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 116px !important;
  height: 116px !important;
  max-width: none !important;
  transform: translate(-50%, -50%) !important;
  filter: drop-shadow(0 6px 14px rgba(80, 40, 120, .22));
  pointer-events: none;
}
.qx-megalogo:hover .qx-megalogo-bubble {
  filter: brightness(1.06);
}
.qx-megalogo:hover .qx-megalogo-mark {
  transform: none !important;
}
.qx-megalogo:hover .qx-megalogo-mark img {
  filter: drop-shadow(0 8px 16px rgba(230, 0, 126, .22));
  transform: translate(-50%, -50%) !important;
}
.qx-megalogo-bubble {
  z-index: 1;
  padding-left: 28px !important;
  max-width: 260px;
  flex-shrink: 1;
}
/* Logo-Kasten komplett aus im Header-Megalogo */
.qx-megalogo .qx-logo-3d,
.qx-megalogo-mark.qx-logo-3d {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
  animation: none !important;
  place-items: center;
}
.qx-megalogo .qx-logo-3d::after {
  content: none !important;
  display: none !important;
}
.qx-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  flex-shrink: 0;
}
.qx-logo-3d {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .02));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, .45),
    0 0 24px rgba(230, 0, 126, .35),
    inset 0 1px 0 rgba(255, 255, 255, .35),
    inset 0 -8px 16px rgba(0, 0, 0, .25);
  transform: perspective(600px) rotateY(-8deg) rotateX(6deg);
  animation: qxLogoFloat 3.6s ease-in-out infinite;
}
.qx-logo-3d::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  background: conic-gradient(from 180deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e, #e40303);
  z-index: -1;
  opacity: .55;
  filter: blur(10px);
  animation: qxSpinGlow 10s linear infinite;
}
.qx-logo-3d img {
  width: 58px;
  height: 58px;
  filter:
    drop-shadow(0 8px 10px rgba(0, 0, 0, .45))
    drop-shadow(0 0 10px rgba(91, 206, 250, .35));
  transform: translateZ(20px);
}
.qx-brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.qx-brand-name {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  background: var(--qx-pride);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: qxPride 8s linear infinite;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .8));
}
.qx-brand-sub { display: none !important; }
.qx-brand-tag,
.qx-brand-line { display: none !important; }
.qx-brand-slogan {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  max-width: 280px;
}
.qx-brand-slogan-text {
  font-style: normal;
  font-weight: 800;
  font-size: 0.86rem;
  line-height: 1.25;
  letter-spacing: .01em;
  background: linear-gradient(90deg, #e40303, #ff8c00, #c9a800, #008026, #24408e, #732982, #e6007e);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: qxPride 7s linear infinite;
}
.qx-brand-slogan-sub {
  display: block;
  margin-top: 1px;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: .02em;
  line-height: 1.2;
  color: #5c5670;
}
.qx-brand-trail {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 10px;
  margin-left: 2px;
}
.qx-brand-trail .qx-star {
  font-size: 0.55rem;
  line-height: 1;
  color: #e6007e;
  opacity: .85;
  animation: qxStarTwinkle 1.8s ease-in-out infinite;
}
.qx-brand-trail .qx-star:nth-child(2) {
  font-size: 0.48rem;
  color: #24408e;
  animation-delay: .25s;
  opacity: .7;
}
.qx-brand-trail .qx-star:nth-child(3) {
  font-size: 0.42rem;
  color: #ff8c00;
  animation-delay: .5s;
  opacity: .55;
}
.qx-brand-trail .qx-star:nth-child(4) {
  font-size: 0.36rem;
  color: #008026;
  animation-delay: .75s;
  opacity: .4;
}
.qx-brand-trail .qx-bow {
  width: 52px;
  height: 3px;
  margin-left: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e);
  background-size: 180% 100%;
  animation: qxPride 5s linear infinite;
  box-shadow: 0 0 8px rgba(230, 0, 126, .25);
  mask-image: linear-gradient(90deg, #000 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 100%);
}
@keyframes qxStarTwinkle {
  0%, 100% { transform: scale(1) translateY(0); opacity: .85; }
  50% { transform: scale(1.25) translateY(-1px); opacity: 1; }
}
.qx-brand--foot .qx-brand-name { font-size: 1.2rem; filter: none; }

.qx-search,
.qx-search--3d {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  padding: 5px 5px 5px 14px;
  border-radius: 999px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e) border-box;
  border: 2px solid transparent;
  background-size: auto, 200% 100%;
  animation: qxBorderShift 6s linear infinite;
  box-shadow:
    0 8px 22px rgba(80, 40, 120, .12),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  transform: translateZ(0);
}
.qx-search::before,
.qx-search::after,
.qx-search--3d::before,
.qx-search--3d::after {
  content: none !important;
  display: none !important;
}
.qx-search:focus-within {
  transform: translateY(-1px);
  box-shadow:
    0 10px 26px rgba(80, 40, 120, .16),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}
.qx-search-ico {
  width: 15px;
  height: 15px;
  color: #e6007e;
  flex-shrink: 0;
  filter: none;
}
.qx-search input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  color: #1a1528;
  font: inherit;
  font-size: 0.88rem;
  min-width: 0;
  padding: 6px 4px;
  text-shadow: none;
}
.qx-search input::placeholder { color: #7a748e; }
.qx-search button {
  border: 0;
  border-radius: 999px;
  padding: 7px 14px;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  color: #041018 !important;
  -webkit-text-fill-color: #041018 !important;
  background-color: #5bcefa !important;
  background-image: linear-gradient(180deg, #8ae7ff, #5bcefa 40%, #3a7bff) !important;
  box-shadow:
    0 8px 16px rgba(58, 123, 255, .35),
    inset 0 1px 0 rgba(255, 255, 255, .55),
    inset 0 -4px 8px rgba(0, 40, 120, .25);
  transition: transform .15s ease, filter .15s ease;
  position: relative;
  z-index: 2;
  isolation: isolate;
}
.qx-search button:hover,
.qx-search button:focus,
.qx-search button:active {
  color: #041018 !important;
  -webkit-text-fill-color: #041018 !important;
  background-color: #5bcefa !important;
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.qx-bubble,
.qx-bubble--hero {
  position: relative;
  padding: 12px 16px;
  border-radius: 28px;
  background: rgba(10, 8, 28, .42);
  backdrop-filter: blur(14px) saturate(1.25);
  box-shadow:
    0 0 0 2px rgba(230, 0, 126, .7),
    0 0 0 4px rgba(91, 206, 250, .45),
    0 0 28px rgba(230, 0, 126, .4),
    0 0 42px rgba(91, 206, 250, .28),
    0 16px 32px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 1;
  min-width: 0;
  max-width: 240px;
  animation: qxBubblePulse 3.8s ease-in-out infinite;
}
.qx-bubble--hero::before {
  content: '';
  position: absolute;
  left: 18px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  background: rgba(10, 8, 28, .55);
  border-right: 2px solid rgba(91, 206, 250, .55);
  border-bottom: 2px solid rgba(230, 0, 126, .65);
  transform: rotate(45deg);
  border-radius: 0 0 5px 0;
  box-shadow: 4px 4px 12px rgba(230, 0, 126, .25);
}
.qx-bubble-line {
  margin: 0;
  font-weight: 800;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.2;
  color: #9ef0ff;
  text-shadow:
    0 0 12px rgba(91, 206, 250, .9),
    0 0 26px rgba(230, 0, 126, .5),
    0 2px 0 rgba(0, 0, 0, .45);
}
.qx-bubble-line--accent {
  color: #ff9ad8;
  text-shadow:
    0 0 12px rgba(230, 0, 126, .85),
    0 0 24px rgba(91, 206, 250, .35),
    0 2px 0 rgba(0, 0, 0, .45);
}
.qx-bubble p {
  margin: 0;
  font-weight: 800;
  font-size: clamp(0.95rem, 1.6vw, 1.18rem);
  line-height: 1.25;
  color: #9ef0ff;
  text-shadow:
    0 0 10px rgba(91, 206, 250, .85),
    0 0 22px rgba(230, 0, 126, .45),
    0 2px 0 rgba(0, 0, 0, .4);
}

/* Main layout */
.qx-main { padding: 14px 0 44px; }
.qx-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .85fr);
  gap: 18px;
  align-items: start;
}
.qx-col-main,
.qx-col-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Newsdesk: Topnews-Hero + Wetter + starre Felder */
.qx-main--newsdesk { padding-top: 10px; }
.qx-desk-top {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(240px, .78fr);
  gap: 14px;
  margin-bottom: 14px;
  align-items: stretch;
}
.qx-hero {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  background: #1a1528;
  min-height: 320px;
  box-shadow: 0 12px 28px rgba(80, 40, 120, .14);
  border: 1px solid rgba(100, 60, 140, .12);
}
.qx-hero-media {
  position: absolute;
  inset: 0;
  background: #e8e4f4;
}
.qx-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qx-hero-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, transparent 0%, rgba(12, 10, 28, .55) 28%, rgba(12, 10, 28, .88) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.qx-hero-body h1 {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}
.qx-hero-body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, .88);
  max-width: 46ch;
}
.qx-hero-body .qx-meta { color: rgba(255, 255, 255, .72); }
.qx-hero-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}
.qx-hero-side-item {
  flex: 1;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(100, 60, 140, .1);
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 6px 16px rgba(80, 40, 120, .07);
  transition: transform .15s ease, box-shadow .15s ease;
  min-height: 0;
}
.qx-hero-side-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(80, 40, 120, .12);
}
.qx-hero-side-media {
  border-radius: 10px;
  overflow: hidden;
  background: #f0eef8;
  min-height: 72px;
}
.qx-hero-side-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 72px;
}
.qx-hero-side-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  justify-content: center;
}
.qx-hero-side-body strong {
  font-size: 0.88rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1a1528;
}
.qx-hero-side-body .qx-rank-num {
  font-size: 0.72rem;
  color: #e6007e;
}

.qx-weather {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow: 0 8px 20px rgba(80, 40, 120, .07);
}
.qx-weather-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.qx-weather-head h2 {
  margin: 0;
  font-size: 0.95rem;
  color: #1a1528;
}
.qx-weather-head span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6a6480;
}
.qx-weather-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.qx-weather-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "city city temp"
    "icon label temp";
  gap: 2px 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(160deg, #faf7ff, #f0f6ff);
  border: 1px solid rgba(100, 60, 140, .1);
}
.qx-weather-card--off { opacity: .7; }
.qx-weather-city {
  grid-area: city;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1a1528;
}
.qx-weather-icon {
  grid-area: icon;
  font-size: 1.15rem;
  line-height: 1;
}
.qx-weather-label {
  grid-area: label;
  font-size: 0.74rem;
  color: #5c5670;
  font-weight: 600;
}
.qx-weather-temp {
  grid-area: temp;
  font-size: 1.45rem;
  font-weight: 800;
  color: #24408e;
  letter-spacing: -0.03em;
  justify-self: end;
}
.qx-layout--desk { margin-top: 0; }
.qx-more-grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Untere Newsblocks — redaktionell / professionell */
.qx-panel {
  position: relative;
  background: #fff;
  border: 1px solid rgba(100, 60, 140, .1);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(80, 40, 120, .07);
}
.qx-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px 12px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #e6007e, #ff8c00, #24408e) 1;
  background: linear-gradient(180deg, #fcfaff, #fff);
}
.qx-panel-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1528;
  line-height: 1.2;
}
.qx-panel-head p {
  margin: 3px 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6a6480;
}
.qx-panel-more {
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: #e6007e !important;
  text-decoration: none !important;
  padding: 4px 0;
}
.qx-panel-more:hover { text-decoration: underline !important; }

.qx-feed {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qx-feed > li {
  border-bottom: 1px solid rgba(100, 60, 140, .08);
}
.qx-feed > li:last-child { border-bottom: 0; }
.qx-feed-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none !important;
  color: inherit;
  transition: background .15s ease;
}
.qx-feed-row:hover { background: #faf7ff; }
.qx-feed-media {
  width: 128px;
  height: 92px;
  border-radius: 10px;
  overflow: hidden;
  background: #f0eef8;
  box-shadow: 0 4px 12px rgba(80, 40, 120, .08);
}
.qx-feed-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qx-feed-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  justify-content: center;
}
.qx-feed-title {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: #1a1528;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-feed-row:hover .qx-feed-title { color: #e6007e; }
.qx-feed-teaser {
  font-size: 0.86rem;
  line-height: 1.4;
  color: #5c5670;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-feed-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #6a6480;
}
.qx-feed-meta .qx-tag {
  margin: 0;
}

.qx-mag {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(100, 60, 140, .08);
  border-top: 1px solid rgba(100, 60, 140, .08);
}
.qx-mag-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  min-width: 0;
  transition: background .15s ease;
}
.qx-mag-card:hover { background: #faf7ff; }
.qx-mag-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0eef8;
}
.qx-mag-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.qx-mag-card:hover .qx-mag-media img { transform: scale(1.04); }
.qx-mag-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px 14px;
}
.qx-mag-body strong {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #1a1528;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-mag-card:hover .qx-mag-body strong { color: #e6007e; }

/* Weitere News statt Topsuchen */
.qx-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 4px 16px 18px;
}
.qx-extra-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  text-decoration: none !important;
  color: inherit;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #faf7ff);
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow: 0 4px 14px rgba(80, 40, 120, .06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  min-width: 0;
}
.qx-extra-card:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 0, 126, .28);
  box-shadow: 0 10px 24px rgba(80, 40, 120, .12);
}
.qx-extra-media {
  width: 112px;
  height: 112px;
  border-radius: 12px;
  overflow: hidden;
  background: #f0eef8;
}
.qx-extra-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
.qx-extra-card:hover .qx-extra-media img { transform: scale(1.05); }
.qx-extra-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding: 2px 2px 2px 0;
}
.qx-extra-body strong {
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1a1528;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-extra-card:hover .qx-extra-body strong { color: #e6007e; }
.qx-extra-teaser {
  font-size: 0.82rem;
  line-height: 1.4;
  color: #5c5670;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-extra-meta {
  margin-top: auto;
  font-size: 0.72rem;
  font-weight: 600;
  color: #8a849c;
}
@media (max-width: 720px) {
  .qx-extra-grid { grid-template-columns: 1fr; }
  .qx-extra-card { grid-template-columns: 88px minmax(0, 1fr); }
  .qx-extra-media { width: 88px; height: 88px; }
}

.qx-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 16px 16px;
}
.qx-topic {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none !important;
  background: #f7f4ff;
  border: 1px solid rgba(100, 60, 140, .1);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.qx-topic:hover {
  transform: translateY(-1px);
  border-color: rgba(230, 0, 126, .28);
  box-shadow: 0 6px 14px rgba(80, 40, 120, .1);
}
.qx-topic-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #ff8ad8, #e6007e);
  flex-shrink: 0;
}
.qx-topic-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a1528;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qx-ladder {
  list-style: none;
  margin: 0;
  padding: 4px 0 8px;
}
.qx-ladder > li {
  border-bottom: 1px solid rgba(100, 60, 140, .08);
}
.qx-ladder > li:last-child { border-bottom: 0; }
.qx-ladder-row {
  display: grid;
  grid-template-columns: 28px 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 11px 14px;
  text-decoration: none !important;
  color: inherit;
  transition: background .15s ease;
}
.qx-ladder-row:hover { background: #faf7ff; }
.qx-ladder-num {
  font-size: 1.05rem;
  font-weight: 800;
  color: #e6007e;
  text-align: center;
  line-height: 1;
}
.qx-ladder-media {
  width: 56px;
  height: 44px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0eef8;
}
.qx-ladder-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qx-ladder-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.qx-ladder-body strong {
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.3;
  color: #1a1528;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-ladder-row:hover .qx-ladder-body strong { color: #e6007e; }

.qx-about-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 22px 18px 20px;
}
.qx-panel.qx-about .qx-about-inner h2 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1a1528;
  text-shadow: none;
}
.qx-panel.qx-about .qx-about-inner .qx-about-lead {
  margin: 0;
  color: #5c5670;
  font-size: 0.92rem;
  font-weight: 600;
}
.qx-about-points {
  list-style: none;
  margin: 4px 0 2px;
  padding: 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qx-about-points li {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f4ff;
  border: 1px solid rgba(100, 60, 140, .1);
  font-size: 0.84rem;
  line-height: 1.4;
  color: #3a3450;
}
.qx-about-points strong {
  color: #e6007e;
  font-weight: 750;
}
.qx-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 4px;
}
.qx-cta--ghost {
  background-color: #ffffff !important;
  background-image: none !important;
  color: #24408e !important;
  -webkit-text-fill-color: #24408e !important;
  border: 1.5px solid rgba(36, 64, 142, .35) !important;
  box-shadow: none !important;
}
.qx-cta--ghost:link,
.qx-cta--ghost:visited,
.qx-cta--ghost:active,
.qx-cta--ghost:focus {
  color: #24408e !important;
  -webkit-text-fill-color: #24408e !important;
  background-color: #ffffff !important;
  background-image: none !important;
}
.qx-cta--ghost:hover {
  border-color: #e6007e !important;
  color: #e6007e !important;
  -webkit-text-fill-color: #e6007e !important;
}
.qx-panel.qx-about .qx-about-inner p {
  margin: 0;
  color: #5c5670;
  font-size: 0.88rem;
}

/* Sidebar unter About: mehr News + Kurzinfos */
.qx-side-feed {
  list-style: none;
  margin: 0;
  padding: 4px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.qx-side-feed-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 6px;
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit;
  transition: background .15s ease;
}
.qx-side-feed-row:hover { background: #f7f4ff; }
.qx-side-feed-media {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #ece8f6;
}
.qx-side-feed-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.qx-side-feed-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.qx-side-feed-body strong {
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.3;
  color: #1a1528;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-side-feed-row:hover .qx-side-feed-body strong { color: #e6007e; }

.qx-side-info-list {
  list-style: none;
  margin: 0;
  padding: 4px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.qx-side-info-list a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f4ff;
  border: 1px solid rgba(100, 60, 140, .1);
  text-decoration: none !important;
  color: inherit;
  transition: border-color .15s ease, background .15s ease;
}
.qx-side-info-list a:hover {
  border-color: rgba(230, 0, 126, .35);
  background: #fff;
}
.qx-side-info-list strong {
  font-size: 0.86rem;
  font-weight: 750;
  color: #1a1528;
}
.qx-side-info-list span {
  font-size: 0.78rem;
  color: #5c5670;
}
.qx-side-info-list a:hover strong { color: #e6007e; }

@media (max-width: 980px) {
  .qx-desk-top {
    grid-template-columns: 1fr;
  }
  .qx-hero { min-height: 260px; }
  .qx-hero-side { display: grid; grid-template-columns: 1fr; }
  .qx-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .qx-weather-grid { grid-template-columns: 1fr; }
  .qx-hero-side-item { grid-template-columns: 76px 1fr; }
  .qx-feed-row { grid-template-columns: 96px minmax(0, 1fr); gap: 10px; padding: 12px; }
  .qx-feed-media { width: 96px; height: 72px; }
  .qx-mag { grid-template-columns: 1fr; }
  .qx-topics { grid-template-columns: 1fr 1fr; }
}

.qx-card,
.qx-glass {
  position: relative;
  background: #ffffff;
  border-radius: var(--qx-radius);
  padding: 16px 18px;
  backdrop-filter: none;
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow:
    0 8px 22px rgba(80, 40, 120, .08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateZ(0);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.qx-card::before,
.qx-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .55), transparent 42%),
    linear-gradient(90deg, rgba(228, 3, 3, .06), rgba(255, 237, 0, .04), rgba(0, 128, 38, .04), rgba(36, 64, 142, .05), rgba(230, 0, 126, .06));
  opacity: .55;
  mix-blend-mode: normal;
}
.qx-card::after,
.qx-glass::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  height: 2px;
  border-radius: 2px;
  pointer-events: none;
  background: var(--qx-pride);
  background-size: 200% 100%;
  opacity: .7;
  animation: qxPride 12s linear infinite;
}
.qx-card:hover,
.qx-glass:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: rgba(230, 0, 126, .22);
  box-shadow:
    0 0 0 1px rgba(230, 0, 126, .1),
    0 14px 28px rgba(80, 40, 120, .12),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}
.qx-card-head {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
.qx-card-head h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1a1528;
  text-shadow: none;
}
.qx-card-head p {
  margin: 0;
  color: var(--qx-muted);
  font-size: 0.86rem;
}
.qx-card-head--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.qx-card-head--row h2 { margin: 0; }
.qx-rss {
  color: #ff8a3d;
  filter: none;
}
.qx-more {
  font-size: 0.82rem;
  font-weight: 700;
  color: #e6007e !important;
  text-decoration: none !important;
  text-shadow: none;
}

.qx-news-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .95fr);
  gap: 14px;
}
.qx-feature {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  background: #ffffff;
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow: 0 8px 20px rgba(80, 40, 120, .08);
  transition: transform .2s ease, box-shadow .2s ease;
  transform-style: preserve-3d;
}
.qx-feature:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 28px rgba(80, 40, 120, .14);
}
.qx-feature-media {
  aspect-ratio: 16 / 11;
  background: #f0eef8;
  overflow: hidden;
}
.qx-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.qx-feature:hover .qx-feature-media img {
  transform: scale(1.05);
}
.qx-feature-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
.qx-feature-body h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1a1528;
  text-shadow: none;
}
.qx-feature-body p {
  margin: 0;
  color: var(--qx-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.qx-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qx-news-list--home {
  gap: 8px;
}
.qx-news-list--home > li:first-child a {
  padding: 10px;
  border-color: rgba(230, 0, 126, .18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 6px 16px rgba(230, 0, 126, .08);
}
.qx-news-list--home > li:first-child .qx-thumb {
  width: 96px;
  height: 72px;
}
.qx-news-list--home > li:first-child strong {
  font-size: 1rem;
  -webkit-line-clamp: 3;
}
.qx-news-list a {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 4px 12px rgba(80, 40, 120, .06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.qx-news-list a:hover {
  transform: translateX(3px) translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 8px 18px rgba(80, 40, 120, .1),
    0 0 12px rgba(230, 0, 126, .08);
}
.qx-thumb {
  width: 78px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  background: #f0eef8;
  flex-shrink: 0;
  box-shadow:
    0 4px 10px rgba(80, 40, 120, .1),
    inset 0 0 0 1px rgba(100, 60, 140, .08);
}
.qx-thumb--sm {
  width: 56px;
  height: 44px;
}
.qx-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qx-news-list-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.qx-news-list-body strong {
  font-size: 0.9rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-meta {
  font-size: 0.72rem;
  color: var(--qx-muted);
}
.qx-tag {
  align-self: flex-start;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: .03em;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(155, 92, 255, .45);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, .25),
    inset 0 1px 0 rgba(255, 255, 255, .25);
}
.qx-tag--politik { background: linear-gradient(180deg, #b58cff, #7a3dff); }
.qx-tag--kultur { background: linear-gradient(180deg, #ff5bb5, #e6007e); }
.qx-tag--community { background: linear-gradient(180deg, #6aa8ff, #2f62ff); }
.qx-tag--events { background: linear-gradient(180deg, #ffb347, #ff8c00); }
.qx-tag--gesundheit { background: linear-gradient(180deg, #3ed59a, #008026); }
.qx-tag--news { background: linear-gradient(180deg, #8ae7ff, #5bcefa); color: #041018; }

.qx-more-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.qx-more-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow: 0 4px 12px rgba(80, 40, 120, .06);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.qx-more-item:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 8px 18px rgba(80, 40, 120, .1);
}
.qx-more-item strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.3;
  margin: 4px 0 2px;
}
.qx-more-item .qx-tag { margin-bottom: 2px; }
.qx-article-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
  margin: 12px 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}
.qx-source { margin-top: 24px; }
.qx-source a { color: var(--qx-cyan) !important; }

/* Top Suchen */
.qx-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.qx-pills a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 0.84rem;
  font-weight: 700;
  color: #1a1528;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e) border-box;
  border: 1.5px solid transparent;
  background-size: auto, 220% 100%;
  box-shadow: 0 6px 14px rgba(80, 40, 120, .1);
  transition: transform .15s ease, box-shadow .15s ease, color .15s ease;
}
.qx-pills a:hover {
  color: #e6007e;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 20px rgba(80, 40, 120, .14);
}
.qx-pill-num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  color: #fff;
  background: linear-gradient(180deg, #ff8ad8, #e6007e);
  box-shadow: none;
}

/* Rank list */
.qx-rank {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qx-rank a {
  display: grid;
  grid-template-columns: 22px 56px 1fr;
  gap: 10px;
  align-items: center;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(100, 60, 140, .08);
  transition: transform .15s ease, box-shadow .15s ease;
}
.qx-rank a:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 18px rgba(80, 40, 120, .1);
}
.qx-rank-num {
  font-weight: 800;
  color: #e6007e;
  font-size: 0.95rem;
  text-shadow: none;
}
.qx-rank strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.3;
  color: #1a1528;
}

/* About CTA */
.qx-about {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.qx-heart {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  color: #fff;
  background: var(--qx-pride);
  background-size: 200% 100%;
  animation: qxPride 5s linear infinite, qxHeartBeat 2.4s ease-in-out infinite;
  box-shadow:
    0 12px 24px rgba(230, 0, 126, .4),
    0 0 28px rgba(155, 92, 255, .35),
    inset 0 1px 0 rgba(255, 255, 255, .4),
    inset 0 -8px 14px rgba(0, 0, 0, .25);
  transform: perspective(500px) rotateX(12deg);
}
.qx-about h2 {
  margin: 0;
  font-size: 1.05rem;
  color: #1a1528;
  text-shadow: none;
}
.qx-about p {
  margin: 0;
  color: var(--qx-muted);
  font-size: 0.9rem;
}
.qx-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 800;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: #e6007e !important;
  background-image: linear-gradient(180deg, #ff8ad8, #e6007e 55%, #c4006a) !important;
  border: 0 !important;
  box-shadow:
    0 10px 22px rgba(230, 0, 126, .28),
    inset 0 1px 0 rgba(255, 255, 255, .4);
  transition: transform .15s ease, filter .15s ease;
  position: relative;
  z-index: 2;
  isolation: isolate;
}
.qx-cta:link,
.qx-cta:visited,
.qx-cta:hover,
.qx-cta:active,
.qx-cta:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: #e6007e !important;
  background-image: linear-gradient(180deg, #ff8ad8, #e6007e 55%, #c4006a) !important;
  text-decoration: none !important;
}
.qx-cta:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.05);
}
.qx-cta:focus-visible {
  outline: 3px solid rgba(36, 64, 142, .45);
  outline-offset: 2px;
}

.qx-note {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 200, 80, .18);
  color: #6a4a10;
  font-size: 0.9rem;
  box-shadow: 0 6px 16px rgba(80, 40, 120, .08);
}
.qx-note a { color: #e6007e; text-decoration: underline; }

/* Footer */
.qx-footer {
  margin-top: 20px;
  padding: 36px 0 24px;
  background:
    linear-gradient(180deg, rgba(230, 0, 126, .05), transparent 30%),
    linear-gradient(0deg, rgba(36, 64, 142, .06), transparent 42%),
    linear-gradient(180deg, #faf7ff, #efeaff);
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, #e40303, #ffed00, #008026, #24408e, #e6007e) 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}
.qx-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr)) auto;
  gap: 20px;
}
.qx-footer h3 {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6a6480;
}
.qx-footer a {
  display: block;
  text-decoration: none !important;
  color: #2a2440;
  font-size: 0.88rem;
  margin-bottom: 6px;
}
.qx-footer a:hover { color: #e6007e; }
.qx-footer-brand p {
  margin: 10px 0 0;
  color: var(--qx-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}
.qx-social-row {
  display: flex;
  gap: 8px;
}
.qx-social-row a {
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #1a1528;
  border: 1px solid rgba(100, 60, 140, .14);
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(80, 40, 120, .1);
  transition: transform .15s ease;
}
.qx-social-row a:hover { transform: translateY(-2px) scale(1.06); }
.qx-footer-copy {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(100, 60, 140, .12);
}
.qx-footer-copy p {
  margin: 0;
  color: var(--qx-muted);
  font-size: 0.8rem;
}

/* Suche / Artikel — weißes Legacy-CSS aus qspid.css hart überschreiben */
body.qx .gsearch,
body.qx.qx-search .gsearch,
body.qx main.gsearch,
body.qx .page-main {
  color: var(--qx-text) !important;
  background: transparent !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 14px 0 44px !important;
}
body.qx .gsearch-wrap,
body.qx .page-main > .wrap,
body.qx .page-main > .qx-wrap {
  width: calc(100% - 40px) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.qx .gsearch-main {
  min-width: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.qx .gsearch-stats,
body.qx .gsearch-substats,
body.qx .g-snip,
body.qx .g-cite-url,
body.qx .meta,
body.qx .g-cite-host { color: #5c5670 !important; }
body.qx .g-snip {
  color: #3a3450 !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}
/* Suchbegriff im Text: dick + dunkel */
body.qx .g-snip b,
body.qx .g-snip b.g-hit,
body.qx .g-title b,
body.qx b.g-hit {
  color: #111018 !important;
  font-weight: 800 !important;
  background: transparent !important;
}
body.qx .g-title a,
body.qx .gsearch-stats strong { color: #1a5fb4 !important; }
body.qx .gsearch-stats {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #1a1528 !important;
  margin: 0 0 4px !important;
}
body.qx .gsearch-substats {
  color: #5c5670 !important;
}
body.qx .g-cite-host {
  color: #2a2440 !important;
  font-weight: 600 !important;
}
body.qx .g-side-list strong,
body.qx .g-side-hero-link h2 {
  color: #1a5fb4 !important;
}
body.qx .g-side-list span,
body.qx .g-side-meta,
body.qx .g-side-hero-link p {
  color: #5c5670 !important;
}
body.qx .qx-bubble-line {
  color: #24408e !important;
}
body.qx .qx-bubble-line--accent {
  color: #e6007e !important;
}
body.qx .gsearch-toolbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}
body.qx .gsearch-perpage {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}
body.qx .gsearch-perpage label {
  font-size: 0.85rem !important;
  color: var(--qx-muted) !important;
  background: transparent !important;
  border: 0 !important;
}
body.qx .gsearch-perpage select {
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 28px 8px 12px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  background:
    #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c5670' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
    right 10px center / 12px no-repeat !important;
  border: 1px solid rgba(100, 60, 140, .18) !important;
  color: #1a1528 !important;
}
body.qx .g-result,
body.qx .g-side-card,
body.qx .gsearch-newsstrip,
body.qx .gsearch-media,
body.qx .article-page,
body.qx .gsearch-toolbar {
  background: #ffffff !important;
  border: 1px solid rgba(100, 60, 140, .12) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(80, 40, 120, .1) !important;
  padding: 16px 18px !important;
  margin-bottom: 14px !important;
  color: var(--qx-text) !important;
  backdrop-filter: none;
}
body.qx .gsearch-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.qx .g-side-label,
body.qx .gsearch-media-label,
body.qx .gsearch-newsstrip-label {
  color: #e6007e !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
  text-shadow: none;
}
body.qx .g-side-hero-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
  padding-left: 12px;
  border-left: 3px solid #e6007e;
}
body.qx .g-side-hero-link h2 {
  margin: 0 0 8px !important;
  font-size: 1.15rem !important;
  line-height: 1.3 !important;
  color: #1a5fb4 !important;
  font-weight: 700 !important;
}
body.qx .g-side-hero-link p {
  margin: 0 0 10px !important;
  color: var(--qx-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
}
body.qx .g-side-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.qx .g-side-list li {
  margin: 0 !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid rgba(100, 60, 140, .1);
}
body.qx .g-side-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
body.qx .g-side-list a {
  display: block;
  text-decoration: none !important;
  padding-left: 12px;
  border-left: 3px solid transparent;
  transition: border-color .15s ease;
}
body.qx .g-side-list a:hover {
  border-left-color: #e6007e;
}
body.qx .g-side-list strong {
  display: block;
  color: #1a5fb4 !important;
  font-size: 0.95rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin-bottom: 4px;
}
body.qx .g-side-list span,
body.qx .g-side-meta {
  color: var(--qx-muted) !important;
  font-size: 0.78rem !important;
}
body.qx .gsearch-newsstrip,
body.qx .gsearch-media {
  background: #ffffff !important;
}
body.qx .gsearch-video-thumb,
body.qx .gsearch-image-card {
  background: #f0eef8 !important;
  border: 1px solid rgba(100, 60, 140, .1) !important;
}
body.qx .gsearch-media-more,
body.qx .gsearch-video-channel,
body.qx .gsearch-image-src { color: var(--qx-muted) !important; }
body.qx .gsearch-video-title { color: #1a1528 !important; }
body.qx .g-result:hover,
body.qx .g-side-card:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 0, 126, .22) !important;
}
body.qx .gsearch-grid,
body.qx .gsearch-grid--solo,
body.qx .gsearch-grid.gsearch-grid--solo {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: none !important;
}
body.qx .gsearch-side { display: none !important; }
body.qx .gsearch-empty h1,
body.qx .article-page h1 {
  color: #1a1528 !important;
  text-shadow: none;
}
body.qx .gsearch-chips a,
body.qx .page-nav__btn {
  background: #fff !important;
  color: #1a1528 !important;
  border: 1px solid rgba(100, 60, 140, .14) !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(80, 40, 120, .08);
}
body.qx .g-pager a,
body.qx .g-pager-current,
body.qx .g-pager-btn {
  color: #1a1528 !important;
  background: #fff !important;
  border-radius: 8px !important;
  border: 1px solid rgba(100, 60, 140, .14) !important;
}
body.qx .g-pager-current {
  background: linear-gradient(180deg, #ff8ad8, #e6007e) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 4px 12px rgba(230, 0, 126, .25);
}
body.qx .gsearch-perpage label,
body.qx .gsearch-perpage select {
  color: #1a1528 !important;
  background-color: #fff !important;
  border: 1px solid rgba(100, 60, 140, .18) !important;
  border-radius: 8px;
}
body.qx .botopz-ad,
body.qx .botopz-ad-pro,
body.qx .botopz-ad--landing,
body.qx .botopz-ad--search {
  display: none !important;
}
body.qx .site-header,
body.qx .site-footer { display: none !important; }

@keyframes qxPride {
  0% { background-position: 0% 50%; }
  100% { background-position: 180% 50%; }
}
@keyframes qxBorderShift {
  0% { background-position: auto, 0% 50%; }
  100% { background-position: auto, 200% 50%; }
}
@keyframes qxLogoFloat {
  0%, 100% { transform: perspective(600px) rotateY(-8deg) rotateX(6deg) translateY(0); }
  50% { transform: perspective(600px) rotateY(-4deg) rotateX(10deg) translateY(-6px); }
}
@keyframes qxSpinGlow {
  to { transform: rotate(360deg); }
}
@keyframes qxBubblePulse {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.08);
  }
}
@keyframes qxHeartBeat {
  0%, 100% { transform: perspective(500px) rotateX(12deg) scale(1); }
  50% { transform: perspective(500px) rotateX(8deg) scale(1.06); }
}

@media (max-width: 980px) {
  .qx-header-inner,
  .qx-header-inner--left-bubble,
  .qx-header-inner--nav,
  .qx-header-inner--rich {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .qx-header-right {
    width: 100%;
  }
  .qx-header-left {
    flex-wrap: wrap;
  }
  .qx-header-nav,
  .qx-header-chips {
    justify-content: flex-start;
  }
  .qx-megalogo {
    width: 100%;
  }
  .qx-megalogo-bubble {
    max-width: none;
  }
  .qx-bubble--hero {
    max-width: none;
  }
  .qx-logo-3d,
  .qx-megalogo-mark { transform: none; animation: qxLogoFloatFlat 3.6s ease-in-out infinite; }
  .qx-layout,
  body.qx .gsearch-grid { grid-template-columns: 1fr !important; }
  .qx-news-grid,
  .qx-more-grid { grid-template-columns: 1fr; }
  .qx-footer-grid { grid-template-columns: 1fr 1fr; }
}
@keyframes qxLogoFloatFlat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@media (max-width: 640px) {
  .qx-wrap { width: calc(100% - 24px); }
  .qx-footer-grid { grid-template-columns: 1fr; }
  .qx-brand-sub { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .qx-brand-name,
  .qx-logo-3d,
  .qx-logo-3d::after,
  .qx-bubble,
  .qx-heart,
  .qx-search { animation: none; }
}

/* Statische Seiten (Philosophie, Mein Q) */
.qx-page-card {
  max-width: none;
  width: 100%;
  margin: 8px 0 28px;
  padding: 28px 28px 32px !important;
  box-sizing: border-box;
}
.qx-page-card--wide { max-width: none; }
.page-main > .qx-wrap,
body.qx .page-main > .qx-wrap {
  width: calc(100% - 32px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.qx-link-report,
a.qx-link-report {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 650;
  color: #8a8498 !important;
  -webkit-text-fill-color: #8a8498 !important;
  text-decoration: none !important;
}
.qx-link-report:hover {
  color: #e6007e !important;
  -webkit-text-fill-color: #e6007e !important;
  text-decoration: underline !important;
}
.g-link-actions {
  margin: 4px 0 0 !important;
  padding: 0;
}
.qx-dir-item,
.qx-media-item,
.g-news-card-wrap,
.gsearch-media-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.g-news-card-wrap .g-news-card,
.gsearch-media-wrap .gsearch-video-card,
.gsearch-media-wrap .gsearch-image-card {
  flex: 1;
}
.qx-page-note {
  margin: 18px 0 0;
  font-size: 0.86rem;
  color: #6a6480;
  line-height: 1.45;
}
.qx-dir-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 18px;
}
.qx-dir-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: #f7f4ff;
  border: 1px solid rgba(100, 60, 140, .12);
  text-decoration: none !important;
  color: inherit;
  transition: border-color .15s ease, background .15s ease;
}
.qx-dir-card:hover {
  background: #fff;
  border-color: rgba(230, 0, 126, .35);
}
.qx-dir-city {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #e6007e;
}
.qx-dir-card strong {
  font-size: 0.95rem;
  color: #1a1528;
  line-height: 1.3;
}
.qx-dir-when {
  font-size: 0.82rem;
  font-weight: 650;
  color: #24408e;
}
.qx-dir-info {
  font-size: 0.82rem;
  color: #5c5670;
  line-height: 1.4;
}
.qx-dir-url {
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #e6007e;
}
.qx-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 18px;
}
.qx-media-tile {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #1a1528;
  aspect-ratio: 1;
  text-decoration: none !important;
}
.qx-media-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
.qx-media-tile:hover img { transform: scale(1.05); }
.qx-media-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px;
  background: linear-gradient(transparent, rgba(10, 8, 20, .82));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.qx-media-cap strong {
  font-size: 0.78rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-media-cap em {
  font-size: 0.7rem;
  opacity: .8;
  font-style: normal;
}
.qx-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 10px 0 18px;
}
.qx-video-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #f7f4ff;
  border: 1px solid rgba(100, 60, 140, .12);
  text-decoration: none !important;
  color: inherit;
  transition: border-color .15s ease;
}
.qx-video-card:hover { border-color: rgba(230, 0, 126, .35); }
.qx-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #1a1528;
  overflow: hidden;
}
.qx-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.qx-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(230, 0, 126, .9);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  padding-left: 3px;
}
.qx-video-body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.qx-video-body strong {
  font-size: 0.9rem;
  color: #1a1528;
  line-height: 1.3;
}
.qx-video-body span {
  font-size: 0.78rem;
  color: #5c5670;
}
@media (max-width: 800px) {
  .qx-dir-list,
  .qx-video-grid { grid-template-columns: 1fr; }
  .qx-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .qx-media-grid { grid-template-columns: 1fr; }
}
.qx-page-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e6007e;
}
.qx-page-card h1 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #1a1528;
}
.qx-page-lead {
  margin: 0 0 22px;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #3a3450;
}
.qx-page-card h2 {
  margin: 22px 0 8px;
  font-size: 1.15rem;
  color: #24408e;
}
.qx-page-card p {
  margin: 0 0 12px;
  color: #3a3450;
  line-height: 1.55;
}
.qx-page-list {
  margin: 0 0 22px;
  padding: 0 0 0 1.1rem;
  color: #3a3450;
  line-height: 1.7;
}
.qx-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 22px !important;
}
.qx-page-link {
  color: #e6007e !important;
  font-weight: 700;
  text-decoration: none !important;
}
.qx-page-link:hover { text-decoration: underline !important; }

/* ===== HELL-THEME überall (Start, Suche, News/Artikel) ===== */
/* CTAs / Buttons immer sichtbar (auch :visited / Overlay) */
body.qx a.qx-cta,
body.qx a.qx-cta:link,
body.qx a.qx-cta:visited,
body.qx a.qx-cta:hover,
body.qx a.qx-cta:active,
body.qx a.qx-cta:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: #e6007e !important;
  background-image: linear-gradient(180deg, #ff8ad8, #e6007e 55%, #c4006a) !important;
}
body.qx a.qx-cta--ghost,
body.qx a.qx-cta--ghost:link,
body.qx a.qx-cta--ghost:visited,
body.qx a.qx-cta--ghost:active,
body.qx a.qx-cta--ghost:focus {
  color: #24408e !important;
  -webkit-text-fill-color: #24408e !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1.5px solid rgba(36, 64, 142, .35) !important;
}
body.qx a.qx-cta--ghost:hover {
  color: #e6007e !important;
  -webkit-text-fill-color: #e6007e !important;
  border-color: #e6007e !important;
}
body.qx .qx-search button {
  color: #041018 !important;
  -webkit-text-fill-color: #041018 !important;
  background-color: #5bcefa !important;
  background-image: linear-gradient(180deg, #8ae7ff, #5bcefa 40%, #3a7bff) !important;
}

body.qx .qx-header-nav a {
  color: #3a3450 !important;
  background: #ffffff !important;
}
body.qx .qx-header-nav a:hover { color: #e6007e !important; }
body.qx .qx-header-nav__me {
  color: #e6007e !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e) border-box !important;
}

body.qx .qx-search,
body.qx .qx-search--3d {
  max-width: 560px !important;
  width: 100% !important;
  margin-left: auto !important;
  padding: 5px 5px 5px 14px !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e) border-box !important;
  border: 2px solid transparent !important;
  box-shadow:
    0 8px 22px rgba(80, 40, 120, .12),
    inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}
body.qx .qx-search input {
  color: #1a1528 !important;
  text-shadow: none !important;
  font-size: 0.9rem !important;
}
body.qx .qx-search input::placeholder { color: #7a748e !important; }
body.qx .qx-search-ico { color: #e6007e !important; filter: none; }

body.qx .qx-megalogo-mark,
body.qx .qx-megalogo-mark.qx-logo-3d {
  width: 58px !important;
  height: 58px !important;
  overflow: visible !important;
}
body.qx .qx-megalogo-mark img {
  width: 116px !important;
  height: 116px !important;
  max-width: none !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

body.qx .qx-card,
body.qx .qx-glass {
  background: #ffffff !important;
  border: 1px solid rgba(100, 60, 140, .1) !important;
  box-shadow:
    0 8px 22px rgba(80, 40, 120, .08),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  color: var(--qx-text) !important;
}
body.qx .qx-card:hover,
body.qx .qx-glass:hover {
  background: #ffffff !important;
  border-color: rgba(230, 0, 126, .2) !important;
}
body.qx .qx-card::before,
body.qx .qx-glass::before { opacity: .18 !important; }
body.qx .qx-news-list a,
body.qx .qx-rank a,
body.qx .qx-feature {
  background: #ffffff !important;
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow: 0 4px 14px rgba(80, 40, 120, .06) !important;
  color: var(--qx-text) !important;
}
body.qx .qx-news-list-body strong,
body.qx .qx-feature-body strong,
body.qx .qx-feature-body h3,
body.qx .qx-rank strong { color: #1a1528 !important; }
body.qx .qx-feature-body p,
body.qx .qx-card-head p,
body.qx .qx-about p { color: #5c5670 !important; }
body.qx .qx-more,
body.qx .qx-rank-num { color: #e6007e !important; }

body.qx .qx-footer {
  background:
    linear-gradient(180deg, rgba(230, 0, 126, .05), transparent 30%),
    linear-gradient(0deg, rgba(36, 64, 142, .06), transparent 42%),
    linear-gradient(180deg, #faf7ff, #efeaff) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8) !important;
}
body.qx .qx-footer a { color: #2a2440 !important; }
body.qx .qx-footer a:hover { color: #e6007e !important; }
body.qx .qx-footer h3 { color: #6a6480 !important; }
body.qx .qx-footer-brand p,
body.qx .qx-footer-copy p { color: #5c5670 !important; }
body.qx .qx-footer-copy { border-top-color: rgba(100, 60, 140, .12) !important; }
body.qx .qx-social-row a {
  background: #fff !important;
  color: #1a1528 !important;
  border: 1px solid rgba(100, 60, 140, .14);
  box-shadow: 0 4px 12px rgba(80, 40, 120, .1) !important;
}

body.qx .gsearch,
body.qx .page-main,
body.qx .gsearch-stats,
body.qx .gsearch-substats,
body.qx .g-snip,
body.qx .g-cite-url,
body.qx .meta,
body.qx .g-cite-host { color: #5c5670 !important; }
body.qx .g-snip { color: #3a3450 !important; }
body.qx .g-snip b,
body.qx .g-snip b.g-hit,
body.qx .g-title b,
body.qx b.g-hit {
  color: #111018 !important;
  font-weight: 800 !important;
}
body.qx .g-title a,
body.qx .gsearch-stats strong { color: #1a5fb4 !important; }
body.qx .gsearch-stats { color: #1a1528 !important; }
body.qx .g-cite-host { color: #2a2440 !important; }

body.qx .g-result,
body.qx .g-side-card,
body.qx .gsearch-newsstrip,
body.qx .gsearch-media,
body.qx .article-page,
body.qx .gsearch-toolbar,
body.qx .qx-page-card {
  background: #ffffff !important;
  border: 1px solid rgba(100, 60, 140, .12) !important;
  box-shadow: 0 10px 26px rgba(80, 40, 120, .1) !important;
  color: var(--qx-text) !important;
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.qx .gsearch-perpage select {
  background:
    #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c5670' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
    right 10px center / 12px no-repeat !important;
  border: 1px solid rgba(100, 60, 140, .18) !important;
  color: #1a1528 !important;
}
body.qx .gsearch-perpage label,
body.qx .gsearch-perpage select {
  color: #1a1528 !important;
  background-color: #fff !important;
}
body.qx .g-pager a,
body.qx .g-pager-btn {
  color: #1a1528 !important;
  background: #fff !important;
  border: 1px solid rgba(100, 60, 140, .14) !important;
}
body.qx .g-pager-current {
  background: linear-gradient(180deg, #ff8ad8, #e6007e) !important;
  color: #fff !important;
}
body.qx .gsearch-empty h1,
body.qx .article-page h1,
body.qx .qx-page-card h1 {
  color: #1a1528 !important;
  text-shadow: none !important;
}
body.qx .qx-page-lead,
body.qx .qx-page-card p,
body.qx .qx-page-list,
body.qx .article-page p { color: #3a3450 !important; }
body.qx .qx-page-card h2 { color: #24408e !important; }
body.qx .qx-page-link,
body.qx .source-link { color: #e6007e !important; }
body.qx .gsearch-chips a,
body.qx .page-nav__btn {
  background: #fff !important;
  color: #1a1528 !important;
  border: 1px solid rgba(100, 60, 140, .14) !important;
}
body.qx .gsearch-video-title { color: #1a1528 !important; }
body.qx .gsearch-media-more,
body.qx .gsearch-video-channel,
body.qx .gsearch-image-src { color: #5c5670 !important; }

body.qx .gsearch-grid--solo,
body.qx .gsearch-grid.gsearch-grid--solo,
body.qx .gsearch-desk {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: none !important;
}
body.qx .gsearch-side { display: none !important; }

/* SERP: Ergebnisse links · Infos rechts */
body.qx .gsearch-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 28px;
  align-items: start;
  width: 100%;
  margin: 0 0 20px;
  overflow: visible !important;
}
body.qx .gsearch-split .gsearch-main {
  min-width: 0;
  width: 100%;
}
body.qx .gsearch-info {
  position: sticky !important;
  top: 96px !important;
  align-self: start !important;
  z-index: 5;
  padding: 18px 18px 20px;
  background: #fff;
  border: 1px solid rgba(60, 64, 67, .12);
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(60, 64, 67, .08);
  max-height: calc(100vh - 112px);
  overflow-y: auto;
}
body.qx .gsearch-info-title {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #202124 !important;
  letter-spacing: -0.02em;
}
body.qx .gsearch-info-lead {
  margin: 0 0 16px;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #70757a !important;
}
body.qx .gsearch-info-block {
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid #f1f3f4;
}
body.qx .gsearch-info-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
body.qx .gsearch-info-block h3 {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #5f6368 !important;
}
body.qx .gsearch-info-list,
body.qx .gsearch-info-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.qx .gsearch-info-list li {
  margin: 0 0 10px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #3c4043 !important;
}
body.qx .gsearch-info-list li:last-child { margin-bottom: 0; }
body.qx .gsearch-info-list a {
  color: inherit;
  text-decoration: none !important;
}
body.qx .gsearch-info-list a:hover strong {
  color: #1a0dab !important;
  text-decoration: underline;
}
body.qx .gsearch-info-list strong {
  color: #202124 !important;
  font-weight: 650;
}
body.qx .gsearch-info-links li { margin: 0 0 6px; }
body.qx .gsearch-info-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a0dab !important;
  text-decoration: none !important;
}
body.qx .gsearch-info-links a:hover { text-decoration: underline !important; }
body.qx .gsearch-info-block--help p {
  margin: 0 0 12px;
  font-size: 0.84rem;
  line-height: 1.4;
  color: #3c4043 !important;
}
body.qx .gsearch-info-block--help p:last-child { margin-bottom: 0; }
body.qx .gsearch-info-tel {
  display: inline-block;
  margin: 2px 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: #1a0dab !important;
  text-decoration: none !important;
  letter-spacing: 0.01em;
}
body.qx .gsearch-info-tel:hover { text-decoration: underline !important; }
body.qx .gsearch-info-note {
  display: block;
  margin-top: 2px;
  font-size: 0.76rem;
  line-height: 1.35;
  color: #70757a !important;
}
body.qx .gsearch-info-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
body.qx .gsearch-info-chips a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f1f3f4;
  color: #202124 !important;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none !important;
}
body.qx .gsearch-info-chips a:hover { background: #e8eaed; }

@media (max-width: 980px) {
  body.qx .gsearch-split {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  body.qx .gsearch-info {
    position: static;
  }
}

/* 3 News nebeneinander — kompakt, volles Bild, wenig Leerraum */
body.qx .g-news-row {
  margin: 0 0 16px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.qx .g-news-row-head { display: none; }
body.qx .g-news-row-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
body.qx .g-news-card {
  display: grid;
  grid-template-rows: 140px auto;
  text-decoration: none !important;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(60, 64, 67, .12);
  box-shadow: 0 1px 2px rgba(60, 64, 67, .08);
  transition: box-shadow .15s ease;
  min-width: 0;
  min-height: 0;
}
body.qx .g-news-card:hover {
  box-shadow: 0 2px 8px rgba(60, 64, 67, .16);
  transform: none;
}
body.qx .g-news-card-media {
  height: 140px;
  aspect-ratio: auto;
  background: #e8eaed;
  overflow: hidden;
}
body.qx .g-news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.qx .g-news-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px 12px;
  background: #fff;
}
body.qx .g-news-card-cat,
body.qx .g-news-card-snip { display: none !important; }
body.qx .g-news-card-body strong {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: #202124 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.01em;
}
body.qx .g-news-card:hover .g-news-card-body strong {
  color: #1a0dab !important;
  text-decoration: underline;
}
body.qx .g-news-card-src {
  font-size: 0.75rem;
  font-weight: 500;
  color: #70757a !important;
}

body.qx .g-wiki-box {
  margin: 0 0 14px;
}
body.qx .g-links-head h2 {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #70757a !important;
}
body.qx .g-links .g-result { margin-bottom: 12px; }

/* Links: Titel → grüne URL → Snippet | Screenshot rechts */
body.qx .g-result--screen {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 16px;
  align-items: start;
}
body.qx .g-result-body { min-width: 0; }
body.qx .g-result .g-title {
  margin: 0 0 4px !important;
}
body.qx .g-result .g-title a {
  color: #1a5fb4 !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}
body.qx .g-result .g-title a:hover { text-decoration: underline !important; }
body.qx .g-cite--under {
  display: flex !important;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px !important;
}
body.qx .g-cite--under .g-favicon-img {
  width: 16px !important;
  height: 16px !important;
  border-radius: 3px;
}
body.qx .g-cite--under .g-cite-url {
  color: #188038 !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
}
body.qx .g-result-badge {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: #24408e !important;
  background: rgba(36, 64, 142, .1);
}
body.qx .g-result--wiki .g-result-badge {
  color: #24408e !important;
  background: rgba(36, 64, 142, .1);
}
body.qx .g-result-screen {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0eef8;
  border: 1px solid rgba(100, 60, 140, .12);
  box-shadow: 0 4px 12px rgba(80, 40, 120, .08);
}
body.qx .g-result-screen img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  body.qx .g-news-row-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  body.qx .g-result--screen {
    grid-template-columns: minmax(0, 1fr) 84px;
    gap: 12px;
  }
  body.qx .g-result-screen {
    width: 84px;
    height: 84px;
    border-radius: 10px;
  }
}

/* Artikel-Volltext */
.qx-wrap--article {
  width: min(820px, calc(100% - 32px));
}
.qx-story {
  background: #fff;
  border: 1px solid rgba(100, 60, 140, .1);
  border-radius: 18px;
  padding: 28px 28px 32px;
  box-shadow: 0 10px 28px rgba(80, 40, 120, .08);
  margin-bottom: 18px;
}
.qx-story-head { margin-bottom: 18px; }
.qx-story-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #e6007e;
}
.qx-story-head h1 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
  color: #1a1528 !important;
  text-shadow: none !important;
}
.qx-story-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  font-size: 0.88rem;
  color: #5c5670;
}
.qx-story-sep { color: #9a94a8; }
.qx-story-source {
  color: #24408e !important;
  font-weight: 700;
  text-decoration: none !important;
}
.qx-story-source:hover { color: #e6007e !important; text-decoration: underline !important; }
.qx-story-author {
  color: #3a3450;
  font-weight: 600;
}
.qx-story-figure {
  margin: 0 0 18px;
  border-radius: 14px;
  overflow: hidden;
  background: #f0eef8;
}
.qx-story-figure img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}
.qx-story-lead {
  margin: 0 0 18px;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #2a2440;
}
.qx-story-body {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #2a2440;
}
.qx-story-body p {
  margin: 0 0 1.05em;
  color: #2a2440 !important;
}
.qx-story-body .qx-article-sub {
  margin: 1.4em 0 0.55em;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1528 !important;
}
.qx-story-body .qx-article-li {
  padding-left: 0.85em;
  position: relative;
}
.qx-story-body .qx-article-li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #e6007e;
  font-weight: 800;
}
.qx-story-body .qx-inline-figure {
  margin: 1.1em 0 1.25em;
  border-radius: 12px;
  overflow: hidden;
  background: #f0eef8;
}
.qx-story-body .qx-inline-figure img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.qx-story-body blockquote {
  margin: 1em 0;
  padding: 10px 14px;
  border-left: 3px solid #e6007e;
  background: #faf7ff;
  border-radius: 0 10px 10px 0;
}
.qx-story-foot {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(100, 60, 140, .12);
}
.qx-story-origin {
  display: inline-flex;
  font-weight: 800;
  color: #e6007e !important;
  text-decoration: none !important;
}
.qx-story-origin:hover { text-decoration: underline !important; }
@media (max-width: 640px) {
  .qx-story { padding: 18px 16px 22px; border-radius: 14px; }
}

/* ===== Suche: VOLLE BREITE (hart) ===== */
body.qx.qx-search,
body.qx.qx-search main.gsearch,
body.qx.qx-search .qx-main {
  width: 100% !important;
  max-width: none !important;
}
body.qx.qx-search .qx-header .qx-wrap,
body.qx.qx-search .qx-footer .qx-wrap,
body.qx.qx-search main.gsearch .gsearch-wrap,
body.qx.qx-search main.gsearch .qx-wrap,
body.qx.qx-search .gsearch-wrap.qx-wrap,
body.qx.qx-search .gsearch-wrap {
  width: calc(100% - 48px) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.qx.qx-search .gsearch-grid,
body.qx.qx-search .gsearch-grid--solo,
body.qx.qx-search .gsearch-desk,
body.qx.qx-search .gsearch-split,
body.qx.qx-search .gsearch-main,
body.qx.qx-search .g-links,
body.qx.qx-search .g-wiki-box,
body.qx.qx-search .g-news-row,
body.qx.qx-search .g-news-row-grid,
body.qx.qx-search .gsearch-toolbar,
body.qx.qx-search .g-result,
body.qx.qx-search .g-result--screen,
body.qx.qx-search .gsearch-media,
body.qx.qx-search .gsearch-videos,
body.qx.qx-search .gsearch-images {
  max-width: none !important;
  width: 100% !important;
}
body.qx.qx-search .gsearch-grid,
body.qx.qx-search .gsearch-grid--solo,
body.qx.qx-search .gsearch-desk {
  display: block !important;
  grid-template-columns: none !important;
}
body.qx.qx-search .gsearch-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) !important;
  width: 100% !important;
}
body.qx.qx-search .gsearch-side {
  display: none !important;
  width: 0 !important;
}
body.qx.qx-search .gsearch-info {
  width: auto !important;
  max-width: none !important;
  position: sticky !important;
  top: 96px !important;
  align-self: start !important;
}
@media (max-width: 980px) {
  body.qx.qx-search .gsearch-split {
    grid-template-columns: 1fr !important;
  }
}
body.qx.qx-search .g-result--screen {
  grid-template-columns: minmax(0, 1fr) 140px !important;
}
body.qx.qx-search .g-result-screen {
  width: 140px !important;
  height: 140px !important;
}
@media (max-width: 640px) {
  body.qx.qx-search .qx-header .qx-wrap,
  body.qx.qx-search .qx-footer .qx-wrap,
  body.qx.qx-search main.gsearch .gsearch-wrap,
  body.qx.qx-search .gsearch-wrap {
    width: calc(100% - 20px) !important;
  }
  body.qx.qx-search .g-result--screen {
    grid-template-columns: minmax(0, 1fr) 84px !important;
  }
  body.qx.qx-search .g-result-screen {
    width: 84px !important;
    height: 84px !important;
  }
}


