/******* Colors *******/
/* Palette */
/* Styling variables (use these in the styling) */
/******* Fonts *******/
/* List */
/* Styling variables (use these in the styling) */
/******* Sizes *******/
/******* Other *******/
/* Fontawesome includes css files with relative links so won't work, try from cdn instead */
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  margin: 0;
  padding: 0; }

/*
body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 5px 80px rgba(0,0,0,.9);
              -moz-box-shadow: 0px 5px 80px rgba(0,0,0,.9);
                         box-shadow: 0px 5px 80px rgba(0,0,0,.9);

          z-index: 100;
} */
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  color: #2daae1; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

/*
*/
@font-face {
  font-family: sofia-pro-soft;
  src: url("../../fonts/sofiaproregular.ttf"); }

img {
  display: block;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #193860;
  font-family: sofia-pro-soft, sans-serif;
  font-style: normal;
  font-variant-numeric: normal;
  font-weight: 700; }

p {
  color: #193860; }

/**
 * The following style may cause unwanted side effects. Uncomment if you really feel like using it.
 */
/**
 * Basic typography style for copy text
 */
body {
  color: #000000;
  font: normal 16px "Open Sans", "Helvetica", "Arial", sans-serif; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  margin: auto auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 768px) {
  .menu-icon-wrap {
    display: block !important; }
  .menu-huvudmeny-container {
    display: none; }
  .menu-huvudmeny-container a {
    padding: 0 !important; }
  .logo-container {
    margin: 0 auto;
    padding: 10px; }
  nav {
    position: initial !important;
    top: inherit;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
    left: 0 !important;
    right: 0 !important; } }

@media only screen and (min-width: 768px) {
  .menu-huvudmeny-container {
    display: inline-block !important;
    float: right;
    position: absolute;
    top: 50%;
    right: 20px; } }

.menu-huvudmeny-container {
  padding: 10px; }

.menu {
  display: block; }

.menu-icon-wrap {
  width: 50px;
  height: 50px;
  display: none;
  margin: 0 auto; }

.menu-icon-wrap a {
  font-size: 16px; }

.menu-icon-wrap {
  cursor: pointer;
  width: 70px;
  height: 50px;
  font-size: 70px;
  text-align: center;
  line-height: 30px; }

/*
.menu-icon {
  position: relative;
  padding-left: 1.25em;
}
.menu-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 3em;
  height: 0.4em;
  background: black;
  box-shadow:
    0 0.8em 0 0 black,
    0 1.6em 0 0 black;
} */
header.page-header .menu-item {
  list-style: none;
  display: inline; }

header.page-header .secondary-menu {
  background: #2daae1; }
  header.page-header .secondary-menu:after {
    content: "";
    display: block;
    clear: both; }
  header.page-header .secondary-menu nav {
    float: right; }
    header.page-header .secondary-menu nav .menu-item a {
      color: #ffffff; }

header.page-header .primary-menu .container {
  position: relative;
  z-index: 1; }

header.page-header .primary-menu .logo-container {
  display: inline-block;
  max-width: 180px; }
  header.page-header .primary-menu .logo-container img {
    max-width: 100%;
    height: auto; }

header.page-header .primary-menu a {
  color: #ffffff;
  padding: 25px; }

header.page-header .primary-menu nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 40px; }

header.page-header .primary-menu-sub {
  margin-left: 0;
  margin-right: 0; }
  header.page-header .primary-menu-sub .container {
    position: relative; }
  header.page-header .primary-menu-sub .logo-container {
    display: inline-block;
    padding: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 180px; }
    header.page-header .primary-menu-sub .logo-container img {
      max-width: 100%;
      height: auto; }
  header.page-header .primary-menu-sub .sub-page-icon {
    height: 50px;
    color: #193860;
    margin-bottom: 10px;
    padding-top: 10px; }
  header.page-header .primary-menu-sub .menu-huvudmeny-container a {
    color: #193860;
    font-weight: bold;
    padding: 25px; }
  header.page-header .primary-menu-sub li.current-menu-item {
    border: 1px solid #193860;
    padding: 5px 0 5px 0;
    color: #fff; }
  header.page-header .primary-menu-sub nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: auto;
    right: 40px; }

@media screen and (max-width: 768px) {
  footer {
    height: auto !important;
    padding-top: 10px; }
  .footer-container {
    position: relative !important;
    display: block !important;
    top: 10% !important;
    text-align: center; }
  .footer-logo-container {
    padding: 10px; }
  .footer-logo {
    margin: 0 auto !important;
    float: none !important;
    display: block !important; }
  li {
    padding: 5px 0 5px 0 !important;
    display: block !important;
    text-align: center; } }

@media screen and (max-width: 935px) {
  footer {
    height: auto !important;
    padding-top: 10px; } }

footer {
  position: relative;
  height: 120px;
  display: inline-block;
  width: 100%;
  background-color: #193860;
  bottom: -10px; }
  footer .footer-container {
    position: absolute;
    top: 40%; }
  footer .mid {
    display: inline-block;
    max-width: 95%;
    margin: 0 auto; }
  footer li {
    display: inline-block;
    padding: 0 30px 0 30px;
    font-size: 14px;
    color: #fff;
    list-style: none;
    text-transform: uppercase; }
  footer a {
    color: #fff;
    text-decoration: underline; }
  footer .footer-logo {
    max-width: 80px;
    display: inline-block;
    float: right;
    margin-right: 25px;
    margin-top: 25px; }

@font-face {
  font-family: Sofia-pro-semibold;
  src: url(sansation_light.woff); }

@font-face {
  font-family: Sofia-pro-regular;
  src: url(sansation_light.woff); }

.tjanster-container, .omoss-container {
  margin-left: 10% !important;
  margin-right: 10% !important; }

.tjanster-icon {
  text-align: center !important; }

.tjanster-icon img {
  max-width: 120px !important;
  margin: 0 auto; }

.tjanster-heading-container {
  margin-bottom: 15px !important; }

.tjanster-kvm-container {
  text-align: center;
  /*font-size: 1.7em;*/
  /*
    margin-right: -20px;
    margin-left: -20px;
    */ }

.kontakt-container {
  display: table;
  position: absolute;
  /*height: 100%;*/
  height: 130px;
  width: 100%; }

.contact-info-wrap {
  margin-top: 0px;
  text-align: center;
  max-width: 150px;
  margin: 0 auto; }

.vc_column-inner {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.contact-images-container {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.kontakt-text-block {
  display: inline-block;
  text-align: left;
  width: 80%; }
  .kontakt-text-block p a {
    color: #193860; }

.kontakt-block {
  vertical-align: middle;
  width: 200px;
  margin: 0 auto; }

.contact-employee-text p a {
  color: #193860; }

.company {
  margin-top: 20%; }

.adress {
  padding-top: 20px; }

.icon-container {
  display: inline-block;
  max-width: 25px; }

.contact-map-icon {
  margin-bottom: 16px; }

.contact-mail-icon {
  margin-bottom: 5px; }

.contact-gmaps {
  max-height: 242px; }

.wpb_gmaps_widget .wpb_wrapper {
  max-height: 252px !important; }

@media only screen and (max-width: 768px) {
  .company {
    margin-top: 20px !important; }
  .contact-info-wrap {
    margin-top: 0px;
    text-align: center;
    max-width: 100% !important;
    margin: inherit !important; }
  .icon-container {
    display: block !important;
    max-width: 50px !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding-bottom: 15px; }
  .kontakt-text-block {
    text-align: center;
    font-size: 18px; }
  .contact-employee-align {
    text-align: center; }
  .contact-employee-text {
    display: inline-block;
    text-align: left; } }

.read-more-button a {
  padding: 10px 20px !important; }

.arrow-button {
  background-image: url("../../img/arrow-icon.png");
  background-repeat: no-repeat;
  display: inline-block;
  padding: 10px;
  border: 1px solid #000; }

.arrow-icon {
  display: inline-block;
  padding: 5px;
  border: 1px solid #193860;
  height: 41px;
  width: 41px; }
  .arrow-icon img {
    margin-top: 7px; }

@media only screen and (max-width: 768px) {
  .menu-huvudmeny-container {
    padding: 10px;
    width: 100% !important;
    float: right !important;
    /* text-align: right; */
    position: relative !important;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 5; }
  .menu-icon-wrap {
    display: block !important; }
  .fixed {
    position: fixed !important; }
  .logo-container {
    display: inline-block !important; }
    .logo-container img {
      width: auto !important;
      max-height: 50px !important; }
  nav {
    height: 50px !important;
    display: inline-block !important;
    float: right !important;
    position: relative !important;
    top: 25px !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    left: inherit !important;
    right: inhert !important; }
  .text-wrap h1 {
    font-size: 40px !important; } }

@media only screen and (min-width: 768px) {
  .text-wrap h1 {
    font-size: 3em !important; } }

.start-page-icon {
  height: 50px;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px; }

.background-container {
  height: 600px;
  position: relative;
  height: 60vw;
  background-image: url("../../img/lagernord-banner.jpg") !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }

.text-wrap {
  /*position: absolute;
 top: 20%;
 transform: translate(0%, 40%); */
  width: 100%;
  position: absolute;
  top: 25%; }
  .text-wrap h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    /*
  margin-top: 0;
  padding-top: 0;
  padding: 110px 0;
  font-size: 62px;
  */ }

.frontpage-mid-text {
  margin-left: 15% !important;
  margin-right: 15% !important; }

.frontpage-mid-images {
  max-width: 1180px;
  /*
  margin-left: 10% !important;
  margin-right: 10% !important;
  */ }

.mail-to a {
  color: #193860;
  text-decoration: underline; }
