/* calculator */
.group-name-roof svg {width:116px!important;height:auto!important;}
#calc-calc svg path {fill: var(--dgreen)!important}
.super {vertical-align: super;font-size: 80%;}

.article-text [class*=float], .td-text [class*=float] {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 calc(50% - 1.5rem);
    flex: 0 0 calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
	height: auto;
}
.article-text .float-right, .td-text .float-right {
    margin: .5rem 0 1rem 1.5rem
}
.article-text .float-left, .td-text .float-left {
    margin: .5rem 1.5rem 1rem 0
}
.article-text .img-info strong {font-size:1.5rem}
.article-text .img-div, .td-text .img-div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 66%;
}

@media screen and (max-width:768px){
    .article-text [class*=float], .td-text [class*=float] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
