/* ============================================================
   QUELLE: 10_buch_fx_wertmeter_deckung_260526_260527.css
   ============================================================ */

/* VERO BUCH ZUSAMMENLEGUNG 260526 START */
body.veroCalm .buchUnifiedScroll {
  max-height: 520px;
  overflow: auto;
}

body.veroCalm .buchUnifiedTable th,
body.veroCalm .buchUnifiedTable td {
  white-space: nowrap;
}

body.veroCalm .buchUnifiedTable .buchMainRow td {
  vertical-align: middle;
}

body.veroCalm .buchDetailRow td {
  background: rgba(255,255,255,.34);
  border-top: 0;
  padding: 14px 12px 16px;
}

.buchDetailBox {
  display: grid;
  gap: 12px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
}

.buchDetailBox details {
  padding-top: 4px;
}

.buchMiniGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.buchMiniGrid > div {
  border: 1px solid rgba(37,29,19,.10);
  border-radius: 14px;
  padding: 9px 10px;
  background: rgba(255,255,255,.42);
}

.buchMiniGrid strong,
.buchMiniGrid span {
  display: block;
}

.buchMiniGrid span {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 820px) {
  body.veroCalm .buchUnifiedTable th:nth-child(1),
  body.veroCalm .buchUnifiedTable td:nth-child(1),
  body.veroCalm .buchUnifiedTable th:nth-child(5),
  body.veroCalm .buchUnifiedTable td:nth-child(5),
  body.veroCalm .buchUnifiedTable th:nth-child(7),
  body.veroCalm .buchUnifiedTable td:nth-child(7) {
    display: none;
  }

  .buchMiniGrid {
    grid-template-columns: 1fr;
  }
}
/* VERO BUCH ZUSAMMENLEGUNG 260526 ENDE */

/* VERO BUCH DETAILS HANDY FIX 260526 START */
@media (max-width: 820px) {
  body.veroCalm .buchUnifiedTable .buchDetailRow td {
    display: table-cell !important;
    white-space: normal;
  }
}
/* VERO BUCH DETAILS HANDY FIX 260526 ENDE */

/* VERO BUCH HANDY ZEIT SICHTBAR 260526 START */
@media (max-width: 820px) {
  body.veroCalm .buchUnifiedTable th:nth-child(1),
  body.veroCalm .buchUnifiedTable td:nth-child(1) {
    display: table-cell !important;
  }

  body.veroCalm .buchUnifiedTable .buchDetailRow td {
    display: table-cell !important;
    white-space: normal;
  }
}
/* VERO BUCH HANDY ZEIT SICHTBAR 260526 ENDE */








/* VERO FX EINZELWAEHRUNG UND ACHSE 260526 START */
.fxPill {
  appearance: none;
  border: 1px solid rgba(37,29,19,.10);
  background: rgba(255,255,255,.38);
  cursor: pointer;
}

.fxPill.active {
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 22px rgba(37,29,19,.08);
}
/* VERO FX EINZELWAEHRUNG UND ACHSE 260526 ENDE */




/* VERO BUCH DETAILS HANDY SCHRIFT KLEINER 260527 START */
@media (max-width: 820px) {
  #view-buch .buchDetailRow td {
    padding: 8px 8px 10px !important;
  }

  #view-buch .buchDetailBox {
    gap: 8px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  #view-buch .buchDetailBox strong {
    font-size: 11.5px;
    line-height: 1.2;
  }

  #view-buch .buchDetailBox details,
  #view-buch .buchDetailBox summary,
  #view-buch .buchDetailBox pre {
    font-size: 10.5px;
    line-height: 1.2;
  }

  #view-buch .buchMiniGrid {
    gap: 6px;
  }

  #view-buch .buchMiniGrid > div {
    padding: 7px 8px;
    border-radius: 12px;
  }

  #view-buch .buchMiniGrid span {
    font-size: 10.5px;
    line-height: 1.15;
  }
}
/* VERO BUCH DETAILS HANDY SCHRIFT KLEINER 260527 ENDE */

/* VERO BUCH DETAILS HANDY TEXT KLEINER FIX 260527 START */
@media (max-width: 820px) {
  body.veroCalm #ledgerTabelle .buchDetailRow td,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailRow td {
    padding: 7px 7px 9px !important;
    white-space: normal !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox {
    gap: 6px !important;
    font-size: 10.5px !important;
    line-height: 1.18 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox > div,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox > div {
    font-size: 10.5px !important;
    line-height: 1.18 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox strong,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox strong {
    font-size: 10.5px !important;
    line-height: 1.16 !important;
    font-weight: 680 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox br,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox br {
    line-height: 1.05 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox details,
  body.veroCalm #ledgerTabelle .buchDetailBox summary,
  body.veroCalm #ledgerTabelle .buchDetailBox pre,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox details,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox summary,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox pre {
    font-size: 10px !important;
    line-height: 1.15 !important;
  }
}
/* VERO BUCH DETAILS HANDY TEXT KLEINER FIX 260527 ENDE */

/* VERO BUCH DETAILS HANDY TEXT NOCH KLEINER JSON GROESSER 260527 START */
@media (max-width: 820px) {
  body.veroCalm #ledgerTabelle .buchDetailBox,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox {
    gap: 5px !important;
    font-size: 9px !important;
    line-height: 1.12 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox > div,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox > div {
    font-size: 9px !important;
    line-height: 1.12 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox > div strong,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox > div strong {
    font-size: 9.2px !important;
    line-height: 1.12 !important;
    font-weight: 660 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailRow td,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailRow td {
    padding: 6px 7px 8px !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox summary,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox summary {
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 650 !important;
    padding-top: 2px !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox details,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox details {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox pre,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox pre {
    font-size: 9px !important;
    line-height: 1.15 !important;
  }
}
/* VERO BUCH DETAILS HANDY TEXT NOCH KLEINER JSON GROESSER 260527 ENDE */

/* VERO BUCH DETAILS HANDY KOMPAKT FINAL 260527 START */
@media (max-width: 820px) {
  body.veroCalm #ledgerTabelle .buchDetailRow td,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailRow td {
    padding: 5px 6px 7px !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox {
    gap: 4px !important;
    font-size: 8px !important;
    line-height: 1.08 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox > div,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox > div {
    font-size: 8px !important;
    line-height: 1.08 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox > div strong,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox > div strong {
    font-size: 8.2px !important;
    line-height: 1.08 !important;
    font-weight: 650 !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox details,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox details {
    font-size: 8.5px !important;
    line-height: 1.1 !important;
    padding-top: 1px !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox summary,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox summary {
    font-size: 8.8px !important;
    line-height: 1.1 !important;
    font-weight: 620 !important;
    padding-top: 1px !important;
  }

  body.veroCalm #ledgerTabelle .buchDetailBox pre,
  body.uiRedesignStep2 #ledgerTabelle .buchDetailBox pre {
    font-size: 7.5px !important;
    line-height: 1.1 !important;
  }

  body.veroCalm #ledgerTabelle .buchMiniGrid,
  body.uiRedesignStep2 #ledgerTabelle .buchMiniGrid {
    gap: 4px !important;
  }

  body.veroCalm #ledgerTabelle .buchMiniGrid > div,
  body.uiRedesignStep2 #ledgerTabelle .buchMiniGrid > div {
    padding: 5px 6px !important;
    border-radius: 10px !important;
  }

  body.veroCalm #ledgerTabelle .buchMiniGrid strong,
  body.uiRedesignStep2 #ledgerTabelle .buchMiniGrid strong,
  body.veroCalm #ledgerTabelle .buchMiniGrid span,
  body.uiRedesignStep2 #ledgerTabelle .buchMiniGrid span {
    font-size: 7.8px !important;
    line-height: 1.08 !important;
  }
}
/* VERO BUCH DETAILS HANDY KOMPAKT FINAL 260527 ENDE */


/* VERO WERTANKER IN KOPFZEILE 260527 START */
body.uiRedesignStep2 .wertHeaderAnchorText {
  display: inline-block !important;
  max-width: 620px !important;
  font-size: clamp(11px, 1.05vw, 14px) !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  color: rgba(238, 225, 195, 0.72) !important;
  white-space: normal !important;
  transform: translateY(2px) !important;
}

body.uiRedesignStep2 #view-wertmeter > .heroGrid {
  display: none !important;
}

@media (max-width: 700px) {
  body.uiRedesignStep2 .wertHeaderTitle {
    flex-wrap: wrap !important;
    white-space: normal !important;
    row-gap: 2px !important;
  }

  body.uiRedesignStep2 .wertHeaderAnchorText {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    transform: none !important;
  }
}
/* VERO WERTANKER IN KOPFZEILE 260527 ENDE */

/* VERO WERTANKER HANDY INLINE 260527 START */
@media (max-width: 700px) {
  body.uiRedesignStep2 .wertHeaderTitle {
    flex-wrap: nowrap !important;
    align-items: center !important;
    column-gap: 7px !important;
  }

  body.uiRedesignStep2 .wertHeaderAnchorText {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    display: inline-block !important;
    font-size: 10.5px !important;
    line-height: 1.15 !important;
    transform: none !important;
  }
}
/* VERO WERTANKER HANDY INLINE 260527 ENDE */

/* VERO WERTMETER BANKNOTE INDEX FX LAYOUT 260527 START */
@media (min-width: 1181px) {
  body.uiRedesignStep2 #view-wertmeter.active {
    display: grid !important;
    grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr) !important;
    grid-auto-rows: auto !important;
    align-items: start !important;
    column-gap: 18px !important;
    row-gap: 18px !important;
  }

  body.uiRedesignStep2 #view-wertmeter > .veroBanknoteCard {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.uiRedesignStep2 #view-wertmeter > .indexChartCard {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  body.uiRedesignStep2 #view-wertmeter > .fxChartCard {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
  }
}

@media (max-width: 1180px) {
  body.uiRedesignStep2 #view-wertmeter.active {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    row-gap: 14px !important;
  }

  body.uiRedesignStep2 #view-wertmeter > .veroBanknoteCard {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.uiRedesignStep2 #view-wertmeter > .indexChartCard {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  body.uiRedesignStep2 #view-wertmeter > .fxChartCard {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
}
/* VERO WERTMETER BANKNOTE INDEX FX LAYOUT 260527 ENDE */


/* VERO DECKUNG FINAL RING LISTE 260527 START */
body.uiRedesignStep2 #view-tresor > .deckungStep10Card {
  box-sizing: border-box !important;
  padding: 34px 44px 68px 44px !important;
  overflow: visible !important;
}

body.uiRedesignStep2 #view-tresor .deckung10Body {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 28px !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.uiRedesignStep2 #view-tresor .deckung10RingWrap.wertsymbolRingHost,
body.uiRedesignStep2 #view-tresor .deckung10RingWrap {
  flex: 0 0 auto !important;
  align-self: center !important;
  width: 460px !important;
  height: 460px !important;
  max-width: min(460px, calc(100vw - 120px)) !important;
  max-height: min(460px, calc(100vw - 120px)) !important;
  margin: 44px auto 20px auto !important;
  transform: none !important;
  overflow: visible !important;
}

body.uiRedesignStep2 #view-tresor .deckung10Body > *:not(.deckung10RingWrap) {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  box-sizing: border-box !important;
}

body.uiRedesignStep2 #view-tresor .deckung10Listen,
body.uiRedesignStep2 #view-tresor .deckung10Side,
body.uiRedesignStep2 #view-tresor .deckung10Categories {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

body.uiRedesignStep2 #view-tresor .deckung10Categories {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.uiRedesignStep2 #view-tresor .deckung10Category,
body.uiRedesignStep2 #view-tresor .deckung10Cat,
body.uiRedesignStep2 #view-tresor .deckung10Group {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 900px) {
  body.uiRedesignStep2 #view-tresor > .deckungStep10Card {
    padding: 28px 18px 56px 18px !important;
  }

  body.uiRedesignStep2 #view-tresor .deckung10Categories {
    grid-template-columns: 1fr !important;
  }
}
/* VERO DECKUNG FINAL RING LISTE 260527 ENDE */

/* VERO PROZENT LISTEN BLOCK CURSOR SCHRIFT 260527 START */
body.uiRedesignStep2 #view-tresor .deckung10Categories,
body.uiRedesignStep2 #view-tresor .deckung10Category,
body.uiRedesignStep2 #view-tresor .deckung10Cat,
body.uiRedesignStep2 #view-tresor .deckung10Group,
body.uiRedesignStep2 #view-tresor .deckung10Categories summary,
body.uiRedesignStep2 #view-tresor .deckung10Category summary,
body.uiRedesignStep2 #view-tresor .deckung10Cat summary,
body.uiRedesignStep2 #view-tresor .deckung10Group summary,
body.uiRedesignStep2 #view-tresor .deckung10Categories button,
body.uiRedesignStep2 #view-tresor .deckung10Category button,
body.uiRedesignStep2 #view-tresor .deckung10Cat button,
body.uiRedesignStep2 #view-tresor .deckung10Group button {
  cursor: pointer !important;
}

body.uiRedesignStep2 #view-tresor .deckung10Categories details[open],
body.uiRedesignStep2 #view-tresor .deckung10Category details[open],
body.uiRedesignStep2 #view-tresor .deckung10Cat details[open],
body.uiRedesignStep2 #view-tresor .deckung10Group details[open],
body.uiRedesignStep2 #view-tresor .deckung10Categories .detailsOpen,
body.uiRedesignStep2 #view-tresor .deckung10Category .detailsOpen,
body.uiRedesignStep2 #view-tresor .deckung10Cat .detailsOpen,
body.uiRedesignStep2 #view-tresor .deckung10Group .detailsOpen {
  background: rgba(8, 10, 12, 0.78) !important;
}

body.uiRedesignStep2 #view-tresor .deckung10Categories details[open] *,
body.uiRedesignStep2 #view-tresor .deckung10Category details[open] *,
body.uiRedesignStep2 #view-tresor .deckung10Cat details[open] *,
body.uiRedesignStep2 #view-tresor .deckung10Group details[open] *,
body.uiRedesignStep2 #view-tresor .deckung10Categories .detailsOpen *,
body.uiRedesignStep2 #view-tresor .deckung10Category .detailsOpen *,
body.uiRedesignStep2 #view-tresor .deckung10Cat .detailsOpen *,
body.uiRedesignStep2 #view-tresor .deckung10Group .detailsOpen * {
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
}

body.uiRedesignStep2 #view-tresor .deckung10Categories details[open] strong,
body.uiRedesignStep2 #view-tresor .deckung10Category details[open] strong,
body.uiRedesignStep2 #view-tresor .deckung10Cat details[open] strong,
body.uiRedesignStep2 #view-tresor .deckung10Group details[open] strong,
body.uiRedesignStep2 #view-tresor .deckung10Categories .detailsOpen strong,
body.uiRedesignStep2 #view-tresor .deckung10Category .detailsOpen strong,
body.uiRedesignStep2 #view-tresor .deckung10Cat .detailsOpen strong,
body.uiRedesignStep2 #view-tresor .deckung10Group .detailsOpen strong {
  font-size: 11.5px !important;
  font-weight: 500 !important;
}
/* VERO PROZENT LISTEN BLOCK CURSOR SCHRIFT 260527 ENDE */

/* VERO PROZENT LISTEN BLOCK DETAILTEXT FEIN 260527 START */
body.uiRedesignStep2 #view-tresor .deckungAkkDetailGrid {
  padding: 10px 0 12px 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  row-gap: 3px !important;
  background: transparent !important;
  color: rgba(230, 224, 207, 0.72) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  letter-spacing: 0.01em !important;
}

body.uiRedesignStep2 #view-tresor .deckungAkkDetailGrid div {
  display: flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.uiRedesignStep2 #view-tresor .deckungAkkDetailGrid span {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  color: rgba(230, 224, 207, 0.66) !important;
  letter-spacing: 0.01em !important;
}

body.uiRedesignStep2 #view-tresor .deckungAkkDetailGrid strong {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.22 !important;
  color: rgba(238, 225, 195, 0.82) !important;
  letter-spacing: 0.01em !important;
}
/* VERO PROZENT LISTEN BLOCK DETAILTEXT FEIN 260527 ENDE */



/* VERO DECKUNG MOBILE ERDE ABSTAND DEZENT 260527 START */
@media (max-width: 700px) {
  body.uiRedesignStep2 #view-tresor .deckung10RingWrap,
  body.uiRedesignStep2 #view-tresor .deckung10RingWrap.wertsymbolRingHost,
  body.uiRedesignStep2 #view-tresor .step18TresorRingHost {
    width: min(312px, calc(100vw - 70px)) !important;
    height: min(312px, calc(100vw - 70px)) !important;
    margin: 18px auto 10px auto !important;
    overflow: visible !important;
  }

  body.uiRedesignStep2 #view-tresor .deckung10RingWrap .deckung10Ring,
  body.uiRedesignStep2 #view-tresor .deckung10RingWrap.wertsymbolRingHost .deckung10Ring {
    inset: 55px !important;
  }

  body.uiRedesignStep2 #view-tresor .deckung10Ring::before {
    inset: 27px !important;
  }

  body.uiRedesignStep2 #view-tresor .deckung10Ring::after {
    inset: 60px !important;
  }

  body.uiRedesignStep2 #view-tresor .wertSymbolNode,
  body.uiRedesignStep2 #view-tresor .wertSymbolNode.step18TresorRingLabel,
  body.uiRedesignStep2 #view-tresor .ringSubLabel,
  body.uiRedesignStep2 #view-tresor .step18TresorRingLabel {
    width: 48px !important;
    min-width: 48px !important;
    height: 58px !important;
  }

  body.uiRedesignStep2 #view-tresor .wertSymbolNode .wertSymbolImg,
  body.uiRedesignStep2 #view-tresor .wertSymbolNode.step18TresorRingLabel .wertSymbolImg {
    width: 34px !important;
    height: 34px !important;
  }

  body.uiRedesignStep2 #view-tresor .erdeCoreImg {
    width: 36% !important;
    min-width: 66px !important;
    max-width: 106px !important;
  }
}
/* VERO DECKUNG MOBILE ERDE ABSTAND DEZENT 260527 ENDE */


/* VERO STRIPE RUNDUNGEN AUSNAHME 260527 START */

body.uiRedesignStep2 .stripeSimBox {
  border-radius: 22px !important;
}

body.uiRedesignStep2 .stripeSimAmount {
  border-radius: 15px !important;
}

body.uiRedesignStep2 .stripeSimLabel input {
  border-radius: 11px !important;
}

body.uiRedesignStep2 .stripeSimMethods button,
body.uiRedesignStep2 .stripeSimActions button {
  border-radius: 12px !important;
}

/* VERO STRIPE RUNDUNGEN AUSNAHME 260527 ENDE */


