<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================================================
    HEADER + IMAGE
=============================================================*/
.slide {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.slide-text {
    width: 45%;
    float: left;
    background-color: #ffffff;
    z-index: 3;
}

    .slide-text div {
        slide-text div position: relative;
        width: 100%;
    }

    .slide-text h1 {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: bold;
        text-align: right;
        /*margin-right: 20%;*/
    }

    .slide-text img {
        position: absolute;
        left: 11%;
        bottom: 70px;
    }

.slide-img {
    position: relative;
    width: 55%;
    float: left;
    z-index: 1;
    order: 2;
}

    .slide-img img {
        width: 100%;
        /*height: 30%;*/
    }


/*============================================================
    CONTENT
=============================================================*/
.section-list-container {
    position: relative;
    width: 1400px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

    .section-list-container::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 660px;
        height: 100%;
    }

.section-list h2 {
    color: #e9a365;
    font-size: 2.5rem;
    line-height: 3rem;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: "dinregular", sans-serif;
    text-align: center;
}

.section-background {
    background-color: #40415a;
    padding: 2em;
    width: 100%;
    max-width: 100%;
}

rubrik {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.spot-flexbox {
    position: inherit;
}

    .spot-flexbox h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1400px;
        padding-bottom: 25px !important;
    }
    
td {
    border-right: 8px solid;
    border-color: transparent;
}

.item-text {
    position: relative;
    width: 50%;
    background: #ffffff;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 30px;
    text-align: center;
}

    .item-text p {
        padding-top: 30px;
        font-size: 1.1rem;
        font-weight: normal;
        line-height: 1.5rem;
    }

    .item-text .arrow-right {
        position: absolute;
        right: 30px;
        top: 60%;
    }

    .item-text .arrow-right-white {
        display: none;
    }

    .item-text rubrik {
        font-size: 1.35rem;
    }

.item-img {
    width: 50%;
}

    .item-img img {
        width: 50%;
        height: auto;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .item-img video {
        width: 700px;
        height: 450px;
        position: relative;
        left: -1px;
    }

.section-text {
    padding: 50px 0;
    background-color: #ffffff;
}

    .section-text .main-max-fix {
        overflow: visible;
    }

    .section-text .main-content {
        overflow: visible;
        text-align: center;
    }

        .section-text .main-content::before,
        .section-text .main-content::after {
            position: absolute;
            font-size: 5rem;
            line-height: 1rem;
            color: #e9a365;
            font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .section-text .main-content::before {
            content: "\201C"; /*left:-75px;*/
            left: 0;
            top: -20px;
        }

        .section-text .main-content::after {
            content: "\201D";
            right: 0;
            bottom: 0;
        }

    .section-text h2 {
        font-size: 2.1rem;
        color: #000000;
        font-weight: bold;
        padding-bottom: 40px;
    }

    .section-text h3 {
        font-size: 1.56rem;
        color: #000000;
    }

/*==================================================
    Kundlogos
=====================================================*/
.customer-logos-container {
    position: inherit;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.customer-logos {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.customer-logos-box img {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.bli-kund {
    display: block;
    position: relative;
    left: 50%;
    float: left;
    color: #e9a365;
    font-size: 1.875rem;
    border: solid 5px #ffffff;
    padding: 20px 105px;
    text-align: center;
    font-weight: bold;
    /*margin: 0 auto 100px;*/
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}


/*==================================================
    RULLANDE BILDER
=====================================================*/
* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.slideshow-caption-container {
    /*padding: 0px 40%;*/
    position: absolute;
    bottom: 70px;
    width: 100%;
    background-color: transparent;
}

.slideshow-caption {
    position: center;
    color: #fff; /* #e9a365;*/
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    /*border-radius: 10px;*/
    /* background: #40415a url(../images/lightbox-bg.jpg) no-repeat 0 0;*/
    margin: auto;
    text-align: center;
}

    .slideshow-caption a {
        color: #fff;
    }

.slideshow-text {
    color: #e9a365;
    font-size: 25px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.down-arrow {
    display: none;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next &amp; previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.8s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
</pre></body></html>