:root {
  --md-primary-fg-color: #3b8789;        /* URG Brand Petrol */
  --md-primary-fg-color--light: #b9d4d5;
  --md-primary-fg-color--dark: #075255;
  --md-accent-fg-color: #17a889;         /* URG Positive */
  --md-typeset-color: #003138;           /* URG Text Primary */
}
.md-typeset h1, .md-typeset h2 { color: #075255; font-weight: 600; }
.md-typeset h3, .md-typeset h4 { color: #3b8789; font-weight: 600; }
.md-typeset code { border-radius: 6px; }
.md-typeset .md-button--primary {
  background-color: #3b8789; border-color: #3b8789; border-radius: 34px;
}
.md-header, .md-tabs { background-color: #075255; }
.md-header__button.md-logo img,
.md-header__button.md-logo svg { width: auto; height: 2rem; }

/* Belegstufen der Schnittstellenseiten — BELEGT, HINWEIS, VORSICHT, OFFEN.
 * Sie sind der Grund, warum man dem Blatt glauben kann: an jeder Aussage
 * steht, woher sie kommt. Ohne Farbe findet man sie im Fliesstext nicht.
 * Rot bleibt dem Offenen vorbehalten — die einzige Marke, bei der jemand
 * etwas tun muss. */
.md-typeset .ok   { color: #117E67; }
.md-typeset .info { color: #257BA4; }
.md-typeset .warn { color: #AD590E; }
.md-typeset .bad  { color: #A0093A; }
.md-typeset table:not([class]) td code { word-break: break-word; }
