/*  ---------------------------------------------------------------------- */
/*  
    Name: startlink.ch
    Date: August 2018
    Version: 1.0
    Author: Daniel Baumgartner
    Autor URI: icontel.com
*/
/*  ---------------------------------------------------------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/* Display */
.header-container .header-upper .header-right, .header-container .header-lower, section.books .row.home-page, section.solutions .row.home-page, section.shop-overview .block-recently-viewed-products .listbox ul.list li, section.shop-overview .block-recently-viewed-products .listbox ul.list li a.product-name, section.shop-overview .category-page .products {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* Flex direction */
/* Flex wrap */
section.shop-overview .category-page .products {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* Flex flow */
/* Order */
/* Flex grow */
/* Flex shrink */
/* Flex basis */
/* Flex */
/* Justify content */
.header-container .header-upper .header-right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

/* Align items */
.header-container .header-upper .header-right, .header-container .header-lower, section.shop-overview .block-recently-viewed-products .listbox ul.list li, section.shop-overview .block-recently-viewed-products .listbox ul.list li a.product-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

section.books .row.home-page, section.solutions .row.home-page, section.shop-overview .block-recently-viewed-products .listbox ul.list li, section.shop-overview .category-page .products {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

/* Align self */
/* Align content */
/*  ---------------------------------------------------------------------- */
/*  settings */
/*  ---------------------------------------------------------------------- */
/*	---------------------------------------------------------------------- */
/*	
	Icontel Custom Mixins & Helpers
	Date: January 2017
	Version: 1.1
	Author: Daniel Baumgartner
	Autor URI: icontel.com
*/
/*	---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  grid */
/*  ---------------------------------------------------------------------- */
.wrapper {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

.row {
  margin: 1.5em -1.5%; }

[class*='column-'] {
  display: block;
  float: left;
  min-height: 1px;
  margin: 0 1.5%;
  padding: 0;
  width: 100%; }

.column-1 {
  width: 5.33333%; }

.column-2 {
  width: 13.66667%; }

.column-3 {
  width: 22%; }

.column-4 {
  width: 30.33333%; }

.column-5 {
  width: 38.66667%; }

.column-6 {
  width: 47%; }

.column-7 {
  width: 55.33333%; }

.column-8 {
  width: 63.66667%; }

.column-9 {
  width: 72%; }

.column-10 {
  width: 80.33333%; }

.column-11 {
  width: 88.66667%; }

.column-12 {
  width: 97%; }

.offset-1 {
  margin-left: 9.83333%; }

.offset-2 {
  margin-left: 18.16667%; }

.offset-3 {
  margin-left: 26.5%; }

.offset-4 {
  margin-left: 34.83333%; }

.offset-5 {
  margin-left: 43.16667%; }

.offset-6 {
  margin-left: 51.5%; }

.offset-7 {
  margin-left: 59.83333%; }

.offset-8 {
  margin-left: 68.16667%; }

.offset-9 {
  margin-left: 76.5%; }

.offset-10 {
  margin-left: 84.83333%; }

.offset-11 {
  margin-left: 93.16667%; }

.offset-12 {
  margin-left: 101.5%; }

.row, .master-wrapper-content {
  *zoom: 1; }
  .row:before, .master-wrapper-content:before, .row:after, .master-wrapper-content:after {
    content: " ";
    display: table; }
  .row:after, .master-wrapper-content:after {
    clear: both; }

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
section.shop-overview .block-category-navigation .listbox ul.list, section.shop-overview .block-recently-viewed-products .listbox ul.list {
  margin: 0;
  padding: 0;
  list-style: none; }

*:focus {
  outline: none; }

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  triangle */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  transitions */
/*  ---------------------------------------------------------------------- */
a, a:visited, a img, a img:visited, .header-container .header-upper .search-container input, .header-container .header-upper .search-container .search-box-button, .product-container .product-item .details .add-info .buttons input[type="button"], .product-container .product-item .details .add-info .buttons .btn-readmore, section.shop-overview .block-recently-viewed-products .listbox ul.list li, section.shop-overview .category-page .product-selectors select, section.shop-detail .overview .add-to-cart .add-to-cart-panel input.qty-input, section.shop-detail .overview .add-to-cart .add-to-cart-panel input.add-to-cart-button, .bar-notification .close, .flyout-cart, .flyout-cart .mini-shopping-cart .buttons input.cart-button {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

/*  ---------------------------------------------------------------------- */
/*  input */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  functions */
/*  ---------------------------------------------------------------------- */
.focuspoint {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }
  .focuspoint img {
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/*  ---------------------------------------------------------------------- */
/*  gradient */
/*  ---------------------------------------------------------------------- */
.Normal, .NormalDisabled, .NormalDeleted {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

/*  ---------------------------------------------------------------------- */
/*  global */
/*  ---------------------------------------------------------------------- */
html, button, input, select, textarea {
  color: #363638; }

body {
  background: #F0F0F0;
  color: #363638;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
  margin: 0;
  padding: 0; }

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  color: #0065B1;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  padding: 0; }

h1 {
  font-size: 3em;
  line-height: 1.15em; }

h2 {
  font-size: 2em;
  line-height: 1.2em; }

h3 {
  font-size: 1.25em;
  line-height: 1.45em; }

h4 {
  color: #0065B1;
  font-size: 16px;
  line-height: 24px;
  margin: 0; }

.white, p.white, span.white, ul.white, li.white, a.white {
  color: #FFFFFF; }

.black, p.black, span.black, ul.black, li.black, a.black {
  color: #363638; }

.dark-blue, p.dark-blue, span.dark-blue, ul.dark-blue, li.dark-blue, a.dark-blue {
  color: #0065B1; }

.light-blue, p.light-blue, span.light-blue, ul.light-blue, li.light-blue, a.light-blue {
  color: #96BCDB; }

.light-grey, p.light-grey, span.light-grey, ul.light-grey, li.light-grey, a.light-grey {
  color: #F0F0F0; }

.dark-grey, p.dark-grey, span.dark-grey, ul.dark-grey, li.dark-grey, a.dark-grey {
  color: #929291; }

.center, p.center, span.center, ul.center, li.center, a.center {
  text-align: center; }

.right, p.right, span.right, ul.right, li.right, a.right {
  text-align: right; }

p, pre {
  margin: 0 0 1.5em 0; }
  p:last-of-type, p.nobreak, pre:last-of-type, pre.nobreak {
    margin-bottom: 0; }

b, strong {
  font-weight: 700; }

a, a:visited, a img, a img:visited {
  color: #0065B1;
  cursor: pointer;
  font-style: normal;
  text-decoration: none; }
  a:hover, a:active, a:visited:hover, a:visited:active, a img:hover, a img:active, a img:visited:hover, a img:visited:active {
    color: #363638; }

img {
  max-width: 100%; }

input.placeholder, textarea.placeholder {
  color: #363638;
  opacity: 1;
  filter: alpha(opacity=100); }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #363638;
  opacity: 1;
  filter: alpha(opacity=100); }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #363638;
  opacity: 1;
  filter: alpha(opacity=100); }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #363638;
  opacity: 1;
  filter: alpha(opacity=100); }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #363638;
  opacity: 1;
  filter: alpha(opacity=100); }

input, textarea, select {
  font-size: 16px; }

hr {
  border-top: 1px solid #929291;
  margin: 2em 0; }

::-moz-selection {
  color: #FFFFFF;
  background: #0065B1; }

::selection {
  color: #FFFFFF;
  background: #0065B1; }

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
.header-container {
  background: #FFFFFF;
  position: relative;
  z-index: 20; }
  .header-container .row {
    margin-top: 0;
    margin-bottom: 0; }
  .header-container .header-upper {
    border: none; }
    .header-container .header-upper .search-container {
      position: relative;
      margin-right: 3%; }
      .header-container .header-upper .search-container input {
        background: #F0F0F0;
        border: 1px solid #F0F0F0;
        box-sizing: border-box;
        font-family: "Karla", sans-serif;
        font-size: 16px;
        height: 40px;
        min-width: 250px;
        padding: 0 1em;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -ms-border-radius: 2em;
        -o-border-radius: 2em;
        border-radius: 2em; }
        .header-container .header-upper .search-container input:hover, .header-container .header-upper .search-container input:focus {
          background: #FFFFFF;
          border-color: #0065B1; }
      .header-container .header-upper .search-container .search-box-button {
        background: none;
        border: none;
        box-sizing: border-box;
        color: #929291;
        font-size: 1em;
        height: 40px;
        width: 40px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -ms-border-radius: 2em;
        -o-border-radius: 2em;
        border-radius: 2em;
        position: absolute;
        top: 0;
        right: 0; }
        .header-container .header-upper .search-container .search-box-button:hover {
          background: #0065B1;
          color: #FFFFFF; }
    .header-container .header-upper .services-container {
      font-size: 1em; }
      .header-container .header-upper .services-container .header-links ul {
        font-size: 1em; }
        .header-container .header-upper .services-container .header-links ul li {
          margin: 0; }
          .header-container .header-upper .services-container .header-links ul li a {
            color: #363638;
            line-height: 24px;
            padding: 1em;
            text-transform: none; }
            .header-container .header-upper .services-container .header-links ul li a:hover {
              color: #0065B1; }
          .header-container .header-upper .services-container .header-links ul li span {
            text-transform: none; }
          .header-container .header-upper .services-container .header-links ul li#topcartlink {
            background: none;
            display: inline-block;
            margin: 0;
            padding: 0;
            width: auto; }
            .header-container .header-upper .services-container .header-links ul li#topcartlink a {
              font-weight: 700;
              padding: 1em 0 1em 1.5em; }
              .header-container .header-upper .services-container .header-links ul li#topcartlink a span {
                font-size: 1em; }
      .header-container .header-upper .services-container .header-links span, .header-container .header-upper .services-container .header-links a {
        font-size: 0.9em;
        line-height: 24px; }
  .header-container .header-lower {
    padding: 1.5em 0;
    width: auto !important; }
    .header-container .header-lower .logo-container img {
      display: block;
      max-width: 250px;
      width: 100%; }
    .header-container .header-lower .navigation-container ul.top-menu {
      margin-right: -1em; }
      .header-container .header-lower .navigation-container ul.top-menu li {
        display: inline-block; }
        .header-container .header-lower .navigation-container ul.top-menu li a {
          color: #363638;
          display: block;
          font-size: 1.1em;
          padding: 0.25em 1em; }
          .header-container .header-lower .navigation-container ul.top-menu li a:hover {
            color: #0065B1; }
    .header-container .header-lower .navigation-container .menu-toggle, .header-container .header-lower .navigation-container .top-menu.mobile {
      display: none; }

.footer-container {
  background: #0065B1;
  color: #FFFFFF;
  padding: 2em 0 1em 0; }
  .footer-container .footer-upper {
    border: none;
    font-size: 1em;
    padding: 0 0 1em 0;
    width: auto !important; }
    .footer-container .footer-upper .title {
      color: #FFFFFF;
      margin: 0 0 0.5em 0;
      font-size: 1.1em; }
      .footer-container .footer-upper .title strong {
        font-weight: 700; }
    .footer-container .footer-upper p {
      font-size: 0.9em; }
    .footer-container .footer-upper .list li a {
      display: block;
      font-size: 0.9em;
      padding: 0.1em 0; }
  .footer-container .footer-lower {
    font-size: 0.8em;
    padding: 0;
    width: auto !important; }
    .footer-container .footer-lower .footer-powered-by {
      float: none;
      margin: 0;
      line-height: inherit; }
      .footer-container .footer-lower .footer-powered-by a {
        font-weight: 400; }
  .footer-container a {
    color: #FFFFFF; }
    .footer-container a:hover {
      color: #96BCDB;
      text-decoration: none; }

/*  ---------------------------------------------------------------------- */
/*  home */
/*  ---------------------------------------------------------------------- */
.mainimg-container {
  height: 600px;
  padding: 0;
  position: relative; }
  .mainimg-container .claim-container {
    height: 600px;
    transform-style: preserve-3d;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .mainimg-container .claim-container .claim {
      background: rgba(0, 101, 177, 0.8);
      padding: 1.25em 2em 1.5em 2em;
      transform: translateY(-50%);
      position: absolute;
      top: 50%; }
      .mainimg-container .claim-container .claim h1, .mainimg-container .claim-container .claim h2 {
        color: #FFFFFF; }
      .mainimg-container .claim-container .claim h2 {
        font-size: 16px;
        line-height: 24px;
        margin: 0; }
  .mainimg-container .mainimg-image {
    height: 600px; }
    .mainimg-container .mainimg-image figure {
      height: 600px;
      margin: 0;
      position: relative;
      width: 100%; }

section.books, section.solutions {
  padding: 3em 0; }
  section.books h2, section.solutions h2 {
    margin-bottom: 1em; }

section.solutions {
  background: #FFFFFF; }
  section.solutions .product-container {
    background: #F0F0F0; }

section.default-template {
  margin-bottom: 3em; }

.product-container {
  background: #FFFFFF;
  position: relative; }
  .product-container .product-item {
    padding-bottom: 50px; }
    .product-container .product-item .picture {
      background: #0065B1;
      margin-bottom: 1em; }
      .product-container .product-item .picture a, .product-container .product-item .picture img {
        display: block; }
    .product-container .product-item .details {
      padding: 0 1em 1em 1em; }
      .product-container .product-item .details h2.product-title {
        color: #363638;
        font-size: 16px;
        margin: 0 0 0.5em 0;
        min-height: auto; }
        .product-container .product-item .details h2.product-title a {
          color: #363638; }
      .product-container .product-item .details .description {
        display: none; }
      .product-container .product-item .details .add-info .prices {
        margin: 0;
        min-height: auto; }
        .product-container .product-item .details .add-info .prices .actual-price {
          color: #0065B1;
          font-weight: 700; }
      .product-container .product-item .details .add-info .buttons {
        display: block;
        font-size: 1em;
        margin: 0;
        text-align: center;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
        .product-container .product-item .details .add-info .buttons input[type="button"], .product-container .product-item .details .add-info .buttons .btn-readmore {
          background: #96BCDB;
          border: none;
          color: #FFFFFF;
          display: block;
          font-size: 0.9em;
          font-weight: 700;
          height: 50px;
          line-height: 50px;
          text-transform: uppercase;
          width: 100%; }
          .product-container .product-item .details .add-info .buttons input[type="button"]:hover, .product-container .product-item .details .add-info .buttons .btn-readmore:hover {
            background: #0065B1;
            color: #FFFFFF; }
    .product-container .product-item:hover .picture img {
      opacity: 0.8;
      filter: alpha(opacity=80); }

/*  ---------------------------------------------------------------------- */
/*  overview & detail */
/*  ---------------------------------------------------------------------- */
section.breadcrumbs {
  background: #96BCDB;
  margin-bottom: 3em; }
  section.breadcrumbs .row {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em; }
  section.breadcrumbs ul li {
    color: #FFFFFF;
    display: inline-block; }
    section.breadcrumbs ul li a {
      color: #FFFFFF; }
    section.breadcrumbs ul li .delimiter {
      margin: 0 0.25em; }

section.shop-overview .block-category-navigation, section.shop-overview .block-recently-viewed-products {
  background: #FFFFFF;
  margin: 2em 0; }
  section.shop-overview .block-category-navigation .title, section.shop-overview .block-recently-viewed-products .title {
    border: none;
    color: #0065B1;
    font-size: 1.25em;
    padding: 0.8em; }
    section.shop-overview .block-category-navigation .title strong, section.shop-overview .block-recently-viewed-products .title strong {
      font-weight: 700; }
  section.shop-overview .block-category-navigation .listbox, section.shop-overview .block-recently-viewed-products .listbox {
    padding: 0; }
    section.shop-overview .block-category-navigation .listbox ul.list li, section.shop-overview .block-recently-viewed-products .listbox ul.list li {
      border-top: 1px solid #F0F0F0;
      margin: 0;
      padding: 0; }

section.shop-overview .block-category-navigation {
  margin-top: 0; }
  section.shop-overview .block-category-navigation .listbox ul.list li a {
    display: block;
    padding: 1em; }
    section.shop-overview .block-category-navigation .listbox ul.list li a:hover {
      background: #96BCDB;
      color: #FFFFFF !important; }
    section.shop-overview .block-category-navigation .listbox ul.list li a:before {
      display: none; }
  section.shop-overview .block-category-navigation .listbox ul.list li.active a {
    color: #363638;
    font-weight: 700; }

section.shop-overview .block-recently-viewed-products .listbox ul.list li a.product-picture {
  display: block;
  margin: 0;
  padding: 0;
  width: 25%; }
  section.shop-overview .block-recently-viewed-products .listbox ul.list li a.product-picture img {
    display: block;
    margin: 0; }

section.shop-overview .block-recently-viewed-products .listbox ul.list li a.product-name {
  color: #363638;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0 0.5em;
  width: 75%; }

section.shop-overview .block-recently-viewed-products .listbox ul.list li:hover {
  background: #96BCDB; }
  section.shop-overview .block-recently-viewed-products .listbox ul.list li:hover a {
    color: #FFFFFF; }

section.shop-overview .category-page .product-selectors {
  border: none;
  margin: 0;
  padding: 0; }
  section.shop-overview .category-page .product-selectors .product-page-size {
    margin: 0; }
  section.shop-overview .category-page .product-selectors span {
    font-size: 0.9em; }
  section.shop-overview .category-page .product-selectors select {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-family: "Karla", sans-serif;
    font-size: 0.9em;
    height: 40px;
    padding: 0 1em; }

section.shop-overview .category-page .pager {
  margin: 0; }
  section.shop-overview .category-page .pager ul {
    font-size: 1em; }
    section.shop-overview .category-page .pager ul li {
      margin: 0; }
      section.shop-overview .category-page .pager ul li span, section.shop-overview .category-page .pager ul li a {
        background: #FFFFFF;
        border: none;
        border-left: 1px solid #F0F0F0;
        box-sizing: border-box;
        color: #363638;
        font-size: 0.9em;
        height: 40px;
        line-height: 40px;
        padding: 0;
        min-width: 40px; }
        section.shop-overview .category-page .pager ul li span:hover, section.shop-overview .category-page .pager ul li a:hover {
          background: #0065B1;
          color: #FFFFFF; }
      section.shop-overview .category-page .pager ul li.current-page span, section.shop-overview .category-page .pager ul li.current-page a {
        background: #96BCDB;
        color: #FFFFFF;
        font-weight: 700; }
      section.shop-overview .category-page .pager ul li.previous-page span, section.shop-overview .category-page .pager ul li.previous-page a, section.shop-overview .category-page .pager ul li.next-page span, section.shop-overview .category-page .pager ul li.next-page a {
        padding: 0 1em; }

section.shop-overview .category-page .product-filters {
  display: none; }

section.shop-overview .category-page .products {
  margin-top: 0; }
  section.shop-overview .category-page .products .product-container {
    margin-bottom: 2em; }

section.shop-detail .gallery {
  float: none;
  margin: 0 0 2em 0;
  width: 100%; }
  section.shop-detail .gallery .picture {
    display: block;
    margin: 0;
    width: 100%; }
    section.shop-detail .gallery .picture img {
      display: block;
      position: relative;
      width: 100%; }
    section.shop-detail .gallery .picture:before {
      display: none; }

section.shop-detail .overview {
  float: none;
  margin: 0;
  width: 100%; }
  section.shop-detail .overview .product-name {
    border: none;
    font-weight: 400;
    margin: 0;
    padding: 0; }
    section.shop-detail .overview .product-name h1 {
      color: #363638;
      font-size: 2em;
      line-height: 1.2em;
      margin: 1em 0; }
  section.shop-detail .overview .short-description {
    color: #363638;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.45em;
    margin: 0; }
  section.shop-detail .overview .additional-details, section.shop-detail .overview .overview-buttons {
    display: none; }
  section.shop-detail .overview .prices {
    margin: 1.25em 0; }
    section.shop-detail .overview .prices .product-price {
      color: #0065B1;
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1.45em;
      margin: 0; }
  section.shop-detail .overview .add-to-cart {
    margin: 1em 0; }
    section.shop-detail .overview .add-to-cart .add-to-cart-panel input.qty-input {
      background: #FFFFFF;
      border: 1px solid #96BCDB;
      color: #0065B1;
      font-size: 1em;
      font-weight: 700;
      height: 50px;
      width: 50px; }
      section.shop-detail .overview .add-to-cart .add-to-cart-panel input.qty-input:hover, section.shop-detail .overview .add-to-cart .add-to-cart-panel input.qty-input:focus {
        border-color: #0065B1; }
    section.shop-detail .overview .add-to-cart .add-to-cart-panel input.add-to-cart-button {
      background: #96BCDB;
      border: none;
      color: #FFFFFF;
      font-size: 0.9em;
      font-weight: 700;
      height: 50px;
      padding: 0 1.5em;
      text-transform: uppercase; }
      section.shop-detail .overview .add-to-cart .add-to-cart-panel input.add-to-cart-button:hover, section.shop-detail .overview .add-to-cart .add-to-cart-panel input.add-to-cart-button:focus {
        background: #0065B1; }

section.shop-detail .full-description {
  margin: 1em 0 2em 0;
  font-size: 1em;
  line-height: inherit; }
  section.shop-detail .full-description h3 {
    color: #363638;
    font-size: 16px;
    line-height: 24px; }
  section.shop-detail .full-description p {
    color: #363638;
    margin: 0 0 1em 0;
    text-align: left; }

section.shop-detail .product-collateral {
  display: none; }

/*  ---------------------------------------------------------------------- */
/*  elements */
/*  ---------------------------------------------------------------------- */
.bar-notification {
  color: #363638;
  font-size: 1em;
  line-height: 24px;
  padding: 1em;
  opacity: 1;
  filter: alpha(opacity=100); }
  .bar-notification.success {
    background-color: rgba(110, 215, 165, 0.9); }
  .bar-notification.error {
    background-color: rgba(233, 88, 109, 0.9); }
  .bar-notification.warning {
    background-color: rgba(245, 155, 5, 0.9); }
  .bar-notification .content {
    margin-right: 1em; }
    .bar-notification .content a {
      color: #363638; }
      .bar-notification .content a:hover {
        color: #0065B1; }
  .bar-notification .close {
    background: #FFFFFF;
    font-size: 1.25em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px; }
    .bar-notification .close:hover {
      background-color: #0065B1;
      color: #FFFFFF; }

.flyout-cart {
  background: #F0F0F0;
  box-shadow: none;
  display: block;
  position: absolute;
  right: 0;
  top: 50px;
  transform: translateY(-1em);
  visibility: hidden;
  -webkit-box-shadow: 0 0.25em 0.25em 0 rgba(54, 54, 56, 0.2);
  -moz-box-shadow: 0 0.25em 0.25em 0 rgba(54, 54, 56, 0.2);
  -ms-box-shadow: 0 0.25em 0.25em 0 rgba(54, 54, 56, 0.2);
  -o-box-shadow: 0 0.25em 0.25em 0 rgba(54, 54, 56, 0.2);
  box-shadow: 0 0.25em 0.25em 0 rgba(54, 54, 56, 0.2);
  opacity: 0;
  filter: alpha(opacity=0); }
  .flyout-cart.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .flyout-cart .mini-shopping-cart {
    font-size: 0.9em;
    padding: 1em; }
    .flyout-cart .mini-shopping-cart .count {
      color: #363638;
      padding: 0; }
      .flyout-cart .mini-shopping-cart .count a {
        color: #363638;
        font-weight: 700; }
    .flyout-cart .mini-shopping-cart .items {
      border-top: 1px solid #FFFFFF;
      border-bottom: none;
      margin: 0.5em 0 0 0; }
      .flyout-cart .mini-shopping-cart .items .item {
        border-top: 1px solid #FFFFFF;
        padding: 0.5em 0; }
        .flyout-cart .mini-shopping-cart .items .item .product .name {
          font-size: 1em;
          margin: 0; }
          .flyout-cart .mini-shopping-cart .items .item .product .name a {
            color: #0065B1; }
        .flyout-cart .mini-shopping-cart .items .item.first {
          border-top: none; }
    .flyout-cart .mini-shopping-cart .totals {
      background: #FFFFFF;
      border: none;
      display: block;
      font-size: 1em;
      font-weight: 700;
      margin: 0 -1em;
      padding: 1em; }
      .flyout-cart .mini-shopping-cart .totals strong {
        color: #363638;
        display: block;
        float: right;
        font-size: 1em; }
    .flyout-cart .mini-shopping-cart .buttons {
      margin: 0 -1em -1em -1em; }
      .flyout-cart .mini-shopping-cart .buttons input.cart-button {
        background: #96BCDB;
        border: none;
        color: #FFFFFF;
        display: block;
        font-size: 0.9em;
        font-weight: 700;
        height: 50px;
        padding: 0;
        text-transform: uppercase;
        width: 100%; }
        .flyout-cart .mini-shopping-cart .buttons input.cart-button:hover {
          background: #0065B1; }

.topic-page .page-body, .topic-page .page-body p {
  text-align: left;
  line-height: 24px; }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  responsive styling */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .header-container .header-upper .column-3 {
    display: none; }
  .header-container .header-upper .column-9 {
    width: 97%; }
  .header-container .header-upper .services-container .header-links ul li a {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .header-container .header-lower {
    padding: 1em 0; }
    .header-container .header-lower .logo-container img {
      min-width: 175px; }
    .header-container .header-lower .navigation-container .navigation ul.top-menu {
      display: block; }
      .header-container .header-lower .navigation-container .navigation ul.top-menu li {
        background: none;
        margin: 0; }
        .header-container .header-lower .navigation-container .navigation ul.top-menu li a {
          font-size: 1em;
          min-height: auto;
          padding: 0.25em 0.75em; }
      .header-container .header-lower .navigation-container .navigation ul.top-menu.mobile {
        display: none; }
  .footer-container {
    padding: 1em 0 0.5em 0; }
  /*  ---------------------------------------------------------------------- */
  /*  home */
  /*  ---------------------------------------------------------------------- */
  .mainimg-container {
    height: 500px; }
    .mainimg-container .claim-container {
      height: 500px; }
      .mainimg-container .claim-container .column-7.claim {
        padding: 1em;
        width: 72%; }
    .mainimg-container .mainimg-image {
      height: 500px; }
      .mainimg-container .mainimg-image figure {
        height: 500px; }
  section.books, section.solutions {
    padding: 2em 0; }
    section.books h2, section.solutions h2 {
      margin-bottom: 0.5em; }
  .product-container .product-item {
    padding-bottom: 40px; }
    .product-container .product-item .picture {
      margin-bottom: 0.75em; }
    .product-container .product-item .details {
      padding: 0 0.5em 0.5em 0.5em;
      text-align: left; }
      .product-container .product-item .details h2.product-title {
        margin-bottom: 0.25em;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .product-container .product-item .details .add-info .buttons {
        display: block;
        font-size: 1em;
        margin: 0;
        text-align: center;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
        .product-container .product-item .details .add-info .buttons input[type="button"], .product-container .product-item .details .add-info .buttons .btn-readmore {
          height: 40px;
          line-height: 40px; }
  /*  ---------------------------------------------------------------------- */
  /*  overview & detail */
  /*  ---------------------------------------------------------------------- */
  section.shop-overview .category-page .products .product-container {
    margin-bottom: 1.5em; }
  section.shop-overview .block-category-navigation, section.shop-overview .block-recently-viewed-products {
    display: block;
    margin: 1.5em 0; }
    section.shop-overview .block-category-navigation .title, section.shop-overview .block-recently-viewed-products .title {
      background: #FFFFFF;
      font-size: 1em;
      margin: 0;
      padding: 0.5em; }
    section.shop-overview .block-category-navigation .listbox, section.shop-overview .block-recently-viewed-products .listbox {
      border: none;
      display: block !important; }
      section.shop-overview .block-category-navigation .listbox ul.list li a, section.shop-overview .block-recently-viewed-products .listbox ul.list li a {
        padding: 0.75em 0.5em; }
  section.shop-overview .block-category-navigation {
    margin-top: 0 !important; }
  section.shop-overview .block-recently-viewed-products .listbox ul.list li a.product-picture {
    display: none; }
  section.shop-overview .block-recently-viewed-products .listbox ul.list li a.product-name {
    display: block;
    font-size: 1em;
    padding: 0.75em 0.5em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    section.shop-overview .block-recently-viewed-products .listbox ul.list li a.product-name:before {
      display: none; }
  section.shop-detail .row .column-6:first-of-type {
    width: 30.33333%; }
  section.shop-detail .row .column-6:last-of-type {
    width: 63.66667%; }
  section.shop-detail .gallery {
    margin-bottom: 1.5em; }
  section.shop-detail .overview .product-name h1 {
    font-size: 1.75em;
    margin-top: 0; }
  /*  ---------------------------------------------------------------------- */
  /*  elements */
  /*  ---------------------------------------------------------------------- */
  .flyout-cart {
    top: 38px; }
    .flyout-cart .mini-shopping-cart {
      padding: 0.75em; }
      .flyout-cart .mini-shopping-cart .items .item .picture {
        display: none; }
      .flyout-cart .mini-shopping-cart .items .item .product {
        margin: 0; }
      .flyout-cart .mini-shopping-cart .totals {
        margin: 0 -0.75em;
        padding: 0.75em; }
      .flyout-cart .mini-shopping-cart .buttons {
        margin: 0 -0.75em -0.75em -0.75em; }
        .flyout-cart .mini-shopping-cart .buttons input.cart-button {
          height: 40px; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px; }
  h1 {
    font-size: 2em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.1em; }
  .header-container .header-lower .navigation-container {
    display: none; }
  .footer-container {
    padding: 1px 0; }
    .footer-container .footer-upper .column-3 {
      margin: 0 1.5%;
      width: 30.33333%; }
    .footer-container .footer-lower .column-6 {
      float: none;
      text-align: left;
      width: 97%; }
  /*  ---------------------------------------------------------------------- */
  /*  home */
  /*  ---------------------------------------------------------------------- */
  .mainimg-container {
    height: auto; }
    .mainimg-container .claim-container {
      height: auto;
      position: relative;
      width: 100%; }
      .mainimg-container .claim-container .row {
        margin: 0; }
      .mainimg-container .claim-container .column-7.claim {
        background: #0065B1;
        margin: 0;
        padding: 1.25em 3% 1.5em 3%;
        transform: none;
        position: relative;
        top: 0;
        width: 100%; }
    .mainimg-container .mainimg-image, .mainimg-container .mainimg-image figure {
      height: 300px; }
  section.books, section.solutions {
    padding: 1em 0; }
    section.books .row.products.home-page, section.solutions .row.products.home-page {
      flex-wrap: wrap; }
      section.books .row.products.home-page .column-3.product-container, section.solutions .row.products.home-page .column-3.product-container {
        width: 30.33333%; }
        section.books .row.products.home-page .column-3.product-container:nth-child(4), section.solutions .row.products.home-page .column-3.product-container:nth-child(4) {
          display: none; }
  /*  ---------------------------------------------------------------------- */
  /*  overview & detail */
  /*  ---------------------------------------------------------------------- */
  section.shop-overview .wrapper .row:nth-child(2) .column-3, section.shop-overview .wrapper .row:nth-child(2) .column-9 {
    float: none;
    width: 97%; }
  section.shop-overview .block-category-navigation, section.shop-overview .block-recently-viewed-products {
    max-width: 100%;
    min-height: 100%;
    margin: 1em 0; }
    section.shop-overview .block-category-navigation .listbox ul.list li a, section.shop-overview .block-recently-viewed-products .listbox ul.list li a {
      font-size: 1em;
      padding: 0.75em 0.5em; }
  section.shop-overview .block-recently-viewed-products {
    display: none; }
  section.shop-overview .category-page .product-selectors {
    text-align: left; }
  section.shop-detail .row .column-6:first-of-type, section.shop-detail .row .column-6:last-of-type {
    float: none;
    width: 97%; }
  section.shop-detail .gallery .picture {
    max-height: 300px;
    overflow: hidden;
    position: relative; }
    section.shop-detail .gallery .picture img {
      margin-top: -25%; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .footer-container .footer-upper .column-3 {
    float: none;
    margin-bottom: 1em;
    text-align: left;
    width: 97%; }
    .footer-container .footer-upper .column-3:last-of-type {
      margin-bottom: 0; }
    .footer-container .footer-upper .column-3 .title {
      margin: 0; }
  /*  ---------------------------------------------------------------------- */
  /*  home */
  /*  ---------------------------------------------------------------------- */
  .mainimg-container .mainimg-image, .mainimg-container .mainimg-image figure {
    height: 250px; }
  section.books .row.products.home-page .column-3.product-container, section.solutions .row.products.home-page .column-3.product-container {
    width: 46.5%; }
    section.books .row.products.home-page .column-3.product-container:nth-child(1), section.books .row.products.home-page .column-3.product-container:nth-child(2), section.solutions .row.products.home-page .column-3.product-container:nth-child(1), section.solutions .row.products.home-page .column-3.product-container:nth-child(2) {
      margin-bottom: 1em; }
    section.books .row.products.home-page .column-3.product-container:nth-child(4), section.solutions .row.products.home-page .column-3.product-container:nth-child(4) {
      display: block; }
  /*  ---------------------------------------------------------------------- */
  /*  overview & detail */
  /*  ---------------------------------------------------------------------- */
  section.shop-overview .category-page .products .product-container {
    margin-bottom: 1em;
    width: 46.5%; }
  section.shop-detail .gallery .picture {
    max-height: 250px; } }

/*  ---------------------------------------------------------------------- */
/*  IE Fixes */
/*  ---------------------------------------------------------------------- */
