/* 
Title:    Reset default browser styles
Author:   dan@simplebits.com
*/
/* line 6, ../../sass/frontend/partials/_frontend_reset_legacy.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*  vertical-align: baseline;
  */
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 16, ../../sass/frontend/partials/_frontend_reset_legacy.scss */
ol, ul {
  list-style: none;
}

/* line 20, ../../sass/frontend/partials/_frontend_reset_legacy.scss */
blockquote, q {
  quotes: none;
}

/* line 24, ../../sass/frontend/partials/_frontend_reset_legacy.scss */
:focus {
  outline: 0;
}

/* line 28, ../../sass/frontend/partials/_frontend_reset_legacy.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 33, ../../sass/frontend/partials/_frontend_reset_legacy.scss */
em {
  font-style: normal;
}

/* line 1, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.space {
  padding: 10px 0px;
}

/* line 5, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.relative {
  position: relative;
}

/* line 9, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.nicebutton {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: 0.5em 2em 0.55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 25, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.nicebutton:hover {
  text-decoration: none;
}

/* line 28, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.nicebutton:active {
  position: relative;
  top: 1px;
}

/* BEGIN self-clear floats */
/* line 35, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.group:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 43, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
* html .group {
  /* IE6 */
  height: 1%;
}

/* line 48, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
*:first-child + html .group {
  /* IE7 */
  min-height: 1px;
}

/* END self-clear floats */
/* BEGIN  local styles  -----------------------------------  */
/* line 58, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
body {
  background: #ccc;
  font-family: 'Droid Sans','Verdana','Arial', serif;
  font-size: 13px;
}

/* line 64, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
a {
  text-decoration: none;
  color: black;
}

/* line 68, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
a:hover {
  text-decoration: underline;
}

/* line 72, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.wrap {
  width: 960px;
  margin: 0px auto 0px auto;
  background: transparent;
  padding-bottom: 140px;
}

/* line 79, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header {
  position: relative;
  height: 150px;
}

/* line 84, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header-logo {
  position: absolute;
  right: 0px;
  top: 30px;
  padding: 10px;
  text-align: center;
}

/* line 94, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
#header-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 660px;
  height: 30px;
  background: url("/Mwerkzeug/thirdparty/transparency/rgba.php?93,197,237,0.93") repeat;
  background: rgba(93, 197, 237, 0.93);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 112, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
#header-nav ul {
  display: block;
}

/* line 116, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
#header-nav li a {
  display: inline-block;
  float: left;
  margin: 0px 0px;
  padding: 8px 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  zoom: 1;
  *display: inline;
  /* IE7 Hack */
  color: black;
  text-transform: uppercase;
  font-size: 11px;
  height: 14px;
}

/* line 130, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
#header-nav li a:hover,
#header-nav li.active a {
  background: url("/Mwerkzeug/thirdparty/transparency/rgba.php?0,0,0,0.2") repeat;
  background: rgba(0, 0, 0, 0.2);
}

/* line 138, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-breadcrumbs {
  margin-bottom: 10px;
  color: #003f8a;
}

/* line 144, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-breadcrumbs a {
  color: #5dc5ed;
}

/* line 148, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-leftnav ul {
  display: none;
}

/* line 152, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-left h3 {
  color: white;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 159, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
ul.main-leftnav a {
  color: #eee;
  font-size: 15px;
  line-height: 20px;
}

/* line 165, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
ul.main-leftnav ul {
  margin-left: 3px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 1px dotted #ddd;
}

/* line 174, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
ul.main-leftnav li.active a,
ul.main-leftnav li a:hover {
  font-weight: bold;
  color: #5dc5ed;
  text-decoration: none;
}

/* line 184, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main {
  margin-top: 0px;
}

/* line 189, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-inner {
  position: relative;
}

/* line 194, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-left {
  width: 238px;
  float: left;
  position: relative;
}

/* line 200, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-left-wrap {
  position: relative;
  background: url("/Mwerkzeug/thirdparty/transparency/rgba.php?40,40,40,0.6") repeat;
  background: rgba(40, 40, 40, 0.6);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(80, 80, 80, 0.4);
}

/* line 215, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-left-inner {
  padding: 20px;
  background: transparent url("../images/bg_grid.png") repeat top left;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 228, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider {
  position: relative;
  overflow: auto;
}

/* line 232, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider-wrap {
  padding-top: 0px;
  padding-bottom: 10px;
}

/* line 238, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider ul li {
  float: left;
}

/* line 241, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider li {
  list-style: none;
}

/* line 247, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider a {
  display: block;
  width: 238px;
}

/* line 251, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider a:hover {
  text-decoration: none;
}

/* line 255, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider a .title,
.left-slider a .text {
  color: #fff;
  line-height: 1.2;
  font-size: 12px;
  padding: 4px;
}

/* line 262, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider a .title {
  font-weight: bold;
  font-size: 14px;
}

/* line 267, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.left-slider a .imgdiv {
  text-align: center;
}

/* line 272, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-right {
  float: left;
  width: 680px;
  background: white;
  position: relative;
  padding: 20px 20px 20px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 2px 3px 2px rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 1px 2px 3px 2px rgba(20, 20, 20, 0.5);
  box-shadow: 1px 2px 3px 2px rgba(20, 20, 20, 0.5);
}

/* line 287, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-right-inner {
  margin-bottom: 140px;
}

/* line 291, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-footer {
  background: #888888 url("/mysite/images/footer_gradient.png") no-repeat top center;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 120px;
  width: 700px;
  padding: 10px;
  font-size: 13px;
}

/* line 308, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.main-footer-nav-col {
  float: left;
  width: 250px;
  color: #ccc;
  font-size: 12px;
  width: 230px;
}

/* line 320, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
h1 {
  font-size: 30px;
}

/* line 324, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.product-detail-img {
  height: 510px;
}

/* line 331, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header-cart,
.header-cart-inner {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 341, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header-cart {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 300px;
  height: auto;
  border-bottom: 1px solid rgba(80, 80, 80, 0.5);
  border-left: 1px solid rgba(80, 80, 80, 0.5);
  border-right: 1px solid rgba(80, 80, 80, 0.5);
  background: url("/Mwerkzeug/thirdparty/transparency/rgba.php?255,255,4,0.85") repeat;
  background: rgba(255, 255, 4, 0.85);
  /*rgba(5, 5, 5,0.8);
    */
}

/* line 356, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header-cart-inner {
  position: relative;
  padding: 8px 10px 8px 40px;
  color: black;
  font-size: 11px;
}

/* line 363, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header-cart-inner a {
  color: black;
}

/* line 367, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header-cart-icon {
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0px 10px 0px 0px;
}

/* line 374, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header-cart .btn {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 380, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
#header-nav li.header-nav-20-kennenlern-einkauf a {
  font-weight: bold;
  background: rgba(255, 255, 4, 0.85);
}

/* line 385, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.header-cart .bootstrap .btn-mini {
  line-height: 15px;
  padding: 0 6px;
}

/* line 391, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item {
  width: 280px;
  display: inline-block;
  border: 1px dotted #cccccc;
  vertical-align: top;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

/* line 401, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item-brandinfo {
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: #ccc;
  color: #999;
  padding: 0px 4px;
  font-size: 11px;
}

/* line 411, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item.even {
  margin-left: 10px;
}

/* line 415, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
a.products-item:hover {
  text-decoration: none;
}

/* line 421, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item-img {
  padding: 10px 0px;
  text-align: center;
}

/* line 430, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item-shorttext {
  color: #999;
  font-size: 11px;
}

/* line 434, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item-price {
  color: #003f8a;
  float: right;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}

/* line 442, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item-price strike,
.shopitem-price strike {
  color: #003f8a;
  font-weight: normal;
  font-size: 13px;
  padding-right: 20px;
  display: block;
}

/* line 452, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item-price em {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

/* line 459, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item-kennenlernprice {
  color: #62c8e9;
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  left: 0px;
  bottom: 0px;
}

/* line 468, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.products-item-kennenlernprice em {
  font-weight: normal;
  font-size: 11px;
}

/* line 474, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.product-brandinfo {
  position: absolute;
  right: -2px;
  top: -2px;
  background: #ccc;
  color: #999;
  padding: 0px 4px;
  font-size: 12px;
}

/* line 485, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.bootstrap img.sofort-icon {
  border: 1px solid #ccc;
  margin-right: 10px;
}

/* line 492, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.bootstrap .sofort-infotext,
.bootstrap .creditcard-infotext {
  font-size: 12px;
  line-height: 1.2em;
  margin-left: 0px !important;
}

/* line 501, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.topslider {
  position: relative;
  width: 680px;
  height: 240px;
}

/* line 506, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.topslider-slide {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  display: none;
  width: 680px;
  height: 240px;
}

/* line 516, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.topslider-title {
  position: absolute;
  left: 0px;
  top: 30px;
  color: white;
  text-align: right;
  text-transform: uppercase;
  font-size: 20px;
  padding: 6px 10px;
  background: url("/Mwerkzeug/thirdparty/transparency/rgba.php?50,50,50,0.4") repeat;
  background: rgba(50, 50, 50, 0.4);
}

/* line 529, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.topslider-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: white;
  text-align: right;
  font-size: 13px;
  padding: 6px 10px;
  background: url("/Mwerkzeug/thirdparty/transparency/rgba.php?50,50,50,0.4") repeat;
  background: rgba(50, 50, 50, 0.4);
  width: 660px;
}

/* line 542, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.topslider-thumbnails {
  position: absolute;
  right: 20px;
  top: 10px;
  width: auto;
}

/* line 550, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
a.topslider-thumbnail {
  display: block;
  float: left;
  margin-left: 4px;
  width: 20px;
  height: 23px;
  border-top: 5px solid #fff;
  text-decoration: none;
  overview: hidden;
}

/* line 561, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
a.topslider-thumbnail:hover,
a.topslider-thumbnail.topslider-activethumbnail {
  border-top-color: #62ccf5;
}

/* line 568, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.HomePage #cboxOverlay {
  background: url("/Mwerkzeug/thirdparty/transparency/transpWhite50.png") repeat scroll 0 0 transparent;
}

/* line 573, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.HomePage #cboxOverlay h1 {
  color: #07438d;
}

/* line 578, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.HomePage .middleteaser-container {
  margin: 20px 0;
}

/* line 582, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.HomePage .middleteaser {
  float: left;
  width: 330px;
  height: 200px;
  display: block;
  position: relative;
}

/* line 590, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.HomePage .middleteaser:first-child {
  margin-right: 10px;
}

/* line 594, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.HomePage .middleteaser-title {
  position: absolute;
  left: 0px;
  top: 30px;
  color: white;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  padding: 6px 10px;
  background: url("/Mwerkzeug/thirdparty/transparency/rgba.php?50,50,50,0.4") repeat;
  background: rgba(50, 50, 50, 0.4);
}

/* line 607, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.HomePage .middleteaser-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: white;
  text-align: right;
  font-size: 12px;
  padding: 6px 10px;
  background: url("/Mwerkzeug/thirdparty/transparency/rgba.php?50,50,50,0.4") repeat;
  background: rgba(50, 50, 50, 0.4);
  width: 310px;
}

/* line 621, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.sonderprodukt {
  font-size: 0.9em;
  color: #990000;
}

/* Don't print subscription UI */
@media print {
  /* line 630, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
  .noprint {
    display: none;
  }

  /* line 633, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
  .backstretch {
    display: none;
  }
}
/* line 638, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.thumbnails a > img {
  border: 1px solid transparent;
  margin: 5px;
  display: inline-block;
}

/* line 643, ../../sass/frontend/partials/_frontend_legacy_layout.scss */
.thumbnails a.zoomThumbActive > img {
  border-color: #57c5ed;
}

/* line 1, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography,
.typography p,
.typography div,
.typography td,
.typography li {
  font-family: 'Open Sans', Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  list-style-type: square;
}

/* line 12, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography ul {
  list-style-type: square;
  margin: 0px 14px;
  padding: 0px 14px;
  overflow: hidden;
}

/* line 19, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography ol {
  list-style-type: decimal;
  margin: 0px 10px;
  padding: 0px 10px;
}

/* line 26, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography p {
  margin: 0px;
}

/* line 30, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography hr {
  display: block;
  position: relative;
  padding: 0;
  margin-top: 0px;
  padding-top: 8px;
  margin-bottom: 8px;
  width: 100%;
  clear: both;
  border: none;
  border-bottom: 1px solid #aaa;
  font-size: 1px;
  line-height: 0;
  overflow: visible;
}

/* line 47, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography .size-s {
  font-size: 12px;
}

/* line 50, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography .size-xs {
  font-size: 11px;
}

/* line 54, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography a {
  font-weight: bold;
  color: #04428c;
}

/* line 59, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography a:hover {
  text-decoration: underline !important;
}

/* line 63, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography td {
  vertical-align: top;
  padding-right: 10px;
}

/* line 68, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography h2 {
  font-size: 22px;
  color: #00408b;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 76, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography h3 {
  font-size: 23px;
  color: #399821;
}

/* line 81, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography h4 {
  font-size: 14px;
  color: white;
  padding: 0px 3px;
  margin: 12px 0px 5px;
  background: #399821;
}

/* line 89, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography .typopgraphy-special {
  color: red;
}

/* line 94, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography table th {
  text-align: left;
  background: #ddd;
  font-weight: normal;
}

/* line 100, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography table td,
.typography table th {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
}

/* line 107, ../../sass/frontend/partials/_frontend_typography_legacy.scss */
.typography table {
  margin-left: 20px;
}

/* line 1, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters {
  padding: 0;
  list-style: none;
}
/* line 4, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters > li {
  padding: 5px;
  font-size: 13px;
  line-height: 1.4;
  background-color: #eeeeee;
  margin: 2px 0;
}
/* line 11, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters .fa {
  color: #555;
}
/* line 15, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters strong {
  font-size: 14px;
  color: #5dbfcd;
}
/* line 19, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters ul.filtervalues {
  display: inline;
  padding: 0;
  list-style: none;
  margin: 0;
}
/* line 24, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters ul.filtervalues li {
  display: inline-block;
  margin-right: 10px;
}
/* line 27, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters ul.filtervalues li a {
  color: black;
}
/* line 29, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters ul.filtervalues li a:hover {
  text-decoration: none;
}
/* line 33, ../../sass/frontend/partials/_frontend_new_layout.scss */
ul.filters ul.filtervalues li.clear {
  text-decoration: underline;
  color: #666;
}

/* line 40, ../../sass/frontend/partials/_frontend_new_layout.scss */
.dimmed {
  opacity: 0.5;
}

/* line 46, ../../sass/frontend/partials/_frontend_new_layout.scss */
.productlist .itemcount {
  margin-bottom: 10px;
}

/* line 50, ../../sass/frontend/partials/_frontend_new_layout.scss */
.availabilityinfo {
  color: #5dbfcd;
}

/* line 55, ../../sass/frontend/partials/_frontend_new_layout.scss */
.product-shorttext {
  font-family: 'Arial';
  font-size: 14px;
}

/* line 61, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap select.article_dd {
  font-weight: bold;
}

/* line 65, ../../sass/frontend/partials/_frontend_new_layout.scss */
.align-right {
  text-align: right;
}

/* line 71, ../../sass/frontend/partials/_frontend_new_layout.scss */
.product .row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.0.0.rc.2/sass/susy/output/support/_clearfix.scss */
.product .row::after {
  content: " ";
  display: block;
  clear: both;
}
/* line 74, ../../sass/frontend/partials/_frontend_new_layout.scss */
.product .row .product-leftcol {
  width: 58.0152671756%;
  float: left;
  margin-right: 0.7633587786%;
}
/* line 77, ../../sass/frontend/partials/_frontend_new_layout.scss */
.product .row .product-rightcol {
  width: 41.2213740458%;
  float: right;
}

/* line 83, ../../sass/frontend/partials/_frontend_new_layout.scss */
.hidden-on-load {
  display: none;
}

/* line 87, ../../sass/frontend/partials/_frontend_new_layout.scss */
.moretextlink {
  color: #003f8a;
  font-weight: bold;
  font-size: 14px;
}
/* line 91, ../../sass/frontend/partials/_frontend_new_layout.scss */
.moretextlink .fa-chevron-right {
  display: inline-block;
}
/* line 94, ../../sass/frontend/partials/_frontend_new_layout.scss */
.moretextlink .fa-chevron-down {
  display: none;
}

/* line 99, ../../sass/frontend/partials/_frontend_new_layout.scss */
.moretextlink.expanded .fa-chevron-down {
  display: inline-block;
}
/* line 102, ../../sass/frontend/partials/_frontend_new_layout.scss */
.moretextlink.expanded .fa-chevron-right {
  display: none;
}

/* line 108, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shop-steps {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 111, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shop-steps li.shop-step {
  text-align: center;
  display: inline-block;
  width: 23%;
}
/* line 115, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shop-steps li.shop-step .nr {
  border: 2px solid #cccccc;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #e6e6e6;
  height: 40px;
  display: block;
  margin: 5px auto;
  border-radius: 100px;
}
/* line 128, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shop-steps li.shop-step .title {
  color: #cccccc;
}
/* line 131, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shop-steps li.shop-step.active .title {
  color: #5dbfcd;
  font-weight: bold;
}
/* line 135, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shop-steps li.shop-step.past .title {
  color: #5dbfcd;
}
/* line 138, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shop-steps li.shop-step.active .nr {
  border-color: #5dbfcd;
  background-color: #5dbfcd;
  color: white;
}
/* line 143, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shop-steps li.shop-step.past .nr {
  border-color: #5dbfcd;
  color: #5dbfcd;
}

/* line 150, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  z-index: 1000;
}
/* line 156, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch .searchbox {
  padding: 5px 10px;
}
/* line 160, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch input[type='text'] {
  width: 200px;
  margin-bottom: 0px;
}
/* line 165, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch .clear-search {
  position: absolute;
  right: 19px;
  top: 12px;
  color: black;
  cursor: pointer;
}
/* line 173, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch .productsearch-result {
  padding: 0px;
  background: white;
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
}
/* line 177, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch .productsearch-result ul {
  margin: 0;
}
/* line 179, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch .productsearch-result ul li {
  padding-bottom: 5px;
  text-align: left;
  position: relative;
  padding: 10px 10px 10px 80px;
  min-height: 30px;
}
/* line 180, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch .productsearch-result ul li:hover {
  background-color: #d2edf1;
}
/* line 4, ../../sass/frontend/partials/_frontend_mixins.scss */
.bootstrap.productsearch .productsearch-result ul li:before, .bootstrap.productsearch .productsearch-result ul li:after {
  content: " ";
  display: table;
}
/* line 9, ../../sass/frontend/partials/_frontend_mixins.scss */
.bootstrap.productsearch .productsearch-result ul li:after {
  clear: both;
}
/* line 189, ../../sass/frontend/partials/_frontend_new_layout.scss */
.bootstrap.productsearch .productsearch-result ul li img {
  position: absolute;
  left: 10px;
  top: 5px;
}

/* line 199, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser {
  background-color: #dfdfdf;
  padding: 10px;
}
/* line 202, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .choose-btn {
  position: relative;
  top: -5px;
}
/* line 207, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .variant-title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: uppercase;
  padding-left: 5px;
  color: #999999;
}
/* line 215, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .shopitem {
  font-weight: bold;
  padding: 5px 5px;
}
/* line 218, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .shopitem .deliveryinfo {
  color: #999999;
  font-weight: normal;
}
/* line 222, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .shopitem.current {
  position: relative;
  padding: 10px 20px 0px 5px;
}
/* line 225, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .shopitem.current .deliveryinfo {
  white-space: nowrap;
}
/* line 228, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .shopitem.current .choose-btn {
  position: absolute;
  right: 0px;
  top: 5px;
}
/* line 236, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .fa-euro {
  font-size: 0.9em;
}
/* line 240, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser ul.variants {
  margin: 10px 0px;
  display: none;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 249, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser ul.variants.choosemode {
  display: block;
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
}
/* line 253, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser ul.variants li {
  margin: 0;
  cursor: pointer;
  border-top: 1px solid #cccccc;
  background: #fff;
}
/* line 258, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser ul.variants li.active {
  display: none;
}
/* line 261, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser ul.variants li:hover {
  background: #d2edf1;
}
/* line 267, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .infoline {
  font-size: 11px;
  color: #999999;
  text-align: right;
}
/* line 272, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .oldprice {
  color: #999999;
  text-align: right;
}
/* line 275, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .oldprice .instead {
  font-size: 0.95em;
}
/* line 280, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .kennenlernprice {
  text-align: right;
  margin-bottom: 10px;
}
/* line 283, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .kennenlernprice a {
  color: #003f8a;
}
/* line 285, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .kennenlernprice a > i {
  position: relative;
  top: -2px;
  margin-left: 10px;
}
/* line 291, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .kennenlernprice > span {
  font-weight: bold;
  font-size: 18px;
  color: #003f8a;
}
/* line 297, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .price {
  color: #5dbfcd;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
  text-align: right;
}
/* line 303, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .price .only {
  font-weight: normal;
  font-size: 12px;
}
/* line 308, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .cart-add-line {
  margin-top: 20px;
}
/* line 310, ../../sass/frontend/partials/_frontend_new_layout.scss */
.shopitemchooser .cart-add-line .intocart {
  position: relative;
  top: 1px;
}
