html {
    max-width: 100%;
    overflow-x: hidden;
}

.shtx {
    text-shadow: 1px 1px 2px rgba(0,0,0,.84);
}

.shtxw {
    text-shadow: 1px 1px 2px rgba(255,255,255,.814);
}

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

@media (max-width:620px) {
    .carfot {
        max-width: 50%;
        overflow-x: hidden;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

img:not([src]):not([srcset]) {
    visibility: hidden;
}

.grow {
    transition: all .6s ease-in-out;
}

.grow:hover {
    transform: scale(1.07);
}

.lead {
    font-family: 'Oswald', sans-serif;
}

.osw {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.oswgem {
    font-family: 'Oswald', sans-serif;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #efdf8e;
}

.hello {
    background-image: url('assets/img/aslunds-start3.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.miljobg {
    background-image: url('assets/img/miljo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-animation: bg-pr 14s both;
    animation: bg-pr 14s both;
}

.entrbg {
    background-image: url('assets/img/caro650.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.om {
    background-image: url('assets/img/om-oss-stor.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.bg-pl {
    -webkit-animation: bg-pl 14s both;
    animation: bg-pl 14s both;
}

@-webkit-keyframes bg-pl{
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes bg-pl{
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.bg-pr {
    -webkit-animation: bg-pr 14s both;
    animation: bg-pr 14s both;
}

@-webkit-keyframes bg-pr{
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes bg-pr{
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.carofoot {
    background-image: url('assets/img/caro280darkh.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-animation: bgptl 8s both;
    animation: bgptl 8s both;
    background-attachment: fixed;
}

.caro {
    background-image: url('assets/img/caro.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-animation: bgptl 8s both;
    animation: bgptl 8s both;
    background-attachment: fixed;
}

.caro2 {
    background-image: url('assets/img/caro154.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bgptl ease-in-out 10s both;
    animation: bgptl ease-in-out 10s both;
    background-attachment: auto;
    background-color: #ffffff;
}

.bgptl {
    -webkit-animation: bgptl ease-in-out 8s both;
    animation: bgptl ease-in-out 8s both;
}

@-webkit-keyframes bgptl{
    0% {
        background-position: 0 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

@keyframes bgptl{
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

.bgas {
    background: linear-gradient(to top, rgb(244, 244, 244) 0%, rgb(217, 217, 217) 50%, rgb(255, 255, 255) 72%, rgb(251, 251, 251) 100%);
}

.jello {
    background-image: url('assets/img/bgaslunders.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

.fibrom {
    background-image: url('assets/img/carom.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #ffffff;
}

.fibrentr {
    background-image: url('assets/img/fiber.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: initial;
    background-attachment: fixed;
    background-color: #ffffff;
}

.fibro {
    background-image: url('assets/img/fiber.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    min-height: 290px !important;
}

.vh80 {
    min-height: 80vh;
}

.carfot {
    overflow-x: hidden!important;
}

.carousel-caplarge {
    position: absolute;
    padding: 1.25rem;
    color: white;
    text-align: center;
    z-index: 100;
}

.accordion-item {
    background-color: white;
    border: 0px solid rgba(0, 0, 0, 0.125);
}