html {
    max-width: 100% !important;
}

@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.logotop {
    width: 100%;
    max-width: 174px;
}

.norrbg {
    background-image: url('assets/img/norrbottenerik.webp');
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    padding-bottom: 6rem;
    background-size: contain;
}

.bg {
    background-image: url('assets/img/toolarge.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}

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

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

    .bgwo {
        background-image: url('assets/img/bakis3.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .rift {
        font-family: Rift;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #3e86a5;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #498daa;
        background-color: rgba(226, 235, 239, 0.55);
    }

    @media (max-width:700px) {
        .bigbl {
            background-image: url('assets/img/bbmob.webp');
            background-size: auto;
            background-repeat: repeat-y;
        }

        .bgwo {
            background-image: url('assets/img/bakis3m.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
    }

    .bigbl {
        background-image: url('assets/img/bakis2.jpg');
        background-size: auto;
        background-repeat: repeat-x;
        background-position: center center;
        background-attachment: fixed;
    }

    .machine {
        background-image: url('assets/img/slipblu2500.webp');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right bottom;
    }

    .clk img {
        cursor: pointer;
    }

    .hejbo {
        border: 6px solid #f2f4f4;
    }

    .pgia-slide h2.placeholder {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0;
        background: transparent;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.67);
    }

    .pgia-control {
        background-color: rgba(255, 255, 255, 0.78);
        color: #3e86a5;
        display: inline-flex;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 1;
        font-size: 20px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        padding-bottom: 2px;
        text-decoration: none;
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
    }

    .pgia-pagination-item {
        display: inline-block;
        background-color: #3e86a5;
        width: 16px;
        height: 16px;
        opacity: 0.5;
        border-radius: 50%;
        margin-left: 10px;
        transform-origin: 50% 50%;
    }

    .slba {
        background-image: url('assets/img/eriksgolvslipningwh.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-color: rgba(97, 166, 195, 0.24);
        background-clip: content-box;
    }

    .pgia-presentation {
        max-width: 800px;
        height: 100%;
        min-height: 436px;
        max-height: 100vh;
        position: relative;
        background: linear-gradient(90deg, #ECE9E6, #FFFFFF);
        margin-left: auto;
        margin-right: auto;
    }

    .sht {
        text-shadow: 1px 2px 3px rgba(31, 31, 31, 0.53);
    }
}