.border-top {
  border-top: 1px solid #E2E2E2; }

  .bg-lightgray {
    background-color: #E2E2E2; }

    .bg-contrast {
      background-color: #990033; }

      .bg-contrast-dark {
        background-color: #602; }

        body {
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          color: #333;
          line-height: 1.5; }

          h1, h2, h3, h4, h5, h6 {
            font-family: 'Merriweather', serif;
            font-weight: 400;
            color: #000000;
            line-height: 1.2; }
            h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
              font-size: 75%;
              color: #666;
              display: inline-block; }

H1 {
  font-size: 2.4rem;
  margin-top: 2rem; }

  h2 {
    font-size: 1.5rem; }

    h3 {
      font-size: 1.2rem; }

      h4 {
        font-size: 1.1rem; }

        h5 {
          font-size: 1rem; }

          h6 {
            font-size: 1rem; }

            p {
              font-weight: inherit;
              line-height: inherit;
              font-size: inherit;
              color: inherit; }

              strong {
                font-weight: 500; }

                a {
                  color: #602;
                  text-decoration: underline; }
                  a:hover, a:focus {
                    color: #990033; }

h1 a, a h1, h2 a, a h2, h3 a, a h3, h4 a, a h4, h5 a, a h5, h6 a, a h6 {
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

blockquote {
  margin: 3rem 6rem 3rem;
  padding: 0;
  color: #602;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.2;
  border-left: none;
  font-weight: 400; }
  blockquote p {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit; }

img {
  border: 0; }

  figure {
    margin: 0;
    position: relative; }
    figure figcaption {
      font-size: 0.9rem;
      width: 100%;
      padding: 0.75rem 1rem;
      left: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.5);
      color: #000;
      line-height: 1;
      margin-bottom: 0;
      position: absolute; }
      figure figcaption p {
        margin-bottom: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }
  table tbody tr, table tbody th {
    vertical-align: top; }
    table tbody th {
      text-align: left;
      font-weight: 400; }

.padd2 {
  padding-bottom: 2rem; }

  .equal-height {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }

    .image.rounded img {
      border-radius: 50%;
      margin-bottom: 1rem; }

      .image.rounded.mapimage {
        border-radius: 50%;
        margin-bottom: 1rem;
        overflow: hidden; }

        .linklist {
          list-style: none;
          margin-left: 0;
          margin-bottom: 2rem; }
          .linklist li {
            line-height: 1.4;
            margin-bottom: 0.5rem; }

.borderedtitle h2 {
  margin-bottom: 2rem;
  padding-left: 0.75rem;
  border-left: 3px solid #990033; }

.content-toggle {
  margin-bottom: 1rem; }
  .content-toggle .toggler {
    padding: 1rem 1.5rem;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    background-color: #E2E2E2; }
    .content-toggle .toggler h2 {
      margin: 0; }
      .content-toggle .toggler h3 {
        margin: 0; }
        .content-toggle .toggler::after {
          content: '';
          display: inline-block;
          font: normal normal normal 14px / 1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1.8rem;
          position: absolute;
          right: 1rem;
          top: 50%;
          -o-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
          .content-toggle .toggler.active {
            border-radius: 5px 5px 0 0; }
            .content-toggle .toggler.active::after {
              content: ''; }
  .content-toggle .content {
    text-align: left;
    display: none;
    border-radius: 0 0 5px 5px;
    padding: 1.5rem;
    background-color: #fefefe; }

.button {
  border-radius: 5px;
  background-color: #990033;
  text-decoration: none;
  color: #fefefe;
  border: none;
  box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.3);
  padding: 0.75rem 2rem 0.755rem;
  font-size: 1rem; }
  .button:hover, .button:focus {
    background-color: #602; }
    .button.hollow {
      background-color: transparent;
      color: #990033; }
      .button.dark {
        background-color: #602;
        color: #fefefe;
        border: none; }
        .button.dark:hover, .button.dark:focus {
          background-color: #c04; }
          .button.dark.hollow {
            background-color: transparent;
            color: #602;
            border: 1px solid #602; }
  .button.large {
    font-size: 1.25rem;
    font-weight: 500; }
    .button.disabled, .button.disabled:focus, .button.disabled:hover,
    .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
      background-color: #990033; }

.button-group {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .button-group.shop-buttons {
    margin-top: 1rem; }
    .button-group.shop-buttons .button {
      border: none;
      padding: 0.85em 1em;
      font-size: 0.9rem; }
      .button-group.shop-buttons .button.buynow,
      .button-group.shop-buttons .button.buynowx {
        border-radius: 5px 0 0 5px;
        margin-right: 0;
        white-space: nowrap;
        font-weight: 500;
        color: #fefefe; }
        .button-group.shop-buttons .button.addtocart,
        .button-group.shop-buttons .button.addtocartx {
          border-radius: 0 5px 5px 0;
          background: #c04;
          color: #602;
          font-size: 1.2rem;
          position: relative; }
          .button-group.shop-buttons .button.addtocart i,
          .button-group.shop-buttons .button.addtocartx i {
            position: absolute;
            top: 50%;
            left: 50%;
            text-align: center;
            transform: translate(-50%, -50%); }
            .button-group.shop-buttons .button.addtocart:hover,
            .button-group.shop-buttons .button.addtocart:focus,
            .button-group.shop-buttons .button.addtocartx:hover,
            .button-group.shop-buttons .button.addtocartx:focus {
              background-color: #602;
              color: #fefefe; }

input[type="submit"] {
  border: 0;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0px 0px 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  padding: 0.75rem 2rem 0.755rem;
  font-size: 1rem;
  background-color: #602;
  border-color: transparent;
  color: #FFF;
  transition: background-color 300ms ease-out 0s; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #c04; }

textarea {
  height: auto; }

  .label {
    color: inherit;
    font-size: inherit;
    background-color: transparent;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0; }

    label .txt-required.err {
      color: #c04 !important;
      font-weight: 500; }

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
  opacity: 0.9; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
    color: #333;
    opacity: 0.9; }
    input[type=text]::-ms-placeholder, input[type=email]::-ms-placeholder,
    input[type=password]::-ms-placeholder, textarea::-ms-placeholder {
      color: #333;
      opacity: 0.9; }
      input[type=text]::placeholder, input[type=email]::placeholder,
      input[type=password]::placeholder, textarea::placeholder {
        color: #333;
        opacity: 0.9; }
        input[type=text].required.err, input[type=email].required.err,
        input[type=password].required.err, textarea.required.err {
          border: 1px solid #c04 !important; }

.LimeForm .row {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .LimeForm .required.err {
    border: 1px solid #c04 !important; }
    .LimeForm .field-radio {
      margin-bottom: 1rem; }
      .LimeForm .field-radio .label {
        margin-bottom: 0.5rem; }
        .LimeForm .field-radio input[type="radio"] {
          margin-right: 0.75rem; }
.LimeForm .field-checkbox {
  margin-bottom: 1rem; }
  .LimeForm .field-checkbox .label {
    margin-bottom: 0.5rem; }
    .LimeForm .field-checkbox input[type="checkbox"] {
      margin-right: 0.75rem; }
.LimeForm .field-displayedtext .label {
  font-size: 1.2rem;
  width: 100%;
  display: block;
  margin-top: 1rem; }
  .LimeForm .field-displayedtext .ftext {
    margin-bottom: 1rem;
    height: auto;
    font-style: italic;
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.search-form {
  position: relative;
  margin: 0 0 1rem;
  float: left;
  width: 100%; }
  .search-form input {
    margin: 0; }
    .search-form .search-result {
      display: none;
      position: absolute;
      background-color: #fefefe;
      width: 100%;
      padding: 6px;
      z-index: 1000;
      padding-top: 20px;
      box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
      border-top: 0;
      margin-top: -3px; }
      .search-form .search-result ul li {
        list-style: none;
        padding: 3px 0; }
  .search-form form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    .search-form form input {
      float: left;
      border-radius: 5px 0 0 5px;
      margin: 0;
      height: 2.5rem; }
    .search-form form .searching {
      border: 1px solid black !important; }
      .search-form form button {
        background-color: #990033;
        color: #fefefe;
        height: 2.5rem;
        width: 3rem;
        margin: 0;
        padding: 0;
        border-radius: 0 5px 5px 0;
        font-size: 1.2rem; }
  .search-form.top-search {
    margin: 0rem 0 4rem; }

nav.top-nav ul {
  margin: 0;
  float: right; }
  nav.top-nav ul li {
    float: left;
    list-style: none; }
    nav.top-nav ul li a {
      padding: 0 0.5rem;
      text-decoration: none;
      font-size: 0.9rem; }
      nav.top-nav ul li.active a, nav.top-nav ul li a:hover {
        text-decoration: underline; }
        nav.top-nav ul li.last {
          padding-right: 0; }
nav.menutoggler {
  cursor: pointer;
  font-size: 2.2rem;
  float: left;
  padding: 0.5rem 0.75rem 0.5rem;
  margin: 1.5rem 0.5rem 0.5rem;
  line-height: 1;
  transition: background-color 200ms ease-in-out;
  color: #602;
  border-radius: 5px; }
  nav.menutoggler.active, nav.menutoggler:hover, nav.menutoggler:focus {
    background-color: #602;
    color: #fefefe; }
nav.main-nav ul.main {
  float: left;
  margin: 0; }
  nav.main-nav ul.main > li {
    list-style: none; }
    nav.main-nav ul.main > li > a {
      padding: 2.4rem 1rem;
      font-weight: 700;
      font-family: 'Merriweather', serif;
      font-size: 1.1rem;
      width: 100%;
      display: block;
      text-decoration: none;
      white-space: nowrap;
      transition: background-color 200ms ease-in-out; }
      nav.main-nav ul.main > li.active > a, nav.main-nav ul.main > li:hover > a,
      nav.main-nav ul.main > li > a:hover, nav.main-nav ul.main > li > a:focus {
        background-color: transparent;
        color: #c04; }
        nav.main-nav ul.main > li.hasdrop > a::after {
          content: '';
          display: inline-block;
          font: normal normal normal 14px / 1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          line-height: inherit;
          vertical-align: middle;
          padding-left: 0.5rem;
          transition: content 200ms ease-in-out; }
    nav.main-nav ul.main > li .submenu {
      position: absolute;
      width: 100%;
      left: 0;
      background-color: #f4f4f4;
      display: none;
      z-index: 999;
      padding: 2rem 0;
      border-top: 5px solid #602;
      border-bottom: 1px solid #E2E2E2;
      box-shadow: 0 3px 6px rgba(156, 156, 156, 0.3); }
      nav.main-nav ul.main > li .submenu .menuwidget {
        border-left: 2px solid #990033;
        padding: 0 3rem; }
        nav.main-nav ul.main > li .submenu > .row {
          max-width: 75rem;
          margin-left: auto;
          margin-right: auto; }
          nav.main-nav ul.main > li .submenu ul {
            float: left;
            width: 100%;
            margin: 0; }
            nav.main-nav ul.main > li .submenu ul li {
              float: none;
              list-style: none; }
              nav.main-nav ul.main > li .submenu ul li a {
                padding: 0;
                font-family: 'Montserrat', sans-serif;
                font-size: 1rem;
                width: 100%;
                display: block;
                text-decoration: underline;
                white-space: wrap; }
                nav.main-nav ul.main > li .submenu ul li.active a,
                nav.main-nav ul.main > li .submenu ul li a:hover {
                  background-color: transparent;
                  color: #333;
                  font-weight: 500;
                  text-decoration: none; }
nav.main-nav .menusearch {
  float: right;
  width: 40%; }
  nav.main-nav .menusearch .top-search {
    margin: 0.5rem 0; }
nav .breadcrumbs {
  margin-top: 0.5rem;
  margin-bottom: 0; }
  nav .breadcrumbs > * {
    color: inherit;
    font-size: 0.9rem;
    text-transform: none;
    margin-bottom: 0.5rem; }
    nav .breadcrumbs > * a {
      color: #333; }
  nav .breadcrumbs > .current a {
    text-decoration: none; }

header.header {
  border-bottom: 5px solid #990033; }
  header.header .topheader {
    padding: 0.4rem 0;
    font-size: 0.8rem;
    background-color: #E2E2E2; }
    header.header .logo {
      font-size: 3rem;
      font-family: 'Merriweather', serif;
      color: #602;
      cursor: pointer;
      margin: 0.5rem 1rem 1rem; }
      header.header .logo img {
        max-height: 55px; }
        header.header .logo a {
          text-decoration: none; }
          header.header .logo.aksdal img, header.header .logo.nordkyn img,
          header.header .logo.leselysthuset img, header.header .logo.andoybok img {
            max-height: 65px; }
      header.header .logo.vatnebok img {
        max-height: 70px; }
      header.header .logo.kviteseid img {
        max-height: 60px; }
      header.header .logo.tynset img, header.header .logo.amneus img,
      header.header .logo.bokbra2 img {
        max-height: 55px; }
  header.header .cart {
    float: right;
    position: relative; }
    header.header .cart a {
      text-decoration: none;
      transition: all 300ms ease-out 0s; }
    header.header .cart i {
      display: inline-block;
      font-size: 2.2rem;
      padding: 2rem 1rem 1.2rem;
      line-height: 1; }
      header.header .cart i::before {
        line-height: inherit; }
    header.header .cart .quantity {
      background-color: #c04;
      color: #fefefe;
      font-weight: 500;
      border-radius: 50%;
      width: 1.75rem;
      height: 1.75rem;
      line-height: 1.75rem;
      text-align: center;
      display: block;
      position: absolute;
      top: 0.75rem;
      right: 0.5rem; }
      header.header .cart:hover .quantity, header.header .cart:active .quantity {
        box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5); }
  header.header .social i {
    display: inline-block;
    font-size: 2.2rem;
    padding: 2rem 1rem 1.2rem;
    line-height: 1; }
    header.header .social i::before {
      line-height: inherit; }
  header.header .topsearch-toggler i {
    display: inline-block;
    font-size: 2.2rem;
    padding: 2rem 1rem 1.2rem;
    line-height: 1; }
    header.header .topsearch-toggler i::before {
      line-height: inherit; }
  header.header .top-search {
    display: none; }

.list > .row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .list > .row > .column {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
.list.booklist > .row {
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }
.list .item {
  width: 100%;
  background-color: #fefefe;
  margin-bottom: 2rem; }
  .list .item .content {
    padding: 1.5rem;
    width: 100%;
    padding-top: 1rem; }
  .list .item.book {
    margin-bottom: 2rem; }
    .list .item.book figure {
      transition: border-color 0.3s ease-out 0s;
      background-color: #fefefe;
      width: 100%; }
      .list .item.book figure img {
        vertical-align: bottom; }
    .list .item.book .content {
      width: 100%;
      text-align: center;
      padding: 0;
      padding-top: 0.5rem; }
      .list .item.book .content h3 {
        font-weight: 400;
        min-height: 3.6rem;
        max-height: 3.6rem;
        overflow: hidden;
        word-wrap: break-word;
        font-size: 1rem;
        margin-bottom: 0; }
        .list .item.book .content .details {
          font-size: 0.9rem;
          margin: 0;
          margin-bottom: 0.9rem;
          color: #4d4d4d; }
          .list .item.book .content .details li {
            display: inline-block;
            list-style: none;
            padding: 0;
            line-height: 1.4; }
            .list .item.book .content .details li::after {
              content: '|';
              padding: 0 0.5rem; }
              .list .item.book .content .details li:last-child::after {
                content: ''; }
      .list .item.book .content .price {
        font-size: 1.3rem;
        font-weight: bold; }
    .list .item.book .shop-buttons {
      margin-top: 0.3rem;
      margin-bottom: 0;
      -webkit-justify-content: center;
      justify-content: center; }
    .list .item.book.small {
      margin-bottom: 1rem; }
    .list .item.book.wide {
      width: 100%;
      padding-top: 2rem;
      border-top: 1px solid #E2E2E2; }
      .list .item.book.wide .content {
        text-align: left;
        padding-top: 0.5rem; }
        .list .item.book.wide .content h3 {
          font-size: 1.4rem;
          min-height: 0;
          max-height: none; }
          .list .item.book.wide .content h4 {
            font-size: 1.1rem; }
            .list .item.book.wide .content .author span::after {
              content: ', ';
              margin-left: -3px; }
              .list .item.book.wide .content .author span:last-of-type::after {
                content: ''; }
        .list .item.book.wide .content .price {
          font-size: 1.2rem;
          margin-left: 1rem;
          font-weight: 500; }
          .list .item.book.wide .content .shopblock {
            margin-top: 1rem;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center; }
            .list .item.book.wide .content .shopblock .shop-buttons {
              margin-top: 0; }
              .list .item.book.wide .content .shopblock .status {
                line-height: 2.5rem;
                margin-left: 1rem; }
    .list .item.book.wide-small {
      width: 100%;
      padding-top: 1rem;
      border-top: 1px solid #E2E2E2;
      margin-bottom: 1rem; }
      .list .item.book.wide-small .content {
        text-align: left;
        padding-top: 0.5rem; }
        .list .item.book.wide-small .content h3 {
          font-size: 1.4rem;
          min-height: 0; }
          .list .item.book.wide-small .content h4 {
            font-size: 1rem; }
            .list .item.book.wide-small .content .price {
              font-size: 1.1rem;
              margin-left: 1rem; }
              .list .item.book.wide-small .content .shopblock {
                margin-top: 1rem;
                display: -webkit-flex;
                display: -ms-flex;
                display: flex;
                -webkit-align-items: center;
                -ms-align-items: center;
                align-items: center; }
                .list .item.book.wide-small .content .shopblock .shop-buttons {
                  margin-top: 0; }
    .list .item.book.cart {
      width: 100%;
      padding-top: 0.5rem;
      border-top: 1px solid #E2E2E2;
      margin-bottom: 0.5rem; }
      .list .item.book.cart figure img {
        padding: 1px; }
      .list .item.book.cart .content {
        text-align: left;
        padding-top: 0.5rem; }
        .list .item.book.cart .content h3 {
          font-style: normal;
          font-size: 1rem;
          margin-bottom: 0;
          min-height: 0; }
          .list .item.book.cart .content h4 {
            font-family: 'Montserrat', sans-serif;
            font-style: normal;
            font-size: 0.9rem;
            margin-bottom: 0; }
            .list .item.book.cart .content h4.subtitle {
              margin-bottom: 0.2rem; }
        .list .item.book.cart .content .innbinding {
          font-size: 0.9rem; }
          .list .item.book.cart .content .up, .list .item.book.cart .content .down {
            display: inline-block;
            padding: 0 0.2rem;
            cursor: pointer;
            font-size: 1rem; }
            .list .item.book.cart .content input.quantity {
              padding: 0 5px;
              margin: 0;
              width: 2.5rem;
              height: auto;
              text-align: right;
              font-weight: 500;
              font-size: 1.25rem;
              display: inline-block; }
              .list .item.book.cart .content .perprice {
                display: inline-block;
                padding-left: 0.5rem; }
                .list .item.book.cart .content .sumprice {
                  text-align: right;
                  font-size: 1.1rem;
                  font-weight: 500; }
                  .list .item.book.cart .content .remove-book {
                    text-align: right;
                    cursor: pointer;
                    padding: 0 0.5rem; }

.widget {
  padding: 2rem 0; }
  .widget .moreitems {
    text-align: right;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0 0 0; }
    .widget .moreitems a {
      text-decoration: none;
      position: relative;
      padding-right: 2rem; }
      .widget .moreitems a::after {
        content: '';
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.8rem;
        position: absolute;
        right: 0;
        top: 50%;
        -o-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .widget.widget-list {
    padding: 3rem 0; }
    .widget.widget-list h2 {
      margin-bottom: 2rem; }
  .widget.widget-topp-local {
    padding: 5rem 0 2rem; }
    .widget.widget-topp-local .top-books .list > .row {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .widget.widget-catlinks {
    background-color: #E2E2E2;
    padding-bottom: 0; }
    .widget.widget-catlinks .row {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .widget.widget-catlinks .row .column {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex; }
    .widget.widget-catlinks a {
      text-decoration: none;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      width: 100%; }
      .widget.widget-catlinks a .item {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        position: relative;
        transition: box-shadow 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
        background-color: #990033;
        width: 100%;
        text-align: center;
        padding: 2rem 1rem;
        margin-bottom: 2rem;
        line-height: 1; }
        .widget.widget-catlinks a .item .text {
          color: #fefefe;
          font-size: 1.4rem;
          font-family: 'Merriweather', serif;
          align-self: center; }
          .widget.widget-catlinks a .item:hover {
            box-shadow: none;
            background-color: #602; }
    .widget.widget-catlinks .column:nth-of-type(1) .item {
      background-color: #602; }
      .widget.widget-catlinks .column:nth-of-type(1) .item:hover {
        background-color: #990033; }
    .widget.widget-catlinks .column:nth-of-type(2) .item {
      background-color: #990033; }
      .widget.widget-catlinks .column:nth-of-type(2) .item:hover {
        background-color: #c04; }
    .widget.widget-catlinks .column:nth-of-type(3) .item {
      background-color: #0a5366; }
      .widget.widget-catlinks .column:nth-of-type(3) .item:hover {
        background-color: #052d38; }
    .widget.widget-catlinks .column:nth-of-type(4) .item {
      background-color: #a69a11; }
      .widget.widget-catlinks .column:nth-of-type(4) .item:hover {
        background-color: #786f0c; }
  .widget.widget-booklist .list.booklist {
    padding-bottom: 2rem;
    border-bottom: 1px solid #E2E2E2; }
  .widget.widget-presentasjon {
    padding: 2rem 0 1rem;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2; }
    .widget.widget-presentasjon .presentation {
      margin-bottom: 2rem; }
      .widget.widget-presentasjon .presentation .image {
        margin-bottom: 1.5rem; }
    .widget.widget-presentasjon .booklist {
      margin-bottom: 2rem; }
  .widget.widget-imagetext-wide {
    padding: 0;
    border-top: 1px solid #E2E2E2; }
    .widget.widget-imagetext-wide .box {
      position: relative; }
      .widget.widget-imagetext-wide .box .img-col {
        width: 50%; }
        .widget.widget-imagetext-wide .box .img-col .image {
          height: 350px;
          overflow: hidden;
          width: 100%;
          position: relative; }
          .widget.widget-imagetext-wide .box .img-col .image img {
            min-height: 350px;
            width: 100%;
            position: relative;
            top: 50%;
            -o-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            object-fit: contain; }
      .widget.widget-imagetext-wide .box .text-col {
        width: 50%;
        background-color: #fefefe; }
        .widget.widget-imagetext-wide .box .text-col .content {
          padding: 1rem 3rem;
          -webkit-align-self: center;
          -ms-align-self: center;
          align-self: center; }
  .widget.widget-cartinfo {
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: rgba(166, 154, 17, 0.6);
    padding: 1.5rem 1.5rem 1rem; }
    .widget.widget-cartinfo i {
      font-size: 3rem;
      text-align: center; }
      .widget.widget-cartinfo .text {
        font-weight: 500; }
        .widget.widget-cartinfo .phonenumber {
          display: inline-block;
          font-size: 1.1rem; }

section.main {
  height: auto;
  min-height: 30em; }
  section.main .sidepanel .widget {
    margin-bottom: 1.5rem; }
  section.main .widget-group {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem; }
    section.main .page {
      margin-bottom: 3rem; }
      section.main .page .datetime {
        margin-bottom: 2rem; }
        section.main .page .mainimage {
          margin-bottom: 1rem; }
          section.main .page .mainteaser {
            font-size: 1.3rem;
            margin-bottom: 1.5rem; }
            section.main .page .bodytext ul {
              margin-left: 2em;
              margin-bottom: 2rem; }
              section.main .page .bodytext h1, section.main .page .bodytext h2,
              section.main .page .bodytext h3, section.main .page .bodytext h4,
              section.main .page .bodytext h5, section.main .page .bodytext h6 {
                margin-top: 1.5em; }
                section.main .page .bodytext h1:first-child,
                section.main .page .bodytext h2:first-child,
                section.main .page .bodytext h3:first-child,
                section.main .page .bodytext h4:first-child,
                section.main .page .bodytext h5:first-child,
                section.main .page .bodytext h6:first-child {
                  margin-top: 0.25rem; }
      section.main .page.startpage {
        margin-bottom: 0; }
        section.main .page.booklist {
          padding-top: 3rem; }
          section.main .page.booklist .filterblock {
            margin-top: 2.5rem;
            margin-bottom: 2rem; }
            section.main .page.booklist .filterblock .filtertype ul {
              margin-left: 0; }
              section.main .page.booklist .filterblock .filtertype ul li {
                list-style: none;
                padding-left: 1.5rem;
                position: relative;
                margin-bottom: 0.5rem;
                cursor: pointer; }
                section.main .page.booklist .filterblock .filtertype ul li::before {
                  content: '';
                  margin-left: -1.5rem;
                  margin-top: 0.25rem;
                  float: left;
                  font-size: 1rem;
                  height: 1rem;
                  width: 1rem;
                  border: 1px solid #602;
                  padding: 1px;
                  background-color: #fefefe;
                  border-radius: 20%; }
                  section.main .page.booklist .filterblock .filtertype ul li.show-all {
                    margin-left: -24px;
                    text-decoration: underline;
                    font-size: 12px; }
                    section.main .page.booklist .filterblock .filtertype ul li.show-all::before {
                      content: '';
                      border: none; }
                section.main .page.booklist .filterblock .filtertype ul li.active::before {
                  background-color: #602; }
                section.main .page.booklist .filterblock .filtertype ul li a {
                  color: inherit;
                  text-decoration: none; }
          section.main .page.booklist .sortlist {
            margin: 0;
            margin-bottom: 1rem;
            margin-top: 1rem;
            list-style-type: none; }
            section.main .page.booklist .sortlist li {
              display: inline-block; }
              section.main .page.booklist .sortlist li a {
                display: block;
                padding: 0.3rem 1rem;
                line-height: 1; }
                section.main .page.booklist .sortlist li.text {
                  font-weight: 500;
                  color: inherit;
                  line-height: 1;
                  padding: 0.3rem 1rem 0.3rem 0; }
                  section.main .page.booklist .sortlist li.active {
                    background-color: #990033; }
                    section.main .page.booklist .sortlist li.active a {
                      text-decoration: none;
                      color: #fefefe; }
                      section.main .page.booklist .sortlist li.active a:hover {
                        color: #602; }
      section.main .page.bookpage {
        padding-top: 3rem; }
        section.main .page.bookpage h1 {
          margin-top: 2rem; }
          section.main .page.bookpage .mainimage {
            margin-bottom: 2rem; }
            section.main .page.bookpage .dealershopblock {
              margin-top: 2rem;
              margin-bottom: 2rem; }
              section.main .page.bookpage .shopblock {
                margin-top: 4rem;
                margin-bottom: 2rem;
                border: 1px solid #E2E2E2;
                padding: 1rem 2rem;
                border-radius: 5px;
                float: left; }
                section.main .page.bookpage .shopblock .price {
                  font-size: 1.5rem;
                  font-weight: bold;
                  float: left;
                  margin-right: 2rem; }
                  section.main .page.bookpage .shopblock .buy {
                    float: left; }
                    section.main .page.bookpage .shopblock .buy .button-group.shop-buttons {
                      margin-top: 0;
                      margin-bottom: 0; }
                section.main .page.bookpage .shopblock .status {
                  line-height: 2.5rem;
                  margin-left: 1rem;
                  float: right; }
        section.main .page.bookpage .borderedtitle h2 {
          margin-top: 2rem; }
      section.main .page.cartpage .deliverycost {
        padding: 1rem 0 0; }
        section.main .page.cartpage .deliverycost .deliveryprice {
          font-size: 1rem;
          font-weight: 500; }
      section.main .page.cartpage .total {
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 4rem;
        padding: 1rem 0; }
        section.main .page.cartpage .total h3 {
          font-size: 1.1rem;
          margin-bottom: 0;
          line-height: 1.5; }
          section.main .page.cartpage .total .totalprice {
            font-size: 1.1rem;
            font-weight: 500; }
      section.main .page.cartpage .gotopayment {
        padding: 0 0 1rem; }
        section.main .page.cartpage .gotopayment .button i {
          padding-left: 0.5rem; }
      section.main .page.cartpage .sidecol .widget {
        margin-bottom: 2rem;
        padding: 1.5rem 1.5rem 1rem; }
  section.main .pagination {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%;
    float: left; }
    section.main .pagination .page {
      margin-bottom: 0.0625rem;
      padding: 0.1875rem 0.625rem;
      display: inline-block;
      margin-right: 0.5rem;
      cursor: pointer; }
      section.main .pagination .page.active {
        background-color: #990033;
        color: #fefefe; }

footer.footer {
  min-height: 30rem;
  padding: 4rem 0 6rem;
  background-color: #602;
  color: #fefefe; }
  footer.footer a {
    color: inherit; }
    footer.footer h2, footer.footer h3, footer.footer h4 {
      color: inherit; }
footer.colophon p {
  line-height: 3em;
  margin-bottom: 0;
  font-size: 70%; }
  footer.colophon p a {
    color: inherit; }

@media only screen and (max-width: 63.9375em) {
  H1 {
    font-size: 2rem;
    margin-top: 2rem;   }
    h2 {
      font-size: 1.4rem;   }
      h3 {
        font-size: 1.2rem;   }
        h4 {
          font-size: 1.1rem;   }
          blockquote {
            font-size: 1.3rem;
            margin: 2rem;   }
            nav.main-nav ul.main {
              display: none;
              float: left;
              width: 100%;
              margin: 0;   }
              nav.main-nav ul.main > li > a {
                padding: 1rem 1rem;   }
  header.header .cart i {
    display: inline-block;
    font-size: 2rem;
    padding: 2rem 1.25rem 1.2rem;
    line-height: 1;   }
  header.header .social i {
    display: inline-block;
    font-size: 2rem;
    padding: 2rem 1rem 1.2rem;
    line-height: 1;   }
    header.header .topsearch-toggler i {
      display: inline-block;
      font-size: 2rem;
      padding: 2rem 1rem 1.2rem;
      line-height: 1;   }
  .list .item.book.wide .content h3 {
    font-size: 1.2rem;   }
    .list .item.book.wide .content h4 {
      font-size: 1rem;   }
  .widget.widget-topp-local {
    padding: 3rem 0 1rem;   }
    .widget.widget-imagetext-wide .box .text-col .content {
      padding: 1rem;   }
      .widget.widget-imagetext-wide .box .img-col .image {
        height: 400px;   }
        .widget.widget-imagetext-wide .box .img-col .image img {
          width: auto;
          height: 100%;
          min-height: 0;
          max-width: none;
          left: 50%;
          top: 50%;
          -o-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);   }
  .widget.widget-catlinks a .item .text {
    font-size: 1.2rem;   }
  footer.footer {
    min-height: 20rem;   }
}

@media only screen and (max-width: 39.9375em) {
  H1 {
    font-size: 1.8rem;
    margin-top: 1rem;   }
    h2 {
      font-size: 1.4rem;   }
      h3 {
        font-size: 1.2rem;   }
        h4 {
          font-size: 1rem;   }
          .equal-height {
            display: block;   }
            header.header .logo {
              font-size: 2rem;
              margin: 0.75rem 0 0.75rem;   }
              header.header .cart i {
                display: inline-block;
                font-size: 1.3rem;
                padding: 2rem 0.5rem 1.2rem;
                line-height: 1;   }
                header.header .cart .quantity {
                  font-weight: 500;
                  width: 1.3rem;
                  height: 1.3rem;
                  font-size: 0.9rem;
                  line-height: 1.38rem;
                  position: absolute;
                  top: 0.75rem;
                  right: 0;   }
            header.header .social i {
              display: inline-block;
              font-size: 1.3rem;
              padding: 2rem 0.5rem 1.2rem;
              line-height: 1;   }
              header.header .topsearch-toggler i {
                display: inline-block;
                font-size: 1.3rem;
                padding: 2rem 0.5rem 1.2rem;
                line-height: 1;   }
  nav.menutoggler {
    font-size: 1.8rem;
    float: left;
    padding: 0.25rem 0.5rem 0.25rem;
    margin: 1.5rem 0.5rem 0.5rem;
    line-height: 1;   }
    nav.main-nav ul.main {
      display: none;
      float: left;
      width: 100%;
      margin: 0;   }
      nav.main-nav ul.main > li {
        float: none;
        display: inline-block;   }
        nav.main-nav ul.main > li > a {
          padding: 0.75rem 0.5rem 1rem;
          font-size: 1rem;   }
          nav.main-nav ul.main > li .submenu {
            display: none;
            width: 100%;
            padding: 1rem;   }
  .list .item.book.wide .img-col {
    float: right;   }
    .list .item.book.wide .text-col {
      float: none;   }
      .list .item.book.wide figure {
        margin-bottom: 0.5rem;   }
  .widget {
    padding: 1rem 0;   }
    .widget.widget-topp-local {
      padding: 2rem 0 1rem;   }
      .widget.widget-imagetext-wide .box .img-col,
      .widget.widget-imagetext-wide .box .text-col {
        width: 100%;   }
        .widget.widget-imagetext-wide .box .img-col .image {
          max-height: none;
          overflow: hidden;
          width: 100%;
          max-width: 100%;
          height: auto;   }
          .widget.widget-imagetext-wide .box .img-col .image img {
            width: 100%;
            height: auto;
            max-width: 100%;
            top: auto;
            left: auto;
            -o-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);   }
  section.main .page .mainteaser {
    font-size: 1.1rem;   }
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.5%; }

  .small-up-5 > .column, .small-up-5 > .columns {
    width: 19.9%; }

    .small-up-4 > .column, .small-up-4 > .columns {
      width: 24.9%; }

      .small-up-3 > .column, .small-up-3 > .columns {
        width: 33.2%; }

        .small-up-2 > .column, .small-up-2 > .columns {
          width: 49.8%; }

          .small-up-1 > .column, .small-up-1 > .columns {
            width: 100%; }

            @media screen and (min-width: 40em) {
              .medium-up-6 > .column, .medium-up-6 > .columns {
                width: 16.5%;   }
                .medium-up-5 > .column, .medium-up-5 > .columns {
                  width: 19.9%;   }
                  .medium-up-4 > .column, .medium-up-4 > .columns {
                    width: 24.9%;   }
                    .medium-up-3 > .column, .medium-up-3 > .columns {
                      width: 33.2%;   }
                      .medium-up-2 > .column, .medium-up-2 > .columns {
                        width: 49.9%;   }
                        .medium-up-1 > .column, .medium-up-1 > .columns {
                          width: 100%;   }
}

@media screen and (min-width: 64em) {
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.5%;   }
    .large-up-5 > .column, .large-up-5 > .columns {
      width: 19.9%;   }
      .large-up-4 > .column, .large-up-4 > .columns {
        width: 24.9%;   }
        .large-up-3 > .column, .large-up-3 > .columns {
          width: 33.2%;   }
          .large-up-2 > .column, .large-up-2 > .columns {
            width: 49.9%;   }
            .large-up-1 > .column, .large-up-1 > .columns {
              width: 100%;   }
}
