.section-calculator .calc-section{padding:16px}.section-calculator hr{margin:20px -16px;background:#0000004d}.calc-grid{display:flex;flex-wrap:wrap}.calc-item{box-sizing:border-box;position:relative}.calc-item .icon-next{transform:translateY(15px)}.calc-item .icon-next svg{animation:bounceIcon 6s ease both}@keyframes bounceIcon{0%{transform:translateY(0)}4%{transform:translateY(-15px)}8%{transform:translateY(0)}13%{transform:translateY(-10px)}17%{transform:translateY(0)}21%{transform:translateY(-7px)}25%{transform:translateY(0)}to{transform:translateY(0)}}.calc-item.calc-item-1 .icon-next{display:inline-block}.calc-item .icon-check,.calc-item .icon-next{display:none}.calc-item.active .icon-check{display:inline-block}.calc-item.active+.calc-item .icon-next{display:inline-block}.calc-item.active+.calc-item.active .icon-next,.calc-item.active .icon-next{display:none}.calc-item:not(.active)+.calc-item:not(.active) .produktempfehlung-btn{opacity:0}.calc-item:not(.active)+.calc-item h3.main-topic{opacity:.4}.calc-item:not(.active)+.calc-item:before{content:"";display:block;width:100%;height:100%;left:0;top:0;position:absolute;z-index:2;background:#ffffff4d;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.calc-item.active+.calc-item:before{content:"";display:block;width:100%;height:100%;left:0;top:0;position:absolute;z-index:2;opacity:0;pointer-events:none;background:#fff;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);transition:all .25s ease}.calc-grid .calc-item-1,.calc-grid .calc-item-2,.calc-grid .calc-item-3{width:100%}.calc-item.active .sticky-content{position:sticky;top:20px}.section-calculator .box-border{border-bottom:1px solid #0000004d}.section-calculator h3{margin-bottom:40px}.section-calculator h3.main-topic{margin-top:0;z-index:2;position:relative}.section-calculator h3 svg{width:1.3em;height:1.3em;margin-bottom:-7px}.section-calculator h4{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:0}.section-calculator h4 span{font-weight:300}.calc-formfield{padding:16px 0;margin:16px 0}.calc-result-field-wrapper{display:flex;flex-direction:column;width:100%}.calc-result-field{padding:16px;border-radius:28px;background:#0000000a;display:flex;flex-direction:column;position:relative;margin-right:20px;margin-bottom:20px;width:100%}.calc-result-field:last-child{margin-right:0}.calc-result-field.active{background:#49d4c6}.calc-result-field h4{margin-top:0}.calc-result-field .result-max-info>span{margin-left:6px}.calc-result-field .result-max-info{font-size:15px;line-height:20px;color:#0006;margin-top:45px;display:flex;align-items:center}.calc-result-field .result-max-info .tooltip{color:#000}.calc-result-field .result-info{align-self:center;font-size:28px;line-height:36px;color:#000;display:flex}.calc-result-field .result-info>span:nth-child(2){margin-left:5px;margin-right:5px}.calc-result-impact-wrapper{display:flex;flex-direction:column;width:100%}.calc-result-impact{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin-right:20px;margin-bottom:20px;width:100%}.calc-result-impact h4,.calc-result-impact h4 span{text-align:center;justify-content:center;margin-top:10px;font-weight:500}.section-calculator .calc-form-wrapper{display:flex;align-items:flex-start}.section-calculator .calc-form-wrapper>div{width:100%}.section-calculator .calc-form-wrapper small{font-size:13px;line-height:20px;color:#0009;font-weight:400;margin-top:8px;display:block}.section-calculator .calc-form-wrapper small a,.section-calculator .calc-form-wrapper small .default-link,.section-calculator summary{text-decoration:none;font-weight:500;color:#1273e2;padding:0}.section-calculator .calc-form-wrapper .calc-icon{height:40px;width:40px;min-width:40px;margin-right:16px}.section-calculator .calc-form-wrapper .calc-icon svg{height:40px;width:40px;min-width:40px}.section-calculator .calc-form-wrapper .quantity{width:100%}.section-calculator .calc-form-wrapper .select:after{box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity))}.section-calculator select:focus-visible,.section-calculator input:focus-visible{outline:none;box-shadow:none}.section-calculator input.placeholder{color:#0008}.section-calculator .calc-form-wrapper .select select{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.6rem;font-weight:500;text-align:center;color:#000}.calc-form-radio-wrapper{display:flex;flex-wrap:wrap}.calc-form-radio-wrapper.nowrap{flex-wrap:nowrap}.calc-form-radio-wrapper label.radio-open{margin-bottom:8px;margin-right:8px}.calc-form-radio-wrapper label.radio-open input{display:none}.calc-form-radio-wrapper label.radio-open .radio-label{display:flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.6rem;font-weight:500;text-align:center;color:#0006;opacity:1;background-color:#0000000a;min-height:calc((var(--inputs-border-width) * 2) + 4.5rem);width:100%;padding:.5rem 20px;border:.1rem solid transparent;border-radius:var(--inputs-radius);-webkit-appearance:none;appearance:none;transition:all .25s ease;z-index:1;cursor:pointer}.calc-form-radio-wrapper label.radio-open input:checked+.radio-label{color:#000;background-color:transparent;border:.1rem solid #0000004d}.calc-form-radio-wrapper label.radio-row input{display:none}.calc-form-radio-wrapper label.radio-row .radio-label{display:flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.6rem;font-weight:500;text-align:center;color:#0006;opacity:1;background-color:transparent;min-height:calc((var(--inputs-border-width) * 2) + 4.5rem);width:100%;padding:.5rem 20px;border:.1rem solid #0000004d;border-right:transparent;border-radius:0;-webkit-appearance:none;appearance:none;transition:all .25s ease;z-index:1;cursor:pointer}.calc-form-radio-wrapper label.radio-row:first-child .radio-label{border-top-left-radius:var(--inputs-radius);border-bottom-left-radius:var(--inputs-radius)}.calc-form-radio-wrapper label.radio-row:last-child .radio-label{border-top-right-radius:var(--inputs-radius);border-bottom-right-radius:var(--inputs-radius);border:.1rem solid #0000004d}.calc-form-radio-wrapper label.radio-row input:checked+.radio-label{color:#1273e2}.calc-form-radio-wrapper.berry-selected.inactive label.radio-open .radio-label{background:#ba2c73;color:#fff}.calc-form-radio-wrapper label.radio-task{width:100%}.calc-form-radio-wrapper label.radio-task input{display:none}.calc-form-radio-wrapper label.radio-task .radio-label{display:flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.54rem;font-weight:500;text-align:center;color:#0006;opacity:1;background-color:transparent;min-height:calc((var(--inputs-border-width) * 2) + 4.5rem);width:100%;padding:.5rem 20px;border-bottom:1px solid #0000004d;border-radius:0;-webkit-appearance:none;appearance:none;transition:all .25s ease;z-index:1;cursor:pointer}.calc-form-radio-wrapper label.radio-task input:checked+.radio-label{color:#1273e2;border-bottom:3px solid #1273e2}quantity-input input:focus~:after{box-shadow:0 0 0 var(--inputs-border-width) #1273e2,var(--inputs-border-opacity)}input:focus~:after{color:red!important;box-shadow:0 0 0 var(--inputs-border-width) #1273e2}#products-scroll-target{opacity:0;height:0;pointer-events:none}.popup-content-qrcode{display:flex}.popup-content-qrcode a{width:50%;padding:40px 20px}.popup-content-qrcode a:first-child{border-right:1px solid #0000004d}.produktempfehlung-btn.unvisible{opacity:0}.produktempfehlung-btn.unvisible a{pointer-events:none}.produktempfehlung-btn{position:sticky;bottom:10px;left:0;width:100%;display:block;text-align:right;z-index:2;pointer-events:none;transition:all .25s ease}.produktempfehlung-btn a{width:100%;pointer-events:auto}.produktempfehlung-btn svg{transform:rotate(90deg)}.our-calculation{position:absolute;right:40px;top:74px;text-decoration:none;font-weight:500;color:#1273e2;font-size:18px;z-index:2}.our-calculation button{text-decoration:none;font-weight:500;color:#1273e2;font-size:18px}.calc-result-impact:last-child{margin:0}.chart-legend{display:flex;flex-direction:column;align-items:last baseline;margin-top:40px}.legend{display:flex;align-items:center;margin-bottom:8px}.legend span{color:#00000080;font-size:13px;line-height:20px;font-weight:500}.legend.legend1:before{content:"";display:block;height:24px;width:24px;min-width:24px;background:gold;border-radius:50px;margin-right:8px}.legend.legend2:before{content:"";display:block;height:24px;width:24px;min-width:24px;background:#49d4c6;border-radius:50px;margin-right:8px}.chart{background:#0000000a;padding:20px;border-radius:28px}.section-calculator .grid.flex-center{justify-content:center}.section-calculator .products_calculator{display:none;width:100%}.section-calculator .products_calculator:not(.active)>*>*:not(.active){display:none}.section-calculator .products_calculator_list>*>*:not(.active){display:none}.section-calculator .products_calculator .grid__item{margin-top:20px}.section-calculator .products_calculator.active{display:block}.products_calculator .grid__item .card h3{margin-bottom:0}.products_calculator .grid__item .card .caption-large{display:none}.products_calculator .grid__item .card .button{color:#fff}.products_calculator .grid__item.selected .card{border:2px solid #1273e2}.section-calculator .type_of_roof_content:not(.active){display:none}.section-calculator .tooltip{width:16px;height:16px;min-width:16px;min-height:16px;display:block;position:relative}.section-calculator .tooltip svg{width:16px;height:16px;min-width:16px;min-height:16px;display:block}.section-calculator .tooltip:hover .infobox{opacity:1}.section-calculator .tooltip .infobox{min-width:30px;width:max-content;max-width:200px;height:auto;display:block;position:absolute;right:calc(100% + 4px);bottom:50%;transform:translateY(50%);padding:5px 8px;border-radius:3px;background:#fff;box-shadow:0 0 10px -3px #000;z-index:10;font-size:13px;line-height:20px;font-weight:400;color:#000;-webkit-hyphens:unset;hyphens:unset;opacity:0;pointer-events:none;transition:all .25s ease}.section-calculator .tooltip.giant .infobox{width:380px;max-width:90vw;right:50%;bottom:calc(100% + 4px);transform:translate(50%)}.section-calculator .tooltip.giant .infobox:before{left:calc(50% - 4px);top:calc(100% - 4px);transform:rotate(45deg)}.section-calculator .tooltip .infobox:before{content:"";display:block;width:0px;height:0px;border-bottom:8px solid #ffffff;border-left:8px solid #ffffff;position:absolute;left:calc(100% - 4px);top:calc(50% - 4px);transform:rotate(-45deg)}@media screen and (max-width: 699px){.products_calculator .grid__item:not(.selected){display:none}.section-calculator .tooltip.giant{position:unset}}@media screen and (min-width: 700px){.section-calculator .box-border{border-right:1px solid #0000004d}.produktempfehlung-btn a{width:auto}.section-calculator .products_calculator .grid__item{max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.section-calculator .calc-section{padding:24px}.section-calculator hr{margin:20px -24px;background:#0000004d}.calc-result-field-wrapper,.calc-result-impact-wrapper{flex-direction:row}.calc-result-impact{margin-bottom:0}.chart{background:#0000000a;padding:40px 40px 20px 20px;border-radius:28px}}@media screen and (min-width: 1000px){.section-calculator .products_calculator .grid__item{margin-top:0}.popup-content-qrcode a{padding:40px 100px}}@media screen and (min-width: 1150px){.produktempfehlung-btn{bottom:68px;height:0}.section-calculator .box-border{border-bottom:none}.calc-grid .calc-item-1,.calc-grid .calc-item-2{width:25%}.calc-grid .calc-item-3{width:50%}}.discount-code{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:64px;padding-left:20px;padding-right:20px;background:gold 0% 0% no-repeat padding-box;border-radius:12px}.discount-code__wrapper{display:flex;flex-direction:row;align-items:center;height:64px}@media screen and (max-width: 531px){.discount-code__discount-text{max-width:103px!important;font-size:14px!important}.discount-code__copy-text{font-size:14px}}.discount-code__discount-text{margin-bottom:0!important;max-width:270px;width:auto!important;margin-right:12px}.discount-code__code{height:24px;padding-left:13px;padding-right:13px;border:1px solid #000000;border-radius:12px}.discount-code__copy-code{height:25px}.discount-code__btn{height:24px;background:transparent;border:unset;margin-right:11px}.icon-copy{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-start;cursor:pointer;margin-top:-.5rem}.discount-code{padding-right:0;padding-left:5px;justify-content:space-evenly}.discount-code__copy-text{margin-left:11px;margin-bottom:0!important}.icon-copy>.icon.icon-checkmark{width:24px;height:24px;display:none}.calc-ad{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:64px;padding-left:20px;padding-right:20px;background:gold 0% 0% no-repeat padding-box;border-radius:12px}.calc-ad-wrapper{display:flex;flex-direction:row;align-items:center;height:64px}.calc-ad-text{margin-bottom:0!important;width:auto!important;margin-right:12px}.section-calculator .discount-code__discount-text{max-width:none!important}.section-calculator .discount-code__copy-text{margin-bottom:0!important;margin-left:7px!important;word-break:keep-all}@media screen and (max-width: 531px){.calc-ad-text{font-size:14px!important}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/component-calculator.css.map */
