﻿
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.absolute {
    position: absolute;
}
html {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 62.5%;
}
body {
    background-color: rgba(0, 0, 0, 0);
    color: #555566;
    font-family: Georgia,Garamond,"Times New Roman",serif;
    font-size: 1.6rem;
    line-height: 1.4em;
    margin: 12px 0 0;
    padding: 0;
    width: 100%;
}
.italic {
    font-style: italic;
}
.serif {
    font-family: Georgia,Garamond,"Times New Roman",serif;
}
.sans {
    font-family: 'Lato','Helvetica Neue',Arial,sans-serif;
}
.center {
    text-align: center;
}
.heavy {
    font-weight: 900;
}
.white {
    color: #FFFFFF;
}
.bold {
    font-weight: 700;
}
.light {
    font-weight: 100;
}
.regular {
    font-weight: 400;
}
.smaller {
    font-size: 90%;
}
.bigger {
    font-size: 120%;
    line-height: 1.3;
}
.bigger-quotes {
    font-size: 280%;
    line-height: 0;
    position: relative;
    top: 0.4em;
}
.caps {
    font-variant: small-caps;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.greyed {
    color: #999999;
}
.twentysix {
    font-size: 2.6rem;
}
.sixteen {
    font-size: 1.6rem;
}
.medium {
    font-size: 3.2rem;
    margin-bottom: -0.15em;
}
.medium-small {
    font-size: 3rem;
    line-height: 1.3;
}
.large {
    font-size: 4rem;
    margin-bottom: -0.2em;
}
.extra-bottom-margin {
    margin-bottom: 12px;
}
.six-bottom-margin {
    margin-bottom: 6px;
}
.huge {
    font-size: 6.8rem;
}
.mega {
    font-size: 9rem;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    letter-spacing: -0.03em;
    margin: 0;
    text-rendering: optimizelegibility;
}
h1 small, h2 small {
    color: #BFBFBF;
    font-weight: normal;
}
h1, .h1 {
    font-size: 4.6rem;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0.75em;
}
h3, .h3 {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 0.2em;
}
h2, .h2 {
    font-size: 4.2rem;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0.2em;
}
h4, .h4 {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 0.2em;
}
h5, .h5 {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
}
h6, .h6 {
    font-size: 2.4rem;
    margin-bottom: 0;
    margin-top: 3px;
}
.header h1:hover, .header h2:hover, .header h3:hover {
    background-color: #F3F5F6;
}
.header .a-rss, .header .a-rss:hover {
    background: url("/img/a-rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 16px;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 16px;
}
p {
    margin-bottom: 1em;
}
small {
    font-size: 1.4rem;
}
ul, ol {
    margin: 0 0 1.5em -24px;
    padding: 0 0 0 24px;
}
li ul, li ol {
    font-size: 1.6rem;
    margin: 0;
}
blockquote {
    border-left: 2px solid #C7CED6;
    font-family: Cambria,Georgia,Times,"Times New Roman";
    font-style: normal;
    margin: 0 0 1.5em -24px;
    padding-left: 24px;
}
q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
cite {
    font-style: normal;
}
dl, dd {
    margin-bottom: 1.5em;
}
dt {
    font-weight: bold;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    text-align: right;
    width: 20.25%;
}
.dl-horizontal .dl-horizontal dd {
    margin-left: 22.78%;
}
abbr[title] {
    border-bottom: 1px dotted #C7CED6;
    cursor: help;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
ins {
    background-color: #F3F5F6;
    color: #000000;
    text-decoration: none;
}
mark {
    background-color: #F3F5F6;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}
pre, code, kbd, samp {
    font-family: Monaco,Courier New,monospace;
    font-size: 1.4rem;
    line-height: 1.5em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
sub, sup {
    font-size: 1.2rem;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
a {
    color: #016195;
    text-decoration: none;
}
a:visited {
    color: #016195;
}
a:hover {
    color: #016195;
    text-decoration: underline;
}
a:focus {
    color: #000000;
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0 none;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C7CED6 -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
img {
    border-width: 0;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin-bottom: 1.5em;
}
figure figure img {
    margin-bottom: 0.375em;
}
figure figcaption {
    color: #808080;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}
.list-bordered {
    list-style-type: none;
    margin: 0 0 1.5em;
    padding: 0;
}
.list-bordered li {
    border-bottom: 1px dashed #C7CED6;
    margin-bottom: 0.375em;
    padding-bottom: 0.375em;
}
.list-bordered li:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media print {
* {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
}
@page {
    margin: 0.5cm;
}
h2, h3 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
}
p {
    orphans: 3;
    widows: 3;
}
pre, blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
img {
    max-width: 100% !important;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr {
    page-break-inside: avoid;
}
}
@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all {
}
.var-float {
    float: none;
}
.var-margin {
    margin: 0;
}
.var-position {
    position: relative;
}
.full-width {
    width: 100%;
}
.list-big {
    list-style: none outside none;
    margin-top: 12px;
}
.list-big li {
    background: url("/img/list-big-bullet.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.4;
    margin: 14px 0;
    padding-left: 40px;
}
.grid, .grids-two {
    margin-bottom: 1.5em;
    padding: 3%;
}
.grid-1, .grid-2, .grid-3 {
    background: url("/img/bg_stripes.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 5%;
}
.grid:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
}
.full {
    padding: 24px 0 12px;
}
.header-carousel, .header-still, .header-still-funkar, .header-still-tjanster, .header-still-efs, .header-still-kontakt, .header-still-nyheter, .header-still-online, .header-still-omoss, .header-still-kunder {
    background: none repeat-x scroll 30% 30% #CFDAE0;
    height: 168px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.header-still, .header-still-funkar, .header-still-presentkort, .header-still-tjanster, .header-still-efs, .header-still-kontakt, .header-still-nyheter, .header-still-online, .header-still-omoss, .header-still-kunder {
    background: url("/img/headers/start.jpg") repeat-x scroll 30% 30% #CFDAE0;
    height: 168px;
}
.header-still-funkar {
    background: url("/img/headers/funkar.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.header-still-presentkort {
    background: url("/img/headers/presentkort.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.header-still-tjanster {
    background: url("/img/headers/tjanster.jpg") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
.header-still-efs {
    background: url("/img/headers/efs.jpg") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
.header-still-kontakt {
    background: url("/img/headers/kontakt.jpg") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
.header-still-nyheter {
    background: url("/img/headers/nyheter.jpg") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
.header-still-online {
    background: url("/img/headers/online.jpg") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
.header-still-omoss {
    background: url("/img/headers/omoss.jpg") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
.header-still-kunder {
    background: url("/img/headers/kunder.jpg") repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
.header-transparent-img {
    display: none;
    height: auto;
    margin-left: 0;
    margin-top: -25px;
    max-height: 161px;
    max-width: 300px;
    overflow: hidden;
    position: relative;
    top: 12px;
}
.header-carousel img {
    left: 0;
    margin-left: -110%;
    max-width: none;
    position: relative;
    width: 250%;
}
.furniture-letter {
    overflow: hidden;
}
.furniture-letter span {
    background-color: #2D353E;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 3.2rem;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 0 12px 0 0;
    text-align: center;
    width: 44px;
}
#logotypes {
    margin-bottom: 24px;
    text-align: center;
}
#logotypes img {
    display: inline;
}
#floating-header-image {
    position: absolute;
    text-align: left;
    top: 0;
    width: 47.45%;
}
#floating-header-text {
    background: none repeat scroll 0 0 #FF9900;
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    width: 47.45%;
}
#logo {
    display: inline;
    margin-bottom: 24px;
}
#hamburger {
    display: inline;
    float: right;
}
#navigation {
}
#navigation ul li img {
    left: 12px;
    position: absolute;
    top: 5px;
}
#footer-be_friends {
    padding: 12px;
    position: absolute;
    width: 40%;
    z-index: -1;
}
#footer-contact {
    font-size: 1.2rem;
    left: 57%;
    line-height: 1.5;
    padding: 12px 0 0;
    position: relative;
    top: -6px;
    width: 40%;
}
#footer-contact li {
    border-right: medium none;
    display: block;
    padding: 0;
    text-align: right;
}
#footer-contact li:last-child {
    border-right: medium none;
    padding: 0;
}
#content-inner {
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
    padding: 0 12px 12px;
}
.grids-half-small {
    float: none;
    width: 100%;
}
.grids-half-big {
    float: none;
    margin: 0;
    width: 100%;
}
.quote {
    background: url("/img/bubble-stripe-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    height: 196px;
    left: 50%;
    margin: 0 0 0 -121px;
    overflow: visible;
    padding: 24px 0;
    position: relative;
    text-align: center;
    width: 242px;
}
#submenu {
    height: 43px;
    position: absolute;
    top: 260px;
    width: 95%;
}
#submenu li {
    background-repeat: no-repeat;
    display: inline;
    float: left;
    font-size: 10px;
    height: 32px;
    letter-spacing: -0.5px;
    list-style-type: none;
    margin-right: 1px;
    padding: 6px 0;
    text-align: center;
    width: 100px;
}
.submenu-active {
    background: url("/img/tab-active-m.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.submenu-passive {
    background: url("/img/tab-passive-m.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.header-carousel img {
    top: -22px;
}
.header-still, .header-still-funkar, .header-still-presentkort, .header-still-tjanster, .header-still-efs, .header-still-kontakt, .header-still-nyheter, .header-still-online, .header-still-omoss, .header-still-kunder {
    background-position: 46% 30%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -100;
}
.button {
    height: 46px;
    margin-bottom: 48px;
    text-align: center;
    width: 100%;
}
.button h6 img {
    margin: -3px 0 0 24px;
}
.fakta {
    margin: 24px 0;
    text-align: left;
}
.fakta-text {
    height: auto;
    margin: 32px 0 0 38px;
}
.news-date {
    margin: 12px 0 0;
}
.newsitem {
    margin: 36px 0;
}
#submenu {
    top: 136px;
}
.header-inner {
    height: 192px;
    margin: 0 auto;
    width: 100%;
}
.header-h2, .header-h2-start {
    background-color: rgba(73, 102, 142, 0.5);
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding: 12px;
    position: relative;
    top: 4%;
    width: 350px;
}
.header-h2-start {
    font-size: 24px;
    top: 24px;
}

.header-h2-start a:link {color: #FFFFFF;}
.header-h2-start a:visited{color: #FFFFFF;}

#mobile-intro {
    display: none;
}
#desktop-intro {
    display: block;
    font-size: 21px;
    line-height: 1.3em;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-bottom: 24px;
    text-align: center;
    width: 95%;
}
@media only screen and (min-width: 769px) {
.header-inner {
    height: 314px;
    margin: 0 auto;
    max-width: 940px;
    width: 940px;
}
.fakta {
    margin: 24px 0;
}
.fakta-text {
    height: auto;
    margin: 32px 0 0 38px;
}
.header-carousel img {
    top: 0;
}
.header-still, .header-still-funkar, .header-still-presentkort, .header-still-tjanster, .header-still-efs, .header-still-kontakt, .header-still-nyheter, .header-still-online, .header-still-omoss, .header-still-kunder {
    background-position: 50% 30%;
    height: 314px;
}
#submenu {
    height: 43px;
    margin-left: 376px;
    top: 271px;
    width: 540px;
}
#submenu li {
    font-size: 1.3rem;
    height: 31px;
    padding: 12px 0;
    width: 132px;
}
.submenu-active {
    background: url("/img/tab-active.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.submenu-passive {
    background: url("/img/tab-passive.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.first-line-news {
    color: #FFFFFF;
    font-size: 36px;
}
.header-h2 {
    background-color: rgba(73, 102, 142, 0.5);
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    margin-left: 376px;
    padding: 24px;
    position: absolute;
    top: 85px;
    width: 540px;
}
.header-h1-start {
    color: #FFFFFF;
    display: block;
    font-size: 36px;
    margin-left: 420px;
    position: absolute;
    top: 50px;
    width: 480px;
}
.header-h2-start {
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    margin-left: 376px;
    position: absolute;
    top: 153px;
    width: 430px;
}
.quote {
    background: url("/img/bubble-stripe-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    float: left;
    height: 196px;
    left: 0;
    margin: 0 49px;
    overflow: visible;
    text-align: center;
    width: 242px;
}
.grids-three .grid {
    background: url("/img/bg-three-col.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    cursor: pointer;
    float: left;
    height: 262px;
    margin: 0 2% 0 0;
    overflow: visible;
    padding: 70px 3% 0;
    text-align: center;
    width: 242px;
}
.grids-two-wrapper {
    clear: both;
    display: block;
    height: 550px;
}
.grids-two-wrapper-high {
    clear: both;
    display: block;
    height: 450px;
}
.grids-two {
    cursor: pointer;
    float: left;
    height: 232px;
    margin: 0 2% 0 0;
    overflow: visible;
    padding: 80px 3% 0;
    text-align: left;
    width: 394px;
}
.no-paddingTop {
    padding-top: 0;
}
.grids-three .grid-3 {
    float: left;
    margin-right: 0;
}
.grids-three .grid .grid-a {
    float: none;
    margin-bottom: 0.75em;
    margin-right: 0;
    width: 100%;
}
.grids-four .grid {
    border-bottom-width: 0;
    float: left;
    margin: 0 6.32% 0 0;
    width: 20.25%;
}
.header-carousel img {
    margin-left: -325px;
    width: 1600px;
}
#headercontainer ul {
    margin: 0;
    padding: 0;
}
.header-transparent-img {
    display: block;
    height: auto;
    margin-left: -115px;
    margin-top: 0;
    max-height: 800px;
    max-width: 500px;
    top: 25px;
    z-index: 500;
}
.left-transparent-img {
    float: left;
    height: auto;
    margin: -100px 0 -10px -50px;
    max-height: 800px;
    max-width: 550px;
    position: relative;
    width: 450px;
    z-index: 500;
}
#navigation {
    background-color: #FFFFFF;
    font-size: 1.3rem;
    max-width: 100%;
    min-width: 940px;
    position: absolute;
    text-align: center;
    width: 100%;
}
#navigation ul li {
    display: inline;
    margin: 42px 28px 0 0;
}
#navigation ul li:first-child {
    margin-right: 100px;
}
#navigation ul li img {
    position: relative;
}
body {
    font-size: 1.6em;
}
#footer-be_friends img {
    max-width: none;
    width: 232px;
}
#footer-contact {
    font-size: 1.4rem;
    left: 150px;
    top: 6px;
    width: 750px;
}
#footer-contact li {
    border-right: 1px solid #555566;
    display: inline;
    padding: 0 12px;
    text-align: left;
}
#footer-contact li:last-child {
    border-right: medium none;
    padding: 0 0 0 12px;
}
#content-inner {
    margin: 36px auto 0;
    max-width: 940px;
    overflow: visible;
    width: 940px;
}
.grids-half-small {
    border-bottom-width: 0;
    float: left;
    margin: 0 24px;
    width: 340px;
}
.grids-half-big {
    border-bottom-width: 0;
    float: right;
    margin: 0;
    width: 540px;
}
.var-position {
    position: absolute;
}
}
@media only screen and (max-width: 665px) {
#submenu {
    top: 98px;
}
.header-h2, .header-h2-start {
    font-size: 13px;
    width: 280px;
}
#mobile-intro {
    display: block;
    padding: 3%;
}
#desktop-intro {
    display: none;
}
.left-padding3 {
    padding-left: 3%;
}
.header-still, .header-still-funkar, .header-still-presentkort, .header-still-tjanster, .header-still-efs, .header-still-kontakt, .header-still-nyheter, .header-still-online, .header-still-omoss, .header-still-kunder {
    background-position: 46% 30%;
    height: 130px;
}
.header-inner {
    height: 150px;
}
}
@media only screen and (min-width: 940px) {
.header-carousel img {
    left: 50%;
    margin-left: -800px;
    width: 1600px;
}
}
#mobile {
    background: none repeat scroll 0 0 #F5F5F5;
    font-size: 1.2rem;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
#mobile ul {
    border-top: 1px solid #CCCCCC;
    margin: 0 0 0 -1px;
    padding: 0;
}
#mobile ul li {
    float: left;
    list-style-type: none;
    width: 50%;
}
#mobile a {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    color: #016195;
    display: block;
    overflow: hidden;
    padding: 12px 6px 12px 18px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mobile li:nth-of-type(2n-1) a {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
header {
}
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    z-index: 200;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
#navigation {
    display: none;
}
#mobile {
    position: relative;
    visibility: visible;
}
#mobile-nav {
    display: none;
}
#mobile-menu-wrapper {
    background-color: #FFFFFF;
    padding: 16px;
}
#logo {
    display: inline;
    margin-bottom: 24px;
}
#hamburger {
    display: inline;
    float: right;
}
#content {
    z-index: 0;
}
body {
    margin: 0;
}
.content-inner {
    padding: 0 12px 12px;
}
h2 {
    font-size: 2.6rem;
}
h3 {
    font-size: 2.2rem;
    line-height: 1.4;
}
.medium {
    font-size: 2.6rem;
}
.fakta {
    text-align: center;
}
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
.customers img {
    height: 33%;
    width: 33%;
}
}
@media only screen and (min-width: 769px) {
#content {
    top: 0 !important;
}
#navigation {
}
#hamburger {
    float: right;
}
}
