:root {
  --sbd-red: #df0707;
  --sbd-black: #050505;
  --sbd-yellow: #ffd21a;
  --sbd-paper: #fffdf2;
  --sbd-ink: #16120d;
  --sbd-line: #c8c0ac;
}

body {
  margin: 0;
  background: #e8e1ce;
  color: var(--sbd-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.sbd-shell {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--sbd-paper);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .18);
}

.sbd-shell * {
  box-sizing: border-box;
}

.sbd-ticker {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  background: var(--sbd-black);
  color: white;
  min-height: 48px;
  text-transform: uppercase;
  font-weight: 900;
}

.sbd-ticker strong {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  background: var(--sbd-red);
  font-size: 24px;
}

.sbd-ticker strong span,
.sbd-live h2 span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  animation: sbdPulse 1.2s infinite;
}

.sbd-ticker__track {
  display: flex;
  gap: 34px;
  min-width: max-content;
  color: var(--sbd-yellow);
  animation: sbdTicker 24s linear infinite;
}

.sbd-ticker__track span::after {
  content: "•";
  margin-left: 28px;
  color: white;
}

.sbd-header {
  display: grid;
  grid-template-columns: minmax(160px, 320px) 1fr;
  gap: 36px;
  align-items: center;
  padding: 18px 28px 10px;
}

.sbd-wordmark {
  background: var(--sbd-red);
  color: white;
  padding: 16px 22px;
}

.sbd-check {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(44px, 6vw, 90px);
  line-height: .86;
  letter-spacing: 0;
}

.sbd-wordmark p {
  margin: 14px 0 0;
  color: var(--sbd-black);
  text-transform: uppercase;
  font-weight: 900;
}

.sbd-brand {
  display: flex;
  align-items: center;
  gap: 26px;
}

.sbd-symbol {
  width: 110px;
  aspect-ratio: 1;
  border: 10px solid var(--sbd-black);
  transform: rotate(45deg);
  display: grid;
  place-items: center;
}

.sbd-symbol span {
  width: 54px;
  height: 18px;
  background: var(--sbd-black);
  box-shadow: 0 -26px 0 var(--sbd-red), 0 26px 0 var(--sbd-yellow);
}

.sbd-brand__code {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(66px, 9vw, 132px);
  line-height: .78;
}

.sbd-brand__name {
  margin: 8px 0 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(20px, 2.6vw, 36px);
}

.sbd-brand__sub {
  margin: 6px 0 0;
  font-size: 21px;
}

.sbd-fiction {
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto 14px;
  padding: 8px 18px;
  background: var(--sbd-red);
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.sbd-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  padding: 0 28px 24px;
}

.sbd-hero {
  text-align: center;
}

.sbd-hero h1 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(70px, 10vw, 164px);
  line-height: .9;
  text-transform: uppercase;
}

.sbd-hero h1 span {
  color: var(--sbd-red);
  display: block;
}

.sbd-hero > p {
  margin: 8px 0 12px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(26px, 4vw, 48px);
  text-transform: uppercase;
}

.sbd-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 18px;
  border: 3px solid var(--sbd-black);
  border-bottom: 0;
  padding: 18px;
  text-align: left;
}

.sbd-form label {
  grid-column: 1 / -1;
  text-transform: uppercase;
  font-weight: 900;
}

.sbd-form textarea {
  width: 100%;
  min-height: 132px;
  border: 2px solid var(--sbd-line);
  padding: 18px;
  background: #fffdf8;
  resize: vertical;
  font-size: 18px;
}

.sbd-submit {
  border: 0;
  background: var(--sbd-red);
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
}

.sbd-submit span {
  display: block;
  margin-top: 14px;
  padding: 10px;
  background: var(--sbd-yellow);
  color: var(--sbd-black);
  font-size: 14px;
}

.sbd-form__bar {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.sbd-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sbd-examples button,
.sbd-actions button,
.sbd-button {
  border: 2px solid var(--sbd-line);
  background: #fffaf0;
  color: var(--sbd-ink);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.sbd-examples button {
  padding: 5px 8px;
  text-transform: none;
}

.sbd-notice,
.sbd-press,
.sbd-daily,
.sbd-recent,
.sbd-side section {
  border: 2px solid var(--sbd-line);
  background: #fffdf8;
}

.sbd-notice {
  margin-top: 0;
  border-width: 3px;
  border-color: var(--sbd-black);
  box-shadow: inset 0 8px 0 var(--sbd-yellow);
}

.sbd-notice::before {
  content: "Auswertung des eingereichten Vorgangs";
  display: block;
  padding: 7px 16px;
  background: var(--sbd-yellow);
  color: var(--sbd-black);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.sbd-notice.is-neutral {
  --sbd-red: #606060;
}

.sbd-notice__head,
.sbd-section-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 10px 16px;
  background: var(--sbd-red);
  color: white;
  text-transform: uppercase;
}

.sbd-notice__head h2,
.sbd-section-title h2 {
  margin: 0;
  font-size: 24px;
}

.sbd-notice__head strong,
.sbd-section-title span,
.sbd-recent strong {
  border: 2px solid currentColor;
  border-radius: 4px;
  padding: 4px 10px;
}

.sbd-notice__body {
  display: grid;
  grid-template-columns: 210px 1fr 210px;
}

.sbd-notice dl,
.sbd-notice article,
.sbd-notice aside {
  margin: 0;
  padding: 18px;
}

.sbd-notice article,
.sbd-notice aside {
  border-left: 2px solid var(--sbd-line);
}

.sbd-notice dt,
.sbd-kicker {
  margin-top: 14px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}

.sbd-notice dt:first-child {
  margin-top: 0;
}

.sbd-notice dd {
  margin: 4px 0 0;
  font-weight: 700;
}

.sbd-notice h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 16px;
}

.sbd-notice p {
  margin: 0 0 14px;
  line-height: 1.45;
}

.sbd-notice aside {
  text-align: center;
}

.sbd-notice aside > strong {
  display: block;
  color: var(--sbd-red);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 90px;
  line-height: 1;
}

.sbd-levels {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.sbd-levels li {
  margin: 7px 0;
  padding: 8px;
  background: #f3efe4;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sbd-levels .is-active {
  background: #ffe2e2;
  color: var(--sbd-red);
  outline: 2px solid var(--sbd-red);
}

.sbd-stats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin: 22px 0;
  background: #333;
  color: white;
}

.sbd-stats div {
  padding: 18px 10px;
  background: var(--sbd-black);
  text-align: center;
}

.sbd-stats strong {
  display: block;
  color: var(--sbd-yellow);
  font-size: clamp(24px, 3vw, 44px);
}

.sbd-stats span {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.sbd-press {
  margin-bottom: 22px;
}

.sbd-press__intro {
  margin: 0;
  padding: 18px;
  border-bottom: 2px solid var(--sbd-line);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.sbd-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--sbd-line);
}

.sbd-article-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  background: #fffdf8;
}

.sbd-article-card__source {
  margin: 0;
  color: var(--sbd-red);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.sbd-article-card h3 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: .95;
  text-transform: uppercase;
}

.sbd-article-card p {
  margin: 0;
  line-height: 1.43;
}

.sbd-article-card strong {
  display: block;
  margin-top: auto;
  padding: 12px;
  background: var(--sbd-black);
  color: var(--sbd-yellow);
  text-transform: uppercase;
}

.sbd-article-card a {
  color: var(--sbd-red);
  text-transform: uppercase;
  font-weight: 900;
}

.sbd-article-card a:first-of-type {
  display: inline-flex;
  width: fit-content;
  margin-top: 4px;
  padding: 8px 10px;
  border: 2px solid var(--sbd-red);
  background: #fffaf0;
}

.sbd-article-page {
  min-height: 100vh;
}

.sbd-article-full {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 28px 56px;
}

.sbd-article-full p {
  margin: 0 0 20px;
  font-size: 21px;
  line-height: 1.55;
}

.sbd-article-full strong {
  display: block;
  margin-top: 30px;
  padding: 18px;
  background: var(--sbd-black);
  color: var(--sbd-yellow);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.35;
}

.sbd-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.sbd-daily,
.sbd-recent {
  min-height: 360px;
}

.sbd-daily h3,
.sbd-daily p,
.sbd-daily ol,
.sbd-daily > strong,
.sbd-recent ul {
  margin-left: 18px;
  margin-right: 18px;
}

.sbd-daily h3 {
  font-size: 25px;
  margin-top: 0;
}

.sbd-daily li {
  margin: 7px 0;
}

.sbd-daily > strong {
  display: block;
  padding: 12px;
  background: var(--sbd-red);
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.sbd-recent ul {
  padding: 0;
  list-style: none;
}

.sbd-recent li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  align-items: center;
  border-bottom: 1px solid var(--sbd-line);
  padding: 14px 0;
}

.sbd-recent span {
  font-size: 22px;
  font-weight: 900;
}

.sbd-recent small {
  text-transform: uppercase;
  font-weight: 900;
}

.sbd-recent strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--sbd-red);
  text-transform: uppercase;
}

.sbd-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sbd-side section {
  padding: 18px;
}

.sbd-side h2 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 22px;
}

.sbd-live {
  background: var(--sbd-black) !important;
  color: white;
}

.sbd-live h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sbd-live strong {
  color: #38e06f;
  text-transform: uppercase;
}

.sbd-pulse-line {
  height: 38px;
  margin-top: 12px;
  background: repeating-linear-gradient(90deg, transparent 0 16px, rgba(223, 7, 7, .8) 16px 18px), linear-gradient(170deg, transparent 48%, var(--sbd-red) 49%, transparent 50%);
}

.sbd-gauge {
  text-align: center;
}

.sbd-meter {
  position: relative;
  display: grid;
  place-items: end center;
  width: 250px;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  margin: 0 auto 8px;
  border-radius: 250px 250px 0 0;
  background: conic-gradient(from 270deg at 50% 100%, #e8e1ce 0deg, var(--sbd-red) 18deg, var(--sbd-red) 165deg, var(--sbd-yellow) 174deg, #e8e1ce 180deg);
  overflow: hidden;
}

.sbd-meter::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 62%;
  aspect-ratio: 2 / 1;
  border-radius: 180px 180px 0 0;
  background: #fffdf8;
}

.sbd-meter span {
  position: relative;
  z-index: 1;
  color: var(--sbd-red);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 72px;
}

.sbd-gauge > strong,
.sbd-button {
  display: block;
  width: 100%;
  padding: 12px;
  background: var(--sbd-yellow);
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.sbd-actions {
  display: grid;
  gap: 10px;
}

.sbd-actions button {
  min-height: 54px;
  text-align: left;
  padding: 12px;
}

.sbd-store div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.sbd-store span {
  display: block;
  padding: 12px;
  background: var(--sbd-black);
  color: white;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.sbd-seal {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  max-width: 220px;
  margin: 0 auto;
  border: 10px double var(--sbd-black) !important;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-7deg);
}

.sbd-seal div {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 58px;
}

.sbd-seal p {
  margin: -30px 0 0;
  text-transform: uppercase;
  font-weight: 900;
}

.sbd-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: var(--sbd-black);
  color: white;
}

.sbd-footer strong {
  color: var(--sbd-yellow);
  text-transform: uppercase;
  font-size: 24px;
}

.sbd-footer a {
  display: inline-block;
  margin: 6px 10px 6px 0;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}

.sbd-info-page {
  min-height: 100vh;
}

.sbd-info-header {
  padding: 28px;
  border-bottom: 8px solid var(--sbd-red);
  background: var(--sbd-black);
  color: white;
}

.sbd-info-header .sbd-brand__code {
  color: var(--sbd-yellow);
}

.sbd-info-header h1 {
  margin: 10px 0 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(58px, 9vw, 118px);
  line-height: .9;
  text-transform: uppercase;
}

.sbd-info-header p {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: 21px;
}

.sbd-backlink {
  display: inline-block;
  margin-bottom: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}

.sbd-info {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 28px 42px;
}

.sbd-info section {
  padding: 22px 0;
  border-bottom: 2px solid var(--sbd-line);
}

.sbd-info h2 {
  margin: 0 0 12px;
  color: var(--sbd-red);
  text-transform: uppercase;
  font-size: 26px;
}

.sbd-info h3 {
  margin: 18px 0 8px;
  text-transform: uppercase;
  font-size: 18px;
}

.sbd-info p,
.sbd-info li {
  font-size: 18px;
  line-height: 1.55;
}

.sbd-info a {
  color: var(--sbd-red);
  font-weight: 900;
}

.sbd-info-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 22px 28px;
  background: var(--sbd-red);
}

.sbd-info-footer a {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}

@keyframes sbdTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-45%); }
}

@keyframes sbdPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .35; transform: scale(.72); }
}

@media (max-width: 980px) {
  .sbd-header,
  .sbd-grid,
  .sbd-lower,
  .sbd-footer {
    grid-template-columns: 1fr;
  }

  .sbd-form,
  .sbd-notice__body,
  .sbd-stats,
  .sbd-article-grid {
    grid-template-columns: 1fr;
  }

  .sbd-notice article,
  .sbd-notice aside {
    border-left: 0;
    border-top: 2px solid var(--sbd-line);
  }

  .sbd-side {
    order: 2;
  }
}

@media (max-width: 620px) {
  .sbd-header,
  .sbd-grid,
  .sbd-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sbd-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .sbd-symbol {
    width: 76px;
  }

  .sbd-submit {
    min-height: 130px;
  }
}
