@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");
/* Colors */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CCC; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CCC; }

textarea:focus, input:focus {
  outline: none; }

a.icon-btn {
  display: flex;
  width: 38px;
  height: 38px;
  color: #314152;
  font-size: 38px; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?yavubd");
  src: url("fonts/icomoon.eot?yavubd#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yavubd") format("truetype"), url("fonts/icomoon.woff?yavubd") format("woff"), url("fonts/icomoon.svg?yavubd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ikontpms:before {
  content: "\e933"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-pin-empty:before {
  content: "\e91a"; }

.icon-ikonoljebyte:before {
  content: "\e92f"; }

.icon-ikondckskifte:before {
  content: "\e930"; }

.icon-ikonhjulinstllningar:before {
  content: "\e931"; }

.icon-ikonmcdck:before {
  content: "\e932"; }

.icon-scooter-tire:before {
  content: "\e92e"; }

.icon-service-247:before {
  content: "\e911"; }

.icon-rims:before {
  content: "\e92c"; }

.icon-snowchains:before {
  content: "\e91f"; }

.icon-car-acc:before {
  content: "\e927"; }

.icon-truck-tire:before {
  content: "\e928"; }

.icon-pv-tire:before {
  content: "\e929"; }

.icon-ac-service:before {
  content: "\e92a"; }

.icon-tractor-tire:before {
  content: "\e92b"; }

.icon-tire-hotel:before {
  content: "\e93f"; }

.icon-insurance:before {
  content: "\e913"; }

.icon-car-service:before {
  content: "\e918"; }

.icon-plus:before {
  content: "\e908"; }

.icon-minus:before {
  content: "\e90e"; }

.icon-winter:before {
  content: "\e92d"; }

.icon-bag:before {
  content: "\e904"; }

.icon-payment:before {
  content: "\e905"; }

.icon-fuel:before {
  content: "\e906"; }

.icon-check:before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e909"; }

.icon-filter-full:before {
  content: "\e90a"; }

.icon-filter-empty:before {
  content: "\e90b"; }

.icon-gps:before {
  content: "\e90c"; }

.icon-instagram:before {
  content: "\e90d"; }

.icon-calendar:before {
  content: "\e90f"; }

.icon-cross:before {
  content: "\e910"; }

.icon-linkedin:before {
  content: "\e912"; }

.icon-sound:before {
  content: "\e914"; }

.icon-mail:before {
  content: "\e915"; }

.icon-mail-circle:before {
  content: "\e916"; }

.icon-menu:before {
  content: "\e917"; }

.icon-arrow-right:before {
  content: "\e900"; }

.icon-arrow-down:before {
  content: "\e901"; }

.icon-arrow-up:before {
  content: "\e902"; }

.icon-arrow-left:before {
  content: "\e903"; }

.icon-pin-full:before {
  content: "\e919"; }

.icon-user:before {
  content: "\e91b"; }

.icon-arrow-right-circle:before {
  content: "\e91c"; }

.icon-arrow-left-circle:before {
  content: "\e91d"; }

.icon-one-circle:before {
  content: "\e91e"; }

.icon-two-circle:before {
  content: "\e920"; }

.icon-3-circle:before {
  content: "\e921"; }

.icon-search:before {
  content: "\e922"; }

.icon-sun:before {
  content: "\e923"; }

.icon-phone-circle:before {
  content: "\e924"; }

.icon-wetgrip:before {
  content: "\e925"; }

.icon-youtube:before {
  content: "\e926"; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #000; }

.content {
  width: 1000px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #000; }

a.button {
  padding: 8px 12px;
  border-radius: 5px;
  background: #314152;
  color: #FFF;
  font-size: 12px;
  font-weight: 600; }

.top-menu {
  display: flex;
  width: 100%;
  background: #314152;
  justify-content: center; }
  .top-menu ul {
    display: flex;
    border-left: 1px solid #445262; }
    .top-menu ul li {
      display: flex; }
      .top-menu ul li a {
        display: flex;
        color: #FFF;
        padding: 12px 24px;
        border-right: 1px solid #445262;
        font-weight: 600; }
        .top-menu ul li a:hover {
          background: #445262; }
  .top-menu a.mobile-menu {
    display: none; }

.mobile-menu {
  display: none; }
  @media only screen and (max-width: 1000px) {
    .mobile-menu {
      display: flex; } }

.splash {
  display: flex;
  width: 100%;
  height: 260px;
  justify-content: center;
  background: url(../images/hero-background.jpg) center center;
  background-size: cover; }
  .splash .content {
    display: flex;
    align-items: center; }
    .splash .content h1 {
      font-size: 42px;
      margin: 0;
      color: #FFF; }

.main {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 24px; }
  .main .content {
    display: flex; }
    .main .content .submenu {
      display: flex;
      width: 240px;
      padding-right: 48px; }
      .main .content .submenu ul {
        display: flex;
        flex-direction: column;
        width: 100%; }
        .main .content .submenu ul li {
          display: flex;
          border-bottom: 1px solid #EAEAEA; }
          .main .content .submenu ul li a {
            display: flex;
            padding: 8px 0; }
    .main .content .page {
      display: flex;
      width: calc(100% - 240px);
      flex-direction: column; }
      .main .content .page .sub-pages .sub-page,
      .main .content .page .article {
        border-bottom: 1px solid #EAEAEA; }
      .main .content .page h2 {
        font-size: 32px; }
      .main .content .page .ingress {
        margin-bottom: 24px; }
      .main .content .page img {
        max-width: 100%; }
      .main .content .page table {
        border-collapse: collapse; }
        .main .content .page table tr td {
          width: 50%;
          vertical-align: top;
          padding-bottom: 24px; }
          .main .content .page table tr td:nth-child(1) {
            padding-right: 24px; }
          .main .content .page table tr td img {
            max-width: 100%; }
      .main .content .page div.download {
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .main .content .page div.download h5 {
          margin: 0 0 12px;
          font-size: 18px; }
        .main .content .page div.download ul {
          display: flex;
          flex-direction: column; }
          .main .content .page div.download ul li {
            margin-bottom: 4px; }
            .main .content .page div.download ul li a {
              display: flex;
              align-items: center; }
              .main .content .page div.download ul li a img {
                margin-right: 4px; }

body.startpage .main .content .submenu {
  display: none; }
body.startpage .main .content .page {
  width: 100%; }
  body.startpage .main .content .page ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    justify-content: center; }
    body.startpage .main .content .page ul li {
      display: flex;
      width: 300px;
      margin: 0 12px 24px 12px; }
      body.startpage .main .content .page ul li a {
        display: flex;
        width: 100%;
        border: 1px solid #EAEAEA;
        padding: 32px;
        align-items: center;
        flex-direction: column; }

/*# sourceMappingURL=style.css.map */
