@font-face {
  font-family: 'DW Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DW Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DW Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DW Geist Mono';
  src: url('../fonts/GeistMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DW Geist Mono';
  src: url('../fonts/GeistMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



.dw-exit {
  --dw-blue: #0093FF;
  --dw-blue-hover: #007ED9;
  --dw-blue-tint: #E6F4FF;
  --dw-midnight: #0F1B2D;
  --dw-body: #384554;
  --dw-muted: #5C6B7E;
  --dw-mist: #D5DCE5;
  --dw-mist-soft: #E8ECF1;
  --dw-cool-mist: #F4F7FB;

  
  --dw-success: #2F7A4A;
  --dw-success-tint: #E6F2EB;
  --dw-error: #B9384A;
  --dw-error-tint: #FCE9EC;
  --dw-warn: #B98038;
  --dw-warn-tint: #FBEFDF;

  
  --dw-blue-light: #4FB2FF;

  
  --dw-success-on-dark: #7BE0B8;
  --dw-error-on-dark: #FF9A9E;

  
  --dw-warn-text: #8A5A18;
  --dw-white: #fff;

  --dw-error: #B9384A;
  --dw-error-tint: #FCE9EC;
  --dw-warn: #B98038;
  --dw-warn-tint: #FBF7EF;
  --dw-warn-border: #E4D5B8;
  --dw-success: #2F7A4A;

  --dw-font: 'DW Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --dw-mono: 'DW Geist Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  --dw-radius: 6px;
  --dw-radius-lg: 10px;
  --dw-shadow-md: 0 6px 18px rgba(15, 27, 45, .09);
  --dw-focus: 0 0 0 3px rgba(0, 147, 255, .35);

  
  --dw-sidebar: 272px;

  
  container-type: inline-size;
  container-name: dwexit;

  font-family: var(--dw-font);
  color: var(--dw-body);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.dw-exit,
.dw-exit *,
.dw-exit.dw-exit *::before,
.dw-exit.dw-exit *::after {
  box-sizing: border-box;
}



.dw-exit.dw-exit--voll {
  --dw-breite: min(var(--dw-vw, 100vw), 1440px);

  width: var(--dw-breite);

  
  max-width: var(--dw-breite);
  min-width: 0;

  margin-left: calc(50% - var(--dw-breite) / 2);
  margin-right: calc(50% - var(--dw-breite) / 2);
  padding-left: 24px;
  padding-right: 24px;

  
  flex: 0 0 auto;
  float: none;
}


.dw-exit

.dw-exit .dw-exit__btn,
.dw-exit .dw-exit__link,
.dw-exit .dw-exit__nav-item,
.dw-exit .dw-exit__tip,
.dw-exit .dw-exit__wahl-zeile,
.dw-exit .dw-exit__segment button,
.dw-exit .dw-exit__stufen button,
.dw-exit .dw-exit__details > summary,
.dw-exit .dw-exit__thema > summary,
.dw-exit .dw-exit__rechenweg > summary {
  border-radius: 0;
  padding: 0;
}


.dw-exit.dw-exit button,
.dw-exit.dw-exit summary,
.dw-exit.dw-exit a {
  
  text-transform: none !important;
  letter-spacing: normal !important;
  white-space: normal !important;
  min-height: 0;
}


.dw-exit.dw-exit li {
  list-style: none;
}

.dw-exit [hidden] {
  display: none !important;
}



.dw-exit .dw-exit__shell {
  display: grid;
  grid-template-columns: var(--dw-sidebar) minmax(0, 1fr);
  border: 1px solid var(--dw-mist-soft);
  border-radius: var(--dw-radius-lg);
  background: var(--dw-white);
  
  overflow: hidden;
  overflow: clip;
  min-height: 560px;
}

.dw-exit .dw-exit__main {
  padding: 36px 40px 32px;
  min-width: 0;
  
  container-type: inline-size;
  container-name: dwmain;
}



.dw-exit .dw-exit__zentriert {
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 0 8px;
}

.dw-exit .dw-exit__zentriert--schmal {
  max-width: 700px;
}



.dw-exit .dw-exit__sidebar {
  background: var(--dw-cool-mist);
  border-right: 1px solid var(--dw-mist-soft);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.dw-exit .dw-exit__navgruppe {
  min-width: 0;
}


.dw-exit .dw-exit__simkarte + .dw-exit__nav {
  margin-top: 10px;
}

.dw-exit .dw-exit__nav-titel {
  font-family: var(--dw-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin: 0 0 8px 8px;
}


.dw-exit .dw-exit__simkarte {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  background: var(--dw-white);
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  padding: 10px 12px;
}

.dw-exit .dw-exit__simkarte-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--dw-midnight);
}

.dw-exit .dw-exit__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dw-exit .dw-exit__nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: var(--dw-radius);
  background: none;
  padding: 9px 12px;
  font: inherit;
  font-size: 13px;
  color: var(--dw-body);
  text-align: left;
  cursor: pointer;
  transition: background-color .12s ease, border-color .12s ease;
}

.dw-exit .dw-exit__nav-item:hover:not(:disabled) {
  background: var(--dw-white);
}

.dw-exit .dw-exit__nav-item[aria-current="step"] {
  background: var(--dw-blue-tint);
  border-color: var(--dw-blue);
  color: var(--dw-midnight);
  font-weight: 500;
}

.dw-exit .dw-exit__nav-item:disabled {
  opacity: .5;
  cursor: not-allowed;
}


.dw-exit .dw-exit__nav-trenner {
  height: 1px;
  background: var(--dw-mist-soft);
  margin: 10px 8px;
}

.dw-exit .dw-exit__nav-text {
  min-width: 0;
}


.dw-exit .dw-exit__nav-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__nav-item[aria-current="step"] .dw-exit__nav-icon {
  color: var(--dw-blue);
}

.dw-exit .dw-exit__nav-icon--rechts {
  width: 13px;
  height: 13px;
  margin-left: auto;
}


.dw-exit .dw-exit__nav-pille {
  margin-left: auto;
  flex: 0 0 auto;
  font-family: var(--dw-mono);
  font-size: 10px;
  color: var(--dw-muted);
  border: 1px solid var(--dw-mist);
  border-radius: 999px;
  padding: 2px 7px;
}


.dw-exit .dw-exit__nav-marke {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid var(--dw-mist);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--dw-mono);
  font-size: 11px;
  color: var(--dw-muted);
  background: var(--dw-white);
}

.dw-exit .dw-exit__nav-item[aria-current="step"] .dw-exit__nav-marke {
  border-color: var(--dw-blue);
  background: var(--dw-blue);
  color: #fff;
}

.dw-exit .dw-exit__nav-item--erledigt .dw-exit__nav-marke {
  background: var(--dw-midnight);
  border-color: var(--dw-midnight);
  color: #fff;
}

.dw-exit .dw-exit__nav-fuss {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--dw-mist-soft);
}

.dw-exit .dw-exit__fortschritt-text {
  font-size: 12px;
  color: var(--dw-muted);
  margin: 0 0 8px;
}

.dw-exit .dw-exit__fortschritt {
  height: 4px;
  border-radius: 999px;
  background: var(--dw-mist-soft);
  overflow: hidden;
}

.dw-exit .dw-exit__fortschritt-balken {
  height: 100%;
  background: var(--dw-blue);
  border-radius: 999px;
  transition: width .25s ease;
}



.dw-exit .dw-exit__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dw-blue);
  margin: 0 0 8px;
}

.dw-exit .dw-exit__h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--dw-midnight);
  margin: 0 0 8px;
}

.dw-exit .dw-exit__h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--dw-midnight);
  margin: 0 0 12px;
}

.dw-exit .dw-exit__lead {
  font-size: 14px;
  color: var(--dw-muted);
  margin: 0 0 24px;
  max-width: 62ch;
}

.dw-exit .dw-exit__mono {
  font-family: var(--dw-mono);
  font-variant-numeric: tabular-nums;
}



.dw-exit .dw-exit__wahl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 28px;
}

.dw-exit .dw-exit__wahl-zeile {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  text-align: left;
  background: var(--dw-white);
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  padding: 16px 18px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color .12s ease, background-color .12s ease;
}

.dw-exit .dw-exit__wahl-zeile:hover {
  border-color: var(--dw-blue);
}

.dw-exit .dw-exit__wahl-zeile[aria-pressed="true"] {
  background: var(--dw-blue-tint);
  border-color: var(--dw-blue);
}

.dw-exit .dw-exit__radio {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid var(--dw-mist);
  margin-top: 2px;
  position: relative;
  background: var(--dw-white);
}

.dw-exit .dw-exit__wahl-zeile[aria-pressed="true"] .dw-exit__radio {
  border-color: var(--dw-blue);
}

.dw-exit .dw-exit__wahl-zeile[aria-pressed="true"] .dw-exit__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: var(--dw-blue);
}


.dw-exit .dw-exit__wahl-spalte {
  min-width: 0;
  overflow-wrap: break-word;
}

.dw-exit .dw-exit__wahl-titel {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--dw-midnight);
  margin-bottom: 3px;
}

.dw-exit .dw-exit__wahl-text {
  display: block;
  font-size: 13px;
  color: var(--dw-muted);
  line-height: 1.55;
}



.dw-exit .dw-exit__ph {
  background: var(--dw-cool-mist);
  border: 1px solid var(--dw-mist-soft);
  border-left: 3px solid var(--dw-blue);
  border-radius: var(--dw-radius);
  padding: 16px 18px;
  margin: 0 0 20px;
}


.dw-exit .dw-exit__ph--warn {
  background: var(--dw-warn-tint);
  border-color: var(--dw-warn-border);
  border-left-color: var(--dw-warn);
}

.dw-exit .dw-exit__ph p {
  margin: 0 0 10px;
  font-size: 13.5px;
  line-height: 1.65;
}

.dw-exit .dw-exit__ph p:last-child {
  margin-bottom: 0;
}

.dw-exit .dw-exit__ph-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dw-blue);
  margin-bottom: 8px !important;
}

.dw-exit .dw-exit__ph--warn .dw-exit__ph-label {
  color: var(--dw-warn-text);
}




.dw-exit .dw-exit__annahmenkopf {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.dw-exit .dw-exit__annahmenkopf .dw-exit__h3 {
  margin: 0;
}

.dw-exit .dw-exit__zaehler {
  flex: 0 0 auto;
  font-family: var(--dw-mono);
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--dw-muted);
  border: 1px solid var(--dw-mist);
  border-radius: 999px;
  padding: 3px 11px;
  white-space: nowrap;
}

.dw-exit .dw-exit__annahmen {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.dw-exit .dw-exit__annahmen li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 9px;
  font-size: 13.5px;
  line-height: 1.6;
}

.dw-exit .dw-exit__annahmen li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--dw-blue);
  font-weight: 600;
}


.dw-exit .dw-exit__annahmen--voll {
  margin: 0;
  padding: 2px 0 4px;
}

.dw-exit .dw-exit__annahmen--voll li {
  font-size: 13px;
  color: var(--dw-muted);
  margin-bottom: 11px;
}

.dw-exit .dw-exit__annahmen--voll li:last-child {
  margin-bottom: 0;
}

.dw-exit .dw-exit__annahmen--voll li::before {
  opacity: .5;
}


.dw-exit .dw-exit__annahmen-eyebrow {
  font-family: var(--dw-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin: 20px 0 10px;
}



.dw-exit .dw-exit__themen {
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  overflow: hidden;
  margin: 0 0 18px;
}

.dw-exit .dw-exit__thema + .dw-exit__thema {
  border-top: 1px solid var(--dw-mist-soft);
}

.dw-exit .dw-exit__thema > summary {
  display: flex;
  
  font-weight: 400;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  cursor: pointer;
  font-size: 14px;
  color: var(--dw-midnight);
  list-style: none;
}

.dw-exit .dw-exit__thema > summary::-webkit-details-marker {
  display: none;
}

.dw-exit .dw-exit__thema > summary::before {
  content: "\203A";
  flex: 0 0 auto;
  color: var(--dw-blue);
  font-size: 15px;
  line-height: 1;
  transition: transform .15s ease;
}

.dw-exit .dw-exit__thema[open] > summary::before {
  transform: rotate(90deg);
}

.dw-exit .dw-exit__thema[open] > summary {
  border-bottom: 1px solid var(--dw-mist-soft);
}

.dw-exit .dw-exit__thema-titel {
  flex: 1 1 auto;
  min-width: 0;
}

.dw-exit .dw-exit__thema-zahl {
  flex: 0 0 auto;
  font-family: var(--dw-mono);
  font-size: 12px;
  color: var(--dw-muted);
  font-variant-numeric: tabular-nums;
}

.dw-exit .dw-exit__thema > ul {
  padding: 14px 16px 16px 42px;
}



.dw-exit .dw-exit__zustimmung {
  background: var(--dw-cool-mist);
  border-radius: var(--dw-radius);
  padding: 16px 18px;
  margin: 0 0 22px;
}

.dw-exit .dw-exit__zustimmung .dw-exit__consent {
  margin: 0;
}

.dw-exit .dw-exit__zustimmung .dw-exit__consent label {
  color: var(--dw-midnight);
}

.dw-exit .dw-exit__zustimmung .dw-exit__consent-umfang {
  margin: 9px 0 0 30px;
}

.dw-exit .dw-exit__details {
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  margin: 0 0 22px;
}

.dw-exit .dw-exit__details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--dw-midnight);
  list-style: none;
}

.dw-exit .dw-exit__details > summary::-webkit-details-marker {
  display: none;
}

.dw-exit .dw-exit__details > summary::before {
  content: "▸";
  color: var(--dw-blue);
  font-size: 11px;
  transition: transform .15s ease;
}

.dw-exit .dw-exit__details[open] > summary::before {
  transform: rotate(90deg);
}

.dw-exit .dw-exit__details-zaehler {
  margin-left: auto;
  font-family: var(--dw-mono);
  font-size: 11px;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__details-inhalt {
  padding: 4px 16px 16px;
  border-top: 1px solid var(--dw-mist-soft);
}



.dw-exit .dw-exit__gemeinde {
  position: relative;
}

.dw-exit .dw-exit__gemeinde-feld {
  display: flex;
  align-items: center;
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  background: var(--dw-white);
  padding-left: 12px;
}

.dw-exit .dw-exit__gemeinde-feld:focus-within {
  border-color: var(--dw-blue);
  box-shadow: var(--dw-focus);
}

.dw-exit .dw-exit__gemeinde-lupe {
  display: flex;
  flex: 0 0 auto;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__gemeinde-lupe svg {
  width: 16px;
  height: 16px;
}


.dw-exit.dw-exit .dw-exit__gemeinde-feld input[type="text"] {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding-left: 10px;
}

.dw-exit.dw-exit .dw-exit__gemeinde-feld input[type="text"]:focus-visible {
  box-shadow: none;
}

.dw-exit .dw-exit__gemeinde-liste {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  margin: 6px 0 0;
  padding: 6px;
  list-style: none;
  background: var(--dw-white);
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  box-shadow: var(--dw-shadow-md);
  max-height: 320px;
  overflow-y: auto;
}

.dw-exit .dw-exit__gemeinde-treffer {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--dw-radius);
  cursor: pointer;
  font-size: 13.5px;
}

.dw-exit .dw-exit__gemeinde-treffer--aktiv,
.dw-exit .dw-exit__gemeinde-treffer:hover {
  background: var(--dw-blue-tint);
}

.dw-exit .dw-exit__gemeinde-name {
  font-weight: 500;
  color: var(--dw-midnight);
}

.dw-exit .dw-exit__gemeinde-land {
  color: var(--dw-muted);
  font-size: 12.5px;
  min-width: 0;
}

.dw-exit .dw-exit__gemeinde-satz {
  margin-left: auto;
  flex: 0 0 auto;
  font-family: var(--dw-mono);
  font-variant-numeric: tabular-nums;
  color: var(--dw-blue);
  white-space: nowrap;
}

.dw-exit .dw-exit__gemeinde-treffer--aktiv .dw-exit__gemeinde-satz {
  font-weight: 500;
}


.dw-exit .dw-exit__gemeinde-jahr {
  flex: 0 0 auto;
  font-family: var(--dw-mono);
  font-size: 10px;
  color: var(--dw-muted);
  border: 1px solid var(--dw-mist-soft);
  border-radius: 999px;
  padding: 1px 6px;
}

.dw-exit .dw-exit__gemeinde-status {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--dw-muted);
}



.dw-exit .dw-exit__herkunft {
  margin-top: 10px;
}

.dw-exit .dw-exit__herkunft .dw-exit__ph {
  margin: 0 0 10px;
  padding: 12px 14px;
}

.dw-exit .dw-exit__herkunft .dw-exit__ph p {
  font-size: 12.5px;
}


.dw-exit .dw-exit__herkunft-zeile {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.dw-exit .dw-exit__herkunft-zeile .dw-exit__link {
  flex: 0 0 auto;
}


.dw-exit.dw-exit input[type="text"][readonly] {
  background: var(--dw-cool-mist);
  color: var(--dw-midnight);
  cursor: default;
}

.dw-exit .dw-exit__lizenz {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.5;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__lizenz a {
  color: var(--dw-muted);
  text-decoration: underline;
}



.dw-exit .dw-exit__rechenweg {
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius-lg);
  margin: 0 0 24px;
  background: var(--dw-white);
  overflow: hidden;
  overflow: clip;
}

.dw-exit .dw-exit__rechenweg > summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--dw-midnight);
  background: var(--dw-cool-mist);
  list-style: none;
}

.dw-exit .dw-exit__rechenweg > summary::-webkit-details-marker {
  display: none;
}

.dw-exit .dw-exit__rechenweg > summary::before {
  content: "\25b8";
  color: var(--dw-blue);
  font-size: 11px;
  transition: transform .15s ease;
}

.dw-exit .dw-exit__rechenweg[open] > summary::before {
  transform: rotate(90deg);
}

.dw-exit .dw-exit__rechenweg-modus {
  margin-left: auto;
  font-family: var(--dw-mono);
  font-size: 10.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__rwtab {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.dw-exit .dw-exit__rwtab thead th {
  font-family: var(--dw-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--dw-muted);
  text-align: left;
  padding: 14px 18px 10px;
  border-bottom: 1px solid var(--dw-mist-soft);
}

.dw-exit .dw-exit__rwtab th.num,
.dw-exit .dw-exit__rwtab td.num {
  text-align: right;
  font-family: var(--dw-mono);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.dw-exit .dw-exit__rwtab thead th.num {
  font-family: var(--dw-mono);
}


.dw-exit .dw-exit__rwtab-abschnitt th {
  font-family: var(--dw-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dw-muted);
  text-align: left;
  padding: 18px 18px 6px;
  background: none;
}

.dw-exit .dw-exit__rwtab tbody th {
  font-weight: 400;
  color: var(--dw-body);
  text-align: left;
  padding: 7px 18px;
}

.dw-exit .dw-exit__rwtab tbody td {
  padding: 7px 18px;
  color: var(--dw-midnight);
}


.dw-exit .dw-exit__rwtab-op {
  display: inline-block;
  width: 14px;
  font-family: var(--dw-mono);
  color: var(--dw-muted);
}

.dw-exit .dw-exit__rwtab-zusatz {
  font-size: 11.5px;
  color: var(--dw-muted);
  margin-left: 6px;
}


.dw-exit .dw-exit__rwtab-summe {
  background: var(--dw-blue-tint);
}

.dw-exit .dw-exit__rwtab-summe th,
.dw-exit .dw-exit__rwtab-summe td {
  font-weight: 600;
  color: var(--dw-midnight);
}

.dw-exit .dw-exit__rwtab td.neg {
  color: var(--dw-error);
}

.dw-exit .dw-exit__rwtab-leer {
  color: var(--dw-muted);
}

.dw-exit .dw-exit__rwhinweis {
  margin: 0;
  padding: 12px 18px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--dw-muted);
  border-top: 1px solid var(--dw-mist-soft);
}


.dw-exit .dw-exit__rwkennzahlen {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 18px 20px;
  border-top: 1px solid var(--dw-mist-soft);
}

.dw-exit .dw-exit__rwkarte {
  border: 1px solid var(--dw-mist-soft);
  border-radius: var(--dw-radius);
  padding: 12px 14px;
  min-width: 0;
}

.dw-exit .dw-exit__rwkarte--holding {
  background: var(--dw-blue-tint);
  border-color: rgba(0, 147, 255, .3);
}

.dw-exit .dw-exit__rwkarte-label {
  display: block;
  font-family: var(--dw-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin-bottom: 6px;
}

.dw-exit .dw-exit__rwkarte-wert {
  display: block;
  font-family: var(--dw-mono);
  font-variant-numeric: tabular-nums;
  font-size: 19px;
  font-weight: 500;
  color: var(--dw-midnight);
}

.dw-exit .dw-exit__rwkarte-zusatz {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: var(--dw-muted);
  margin-top: 4px;
}

.dw-exit .dw-exit__closing {
  font-size: 13px;
  color: var(--dw-muted);
  font-style: italic;
  margin: 12px 0 0;
}




.dw-exit .dw-exit__raster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  max-width: 880px;
  margin: 0 0 28px;
}

.dw-exit .dw-exit__raster--einspaltig {
  grid-template-columns: minmax(0, 1fr);
  max-width: 560px;
}

.dw-exit .dw-exit__feld--breit {
  grid-column: 1 / -1;
}

.dw-exit .dw-exit__label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--dw-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin-bottom: 7px;
}

.dw-exit .dw-exit__eingabe {
  display: flex;
  align-items: stretch;
}

.dw-exit.dw-exit input[type="text"],
.dw-exit.dw-exit input[type="email"],
.dw-exit.dw-exit input[type="date"],
.dw-exit.dw-exit select {
  width: 100%;
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  color: var(--dw-midnight);
  background: var(--dw-white);
}

.dw-exit .dw-exit__eingabe input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dw-exit .dw-exit__suffix {
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: var(--dw-cool-mist);
  border: 1px solid var(--dw-mist);
  border-left: none;
  border-radius: 0 var(--dw-radius) var(--dw-radius) 0;
  color: var(--dw-muted);
  font-family: var(--dw-mono);
  font-size: 13px;
}



.dw-exit .dw-exit__eingabe--stufen .dw-exit__suffix {
  border-radius: 0;
}

.dw-exit .dw-exit__stufen {
  display: flex;
  flex: 0 0 auto;
}

.dw-exit .dw-exit__stufen button {
  width: 34px;
  
  padding: 0;
  border: 1px solid var(--dw-mist);
  border-left: none;
  background: var(--dw-white);
  color: var(--dw-body);
  font: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease;
}

.dw-exit .dw-exit__stufen button:last-child {
  border-radius: 0 var(--dw-radius) var(--dw-radius) 0;
}

.dw-exit .dw-exit__stufen button:hover {
  background: var(--dw-blue-tint);
  color: var(--dw-midnight);
}

.dw-exit .dw-exit__stufen button:active {
  background: var(--dw-mist-soft);
}

.dw-exit.dw-exit input:focus-visible,
.dw-exit.dw-exit select:focus-visible,
.dw-exit.dw-exit button:focus-visible,
.dw-exit.dw-exit summary:focus-visible,
.dw-exit.dw-exit [tabindex]:focus-visible {
  outline: none;
  box-shadow: var(--dw-focus);
  border-color: var(--dw-blue);
}

.dw-exit .dw-exit__hilfe {
  font-size: 12.5px;
  color: var(--dw-muted);
  line-height: 1.55;
  margin: 7px 0 0;
  max-width: 56ch;
}


.dw-exit .dw-exit__tip {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid var(--dw-mist);
  background: var(--dw-white);
  color: var(--dw-muted);
  font-family: var(--dw-font);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  padding: 0;
}

.dw-exit .dw-exit__tip:hover,
.dw-exit .dw-exit__tip:focus-visible {
  border-color: var(--dw-blue);
  color: var(--dw-blue);
}


.dw-exit .dw-exit__segment {
  display: inline-flex;
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  overflow: hidden;
  background: var(--dw-white);
}

.dw-exit .dw-exit__segment--breit {
  display: flex;
}


.dw-exit.dw-exit .dw-exit__segment button {
  flex: 1;
  border: none;
  background: none;
  padding: 9px 16px;
  font: inherit;
  font-size: 13px;
  color: var(--dw-body);
  cursor: pointer;
  white-space: nowrap !important;
  transition: background-color .12s ease, color .12s ease;
}

.dw-exit .dw-exit__segment button + button {
  border-left: 1px solid var(--dw-mist);
}


.dw-exit .dw-exit__segment button[aria-pressed="true"] {
  background: var(--dw-blue-tint);
  color: var(--dw-midnight);
  font-weight: 500;
  box-shadow: inset 0 0 0 1px var(--dw-blue);
}


.dw-exit .dw-exit__slider-zeile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dw-exit.dw-exit input[type="range"] {
  flex: 1;
  accent-color: var(--dw-blue);
  height: 4px;
}

.dw-exit .dw-exit__slider-wert {
  font-family: var(--dw-mono);
  font-variant-numeric: tabular-nums;
  font-size: 26px;
  font-weight: 500;
  color: var(--dw-midnight);
  min-width: 78px;
  text-align: right;
}


.dw-exit.dw-exit .dw-exit__input--fehler,
.dw-exit.dw-exit .dw-exit__input--fehler:focus-visible {
  border-color: var(--dw-error);
  background: var(--dw-error-tint);
}

.dw-exit .dw-exit__fehler {
  margin: 7px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--dw-error);
}



.dw-exit .dw-exit__aktionen {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid var(--dw-mist-soft);
}

.dw-exit .dw-exit__btn {
  background: var(--dw-blue);
  color: #fff;
  border: none;
  border-radius: var(--dw-radius);
  padding: 11px 20px;
  font: inherit;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color .12s ease;
}

.dw-exit .dw-exit__btn:hover:not(:disabled) {
  background: var(--dw-blue-hover);
}

.dw-exit .dw-exit__btn:disabled {
  background: var(--dw-mist-soft);
  color: #8A97A6;
  cursor: not-allowed;
}

.dw-exit .dw-exit__btn--sekundaer {
  background: var(--dw-white);
  color: var(--dw-body);
  border: 1px solid var(--dw-mist);
}

.dw-exit .dw-exit__btn--sekundaer:hover:not(:disabled) {
  background: var(--dw-cool-mist);
  border-color: var(--dw-muted);
}

.dw-exit .dw-exit__btn--weiter {
  margin-left: auto;
}

.dw-exit .dw-exit__link {
  background: none;
  border: none;
  padding: 0;
  color: var(--dw-blue);
  font: inherit;
  font-size: 13.5px;
  cursor: pointer;
  text-decoration: none;
}

.dw-exit .dw-exit__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dw-exit .dw-exit__gespeichert {
  font-size: 12.5px;
  color: var(--dw-muted);
}


.dw-exit .dw-exit__consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 8px;
}

.dw-exit .dw-exit__check {
  margin-top: 3px;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  accent-color: var(--dw-blue);
}

.dw-exit .dw-exit__consent label {
  font-size: 13.5px;
  line-height: 1.6;
}

.dw-exit .dw-exit__consent-umfang {
  font-size: 12.5px;
  color: var(--dw-muted);
  margin: 0 0 22px 29px;
  max-width: 60ch;
}



.dw-exit .dw-exit__heute {
  flex: 0 0 auto;
  font-family: var(--dw-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--dw-blue);
  border: 1px solid rgba(0, 147, 255, .45);
  border-radius: 999px;
  padding: 1px 6px;
  white-space: nowrap;
}


.dw-exit .dw-exit__kpi-kopf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-bottom: 4px;
}

.dw-exit .dw-exit__kpi--heute {
  box-shadow: inset 0 0 0 2px var(--dw-blue);
}



.dw-exit .dw-exit__gruppen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin: 0 0 26px;
}

.dw-exit .dw-exit__gruppe {
  border: 1px solid var(--dw-mist-soft);
  border-radius: var(--dw-radius);
  background: var(--dw-white);
  padding: 20px 22px 22px;
  min-width: 0;
  
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dw-exit .dw-exit__gruppe-kopf {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dw-exit .dw-exit__gruppe-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dw-white);
}

.dw-exit .dw-exit__gruppe-icon svg {
  width: 19px;
  height: 19px;
}


.dw-exit .dw-exit__gruppe-icon--person {
  background: var(--dw-blue);
}

.dw-exit .dw-exit__gruppe-icon--holding {
  background: var(--dw-midnight);
}

.dw-exit .dw-exit__gruppe-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dw-exit .dw-exit__gruppe-titel {
  font-size: 15px;
  font-weight: 600;
  color: var(--dw-midnight);
  line-height: 1.3;
}

.dw-exit .dw-exit__gruppe-wirkung {
  font-size: 12px;
  color: var(--dw-muted);
  line-height: 1.4;
}


.dw-exit .dw-exit__gruppe .dw-exit__feld--breit {
  grid-column: auto;
}

.dw-exit .dw-exit__gruppe-fuss {
  margin: 0;
  padding: 10px 12px;
}

.dw-exit .dw-exit__gruppe-fuss p {
  margin: 0;
  font-size: 12.5px;
}


.dw-exit .dw-exit__abgeleitet {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 6px 0 0;
  font-size: 12.5px;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__abgeleitet b {
  font-family: var(--dw-mono);
  font-weight: 600;
  color: var(--dw-midnight);
  font-variant-numeric: tabular-nums;
}



.dw-exit .dw-exit__gruppen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin: 0 0 26px;
}

.dw-exit .dw-exit__gruppe {
  border: 1px solid var(--dw-mist-soft);
  border-radius: var(--dw-radius);
  background: var(--dw-white);
  padding: 20px 22px 22px;
  min-width: 0;
  
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dw-exit .dw-exit__gruppe-kopf {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dw-exit .dw-exit__gruppe-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dw-white);
}

.dw-exit .dw-exit__gruppe-icon svg {
  width: 19px;
  height: 19px;
}


.dw-exit .dw-exit__gruppe-icon--person {
  background: var(--dw-blue);
}

.dw-exit .dw-exit__gruppe-icon--holding {
  background: var(--dw-midnight);
}

.dw-exit .dw-exit__gruppe-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dw-exit .dw-exit__gruppe-titel {
  font-size: 15px;
  font-weight: 600;
  color: var(--dw-midnight);
  line-height: 1.3;
}

.dw-exit .dw-exit__gruppe-wirkung {
  font-size: 12px;
  color: var(--dw-muted);
  line-height: 1.4;
}


.dw-exit .dw-exit__gruppe .dw-exit__feld--breit {
  grid-column: auto;
}

.dw-exit .dw-exit__gruppe-fuss {
  margin: 0;
  padding: 10px 12px;
}

.dw-exit .dw-exit__gruppe-fuss p {
  margin: 0;
  font-size: 12.5px;
}


.dw-exit .dw-exit__abgeleitet {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 6px 0 0;
  font-size: 12.5px;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__abgeleitet b {
  font-family: var(--dw-mono);
  font-weight: 600;
  color: var(--dw-midnight);
  font-variant-numeric: tabular-nums;
}



.dw-exit .dw-exit__rwvorbehalte {
  border-left: 3px solid var(--dw-blue);
  background: var(--dw-cool-mist);
  border-radius: 0 var(--dw-radius) var(--dw-radius) 0;
  padding: 14px 16px;
  margin: 18px 0 0;
}

.dw-exit .dw-exit__rwvorbehalte-titel {
  font-family: var(--dw-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--dw-midnight);
  margin: 0 0 10px;
}

.dw-exit .dw-exit__rwvorbehalt {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--dw-muted);
  margin: 0 0 9px;
}

.dw-exit .dw-exit__rwvorbehalt:last-child {
  margin-bottom: 0;
}

.dw-exit .dw-exit__rwvorbehalt b {
  color: var(--dw-midnight);
  font-weight: 600;
}


.dw-exit .dw-exit__zellsatz {
  display: block;
  font-size: 11.5px;
  font-weight: 400;
  color: var(--dw-muted);
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
}




.dw-exit .dw-exit__verdikt {
  background: var(--dw-midnight);
  border-radius: 10px;
  padding: 30px 32px 28px;
  margin: 0 0 30px;
}

.dw-exit .dw-exit__verdikt-kopf {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 16px;
}

.dw-exit .dw-exit__verdikt-strich {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, .55);
  display: block;
  flex: none;
}

.dw-exit .dw-exit__verdikt-satz {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.02em;
  color: var(--dw-white);
}


.dw-exit .dw-exit__verdikt-akzent {
  color: var(--dw-blue-light);
}

.dw-exit .dw-exit__verdikt-sub {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .75);
  max-width: 62ch;
}

.dw-exit .dw-exit__abschnittskopf {
  margin: 0 0 16px;
}

.dw-exit .dw-exit__abschnittskopf .dw-exit__h3 {
  margin-bottom: 4px;
}



.dw-exit .dw-exit__wege {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 26px;
}

.dw-exit .dw-exit__weg {
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  background: var(--dw-white);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dw-exit .dw-exit__weg--vorteil {
  border-color: var(--dw-blue);
}

.dw-exit .dw-exit__weg-kopf {
  padding: 16px 18px 14px;
  border-bottom: 1px solid var(--dw-mist-soft);
}

.dw-exit .dw-exit__weg-titelzeile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dw-exit .dw-exit__weg-titel {
  font-size: 15px;
  font-weight: 600;
  color: var(--dw-midnight);
  letter-spacing: -.01em;
}

.dw-exit .dw-exit__weg-marke {
  flex: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dw-blue);
  background: var(--dw-blue-tint);
  border: 1px solid var(--dw-blue);
  border-radius: 999px;
  padding: 3px 10px;
}

.dw-exit .dw-exit__weg-unter {
  display: block;
  font-size: 12.5px;
  color: var(--dw-muted);
  margin-top: 4px;
}

.dw-exit .dw-exit__weg-koerper {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.dw-exit .dw-exit__weg-fuss {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--dw-mist-soft);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}


.dw-exit .dw-exit__weg-pfeil {
  font-family: var(--dw-mono);
  font-size: 13px;
  line-height: 1.6;
  flex: none;
}

.dw-exit .dw-exit__weg-pfeil--gut,
.dw-exit .dw-exit__weg-delta--gut { color: var(--dw-success); }

.dw-exit .dw-exit__weg-pfeil--schlecht,
.dw-exit .dw-exit__weg-delta--schlecht { color: var(--dw-error); }

.dw-exit .dw-exit__weg-delta {
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.dw-exit .dw-exit__weg-note {
  font-size: 12.5px;
  color: var(--dw-muted);
  margin-top: 3px;
  line-height: 1.5;
}



.dw-exit .dw-exit__balken-kopf {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
}

.dw-exit .dw-exit__balken-label {
  font-size: 13px;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__balken-wert {
  font-family: var(--dw-mono);
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--dw-midnight);
}

.dw-exit .dw-exit__balken-spur {
  height: 9px;
  background: var(--dw-mist-soft);
  border-radius: 2px;
  overflow: hidden;
}

.dw-exit .dw-exit__balken-fuellung {
  height: 100%;
  background: var(--dw-muted);
}

.dw-exit .dw-exit__balken-fuellung--hervor {
  background: var(--dw-blue);
}



.dw-exit .dw-exit__achse {
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  background: var(--dw-cool-mist);
  padding: 18px 22px 20px;
  margin: 0 0 26px;
}

.dw-exit .dw-exit__achse-kopf {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.dw-exit .dw-exit__achse-titel {
  font-family: var(--dw-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__achse-kipptext {
  font-size: 13px;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__achse-kippwert {
  color: var(--dw-midnight);
  font-family: var(--dw-mono);
  font-variant-numeric: tabular-nums;
}



.dw-exit .dw-exit__achse-beschriftung,
.dw-exit .dw-exit__achse-band,
.dw-exit .dw-exit__achse-skala {
  margin-left: 14px;
  margin-right: 14px;
}


.dw-exit .dw-exit__achse-beschriftung {
  position: relative;
  height: 42px;
}


.dw-exit .dw-exit__achse-beschriftung--unten {
  height: 38px;
  margin-top: 8px;
}


.dw-exit .dw-exit__achse-b {
  position: absolute;
  top: 0;
  white-space: nowrap;
  font-family: var(--dw-mono);
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.dw-exit .dw-exit__achse-b--mitte  { transform: translateX(-50%); text-align: center; }
.dw-exit .dw-exit__achse-b--links  { transform: none; text-align: left; }
.dw-exit .dw-exit__achse-b--rechts { transform: translateX(-100%); text-align: right; }

.dw-exit .dw-exit__achse-blabel {
  display: block;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-style: normal;
}

.dw-exit .dw-exit__achse-b--kipp { color: var(--dw-warn-text); }
.dw-exit .dw-exit__achse-b--satz { color: var(--dw-midnight); }

.dw-exit .dw-exit__achse-band {
  position: relative;
  height: 8px;
  background: var(--dw-mist);
  border-radius: 999px;
}

.dw-exit .dw-exit__achse-oben {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dw-blue);
  border-radius: 0 999px 999px 0;
}

.dw-exit .dw-exit__achse-marke {
  position: absolute;
  top: -5px;
  width: 2px;
  height: 18px;
  margin-left: -1px;
}

.dw-exit .dw-exit__achse-marke--kipp { background: var(--dw-warn); }
.dw-exit .dw-exit__achse-marke--satz { background: var(--dw-midnight); }

.dw-exit .dw-exit__achse-skala {
  position: relative;
  height: 18px;
  font-family: var(--dw-mono);
  font-size: 11px;
  color: var(--dw-muted);
  font-variant-numeric: tabular-nums;
  margin-top: 4px;
}

.dw-exit .dw-exit__achse-skala span {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.dw-exit .dw-exit__achse-zonen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.dw-exit .dw-exit__achse-zone {
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 12.5px;
  line-height: 1.5;
}

.dw-exit .dw-exit__achse-zone--unter {
  background: var(--dw-error-tint);
  color: var(--dw-error);
}

.dw-exit .dw-exit__achse-zone--ueber {
  background: var(--dw-success-tint);
  color: var(--dw-success);
}

.dw-exit .dw-exit__achse-fuss {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: var(--dw-muted);
}



.dw-exit .dw-exit__lasten {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 26px;
}

.dw-exit .dw-exit__last {
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  background: var(--dw-white);
  padding: 16px 18px 18px;
  min-width: 0;
}

.dw-exit .dw-exit__last--hervor {
  border-color: var(--dw-blue);
  background: var(--dw-blue-tint);
}

.dw-exit .dw-exit__last-label {
  display: block;
  font-family: var(--dw-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--dw-muted);
  line-height: 1.5;
}

.dw-exit .dw-exit__last--hervor .dw-exit__last-label {
  color: var(--dw-blue);
}

.dw-exit .dw-exit__last-wert {
  display: block;
  font-family: var(--dw-mono);
  font-size: 24px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--dw-midnight);
  margin: 10px 0 8px;
}

.dw-exit .dw-exit__last-note {
  display: block;
  font-size: 12.5px;
  color: var(--dw-muted);
  line-height: 1.5;
}



.dw-exit .dw-exit__kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 26px;
}

.dw-exit .dw-exit__kpi {
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  padding: 14px 16px;
  background: var(--dw-white);
}

.dw-exit .dw-exit__kpi--holding {
  background: var(--dw-blue-tint);
  border-color: rgba(0, 147, 255, .3);
}


.dw-exit .dw-exit__kpi--bestes {
  background: var(--dw-midnight);
  border-color: var(--dw-midnight);
}

.dw-exit .dw-exit__kpi-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin-bottom: 0;
  flex: 0 0 auto;
}

.dw-exit .dw-exit__kpi--bestes .dw-exit__kpi-label {
  color: #93B8DC;
}

.dw-exit .dw-exit__kpi-wert {
  display: block;
  font-family: var(--dw-mono);
  font-variant-numeric: tabular-nums;
  font-size: 20px;
  font-weight: 500;
  color: var(--dw-midnight);
  margin-bottom: 4px;
}

.dw-exit .dw-exit__kpi--bestes .dw-exit__kpi-wert {
  color: #fff;
}

.dw-exit .dw-exit__kpi-text {
  display: block;
  font-size: 11.5px;
  color: var(--dw-muted);
  line-height: 1.45;
}

.dw-exit .dw-exit__kpi--bestes .dw-exit__kpi-text {
  color: #C6D3E2;
}



.dw-exit .dw-exit__ergebniskopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.dw-exit .dw-exit__tablewrap {
  border: 1px solid var(--dw-mist-soft);
  border-radius: var(--dw-radius);
  overflow: hidden;
  margin: 0 0 20px;
}

.dw-exit .dw-exit__ctab {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.dw-exit .dw-exit__caption {
  text-align: left;
  padding: 13px 16px;
  background: var(--dw-cool-mist);
  border-bottom: 1px solid var(--dw-mist-soft);
  font-weight: 600;
  color: var(--dw-midnight);
  font-size: 13.5px;
}

.dw-exit .dw-exit__ctab thead th {
  background: var(--dw-white);
  border-bottom: 1px solid var(--dw-mist);
  padding: 10px 16px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dw-muted);
}

.dw-exit .dw-exit__ctab th.num,
.dw-exit .dw-exit__ctab td.num {
  text-align: right;
  font-family: var(--dw-mono);
  font-variant-numeric: tabular-nums;
}

.dw-exit .dw-exit__ctab thead th.num {
  font-family: var(--dw-font);
}

.dw-exit .dw-exit__th-zusatz {
  display: block;
  font-weight: 400;
  font-size: 9.5px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--dw-muted);
  margin-top: 2px;
}

.dw-exit .dw-exit__ctab tbody th {
  text-align: left;
  font-weight: 400;
  color: var(--dw-body);
  padding: 11px 16px;
}

.dw-exit .dw-exit__ctab tbody td {
  padding: 11px 16px;
  color: var(--dw-midnight);
}

.dw-exit .dw-exit__ctab tbody tr + tr th,
.dw-exit .dw-exit__ctab tbody tr + tr td {
  border-top: 1px solid var(--dw-mist-soft);
}

.dw-exit .dw-exit__row--subsum th,
.dw-exit .dw-exit__row--subsum td {
  background: var(--dw-cool-mist);
  font-weight: 600;
  color: var(--dw-midnight);
}



.dw-exit .dw-exit__ctab .dw-exit__row--sum th,
.dw-exit .dw-exit__ctab .dw-exit__row--sum td {
  background: var(--dw-midnight);
  font-weight: 600;
  color: var(--dw-white);
}


.dw-exit .dw-exit td.pos { color: var(--dw-success); }
.dw-exit .dw-exit td.neg { color: var(--dw-error); }


.dw-exit .dw-exit__ctab .dw-exit__row--sum td.pos { color: var(--dw-success-on-dark); }
.dw-exit .dw-exit__ctab .dw-exit__row--sum td.neg { color: var(--dw-error-on-dark); }

.dw-exit .dw-exit__ctab .dw-exit__row--sum .dw-exit__zellsatz {
  color: rgba(255, 255, 255, .72);
}

.dw-exit .dw-exit__na {
  color: var(--dw-muted);
}


.dw-exit .dw-exit__delta-abs,
.dw-exit .dw-exit__delta-pct {
  display: block;
  line-height: 1.35;
}

.dw-exit .dw-exit__delta-pct {
  font-size: 11.5px;
  opacity: .8;
}

.dw-exit .dw-exit__pos {
  color: var(--dw-success);
}

.dw-exit .dw-exit__neg {
  color: var(--dw-error);
}

.dw-exit .dw-exit__tabellenhinweis {
  font-size: 13px;
  color: var(--dw-muted);
  margin: 0 0 12px;
  max-width: 72ch;
}

.dw-exit .dw-exit__fussnoten {
  margin: -8px 0 20px;
}

.dw-exit .dw-exit__fussnoten p {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--dw-muted);
}


.dw-exit .dw-exit__zeitbezug {
  background: var(--dw-warn-tint);
  border: 1px solid var(--dw-warn-border);
  border-left: 3px solid var(--dw-warn);
  border-radius: var(--dw-radius) var(--dw-radius) 0 0;
  border-bottom: none;
  padding: 10px 16px;
  margin: 0;
  font-size: 13px;
  color: var(--dw-warn-text);
  font-weight: 500;
}

.dw-exit .dw-exit__zeitbezug + .dw-exit__tablewrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.dw-exit .dw-exit__einordnung {
  background: var(--dw-cool-mist);
  border-left: 3px solid var(--dw-blue);
  border-radius: 0 var(--dw-radius) var(--dw-radius) 0;
  padding: 16px 20px;
  margin: 0 0 24px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--dw-body);
}

.dw-exit .dw-exit__einordnung p {
  margin: 0 0 10px;
}

.dw-exit .dw-exit__einordnung p:last-child {
  margin-bottom: 0;
}


.dw-exit .dw-exit__ungueltig {
  background: var(--dw-error-tint);
  border: 1px solid rgba(185, 56, 74, .3);
  border-left: 3px solid var(--dw-error);
  border-radius: var(--dw-radius);
  padding: 12px 16px;
  margin: 0 0 18px;
  color: var(--dw-error);
  font-weight: 500;
  font-size: 13.5px;
}

.dw-exit .dw-exit__result--veraltet .dw-exit__tablewrap,
.dw-exit .dw-exit__result--veraltet .dw-exit__kpis {
  opacity: .5;
}

.dw-exit .dw-exit__placeholder {
  color: var(--dw-muted);
  font-size: 13.5px;
}



.dw-exit .dw-exit__report {
  border: 1px solid var(--dw-mist);
  border-radius: var(--dw-radius);
  padding: 20px 22px;
  margin: 0 0 20px;
}

.dw-exit .dw-exit__report-zeile {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 14px 0 12px;
}

.dw-exit .dw-exit__report-zeile input[type="email"] {
  flex: 1;
  min-width: 220px;
  max-width: 320px;
}

.dw-exit .dw-exit__consent--klein label {
  font-size: 12.5px;
}


.dw-exit .dw-exit__cta {
  background: var(--dw-midnight);
  border-radius: var(--dw-radius);
  padding: 22px 24px;
  color: #fff;
}

.dw-exit .dw-exit__cta h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}

.dw-exit .dw-exit__cta p {
  color: #C6D3E2;
  font-size: 13.5px;
  margin: 0 0 14px;
}




@container dwmain (max-width: 620px) {
  
  .dw-exit .dw-exit__wege,
  .dw-exit .dw-exit__lasten,
  .dw-exit .dw-exit__achse-zonen {
    grid-template-columns: minmax(0, 1fr);
  }

  
  .dw-exit .dw-exit__achse-skala span:nth-child(even) {
    display: none;
  }

  .dw-exit .dw-exit__achse {
    padding: 16px 14px 18px;
  }

  .dw-exit .dw-exit__verdikt {
    padding: 22px 20px 20px;
  }

  .dw-exit .dw-exit__verdikt-satz {
    font-size: 21px;
  }

  
  .dw-exit .dw-exit__gruppen {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }


  
  .dw-exit .dw-exit__ctab {
    font-size: 12.5px;
  }

  .dw-exit .dw-exit__ctab tbody th,
  .dw-exit .dw-exit__ctab tbody td,
  .dw-exit .dw-exit__ctab thead th {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 760px) {
  
  .dw-exit .dw-exit__gruppen {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }


  
  .dw-exit .dw-exit__ctab {
    font-size: 12.5px;
  }

  .dw-exit .dw-exit__ctab tbody th,
  .dw-exit .dw-exit__ctab tbody td,
  .dw-exit .dw-exit__ctab thead th {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@container dwmain (max-width: 430px) {
  
  .dw-exit .dw-exit__ctab,
  .dw-exit .dw-exit__ctab thead,
  .dw-exit .dw-exit__ctab tbody,
  .dw-exit .dw-exit__ctab tr,
  .dw-exit .dw-exit__ctab th,
  .dw-exit .dw-exit__ctab td {
    display: block;
  }

  .dw-exit .dw-exit__ctab thead {
    position: absolute;
    left: -9999px;
  }

  
  .dw-exit .dw-exit__ctab tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 12px;
    border-bottom: 1px solid var(--dw-mist-soft);
    padding: 4px 12px 8px;
  }

  .dw-exit .dw-exit__ctab tbody tr + tr th,
  .dw-exit .dw-exit__ctab tbody tr + tr td {
    border-top: none;
  }

  
  .dw-exit .dw-exit__ctab tbody th {
    grid-column: 1 / -1;
    font-weight: 600;
    color: var(--dw-midnight);
    padding: 8px 0 6px;
  }

  .dw-exit .dw-exit__ctab tbody td {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    text-align: left;
  }

  
  .dw-exit .dw-exit__ctab tbody td:nth-of-type(3) {
    grid-column: 1 / -1;
    margin-top: 6px;
  }

  .dw-exit .dw-exit__ctab tbody td::before {
    content: attr(data-label);
    font-family: var(--dw-font);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dw-muted);
  }

  .dw-exit .dw-exit__ctab td:empty {
    display: none;
  }
}

@media (max-width: 560px) {
  
  .dw-exit .dw-exit__ctab,
  .dw-exit .dw-exit__ctab thead,
  .dw-exit .dw-exit__ctab tbody,
  .dw-exit .dw-exit__ctab tr,
  .dw-exit .dw-exit__ctab th,
  .dw-exit .dw-exit__ctab td {
    display: block;
  }

  .dw-exit .dw-exit__ctab thead {
    position: absolute;
    left: -9999px;
  }

  
  .dw-exit .dw-exit__ctab tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 12px;
    border-bottom: 1px solid var(--dw-mist-soft);
    padding: 4px 12px 8px;
  }

  .dw-exit .dw-exit__ctab tbody tr + tr th,
  .dw-exit .dw-exit__ctab tbody tr + tr td {
    border-top: none;
  }

  
  .dw-exit .dw-exit__ctab tbody th {
    grid-column: 1 / -1;
    font-weight: 600;
    color: var(--dw-midnight);
    padding: 8px 0 6px;
  }

  .dw-exit .dw-exit__ctab tbody td {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    text-align: left;
  }

  
  .dw-exit .dw-exit__ctab tbody td:nth-of-type(3) {
    grid-column: 1 / -1;
    margin-top: 6px;
  }

  .dw-exit .dw-exit__ctab tbody td::before {
    content: attr(data-label);
    font-family: var(--dw-font);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dw-muted);
  }

  .dw-exit .dw-exit__ctab td:empty {
    display: none;
  }
}

@container dwmain (max-width: 760px) {
  .dw-exit .dw-exit__kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container dwmain (max-width: 420px) {
  .dw-exit .dw-exit__kpis {
    grid-template-columns: minmax(0, 1fr);
  }

  .dw-exit .dw-exit__rwkennzahlen {
    grid-template-columns: minmax(0, 1fr);
  }

  .dw-exit .dw-exit__rwtab-zusatz {
    display: block;
    margin-left: 14px;
  }

  .dw-exit .dw-exit__rwkennzahlen {
    grid-template-columns: minmax(0, 1fr);
  }

  .dw-exit .dw-exit__rwtab-zusatz {
    display: block;
    margin-left: 14px;
  }
}

@container dwexit (max-width: 900px) {
  
  .dw-exit .dw-exit__shell {
    --dw-sidebar: 232px;
  }

  .dw-exit .dw-exit__main {
    padding: 26px 22px 26px;
  }

  .dw-exit .dw-exit__sidebar {
    padding: 20px 12px;
    gap: 16px;
  }

  .dw-exit .dw-exit__raster {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  
  .dw-exit .dw-exit__shell {
    --dw-sidebar: 232px;
  }

  .dw-exit .dw-exit__main {
    padding: 26px 22px 26px;
  }

  .dw-exit .dw-exit__sidebar {
    padding: 20px 12px;
    gap: 16px;
  }

  .dw-exit .dw-exit__raster {
    grid-template-columns: minmax(0, 1fr);
  }
}

@container dwexit (max-width: 760px) {
  
  .dw-exit .dw-exit__shell {
    --dw-sidebar: 200px;
  }

  .dw-exit .dw-exit__main {
    padding: 22px 16px 24px;
  }

  .dw-exit .dw-exit__sidebar {
    padding: 16px 10px;
    gap: 12px;
  }

  .dw-exit .dw-exit__nav-item {
    padding: 8px 8px;
    font-size: 12.5px;
  }

  .dw-exit .dw-exit__nav-marke {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .dw-exit .dw-exit__nav-pille,
  .dw-exit .dw-exit__gemeinde-jahr {
    display: none;
  }
}

@media (max-width: 760px) {
  
  .dw-exit .dw-exit__shell {
    --dw-sidebar: 200px;
  }

  .dw-exit .dw-exit__main {
    padding: 22px 16px 24px;
  }

  .dw-exit .dw-exit__sidebar {
    padding: 16px 10px;
    gap: 12px;
  }

  .dw-exit .dw-exit__nav-item {
    padding: 8px 8px;
    font-size: 12.5px;
  }

  .dw-exit .dw-exit__nav-marke {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .dw-exit .dw-exit__nav-pille,
  .dw-exit .dw-exit__gemeinde-jahr {
    display: none;
  }
}

@container dwexit (max-width: 700px) {
  .dw-exit .dw-exit__kpis {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .dw-exit .dw-exit__kpis {
    grid-template-columns: minmax(0, 1fr);
  }
}

@container dwexit (max-width: 520px) {
  
  .dw-exit .dw-exit__shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .dw-exit .dw-exit__sidebar {
    border-right: none;
    border-bottom: 1px solid var(--dw-mist-soft);
    padding: 12px 16px;
    gap: 10px;
    
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .dw-exit .dw-exit__nav,
  .dw-exit .dw-exit__nav-titel,
  .dw-exit .dw-exit__simkarte {
    display: none;
  }

  
  .dw-exit .dw-exit__sidebar[data-leer="1"] {
    display: none;
  }

  .dw-exit .dw-exit__nav-fuss {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    order: -1;
  }

  .dw-exit .dw-exit__main {
    padding: 24px 18px 28px;
  }

  
  .dw-exit.dw-exit input[type="text"],
  .dw-exit.dw-exit input[type="email"],
  .dw-exit.dw-exit input[type="date"],
  .dw-exit.dw-exit select {
    min-height: 48px;
    font-size: 16px; 
  }

  .dw-exit .dw-exit__segment button {
    min-height: 48px;
  }

}

@media (max-width: 520px) {
  
  .dw-exit .dw-exit__shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .dw-exit .dw-exit__sidebar {
    border-right: none;
    border-bottom: 1px solid var(--dw-mist-soft);
    padding: 12px 16px;
    gap: 10px;
    
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .dw-exit .dw-exit__nav,
  .dw-exit .dw-exit__nav-titel,
  .dw-exit .dw-exit__simkarte {
    display: none;
  }

  
  .dw-exit .dw-exit__sidebar[data-leer="1"] {
    display: none;
  }

  .dw-exit .dw-exit__nav-fuss {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    order: -1;
  }

  .dw-exit .dw-exit__main {
    padding: 24px 18px 28px;
  }

  
  .dw-exit.dw-exit input[type="text"],
  .dw-exit.dw-exit input[type="email"],
  .dw-exit.dw-exit input[type="date"],
  .dw-exit.dw-exit select {
    min-height: 48px;
    font-size: 16px; 
  }

  .dw-exit .dw-exit__segment button {
    min-height: 48px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .dw-exit * {
    transition: none !important;
  }
}
