.v-input--checkbox.v-input--indeterminate.v-input--is-disabled{opacity:.6}.v-input--checkbox.v-input--dense{margin-top:4px}.v-input--selection-controls{margin-top:16px;padding-top:4px}.v-input--selection-controls>.v-input__append-outer,.v-input--selection-controls>.v-input__prepend-outer{margin-top:0;margin-bottom:0}.v-input--selection-controls:not(.v-input--hide-details)>.v-input__slot{margin-bottom:12px}.v-input--selection-controls .v-input__slot,.v-input--selection-controls .v-radio{cursor:pointer}.v-input--selection-controls .v-input__slot>.v-label,.v-input--selection-controls .v-radio>.v-label{align-items:center;display:inline-flex;flex:1 1 auto;height:auto}.v-input--selection-controls__input{color:inherit;display:inline-flex;flex:0 0 auto;height:24px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:transform;width:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__input .v-icon{width:100%}.v-application--is-ltr .v-input--selection-controls__input{margin-right:8px}.v-application--is-rtl .v-input--selection-controls__input{margin-left:8px}.v-input--selection-controls__input input[role=checkbox],.v-input--selection-controls__input input[role=radio],.v-input--selection-controls__input input[role=switch]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__input+.v-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__ripple{border-radius:50%;cursor:pointer;height:34px;position:absolute;transition:inherit;width:34px;left:-12px;top:calc(50% - 24px);margin:7px}.v-input--selection-controls__ripple:before{border-radius:inherit;bottom:0;content:"";position:absolute;opacity:.2;left:0;right:0;top:0;transform-origin:center center;transform:scale(.2);transition:inherit}.v-input--selection-controls__ripple>.v-ripple__container{transform:scale(1.2)}.v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple{width:28px;height:28px;left:-9px}.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple{top:calc(50% - 21px)}.v-input--selection-controls.v-input{flex:0 1 auto}.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2)}.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon{color:inherit}.v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly){pointer-events:none}.v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2);transition:none}.theme--light.v-badge .v-badge__badge:after{border-color:#fff}.theme--dark.v-badge .v-badge__badge:after{border-color:#1e1e1e}.v-badge{position:relative}.v-badge,.v-badge__badge{display:inline-block;line-height:1}.v-badge__badge{border-radius:10px;color:#fff;font-size:12px;height:20px;letter-spacing:0;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;top:auto;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-application--is-ltr .v-badge__badge{right:auto}.v-application--is-rtl .v-badge__badge{left:auto}.v-badge__badge .v-icon{color:inherit;font-size:12px;height:12px;margin:0 -2px;width:12px}.v-badge__badge .v-img{height:12px;width:12px}.v-badge__wrapper{flex:0 1;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-badge--avatar .v-badge__badge{padding:0}.v-badge--avatar .v-badge__badge .v-avatar{height:20px!important;min-width:0!important;max-width:20px!important}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-width:2px;border-style:solid;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.15)}.v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--icon .v-badge__badge{padding:4px 6px}.v-badge--inline{align-items:center;display:inline-flex;justify-content:center}.v-badge--inline .v-badge__badge,.v-badge--inline .v-badge__wrapper{position:relative}.v-badge--inline .v-badge__wrapper{margin:0 4px}.v-badge--tile .v-badge__badge{border-radius:0}.v-autocomplete.v-input>.v-input__control>.v-input__slot{cursor:text}.v-autocomplete input{align-self:center}.v-autocomplete.v-select.v-input--is-focused input{min-width:64px}.v-autocomplete:not(.v-input--is-focused).v-select--chips input{max-height:0;padding:0}.v-autocomplete--is-selecting-index input{opacity:0}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{margin-top:24px}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot>input{margin-top:20px}.v-autocomplete__content.v-menu__content,.v-autocomplete__content.v-menu__content .v-card{border-radius:0}.v-input--radio-group legend.v-label{cursor:text;font-size:14px;height:auto}.v-input--radio-group__input{border:none;cursor:default;display:flex;width:100%}.v-input--radio-group--column .v-input--radio-group__input>.v-label{padding-bottom:8px}.v-input--radio-group--row .v-input--radio-group__input>.v-label{padding-right:8px}.v-input--radio-group--row legend{align-self:center;display:inline-block}.v-input--radio-group--row .v-input--radio-group__input{flex-direction:row;flex-wrap:wrap}.v-input--radio-group--column legend{padding-bottom:8px}.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child){margin-bottom:8px}.v-input--radio-group--column .v-input--radio-group__input{flex-direction:column}.theme--light.v-radio--is-disabled label{color:rgba(0,0,0,.38)}.theme--dark.v-radio--is-disabled label{color:hsla(0,0%,100%,.5)}.v-radio{align-items:center;display:flex;height:auto;outline:none}.v-radio--is-disabled{pointer-events:none;cursor:default}.v-input--radio-group.v-input--radio-group--row .v-radio{margin-right:16px}p[data-v-36341e95]{margin:0}[data-v-36341e95] .v-input--dense>.v-input__control{height:1.25rem}label[data-v-36341e95]{font-size:14px}del{color:red}.current{background-color:rgba(0,0,0,.2)}.p-import{display:block;margin:0;padding:0;padding-left:8px;padding-bottom:4px;white-space:nowrap}.p-import>*{display:inline-block}.p-import span{vertical-align:top;padding:0;padding-top:8px;margin:0}.p-import .clickable{cursor:pointer;width:90%}.v-text-field.right input{text-align:right!important}.timeline-item u{color:#1e90ff;text-decoration:none;font-weight:700}.theme--light.v-data-table{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:rgba(0,0,0,.6)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.v-data-table{line-height:1.5;max-width:100%}.v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-data-table--fixed-header>.v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:sticky;top:0;z-index:2}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}.mdi-check-circle[data-v-341dd79e]{color:green}.mdi-close-circle[data-v-341dd79e]{color:red}.transparent[data-v-341dd79e]{opacity:.75}.hidden[data-v-341dd79e]{display:none}.pie{display:inline-block;width:72px;height:72px;border-radius:50%;border:.15em solid #fff;box-shadow:0 .075em .2em .05em rgba(0,0,0,.25);background-origin:border-box}table.tooltip{margin-bottom:1rem}table.tooltip tr.zero{opacity:.5}table.tooltip td{padding:0 1rem}table.tooltip th{padding:0 0 1rem 0}table.budget{font-size:13px;border-collapse:separate;border-spacing:0;width:100%;margin:0 auto 120px auto}table.budget.simple tbody>tr :nth-child(3),table.budget.simple tbody>tr :nth-child(5),table.budget.simple tbody>tr :nth-child(6),table.budget.simple tbody>tr :nth-child(7),table.budget.simple tbody>tr :nth-child(8),table.budget.simple tbody>tr :nth-child(9),table.budget.simple thead>tr :nth-child(3),table.budget.simple thead>tr :nth-child(5),table.budget.simple thead>tr :nth-child(6),table.budget.simple thead>tr :nth-child(7),table.budget.simple thead>tr :nth-child(8),table.budget.simple thead>tr :nth-child(9){display:none}table.budget .zero{opacity:0}table.budget .green.lighten-5 .zero,table.budget .red.lighten-5 .zero{opacity:1}table.budget .suffix{display:inline-block;padding:.2em .25em;color:#1e90ff;visibility:hidden;opacity:.75;right:.2rem}table.budget td,table.budget th{padding:.2em .25em .1em .75em;white-space:nowrap;min-width:72px}table.budget td:last-child,table.budget th:last-child{min-width:auto}table.budget td.has-input,table.budget th.has-input{padding:0;margin:0}table.budget td.has-input .suffix,table.budget th.has-input .suffix{position:absolute}table.budget td.left,table.budget th.left{text-align:left}table.budget td.center,table.budget th.center{text-align:center}table.budget td.right,table.budget th.right{text-align:right}table.budget td.initials,table.budget th.initials{font-size:11px;width:36px;text-align:center}table.budget td.initials span,table.budget th.initials span{opacity:.5}table.budget td.sep,table.budget th.sep{border-right:1px solid #fff}table.budget thead{background-color:#cfcfcf}table.budget thead:first-child{border-top:none;position:sticky;top:64px;z-index:2}table.budget thead .zero,table.budget thead .zero>*{opacity:1}table.budget thead .columnHelper{color:#1e90ff}table.budget thead.group-header{background-color:#e6e6e6}table.budget thead.group-header.del{background-color:#e8acac}table.budget thead.group-header tr:first-child{background-color:#f5f5f5}table.budget thead.group-header tr:first-child td{height:16px}table.budget thead.group-header th{vertical-align:middle}table.budget thead.group-header .sum:not(.zero) span{opacity:.67}table.budget thead.group-header .sum.zero{opacity:1}table.budget thead.group-header .sum.zero span{opacity:0}table.budget tbody tr td:first-child{border-left:none}table.budget tbody tr td:last-child{border-right:none}table.budget tbody td{border:1px solid #e9e9e9;position:relative}table.budget tbody tr:hover .zero,table.budget tbody tr:hover .zero+.suffix{opacity:.33}table.budget tbody tr:hover .suffix{visibility:visible}table.budget tbody tr.has-focus .zero{transition-duration:.25s;opacity:1}table.budget tbody tr.has-focus .suffix{transition-duration:.25s;visibility:visible}table.budget tbody tr.has-focus td.green.lighten-5,table.budget tbody tr.has-focus td.red.lighten-5{transition-duration:.25s}table.budget tbody td.has-focus,table.budget tbody tr.has-focus td.has-focus.green.lighten-5,table.budget tbody tr.has-focus td.has-focus.red.lighten-5{border:1px solid #1e90ff!important}table.budget tbody tr.del{font-style:italic;color:#d35c5c;background-color:#f5cece}table.budget tbody tr.del input[type=text]{color:#d35c5c;font-style:normal;text-decoration:line-through}table.budget tbody tr.transfer{font-style:italic;color:#414141}table.budget tbody tr.transfer td{background-color:rgba(187,175,165,.7)!important}table.budget tbody tr.transfer input[type=text]{color:#1e90ff;font-style:normal}table.budget tbody tr.hidden{display:none}table.budget tbody tr:last-child td{border-bottom:none}table.budget tbody tr:last-child :hover{border-bottom-color:transparent}table.budget tbody.hidden{display:none}table.budget input[type=text]{box-sizing:border-box;text-align:right;width:100%;height:100%;color:#1e90ff;font-weight:700;cursor:default;margin:0;padding:.25em 1.75em .25em .5em}table.budget input[type=text]:focus{outline:none;caret-color:transparent}table.budget input[type=text]::-moz-selection{background:transparent}table.budget input[type=text]::selection{background:transparent}table.budget input[type=text].inside-cell{caret-color:auto}table.budget input[type=text].inside-cell::-moz-selection{background:#c5d4e4}table.budget input[type=text].inside-cell::selection{background:#c5d4e4}table.budget input[type=text]:disabled,table.budget input[type=text]:disabled+.suffix{color:#000}table.budget td.fremdkosten .prefix{position:absolute;padding:.25em}table.budget td.fremdkosten input[type=text][readonly]{cursor:pointer}table.budget span.costs{display:inline-block;text-align:right;width:64px;color:#1e90ff;font-weight:700}.pre{white-space:pre-wrap}th .pie{width:14px;height:14px;margin-bottom:-2px;border:none;box-shadow:none}