/* Created by Content Blocks */

.preisberechnung td{
    white-space: nowrap;
    text-align: center;
}

.preisberechnung .formel td{

    padding: 10px 5px;
    border-radius: 5px;
}

.preisberechnung .formel td a{
    color: #000;
    font-weight: var(--bs-body-font-weight);
}

.preisberechnung .formel .item:hover{
    background-color:  var(--sw-primary-brand-BITV);
    cursor: pointer
}

.preisberechnung .formel .item:hover a{
    color: #fff;
}

.district-heating-modals{
    display:none;
}

@media (max-width: 550px) {
	.table.district-heating-table tr th:first-child {
        position: static;
    }
}