/**
 * @file
 * Vertical Tabs — nur CNS-Platzhalter (.CNS-*), Migration aus Bootstrap vertical-tabs.scss.
 *
 * @version 2026-04-15 Europe/Berlin
 */

.cns-706c8a4 {
  margin: 0;
  border: 1px solid #dee2e6;
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
}

[dir="rtl"] .cns-706c8a4 {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}

.cns-706c8a4 .cns-e363017 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 15em;
  margin: -1px 0 -1px;
  padding: 0;
  border-top: 1px solid #dee2e6;
  list-style: none;
}

[dir="rtl"] .cns-706c8a4 .cns-e363017 {
  margin-left: 0;
  margin-right: -15em;
  padding: 0;
}

.cns-706c8a4 .cns-ecbcafb {
  margin: 0;
  border: 0;
}

.cns-706c8a4 .cns-ecbcafb label {
  font-weight: bold;
}

.cns-706c8a4 .cns-ecbcafb > summary {
  display: none;
}

.cns-706c8a4 .cns-04aee2a {
  border: 1px solid #dee2e6;
  border-top: 0;
  background: #eee;
}

.cns-706c8a4 .cns-04aee2a a {
  display: block;
  padding: 0.5em 0.6em;
  text-decoration: none;
}

.cns-706c8a4 .cns-04aee2a a:focus .cns-691fa7d,
.cns-706c8a4 .cns-04aee2a a:active .cns-691fa7d,
.cns-706c8a4 .cns-04aee2a a:hover .cns-691fa7d {
  text-decoration: underline;
}

.cns-706c8a4 .cns-04aee2a a:hover {
  outline: 1px dotted;
}

.cns-706c8a4 .cns-04aee2a.cns-ea56f0c {
  border-right-width: 0;
  background-color: #fff;
}

[dir="rtl"] .cns-706c8a4 .cns-04aee2a.cns-ea56f0c {
  border-left-width: 0;
  border-right-width: 1px;
}

.cns-706c8a4
  .cns-04aee2a.cns-ea56f0c
  .cns-691fa7d {
  color: #000;
}

.cns-706c8a4 .cns-5a4a6f6 {
  display: block;
  margin-bottom: 0;
  line-height: normal;
}

/* Pflicht-Markierung am Tab-Titel ohne literale .form-required (CNS + data-*) */
.cns-706c8a4
  .cns-691fa7d[data-cns-c366e25="1"]::after {
  content: '*';
  color: var(--bs-danger, #c00);
  font-weight: 700;
  margin-inline-start: 0.15em;
  font-size: 1.05em;
  line-height: 1;
}
