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

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

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

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

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

    .bygger::before {
        background-image: url('assets/images/toppermobo.webp')!important;
    }

    .renov::before {
        background-image: url('assets/images/toppermobo.webp')!important;
    }

    .takfasad::before {
        background-image: url('assets/images/toppermobo.webp')!important;
    }
}

.sansi {
    font-family: 'Sansita', serif;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.sansinav {
    font-family: 'Sansita', serif;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.nwh {
    color: rgba(255, 255, 255, 0.955)!important;
}

.bege {
    background-image: url('assets/images/topper.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 4rem;
    background-attachment: fixed;
}

.fastigh {
    background-image: url('assets/img/page.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
    padding-bottom: 4rem;
}

.lead {
    font-size: 1.2rem;
    font-weight: 300;
}

.txtsh {
    text-shadow: 2px 2px 2px rgba(15, 15, 15, 0.91);
}