.abbaurechner{--abbaurechner-max: 40rem;--abbaurechner-heading: var(--text-h3, 1.375rem);--abbaurechner-touch-target: 44px;--abbaurechner-radius: var(--rounded);--abbaurechner-radius-input: var(--rounded-input);--abbaurechner-radius-chip: var(--rounded-button);--abbaurechner-surface: var(--background) / 1;--abbaurechner-tint: var(--accent) / .045;--abbaurechner-line: var(--accent) / .14;--abbaurechner-chip-line: var(--accent) / .22;--abbaurechner-hover: var(--accent) / .06;--abbaurechner-muted: var(--accent) / .62;--abbaurechner-neon: var(--primary-badge-background, 172 252 137);--abbaurechner-neon-text: var(--primary-badge-text, 0 0 0);display:block;color:rgb(var(--accent))}.abbaurechner .container-bakery-calculator{max-width:var(--abbaurechner-max);margin:0 auto;font-size:var(--text-base, 15px);color:rgb(var(--accent));counter-reset:abbaurechner-step}.abbaurechner .calculator-section{padding:18px 16px;overflow:visible;border-radius:var(--abbaurechner-radius);background:rgb(var(--abbaurechner-surface));border:1px solid rgb(var(--abbaurechner-line));box-shadow:none}.abbaurechner .calculator-section+.calculator-section{margin-top:12px}.abbaurechner .container-bakery-calculator h2{display:flex;align-items:center;gap:10px;font-family:var(--heading-font-family);font-size:var(--abbaurechner-heading);font-weight:600;line-height:1.2;letter-spacing:var(--heading-letter-spacing, 0);margin:0 0 2px;color:rgb(var(--accent))}.abbaurechner .container-bakery-calculator h2:before{counter-increment:abbaurechner-step;content:counter(abbaurechner-step);flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:var(--rounded-full);background:rgb(var(--abbaurechner-neon));color:rgb(var(--abbaurechner-neon-text));font-family:var(--text-font-family);font-size:var(--text-sm, 13px);font-weight:700;line-height:1}.abbaurechner .calculator-section>p{display:block;margin:6px 0 0;font-size:var(--text-sm, 13px);line-height:1.45;color:rgb(var(--abbaurechner-muted))}.abbaurechner .calculator-section-inner{margin-top:18px}.abbaurechner .calculator-section-inner small{display:block;margin-top:6px;font-size:var(--text-sm, 13px);line-height:1.4;color:rgb(var(--abbaurechner-muted))}.abbaurechner .container-bakery-calculator .question{font-weight:600;font-size:var(--text-base, 15px);line-height:1.3;padding:0;margin:0 0 8px}.abbaurechner__pair{display:grid;gap:18px;margin-top:18px}.abbaurechner__pair .calculator-section-inner{margin-top:0}.abbaurechner .container-bakery-calculator .btn-toolbar{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0}.abbaurechner .container-bakery-calculator .abbaurechner__toolbar--grow{grid-template-columns:repeat(2,minmax(0,1fr))}.abbaurechner .container-bakery-calculator .btn-toolbar:has(>input[data-field=freq]){grid-template-columns:repeat(2,minmax(0,1fr))}.abbaurechner .container-bakery-calculator .btn-toolbar:has(>input[data-field=sex]){grid-template-columns:repeat(3,minmax(0,1fr));max-width:15rem}.abbaurechner .container-bakery-calculator .btn-toolbar .button{margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;height:auto;min-height:var(--abbaurechner-touch-target);min-width:0;padding:8px 10px;white-space:normal;text-align:center;border-radius:var(--abbaurechner-radius-chip);font-size:var(--text-base, 15px);font-weight:500;line-height:1.25;color:rgb(var(--accent));background:rgb(var(--background));box-shadow:inset 0 0 0 1px rgb(var(--abbaurechner-chip-line));transition:background-color .15s ease,box-shadow .15s ease,color .15s ease}.abbaurechner .container-bakery-calculator .btn-toolbar .button:hover{background:rgb(var(--abbaurechner-hover));box-shadow:inset 0 0 0 1px rgb(var(--accent) / .45)}.abbaurechner .container-bakery-calculator .btn-toolbar input:focus-visible+.button{outline:2px solid rgb(var(--accent));outline-offset:2px}.abbaurechner .container-bakery-calculator .btn-toolbar input:checked+.button{color:rgb(var(--button-text-primary));background:rgb(var(--button-background-primary));box-shadow:none;font-weight:600}.abbaurechner .container-bakery-calculator .abbaurechner__toolbar--grow .button{min-height:3.5rem;font-size:var(--text-base, 15px);font-weight:600}.abbaurechner__chip-lines{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center}.abbaurechner .container-bakery-calculator .abbaurechner__toolbar--grow .abbaurechner__chip-lines span+span{font-weight:var(--text-font-weight);font-size:var(--text-sm, 13px);opacity:.72}.abbaurechner__controls{display:grid;gap:8px}.abbaurechner__controls .btn-toolbar{margin:0}.abbaurechner__controls .input-group{width:100%;flex:none}.abbaurechner .container-bakery-calculator .input-group,.abbaurechner .container-bakery-calculator .cannabis-weight-group{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:0;column-gap:0}.abbaurechner .container-bakery-calculator .form-control{width:100%;padding:10px 12px;border:1px solid rgb(var(--abbaurechner-line));border-radius:var(--abbaurechner-radius-input);background-color:rgb(var(--background));font-family:var(--text-font-family);font-size:var(--text-base, 15px);color:rgb(var(--accent));box-shadow:none;margin:0}.abbaurechner .container-bakery-calculator .form-control:focus{border-color:rgb(var(--accent));outline:none;box-shadow:0 0 0 3px rgb(var(--accent) / .15)}.abbaurechner .container-bakery-calculator .form-control:user-invalid{border-color:rgb(var(--error-text));box-shadow:0 0 0 3px rgb(var(--error-text) / .15)}.abbaurechner .container-bakery-calculator .cannabis-weight-group .form-control:first-child{flex:1;min-width:0;border-top-right-radius:0;border-bottom-right-radius:0}.abbaurechner .container-bakery-calculator .form-control.abbaurechner__unit-addon{flex:0 0 auto;width:auto;min-width:3rem;max-width:6rem;display:flex;align-items:center;justify-content:center;pointer-events:none;background:rgb(var(--abbaurechner-tint));color:rgb(var(--abbaurechner-muted));border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.abbaurechner .container-bakery-calculator input:not(.sr-only):not([type=radio]):not([type=checkbox]),.abbaurechner .container-bakery-calculator select{height:var(--abbaurechner-touch-target)}.abbaurechner .container-bakery-calculator input.sr-only[type=radio]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.abbaurechner .container-bakery-calculator input[type=checkbox]{accent-color:rgb(var(--accent));width:20px;height:20px}.abbaurechner .calculator-section>p.abbaurechner__dose,.abbaurechner__dose{margin:14px 0 0;padding:10px 12px;border-radius:var(--abbaurechner-radius-input);background:rgb(var(--abbaurechner-tint));font-size:var(--text-sm, 13px);font-weight:500;color:rgb(var(--accent) / .85)}.abbaurechner__dose:empty{display:none}.abbaurechner__refine{margin-top:14px}.abbaurechner__refine summary{list-style:none;cursor:pointer}.abbaurechner__refine summary::-webkit-details-marker{display:none}.abbaurechner__refine-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:var(--abbaurechner-touch-target);padding:10px 0;border-radius:0;border-top:1px solid rgb(var(--abbaurechner-line));background:transparent;box-shadow:none;color:rgb(var(--accent));font-weight:600;font-size:var(--text-base, 15px)}.abbaurechner__refine summary:hover .abbaurechner__refine-toggle,.abbaurechner__refine[open] .abbaurechner__refine-toggle{background:transparent;color:rgb(var(--accent))}.abbaurechner__refine summary:hover .circle-chevron{background:rgb(var(--accent) / .28)}.abbaurechner__refine .circle-chevron{background:rgb(var(--accent) / .12);color:rgb(var(--accent))}.abbaurechner__refine[open] .circle-chevron{transform:rotate(180deg);background:rgb(var(--accent));color:rgb(var(--background))}.abbaurechner__gate{margin-top:18px;padding:12px 14px;border-radius:var(--abbaurechner-radius-input);background:rgb(var(--abbaurechner-tint))}.abbaurechner__gate-check{display:flex;align-items:center;gap:12px;cursor:pointer;line-height:1.45;font-size:var(--text-sm, 13px);margin:0}.abbaurechner .container-bakery-calculator .radio-group label{margin-bottom:0}.abbaurechner .container-bakery-calculator .action-buttons{display:flex;justify-content:stretch;flex-wrap:wrap;gap:12px;margin-top:12px}.abbaurechner .container-bakery-calculator .action-buttons .button{flex:1 1 100%;min-height:48px}.abbaurechner .container-bakery-calculator .action-buttons .button:disabled{opacity:1;cursor:not-allowed;background:rgb(var(--accent) / .1);color:rgb(var(--accent) / .72);box-shadow:inset 0 0 0 1px rgb(var(--abbaurechner-line))}.abbaurechner .container-bakery-calculator .output-block{margin:0;padding:0}.abbaurechner .bakery-dosage-card{position:relative;overflow:hidden;margin-top:14px;padding:20px 20px 20px 24px;border:1px solid rgb(var(--abbaurechner-line));border-radius:var(--abbaurechner-radius);background:rgb(var(--abbaurechner-tint))}.abbaurechner .bakery-dosage-card:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:4px;background:rgb(var(--accent) / .3)}.abbaurechner__result--idle.bakery-dosage-card{background:transparent;border-style:dashed}.abbaurechner__result--idle.bakery-dosage-card:before{display:none}.abbaurechner__result--over.bakery-dosage-card{background:rgb(var(--error-background))}.abbaurechner__result--over.bakery-dosage-card:before{background:rgb(var(--error-text))}.abbaurechner .bakery-dosage-card__header{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:10px}.abbaurechner .bakery-dosage-card__badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:var(--rounded-full);background:rgb(var(--accent) / .1);color:rgb(var(--accent));font-size:var(--text-sm, 13px);font-weight:600;line-height:1.3}.abbaurechner__result--over .bakery-dosage-card__badge{background:rgb(var(--error-text) / .22);color:rgb(var(--accent));box-shadow:inset 0 0 0 1px rgb(var(--error-text) / .55)}.abbaurechner .bakery-dosage-card__value{margin:0;font-family:var(--heading-font-family);font-size:clamp(2rem,9vw,2.75rem);font-weight:600;line-height:1.05;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:rgb(var(--accent))}.abbaurechner .bakery-dosage-card__description{margin:0;font-size:var(--text-base, 15px);line-height:1.5;color:rgb(var(--accent) / .8)}.abbaurechner .bakery-dosage-card__hint{margin:12px 0 0;padding-top:12px;border-top:1px solid rgb(var(--accent) / .12);font-size:var(--text-sm, 13px);font-weight:600;color:rgb(var(--accent) / .9)}.abbaurechner .bakery-dosage-card__hint:empty{display:none}.abbaurechner__chart{margin:14px 0 0}.abbaurechner__chart:has(>.abbaurechner__chart-svg:empty){display:none}.abbaurechner__chart-svg:empty{display:none}.abbaurechner__chart-svg{display:block;width:100%;height:auto;margin-top:0;padding:10px;border-radius:var(--abbaurechner-radius-input);background:rgb(var(--abbaurechner-tint));color:rgb(var(--accent))}.abbaurechner__chart-svg path[fill-opacity]{fill-opacity:.12}.abbaurechner__chart-svg path[stroke]{stroke-opacity:.95;stroke-width:2}.abbaurechner__chart-svg line[stroke-dasharray]{stroke:rgb(var(--error-text));stroke-opacity:1}.abbaurechner__chart-svg line[stroke-opacity="0.35"]{stroke-opacity:1;stroke-width:1.5}.abbaurechner__why{margin-top:12px;padding:14px 16px;border-radius:var(--abbaurechner-radius-input);background:rgb(var(--abbaurechner-tint))}.abbaurechner__why-title{margin:0 0 4px;font-size:var(--text-base, 15px);font-weight:600;color:rgb(var(--accent))}.abbaurechner__why-body{margin:0;font-size:var(--text-sm, 13px);line-height:1.5;color:rgb(var(--abbaurechner-muted))}.abbaurechner__note{margin:10px 0;font-size:var(--text-sm, 13px);line-height:1.5;color:rgb(var(--abbaurechner-muted))}.abbaurechner__note a{color:inherit;text-decoration:underline;text-underline-offset:2px}.abbaurechner .calculator-section>.abbaurechner__note:first-of-type{margin-top:16px;padding-top:14px;border-top:1px solid rgb(var(--abbaurechner-line))}.abbaurechner [hidden]{display:none}@media(prefers-reduced-motion:reduce){.abbaurechner .container-bakery-calculator .btn-toolbar .button{transition:none}}@media screen and (min-width:700px){.abbaurechner{--abbaurechner-max: 68rem;--abbaurechner-heading: var(--text-h2, 1.5rem)}.abbaurechner .container-bakery-calculator{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:20px}.abbaurechner .calculator-section+.calculator-section{margin-top:0}.abbaurechner .calculator-section:nth-child(1){grid-column:1;grid-row:1}.abbaurechner .calculator-section:nth-child(2){grid-column:1;grid-row:2}.abbaurechner .calculator-section:nth-child(3){grid-column:2;grid-row:1 / span 2;position:sticky;top:calc(var(--header-height, 80px) + 16px)}.abbaurechner .calculator-section{padding:26px 24px}.abbaurechner__pair{grid-template-columns:1fr 1fr;gap:24px;margin-top:22px}.abbaurechner .container-bakery-calculator .btn-toolbar .button{min-height:40px;font-size:var(--text-base, 15px)}.abbaurechner .container-bakery-calculator .abbaurechner__toolbar--grow .button{min-height:56px}.abbaurechner .container-bakery-calculator .abbaurechner__toolbar--grow .abbaurechner__chip-lines{flex-direction:column;gap:2px}.abbaurechner .container-bakery-calculator .action-buttons .button{flex:1 1 100%}.abbaurechner .bakery-dosage-card{padding:24px 24px 24px 28px}.abbaurechner .bakery-dosage-card__value{font-size:2.5rem}}
/*# sourceMappingURL=/cdn/shop/t/97/assets/thc-abbaurechner.css.map */
