/* TramX Community v1.32.0 – Betrieb des Monats */
.tramx-operator-month,
.tramx-operator-month *{box-sizing:border-box}
.tramx-operator-month{
  --txom-red:#e3001b;
  --txom-ink:#111827;
  --txom-muted:#667085;
  --txom-line:#e6e8ec;
  --txom-soft:#f6f7f9;
  width:100%;
  min-width:0;
}
.tramx-operator-kicker{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  color:var(--txom-red);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tramx-operator-current{
  position:relative;
  isolation:isolate;
  min-height:440px;
  overflow:hidden;
  border-radius:30px;
  background:
    radial-gradient(circle at 85% 10%,rgba(227,0,27,.34),transparent 34%),
    linear-gradient(135deg,#0e1117 0%,#171b24 58%,#262c37 100%);
  color:#fff;
  box-shadow:0 24px 70px rgba(17,24,39,.18);
}
.tramx-operator-current.has-image{
  background-image:
    linear-gradient(90deg,rgba(9,12,18,.96) 0%,rgba(9,12,18,.86) 46%,rgba(9,12,18,.28) 100%),
    var(--tramx-operator-image);
  background-size:cover;
  background-position:center;
}
.tramx-operator-current__shade{
  position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.18));
  pointer-events:none;
}
.tramx-operator-current__content{
  display:flex;
  min-height:440px;
  width:min(760px,100%);
  flex-direction:column;
  justify-content:center;
  padding:clamp(28px,5vw,64px);
}
.tramx-operator-current__top{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px;
  margin-bottom:22px;
}
.tramx-operator-badge,
.tramx-operator-month-label{
  display:inline-flex;align-items:center;min-height:34px;
  padding:7px 12px;border-radius:999px;
  font-size:.78rem;font-weight:800;letter-spacing:.02em;
}
.tramx-operator-badge{background:var(--txom-red);color:#fff}
.tramx-operator-month-label{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px)}
.tramx-operator-current h2{
  margin:0;
  max-width:13ch;
  color:#fff;
  font-size:clamp(2.2rem,5.5vw,4.8rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.tramx-operator-current__subtitle{
  margin:18px 0 0;
  max-width:62ch;
  color:#fff;
  font-size:clamp(1.08rem,2vw,1.35rem);
  font-weight:700;
  line-height:1.4;
}
.tramx-operator-current__excerpt{
  margin:14px 0 0;
  max-width:64ch;
  color:rgba(255,255,255,.78);
  font-size:1rem;
  line-height:1.7;
}
.tramx-operator-current__meta{
  display:flex;flex-wrap:wrap;gap:9px;
  margin-top:22px;
}
.tramx-operator-current__meta span{
  display:inline-flex;align-items:center;
  padding:8px 11px;border-radius:12px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;font-size:.88rem;font-weight:700;
}
.tramx-operator-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  width:max-content;max-width:100%;
  margin-top:26px;padding:13px 18px;
  border-radius:14px;background:#fff;color:#111827!important;
  font-weight:800;text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease;
}
.tramx-operator-cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.tramx-operator-archive{margin-top:clamp(40px,6vw,72px)}
.tramx-operator-section-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:20px;
  margin-bottom:22px;
}
.tramx-operator-section-head h2{margin:5px 0 0;font-size:clamp(1.7rem,3vw,2.45rem);letter-spacing:-.035em;color:var(--txom-ink)}
.tramx-operator-count{
  display:inline-flex;padding:7px 11px;border-radius:999px;
  background:#f1f3f5;color:#535b67;font-size:.78rem;font-weight:800;
}
.tramx-operator-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.tramx-operator-card{
  min-width:0;overflow:hidden;
  border:1px solid var(--txom-line);
  border-radius:22px;background:#fff;
  box-shadow:0 10px 30px rgba(17,24,39,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.tramx-operator-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(17,24,39,.10);border-color:#d8dce2}
.tramx-operator-card.is-current{border-color:rgba(227,0,27,.32)}
.tramx-operator-card__media{
  position:relative;display:block;aspect-ratio:16/10;overflow:hidden;
  background:linear-gradient(135deg,#171b24,#2b3340);
}
.tramx-operator-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.tramx-operator-card:hover .tramx-operator-card__media img{transform:scale(1.035)}
.tramx-operator-card__placeholder{display:grid;width:100%;height:100%;place-items:center;font-size:3rem}
.tramx-operator-card__current{
  position:absolute;left:14px;top:14px;
  padding:6px 10px;border-radius:999px;
  background:var(--txom-red);color:#fff;
  font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
}
.tramx-operator-card__body{padding:20px}
.tramx-operator-card__month{color:var(--txom-red);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.tramx-operator-card h3{margin:6px 0 8px;font-size:1.26rem;line-height:1.15;letter-spacing:-.025em}
.tramx-operator-card h3 a{color:var(--txom-ink)!important;text-decoration:none!important}
.tramx-operator-card__location{margin:0 0 10px!important;color:#555f6f;font-size:.88rem;font-weight:700}
.tramx-operator-card__body>p:not(.tramx-operator-card__location){margin:0;color:var(--txom-muted);font-size:.92rem;line-height:1.55}
.tramx-operator-card__link{display:inline-flex;margin-top:16px;color:var(--txom-red)!important;font-size:.88rem;font-weight:800;text-decoration:none!important}
.tramx-operator-empty{
  padding:34px;border:1px dashed #d9dde3;border-radius:22px;background:var(--txom-soft);
}
.tramx-operator-empty h2{margin:7px 0 8px;color:var(--txom-ink)}
.tramx-operator-empty p{margin:0;color:var(--txom-muted)}

/* Theme-native single view: only the actual post content is styled. */
.tramx-operator-single{margin-top:18px}
.tramx-operator-single__intro{
  position:relative;overflow:hidden;
  padding:clamp(24px,4vw,42px);
  border:1px solid #e2e5ea;border-radius:26px;
  background:
    radial-gradient(circle at 96% 0%,rgba(227,0,27,.10),transparent 28%),
    linear-gradient(145deg,#fff 0%,#f8f9fb 100%);
}
.tramx-operator-single__intro:before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--txom-red);
}
.tramx-operator-single__eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.tramx-operator-single__eyebrow a,
.tramx-operator-single__eyebrow span{
  display:inline-flex;padding:6px 10px;border-radius:999px;
  font-size:.76rem;font-weight:800;text-decoration:none!important;
}
.tramx-operator-single__eyebrow a{background:var(--txom-red);color:#fff!important}
.tramx-operator-single__eyebrow span{background:#eceff3;color:#475467}
.tramx-operator-single__subtitle{margin:18px 0 0!important;color:var(--txom-ink);font-size:clamp(1.2rem,2vw,1.55rem);font-weight:800;line-height:1.4}
.tramx-operator-single__lead{margin:12px 0 0!important;max-width:70ch;color:#5f6877;font-size:1.05rem;line-height:1.75}
.tramx-operator-facts{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;
  margin:22px 0;
}
.tramx-operator-fact{
  min-width:0;padding:16px;border:1px solid #e5e8ed;border-radius:16px;background:#fff;
}
.tramx-operator-fact span{display:block;margin-bottom:5px;color:#7a8493;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.tramx-operator-fact strong{display:block;color:var(--txom-ink);font-size:.98rem;line-height:1.35;overflow-wrap:anywhere}
.tramx-operator-why{
  margin:24px 0;padding:20px 22px;border-radius:18px;
  background:#111827;color:#fff;
}
.tramx-operator-why span{display:block;color:#ff6678;font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.tramx-operator-why p{margin:7px 0 0!important;color:rgba(255,255,255,.88)!important;line-height:1.65}
.tramx-operator-story{min-width:0}
.tramx-operator-story img{max-width:100%;height:auto}
.tramx-operator-official{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  margin-top:32px;padding:20px 22px;border:1px solid #e4e7ec;border-radius:18px;background:#f8f9fb;
}
.tramx-operator-official span{display:block;color:#737d8c;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.tramx-operator-official strong{display:block;margin-top:4px;color:var(--txom-ink)}
.tramx-operator-official a{
  display:inline-flex;flex:0 0 auto;padding:10px 14px;border-radius:12px;
  background:var(--txom-ink);color:#fff!important;font-weight:800;text-decoration:none!important;
}
.tramx-operator-nav{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:12px;
  margin-top:34px;padding-top:24px;border-top:1px solid #e7e9ed;
}
.tramx-operator-nav>div:last-child{text-align:right}
.tramx-operator-nav a{display:flex;min-height:100%;flex-direction:column;justify-content:center;text-decoration:none!important}
.tramx-operator-nav span{color:#7a8493;font-size:.76rem;font-weight:800}
.tramx-operator-nav strong{margin-top:4px;color:var(--txom-ink);font-size:.92rem}
.tramx-operator-nav__archive{
  align-items:center;padding:10px 14px!important;border-radius:12px;
  background:#f0f2f5;color:var(--txom-ink)!important;font-weight:800;
}

@media (max-width:980px){
  .tramx-operator-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tramx-operator-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:680px){
  .tramx-operator-current,
  .tramx-operator-current__content{min-height:390px}
  .tramx-operator-current{border-radius:22px}
  .tramx-operator-current.has-image{
    background-image:
      linear-gradient(180deg,rgba(9,12,18,.70) 0%,rgba(9,12,18,.92) 72%,rgba(9,12,18,.98) 100%),
      var(--tramx-operator-image);
    background-position:center;
  }
  .tramx-operator-current__content{padding:24px}
  .tramx-operator-current h2{font-size:clamp(2rem,11vw,3.25rem)}
  .tramx-operator-current__excerpt{font-size:.94rem}
  .tramx-operator-section-head{align-items:flex-start;flex-direction:column}
  .tramx-operator-grid{grid-template-columns:1fr}
  .tramx-operator-facts{grid-template-columns:1fr 1fr}
  .tramx-operator-single__intro{padding:22px 20px;border-radius:20px}
  .tramx-operator-official{align-items:flex-start;flex-direction:column}
  .tramx-operator-official a{width:100%;justify-content:center}
  .tramx-operator-nav{grid-template-columns:1fr}
  .tramx-operator-nav>div:last-child{text-align:left}
  .tramx-operator-nav__archive{order:-1;align-items:center}
}
@media (max-width:420px){
  .tramx-operator-facts{grid-template-columns:1fr}
  .tramx-operator-current__top{align-items:flex-start;flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  .tramx-operator-card,.tramx-operator-card__media img,.tramx-operator-cta{transition:none!important}
}


/* === TramX v1.32.2 – Betrieb des Monats: Reportage-Look =============== */
.tramx-operator-single{
  --txom-card:#fff;
  --txom-shadow:0 22px 60px rgba(17,24,39,.10);
}
.tramx-operator-single__hero{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);
  gap:clamp(22px,4vw,42px);
  align-items:center;
  margin:18px 0 28px;
  padding:clamp(18px,3vw,30px);
  border:1px solid #e5e7eb;
  border-radius:32px;
  background:
    radial-gradient(circle at 8% 0%,rgba(227,0,27,.08),transparent 27%),
    linear-gradient(145deg,#fff 0%,#f7f8fa 100%);
  box-shadow:var(--txom-shadow);
  overflow:hidden;
}
.tramx-operator-single__hero .tramx-operator-single__intro{
  padding:clamp(8px,1vw,16px);
  border:0;
  border-radius:0;
  background:none;
}
.tramx-operator-single__hero .tramx-operator-single__intro:before{display:none}
.tramx-operator-single__quick{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:20px;
}
.tramx-operator-single__quick span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border:1px solid #e4e7ec;
  border-radius:999px;
  background:#fff;
  color:#475467;
  font-size:.82rem;
  font-weight:800;
}
.tramx-operator-single__media{
  position:relative;
  min-width:0;
  margin:0;
  padding:10px;
  border-radius:30px;
  background:linear-gradient(145deg,#10141c 0%,#242c38 100%);
  box-shadow:0 24px 50px rgba(17,24,39,.22);
}
.tramx-operator-single__media:before{
  content:"";
  position:absolute;
  inset:5px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:25px;
  pointer-events:none;
  z-index:4;
}
.tramx-operator-single__media-frame{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/10;
  border-radius:22px;
  background:#181d25;
}
.tramx-operator-single__image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover;
  transform:scale(1.001);
}
.tramx-operator-single__media-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04) 50%,rgba(0,0,0,.40) 100%);
  pointer-events:none;
}
.tramx-operator-single__media-label{
  position:absolute;
  z-index:3;
  left:16px;
  top:16px;
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:var(--txom-red);
  color:#fff;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 8px 22px rgba(227,0,27,.28);
}
.tramx-operator-single__media figcaption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:11px 8px 2px;
  color:rgba(255,255,255,.74);
  font-size:.78rem;
}
.tramx-operator-single__media figcaption span{min-width:0;overflow-wrap:anywhere}
.tramx-operator-single__media figcaption strong{
  flex:0 0 auto;
  color:#fff;
  font-size:.78rem;
}
.tramx-operator-single .tramx-operator-facts{
  gap:14px;
  margin:28px 0;
}
.tramx-operator-single .tramx-operator-fact{
  position:relative;
  overflow:hidden;
  padding:19px;
  border-color:#e4e7ec;
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#fafbfc);
  box-shadow:0 8px 24px rgba(17,24,39,.045);
}
.tramx-operator-single .tramx-operator-fact:after{
  content:"";
  position:absolute;
  right:-20px;
  bottom:-28px;
  width:74px;
  height:74px;
  border-radius:50%;
  background:rgba(227,0,27,.055);
}
.tramx-operator-why{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:start;
  padding:24px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  background:
    radial-gradient(circle at 90% 10%,rgba(227,0,27,.22),transparent 32%),
    linear-gradient(135deg,#111827,#1f2937);
  box-shadow:0 18px 42px rgba(17,24,39,.14);
}
.tramx-operator-why__icon{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:13px;
  background:var(--txom-red);
  color:#fff;
  font-size:1.05rem;
  font-weight:900;
}
.tramx-operator-story{
  margin-top:clamp(30px,5vw,52px);
  color:#242b36;
  font-size:1.04rem;
  line-height:1.78;
}
.tramx-operator-story>p,
.tramx-operator-story>ul,
.tramx-operator-story>ol,
.tramx-operator-story>h2,
.tramx-operator-story>h3,
.tramx-operator-story>h4{
  max-width:74ch;
  margin-left:auto;
  margin-right:auto;
}
.tramx-operator-story h2{
  margin-top:1.8em;
  color:var(--txom-ink);
  font-size:clamp(1.55rem,3vw,2.2rem);
  letter-spacing:-.035em;
}
.tramx-operator-story blockquote{
  max-width:76ch;
  margin:30px auto;
  padding:20px 24px;
  border-left:4px solid var(--txom-red);
  border-radius:0 16px 16px 0;
  background:#f7f8fa;
}
.tramx-operator-story .wp-block-image,
.tramx-operator-story .wp-block-gallery{
  margin-top:30px;
  margin-bottom:30px;
}
.tramx-operator-story .wp-block-image img{
  border-radius:20px;
  box-shadow:0 16px 38px rgba(17,24,39,.10);
}
.tramx-operator-official{
  margin-top:38px;
  padding:24px;
  border-radius:22px;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,rgba(227,0,27,.45),rgba(17,24,39,.12)) border-box;
  border:1px solid transparent;
  box-shadow:0 10px 30px rgba(17,24,39,.06);
}
.tramx-operator-author{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin-top:34px;
  padding:24px;
  border:1px solid #e4e7ec;
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(227,0,27,.08),transparent 30%),
    linear-gradient(145deg,#fff,#f8f9fb);
  box-shadow:0 14px 38px rgba(17,24,39,.065);
}
.tramx-operator-author__avatar{
  position:relative;
  width:104px;
  height:104px;
  padding:4px;
  border-radius:50%;
  background:linear-gradient(145deg,var(--txom-red),#111827);
  box-shadow:0 10px 26px rgba(17,24,39,.16);
}
.tramx-operator-author__avatar:after{
  content:"";
  position:absolute;
  right:5px;
  bottom:7px;
  width:18px;
  height:18px;
  border:4px solid #fff;
  border-radius:50%;
  background:var(--txom-red);
}
.tramx-operator-author__image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border:3px solid #fff;
  border-radius:50%!important;
  object-fit:cover;
}
.tramx-operator-author__kicker{
  display:block;
  margin-bottom:4px;
  color:var(--txom-red);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.tramx-operator-author h2{
  margin:0;
  color:var(--txom-ink);
  font-size:1.35rem;
  letter-spacing:-.025em;
}
.tramx-operator-author p{
  margin:7px 0 0!important;
  max-width:62ch;
  color:#667085;
  font-size:.91rem;
  line-height:1.55;
}
.tramx-operator-author__facts{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}
.tramx-operator-author__facts span{
  display:inline-flex;
  align-items:center;
  padding:6px 9px;
  border-radius:999px;
  background:#eef0f3;
  color:#475467;
  font-size:.76rem;
  font-weight:800;
}
.tramx-operator-author__actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:148px;
}
.tramx-operator-author__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 13px;
  border-radius:12px;
  background:#111827;
  color:#fff!important;
  font-size:.82rem;
  font-weight:800;
  text-decoration:none!important;
}
.tramx-operator-author__actions a.is-secondary{
  border:1px solid #d9dde3;
  background:#fff;
  color:#111827!important;
}
.tramx-operator-author__actions a:hover{transform:translateY(-1px)}
.tramx-operator-nav{
  margin-top:30px;
  padding:22px;
  border:1px solid #e5e7eb;
  border-radius:20px;
  background:#fafbfc;
}

@media (max-width:900px){
  .tramx-operator-single__hero{grid-template-columns:1fr}
  .tramx-operator-single__media{width:min(100%,720px)}
  .tramx-operator-author{grid-template-columns:auto minmax(0,1fr)}
  .tramx-operator-author__actions{grid-column:1/-1;flex-direction:row;min-width:0}
  .tramx-operator-author__actions a{flex:1}
}
@media (max-width:680px){
  .tramx-operator-single__hero{
    margin-top:12px;
    padding:14px;
    border-radius:24px;
  }
  .tramx-operator-single__hero .tramx-operator-single__intro{padding:10px 7px 4px}
  .tramx-operator-single__media{padding:7px;border-radius:24px}
  .tramx-operator-single__media-frame{border-radius:18px;aspect-ratio:4/3}
  .tramx-operator-single__media figcaption{align-items:flex-start;flex-direction:column;gap:3px}
  .tramx-operator-why{grid-template-columns:1fr;padding:20px}
  .tramx-operator-author{
    grid-template-columns:76px minmax(0,1fr);
    gap:14px;
    padding:18px;
    border-radius:20px;
  }
  .tramx-operator-author__avatar{width:76px;height:76px}
  .tramx-operator-author h2{font-size:1.15rem}
  .tramx-operator-author p{grid-column:1/-1}
  .tramx-operator-author__facts{grid-column:1/-1}
  .tramx-operator-author__actions{flex-direction:column}
}
@media (max-width:420px){
  .tramx-operator-single__quick{align-items:stretch;flex-direction:column}
  .tramx-operator-single__quick span{border-radius:12px}
  .tramx-operator-author{
    grid-template-columns:64px minmax(0,1fr);
    padding:16px;
  }
  .tramx-operator-author__avatar{width:64px;height:64px}
}
@media (prefers-reduced-motion:reduce){
  .tramx-operator-author__actions a{transition:none!important}
}
