.pstxt .p {
    z-index: 100;
    margin-top: -5rem;
    color: #ffffff;
}

.bgtherm {
    background-image: url('assets/img/thermiabglarge.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #ffffff;
    min-height: 500px;
}

.bgcov {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #ffffff;
}

.fontuc {
    font-family: 'Sansita', serif;
    text-transform: uppercase;
}

.haj::before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('assets/img/bgstoor286.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.vf::before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('assets/img/vattenlar.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width:767px) {
    .haj::before {
        background-image: url('assets/img/smallback.webp ')!important;
    }

    .vf::before {
        background-image: url('assets/img/vattenlarmobo.webp ')!important;
    }

    .bgtherm {
        background-image: url('assets/img/thermiamobo400.webp');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: initial;
        background-color: #ffffff;
        min-height: 500px;
    }
}

.sans {
    font-family: 'Sansita', serif;
    font-size: 1.1rem;
}

.sansbut {
    font-family: 'Sansita', serif;
    font-size: 1.1rem;
}

.vpbgpuff {
    background-image: url('assets/img/puffvarme.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}