/* swm-produktionsleitstand-v3:start */
.swmp-home {
  --swmp-black: #171a1c;
  --swmp-ink: #252a2d;
  --swmp-paper: #f5f1e8;
  --swmp-white: #fffdf8;
  --swmp-red: #bb3028;
  --swmp-yellow: #e6b83e;
  --swmp-steel: #71828a;
  --swmp-line: rgba(37, 42, 45, .24);
  margin: 0;
  overflow-x: clip;
  background: var(--swmp-paper);
  color: var(--swmp-ink);
}
.swmp-home *,
.swmp-home *::before,
.swmp-home *::after { box-sizing: border-box; }
.swmp-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.swmp-home a { color: inherit; }
.swmp-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--swmp-yellow);
  color: var(--swmp-black);
  transform: translateY(-160%);
}
.swmp-skip:focus { transform: none; }
.swmp-header {
  background: var(--swmp-black);
  color: var(--swmp-white);
  border-bottom: 5px solid var(--swmp-red);
}
.swmp-header__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}
.swmp-brand {
  display: inline-grid;
  grid-template-columns: 44px auto;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: inherit;
  text-decoration: none;
  font: 700 1.12rem/1 Arial, sans-serif;
}
.swmp-brand__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--swmp-red);
  font-size: .72rem;
  text-transform: uppercase;
}
.swmp-brand small {
  display: block;
  margin-top: 5px;
  color: #cbd1d3;
  font: 400 .67rem/1.2 Arial, sans-serif;
}
.swmp-header__status {
  justify-self: center;
  margin: 0;
  color: #cbd1d3;
  font: 700 .7rem/1.4 Arial, sans-serif;
  text-transform: uppercase;
}
.swmp-header__status::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--swmp-yellow);
}
.swmp-nav { display: flex; gap: 18px; align-items: center; }
.swmp-nav a {
  color: inherit;
  text-decoration: none;
  font: 700 .75rem/1.2 Arial, sans-serif;
}
.swmp-nav a:hover,
.swmp-nav a:focus-visible { color: var(--swmp-yellow); }
.swmp-command {
  position: relative;
  background: var(--swmp-black);
  color: var(--swmp-white);
}
.swmp-command__grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding-block: clamp(56px, 8vw, 108px);
}
.swmp-command__copy { max-width: 590px; }
.swmp-kicker,
.swmp-meta {
  margin: 0;
  font: 700 .7rem/1.35 Arial, sans-serif;
  text-transform: uppercase;
}
.swmp-kicker { color: var(--swmp-yellow); }
.swmp-section:not(.swmp-section--dark) .swmp-kicker { color: var(--swmp-red); }
.swmp-command h1 {
  margin: 14px 0 22px;
  color: var(--swmp-white);
  font-size: 4.75rem;
  line-height: .92;
  letter-spacing: 0;
}
.swmp-command h1 span {
  display: block;
  color: var(--swmp-red);
}
.swmp-command__lead {
  max-width: 42rem;
  margin: 0;
  color: #d9ddde;
  font-size: 1.2rem;
  line-height: 1.55;
}
.swmp-command__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: #4a4f52;
  border: 1px solid #4a4f52;
}
.swmp-command__stats span {
  padding: 14px;
  background: var(--swmp-black);
  color: #bfc6c8;
  font: 700 .65rem/1.3 Arial, sans-serif;
  text-transform: uppercase;
}
.swmp-command__stats strong {
  display: block;
  margin-bottom: 3px;
  color: var(--swmp-white);
  font-size: 1.45rem;
}
.swmp-command__visual {
  position: relative;
  min-width: 0;
}
.swmp-command__visual::before {
  content: "LEITSTAND / 01";
  position: absolute;
  top: -30px;
  right: 0;
  color: #858d90;
  font: 700 .65rem/1 Arial, sans-serif;
}
.swmp-command__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border: 1px solid #51585b;
}
.swmp-command__visual a:focus-visible { outline: 3px solid var(--swmp-yellow); }
.swmp-command__caption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0 0;
}
.swmp-command__caption > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--swmp-yellow);
  color: var(--swmp-black);
  font: 700 .8rem Arial, sans-serif;
}
.swmp-command__caption h2 {
  margin: 0;
  color: var(--swmp-white);
  font-size: 2.1rem;
  line-height: 1.04;
}
.swmp-command__caption h2 a { text-decoration: none; }
.swmp-stages {
  background: var(--swmp-yellow);
  border-bottom: 1px solid var(--swmp-black);
}
.swmp-stages__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.swmp-stage-link {
  min-height: 90px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 22px;
  border-right: 1px solid rgba(23, 26, 28, .35);
  text-decoration: none;
}
.swmp-stage-link:first-child { border-left: 1px solid rgba(23, 26, 28, .35); }
.swmp-stage-link span {
  font: 700 .73rem Arial, sans-serif;
}
.swmp-stage-link strong {
  font-size: .96rem;
  line-height: 1.15;
}
.swmp-stage-link:hover,
.swmp-stage-link:focus-visible {
  background: var(--swmp-white);
}
.swmp-section { padding-block: clamp(64px, 9vw, 112px); }
.swmp-section--white { background: var(--swmp-white); }
.swmp-section--dark { background: var(--swmp-black); color: var(--swmp-white); }
.swmp-section-head {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(280px, .52fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 38px;
}
.swmp-section-head__number {
  color: var(--swmp-red);
  font: 700 3.5rem/.8 Arial, sans-serif;
}
.swmp-section--dark .swmp-section-head__number { color: var(--swmp-yellow); }
.swmp-section-head h2 {
  margin: 2px 0 0;
  color: inherit;
  font-size: 4rem;
  line-height: .86;
  letter-spacing: 0;
}
.swmp-section-head__intro {
  margin: 0;
  color: #586269;
  line-height: 1.55;
}
.swmp-section--dark .swmp-section-head__intro { color: #c0c7c9; }
.swmp-plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: 32px;
}
.swmp-plan-feature { min-width: 0; border-top: 7px solid var(--swmp-red); }
.swmp-plan-feature__media { display: block; overflow: hidden; }
.swmp-plan-feature__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}
.swmp-plan-feature__media:hover img { transform: scale(1.02); }
.swmp-plan-feature__body { padding: 24px 0 0; }
.swmp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #687176;
}
.swmp-meta span { color: var(--swmp-red); }
.swmp-meta a { text-decoration: none; }
.swmp-meta time::before { content: "· "; }
.swmp-plan-feature h3,
.swmp-production-card h3,
.swmp-response-card h3 {
  margin: 12px 0;
  line-height: 1;
}
.swmp-plan-feature h3 { font-size: 3rem; }
.swmp-plan-feature h3 a,
.swmp-plan-row h3 a,
.swmp-production-card h3 a,
.swmp-quality-module h3 a,
.swmp-response-card h3 a { text-decoration: none; }
.swmp-plan-feature p:not(.swmp-meta),
.swmp-production-card p:not(.swmp-meta),
.swmp-response-card p:not(.swmp-meta) {
  max-width: 50rem;
  color: #586269;
  line-height: 1.55;
}
.swmp-action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--swmp-red);
  font: 700 .8rem/1.2 Arial, sans-serif;
  text-decoration: none;
}
.swmp-action span { color: var(--swmp-red); }
.swmp-plan-list { border-top: 1px solid var(--swmp-black); }
.swmp-plan-row {
  display: grid;
  grid-template-columns: 108px 1fr 42px;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--swmp-line);
}
.swmp-plan-row__media { display: block; overflow: hidden; }
.swmp-plan-row__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}
.swmp-plan-row h3 { margin: 7px 0 0; font-size: 1.18rem; line-height: 1.12; }
.swmp-icon-link {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--swmp-black);
  text-decoration: none;
}
.swmp-icon-link:hover,
.swmp-icon-link:focus-visible {
  background: var(--swmp-red);
  color: var(--swmp-white);
}
.swmp-production-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.swmp-production-card {
  grid-column: span 5;
  min-width: 0;
  border-top: 4px solid var(--swmp-yellow);
}
.swmp-production-card--wide { grid-column: span 7; }
.swmp-production-card__media { display: block; overflow: hidden; }
.swmp-production-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  filter: saturate(.87);
  transition: transform .25s ease, filter .25s ease;
}
.swmp-production-card__media:hover img {
  transform: scale(1.02);
  filter: saturate(1);
}
.swmp-production-card__body { padding: 20px 0 0; }
.swmp-section--dark .swmp-meta { color: #aeb7ba; }
.swmp-section--dark .swmp-meta span { color: var(--swmp-yellow); }
.swmp-production-card h3 { font-size: 2.65rem; }
.swmp-production-card p:not(.swmp-meta) { color: #bdc5c7; }
.swmp-section--dark .swmp-action { border-bottom-color: var(--swmp-yellow); }
.swmp-section--dark .swmp-action span { color: var(--swmp-yellow); }
.swmp-quality-stack { border-top: 1px solid var(--swmp-black); }
.swmp-quality-module {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--swmp-line);
}
.swmp-quality-module__media { display: block; overflow: hidden; }
.swmp-quality-module__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}
.swmp-quality-module h3 { margin: 8px 0 5px; font-size: 2.1rem; line-height: 1.02; }
.swmp-quality-module__body > p:not(.swmp-meta) { margin: 0; color: #586269; }
.swmp-quality-module__open {
  min-width: 164px;
  padding: 12px 15px;
  border: 1px solid var(--swmp-black);
  font: 700 .73rem/1.2 Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}
.swmp-quality-module__open:hover,
.swmp-quality-module__open:focus-visible {
  background: var(--swmp-black);
  color: var(--swmp-white);
}
.swmp-response-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.swmp-response-card {
  min-width: 0;
  background: var(--swmp-white);
  border-top: 5px solid var(--swmp-steel);
}
.swmp-response-card--priority { border-top-color: var(--swmp-red); }
.swmp-response-card__media { display: block; overflow: hidden; }
.swmp-response-card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}
.swmp-response-card__media:hover img { transform: scale(1.02); }
.swmp-response-card__body { padding: 20px; }
.swmp-response-card h3 { font-size: 2.05rem; }
.swmp-response-card p:not(.swmp-meta) { font-size: .94rem; }
.swmp-footer {
  padding-block: 34px;
  background: var(--swmp-black);
  color: var(--swmp-white);
  border-top: 5px solid var(--swmp-yellow);
}
.swmp-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.swmp-footer p { margin: 0; color: #b9c1c3; font-size: .78rem; }
.swmp-footer nav { display: flex; gap: 18px; font-size: .78rem; }
.swmp-footer a { text-decoration: none; }
.swmp-category { margin: 0; overflow-x: clip; background: var(--swmp-paper); color: var(--swmp-ink); }
.swmp-category-hero { padding: clamp(56px, 9vw, 120px) 0 42px; background: var(--swmp-black); color: var(--swmp-white); border-bottom: 6px solid var(--swmp-yellow); }
.swmp-category-hero h1 { max-width: 12ch; margin: 14px 0 22px; color: var(--swmp-white); font-size: 2.75rem; line-height: .9; }
.swmp-category-hero > .swmp-shell > p:not(.swmp-kicker) { max-width: 42rem; color: #d9ddde; font-size: 1.15rem; line-height: 1.55; }
.swmp-category-hero__rule { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin-top: 42px; padding-top: 18px; border-top: 1px solid #596064; font: 700 .75rem/1.2 Arial, sans-serif; text-transform: uppercase; }
.swmp-category-hero__rule span { color: var(--swmp-yellow); font-size: 1.7rem; }
.swmp-category-hero__rule a { margin-left: auto; color: var(--swmp-yellow); text-decoration: none; }
.swmp-category-feed { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(36px, 7vw, 100px); padding-block: clamp(58px, 9vw, 110px); }
.swmp-category-feed__intro { position: sticky; top: 24px; align-self: start; }
.swmp-category-feed__intro h2 { margin: 10px 0 16px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: .95; }
.swmp-category-feed__intro p:last-child { color: #586269; line-height: 1.55; }
.swmp-category-list { border-top: 5px solid var(--swmp-red); }
.swmp-category-card { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr); gap: 26px; padding: 24px 0 30px; border-bottom: 1px solid var(--swmp-line); }
.swmp-category-card__media { display: block; overflow: hidden; }
.swmp-category-card__media img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.swmp-category-card h2 { margin: 9px 0 10px; font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: .98; }
.swmp-category-card h2 a { text-decoration: none; }
.swmp-category-card > div > p:not(.swmp-meta) { color: #586269; line-height: 1.5; }
.swmp-category-card__author { color: #687176 !important; }
@media (max-width: 720px) { .swmp-category-feed { display: block; padding-block: 52px; }.swmp-category-feed__intro { position: static; margin-bottom: 34px; }.swmp-category-card { grid-template-columns: 1fr; gap: 16px; }.swmp-category-card__media img { aspect-ratio: 16 / 9; }.swmp-category-hero__rule a { margin-left: 0; width: 100%; } }
@media (max-width: 960px) {
  .swmp-header__inner { grid-template-columns: auto 1fr; }
  .swmp-header__status { display: none; }
  .swmp-command__grid { min-height: 0; grid-template-columns: 1fr; }
  .swmp-command h1 { font-size: 4rem; }
  .swmp-command__copy { max-width: 760px; }
  .swmp-command__visual { max-width: 760px; }
  .swmp-section-head h2 { font-size: 3.8rem; }
  .swmp-plan-grid { grid-template-columns: 1fr; }
  .swmp-plan-feature h3 { font-size: 2.7rem; }
  .swmp-production-card,
  .swmp-production-card--wide { grid-column: span 6; }
  .swmp-quality-module { grid-template-columns: 160px 1fr; }
  .swmp-quality-module__open { grid-column: 2; justify-self: start; }
}
@media (max-width: 720px) {
  .swmp-shell { width: min(100% - 32px, 1240px); }
  .swmp-header__inner { min-height: auto; display: flex; flex-wrap: wrap; padding-block: 14px 0; }
  .swmp-nav {
    order: 3;
    width: 100%;
    gap: 16px;
    padding: 12px 0;
    overflow-x: auto;
    border-top: 1px solid #454b4e;
    white-space: nowrap;
  }
  .swmp-command__grid { padding-block: 48px 54px; }
  .swmp-command h1 { font-size: 2.8rem; }
  .swmp-command__lead { font-size: 1.05rem; }
  .swmp-command__stats { grid-template-columns: 1fr; }
  .swmp-command__visual::before { position: static; display: block; margin-bottom: 10px; }
  .swmp-stages__inner { grid-template-columns: 1fr 1fr; }
  .swmp-stage-link:nth-child(odd) { border-left: 1px solid rgba(23, 26, 28, .35); }
  .swmp-stage-link { min-height: 76px; }
  .swmp-section-head { grid-template-columns: 56px 1fr; }
  .swmp-section-head__number { font-size: 2.6rem; }
  .swmp-section-head__intro { grid-column: 2; }
  .swmp-section-head h2 { font-size: 2.75rem; }
  .swmp-plan-feature h3 { font-size: 2.15rem; }
  .swmp-plan-row { grid-template-columns: 82px 1fr; }
  .swmp-plan-row .swmp-icon-link { display: none; }
  .swmp-plan-row .swmp-meta time { display: none; }
  .swmp-production-grid,
  .swmp-response-grid { grid-template-columns: 1fr; }
  .swmp-production-card,
  .swmp-production-card--wide { grid-column: auto; }
  .swmp-production-card h3 { font-size: 2rem; }
  .swmp-quality-module { grid-template-columns: 96px 1fr; gap: 16px; }
  .swmp-quality-module__open { grid-column: 1 / -1; width: 100%; }
  .swmp-quality-module__body > p:not(.swmp-meta) { display: none; }
  .swmp-quality-module h3 { font-size: 1.3rem; }
  .swmp-response-grid { gap: 16px; }
  .swmp-response-card h3 { font-size: 1.85rem; }
  .swmp-footer__inner { grid-template-columns: 1fr; }
  .swmp-footer nav { flex-wrap: wrap; }
}
@media (max-width: 430px) {
  .swmp-stages__inner { grid-template-columns: 1fr; }
  .swmp-stage-link { border-left: 1px solid rgba(23, 26, 28, .35); }
  .swmp-command__caption { grid-template-columns: 38px 1fr; }
  .swmp-command__caption > span { width: 38px; height: 38px; }
}
/* swm-produktionsleitstand-v3:end */
