/* Law Business Ranking Check - Schriften werden bewusst vom Theme geerbt. */
.lbrc { max-width: 780px; margin: 0 auto; }
.lbrc-card { background: #fff; border: 1px solid #e3e6ea; border-radius: 10px; padding: 28px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.lbrc-card h2 { margin: 0 0 6px; font-size: 1.5rem; }
.lbrc-card h3 { margin: 18px 0 6px; font-size: 1.15rem; }
.lbrc-lead { color: #55606d; margin: 0 0 18px; }
.lbrc-fine { color: #7b8794; font-size: .82rem; margin-top: 14px; }
.lbrc label { display: block; margin: 0 0 14px; font-size: .9rem; color: #33404d; }
.lbrc input[type=text], .lbrc input[type=email], .lbrc input[type=number], .lbrc select, .lbrc textarea {
  width: 100%; padding: 9px 11px; border: 1px solid #cdd4db; border-radius: 6px; font-size: .95rem; margin-top: 5px; background: #fff;
}
.lbrc input[type=range] { width: 100%; margin-top: 8px; }
.lbrc-rangeval { display: inline-block; margin-top: 4px; font-weight: 600; color: #1f2d3d; }
.lbrc-check { display: flex; align-items: center; gap: 8px; }
.lbrc-check input { width: auto; margin: 0; }
.lbrc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 0 16px; }
.lbrc-primary { background: #191C42; color: #fff; border: 0; border-radius: 6px; padding: 12px 22px; font-size: .98rem; cursor: pointer; }
.lbrc-primary:hover { background: #2b3060; }
.lbrc-primary:disabled { opacity: .55; cursor: default; }
.lbrc-err { color: #b3261e; font-size: .88rem; margin: 4px 0 12px; display: none; }
.lbrc-modes { display: grid; gap: 12px; margin: 18px 0; }
.lbrc-mode { text-align: left; background: #f7f9fb; border: 1px solid #dde3e9; border-radius: 8px; padding: 16px 18px; cursor: pointer; }
.lbrc-mode:hover { border-color: #191C42; background: #f0f4f8; }
.lbrc-mode strong { display: block; font-size: 1.02rem; margin-bottom: 3px; }
.lbrc-mode span { color: #5c6773; font-size: .88rem; }
.lbrc-limitbox { background: #f2f6fa; border-left: 3px solid #191C42; padding: 10px 14px; font-size: .88rem; margin: 4px 0 18px; }
.lbrc-gauge { position: relative; height: 46px; background: #eef1f4; border-radius: 23px; overflow: hidden; margin: 18px 0; }
.lbrc-gauge-fill { height: 100%; transition: width .6s ease; }
.lbrc-green .lbrc-gauge-fill { background: #2e7d4f; }
.lbrc-amber .lbrc-gauge-fill { background: #c68a12; }
.lbrc-red .lbrc-gauge-fill { background: #b3261e; }
.lbrc-gauge-num { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-weight: 700; font-size: 1.25rem; color: #1f2d3d; }
.lbrc-gauge-num small { font-weight: 400; font-size: .8rem; color: #5c6773; }
.lbrc-locked { background: #f7f9fb; border: 1px dashed #b9c4d0; border-radius: 8px; padding: 18px; margin: 18px 0; }
.lbrc-dim { border: 1px solid #e3e6ea; border-left-width: 4px; border-radius: 6px; padding: 14px 16px; margin: 10px 0; }
.lbrc-dim.lbrc-ok { border-left-color: #2e7d4f; }
.lbrc-dim.lbrc-mid { border-left-color: #c68a12; }
.lbrc-dim.lbrc-bad { border-left-color: #b3261e; }
.lbrc-dim-h { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.lbrc-dim-pct { margin-left: auto; font-weight: 700; }
.lbrc-dim-a { font-size: .9rem; color: #33404d; margin-top: 6px; }
.lbrc-dim-g { font-size: .9rem; color: #55606d; margin-top: 4px; }
.lbrc-dim-q { font-size: .82rem; color: #7b8794; margin-top: 8px; font-style: italic; }
.lbrc-badge { font-size: .7rem; padding: 2px 8px; border-radius: 10px; font-style: normal; }
.lbrc-official { background: #e6f0ea; color: #2e7d4f; }
.lbrc-badge.lbrc-lb { background: #fdf3e0; color: #8a6208; }
@media (max-width: 560px) { .lbrc-card { padding: 20px 16px; } }

/* Theme-Haertung: Neve/Elementor ueberschreibt sonst Button- und Textfarben. */
.lbrc .lbrc-mode { background: #f7f9fb !important; color: #1f2d3d !important; border: 1px solid #dde3e9 !important; box-shadow: none !important; text-transform: none !important; letter-spacing: normal !important; width: 100%; display: block; }
.lbrc .lbrc-mode:hover { background: #f0f4f8 !important; border-color: #191C42 !important; color: #1f2d3d !important; }
.lbrc .lbrc-mode strong { color: #191C42 !important; font-weight: 700; }
.lbrc .lbrc-mode span { color: #55606d !important; }
.lbrc .lbrc-primary { background: #191C42 !important; color: #fff !important; border: 0 !important; text-transform: none !important; letter-spacing: normal !important; box-shadow: none !important; }
.lbrc .lbrc-primary:hover { background: #2b3060 !important; color: #fff !important; }
.lbrc .lbrc-card { color: #1f2d3d; }
.lbrc .lbrc-card h2, .lbrc .lbrc-card h3 { color: #191C42 !important; margin-top: 0; }
.lbrc input, .lbrc select, .lbrc textarea { background: #fff !important; color: #1f2d3d !important; }
.lbrc a { color: #191C42; }

/* Dropdowns als solche erkennbar machen (Theme entfernt sonst die Pfeile). */
.lbrc select { -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%2314304d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; background-position: right 12px center !important; padding-right: 36px !important; cursor: pointer; }
.lbrc select:hover { border-color: #191C42 !important; }
.lbrc-limits { background: #f7f9fb; border: 1px solid #dde3e9; border-radius: 8px; padding: 16px 18px; margin: 18px 0; }
.lbrc-limits h3 { margin-top: 0 !important; font-size: 1rem; }
.lbrc-limits p { font-size: .88rem; color: #55606d; margin: 6px 0; }
.lbrc-limits ul { margin: 8px 0 8px 18px; padding: 0; }
.lbrc-limits li { font-size: .88rem; color: #55606d; margin: 3px 0; }
.lbrc-context { border-top: 1px solid #e3e6ea; margin-top: 18px; padding-top: 12px; }
.lbrc-context h3 { font-size: 1rem; }
.lbrc-context div { display: flex; justify-content: space-between; gap: 16px; font-size: .88rem; padding: 4px 0; border-bottom: 1px solid #f0f2f5; }
.lbrc-context span { color: #55606d; }
.lbrc-pos { background: #f2f6fa; border-left: 3px solid #191C42; border-radius: 0; padding: 14px 18px; margin: 18px 0; }
.lbrc-pos h3 { margin-top: 0 !important; font-size: 1rem; }
.lbrc-pos div { font-size: .9rem; margin: 8px 0; padding-left: 14px; border-left: 2px solid transparent; }
.lbrc-pos-luecke { border-left-color: #b3261e !important; color: #33404d; }
.lbrc-pos-stark { border-left-color: #2e7d4f !important; color: #33404d; }
.lbrc-pos-ok { border-left-color: #2e7d4f !important; color: #55606d; }
.lbrc-pos-info { color: #55606d; }
.lbrc-gaugelabel { font-size: .82rem; color: #55606d; margin: 18px 0 -8px; text-transform: none; }
.lbrc-scale { background: #f7f9fb; border: 1px solid #e3e6ea; border-radius: 8px; padding: 10px 14px; margin: 14px 0; }
.lbrc-scale summary { cursor: pointer; font-size: .9rem; font-weight: 600; color: #191C42; }
.lbrc-scale p { font-size: .86rem; color: #55606d; margin: 8px 0 2px; }
.lbrc-cmp { border: 1px solid #dde3e9; border-radius: 8px; padding: 16px 18px; margin: 18px 0; }
.lbrc-cmp h3 { margin-top: 0 !important; font-size: 1rem; }
.lbrc-cmp-row { display: flex; align-items: center; gap: 12px; margin: 10px 0; }
.lbrc-cmp-row > span { flex: 0 0 190px; font-size: .88rem; color: #1f2d3d; display: flex; flex-direction: column; }
.lbrc-cmp-row small { color: #7b8794; font-size: .76rem; }
.lbrc-cmp-bar { flex: 1; height: 14px; background: #eef1f4; border-radius: 7px; overflow: hidden; }
.lbrc-cmp-bar i { display: block; height: 100%; background: #191C42; }
.lbrc-cmp-row strong { flex: 0 0 48px; text-align: right; font-size: .9rem; }

/* --- Ergebnisdarstellung --- */
.lbrc-dim-head { margin: 24px 0 10px; }
.lbrc-dim-head h3 { margin: 0 0 2px !important; }
.lbrc-dim { border: 1px solid #e3e6ea; border-left-width: 4px; border-radius: 6px; padding: 14px 16px; margin: 10px 0; background: #fff; }
.lbrc-dim-track { height: 6px; background: #eef1f4; border-radius: 3px; overflow: hidden; margin: 10px 0 8px; }
.lbrc-dim-track i { display: block; height: 100%; background: #b9c4d0; }
.lbrc-dim.lbrc-ok .lbrc-dim-track i { background: #2e7d4f; }
.lbrc-dim.lbrc-mid .lbrc-dim-track i { background: #c68a12; }
.lbrc-dim.lbrc-bad .lbrc-dim-track i { background: #b3261e; }
.lbrc-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; flex: 0 0 9px; }
.lbrc-dot-ok { background: #2e7d4f; }
.lbrc-dot-mid { background: #c68a12; }
.lbrc-dot-bad { background: #b3261e; }

/* --- Grenzen der Auswertung: bewusst anderer Ton --- */
.lbrc-limits { background: #191C42 !important; border: 0 !important; border-radius: 12px; padding: 28px 30px !important; margin: 32px 0 0 !important; color: #e8edf3; }
.lbrc-limits-kicker { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: #8fa6bf; margin-bottom: 8px; }
.lbrc-limits h3 { color: #fff !important; font-size: 1.25rem !important; margin: 0 0 12px !important; }
.lbrc-limits p { color: #cdd9e5 !important; font-size: .93rem !important; line-height: 1.6; }
.lbrc-limits ul { margin: 14px 0; padding: 0; list-style: none; }
.lbrc-limits li { color: #e8edf3 !important; font-size: .93rem !important; margin: 7px 0; padding-left: 22px; position: relative; }
.lbrc-limits li:before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 1px; background: #8fa6bf; }
.lbrc-limits-outro { border-top: 1px solid rgba(255,255,255,.16); padding-top: 14px; margin-top: 16px !important; }

/* --- Law Business im dunklen Block --- */
.lbrc-lb { margin-top: 26px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; }
.lbrc-lb h3 { color: #fff !important; font-size: 1.05rem !important; margin: 0 0 6px !important; }
.lbrc-lb > p { color: #cdd9e5 !important; }
.lbrc-lb-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin: 16px 0 20px; }
.lbrc-lb-card { display: block; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; padding: 14px; text-decoration: none !important; }
.lbrc-lb-card:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.3); }
.lbrc-lb-card strong { display: block; color: #fff !important; font-size: .92rem; margin-bottom: 4px; }
.lbrc-lb-card span { color: #a9bdd2 !important; font-size: .82rem; }
.lbrc-lb-quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; margin: 4px 0 14px; }
.lbrc-lb-quotes blockquote { margin: 0; padding: 0 0 0 14px; border-left: 2px solid #8fa6bf; color: #cdd9e5; font-size: .86rem; font-style: italic; line-height: 1.55; }
.lbrc-lb-quotes cite { display: block; margin-top: 6px; font-style: normal; font-size: .76rem; color: #8fa6bf; letter-spacing: .04em; text-transform: uppercase; }
.lbrc-lb .lbrc-fine a { color: #a9bdd2 !important; }
.lbrc-lb-cta { display: inline-block; background: #fff !important; color: #191C42 !important; padding: 13px 24px; border-radius: 6px; font-size: .95rem; font-weight: 600; text-decoration: none !important; margin-top: 6px; }
.lbrc-lb-cta:hover { background: #e8edf3 !important; color: #191C42 !important; }
@media (max-width: 560px) { .lbrc-limits { padding: 22px 18px !important; } }

.lbrc .lbrc-badge { white-space: nowrap !important; display: inline-block; line-height: 1.5 !important; padding: 1px 9px !important; }
.lbrc-dim-h { row-gap: 6px; }
.lbrc-dim-h strong { font-weight: 600; }
.lbrc .lbrc-card .lbrc-limits h3, .lbrc .lbrc-card .lbrc-lb h3 { color: #fff !important; }
.lbrc .lbrc-card .lbrc-limits p { color: #cdd9e5 !important; }
.lbrc .lbrc-card .lbrc-limits li { color: #e8edf3 !important; }
.lbrc .lbrc-card .lbrc-lb-card strong { color: #fff !important; }
.lbrc .lbrc-card .lbrc-lb-card span, .lbrc .lbrc-card .lbrc-lb-quotes blockquote { color: #cdd9e5 !important; }
.lbrc .lbrc-card .lbrc-lb-quotes cite, .lbrc .lbrc-card .lbrc-limits-kicker { color: #8fa6bf !important; }
.lbrc .lbrc-card .lbrc-lb-cta { color: #191C42 !important; background: #fff !important; }
.lbrc .lbrc-card .lbrc-lb-card, .lbrc .lbrc-card .lbrc-lb-cta { text-decoration: none !important; }
.lbrc label small { color: #7b8794; font-weight: 400; font-size: .82em; }
.lbrc-limitbox small { display: block; margin-top: 6px; color: #55606d; font-size: .93em; line-height: 1.5; }

/* --- Formular: Summenzeile, Pflichthinweise --- */
.lbrc-sum { background: #f2f6fa; border-left: 3px solid #191C42; padding: 9px 14px; font-size: .9rem; margin: 2px 0 14px; }
.lbrc input::placeholder { color: #9aa5b1; font-style: italic; }
.lbrc .lbrc-err { display: none; }

/* --- Positionierung als Skala --- */
.lbrc-scales { margin: 14px 0 18px; }
.lbrc-scale-row { margin: 0 0 18px; }
.lbrc-scale-h { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: .88rem; margin-bottom: 7px; }
.lbrc-scale-h strong { color: #191C42; font-weight: 600; }
.lbrc-scale-h span { color: #191C42; font-weight: 600; white-space: nowrap; }
.lbrc-steps { display: flex; gap: 4px; }
.lbrc-step { flex: 1; position: relative; background: #eef1f4; border-radius: 4px; height: 34px; display: flex; align-items: center; justify-content: center; }
.lbrc-step span { font-size: .82rem; color: #7b8794; }
.lbrc-step-grp { background: #dbe5ef; }
.lbrc-step-grp span { color: #191C42; }
.lbrc-step-me { background: #191C42 !important; }
.lbrc-step-me span { color: #fff !important; font-weight: 600; }
.lbrc-step-me i { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); font-style: normal; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: #191C42; }
.lbrc-scale-f { display: flex; justify-content: space-between; gap: 12px; margin-top: 6px; font-size: .78rem; color: #7b8794; }
.lbrc-scale-none { font-size: .84rem; color: #b3261e; margin-top: 6px; }
.lbrc-dim-src { color: #9aa5b1; }

/* --- Grenzen: eigene Grafik --- */
.lbrc-lim-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 18px 0; }
.lbrc-lim-tile { background: rgba(255,255,255,.06); border: 1px dashed rgba(255,255,255,.28); border-radius: 8px; padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.lbrc-lim-num { font-size: .7rem; letter-spacing: .1em; color: #8fa6bf; }
.lbrc-lim-txt { font-size: .86rem; color: #e8edf3; line-height: 1.45; flex: 1; }
.lbrc-lim-bar { height: 6px; border-radius: 3px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 6px, transparent 6px 12px); }
.lbrc-lim-na { font-size: .72rem; color: #8fa6bf; letter-spacing: .04em; }

/* --- Law-Business-Block --- */
.lbrc-lb-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 6px; }
.lbrc-lb-cta2 { display: inline-block; background: transparent !important; color: #fff !important; border: 1px solid rgba(255,255,255,.45); padding: 12px 22px; border-radius: 6px; font-size: .95rem; font-weight: 600; text-decoration: none !important; }
.lbrc-lb-cta2:hover { background: rgba(255,255,255,.12) !important; color: #fff !important; }
.lbrc-lb-links { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 16px; }
.lbrc-lb-links h4 { color: #fff !important; font-size: .82rem !important; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 10px !important; font-weight: 600; }
.lbrc-lb-links ul { margin: 0; padding: 0; list-style: none; }
.lbrc-lb-links li { margin: 6px 0; }
.lbrc-lb-links a { color: #cdd9e5 !important; font-size: .88rem; text-decoration: none !important; border-bottom: 1px solid rgba(255,255,255,.25); }
.lbrc-lb-links a:hover { color: #fff !important; border-bottom-color: #fff; }
.lbrc .lbrc-card .lbrc-lb-quotes blockquote { background: transparent !important; }
.lbrc .lbrc-card .lbrc-lb-links a, .lbrc .lbrc-card .lbrc-lb .lbrc-fine a { color: #cdd9e5 !important; }
.lbrc .lbrc-card .lbrc-lb-cta2 { color: #fff !important; background: transparent !important; }
@media (max-width: 560px) { .lbrc-scale-f { flex-direction: column; gap: 2px; } }

/* --- Abschnitte im Formular --- */
.lbrc-sec { border-top: 2px solid #191C42; margin: 30px 0 16px; padding-top: 14px; position: relative; }
.lbrc-sec-nr { position: absolute; top: -13px; left: 0; background: #191C42; color: #fff; font-size: .74rem; font-weight: 700; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lbrc-sec h3 { margin: 6px 0 2px !important; font-size: 1.08rem; padding-left: 32px; }
.lbrc-sec p { font-size: .86rem; color: #55606d; margin: 0; padding-left: 32px; }
.lbrc-privacy { background: #e6f0ea; border-left: 3px solid #2e7d4f; padding: 12px 16px; font-size: .88rem; color: #33404d; margin: 16px 0; line-height: 1.55; }
.lbrc-warn { background: #fdf3e0; border-left: 3px solid #c68a12; padding: 14px 16px; font-size: .89rem; color: #33404d; margin: 4px 0 16px; line-height: 1.6; }
.lbrc-warn a { color: #8a6208 !important; font-weight: 600; }
.lbrc-hint { font-size: .87rem; color: #33404d; margin: 0 0 12px; }
.lbrc-hint-on { background: #f2f6fa; border-left: 3px solid #191C42; padding: 10px 14px; }

/* --- Mandate im Ueberblick --- */
.lbrc-comp { border: 1px solid #dde3e9; border-radius: 8px; padding: 16px 18px; margin: 18px 0; }
.lbrc-comp h3 { margin-top: 0 !important; font-size: 1rem; }
.lbrc-comp-row { display: flex; align-items: center; gap: 12px; margin: 8px 0; }
.lbrc-comp-row > span { flex: 0 0 200px; font-size: .86rem; color: #55606d; }
.lbrc-comp-track { flex: 1; height: 16px; background: #eef1f4; border-radius: 8px; overflow: hidden; }
.lbrc-comp-track i { display: block; height: 100%; }
.lbrc-c1 { background: #191C42; } .lbrc-c2 { background: #3d6186; } .lbrc-c3 { background: #2e7d4f; }
.lbrc-c4 { background: #1d7f8f; } .lbrc-c5 { background: #c68a12; } .lbrc-c6 { background: #b9c4d0; }
.lbrc-comp-row strong { flex: 0 0 40px; text-align: right; font-size: .9rem; }
.lbrc-comp-note { background: #fdf3e0; border-left: 3px solid #c68a12; padding: 10px 14px; font-size: .86rem; margin: 12px 0 0; }
.lbrc-comp-staff { border-top: 1px solid #e3e6ea; margin-top: 14px; padding-top: 12px; font-size: .88rem; color: #55606d; }
.lbrc-lb-solo { margin-top: 22px !important; }
@media (max-width: 560px) { .lbrc-comp-row > span { flex: 0 0 120px; } }
.lbrc-lb, .lbrc .lbrc-card .lbrc-lb { background: transparent !important; color: #cdd9e5 !important; }

/* Skala: jede Zeile eine eigene Karte, kein schwebender Marker */
.lbrc-scale-row { background: #fff; border: 1px solid #dde3e9; border-radius: 8px; padding: 14px 16px; margin: 0 0 12px !important; }
.lbrc-scale-h { border-bottom: 1px solid #eef1f4; padding-bottom: 8px; margin-bottom: 10px !important; }
.lbrc-scale-h strong { font-size: .92rem; }
.lbrc-scale-h span { background: #191C42; color: #fff !important; padding: 3px 10px; border-radius: 4px; font-size: .82rem; }
.lbrc-step { height: 30px; }
.lbrc-step-me { box-shadow: 0 0 0 2px #191C42 inset; }
.lbrc-pos { background: #fff !important; border: 1px solid #dde3e9 !important; border-left: 4px solid #191C42 !important; border-radius: 8px; padding: 18px 20px !important; }
.lbrc-pos > h3 { font-size: 1.05rem !important; }
/* Werbeblock endgueltig vom Badge entkoppeln */
.lbrc-lb, .lbrc .lbrc-card .lbrc-lb, .lbrc-limits .lbrc-lb { background: transparent !important; color: #cdd9e5 !important; }
.lbrc-violation { background: #fceaea; border-left: 4px solid #b3261e; border-radius: 0; padding: 14px 18px; margin: 16px 0; }
.lbrc-violation strong { color: #b3261e; display: block; margin-bottom: 6px; }
.lbrc-violation ul { margin: 0 0 8px 18px; padding: 0; }
.lbrc-violation li { font-size: .9rem; color: #33404d; margin: 3px 0; }
.lbrc-violation p { font-size: .86rem; color: #55606d; margin: 0; }

/* --- Law Business: drei getrennte Bloecke in CI-Farben --- */
.lbrc-cta { background: #191C42; border-radius: 12px; padding: 34px 36px; margin: 34px 0 0; }
.lbrc-cta h3 { color: #fff !important; font-size: 1.3rem !important; margin: 0 0 14px !important; }
.lbrc-cta p { color: #d5d9e6 !important; font-size: .98rem !important; line-height: 1.75; margin: 0 0 14px; }
.lbrc-lb-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.lbrc-lb-cta { display: inline-block; background: #FF6601 !important; color: #fff !important; padding: 15px 28px; border-radius: 4px; font-size: .95rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-decoration: none !important; }
.lbrc-lb-cta:hover { background: #e65c01 !important; color: #fff !important; }
.lbrc-lb-cta2 { display: inline-block; background: transparent !important; color: #fff !important; border: 1px solid rgba(255,255,255,.5); padding: 14px 28px; border-radius: 4px; font-size: .95rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-decoration: none !important; }
.lbrc-lb-cta2:hover { background: rgba(255,255,255,.12) !important; color: #fff !important; }

.lbrc-quotes { background: #23A455; border-radius: 12px; padding: 34px 36px; margin: 20px 0 0; }
.lbrc-quotes h3 { color: #fff !important; font-size: 1.3rem !important; margin: 0 0 20px !important; }
.lbrc-quotes blockquote { margin: 0 0 22px; padding: 0; border: 0; background: transparent !important; color: #fff !important; font-size: .95rem; font-style: italic; line-height: 1.75; }
.lbrc-quotes cite { display: block; margin-top: 8px; font-style: normal; font-size: .8rem; color: rgba(255,255,255,.85); letter-spacing: .06em; text-transform: uppercase; }
.lbrc-quotes-more { display: inline-block; background: #fff !important; color: #191C42 !important; padding: 13px 26px; border-radius: 4px; font-size: .88rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none !important; margin-top: 6px; }

.lbrc-read { background: #F6F5F2; border-radius: 12px; padding: 30px 36px; margin: 20px 0 0; }
.lbrc-read h4 { color: #191C42 !important; font-size: .82rem !important; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 16px !important; font-weight: 700; }
.lbrc-read ul { margin: 0; padding: 0; list-style: none; }
.lbrc-read li { margin: 0; border-bottom: 1px solid #e3e2dd; }
.lbrc-read li:last-child { border-bottom: 0; }
.lbrc-read a { display: block; padding: 13px 0; color: #191C42 !important; font-size: .95rem; text-decoration: none !important; }
.lbrc-read a:hover { color: #FF6601 !important; }

/* Grenzen-Block wieder eigenstaendig, mehr Luft */
.lbrc-limits { padding: 34px 36px !important; margin: 34px 0 0 !important; border-radius: 12px; }
.lbrc-limits h3 { font-size: 1.3rem !important; }
.lbrc-limits p { line-height: 1.75; }
.lbrc .lbrc-card .lbrc-cta h3, .lbrc .lbrc-card .lbrc-quotes h3 { color: #fff !important; }
.lbrc .lbrc-card .lbrc-quotes blockquote, .lbrc .lbrc-card .lbrc-cta p { color: #fff !important; }
.lbrc .lbrc-card .lbrc-cta p { color: #d5d9e6 !important; }
.lbrc .lbrc-card .lbrc-read a { color: #191C42 !important; }
.lbrc .lbrc-card .lbrc-quotes-more { color: #191C42 !important; background: #fff !important; }
.lbrc .lbrc-card .lbrc-lb-cta { color: #fff !important; background: #FF6601 !important; }
.lbrc-krit { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 20px 0 6px; }
.lbrc-krit > div { background: rgba(255,255,255,.06); border-left: 3px solid #FF6601; border-radius: 0 8px 8px 0; padding: 16px 18px; }
.lbrc-krit span { display: block; font-size: .74rem; letter-spacing: .14em; color: #FF6601; margin-bottom: 6px; font-weight: 700; }
.lbrc-krit strong { display: block; color: #fff !important; font-size: .95rem; margin-bottom: 6px; }
.lbrc-krit em { display: block; color: #d5d9e6 !important; font-size: .86rem; font-style: normal; line-height: 1.6; }
.lbrc-pos-intro { font-size: .95rem; color: #33404d; line-height: 1.7; margin: 4px 0 10px; }
.lbrc-step b { display: block; font-size: .68rem; font-weight: 400; color: #7b8794; margin-top: 1px; }
.lbrc-step-me b { color: rgba(255,255,255,.75) !important; }
.lbrc-step { flex-direction: column; height: auto; padding: 6px 0; }
.lbrc-back { margin: 14px 0 0; }
.lbrc-back button { background: transparent !important; border: 0 !important; color: #55606d !important; font-size: .88rem; padding: 6px 0; cursor: pointer; text-transform: none !important; letter-spacing: normal !important; }
.lbrc-back button:hover { color: #191C42 !important; text-decoration: underline; }
/* groessere Kaestchen */
.lbrc .lbrc-check { display: flex !important; align-items: center; gap: 14px; padding: 12px 14px; margin: 0 0 8px; border: 1px solid #e3e6ea; border-radius: 8px; cursor: pointer; background: #fff; transition: border-color .15s, background .15s; }
.lbrc .lbrc-check:hover { border-color: #191C42; background: #f7f9fb; }
.lbrc .lbrc-check input[type="checkbox"] { -webkit-appearance: none !important; appearance: none !important; width: 26px !important; height: 26px !important; min-width: 26px; margin: 0 !important; border: 2px solid #b9c4d0 !important; border-radius: 5px; background: #fff !important; cursor: pointer; position: relative; flex: 0 0 26px; }
.lbrc .lbrc-check input[type="checkbox"]:hover { border-color: #191C42 !important; }
.lbrc .lbrc-check input[type="checkbox"]:checked { background: #191C42 !important; border-color: #191C42 !important; }
.lbrc .lbrc-check input[type="checkbox"]:checked:after { content: ""; position: absolute; left: 8px; top: 3px; width: 6px; height: 13px; border: solid #fff; border-width: 0 3px 3px 0; transform: rotate(45deg); }
.lbrc .lbrc-check small { color: #7b8794; }

/* Modus-Hinweis im Fragebogen */
.lbrc .lbrc-modenote { background: #FFF4EC; border-left: 5px solid #FF6601; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 0 0 22px; color: #191C42 !important; font-size: 16px; line-height: 1.55; }
.lbrc .lbrc-modenote strong { color: #191C42 !important; }

/* Schrittweiser Fragebogen */
.lbrc .lbrc-prog { margin: 0 0 26px; padding: 18px 20px; background: #F6F5F2; border-radius: 10px; }
.lbrc .lbrc-prog-kopf { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin-bottom: 12px; color: #191C42 !important; }
.lbrc .lbrc-prog-kopf strong { font-size: 18px; color: #191C42 !important; white-space: nowrap; }
.lbrc .lbrc-prog-kopf strong:after { content: "\00a0\00b7"; }
.lbrc .lbrc-prog-kopf span { font-size: 18px; color: #191C42 !important; }
.lbrc .lbrc-prog-bar { height: 8px; background: #dfe3e8; border-radius: 5px; overflow: hidden; }
.lbrc .lbrc-prog-bar i { display: block; height: 100%; background: #23A455; border-radius: 5px; transition: width .3s ease; }
.lbrc .lbrc-prog-quelle { margin-top: 12px; font-size: 14px; color: #6b7684 !important; }
.lbrc .lbrc-steplead { margin: 0 0 18px; font-size: 16px; line-height: 1.6; color: #2c3145 !important; }
.lbrc .lbrc-step[hidden] { display: none !important; }
.lbrc .lbrc-nav { display: flex; gap: 12px; align-items: center; margin-top: 26px; }
.lbrc .lbrc-nav .lbrc-primary { margin: 0; }
.lbrc .lbrc-secondary { background: #fff !important; color: #191C42 !important; border: 2px solid #191C42 !important; border-radius: 6px; padding: 14px 22px; font-size: 16px; font-weight: 600; cursor: pointer; }
.lbrc .lbrc-secondary:hover { background: #191C42 !important; color: #fff !important; }
.lbrc .lbrc-secondary[hidden] { display: none !important; }

/* offene Pflichtfelder */
.lbrc .lbrc-miss { border-color: #c0392b !important; box-shadow: 0 0 0 3px rgba(192,57,43,.12) !important; }

/* Modus-Auswahl als echte Schaltflaechen */
.lbrc .lbrc-modes { gap: 14px; }
.lbrc .lbrc-mode { position: relative; background: #fff !important; border: 2px solid #dbe1e8 !important; border-radius: 10px !important; padding: 20px 56px 20px 22px !important; box-shadow: 0 1px 2px rgba(25,28,66,.06) !important; transition: border-color .15s, box-shadow .15s, transform .1s; }
.lbrc .lbrc-mode:after { content: "\2192"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 24px; line-height: 1; color: #FF6601; transition: right .15s; }
.lbrc .lbrc-mode:hover { border-color: #191C42 !important; background: #fff !important; box-shadow: 0 6px 18px rgba(25,28,66,.14) !important; }
.lbrc .lbrc-mode:hover:after { right: 16px; }
.lbrc .lbrc-mode:active { transform: translateY(1px); }
.lbrc .lbrc-mode strong { font-size: 1.12rem !important; margin-bottom: 6px !important; }
.lbrc .lbrc-mode span { font-size: .95rem !important; line-height: 1.5; }

/* Fortschrittspunkte gross und sichtbar */
.lbrc .lbrc-pdots { display: flex !important; flex-direction: row !important; align-items: center; gap: 14px; margin-top: 16px; flex-wrap: wrap; }
.lbrc .lbrc-pdot { flex: 0 0 38px; width: 38px; min-width: 38px; height: 38px; border-radius: 50%; background: #fff !important; border: 2px solid #cfd6de !important; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; color: #8a94a1; transition: background .25s, border-color .25s, transform .25s, color .25s; }
.lbrc .lbrc-pdot b { font-weight: 700; }
.lbrc .lbrc-pdot.aktiv { background: #191C42 !important; border-color: #191C42 !important; color: #fff !important; transform: scale(1.12); box-shadow: 0 0 0 5px rgba(25,28,66,.14); }
.lbrc .lbrc-pdot.fertig { background: #23A455 !important; border-color: #23A455 !important; color: #fff !important; }
.lbrc .lbrc-pdot.fertig b { display: none; }
.lbrc .lbrc-pdot.fertig:after { content: "\2713"; font-size: 20px; line-height: 1; }
.lbrc .lbrc-frage { margin: 22px 0 12px; font-size: 1.12rem; font-weight: 700; color: #191C42 !important; }

/* Freischalt-Schranke und verdeckte Auswertung */
.lbrc .lbrc-gate { border: 2px solid #191C42; border-radius: 10px; padding: 22px 24px; margin: 22px 0 18px; background: #fff; }
.lbrc .lbrc-gate-lead { margin: 0 0 16px; font-size: 1.02rem; line-height: 1.55; }
.lbrc .lbrc-gate-form label { margin-bottom: 10px; }
.lbrc .lbrc-sk { position: relative; margin: 0 0 22px; padding: 4px 0 0; }
.lbrc .lbrc-sk h3 { margin: 0 0 12px; }
.lbrc .lbrc-sk-block { border: 1px solid #e3e6ea; border-radius: 8px; padding: 16px 18px; margin: 0 0 12px; }
.lbrc .lbrc-sk-dim { border-top: 1px solid #eef1f4; padding: 12px 0 4px; }
.lbrc .lbrc-sk-h { font-weight: 700; color: #191C42 !important; margin: 0 0 6px; }
.lbrc .lbrc-sk-t { color: #55606d; font-size: .92rem; line-height: 1.5; margin: 0 0 6px; filter: blur(4.5px); user-select: none; pointer-events: none; }
.lbrc .lbrc-sk-bar { height: 14px; border-radius: 7px; background: #cfd6de; margin: 8px 0; width: 78%; filter: blur(3px); }
.lbrc .lbrc-sk-bar.w2 { width: 54%; }
.lbrc .lbrc-sk-bar.w3 { width: 33%; }
.lbrc .lbrc-sk-gauge { position: relative; height: 44px; border-radius: 22px; background: #eef1f4; overflow: hidden; margin: 10px 0 14px; filter: blur(4px); }
.lbrc .lbrc-sk-gauge i { display: block; height: 100%; width: 61%; background: #c68a12; }
