html, body,.label-title{
    font-family: sans-serif;
}

#section-pvwp{
    padding: 12px;
    max-width: 1200px;
}
.container-bereich{
    display: flex;
    flex-direction: column;
    background: #fafafa;
    border-radius: 7px;
    margin-bottom: 20px;
    border: solid 1px #44586c54;

}
.headtitle-bereich{

}
.headtitle{
    margin: 0;
    padding: 10px 10px;
    background: #44586c;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #FFF;
}
.content-bereich{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    overflow: auto;
}
.box-left.table{
    flex: 1;
}
.box-right{
    flex: 1;
    margin: 0;
}
.result-title{
    padding: 6px 0 10px 0;
    font-size: 15px;
    margin: 0;
}
.label-title{
    display: block;
    font-weight: 600;

}
.inp-verbrauch{
    width: 85%;

}
.inp-td{
    width: 100%;
    max-width: 110px;
}
th:first-child, td:first-child {
    padding-left: 10px;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;

}
th, td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
th {
    background-color: #f2f2f2;
}
caption {
    text-align: left;
    font-size: 15px;
    font-weight: 100;
    margin: 10px 0;
}
.header-table{
    background: #44586c;
    color: #fff;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0 10px 10px;
}
#ersparnis_mon, #ersparnis_jahr{

}
.green-result{
    font-weight: 600;
    color: green;
}
.red-result{
    font-weight: 600;
    color: red;
}
@media screen and (max-width: 600px) {
    th {
        border: none;
    }
}

@media screen and (min-width: 600px) {
    th {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 8px;
    text-align: left;
}

/* Responsive styles for smaller screens */
@media screen and (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }
    table{

        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    th, td {
        padding: 8px 0;
        text-align: left;
        display: block;
    }

    td > span{
        padding-left: 10px;

    }
    td > b > span {
        padding-left: 10px;

    }
    .klein{
        display: block;
    }
    .gros-head{
        display: none;
    }
    .gros-head-th{
        display: none;
    }
    .klein-head{
        display: none;
    }
    .header-table{
        display: block;
    }
    th:first-child, td:first-child{
        background: #f2f2f2;
        font-weight: 600;

    }
    th:first-child, td:first-child {
        padding-left: 0;
    }
    .gros{
        display: none;
    }
    .gros-cell{
        display: none;
    }
    .input-span{
        padding: 0 0 0 10px;
    }
}
@media screen and (min-width:601px) {
    .klein{
        display: none;
    }
    .gros{
        display: block;
    }
    .gros-cell{
        display: table-cell;
    }
    .gros-head{
        display: contents;
    }
    .gros-head-th{
        display: none;
    }
    .input-span{
        padding: 0;
    }
    th:first-child, td:first-child{
        background: #f2f2f2;
        font-weight: 600;
        max-width: 50px;
    }
    td > span{
        padding-left: 0;

    }
  }
.line-left{
    display: block;
}

#select-heizkosten{
    min-width: 170px;
}
#generatePDF{
    text-transform: capitalize;
}