.calculator{display:grid;gap:1.25rem}@media (min-width: 992px){.calculator{gap:4rem;grid-template-columns:1fr 1fr}}@media (min-width: 992px){.calculator--full-width{grid-template-columns:1fr}}.calculator__visual{display:flex;flex-direction:column;justify-content:center}.calculator__carousel.carousel{flex-grow:1;display:none}@media (min-width: 992px){.calculator__carousel.carousel{display:flex;justify-content:center}}.calculator__carousel__image{display:flex;align-items:center;justify-content:center;height:auto}.calculator__carousel__image img{max-width:100%;max-height:100%;width:auto;height:auto}.calculator__inner{margin-bottom:0;position:relative}.calculator__container{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.calculator__container:last-of-type{margin-bottom:0}.calculator__container__title{margin-bottom:0;color:var(--theme-primary)}.calculator.show-results .calculator__form,.calculator.show-contact-form .calculator__form{display:none}.calculator.show-calculator .calculator__buttons--calculator,.calculator.show-results .calculator__buttons--results,.calculator.show-contact-form .calculator__buttons--contact-form{display:flex}.calculator__loader{position:absolute;left:0;top:0;right:0;bottom:0;display:none;z-index:1;background:var(--theme-background-color) url(/typo3conf/ext/sitepackage/Resources/Public/Images/calculator-loader.svg) no-repeat center center}.calculator__results{display:none}.calculator__results__list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.calculator__results__list--full-width .calculator__result_item{flex-basis:50%;max-width:50%}.calculator__results__title{margin-bottom:.5rem}.calculator__results .carousel-control-prev{left:-70px;height:85%}@media (min-width: 992px){.calculator__results .carousel-control-prev{left:-60px}}.calculator__results .carousel-control-next{right:-70px;height:85%}@media (min-width: 992px){.calculator__results .carousel-control-next{right:-60px}}.calculator__related-title{margin-bottom:.5rem}@media (min-width: 1200px){.calculator__field{display:flex;align-items:center;justify-content:space-between;gap:.5rem}}.calculator__field__field{width:100%;margin-bottom:0}@media (min-width: 1200px){.calculator__field__field{max-width:195px}}.calculator__field__field .select__indicator:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);display:block;width:1px;height:20px;background:#e5e5e5}.calculator__field__tooltip-icon{position:absolute;right:0;top:0;bottom:0;width:2.5rem;display:flex;align-items:center;justify-content:center}.calculator__tooltip .tooltip-inner{text-align:left;max-width:300px}.calculator__buttons{display:none;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}@media (min-width: 768px){.calculator__buttons{flex-direction:row;gap:1rem}}@media (min-width: 992px){.calculator__buttons{justify-content:start}}.calculator__buttons .btn{min-width:0;width:100%}@media (min-width: 768px){.calculator__buttons .btn{max-width:195px;width:auto}}.calculator__buttons .btn-primary:hover{background:var(--theme-white)}.calculator__buttons .btn-outline-primary{background:var(--theme-white);color:var(--theme-primary)}.calculator__result_item{flex-basis:100%;max-width:100%;display:flex;align-items:center;gap:20px}.calculator__result_item__title{font-weight:700}.calculator__result_item .has-tooltip{padding-right:25px;position:relative}.calculator__result_item p{margin:0}.calculator__result_item img{max-width:40px;max-height:40px;width:auto;height:auto}@media (min-width: 768px){.calculator__result_item{gap:30px}}.calculator__result_item__tooltip{display:inline-block;margin-left:.5rem}@media (min-width: 992px){.calculator__related-products--full-width{max-width:50%;margin-inline:auto}}.calculator__product_teaser{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.calculator__product_teaser__text{flex-grow:1;font-weight:700}.calculator__product_teaser__image-wrapper{display:flex;align-items:center;height:150px}@media (min-width: 1200px){.calculator__product_teaser__image-wrapper{height:200px}}.calculator__product_teaser__image{width:auto;height:auto;max-width:100%;max-height:100%}.calculator__contact-form{display:none}.calculator__contact-form p{margin-bottom:0}.calculator__contact-form .form-group:last-of-type{margin-bottom:0}.calculator.show-loader .calculator__loader,.calculator.show-results .calculator__results,.calculator.show-contact-form .calculator__contact-form{display:block}.calculator .form-control{border-color:var(--theme-primary)}
