<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=================================================================
  RESET
==================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
rubrik,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

li {
    vertical-align: bottom;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

caption,
th {
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
rubrik {
    font-size: 100%;
    font-weight: normal;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    text-decoration: none;
    background: transparent;
    color: #e9a365;
}

    a:hover {
        color: #000;
    }

    a,
    a:active,
    a:visited,
    :focus {
        outline: none !important;
        text-decoration: none !important;
    }

a,
img,
p {
    display: block;
}

ol,
ul {
    margin: 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

::-webkit-input-placeholder {
    color: #000000;
}
/* WebKit, Blink, Edge */
:-moz-placeholder {
    color: #000000;
    opacity: 1;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #000000;
    opacity: 1;
}
/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #000000;
}
/* Microsoft Edge */
::placeholder {
    color: #000000;
}
/* Most modern browsers support this now. */

/*=================================================================
    FONTS
===================================================================*/
@font-face {
    font-family: "marionregular";
    src: url("./fonts/marion_regular-webfont.woff2") format("woff2"), url("./fonts/marion_regular-webfont.woff") format("woff"), url("./fonts/marion_regular-webfont.ttf") format("truetype"), url("./fonts/marion_regular-webfont.svg#marionregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "marionregular";
    src: url("./fonts/marion_regular-webfont.woff2") format("woff2"), url("./fonts/marion_regular-webfont.woff") format("woff"), url("./fonts/marion_regular-webfont.ttf") format("truetype"), url("./fonts/marion_regular-webfont.svg#marionregular") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "dinregular";
    src: url("./fonts/dinregularalternate-webfont.woff2") format("woff2"), url("./fonts/dinregularalternate-webfont.woff") format("woff"), url("./fonts/dinregularalternate-webfont.ttf") format("truetype"), url("./fonts/dinregularalternate-webfont.svg#dinregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dinboldalternate";
    src: url("./fonts/din_alternate_bold-webfont.woff2") format("woff2"), url("./fonts/din_alternate_bold-webfont.woff") format("woff"), url("./fonts/din_alternate_bold-webfont.ttf") format("truetype"), url("./fonts/din_alternate_bold-webfont.svg#dinboldalternate") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*=================================================================
  GENERAL
==================================================================*/
html {
    background-color: #ffffff;
}

html, body {
    position: relative;
    height: auto;
    font-size: 16px;
    font-family: 'dinregular', sans-serif;
    font-weight: bold;
    max-width: 100%;
    margin: auto;
}

#wrapper {
    margin: 0 auto;
    overflow: hidden
}

#main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.displayNone {
    display: none !important;
}

.main-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main-content {
    position: relative;
    width: 1400px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.main-flexbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ie-flexbox-support {
    display: flex;
    flex-direction: column;
}

.main-max-fix {
    position: relative;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}

.main-overlay {
    visibility: hidden;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    text-indent: -9999em;
    z-index: 0;
    overflow: hidden;
    -moz-transition: all 0.15s ease-in 0s;
    -webkit-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.lightbox-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
}

    .lightbox-wrapper::after {
        display: none;
    }

.lightbox-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-content {
    position: relative;
    padding: 45px 180px 45px;
    background: #40415a;
    border: solid 1px #000000;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

    .login-content &gt; div {
        position: relative;
        z-index: 3;
        text-align: center;
        margin-left: -70px;
    }

        .login-content &gt; div rubrik {
            position: relative;
            top: -15px;
            font-size: 2rem;
            padding-left: 70px;
            color: #ffffff;
        }

        .login-content &gt; div div {
            position: relative;
            z-index: 3;
            text-align: center;
        }

            .login-content &gt; div div &gt; img {
                float: left;
                margin: 0 30px 0 0;
            }

            .login-content &gt; div div &gt; label {
                float: right;
                display: block;
                margin-bottom: 30px;
                max-width: 320px;
                height: 40px;
            }

                .login-content #passwordBtn,
                .login-content #loginBtn,
                .login-content &gt; div div &gt; label input[type="password"],
                .login-content &gt; div div &gt; label input[type="text"] {
                    width: 100%;
                    height: 100%;
                    padding: 0 25px;
                    text-align: center;
                    font-size: 1.4rem;
                    line-height: 40px;
                    height: 40px;
                    font-family: "marionregular", sans-serif;
                    background: #ffffff;
                    border: solid 1px #707070;
                    -webkit-border-radius: 24px;
                    -moz-border-radius: 24px;
                    border-radius: 24px;
                    -webkit-appearance: none !important;
                    -moz-appearance: none !important;
                }

    .login-content ::-webkit-input-placeholder {
        color: #dcdcdc;
    }

    .login-content :-moz-placeholder {
        color: #dcdcdc;
        opacity: 1;
    }

    .login-content ::-moz-placeholder {
        color: #dcdcdc;
        opacity: 1;
    }

    .login-content :-ms-input-placeholder {
        color: #dcdcdc;
    }

    .login-content ::placeholder {
        color: #dcdcdc;
    }

    .login-content #passwordBtn,
    .login-content #loginBtn {
        clear: both;
        width: 120px;
        height: 36px;
        line-height: 36px;
        float: right;
        margin-right: -5%;
        font-size: 0.93rem;
        cursor: pointer;
        font-family: "dinregular", sans-serif;
        font-weight: bold;
        background: #e9a365;
        color: #000;
        border: 1px solid #000;
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.25);
    }

    .login-content #passwordBtn {
        float: right;
        width: 190px;
        display: block;
        line-height: 36px;
        margin-right: 10px;
    }

    .login-content .lightbox-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 90%;
        -webkit-border-top-left-radius: 11px;
        -moz-border-radius-topleft: 11px;
        border-top-left-radius: 11px;
    }

.login-buttons {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.lightbox-wrapper .ico {
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
}

.lightbox-wrapper .ico {
    cursor: pointer;
    opacity: 1;
    padding-top: 11px;
    -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;
}

    .lightbox-wrapper .ico i {
        display: block;
        height: 3px;
        margin-top: 0;
        background: #ffffff;
    }

        .lightbox-wrapper .ico i:nth-child(2) {
            display: none;
        }

        .lightbox-wrapper .ico i:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
        }

        .lightbox-wrapper .ico i:nth-child(3) {
            margin-top: -3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
        }

.form-submit-button {
    background: #E9A365;
    padding: 0.5em;
    border-radius: 2.7em;
    max-width: 140px;
    width: 120px;
    border: 1px solid #000;
    position: relative;
    margin: 0 auto;
    margin-right: 0;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.75);
}

.delcookie-button {
    clear: both;
    width: 120px;
    height: 36px;
    line-height: 36px;
    float: right;
    margin-right: -5%;
    font-size: 0.93rem;
    cursor: pointer;
    font-family: "dinregular", sans-serif;
    font-weight: bold;
    background: #e9a365;
    color: #000;
    border: 1px solid #000;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.25);
}

#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e9a365;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #toTop:hover {
        background-color: #555;
    }

/*=============================================
        PAGE CONTAINER
 ===============================================*/
.page-container {
    background: #40415a url("../images/lightbox-bg.jpg") no-repeat 0 0;
    background-size: contain;
}

.page-menu {
    padding: 30px 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .page-menu ul {
        display: contents;
    }

    .page-menu a {
        color: #ffffff;
        font-size: 1.1rem;
    }

        .page-menu a.active,
        .page-menu a:hover {
            color: #e9a365;
        }

.page-container, .main-max-fix {
    animation: pageTransition 0.75s;
}

.page-detail {
    padding-bottom: 60px;
}

/*=============================================
        TEXTS
 ===============================================*/
.ingress {
    font-family: "dinregular", sans-serif;
    font-weight: normal;
}

.text-container {
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 50px;
}

    .text-container div {
        width: 70%;
        padding: 20px 80px;
        border-left: solid 4px #ffffff;
    }

        .text-container div &gt; img {
            margin: 0 auto;
        }

        .text-container div:first-child {
            width: 30%;
            border-left: none;
        }

        .text-container div rubrik,
        .text-container div h2 {
            color: #e9a365;
            font-size: 1.875rem;
            line-height: 2.7rem;
            padding-bottom: 30px;
            font-family: "dinregular", sans-serif;
        }

        .text-container div p {
            color: #e9a365;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

/*==============================================
  PAGE TRANSITION ANIMATION
 ==============================================*/

@keyframes pageTransition {
    from {
        opacity: 0;
        transform: translateY(-100deg);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*=================================================================
  HEADER
==================================================================*/
#header {
    position: sticky;
    width: 100%;
    height: auto;
    padding: 0 17px;
    background-color: #ffffff;
    z-index: 9999;
}

    #header .main-max-fix {
        overflow: visible;
    }

#logo {
    display: inline-block;
    margin: 18px 0 0 18px;
    width: 149px;
}

    #logo img {
        width: 65%;
        -webkit-transition: all 0.3s ease-in 0.25s;
        -moz-transition: all 0.3s ease-in 0.25s;
        -o-transition: all 0.3s ease-in 0.25s;
        transition: all 0.3s ease-in 0.25s;
    }

.menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 73%;
    height: 100%;
}

    .menu ul {
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .menu ul li {
            position: relative;
            height: 100%;
            padding-top: 55px;
            margin: 0 10px;
        }

            .menu ul li a {
                position: relative;
                font-size: 1rem;
                font-weight: bold;
                color: #000000;
                padding: 0 35px;
                height: 100%;
                background-color: transparent;
                z-index: 22;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .menu ul li a:hover {
                    color: #e9a365;
                }

            .menu ul li span {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 0;
                z-index: 11;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

            .menu ul li.active {
                padding-top: 0;
            }

                .menu ul li.active span {
                    background-color: #e9a365;
                    height: 135%;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                .menu ul li.active a {
                    padding: 28px 10px 0;
                    font-size: 1.23em;
                    line-height: 1.9rem;
                    text-align: center;
                    color: #ffffff;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

            .menu ul li.demoactive {
                padding-top: 0;
            }

                .menu ul li.demoactive span {
                    background-color: #f2f1f1;
                    height: 135%;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                .menu ul li.demoactive a {
                    padding: 28px 10px 0;
                    font-size: 1.23em;
                    line-height: 1.9rem;
                    text-align: center;
                    color: #e9a365;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

.mobile-menu {
    display: none;
    position: absolute;
    right: 21px;
    top: 0;
    padding: 10px 10px 50px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #e9a365;
    color: #000000;
    -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;
}

    .mobile-menu .ico {
        display: block;
        width: 40px;
        margin: 15px auto 0;
    }

        .mobile-nav .ico i,
        .mobile-menu .ico i {
            display: block;
            width: 100%;
            height: 1px;
            margin-top: 10px;
            background: #707070;
            -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;
        }

            .mobile-menu .ico i:first-child {
                margin-top: 0;
            }

.mobile-nav {
    display: none;
    clear: both;
    position: relative;
}

    .mobile-nav nav {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        padding: 30px;
        background: #e9a365;
        -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;
    }

        .mobile-nav nav ul {
            padding-top: 50px;
        }

            .mobile-nav nav ul li {
                width: 100%;
            }

                .mobile-nav nav ul li a {
                    font-size: 1.5rem;
                    line-height: 1.6rem;
                    color: #000000;
                    padding: 5px 0;
                    font-weight: bold;
                }

#header.active .mobile-nav nav {
    left: 0;
}

#header.active .mobile-menu {
    top: 100%;
    padding-top: 30px;
    z-index: 33;
}

    #header.active .mobile-menu .ico {
        opacity: 0;
    }
/*.mobile-nav nav&gt;p {position:absolute; right:30px; top:30px; font-size:1.5rem; line-height:1.6rem; color:#000000; font-weight:bold;}*/
.mobile-nav .ico {
    opacity: 0;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 33;
    width: 25px;
    height: 25px;
}

    .mobile-nav .ico i {
        display: block;
        width: 100%;
        height: 3px;
    }

#header.active .mobile-nav .ico {
    width: 25px;
}

#header.active .mobile-nav .ico {
    cursor: pointer;
    opacity: 1;
    padding-top: 11px;
    -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;
}

    #header.active .mobile-nav .ico i {
        height: 3px;
        margin-top: 0;
        background: #000000;
    }

        #header.active .mobile-nav .ico i:nth-child(2) {
            display: none;
        }

        #header.active .mobile-nav .ico i:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
        }

        #header.active .mobile-nav .ico i:nth-child(3) {
            margin-top: -3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
        }

/*=================================================================
  FOOTER
==================================================================*/
.footer {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #41415b;
}

    .footer .main-content.main-flexbox {
        clear: both;
    }

.address-footer {
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: center;
}

.address {
    color: #ffffff;
    padding: 45px;
    width: 20%;
}

    .address img {
        margin: 0 auto;
    }

    .address rubrik {
        display: block;
        font-size: 1.25rem;
        padding-top: 75px;
        font-weight: bold;
        padding-bottom: 15px;
        text-align: center;
    }

    .address p,
    .address a {
        display: inline-block;
        font-size: 0.94rem;
        color: #ffffff;
    }

    .address p {
        display: block;
        padding-top: 10px;
        text-align: center;
    }

    .address:first-child {
        border-left: solid 4px #ffffff;
        border-right: solid 4px #ffffff;
    }

    .address:nth-child(2) {
        border-right: solid 4px #ffffff;
    }

.copywrite {
    text-align: center;
    padding-top: 50px;
}

    .copywrite p,
    .copywrite a {
        display: inline-block;
        color: #ffffff;
        font-size: 0.94rem;
    }

    .copywrite a {
        color: #e9a365;
    }

        .copywrite a:hover {
            color: #fff;
        }

    .copywrite .color-white {
        color: #ffffff;
    }


/*=====================================================
    Avtalsregistrering
======================================================*/
.avtformcss input[type="radio"] {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
}

.avtalnormal {
    color: #e9a365;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
}

    .avtalnormal button {
        color: #000000;
        font-weight: bold;
    }

    .avtalnormal a {
        color: #ffffff;
    }

.avtalinput {
    color: #000000;
    font-size: 1rem;
    font-weight: normal;
}

.avtalbold {
    color: #e9a365;
    font-size: 1rem;
    font-weight: bold;
}
/*Slut Avtalsregistrering*/

/*Epostsignatur*/
.epostadress {
    font-family: "marionregular", sans-serif;
    font-weight: normal;
}
</pre></body></html>