#root{margin:0 auto;padding:0}.navigation-and-views,.views{width:100%;min-height:100%}.layout{width:100%;height:100%;display:flex;flex-direction:row;background-color:#fff;box-sizing:border-box}.layout__col{padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:fit-content;box-sizing:border-box;padding-top:0}.layout__col-left,.layout__col-right{align-items:flex-start;justify-content:flex-start;min-width:12rem;max-width:50%;transition:all .3s}.layout__col-left{min-width:17rem;padding-left:0;max-width:40%;padding-right:2rem}.layout__col-right{padding-right:0;padding-top:-.2rem}.layout__col-center{flex-grow:1;padding:0}.layout__col-right--faded{opacity:.5;pointer-events:none}.toggle-layout{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:1rem}.help-text{text-align:center;color:#000;margin-top:1rem;transition:all .3s}.help-text--faded{opacity:0;pointer-events:none}@media screen and (max-width: 767px){.layout{flex-direction:column}.layout__col-center,.layout__col-left,.layout__col-right{min-width:0;max-width:unset;width:100%}.layout__col-left{order:3;padding-left:0rem;padding-right:0rem}.layout__col-right{order:2;padding-right:0rem;padding-left:0rem}.layout__col-center{order:23;flex-grow:1;padding-left:0rem;padding-right:0rem}}@media screen and (min-width: 1024px){.layout__col-right{min-width:18rem}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:10;overflow:scroll}.modal>div:not(.modal__background){position:relative}.modal__background{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080}@media screen and (max-width: 767px){.modal__background{position:fixed}}.navigation{position:relative;width:100%;display:flex;background-color:#fff;padding:1rem;box-sizing:border-box}.navigation__steps{position:relative;width:100%;display:flex;align-items:center;margin:0 auto auto;box-sizing:border-box;max-width:var(--max-content-width)}.navigation__button{background-color:var(--buttons-bg);height:3rem;min-width:6rem;border-right:1px solid white;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;font-weight:700;border-radius:var(--border-radius)}.navigation__buttons_left,.navigation__buttons_right{display:flex;justify-content:left;width:fit-content}.navigation__buttons_left>.navigation__button{margin-right:2rem}.navigation__buttons_left{display:flex;justify-content:left;width:fit-content}.navigation__buttons_right{margin-left:2rem;margin-left:auto}.navigation__button:hover{background-color:var(--buttons-bg-hover)}.navigation__button--outline{background-color:transparent;border:2px solid var(--buttons-bg);color:var(--buttons-bg)}.navigation__button--outline:hover{background-color:transparent;border:2px solid var(--buttons-bg-hover);color:var(--buttons-bg-hover)}.navigation__button--disabled,.navigation__button--disabled:hover{background-color:#eaeaea;color:#deaead;pointer-events:none;cursor:auto}.navigation__button--hidden{opacity:0;pointer-events:none;cursor:auto}.navigation__step{background-color:var(--neutral);height:3rem;width:3rem;min-width:3rem;border-right:1px solid white;display:flex;justify-content:center;align-items:center;padding-left:1.2rem;padding-right:1.2rem;box-sizing:border-box}.navigation__step:first-of-type{border-radius:var(--border-radius) 0 0 var(--border-radius)}.navigation__step:last-of-type{border-radius:0 var(--border-radius) var(--border-radius) 0}.navigation__step--active{width:100%;background-color:var(--primary)}.navigation__step-number{display:inline-block;color:var(--text)}.navigation__step--active .navigation__step-number{margin-right:1rem;color:#fff}.navigation__step-label{display:none;color:var(--text);font-weight:700}.navigation__step--active .navigation__step-label{display:inline-block;color:#fff}.navigation__step--interactive{cursor:pointer}.navigation__step--disabled{cursor:not-allowed}@media screen and (max-width: 767px){.navigation{flex-wrap:wrap;justify-content:space-between}.navigation__steps{width:100%;max-width:unset;order:2}.navigation__button{order:1;width:30%;margin:0;margin-bottom:1rem}.navigation__step{min-width:0;padding-left:.2rem;padding-right:.2rem}.navigation__step--active{padding-left:.8rem;padding-right:.8rem}}.measure-list{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;opacity:1;transition:all .2s}.measure-list--hidden{opacity:1;pointer-events:all}.measure-list>.measure:first-of-type{border-radius:var(--border-radius) var(--border-radius) 0 0}.measure-list>.measure:last-of-type{border-radius:0 0 var(--border-radius) var(--border-radius)}.measure-list>.measure:only-of-type{border-radius:var(--border-radius)}@media screen and (max-width: 767px){.measure-list--hidden{opacity:100}}.panel{width:100%;max-width:40rem;background-color:var(--panel-bg);border-radius:var(--border-radius);box-shadow:2px 2px 0 2px #33333380;padding:2rem;box-sizing:border-box;border:3px solid transparent}.panel--editable{border:3px solid var(--buttons-bg)}.panel h1{width:100%;display:inline-block;font-weight:700;font-size:1.2rem;color:#333;text-align:center;margin-bottom:2rem;margin-top:0}.panel p{width:100%;display:inline-block;font-size:1rem;font-weight:400;color:#333;text-align:left;margin-bottom:2rem;margin-top:0}.panel__img{width:100%;margin-bottom:1rem}.panel>.button:last-of-type{margin-top:2rem}@media screen and (max-width: 767px){.panel{width:100%;max-width:unset;height:100%;padding:2rem}}.button{background:var(--buttons-bg);padding:.8rem 1.6rem;border-radius:var(--border-radius);cursor:pointer;display:flex;justify-content:center;align-items:center;width:fit-content;box-sizing:border-box;max-height:3rem}.modal .button{margin-left:auto}.button__label{-webkit-user-select:none;user-select:none;text-align:center;font-weight:700}.button-outline{border:.15rem solid var(--buttons-bg);color:var(--buttons-bg);padding:1rem;border-radius:var(--border-radius);cursor:pointer;display:flex;justify-content:center;align-items:center;width:fit-content}.button:hover{background:var(--buttons-bg-hover)}.button-outline:hover{background-color:#fff;border:.15rem solid var(--buttons-bg-hover);color:var(--buttons-bg-hover)}.button--disabled{background:#aaa;cursor:unset;pointer-events:none}.button-row{display:flex;flex-direction:row;justify-content:space-between;margin-top:2rem;width:100%;max-height:3rem}.button-row>div:not(div:last-of-type){margin-right:1rem}.toggle-input-group{margin-bottom:2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;column-gap:3rem}@media screen and (max-width: 767px){.toggle-input-group{width:100%;margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;column-gap:1.5rem;margin-left:auto;margin-right:auto}}.toggle-input{display:flex;align-items:center;flex-direction:column;cursor:pointer}.toggle-input__button{min-width:8rem;width:100%;padding-bottom:100%;background-repeat:no-repeat;background-size:100%;background-position:center;border-radius:var(--border-radius)}.toggle-input__button--active{box-shadow:0 0 0 .25rem var(--active)}.toggle-input__label{text-align:center;align-items:center!important;margin-right:0!important;margin-top:1rem}.input{margin-bottom:.8rem}.input__label{display:inline-flex;flex-direction:row;justify-content:flex-var(--text-input-flex-alignment);align-items:center;color:var(--text);font-size:var(--text-size);font-weight:500;margin-right:1rem;min-width:9.5rem;max-width:9.5rem;text-align:var(--text-input-alignment);font-size:.9rem}.input__hint{display:inline-block;color:var(--invalid);font-size:var(--hint-text-size);font-weight:400;margin-right:1rem;min-width:7.5rem;margin-top:.3rem}.input__input,.input__input-placeholder{width:100%;background-color:var(--bg-input);color:var(--text);font-family:monospace,monospace;font-size:var(--text-size-input);border:none;border-radius:.3rem;padding:.5rem;min-height:2rem;max-height:2rem;box-sizing:border-box}.base_input .input__input{width:100%}.input__input-placeholder{background-color:#fff;padding:0;box-sizing:border-box}.input__input:focus,.text-input__input:active{box-shadow:0 0 0 .15rem var(--valid);outline:none}.input__input:hover{background-color:var(--bg-input-hover)}.view .input__input{background-color:var(--panel-bg)}.input__input:hover{background-color:var(--panel-bg-hover)}.base_input{width:100%;position:relative}.input__hint{pointer-events:none;max-height:0;opacity:0;transition:all .3s;display:block}.base_input--invalid .input__input{box-shadow:0 0 0 .15rem var(--invalid);background-color:var(--invalid-bg)}.base_input--invalid .input__hint{max-height:1rem;opacity:1}.input__prefix,.input__postfix{position:absolute;top:.33rem;color:var(--text);font-family:monospace,monospace;font-size:var(--text-size);pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity 1s;opacity:0}.input__prefix{left:.5rem}.input__prefix--visible,.input__postfix--visible{opacity:.5}.select-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;width:100%}.select-input__input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.heated-segments{display:flex;margin-bottom:.5rem;width:100%}.heated-segments__container{width:100%;background-color:var(--bg-input);color:var(--text);font-size:var(--text-size);border:none;padding:1.3rem .3rem .3rem;display:flex;justify-content:center;overflow:hidden}.heated-segments__hint{font-size:.8rem;font-weight:400}.heated-segments__inputs{border:1px solid black;max-width:15rem}.heated-segment-input{border:1px solid black;position:relative}.heated-segment-input:first-of-type{height:3rem}.heated-segment-input:first-of-type .heated-segment-input__input{height:100%}.heated-segment-input:nth-of-type(2) .heated-segment-input__fill{background-color:#eaeaea}.heated-segment-input:nth-of-type(2) .heated-segment-input__input{opacity:.5}.heated-segment-input:first-of-type:before,.heated-segment-input:first-of-type:after{position:absolute;background:#fff;content:"";width:70%;padding-bottom:30%}.heated-segment-input:first-of-type:before{left:0;top:1rem;z-index:100;border-bottom:2px solid black;transform:translate(-50%,-50%) rotate(-30deg) translate(20%)}.heated-segment-input:first-of-type:after{right:0;top:1rem;z-index:100;border-bottom:2px solid black;transform:translate(50%,-50%) rotate(30deg) translate(-20%)}.heated-segment-input:last-of-type:after{position:absolute;background:#000;content:"";width:100%;height:2px;top:-2px;z-index:100;left:0;transform:scaleX(1.2)}.heated-segment-input__input{color:#000;box-sizing:border-box;width:100%;text-align:center;background-color:transparent;border:none;margin:none;padding:.5rem;position:relative}.heated-segment-input__input:focus{outline:none}.heated-segment-input__fill{position:absolute;top:0;bottom:0;left:0;background-color:var(--active)}.heated-segment-input--dragged{cursor:ew-resize}.text-input{display:flex;width:100%}.input-checkbox{display:flex}.input-checkbox__container{width:100%;display:flex}.input-checkbox__box{display:inline-flex;background-color:#fff;border-radius:.3rem;max-width:2rem;max-height:2rem;box-shadow:0 0 0 2px var(--panel-bg) inset;margin-right:1rem}.input-checkbox__label{white-space:nowrap;color:var(--text);display:inline-flex;align-items:center;font-weight:500;font-size:.9rem}.input-checkbox__label>span{margin-right:.5rem}.input-checkbox__box--active{background-color:var(--active);background-image:url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1743.858 267.012 710.747 1300.124 176.005 765.382 0 941.387l710.747 710.871 1209.24-1209.116z' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:80%;background-repeat:no-repeat;background-position:center}.input-checkbox__input{opacity:0;width:2rem;height:2rem;margin:0;padding:0;min-width:3rem}.info-button{display:inline-flex;justify-content:center;align-items:center;color:#000;border:2px solid black;border-radius:10rem;width:1rem;height:1rem;min-width:1rem;min-height:1rem;cursor:pointer}.info-button-container{width:fit-content;display:inline-flex;align-items:center;justify-content:start;z-index:1;position:relative;margin-right:.5rem}.isptable{background:#fff}.isptable th{border-bottom:1px solid black}.isptable td,.isptable th{padding:.4rem 1rem;text-align:left;font-size:.8rem}.isptable th:nth-of-type(4),.isptable td:nth-of-type(4),.isptable th:nth-of-type(3),.isptable td:nth-of-type(3){background-color:#d82375;color:#fff;font-weight:700}.view{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#fff;width:100%;height:100%;box-sizing:border-box;padding:1rem;padding-top:0;overflow:hidden}.view-inner{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#fff;height:100%;width:100%;min-width:var(--max-content-width);min-height:var(--max-content-height)}.view-dialog-inner{max-width:var(--max-content-width)}.view-dialog{margin-top:0rem;width:fit-content}.view__copy-block{font-weight:400;display:inline-block;color:var(--text);margin-left:auto;margin-right:auto;margin-top:.5rem;margin-bottom:1rem}.view__title{font-weight:700;margin-bottom:.8rem;margin-top:.5rem}.view__copy,.view__copy--long{font-weight:400}.calc_view{width:100%}.calc_view .input__input{width:100%!important;min-width:100%!important;max-width:100%!important}.calc_view .input__label{width:calc(50% - 2rem)!important;min-width:calc(50% - 2rem)!important;max-width:calc(50% - 2rem)!important;padding-left:.5rem}@media screen and (max-width: 767px){.view-inner{width:100%;min-width:0}.view__copy--long{max-width:unset}}.measure{width:100%;background-color:var(--panel-bg);padding:.4rem .8rem;margin-bottom:.2rem;box-sizing:border-box;cursor:pointer}.measure:hover{background-color:var(--widget-hover)}.measure__label{color:#333;font-size:1rem;line-height:1.2rem}.measure__infos{font-size:1rem;font-weight:700;line-height:1.2rem;color:#333;display:flex;flex-direction:row;align-items:start}.measure__info-now,.measure__info-now--single{color:var(--now)}.measure__info-triangle{margin-left:.5rem;margin-right:.5rem}.measure__info-triangle:before{content:"→"}.measure__info-future{color:var(--future)}@media screen and (max-width: 757px){.measure__label{margin-bottom:.2rem}.measure__infos{flex-direction:column}.measure__info-triangle{display:none}.measure__info-future:before{display:inline-block;content:"";width:.5rem;height:.5rem;margin-left:.5rem;margin-right:.5rem;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 96 96' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect x='0' y='0' width='96' height='96' style='fill:none;'/%3E%3Cg id='ArtBoard11' %3E%3Cg transform='matrix(0.719476,0,0,1,0,0)'%3E%3Cpath d='M0,0L96,48L0,96L0,0Z' style='fill:rgb(50,50,50);'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}}.modal_link{cursor:pointer;font-weight:700}.statistics-list{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;order:0}.statistics-list>.statistics:first-of-type{border-radius:var(--border-radius) var(--border-radius) 0 0}.statistics-list>.statistics:last-of-type{border-radius:0 0 var(--border-radius) var(--border-radius)}@media screen and (max-width: 767px){.statistics-list{display:flex;flex-direction:column;align-items:flex-start;order:-1}}.statistics{width:100%;padding-bottom:.4rem 0rem;margin-bottom:.2rem;box-sizing:border-box}.statistics-list>div{margin-bottom:1rem}.statistics__label{color:#333;font-size:1rem;line-height:1.2rem}.statistics__infos{font-size:1rem;font-weight:700;line-height:1.2rem;color:#333;display:flex;flex-direction:row;align-items:center}.statistics__info-now{color:var(--now)}.statistics__info-now--single{color:#585858}.statistics__info-triangle{margin-left:.5rem;margin-right:.5rem}.statistics__info-triangle:before{content:"→"}.statistics__info-future{color:var(--future)}.statistics__info-unit{color:#333;font-weight:400;margin-left:.3rem}.statistics-hint{font-size:.8rem;color:#5c5c5c;max-width:13rem;margin-top:.3rem}@media screen and (max-width: 767px){.statistics-hint{display:none}.statistics{width:100%;display:flex;margin-bottom:.5rem}.statistics-efz{width:100%;display:block}.statistics__label{margin-right:1rem}.statistics-efz{width:100%}.statistics:nth-of-type(odd){margin-right:1rem}}.plus{width:100%;min-width:4rem;border-radius:var(--border-radius);background-color:var(--buttons-bg);display:flex;justify-content:center;align-items:center;cursor:pointer;padding:1rem;box-sizing:border-box;height:3rem;color:#fff}.plus:hover{background-color:var(--buttons-bg-hover)}.plus__menu--open .plus{border-radius:var(--border-radius) var(--border-radius) 0 0;background-color:var(--panel-bg)}.plus__menu--open .plus:hover{background-color:var(--panel-bg)}.plus-bars{position:relative;transition:all .3s;width:1rem;height:1rem;display:flex;justify-content:center;align-items:center}.plus__menu--open .plus-bars{transform:rotate(45deg)}.plus-bar{position:absolute;width:1rem;height:.2rem;background-color:#fff;transform:translate(-50%,-50%);left:50%;top:50%}.plus__menu--open .plus-bar{background-color:#333}.plus-bar:nth-of-type(2){transform:translate(-50%,-50%) rotate(90deg)}.plus__menu{display:flex;flex-direction:column;background-color:transparent;border-radius:var(--border-radius);box-sizing:border-box;margin-bottom:1rem;transition:all .5s;width:100%}.plus__menu--open{background-color:var(--panel-bg)}.plus__menu-list{position:relative;display:flex;flex-direction:column;padding:0;list-style:none;width:100%;box-sizing:border-box;max-height:0rem;transition:all .5s;pointer-events:none;opacity:1;margin:0;background-color:var(--panel-bg);border-radius:0 0 var(--border-radius) var(--border-radius);overflow:hidden}.plus__menu--open .plus__menu-list{max-height:23rem;pointer-events:all;opacity:1}.plus__menu-item{width:100%;font-size:1rem;font-weight:700;text-align:left;color:#000;padding:.5rem .8rem;box-sizing:border-box;cursor:pointer;transition:all .1s;opacity:0}.plus__menu--open .plus__menu-list .plus__menu-item{opacity:1}.plus__menu-item--hovered{color:#fff;background-color:var(--active-hover)}.plus-label{display:inline-block;margin-right:1rem;color:#fff;text-align:left;width:100%;font-weight:700}.plus__menu--open .plus-label{color:#333;font-weight:400}@media screen and (max-width: 767px){.plus__menu{height:unset;order:2}}.house{width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start;position:relative}.house svg{z-index:2;width:100%}.house-img{position:absolute;width:100%;padding-bottom:100%;background-size:contain;pointer-events:none;background-repeat:no-repeat}.einfamilienhaus-img{background-image:url(../einfamilienhaus.jpg)}.mehrfamilienhaus-img{background-image:url(../mehrfamilienhaus.jpg)}.mehrfamilieneckhaus-img{background-image:url(../mehrfamilieneckhaus.jpg)}.mehrfamilienmittelhaus-img{background-image:url(../mehrfamilienmittelhaus.jpg)}.reiheneckhaus-img{background-image:url(../reiheneckhaus.jpg)}.reihenmittelhaus-img{background-image:url(../reihenmittelhaus.jpg)}.tacho{display:flex;width:100%;position:relative;margin-bottom:.5rem;margin-top:.5rem}.tacho__element{display:flex;width:100%;height:1.5rem;justify-content:center;align-items:center;color:#333}.tacho__pointer-now,.tacho__pointer-future{position:absolute;background-size:52% 52%;background-repeat:no-repeat;top:-1.5rem;width:.8rem;height:2rem;transform:translate(-50%);display:flex;justify-content:flex-end}.tacho__pointer--offset{top:-2.5rem;height:3rem}.tacho__pointer-now{background:linear-gradient(135deg,transparent .3rem,var(--now) 0) top left,linear-gradient(225deg,transparent .3rem,var(--now) 0) top right,linear-gradient(315deg,transparent .3rem,var(--now) 0) bottom right,linear-gradient(45deg,transparent .3rem,var(--now) 0) bottom left;background-size:52% 52%;background-repeat:no-repeat}.tacho__pointer-future{background:linear-gradient(135deg,transparent .3rem,var(--future) 0) top left,linear-gradient(225deg,transparent .3rem,var(--future) 0) top right,linear-gradient(315deg,transparent .3rem,var(--future) 0) bottom right,linear-gradient(45deg,transparent .3rem,var(--future) 0) bottom left;background-size:52% 52%;background-repeat:no-repeat}.tacho__pointer-now .tacho__pointer-label{background-color:var(--now)}.tacho__pointer-future .tacho__pointer-label{background-color:var(--future)}.tacho__pointer-label{padding:.2rem .4rem;border-radius:.2rem;width:fit-content;font-size:.8rem;font-weight:700;line-height:.8rem;max-height:.9rem;white-space:nowrap}.tacho__element-container{width:100%}.tacho__value{color:#000;border-right:1px solid #505050;justify-content:flex-end;font-size:.8rem;padding-right:.4rem;text-align:right}.tacho__element-container:nth-of-type(1)>.tacho__element{background-color:#7afa4d}.tacho__element-container:nth-of-type(2)>.tacho__element{background-color:#abfb4f}.tacho__element-container:nth-of-type(3)>.tacho__element{background-color:#c9fc51}.tacho__element-container:nth-of-type(4)>.tacho__element{background-color:#ebfd53}.tacho__element-container:nth-of-type(5)>.tacho__element{background-color:#fefd54}.tacho__element-container:nth-of-type(6)>.tacho__element{background-color:#fef051}.tacho__element-container:nth-of-type(7)>.tacho__element{background-color:#f9d749}.tacho__element-container:nth-of-type(8)>.tacho__element{background-color:#f08132}.tacho__element-container:nth-of-type(9)>.tacho__element{background-color:#ec4c27}.pdf-link{background:var(--buttons-bg);padding:.8rem 1.6rem;border-radius:var(--border-radius);cursor:pointer;display:flex;justify-content:center;align-items:center;width:fit-content;box-sizing:border-box;font-weight:700;max-height:3rem;color:#fff;text-decoration:none}.pdf-link:hover{background:var(--buttons-bg-hover)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:1rem;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--max-content-width: 32rem;--max-content-height: 32rem;--febis-grau: #707173;--febis-grau-2: #c4c8d7;--febis-grau-3: #d6dbeb;--febis-blau: #032a6f;--febis-orange: #f29505;--primary-light: var(--febis-orange);--primary: var(--febis-orange);--primary-dark: var(--febis-orange);--secondary-light: var(--febis-grau-2);--secondary: var(--febis-grau-2);--secondary-dark: #373c41;--neutral-light: var(--febis-grau-2);--neutral: var(--febis-grau-2);--neutral-dark: #323232;--bg-input: #fff;--bg-input-hover: #f1f1f1;--valid: #83af39;--invalid: #ff0000;--invalid-bg: #ffb6b6;--active:var(--febis-orange);--active-hover: var(--active);--inactive: #a4bc7b;--hover: #97ca3f;--disabled: #9d9d9d;--buttons-bg: var(--primary);--buttons-bg-hover: var(--febis-blau);--buttons-text: white;--panel-bg: var(--neutral);--panel-bg-hover: #f1f1f1;--widget-hover: var(--neutral-light);--border-radius: 0;--now--old: #032a6f;--now: black;--future: var(--active);--text: #333;--text-size: 1rem;--text-size-input: .9rem;--text-input-alignment: left;--text-input-flex-alignment: flex-start;--hint-text-size: .8rem;--heizung: #da7c45;--keller: #8580ad;--dach: #ad8493;--fenster: #7ec0d3;--fassade: #9bd789;--solarthermie: #708de8;--photovoltaik: #c69f4b;--lueftung: #708de8;--kostengrundlage: var(--active)}.esr{height:40rem}.table{width:100%;height:0}.table,td,tr{vertical-align:top;color:var(--text)}.table td{background:var(--neutral);padding:.5rem;box-sizing:border-box;width:100%;height:100%}.table tr{padding-bottom:1rem}.table td:first-of-type{max-width:15rem;min-width:15rem;display:inline-block;height:100%}.table td span{margin-right:1rem}.td-two{display:flex;justify-content:space-between;padding-right:2rem}.td-two span:first-of-type{display:block}@media screen and (max-width:767px){.td-two{flex-direction:column;justify-content:flex-start;align-items:flex-start}.td-two span:first-of-type{display:inline}}
