@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* COLORS */
.button {
  display: inline-block;
  outline: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: .5em 5% .55em;
  font: normal 1em/1.5em "news-gothic-std",sans-serif;
  font-weight: 700;
  width: auto;
  margin: 1em auto 0em auto;
  color: white;
  background-color: #cc2a30;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em; }
  .button:hover {
    text-decoration: none;
    background-color: #cc2a30;
    color: #fff; }
  .button:active {
    position: relative;
    top: 1px;
    color: #de181f; }

hr {
  margin: 2em 0;
  border-top: 1px solid #ccc; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.3; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

h1 {
  font: normal 2.0625em "news-gothic-std",sans-serif;
  line-height: 1.5em;
  font-weight: 700;
  color: #4d4f53;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

h2 {
  font: normal 1.625em/1.25em "news-gothic-std",sans-serif;
  font-weight: 700;
  color: #4d4f53;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

h3 {
  font: normal 1.125em/1.25em "news-gothic-std",sans-serif;
  font-weight: 700;
  color: #4d4f53;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; }

h4 {
  font: normal 1em "news-gothic-std",sans-serif;
  font-weight: 700;
  color: #4d4f53;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

p,
input,
label,
textarea {
  font: normal 1em/1.4em "news-gothic-std",sans-serif;
  font-weight: 400;
  color: #6c6f70;
  padding: 0 0 10px 0; }

fieldset ul li  {
  font: normal 1em/1.4em "news-gothic-std",sans-serif; }

li {
  color: #6c6f70; }

address {
  font: normal 1em/1.4em "news-gothic-std",sans-serif;
  font-weight: 400;
  color: #6c6f70; }

p.ingress {
  font: normal 1.1em/1.4em "news-gothic-std",sans-serif;
  font-weight: 600;
  margin: 0 0 1em 0; }

table {
  font: normal 0.75em/1.4em "news-gothic-std",sans-serif;
  font-weight: 400;
  color: #6c6f70;
  padding: 0 0 10px 0; }

.about-content table {
  font: normal 1em/1.4em "news-gothic-std",sans-serif; }

a {
  color: #cc2a30;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none; }

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 16px/26px "fira-sans",sans-serif;
  background: #fff; }

.header-container {
  position: relative; }

.headerwrapper {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative; }

header {
  background: transparent;
  padding: 0.75em 1em;
  height: 5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.5s; }
  header img.logo {
    width: 130px;
    float: left;
    margin-top: 0.25em; }
  header .header-menu {
    width: 50%;
    float: right; }
    header .header-menu .small-menu {
      width: 100%; }
      header .header-menu .small-menu img {
        width: 1.5em;
        height: 1.5em; }
    header .header-menu nav.headmenu {
      width: 100%;
      display: none; }
  header .menu-trigger {
    width: auto;
    float: right;
    margin-top: 0; }
    header .menu-trigger img {
      width: 2em; }
  header .top-menu {
    display: none; }

header.products-header, .js header.products-header {
  background-color: #47687c;
  background-color: rgba(55, 91, 113, 0.92);
  position: relative; }

#search {
  background: #63b1e5;
  width: 100%;
  text-align: center;
  padding: 1em;
  display: none;
  height: 4.3em;
  position: relative; }
  #search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: 0; }
  #search input[type='text'] {
    margin-right: 1em;
    margin-top: 0;
    vertical-align: top;
    width: 200px;
    padding: 0.5em 1em;
    background: #1f3441;
    color: #fff; }
  #search input[type='text']:hover {
    margin-top: 0px; }
  #search input[type='submit'] {
    background: #1f3441;
    padding: 0.5em 1.5em;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 0; }
  #search input[type='submit']:hover {
    background: #cc2a30; }

/* STARTSIDA */
.slider {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  background: #fff; }

.main {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.content-wrapper {
  background: #fff;
  margin-bottom: 0em; }

.start-breif {
  padding: 3em 5% 0 5%;
  text-align: center; }

h1.start-headline {
  font-size: 1.75em;
  line-height: 1.4em;
  text-align: center; }

.puff-wrapper.overview {
  margin-top: 0em; }

.puff-wrapper {
  margin-top: 4em;
  padding: 0 5%; }
  .puff-wrapper .puff {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    color: #4d4f53;
    cursor: pointer; }
    .puff-wrapper .puff img {
      width: 100%;
      margin-bottom: 1em; }
  .puff-wrapper .puff:hover .icon-wrapper {
    background: #375b71; }

.start-spot-container {
  width: 100%;
  padding: 2em 5%;
  background: url(../img/bg-start-spot.jpg) no-repeat center center;
  background-size: cover; }
  .start-spot-container .start-spot {
    display: block;
    text-align: center;
    margin-bottom: 2em;
    cursor: pointer; }
    .start-spot-container .start-spot img {
      width: 20%;
      margin: 0 auto 1em auto; }
    .start-spot-container .start-spot h3, .start-spot-container .start-spot p {
      color: #fff; }
    .start-spot-container .start-spot h3 {
      text-transform: uppercase; }

.footer-contact {
  background: #1f3441;
  padding: 2em 1em;
  text-align: center;
  margin-top: 0; }
  .footer-contact h2, .footer-contact p {
    color: #fff; }

footer {
  background: #fff; }
  footer .footer-info {
    padding: 2em 1em 2em 1em;
    background: #fff;
    bottom: 0;
    display: block; }

/* PRODUCTCATEGORY */
.top-img-wrapper {
  margin-top: 0px;
  position: relative;
  display: block;
  width: 100%;
  height: 14em;
  background: url(../img/top-img-1.jpg) no-repeat;
  background-size: cover;
  z-index: -1; }

.two-col-text {
  padding: 2em 0;
  box-sizing: border-box;
  width: 100%; }
  .two-col-text h1 {
    font-size: 1.75em;
    line-height: 1.4em; }

.productsearch {
  padding: 0em 0 2em 0;
  box-sizing: border-box;
  width: 100%; }
  .productsearch input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: 0; }
  .productsearch input[type='text'] {
    display: block;
    width: 70%;
    padding: 0.8em 3% 0.8em 4.2em;
    -webkit-appearance: none;
    border: 1px solid #d6dcde;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/form-icon-ruler.png) no-repeat;
    background-position: top left;
    background-size: 3.5em;
    float: left;
    margin-right: 5%; }
  .productsearch input[type='text']:hover {
    margin-top: 0px; }
  .productsearch input[type='submit'] {
    display: inline-block;
    outline: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5em 5% .55em;
    font: normal 1em/1.5em "news-gothic-std",sans-serif;
    font-weight: 700;
    width: auto;
    margin: 1em auto 0em auto;
    color: white;
    background-color: #cc2a30;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.8em 1em;
    margin-top: 0;
    width: 25%; }
    .productsearch input[type='submit']:hover {
      text-decoration: none;
      background-color: #cc2a30;
      color: #fff; }
    .productsearch input[type='submit']:active {
      position: relative;
      top: 1px;
      color: #de181f; }

/* PRODUCTOVERVIEW */
.heading-wrapper {
  margin: 0px 1em; }

.spot {
  padding: 0 1em 1em 1em;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: block; }
  .spot img {
    width: 100%;
    margin: 0 0 1em 0; }
  .spot h3 {
    color: #4d4f53; }
  .spot p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 0.5em;
    color: #4d4f53; }

.product-thumb-wrapper {
  box-sizing: border-box;
  width: 100%;
  padding: 1em; }
  .product-thumb-wrapper .product-thumb {
    width: 47.5%;
    margin: 0 auto 2em auto;
    float: left;
    margin-right: 5%;
    text-align: center;
    display: block;
    cursor: pointer; }
    .product-thumb-wrapper .product-thumb .imagecontainer {
      border: 1px solid #ccc;
      padding: 1em;
      width: 100%;
      margin: 0 auto 1em auto; }
      .product-thumb-wrapper .product-thumb .imagecontainer img {
        width: 100%; }
    .product-thumb-wrapper .product-thumb .productspot-text {
      height: 2em; }
    .product-thumb-wrapper .product-thumb h2 {
      font-size: 1em;
      color: #4d4f53; }
    .product-thumb-wrapper .product-thumb p {
      font-size: 0.875em;
      line-height: 1.5em;
      margin-top: 0.5em;
      color: #4d4f53; }
    .product-thumb-wrapper .product-thumb:nth-of-type(2n+2) {
      margin-right: 0; }

/* PRODUCTPAGE */
.imageslider, .productinfo {
  box-sizing: border-box;
  width: 100%;
  padding: 1em; }

.imageslider {
  text-align: center; }
  .imageslider .productimages {
    position: relative;
    border: 1px solid #ccc;
    padding: 1em; }
    .imageslider .productimages .productimage {
      width: 90%; }
    .imageslider .productimages a img {
      position: absolute;
      bottom: 1em;
      right: 1em;
      width: 2em;
      height: 2em; }
  .imageslider .thumb-wrapper {
    width: 100%;
    margin-top: 1em; }
    .imageslider .thumb-wrapper .thumb:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .imageslider .thumb-wrapper .thumb {
      width: 31.333%;
      margin-right: 3%;
      position: relative;
      float: left;
      border: 1px solid #ccc; }
      .imageslider .thumb-wrapper .thumb img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 90%; }
      .imageslider .thumb-wrapper .thumb:nth-of-type(3n+3) {
        margin-right: 0; }
  .imageslider a.button {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto; }

.productinfo h1 {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.4em; }

.productinfo h3 {
  margin-bottom: 1em; }

.productinfo table {
  width: 100%; }
  .productinfo table th {
    background: #ccc;
    font-family: "fira-sans",sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    padding: 0.5em; }
  .productinfo table tr {
    background: #ccc; }
    .productinfo table tr td {
      width: 25%;
      padding: 0.5em;
      font-size: 0.875em;
      font-family: "fira-sans",sans-serif;
      font-style: normal;
      font-weight: 300; }
  .productinfo table tr:nth-of-type(2n+2) {
    background: #fff; }

.productdocument {
  background: url(../img/bg-document.jpg);
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 2em; }
  .productdocument h2 {
    margin-bottom: 0; }
  .productdocument .productlinks {
    width: 100%;
    display: block; }
    .productdocument .productlinks img {
      width: 2em;
      height: 2em;
      margin-right: 0.5em;
      display: inline-block; }
    .productdocument .productlinks p {
      display: inline-block; }
      .productdocument .productlinks p a {
        color: #4d4f53; }

.accessories-wrapper {
  width: 100%;
  margin-top: 2em; }
  .accessories-wrapper .accessories {
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 1em;
    float: left;
    text-align: center; }
    .accessories-wrapper .accessories .accessories-img:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .accessories-wrapper .accessories .accessories-img {
      border: 1px solid #ccc;
      padding: 1em;
      position: relative; }
      .accessories-wrapper .accessories .accessories-img img {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .accessories-wrapper .accessories p {
      font-size: 0.875em;
      margin-top: 0.25em;
      line-height: 1.3em; }
  .accessories-wrapper .accessories:nth-of-type(3n+3) {
    margin-right: 0; }

/* MEDIABANK */
.media-content {
  padding: 2em 1em 0 1em;
  position: relative;
  overflow: hidden; }
  .media-content h1 {
    margin-bottom: 0; }
  .media-content .basket {
    position: absolute;
    right: 1em;
    top: 1em;
    display: block; }
    .media-content .basket p {
      display: none; }
    .media-content .basket img {
      width: 2em; }
  .media-content a.mediacategory {
    cursor: pointer; }
  .media-content .mediacategory {
    display: block;
    margin-bottom: 2em;
    width: 100%; }
    .media-content .mediacategory .mediacategory-img {
      width: 100%;
      border: 1px solid #ccc;
      box-sizing: border-box;
      margin-bottom: 0.5em; }
      .media-content .mediacategory .mediacategory-img img {
        width: 100%; }
    .media-content .mediacategory h2 {
      color: #4d4f53;
      font-size: 1.35em; }
    .media-content .mediacategory p {
      margin-top: 0;
      color: #4d4f53; }
    .media-content .mediacategory .option {
      width: 50%;
      float: left; }
      .media-content .mediacategory .option img {
        margin-right: 0.5em;
        display: inline-block;
        width: 22px; }
      .media-content .mediacategory .option p {
        display: inline-block;
        font-size: 0.875em;
        margin: 0 0 0.5em 0; }
    .media-content .mediacategory .option:nth-of-type(2n+2) {
      text-align: right; }

/* MEDIABANK PRODUKTIMAGES */
.media-thumbs {
  width: 48.5%;
  float: left;
  margin: 0 3% 2em 0; }
  .media-thumbs .productspot-text {
    height: 2em; }
  .media-thumbs h2 {
    font-size: 1em;
    color: #4d4f53;
    text-align: center;
    margin-bottom: 0.5em; }
  .media-thumbs .media-thumbs-img:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .media-thumbs .media-thumbs-img {
    border: 1px solid #ccc;
    padding: 1em;
    width: 100%;
    margin-bottom: 1em;
    position: relative; }
    .media-thumbs .media-thumbs-img img {
      position: absolute;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .media-thumbs h2  {
    font-size: 1.35em;
    color: #4d4f53;
    margin-bottom: 0.5em; }
  .media-thumbs .icons-wrapper {
    width: 100%; }
    .media-thumbs .icons-wrapper .option {
      width: 100%; }
      .media-thumbs .icons-wrapper .option img {
        margin-right: 0.5em;
        display: inline-block;
        width: 22px; }
      .media-thumbs .icons-wrapper .option p {
        display: inline-block;
        font-size: 0.875em;
        margin: 0 0 0.5em 0; }

.media-thumbs:nth-of-type(2n+2) {
  margin-right: 0; }

/* MINA FILER */
.media-button-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 4em;
  height: 4em; }
  .media-button-wrapper .button.files {
    left: 0;
    position: absolute; }

/* ABOUT */
.about-content {
  padding: 2em 1em 2em 1em; }
  .about-content h1 {
    font-size: 2em; }

.aboutspot {
  width: 100%;
  padding: 1em;
  box-sizing: border-box; }
  .aboutspot img {
    width: 100%;
    margin-bottom: 1em; }

/* KATALOGER */
.media-content h1 {
  font-size: 2em; }

/* CONTACT */
.top-img-contact-container {
  height: 17em;
  position: relative; }
  .top-img-contact-container .top-img.contact {
    background: none;
    height: 10em;
    padding: 0;
    position: relative; }

#map_canvas {
  width: 100%;
  height: 17em;
  position: relative; }

.contact-info {
  margin-top: 2em;
  margin-bottom: 3em;
  padding: 0 5%; }
  .contact-info hr {
    margin: 2em 0; }

fieldset ul {
  width: 100%;
  display: block;
  -webkit-padding-start: 0;
  -moz-padding-start: 0; }
  fieldset ul li {
    list-style: none;
    margin-bottom: 1em;
    width: 100%; }
    fieldset ul li label {
      width: 100%;
      display: block; }
    fieldset ul li input[type="text"],
    fieldset ul li input[type="email"],
    fieldset ul li textarea {
      display: block;
      width: 100%;
      padding: 0.8em 3% 0.8em 4.2em;
      -webkit-appearance: none;
      border: 1px solid #ccc;
      border-radius: 0;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box; }
    fieldset ul li textarea {
      height: 15em; }

fieldset input[name="name"] {
  background: url(../img/form-icon-person.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset input[name="company"] {
  background: url(../img/form-icon-company.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset input[name="phone"] {
  background: url(../img/form-icon-phone.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset input[name="mail"] {
  background: url(../img/form-icon-epost.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset textarea[name="message"] {
  background: url(../img/form-icon-message.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset input.formbutton {
  width: 100%;
  padding: .5em 0 .55em 0; }

.adress {
  background-color: #47687c;
  background-color: rgba(55, 91, 113, 0.92);
  width: 100%;
  padding: 5%; }
  .adress h2, .adress p, .adress a {
    color: #fff; }
  .adress p, .adress a {
    font-size: 1em;
    line-height: 1.5em; }

.hidemobile {
  display: none; }

.contactperson-wrapper {
  background: url(../img/bg-document.jpg);
  width: 100%;
  padding: 5%; }
  .contactperson-wrapper .contactperson-container {
    width: 100%; }
  .contactperson-wrapper h2 {
    margin-bottom: 1em; }
  .contactperson-wrapper a {
    color: #4d4f53; }
  .contactperson-wrapper ul {
    -webkit-padding-start: 0; }
  .contactperson-wrapper li.contactperson {
    margin-bottom: 2em;
    width: 100%;
    font-size: 0.875em;
    border-bottom: 1px solid #aaa;
    margin-bottom: 1em;
    list-style: none;
    padding-bottom: 1em;
    display: block; }
    .contactperson-wrapper li.contactperson img {
      width: 100%;
      margin-bottom: 1em; }
    .contactperson-wrapper li.contactperson p {
      padding-bottom: 0; }
    .contactperson-wrapper li.contactperson:last-of-type {
      border-bottom: none; }

/* ==============
    MOBILE: Main
   ============== */
.mobile-hidden {
  display: none; }

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* ========================
    INTERMEDIATE: IE Fixes
   ======================== */
  nav.small-menu ul li {
    display: inline; }
  .oldie nav a {
    margin: 0 0.7%; } }

@media only screen and (min-width: 560px) {
  /* STARTSIDA */
  /* MEDIABANK */
  .media-content .mediacategory {
    float: left;
    width: 48.5%;
    margin-right: 3%; }
  .media-content .mediacategory:nth-of-type(2n+2) {
    margin-right: 0; }
  /* MEDIABANK PRODUKTIMAGES */
  .media-thumbs .icons-wrapper .option {
    width: 50%;
    float: left; }
    .media-thumbs .icons-wrapper .option img {
      margin-right: 0.5em;
      display: inline-block;
      width: 22px; }
    .media-thumbs .icons-wrapper .option p {
      display: inline-block; }
  .media-thumbs .icons-wrapper .option:nth-of-type(1) {
    float: right;
    text-align: right; } }

@media only screen and (min-width: 768px) {
  header img.logo {
    margin-top: 0.5em;
    width: 200px; }
  .top-img-wrapper {
    margin-top: 0px;
    position: relative;
    display: block;
    width: 100%;
    height: 14em;
    background: url(../img/top-img-1.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    z-index: -1; }
  /* STARTSIDA */
  h1.start-headline {
    font-size: 2.5em;
    line-height: 1.4em;
    text-align: center; }
  .puff-wrapper {
    margin: 3em 0 3em; }
    .puff-wrapper .puff {
      display: block;
      width: 31.333%;
      margin: 0 3% 0 0;
      text-align: center;
      float: left; }
      .puff-wrapper .puff:nth-of-type(3n+3) {
        margin-right: 0; }
      .puff-wrapper .puff h2 {
        font-size: 1.25em; }
  .text-wrapper {
    height: 160px; }
  .start-spot-container {
    padding: 5em 5% 4em; }
    .start-spot-container .start-spot {
      width: 31.333%;
      float: left;
      margin-right: 3%;
      margin-bottom: 0; }
      .start-spot-container .start-spot:nth-of-type(3n+3) {
        margin-right: 0; }
  /* FOOTER */
  .footer-contact {
    padding: 3em 0; }
    .footer-contact .footer-contact-info {
      width: 60%;
      margin: 0 auto; }
      .footer-contact .footer-contact-info .contact-text {
        text-align: center;
        width: 100%; }
      .footer-contact .footer-contact-info .button {
        margin-top: 1em; }
  footer {
    background: #fff;
    z-index: -3;
    position: relative; }
    footer .footer-wrapper {
      display: block;
      min-height: 250px;
      overflow: hidden; }
    footer .footer-info {
      padding: 2em 1em 2em 1em;
      background: #fff;
      position: fixed;
      bottom: 0;
      display: block; }
    footer .address {
      float: left;
      width: 25%;
      display: block; }
    footer .info {
      width: 60%;
      float: right; }
  /* PRODUCTOVERVIEW */
  .heading-wrapper {
    margin: 0;
    padding: 0; }
    .heading-wrapper .spot {
      margin: 2em 0 0 0;
      width: 31.333%;
      float: right;
      padding: 0; }
  .top-img-wrapper {
    height: 20em; }
    .top-img-wrapper .top-img {
      height: 20em; }
  .two-col-text {
    width: 65.666%;
    float: left;
    padding: 0;
    margin-top: 2em; }
  .two-col-text.producthead {
    padding: 0em; }
  .productsearch {
    float: right;
    width: 33.333%;
    padding: 2em 0 0 2%; }
    .productsearch input[type='text'] {
      width: 100%;
      margin-right: 0%; }
    .productsearch input[type='submit'] {
      width: 100%;
      margin-top: 1em;
      padding: 0.5em 1em; }
  .product-thumb-wrapper .product-thumb {
    width: 31.333%;
    margin-right: 3%;
    box-sizing: border-box; }
    .product-thumb-wrapper .product-thumb:nth-of-type(2n+2) {
      margin-right: 3%; }
    .product-thumb-wrapper .product-thumb:nth-of-type(3n+3) {
      margin-right: 0; }
  /* PRODUCTPAGE */
  .imageslider {
    width: 50%;
    float: left;
    padding-top: 2em;
    text-align: left; }
  .productinfo {
    width: 50%;
    float: right;
    padding-top: 2em; }
    .productinfo h1 {
      font-size: 2.25em; }
  /* MEDIABANK PRODUKTIMAGES */
  .media-thumbs {
    width: 31.333%; }
  .media-thumbs:nth-of-type(2n+2) {
    margin-right: 3%; }
  .media-thumbs:nth-of-type(3n+3) {
    margin-right: 0%; }
  /* ABOUT */
  .about-content h1 {
    font-size: 3em; }
  .aboutspot {
    width: 48.5%;
    float: left;
    margin-right: 3%; }
  .aboutspot:nth-of-type(2n+2) {
    margin-right: 0; }
  /* KATALOGER */
  .media-content h1 {
    font-size: 2.25em; }
  /* CONTACTPAGE */
  .top-img-contact-container {
    height: 25em;
    position: relative; }
    .top-img-contact-container .top-img.contact {
      background: none;
      height: 10em;
      padding: 0;
      position: relative; }
  #map_canvas {
    width: 100%;
    height: 25em;
    position: relative; }
  fieldset ul li {
    width: 47.5%;
    margin-right: 5%;
    float: left; }
    fieldset ul li label {
      width: 100%;
      display: block; }
    fieldset ul li textarea {
      height: 15em; }
  fieldset ul li:nth-of-type(even) {
    margin-right: 0; }
  fieldset ul li:nth-last-of-type(1) {
    width: 100%;
    margin-right: 0; }
  fieldset input.button {
    width: 100%;
    padding: .5em 1em .55em; }
  .contact-info ul li:nth-of-type(5) {
    width: 100%; }
  .contactperson-wrapper li.contactperson {
    width: 47.5%;
    margin-right: 5%;
    float: left;
    border-bottom: none; }
    .contactperson-wrapper li.contactperson a, .contactperson-wrapper li.contactperson address {
      color: #6c6f70; }
  .contactperson-wrapper li:nth-of-type(2n+2) {
    margin-right: 0; }
  .hidemobile {
    display: block; } }

@media only screen and (min-width: 970px) {
  #search input[type='text'] {
    width: 300px; }
  header {
    height: 5.5em; }
    header img.logo {
      margin-top: 1em;
      width: 220px; }
    header .header-menu {
      width: 76%; }
      header .header-menu .menu-trigger {
        display: none; }
      header .header-menu .top-menu {
        display: block;
        width: 100%;
        text-align: right; }
        header .header-menu .top-menu ul {
          width: 100%;
          -webkit-padding-start: 0px;
          margin: 0; }
          header .header-menu .top-menu ul li {
            display: inline-block;
            padding: 0.2em 0.75em 0.1em;
            font: normal 0.9em/1.5em "news-gothic-std",sans-serif;
            font-weight: 100;
            color: #fff;
            margin-right: 1%;
            text-transform: uppercase; }
            header .header-menu .top-menu ul li a {
              color: #fff;
              cursor: pointer; }
            header .header-menu .top-menu ul li.selected {
              border-bottom: 0.33em solid white;
              border-bottom: 0.33em solid rgba(255, 255, 255, 0.75);
              padding-bottom: 14px; }
          header .header-menu .top-menu ul li:last-of-type {
            padding-right: 0; }
  /* FOOTER */
  .footer-contact {
    padding: 5em 0; }
    .footer-contact .footer-contact-info {
      width: 60%;
      max-width: 550px; }
      .footer-contact .footer-contact-info .contact-text h2 {
        font-size: 2em; }
      .footer-contact .footer-contact-info .contact-text p {
        font-size: 1.1em; }
  /* STARTSIDA */
  h1.start-headline {
    font-size: 3em;
    line-height: 1.4em;
    text-align: center; }
  .puff-wrapper .puff {
    width: 31.333%;
    margin-bottom: 0em;
    margin-right: 3%;
    float: left; }
    .puff-wrapper .puff h2 {
      font-size: 1.625em; }
  .puff-wrapper .puff:nth-of-type(3n+3) {
    margin-right: 0; }
  /* PRODUCTCATEGORY */
  .two-col-text {
    width: 65.666%;
    float: left; }
    .two-col-text h1 {
      font-size: 2.25em;
      line-height: 1.4em; }
  .productsearch {
    width: 31.333%;
    padding: 2em 0em 2em 0;
    float: right; }
  /* PRODUCTOVERVIEW */
  .content-wrapper-nav {
    width: 77%;
    float: right;
    margin-bottom: 4em; }
  /* MEDIABANK */
  .media-content .basket {
    top: 2em; }
  .media-content .mediacategory {
    float: left;
    width: 31.333%;
    margin-right: 3%; }
  .media-content .mediacategory:nth-of-type(2n+2) {
    margin-right: 3%; }
  .media-content .mediacategory:nth-of-type(3n+3) {
    margin-right: 0%; }
  /* CONTACTPAGE */
  .content-wrapper.contact {
    float: left;
    margin-right: 0;
    margin-left: 5%;
    width: 58.75%; }
  .adress {
    width: 26.25%;
    margin: -4em 5% 0 0;
    float: right;
    padding: 1.5em;
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }
  .contact-info {
    padding: 0; }
  .contactperson-wrapper h2 {
    margin-bottom: 1.5em; }
  .contactperson-wrapper li.contactperson {
    width: 30%;
    margin-right: 5%;
    float: left;
    border-bottom: none; }
    .contactperson-wrapper li.contactperson a, .contactperson-wrapper li.contactperson address {
      color: #6c6f70; }
    .contactperson-wrapper li.contactperson .person-info {
      height: 8em; }
  .contactperson-wrapper li:nth-of-type(2n+2) {
    margin-right: 5%; }
  .contactperson-wrapper li:nth-of-type(3n+3) {
    margin-right: 0%; } }

@media only screen and (min-width: 1050px) {
  .headerwrapper {
    z-index: 2;
    width: 100%;
    display: block; }
  header {
    background-color: #375b71;
    background-color: #375b71;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    header:hover {
      background: rgba(55, 91, 113, 0.92); }
  .js header {
    background-color: white;
    background-color: rgba(55, 91, 113, 0); }
    .js header:hover {
      background: rgba(55, 91, 113, 0.92); }
  /* CONTACTPAGE */
  .js .contactperson {
    opacity: 0; }
  .wrapper-for-content {
    padding: 0;
    margin: 0 auto; }
  .contactperson-container {
    max-width: 1440px;
    margin: 0 auto; }
  .contactwrapper {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 2; }
    .contactwrapper input.button {
      width: 30%;
      float: right; }
  .top-img-contact-container .top-img.contact {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0; }
  .contactperson-wrapper {
    position: relative;
    z-index: 2; }
  .footer-contact {
    position: relative;
    z-index: 2; } }

@media only screen and (min-width: 1140px) {
  .header-container, .footer-wrapper, .puff-wrapper, .inner-content-wrapper, .start-spot-wrapper {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto; }
  .start-breif {
    margin-bottom: 4em;
    width: 90%;
    max-width: 1000px;
    padding: 3em 0 0 0;
    margin: 0 auto 4em; }
    .start-breif .ingress {
      font-size: 1.375em;
      line-height: 1.5em;
      margin-top: 0; }
  .puff-wrapper {
    padding: 0;
    margin: 3em auto; }
  .js footer {
    z-index: -3;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 auto; }
    .js footer .footer-wrapper {
      height: 300px;
      min-height: 300px;
      background: #fff; }
      .js footer .footer-wrapper .footer-info {
        position: fixed;
        bottom: 0;
        padding: 3em 1em 3em 1em;
        max-width: 1440px;
        width: 90%;
        margin: 0 auto; }
  /* PRODUCTCATEGORY */
  .heading-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%; }
    .heading-wrapper .two-col-text {
      padding: 0; }
    .heading-wrapper .productsearch {
      padding-right: 0; }
  .heading-wrapper.contact {
    max-width: 100%; }
  /* PRODUCTOVERVIEW */
  .product-thumb-wrapper {
    padding: 2em 0; }
    .product-thumb-wrapper .product-thumb {
      width: 22.75%;
      margin-right: 3%;
      box-sizing: border-box; }
      .product-thumb-wrapper .product-thumb:nth-of-type(2n+2) {
        margin-right: 3%; }
      .product-thumb-wrapper .product-thumb:nth-of-type(3n+3) {
        margin-right: 3%; }
      .product-thumb-wrapper .product-thumb:nth-of-type(4n+4) {
        margin-right: 0%; }
  /* PRODUCTPAGE */
  .accessories-wrapper .accessories {
    width: 22.75%; }
  .accessories-wrapper .accessories:nth-of-type(3n+3) {
    margin-right: 3%; }
  .accessories-wrapper .accessories:nth-of-type(4n+4) {
    margin-right: 0; }
  /* MEDIABANK */
  .media-content .basket p {
    display: inline-block;
    margin: 0 0.5em 0 0;
    font-size: 0.875em; }
  .media-content .basket img {
    width: 2.5em; }
  /* ABOUTPAGE */
  .about-content {
    width: 65.666%;
    float: left;
    padding: 2em 0 0 0; }
  .aboutspot {
    width: 31.333%;
    float: right;
    padding: 2em 0 0 0; }
  /* CONTACTPAGE */
  .contact-info {
    padding: 0; }
  .content-wrapper.contact {
    float: left;
    margin-right: 0;
    margin-left: 5%;
    width: 55.75%; }
  .adress {
    width: 31.25%;
    margin: -4em 5% 0 0;
    float: right;
    padding: 1.5em;
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box; }
  .top-img-contact-container {
    height: 28em;
    position: relative; }
    .top-img-contact-container .top-img.contact {
      background: none;
      height: 28em;
      padding: 0;
      overflow: hidden; }
  #map_canvas {
    width: 100%;
    height: 28em; } }

@media only screen and (min-width: 1400px) {
  .top-img-wrapper {
    height: 23em; }
  .productdocument .productlinks {
    width: 50%;
    float: left; }
  /* MEDIABANK PRODUKTIMAGES */
  .media-thumbs {
    width: 22.75%; }
  .media-thumbs:nth-of-type(2n+2) {
    margin-right: 3%; }
  .media-thumbs:nth-of-type(3n+3) {
    margin-right: 3%; }
  .media-thumbs:nth-of-type(4n+4) {
    margin-right: 0%; }
  /* CONTACTPAGE */
  .contact-info {
    padding: 0; }
  .contactperson-wrapper .contactperson-container {
    max-width: 1440px;
    margin: 0 auto;
    display: block; }
  .contactperson-wrapper h2 {
    margin-bottom: 1.5em; }
  .contactperson-wrapper li.contactperson {
    width: 22%;
    height: 24em;
    margin-right: 4%;
    float: left;
    border-bottom: none;
    margin-bottom: 1.5em; }
    .contactperson-wrapper li.contactperson a, .contactperson-wrapper li.contactperson address {
      color: #6c6f70; }
  .content-wrapper.contact {
    margin-left: 5%;
    width: 58.75%; }
  .adress {
    width: 26.25%; }
  .contactperson-wrapper li:nth-of-type(2n+2) {
    margin-right: 4%; }
  .contactperson-wrapper li:nth-of-type(3n+3) {
    margin-right: 4%; }
  .contactperson-wrapper li:nth-of-type(4n+4) {
    margin-right: 0%; } }

@media only screen and (min-width: 1600px) {
  .js footer .info {
    width: 50%; }
  .top-img-wrapper {
    height: 25em; }
  /* PRODUCTCATEGORY */
  .heading-wrapper {
    padding: 0; }
    .heading-wrapper .two-col-text {
      padding: 0em 0; }
  /* CONTACTPAGE */
  .content-wrapper.contact {
    margin-left: 0%;
    width: 68.75%; }
  .adress {
    width: 26.25%;
    margin: -4em 0 0 5%; }
  .wrapper-for-content {
    max-width: 1440px;
    padding: 0;
    margin: 0 auto; }
  .contactperson-wrapper .contactperson-container {
    max-width: 1440px; } }
