/*#52771B*/
/* promobar */
/*#7e3bd0*/
/*#d03bc4*/
/* media up to # */
/* media from # up */
/*
@import "settings.lib";
@import "style.lib";
@import "media.lib";
@import "sprites.lib";
@import "button.lib";

$lHeaders: "/static/common/images/sprites.svg";
*/
/**
* Listen-Navigation
*/
.listcontrol {
  padding: 20px; }
  .listcontrol > div {
    text-align: right; }
  .listcontrol label {
    display: inline-block;
    /*font-size: 6px;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #465241;
    margin: 0 0 2px 0;
    font-size: 80%; }
    .listcontrol label::after {
      content: ":"; }
  .listcontrol select {
    display: inline-block;
    width: 50%; }

@media (min-width: 768px) {
  .listcontrol select {
    max-width: 200px;
    display: inline-block; } }

#amatrix {
  margin-bottom: 20px; }
  #amatrix dl {
    display: block; }
  #amatrix dt {
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: none; }
  #amatrix dd {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: none; }

#amatrix .article.matrix {
  display: block;
  position: relative;
  padding: 6px 0;
  border: 2px transparent;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #F4F5F2;
  min-height: 88px;
  overflow: visible;
  line-height: 1.5rem; }
  #amatrix .article.matrix.highlight {
    border: 1px solid #EE5A1C;
    margin-right: 1px; }
  #amatrix .article.matrix.NOT_ORDERABLE {
    opacity: 0.5;
    background-color: #ddd; }
  #amatrix .article.matrix .image {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 60px;
    height: 60px; }
    #amatrix .article.matrix .image img {
      height: 100%;
      width: auto;
      -moz-filter: initial;
      -webkit-filter: initial;
      filter: url(#ImageBgTone); }
  #amatrix .article.matrix .action_images {
    position: absolute;
    bottom: 0;
    left: 60px;
    margin-bottom: 0; }
    #amatrix .article.matrix .action_images .action_image {
      height: 10px;
      font-size: .7rem;
      padding: 2px 3px 0 3px;
      line-height: .5rem;
      margin-bottom: 0; }
    #amatrix .article.matrix .action_images .action_image::after {
      border: none; }
    #amatrix .article.matrix .action_images .action_image.new {
      display: none; }
    #amatrix .article.matrix .action_images .action_image.toos {
      position: absolute;
      bottom: 6px;
      left: 0;
      padding-left: 0;
      margin-left: -5px; }
      #amatrix .article.matrix .action_images .action_image.toos::after {
        top: 2px;
        width: 28px;
        height: 28px;
        left: 0;
        margin-top: -10px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        vertical-align: -20%; }
      #amatrix .article.matrix .action_images .action_image.toos span {
        left: 15px; }
  #amatrix .article.matrix .price {
    margin-left: 60px;
    font-family: Bitter, Georgia, Times, Times New Roman, serif;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-top: 5px;
    margin-bottom: 0; }
    #amatrix .article.matrix .price .base {
      padding-top: 3px;
      font-size: 1.1rem; }
    #amatrix .article.matrix .price .currency1 {
      display: inline-block; }
    #amatrix .article.matrix .price .currency2 {
      display: inline-block;
      margin-left: 10px; }
  #amatrix .article.matrix h6, #amatrix .article.matrix strong, #amatrix .article.matrix em {
    margin: 5px 0 0 60px;
    font-family: Bitter, Georgia, Times, Times New Roman, serif;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: normal;
    color: #465241; }
  #amatrix .article.matrix .rating + h6 {
    margin-top: 0; }
  #amatrix .article.matrix .article-info {
    margin: 0;
    padding: 0; }
  #amatrix .article.matrix .rating {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    vertical-align: -20%; }
  #amatrix .article.matrix div {
    color: #465241; }
  #amatrix .article.matrix:hover {
    background-color: #FAFAF9; }
  #amatrix .article.matrix.not_orderable {
    background-color: #EDEFEA; }
    #amatrix .article.matrix.not_orderable h6, #amatrix .article.matrix.not_orderable strong, #amatrix .article.matrix.not_orderable em, #amatrix .article.matrix.not_orderable div, #amatrix .article.matrix.not_orderable .price {
      color: #7c8579; }
    #amatrix .article.matrix.not_orderable:hover {
      background-color: #F4F5F2; }
  #amatrix .article.matrix .article-matrix-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

/**
* Semantische Artikel-Listen
*/
@media (min-width: 768px) {
  main#content section.news, main#content section.grabbeltisch, main#content section.special, main#content section.topseller, main#content section.crossseller, main#content section.best {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px; }
    main#content section.news > h3, main#content section.grabbeltisch > h3, main#content section.special > h3, main#content section.topseller > h3, main#content section.crossseller > h3, main#content section.best > h3 {
      display: block;
      width: 100%; }
    main#content section.news > .article, main#content section.grabbeltisch > .article, main#content section.special > .article, main#content section.topseller > .article, main#content section.crossseller > .article, main#content section.best > .article {
      text-align: center;
      width: 50%;
      position: relative;
      padding-bottom: 10px;
      /*
					@include MEDIA_min( list4 ){
						width: 23%;
					}
					*/ }
      main#content section.news > .article button.buy, main#content section.grabbeltisch > .article button.buy, main#content section.special > .article button.buy, main#content section.topseller > .article button.buy, main#content section.crossseller > .article button.buy, main#content section.best > .article button.buy {
        position: absolute;
        width: 100%;
        bottom: 10px; }
      main#content section.news > .article strong, main#content section.grabbeltisch > .article strong, main#content section.special > .article strong, main#content section.topseller > .article strong, main#content section.crossseller > .article strong, main#content section.best > .article strong {
        margin: 10px 0;
        display: block; }
    main#content section.news.zweier > .article, main#content section.grabbeltisch.zweier > .article, main#content section.special.zweier > .article, main#content section.topseller.zweier > .article, main#content section.crossseller.zweier > .article, main#content section.best.zweier > .article {
      text-align: left;
      padding-bottom: 10px;
      /*
					// we want only 2 instead of normally 4
					@include MEDIA_min( list4 ){
						width: 50%;
					}
					*/ }
  main#content section.news:before, main#content section.grabbeltisch:before, main#content section.special:before, main#content section.topseller:before, main#content section.best:before, main#content section.newslist:before {
    content: "";
    position: absolute;
    display: block;
    right: -32px;
    width: spriteWidth(headerNews);
    top: -spriteHeight(headerNews)-50px;
    height: spriteHeight(headerNews)-10px; }
  main#content section.special > h4 {
    position: absolute;
    top: 3px;
    right: 36px;
    transform: rotate(-5deg);
    border: 2px dashed #ccc;
    border-radius: 2px;
    border-right: none;
    z-index: 5;
    padding: 2px 0 2px 18px; }
  main#content section.topseller {
    padding: 24px; }
    main#content section.topseller > h3 {
      margin-bottom: 1em; }
  main#content section.best:before {
    z-index: 10; } }

@media (min-width: 768px) {
  main#content > section.carousel {
    padding: 0; }
    main#content > section.carousel.important > main > section {
      padding: 5px 10px 10px 10px; }
    main#content > section.carousel.important .article h5 {
      font-size: 150%;
      margin-top: 30px; }
    main#content > section.carousel.important .article .image {
      margin: 10px;
      width: 150px;
      height: 200px; }
    main#content > section.carousel.important .article .teaser {
      margin: 10px 10px 10px 0;
      color: #465241; }
    main#content > section.carousel.important .article form {
      margin-top: 16px; }
    main#content > section.carousel.important .article .price {
      margin-top: 14px; } }

@media (max-width: 767px) {
  main#content > section.carousel .article.list, main#content > section.carousel .article.mini {
    border-bottom: 2px solid #ccc;
    margin: 15px 0; }
    main#content > section.carousel .article.list:first-child, main#content > section.carousel .article.mini:first-child {
      margin-top: 0; }
    main#content > section.carousel .article.list:last-child, main#content > section.carousel .article.mini:last-child {
      border-bottom: none;
      margin-bottom: 0; } }

/**
* Tags / Paramter
*/
.taglist, .parameterlist {
  padding: 10px; }
  .taglist a.weight_1, .parameterlist a.weight_1 {
    color: #ccc; }
  .taglist a.weight_2, .parameterlist a.weight_2 {
    color: #999; }
  .taglist a.weight_4, .parameterlist a.weight_4 {
    color: #666; }
  .taglist a.weight_5, .parameterlist a.weight_5 {
    color: #333; }

.taglist {
  text-align: center;
  padding: 10px; }
  .taglist a.weight_1 {
    font-size: 70%; }
  .taglist a.weight_2 {
    font-size: 85%; }
  .taglist a.weight_4 {
    font-size: 115%; }
  .taglist a.weight_5 {
    font-size: 130%; }

.keyword {
  color: blue; }
  .keyword span {
    color: red; }
