@media only screen and (max-width: 767px) {
  .na-store-switcher-desktop {
    display: none;
  }
  .logo {
    max-width: 40%;
  }
  #switcher-store-mobile {
    display: inline-block !important;
    float: left;
    margin-top: 10px;
  }
  #switcher-store-mobile.switcher {
    margin-left: 10px;
  }
  #switcher-store-mobile.switcher .options {
    display: inline-block;
    position: relative;
  }
  #switcher-store-mobile.switcher .options:before,
  #switcher-store-mobile.switcher .options:after {
    content: '';
    display: table;
  }
  #switcher-store-mobile.switcher .options:after {
    clear: both;
  }
  #switcher-store-mobile.switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  #switcher-store-mobile.switcher .options .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #switcher-store-mobile.switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 33px;
    color: #8f8f8f;
    content: '\e60d';
    font-family: 'NA-Magento-Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #switcher-store-mobile.switcher .options .action.toggle:hover:after {
    color: inherit;
  }
  #switcher-store-mobile.switcher .options .action.toggle:active:after {
    color: #000000;
  }
  #switcher-store-mobile.switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
  }
  #switcher-store-mobile.switcher .options .action.toggle.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #switcher-store-mobile.switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 33px;
    color: #8f8f8f;
    content: '\e60d';
    font-family: 'NA-Magento-Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #switcher-store-mobile.switcher .options .action.toggle.active:hover:after {
    color: inherit;
  }
  #switcher-store-mobile.switcher .options .action.toggle.active:active:after {
    color: #000000;
  }
  #switcher-store-mobile.switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  #switcher-store-mobile.switcher .options ul.dropdown li {
    margin: 0;
    padding: 0;
  }
  #switcher-store-mobile.switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  #switcher-store-mobile.switcher .options ul.dropdown:before,
  #switcher-store-mobile.switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  #switcher-store-mobile.switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  #switcher-store-mobile.switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  #switcher-store-mobile.switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px;
  }
  #switcher-store-mobile.switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px;
  }
  #switcher-store-mobile.switcher .options.active {
    overflow: visible;
  }
  #switcher-store-mobile.switcher .options.active ul.dropdown {
    display: block;
    position: absolute;
  }
  #switcher-store-mobile.switcher .options .switcher-trigger strong {
    display: none;
  }
  #switcher-store-mobile.switcher .options ul.dropdown a {
    display: block;
    padding: 8px;
  }
  #switcher-store-mobile.switcher .options ul.dropdown a:hover {
    text-decoration: none;
  }
  #switcher-store-mobile.switcher li {
    margin: 0;
    font-size: 12px;
  }
  #switcher-store-mobile.switcher strong {
    font-weight: 400;
  }
}
@media all and (min-width: 768px), print {
  header .header.content {
    background-image: url(../images/symp-mh.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 60% 90%;
  }
  .navigation ul ul {
    display: none !important;
  }
  .navigation ul ul li a {
    color: #333 !important;
  }
}
@media all and (min-width: 1024px), print {
  .cms-index-index .products-grid .product-item,
  .page-products .products-grid .product-item,
  .block-new-products .products-grid .product-item,
  .block-products-list .products-grid .product-item {
    padding: 5px !important;
  }
  .cms-index-index .products-grid .product-item:hover,
  .page-products .products-grid .product-item:hover,
  .block-new-products .products-grid .product-item:hover,
  .block-products-list .products-grid .product-item:hover {
    -webkit-box-shadow: 0 1px 2px #000000;
    -moz-box-shadow: 0 1px 2px #000000;
    box-shadow: 0 1px 2px #000000;
    background: #dde2f0;
  }
  .cms-index-index .products-grid .product-item .product-image-wrapper,
  .page-products .products-grid .product-item .product-image-wrapper,
  .block-new-products .products-grid .product-item .product-image-wrapper,
  .block-products-list .products-grid .product-item .product-image-wrapper {
    background: #f6f6f6;
  }
  .catalog-category-view .column.main {
    padding-left: 10px;
  }
  .categories {
    background: #dde2f0;
    padding: 10px;
  }
  .categories .product-item {
    background: #ffffff;
  }
  .categories .product-item:hover {
    background: #ffffff !important;
  }
}
/* Allgemein */
/* Links */
/* Buttons */
/* Navigation */
/* Checkout */
/*MIXINS*/
header {
  background-color: #9fa0b8;
  background: -webkit-gradient(linear, left top, left bottom, from(#9fa0b8), to(#f1f2f6));
  background: -webkit-linear-gradient(top, #9fa0b8, #f1f2f6);
  background: -moz-linear-gradient(top, #9fa0b8, #f1f2f6);
  background: -ms-linear-gradient(top, #9fa0b8, #f1f2f6);
  background: -o-linear-gradient(top, #9fa0b8, #f1f2f6);
}
.navigation ul ul li a {
  color: #FFF !important;
}
a.nav-sections-item-switch {
  color: #f6f6f6;
}
.sidebar .block {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px #000000;
  -moz-box-shadow: 0 1px 2px #000000;
  box-shadow: 0 1px 2px #000000;
}
.sidebar .block .block-title {
  padding: 5px;
}
.sidebar .block .block-title {
  background: #00508e;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sidebar .block .block-title > strong {
  font-weight: 700;
  line-height: 1.5em;
}
.sidebar .block .block-content {
  background-color: #ffffff;
  /*background-image: url(../images/box-bg.gif);
            background-repeat: repeat-x;*/
  padding: 15px 5px 5px 5px;
}
.sidebar .block.filter .filter-title {
  margin-bottom: 0;
}
.sidebar .block.filter .filter-content {
  padding: 0;
}
.sidebar .block.filter .filter-content .filter-options {
  padding: 5px;
}
/*PRODUCT GRID*/
/*.products-grid {
    .lib-css(background, @kroeger-blue-light);
}*/
.toolbar-products {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  padding: 5px 10px;
}
.toolbar-products .sorter {
  padding: 0;
}
.product-item-name a {
  font-weight: bold !important;
  /*color: @kroeger_blue !important;*/
}
.product-item-info {
  width: auto !important;
}
.product-item-description a {
  background: #00508e;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
}
.category-image {
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/*FOOTER*/
.footer {
  text-align: center;
}
.footer.content .links > li {
  float: left;
  margin-right: 10px;
}
.footer.content .links > li:after {
  content: "|";
  padding-left: 10px;
}
.footer.content .links > li:last-child:after {
  content: "";
}
/*FILTER*/
.filter-current {
  background: #dde2f0;
  padding: 5px;
}
.filter-current .items .item {
  text-indent: 5px;
}
.filter-current .items .item .filter-label {
  text-transform: uppercase;
}
.filter-current .items .item .filter-label:after {
  content: ":";
}
.filter-current .items .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.filter-current .items .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-current .items .item .action.remove span {
  text-indent: -9999px;
  display: block;
  float: right;
  width: 1px;
  height: 1px;
}
.filter-actions {
  text-align: right;
}
.filter-actions .filter-clear {
  display: inline-block;
  text-decoration: none;
}
.filter-actions .filter-clear:before {
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options {
  margin-top: 10px;
}
.switcher-store-trigger {
  display: inline-block;
  text-decoration: none;
}
.switcher-store-trigger:before {
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e60d';
  font-family: 'NA-Magento-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#switcher-store-mobile {
  display: none;
}
