﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*
List of breakpoints in px
*/
/*
Copy this file into the folder where your main-scss-file is.
Include this file in your main-scss-file like this:

@import 'breakpoints';
*/
/*
Now you can do e.g.:

body {
	@include brp(b2max) {
		background-color:green;
	}
	@include brp(b4) {
		background:red;
	}
}

...which translates to:

@media all and (max-width: 39.937em) {
	body {
		background-color: green;
	}
}

@media all and (min-width: 60em) {
    body {
      background: red;
  	}
}
*/
@font-face {
  font-family: 'misobold';
  src: url("miso-bold-webfont.eot");
  src: url("miso-bold-webfont.eot?#iefix") format("embedded-opentype"), url("miso-bold-webfont.woff") format("woff"), url("miso-bold-webfont.ttf") format("truetype"), url("miso-bold-webfont.svg#misobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'misoregular';
  src: url("miso-regular-webfont.eot");
  src: url("miso-regular-webfont.eot?#iefix") format("embedded-opentype"), url("miso-regular-webfont.woff") format("woff"), url("miso-regular-webfont.ttf") format("truetype"), url("miso-regular-webfont.svg#misoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("BebasNeue-webfont.eot");
  src: url("BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("BebasNeue-webfont.woff") format("woff"), url("BebasNeue-webfont.ttf") format("truetype"), url("BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  min-width: 320px;
  background: linear-gradient(#d2d2d2 0, #fff 9em);
  color: #666;
  cursor: default !important;
  font-family: Arial, sans-serif;
}

.body {
  background: #fff;
}

@media print {
  .print_none {
    display: none;
  }
  #mainright {
    display: none;
  }
}

a {
  text-decoration: none;
  color: #ff9900;
  cursor: pointer;
}

select {
  line-height: 1.5em;
  font-size: 1.1em;
  box-shadow: inset 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.1);
  z-index: 4;
  position: relative;
  padding: .1em .2em;
}

hr {
  opacity: .35;
}

img {
  max-width: 100%;
  height: auto !important;
}

tr,
td {
  display: block;
}

b {
  font-weight: normal;
}

@media all and (min-width: 50em) {
  tr {
    display: table-row;
  }
}

@media all and (min-width: 50em) {
  td {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
  }
}

.left {
  width: auto !important;
}

#Form1 {
  max-width: 65em;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1em;
}

h1 {
  font-size: 1em;
  font-weight: normal;
  border-bottom: 5px solid #006699;
  line-height: 1.3em;
  margin-bottom: 0;
  padding-bottom: .2em;
}

@media all and (min-width: 30em) {
  h1 {
    font-size: 1.25em;
  }
}

#divTecDocSteps h1 {
  border-bottom: 0;
  line-height: 1.25em;
}

@media all and (max-width: 39.938em) {
  #divTecDocSteps h1 {
    font-size:1.1em;
    margin-bottom:.3em;
  }
}

.lb_bg_typ h4 {
  margin-top:1em;
}

h1[itemprop="name"] {
  font-weight: bold;
}

h3 {
  margin: 0;
  border-bottom: 5px solid #006699;
  padding-bottom: .2em;
}

p {
  margin: 0;
}

p:empty {
  display: none;
}

input[type="text"],
input[type="password"],
textarea {
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: .2em;
  padding: .5em;
  font-size: 1.1em;
  border: 1px solid #cdcdcd;
  color: #666;
}

.ui-tooltip {
  max-width: 300px;
  position: absolute;
  z-index: 10;
  padding: .5em;
  border-radius: .3em;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.tooltip_arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.tooltip_arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  border: 1px solid #999;
  background-color: #fff;
}

.qtip {
  background-color: #cc3d00 !important;
  color: #fff !important;
  border-radius: .25em;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: .75;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.35) !important;
}

@media all and (max-width: 39.938em) {
  .qtip {
    left: 1em !important;
    margin-top: -1.6em;
    position: fixed;
  }
}

@media all and (max-width: 39.938em) {
  .qtip .qtip-tip {
    display: none !important;
  }
}

@media all and (max-width: 39.938em) {
  .qtip .qtip-content {
    padding: .1em 9px;
  }
}

.row {
  margin-bottom: .75em;
}

#main {
  clear: both;
  padding-top: .01em;
}

@media all and (min-width: 60em) {
  .col_764 {
    width: 76%;
    padding-right: 2%;
    float: left;
  }
}

.col_216 {
  font-size: .75em;
}

@media all and (min-width: 60em) {
  .col_216 {
    width: 20.5%;
    float: right;
  }
}

.col_216 > * {
  float: left;
  width: 100%;
  margin-top: 1em;
  background-color: #d2d2d2;
  background-image: linear-gradient(#fff, #d2d2d2);
  border: 1px solid #ccc;
  text-align: center;
  padding: 1em .25em;
  box-sizing: border-box;
}

@media all and (min-width: 60em) {
  .col_216 > * {
    margin-top: 0;
  }
}

.col_216 > br {
  border: 0;
  background: transparent;
}

.col_216 > a {
  background: transparent;
  border: 0;
}

@media all and (min-width: 30em) {
  .col_216 > a {
    width: 50%;
    float: left;
  }
}

@media all and (min-width: 40em) {
  .col_216 > a {
    width: 20%;
    float: left;
  }
}

@media all and (min-width: 60em) {
  .col_216 > a {
    width: 100%;
    float: none;
  }
}

.col_216 > p {
  font-size: 1.2em;
  text-align: center;
  background: transparent;
  border: 0;
}

@media all and (min-width: 30em) {
  .col_216 > p {
    width: 33%;
    float: left;
    text-align: left;
  }
}

@media all and (min-width: 60em) {
  .col_216 > p {
    width: 100%;
    float: none;
  }
}

.col_216 > img,
.col_216 center {
  width: 50%;
}

@media all and (min-width: 30em) {
  .col_216 > img,
  .col_216 center {
    width: 33%;
  }
}

.col_216 > img {
  padding: 0 8%;
  background: transparent;
  margin-bottom: 2em;
}

@media all and (min-width: 30em) {
  .col_216 > img {
    padding: 0 4% 2em;
    margin: 0;
  }
}

@media all and (min-width: 40em) {
  .col_216 > img {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media all and (min-width: 50em) {
  .col_216 > img {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media all and (min-width: 60em) {
  .col_216 > img {
    width: 100%;
  }
}

.col_216 center {
  float: left;
  padding-top: 12%;
  border: 0;
  background: transparent;
}

@media all and (min-width: 30em) {
  .col_216 center {
    padding-top: 5%;
  }
}

@media all and (min-width: 40em) {
  .col_216 center {
    padding-top: 1%;
  }
}

@media all and (min-width: 60em) {
  .col_216 center {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
}

.col_216 h4 {
  font-weight: normal;
  color: #666;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 1em .33em 0 0;
  background-color: #d2d2d2;
  background-image: linear-gradient(#fff, #d2d2d2);
  text-align: left;
  display: block;
  font-size: 1.2em;
  padding: 0;
  margin: 2em 0 0;
}

@media all and (min-width: 40em) {
  .col_216 h4 {
    display: none;
  }
}

@media all and (min-width: 60em) {
  .col_216 h4 {
    display: block;
  }
}

.col_216 .bandel_icon {
  height: 32px;
  width: 32px;
  display: block;
  position: relative;
  left: -.4em;
  margin-right: .5em;
  top: -1px;
  float: left;
  background-color: #fff;
  background: url("icons/sprit.png");
  background-position: 0px 0px;
}

.col_216 .sat {
  margin-top: 0;
  float: left;
  padding-left: .5em;
  padding-right: .5em;
}

@media all and (min-width: 40em) {
  .col_216 .sat {
    width: 31.3333%;
    margin: 0 1%;
    height: 29em;
    box-sizing: border-box;
  }
}

@media all and (min-width: 60em) {
  .col_216 .sat {
    width: 100%;
    margin: 0;
    height: auto;
  }
}

.col_216 .sat .bt {
  font-size: 1.5em;
  margin: .5em 1em;
  padding: 0;
}

/* Header ************/
.col_400_h {
  max-width: 65em;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1em;
  padding: 0 0 .5em;
  transition: opacity .2s;
  float: left;
  width: 62.5%;
  margin: .42em 0;
  max-width: 13em;
}

@media all and (min-width: 30em) {
  .col_400_h {
    max-width: none;
  }
}

@media all and (min-width: 40em) {
  .col_400_h {
    padding: .3em 1em .6em 0;
  }
}

.col_400_h:hover {
  opacity: .8;
}

.loginsatellite {
  font-family: 'misoregular';
  overflow: hidden;
  margin-bottom: .5em;
}

@media all and (min-width: 30em) {
  .loginsatellite {
    top: .5em;
    position: relative;
  }
}

@media all and (min-width: 40em) {
  .loginsatellite {
    top: 0;
    float: right;
    margin-top: 1.5em;
  }
}

.loginsatellite .row {
  margin: .25em 0em .15em;
  display: inline-block;
  float: right;
}

@media all and (min-width: 30em) {
  .loginsatellite .row {
    margin: 0 0 .5em;
  }
}

.loginsatellite .row.clear {
  clear: both;
}

.loginsatellite .left {
  display: none;
}

@media all and (min-width: 40em) {
  .loginsatellite .left {
    display: block;
    float: left;
    position: relative;
    top: .35em;
    width: 6em !important;
  }
}

.loginsatellite .right {
  float: right;
}

.loginsatellite .clear {
  clear: none;
}

@media all and (min-width: 40em) {
  .loginsatellite .clear {
    clear: both;
  }
}

.loginsatellite .bt {
  min-width: 6em;
  padding: 0;
}

.loginsatellite .bt a {
  display: block;
  padding: .1em .5em;
  font-size: .9em;
}

@media all and (min-width: 30em) {
  .loginsatellite .bt a {
    font-size: 1em;
    padding: .3em .7em;
  }
}

@media all and (min-width: 60em) {
  .headerbg {
    background-repeat: no-repeat;
    background-image: url(icons/headerbg.png);
    width: 185px;
    height: 136px;
    display: block;
    position: absolute;
    right: 24.5%;
    z-index: -1;
    top: 0;
  }
}

.bt a {
  display: inline-block;
  background-color: #ececec;
  background-image: linear-gradient(#f7f7f7 50%, #ececec 50%, #f8f8f8 100%);
  color: #333;
  border-radius: .3em;
  padding: .3em .7em;
  font-family: 'misobold';
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  position: relative;
}

.bt a a {
  color: #333;
}

.lb_header {
  padding-top: .5em;
  text-align: center;
  /*	overflow: hidden;*/
  position: relative;
}

@media all and (min-width: 40em) {
  .lb_header {
    text-align: left;
  }
}

@media all and (min-width: 60em) {
  .lb_header .right {
    float: right;
  }
}

@media all and (max-width: 59.938em) {
  .lb_header > .clear:first-child:after {
    content:'Extrem kundenfreundliche Preise / Schnelle Lieferung / Wir versenden werktäglich über 4000 Pakete';
    display: block;
    clear:both;
    color:#069;
    font-weight:bold;
    font-size:.75em;
    margin-bottom:1em;
    text-align:left;
  }
}

.lb_header > .clear > .right {
  width: 100% !important;
  height: auto !important;
  position: relative;
}

@media all and (min-width: 50em) {
  .lb_header > .clear > .right {
    float: right !important;
    width: 22% !important;
  }
}

@media all and (min-width: 50em) {
  .lb_header > .clear > .left {
    clear: both;
    float: left !important;
    width: 76% !important;
  }
}

.lb_header .lb_gray_box {
  color: #fff;
  width: 100%;
  clear: both;
  background-color: gainsboro;
  background-image: linear-gradient(#f7f7f7, #e6e6e6);
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-bottom: 0;
  border-radius: .25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media all and (min-width: 50em) {
  .lb_header .lb_gray_box {
    border: 1px solid #ccc;
    border-radius: .25em;
  }
}

.lb_header .right > .lb_gray_box {
  /*		background: linear-gradient(lighten($c-fond,3),lighten($c-darkfond,8));*/
  background-color: gainsboro;
  background: linear-gradient(#f7f7f7, #e6e6e6);
  border: 1px solid #ccc;
  border-top-color: rgba(204, 204, 204, 0.5);
  box-sizing: border-box;
  border-radius: .25em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 1em;
}

@media all and (min-width: 50em) {
  .lb_header .right > .lb_gray_box {
    border: 1px solid #ccc;
    border-radius: .25em;
  }
}

.open_minicart {
  padding: .6em 5%;
  display: block;
  color: #ff9900;
  font-size: .8em;
  font-weight: bold;
  background: url(icons/sprit.png) no-repeat 100% -54px;
  text-align: left;
}

@media all and (min-width: 50em) {
  .open_minicart {
    background-image: none;
  }
}

@media all and (min-width: 60em) {
  .open_minicart {
    background-image: url(icons/sprit.png);
    background-position: 112% -54px;
  }
}

.open_minicart:hover {
  background-position: 100% -83px;
}

@media all and (min-width: 60em) {
  .open_minicart:hover {
    background-position: 112% -83px;
  }
}

.open_minicart:hover .minicart {
  display: block;
}

.search {
  position: relative;
  padding: .5em .5em 0;
}

@media all and (min-width: 40em) {
  .search {
    float: left;
    padding: .3em;
    width: 40%;
  }
}

@media all and (min-width: 50em) {
  .search {
    float: left;
    padding: .2em;
    width: 40%;
  }
}

.search input[type=text] {
  padding: .5em;
  font-size: .9em;
  width: 100%;
  border-radius: .25em;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  background-color: #d2d2d2;
  border: 0;
}

@media all and (min-width: 50em) {
  .search input[type=text] {
    padding: .28em;
  }
}

.search a {
  transition: transform .2s;
  background: url(icons/sprit.png) no-repeat 0 -32px;
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: absolute;
  top: .75em;
  right: .8em;
}

.search a:hover, .search a:focus {
  transform: scale(1.15);
}

@media all and (min-width: 40em) {
  .search a {
    top: .55em;
    right: .6em;
  }
}

@media all and (min-width: 50em) {
  .search a {
    top: .25em;
    right: .3em;
  }
}

#searchresultpreview {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1.5em 1.5em .5em;
  color: #666;
  position: absolute;
  left: -1px;
  margin: .1em 0 1em;
  z-index: 5;
  box-sizing: border-box;
  width: calc(100% + 2px);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

@media all and (min-width: 40em) {
  #searchresultpreview {
    width: 30em;
    border-radius: .35em;
  }
}

@media all and (min-width: 50em) {
  #searchresultpreview {
    width: 44em;
  }
}

@media all and (min-width: 60em) {
  #searchresultpreview {
    width: 47.9em;
  }
}

#searchresultpreview .ResutlItem {
  font-size: .9em;
  margin: 0;
  border: 1px solid transparent;
  cursor: pointer;
  padding: .5em .25em;
  transition: border-color .25s, color .25s;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}

#searchresultpreview .ResutlItem:last-child {
  border-bottom: 0;
}

#searchresultpreview .ResutlItem.clear {
  clear: both;
}

#searchresultpreview .ResutlItem:hover {
  border: 1px solid #cc3d00;
  color: #cc3d00;
}

#searchresultpreview .ResutlItem .Contain {
  color: #cc3d00;
  font-weight: bold;
}

#searchresultpreview .ResutlItem .Info {
  display: block;
  color: #cc3d00;
  font-size: .75em;
}

#searchresultpreview .simg {
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  float: left;
  margin-right: .5em;
}

#searchresultpreview .simg img {
  width: 2.5em;
  vertical-align: middle;
}

@media all and (min-width: 50em) {
  #searchresultpreview .col {
    float: left;
    width: 33.33%;
  }
}

#searchresultpreview .col > .clear {
  margin-bottom: 1.5em;
}

@media all and (min-width: 50em) {
  #searchresultpreview .row .left {
    float: left;
    width: 60.66% !important;
    margin-left: 6%;
  }
}

#searchresultpreview .count {
  float: right;
}

.topmenu {
  display: none;
}

@media all and (min-width: 40em) {
  .topmenu {
    display: block;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: .2em .5em;
    text-align: center;
    text-align: right;
  }
}

.topmenu li {
  margin: 0 .25em;
  font-size: .85em;
  display: inline-block;
}

.topmenu a {
  display: block;
  padding: .6em 0;
  color: #666;
}

@media all and (min-width: 40em) {
  .topmenu a {
    padding: .7em 4%;
  }
}

@media all and (min-width: 50em) {
  .topmenu a {
    padding: .4em 4%;
    font-size: .9em;
  }
}

/* Breadcrumb ***********/
.breadcrumb {
  overflow: hidden;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 1em 0;
}

.breadcrumb div {
  float: left;
}

.breadcrumb a {
  padding: .1em 0;
}

.breadcrumb_arrow {
  background: url(icons/arrow-right.png) no-repeat 0px center;
  width: 5px;
  height: 21px;
  margin: 0 .5em;
  display: block;
  opacity: 0.3;
}

.sourceWrapper {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

/* Warenkorb ************/
.bt_big a,
.bt_cart a,
.next a {
  display: inline-block;
  background-color: #ececec;
  background-image: linear-gradient(#f7f7f7 50%, #ececec 50%, #f8f8f8 100%);
  color: #333;
  border-radius: .3em;
  padding: .3em .7em;
  font-family: 'misobold';
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  position: relative;
  background-color: #0070a8;
  background-image: linear-gradient(#0077b3 50%, #006699 50%, #0077b3 100%);
  color: #fff;
  border-color: #006699;
  text-align: center;
}

.bt_big a a,
.bt_cart a a,
.next a a {
  color: #333;
}

@media all and (min-width: 30em) {
  .bt_big a,
  .bt_cart a,
  .next a {
    min-width: 10em;
  }
}

.minicart {
  display: none;
  position: absolute;
  top: 2em;
  right: 0;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1em;
  z-index: 5;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

@media all and (min-width: 50em) {
  .minicart {
    width: 35em;
  }
}

.minicart .bt.left {
  float: none;
}

@media all and (min-width: 30em) {
  .minicart .bt.left {
    float: left;
    min-width: 10em;
    line-height: 1.4em;
    text-align: center;
  }
}

@media all and (max-width: 29.938em) {
  .minicart .bt a {
    width: 100%;
    margin-bottom: .5em;
    box-sizing: border-box;
  }
}

.minicart .bt_big {
  float: none;
}

@media all and (min-width: 30em) {
  .minicart .bt_big {
    float: right;
    min-width: 10em;
    text-align: center;
  }
}

@media all and (max-width: 29.938em) {
  .minicart .bt_big a {
    width: 100%;
    box-sizing: border-box;
    text-indent: -1em;
  }
}

.minicart .clear {
  overflow: hidden;
}

.minicart .title_max2 {
  margin-bottom: .5em;
}

.cart_left_mini {
  font-weight: bold;
  font-size: .9em;
  color: #333333;
}

.cart_left_mini strong {
  color: #666;
  font-size: .9em;
}

.img_clear {
  width: 5em;
  max-height: 5em;
  float: left;
  margin-right: .75em;
}

.message {
  text-align: center;
  font-size: 12px;
  padding: 20px 0px 20px 0px;
  font-style: italic;
}

.title_max2 a {
  font-size: 1.4em;
  font-weight: bold;
  color: #336699;
}

.cart_left .text_11 {
  position: relative;
  top: .2em;
  font-size: .75em;
  color: #999999;
}
.cart_left_mini .title_max2 a {
  font-size:1em;
}
.cart_left .title_max2 a {
  font-size:.9em;
}

#inpQuantity {
  width: 4em;
  padding: .1em;
  text-align: center;
}

.tbl,
.tbl_footer {
  border-spacing: 0;
  width: 100%;
}

@media all and (max-width: 39.938em) {
  .tbl th,
  .tbl_footer th {
    display: none;
  }
}

@media all and (min-width: 40em) {
  .tbl tr,
  .tbl_footer tr {
    display: table-row;
  }
}

@media all and (max-width: 39.938em) {
  .tbl tr,
  .tbl_footer tr {
    background-color: #f3f3f3;
    padding: 0 .5em;
    margin-bottom: .5em;
  }
}

@media all and (max-width: 39.938em) {
  .tbl td,
  .tbl_footer td {
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    border-left: 0;
    padding: .15em 0;
  }
}

@media all and (min-width: 40em) {
  .tbl td,
  .tbl_footer td {
    display: table-cell;
  }
}

.tbl th,
.tbl_footer th {
  padding: .5em;
  text-align: left;
  font-family: 'misobold';
  font-weight: normal;
  font-size: 1.2em;
  background-color: #d2d2d2;
  background-image: linear-gradient(#d2d2d2, #fff);
}

@media all and (max-width: 39.938em) {
  .tbl th {
    display: none;
  }
}

@media all and (min-width: 40em) {
  .tbl tr {
    display: table-row;
  }
}

@media all and (max-width: 39.938em) {
  .tbl td {
    width: 100%;
    text-align: left;
    overflow: hidden;
  }
}

@media all and (min-width: 40em) {
  .tbl td {
    display: table-cell;
    padding: .75em;
  }
}

@media all and (max-width: 39.938em) {
  .tbl td:before {
    display: inline-block;
    min-width: 4.5em;
    font-family: 'misobold';
    float: left;
    margin-right: .5em;
  }
}

@media all and (max-width: 39.938em) {
  .tbl td:nth-child(2):before {
    content: "Rabatt:";
  }
  .tbl td:nth-child(3):before {
    content: "Einzelpreis:";
  }
  .tbl td:nth-child(4):before {
    content: "Menge:";
  }
  .tbl td:nth-child(5):before {
    content: "Gesamtpreis:";
  }
}

@media all and (max-width: 39.938em) {
  .tbl td:last-child {
    border: 0;
  }
}

.tbl .text_10 {
  font-size: 11px;
}

.tbl_footer {
  font-size: .8em;
  margin-bottom: 1em;
}

.tbl_footer td {
  background-color: #ececec;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: .4em .7em .3em;
}

.tbl_footer tr {
  display: table-row;
}

.tbl_footer td {
  display: table-cell;
}

.bl_1 {
  border-left: 1px solid #ccc;
}

.main_content {
  border: 1px solid #ccc;
  padding: .5em 1em;
  overflow: hidden;
  position: relative;
}

.main_content .bt.left,
.main_content .bt_big {
  text-align: center;
}

.main_content .bt.left {
  padding: 0;
  float: left;
}

.main_content .bt.left a {
  padding: .3em .7em;
  display: block;
  min-height: 1.4em;
  line-height: 1.4em;
}

@media all and (min-width: 30em) {
  .main_content .bt.left a {
    min-width: 10em;
  }
}

.main_content .bt_big {
  float: right;
}

.main_content .right {
  width: 46%;
  margin: 0 2%;
  float: right;
  text-align: center;
}

@media all and (min-width: 30em) {
  .main_content .right {
    width: auto;
    margin: 0;
  }
}

@media all and (min-width: 30em) {
  .main_content .right.ml_10 {
    float: right;
    margin-left: .75em;
  }
}

.main_content .right img[alt="icon-check"] {
  position: absolute;
  top: -.3em;
  right: -.3em;
  width: 2em;
  height: 2em;
  opacity: .7;
}

.main_content .clear {
  overflow: hidden;
}

@media all and (max-width: 39.938em) {
  #inpQuantity {
    float: left;
    margin-right: .3em;
    height: 1.4em;
  }
}

.bt_action {
  display: block;
  width: 4.2em;
}

@media all and (max-width: 39.938em) {
  .bt_action {
    float: left;
  }
}

.bt_action a {
  background-image: url(icons/bg-icons.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 .3em 0 0;
  width: 30px;
  height: 30px;
}

@media all and (min-width: 40em) {
  .bt_action a {
    margin-top: .5em;
  }
}

.update a {
  background-position: -120px -90px;
}

.delete a {
  background-position: -90px -90px;
  margin-right: 0;
}

/* Preisanzeigen *********/
.cash {
  background: url(icons/bg-icons.png) no-repeat -102px 0px;
  width: 1.75em;
  height: 1.5em;
  display: inline-block;
  float: left;
  margin-right: .5em;
}

@media all and (min-width: 30em) {
  .cash {
    position: relative;
    left: 2.3em;
  }
}

.price2 {
  font-weight: bold;
  font-size: .9em;
  color: #333333;
}

.totalprice {
  font-family: 'BebasNeueRegular';
  color: #ff9900;
  font-size: 1.6em;
  line-height: 1em;
}

/* CSS-Beschreibungs-Klassen ***********/
.clear.mt_20.mb_20 {
  overflow: hidden;
}

@media all and (min-width: 40em) {
  .ml_10 {
    margin-left: .75em;
  }
}

.mt_10 {
  margin-top: .75em;
}

.mb_20 {
  margin-bottom: 1.5em;
}

.mt_20 {
  margin-top: 1.5em;
}

@media all and (min-width: 40em) {
  .mr_20 {
    margin-right: 1em;
  }
}

.mb_5 {
  margin-bottom: .5em;
}

.min_width a {
  min-width: 10em;
}

@media all and (min-width: 60em) {
  .min_width a {
    min-width: 13em;
  }
}

@media all and (min-width: 60em) {
  .col_33_pro {
    float: left;
    width: 32.333%;
    margin-left: 1.5%;
  }
}

.col_33_pro:first-child {
  margin-left: 0;
}

/* Ersatzteilefinder ********/
/*#divtecDocCars,
#divTecDocCategorie,*/
.VehicleSteps {
  display: none;
}

#divtecDocCars.teilefinder-aktiv,
#divTecDocCategorie.teilefinder-aktiv,
.VehicleSteps.teilefinder-aktiv {
  display: block;
}

@media all and (min-width: 40em) {
  #divtecDocCars,
  #divTecDocCategorie,
  .VehicleSteps {
    display: block !important;
  }
}

#divtecDocCars,
#divTecDocCategorie {
  clear: both;
  background-color: #d2d2d2;
  background-image: linear-gradient(#f8f8f8, #d2d2d2);
  border: 1px solid #ccc;
  overflow: hidden;
}

#divtecDocCars .lb_bg_kba,
#divtecDocCars .lb_bg_kba_selected,
#divTecDocCategorie .lb_bg_kba,
#divTecDocCategorie .lb_bg_kba_selected {
  padding: .5em .75em;
  overflow: hidden;
}

#divtecDocCars .lb_bg_kba_selected .left,
#divTecDocCategorie .lb_bg_kba_selected .left {
  float: left;
}

#divtecDocCars .lb_bg_kba_selected .right,
#divTecDocCategorie .lb_bg_kba_selected .right {
  float: right;
}

@media all and (min-width: 40em) {
  #divtecDocCars .lb_bg_kba_selected .bt,
  #divTecDocCategorie .lb_bg_kba_selected .bt {
    font-size: 1.1em;
  }
}

@media all and (min-width: 40em) {
  #divtecDocCars,
  #divTecDocCategorie {
    font-size: .9em;
  }
}

.VehicleSteps {
  border: 1px solid #ccc;
  border-top: 5px solid #006699;
  border-bottom: 0;
  margin-top: .5em;
  background-color: #d2d2d2;
  background-image: linear-gradient(#fff, #d2d2d2);
  overflow: hidden;
}

.VehicleSteps .Step {
  clear: both;
  line-height: 2.2em;
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  color: #a6a6a6;
}

@media all and (min-width: 30em) {
  .VehicleSteps .Step {
    clear: none;
    float: left;
    width: 33.333333%;
    font-size: .75em;
    line-height: 3.5em;
    border-bottom: 0;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
  }
  .VehicleSteps .Step:last-child {
    border-right: 0;
  }
}

@media all and (min-width: 40em) {
  .VehicleSteps .Step {
    line-height: 3em;
    font-size: 1em;
  }
}

@media all and (min-width: 50em) {
  .VehicleSteps .Step {
    line-height: 2.3em;
    font-size: 1.3em;
  }
}

.VehicleSteps .Step_on {
  color: #ff9900;
}

.VehicleSteps .Number {
  width: 30px;
  height: 30px;
  background: url(icons/bg-numbers.png) no-repeat 0px 0px;
  background-size: 60px 90px;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}

@media all and (min-width: 40em) {
  .VehicleSteps .Number {
    width: 40px;
    height: 40px;
    background-size: 80px 120px;
  }
}

.VehicleSteps .Number2 {
  background-position: 0 -30px;
}

@media all and (min-width: 40em) {
  .VehicleSteps .Number2 {
    background-position: 0 -40px;
  }
}

.VehicleSteps .Number3 {
  background-position: 0 -60px;
}

@media all and (min-width: 40em) {
  .VehicleSteps .Number3 {
    background-position: 0 -80px;
  }
}

.lb_kba_help {
  color: #006699;
  font-size: .9em;
  cursor: help;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.lb_bg_kba {
  font-size: .75em;
}

.lb_bg_kba input {
  border: 1px solid #ccc;
  padding: .5em .6em;
  font-size:1.6em;
  border-radius:.15em;
  box-shadow:1px 1px 3px rgba(0,0,0,.15) inset;
}


.lb_bg_kba .bt {
  font-size: 1.4em;
  margin: .5em 0;
  padding: 0;
  clear: both;
  box-sizing: border-box;
}

.lb_bg_kba .bt a {
  min-width:2em;
}


@media all and (min-width: 30em) {
  .lb_bg_kba .bt {
    max-width: 6em;
    text-align: center;
  }
}

.lb_bg_kba .bt a {
  display: block;
  padding: .5em;
}

@media all and (min-width: 40em) {
  .lb_bg_kba .bt a {
    padding: .5em 1.5em;
  }
}

.lb_bg_kba .clear {
  clear: both;
}

.lb_bg_kba > .clear {
  padding-bottom: 1em;
}

.lb_bg_kba .left {
  margin: .5em 0;
  overflow: hidden;
}

@media all and (min-width: 40em) {
  .lb_bg_kba .left {
    float: left;
    margin: .5em 1em .5em 0;
  }
}

.lb_bg_kba .left .left {
  margin: 0;
  float: left;
  margin-right: 2em;
}

@media all and (min-width: 40em) {
  .lb_bg_kba fieldset .right {
    clear: none;
    float: right;
  }
}

.lb_bg_kba .right {
  clear: both;
}

@media all and (min-width: 40em) {
  .lb_bg_kba .right {
    clear: none;
    float: right;
  }
}

.lb_bg_kba .lb_CarSelectInfo {
  clear: both;
}

.lb_bg_kba select {
/*  border: solid 1px #ccc;*/
  padding: .75em;
  font-size:1.3em;
  width: 100% !important;
  margin-bottom: .5em;
  box-sizing: border-box;
}
@media all and (max-width: 39.938em) {
  .lb_bg_kba select {
    height:3em;
    padding: .5em;
  }
}

.lb_box_zu {
  width: 4em;
  font-size: 1.4em;
}

#DivMotorsPh table {
  font-size: .85em;
  background-color: #666;
  color: #fff;
  margin: .75em;
  width: calc(100% - 1.5em);
}

#DivMotorsPh h4 {
  margin: .5em .5em .1em;
}

@media all and (max-width: 39.938em) {
  #DivMotorsPh tr:first-child {
    display: none;
  }
}

@media all and (max-width: 39.938em) {
  #DivMotorsPh tr {
    border-bottom: 1px solid #ccc;
    padding: .5em 0;
  }
}

#DivMotorsPh tr:last-child {
  border: 0;
}

@media all and (max-width: 39.938em) {
  #DivMotorsPh td:before {
    display: inline-block;
    min-width: 6em;
    font-weight: bold;
  }
  #DivMotorsPh td:nth-child(1):before {
    content: "Motor:";
  }
  #DivMotorsPh td:nth-child(2):before {
    content: "Hersteller:";
  }
  #DivMotorsPh td:nth-child(3):before {
    content: "Modell:";
  }
  #DivMotorsPh td:nth-child(4):before {
    content: "Leistung:";
  }
  #DivMotorsPh td:nth-child(5):before {
    content: "Leistung:";
  }
  #DivMotorsPh td:nth-child(6):before {
    content: "Typ:";
  }
  #DivMotorsPh td:nth-child(7):before {
    content: "Baujahr:";
  }
}

/* Slider ****************/
.anythingSlider ul {
  padding: 0;
}

.anythingSlider ul li {
  display: block;
  float: left;
}

@media all and (min-width: 30em) {
  .anythingSlider ul li {
    width: 95vw;
  }
}

@media all and (min-width: 40em) {
  .anythingSlider ul li {
    width: calc(100vw - 2.4em);
  }
}

@media all and (min-width: 60em) {
  .anythingSlider ul li {
    width: calc(100vw - 20.5%);
  }
}

.anythingSlider a {
  display: block;
  width: 90vw;
  max-width: 44em;
  text-align: center;
}

@media all and (min-width: 30em) {
  .anythingSlider a {
    width: 95vw;
  }
}

@media all and (min-width: 40em) {
  .anythingSlider a {
    width: calc(100vw - 2.4em);
  }
}

@media all and (min-width: 60em) {
  .anythingSlider a {
    width: calc(100vw - 20.5%);
  }
}

.anythingSlider img {
  width: 100%;
}

.anythingSlider .arrow,
.anythingSlider .playing {
  display: none;
}

.anythingSlider .wrapper {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 21.5%;
  margin-bottom: .75em;
  position: relative;
}

.anythingSlider .wrapper ul {
  width: 32700px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Kategorien ****************/
a.Level1 {
  display: block;
  min-height: 2em;
  border: 1px solid #ccc;
  border-top: 5px solid #006699;
  color: #666;
  padding: .7em .7em .2em;
  font-size: .9em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media all and (min-width: 40em) {
  a.Level1 {
    font-size: .8em;
  }
}

@media all and (min-width: 50em) {
  a.Level1 {
    font-size: .9em;
  }
}

.MainMenu table {
  width: 100%;
}

.MainMenu td {
  padding-bottom: 1em;
}

.MainMenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.MainMenu li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: 1.35em;
  overflow: hidden;
  color: #666;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
  border-top: 1px solid #fff;
  font-size: 1em;
  padding:.4em 3% .25em;
}

/* Produktliste ****************/
.tab_start ul {
  list-style-type: none;
  padding: 1em 1em 0;
  margin: 0;
  background-color: #ececec;
  border: 1px solid #ccc;
  border-bottom: 0;
}

@media all and (min-width: 30em) {
  .tab_start ul {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    top: .1em;
  }
}

.tab_start li {
  padding-bottom: .3em;
}

@media all and (min-width: 30em) {
  .tab_start li {
    width: 33.3333%;
    float: left;
    padding: 0;
  }
}

@media all and (min-width: 40em) {
  .tab_start li {
    width: 10em;
  }
}

.tab_start li a {
  transition: all .15s;
  background-color: white;
  background-image: linear-gradient(#f1f1f1, white);
  border-radius: .25em;
  border: 1px solid #ccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.1em;
  font-family: 'misobold';
  color: #8c8c8c;
  text-transform: uppercase;
  padding: .5em;
  display: block;
  position: relative;
}

.tab_start li a:hover, .tab_start li a:focus {
  background: linear-gradient(#dfdfdf, #f8f8f8);
}

.tab_start li a .top,
.tab_start li a .new,
.tab_start li a .sell {
  position: absolute;
  background: url(icons/bg-highlight.png);
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  float: right;
}

.tab_start li a .top {
  background-position: 0px -35px;
}

.tab_start li a .new {
  background-position: -35px -35px;
}

.tab_start li a .sell {
  background-position: -70px -35px;
}

.tab_start li a.tab_on {
  box-shadow: inset 3px 3px 14px rgba(0, 0, 0, 0.1);
  background: #ececec;
  color: #000;
  border: 1px solid transparent;
}

.tab_start li a.tab_on .top {
  background-position: 0px 0px;
}

.tab_start li a.tab_on .new {
  background-position: -35px 0px;
}

.tab_start li a.tab_on .sell {
  background-position: -70px 0px;
}

.ItemList_wrapper {
  background-color: #ececec;
  width: calc(100% + 2em);
  position: relative;
  left:-1em;
  box-sizing: border-box;
  padding: 1em;
}
@media all and (min-width: 40em) {
  .ItemList_wrapper {
    width:100%;
    left:0;
    border: 1px solid #ccc;
  }
}

.tab_start .ItemList_wrapper {
  border-top: 0;
}

@media all and (min-width: 40em) {
  .ItemList_wrapper {
    border: 1px solid #ccc;
    padding: 1.3em;
  }
}

.list_item {
  background-color: #fff;
  margin-bottom: 2em;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

@media all and (min-width: 40em) {
  .list_item {
    overflow: hidden;
    margin-bottom: 1em;
  }
}

.list_item .list_pic {
  width:100%;
  float: left;
  margin-right: .5em;
  border: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  text-align: center;
}


@media all and (min-width: 40em) {
  .list_item .list_pic {
    max-width: none;
    width: 25%;
    padding-bottom:1px;
    /*		height:9em;*/
  }
}
@media all and (min-width: 60em) {
  .list_item .list_pic {
    max-width: none;
    width: 30%;
  }
}


.list_item .list_pic a {
  display: block;
}

@media all and (max-width: 39.938em) {
  .list_item .list_pic img {
    padding:1em;
    max-width:300px;
    width:92%;
  }
}


@media all and (min-width: 40em) {
  .list_item .list_desc {
    float: left;
    width: 45%;
  }
}
@media all and (min-width: 60em) {
  .list_item .list_desc {
    width: 40%;
  }
}
.list_item .title_max2 {
  padding: 1em 1em .5em;
  font-size: .8em;
  font-weight: bold;
  clear:both;
}

@media all and (min-width: 30em) {
  .list_item .title_max2 {
    font-size: 1em;
  }
}

@media all and (min-width: 40em) {
  .list_item .title_max2 {
    font-size: .8em;
    padding-left: 0;
  }
}

.list_item .short_desc {
  clear: both;
  padding: .5em 1.35em;
  font-size: .8em;
  color: #000;
}

@media all and (min-width: 40em) {
  .list_item .short_desc {
    clear: none;
    margin-bottom: .5em;
    overflow: auto;
    padding: .2em;
  }
}

@media all and (min-width: 40em) {
  .list_item .short_desc:empty {
    border: 0;
  }
}

.list_item .list_right {
  color: #fff;
  clear: both;
}

@media all and (min-width: 40em) {
  .list_item .list_right {
    float: right;
    clear: none;
    width: 28%;
    font-size: .85em;
  }
}

.list_item .mb_5,
.list_item .lb_overflow {
  font-size: .9em;
  color: #999999;
}

.list_item .mb_5 {
  padding: 0 1.2em;
}

@media all and (min-width: 40em) {
  .list_item .mb_5 {
    padding: 0;
  }
}

.list_item .lb_overflow {
  padding: .25em 1.35em 1em;
  font-size: .85em;
}
@media all and (min-width: 40em) {
  .list_item .lb_overflow {
    padding-left:0;
  }
}

.list_item .text_11 {
  font-size: .9em;
  padding-top: .1em;
}
@media all and (min-width: 40em) {
  .list_item .text_11 {
    font-size: .9em;
    padding-top: .25em;
  }
}

/* Artikel Boxen (Preis, Warenkorb usw.) ****************/
.box1 {
  background-color: #007ab8;
  background-image: linear-gradient(#008fd6 0%, #006699 100%);
  padding: .5em .75em;
  font-size: .9em;
}

@media all and (min-width: 40em) {
  .box1 {
    padding: 1em .75em;
  }
}

@media all and (min-width: 60em) {
  .box1 {
    min-height: 4.1em;
  }
}

.ItemDetails .box1 {
  color: #fff;
}

.box1 .price,
.box1 .priceDetail {
  font-size: 2.2em;
  font-family: 'BebasNeueRegular';
}
@media all and (min-width: 40em) {
  .box1 .price,
  .box1 .priceDetail {
    font-size: 2.5em;
    line-height:1em;
  }
}

.box1 .text_10 {
  font-size: .85em;
  margin-top: .2em;
}

.box2 {
  background-color: #787878;
  background-image: linear-gradient(#8c8c8c 0%, #666 100%);
}

.box2 a {
  padding: .75em;
  display: block;
  color: #fff;
  font-weight: bold;
}

@media all and (min-width: 40em) {
  .box2 a {
    padding: 1em;
  }
}

.box3 a {
  background-color: #ffa724;
  background-image: linear-gradient(#ffb84d 0%, #ff9900 100%);
  padding: 1em .75em 1em 3.5em;
  color: #fff;
  font-weight: bold;
  display: block;
}

.box3 a:hover, .box3 a:focus {
  text-decoration: underline;
}

.box {
  float: left;
  width: 2em;
  height: 1.7em;
  text-align: center;
  margin-left: .75em;
  margin-top: .7em;
  border: 1px solid #ccc;
  z-index: 5;
  position: relative;
  box-sizing: border-box;
}

.box4 {
  font-size: .75em;
  padding: .5em 1.25em;
}

.box4 > div {
  margin: 0 !important;
}

.box4 .bg_stock {
  margin-top: .5em;
}

.box4 .bt_detail {
  font-size: 1.35em;
}

.box4 .text_11 {
  color: #999999;
}

@media all and (min-width: 50em) {
  .box4 .text_11 {
    font-size: .9em;
  }
}

.box4 div.text_11 {
  margin: .75em 0;
  line-height:1.4em;
}

.box4 div.text_11.left.grey {
  position: relative;
  top: 1em;
  line-height:1em;
}

@media all and (min-width: 50em) {
  .box4 div.text_11.left.grey {
    position: relative;
    top: 1.2em;
    line-height:1em;
  }
}

@media all and (min-width: 50em) {
  .box4 p.text_11 {
    padding: 1em 0;
    overflow: hidden;
    clear: both;
  }
}

.box4 .bt.rate:empty {
  display: none;
}

.box4 .bt.mail, .box4 .bt.print {
  padding: 0;
}

.box4 .bt.mail a, .box4 .bt.print a {
  cursor: pointer;
  display: block;
  padding: .3em .75em;
}

.box4 .bt.mail {
  margin-bottom: .5em;
}
.box4 .bt.print {
  display: none;
}

@media all and (max-width: 47.938em) { /* 767px */
  .box4 .bt.mail {
    display: none;
  }
}

.box4 .bt.print a {
  background-color: #ececec;
  background-image: url("icons/sprit.png"), linear-gradient(#f7f7f7 50%, #ececec 50%, #f8f8f8 100%);
  background-repeat: no-repeat;
  background-position: 109% -120px, 0 0;
}

@media all and (min-width: 30em) {
  .box4 .bt.print a {
    background-position: 104% -120px, 0 0;
  }
}

@media all and (min-width: 50em) {
  .box4 .bt.print a {
    background-position: 112% -120px, 0 0;
  }
}
.WishlistbtnGroup {
  margin-bottom:.5em;
}
.WishlistbtnGroup .bt_ddl {
  cursor: pointer;
  display: inline-block;
  background-color: #ececec;
  background-image: linear-gradient(#f7f7f7 50%, #ececec 50%, #f8f8f8 100%);
  color: #333;
  border-radius: .3em;
  padding: .3em .7em;
  font-family: 'misobold';
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  position: relative;
  width: 10em;
  display: inline-block;
}

.WishlistbtnGroup .bt_ddl a {
  color: #333;
}

.WishlistbtnGroup .bt_ddl_container {
  display: none;
  position: relative;
  background: #f8f8f8;
  cursor: pointer;
  width: 12.7em;
  border: 1px solid #ccc;
  border-top: 0;
  z-index: 9;
  font-size: .9em;
}

.WishlistbtnGroup .bt_ddl_container a {
  padding: .5em .75em;
  display: inline-block;
}

.bg_stock {
  background-image: url(icons/bg-stock.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-family: 'misobold';
  color: #62A21D;
  padding: 0 .25em 0 1em;
  float: left;
  height: 15px;
  line-height: 15px;
  font-size: 20px;
}

@media all and (min-width: 40em) {
  .bg_stock {
    margin-top: .1em;
  }
}

.av_red {
  background-position: 0px -30px;
  color: #f00;
}

.av_orange {
  background-position: 0px -15px;
  color: #ff9900;
}

.red {
  color: #cc3d00;
}

.ts-rating-light.productreviewsSummary {
  font-weight: bold !important;
}

.tsProductStickerSummary {
  margin: .75em 0;
}

.artikelcontent [src*="pdf"] {
  width: 80px;
}

.goshopping {
  font-size: .7em;
}

.goshopping a {
  color: #000;
  display: inline-block;
  background: url(icons/arrow-left.png) no-repeat 0.5em center;
  padding: .3em .5em .2em 1.7em;
  margin: .6em 0 .4em;
  border: 1px solid #ccc;
}

/* Footer ************/
.bg_footer {
  clear: both;
}

.price_vat {
  clear: both;
  font-size: .75em;
  text-align: center;
  padding: 1.5em 0;
  color: #999999;
}

.price_vat a {
  color: #666;
  text-decoration: underline;
}

.lb_980_main {
  background-color: #f2f2f2;
  background: linear-gradient(#fff, #e6e6e6);
  padding: .75em 1.5em;
  border: 1px solid #ccc;
  overflow: hidden;
}

@media all and (min-width: 40em) {
  .lb_footer_box,
  .lb_footer_box2 {
    float: left;
    margin-right: 3%;
    width: 19%;
  }
}

.lb_footer_box h2,
.lb_footer_box2 h2 {
  font-size: 1.2em;
  margin-bottom: .25em;
}

@media all and (min-width: 40em) {
  .lb_footer_box h2,
  .lb_footer_box2 h2 {
    font-size: .9em;
    margin-bottom: .5em;
  }
}

.lb_footer_box .lb_bt_arrow2,
.lb_footer_box2 .lb_bt_arrow2 {
  border-bottom: 1px solid #ccc;
}

.lb_footer_box .lb_bt_arrow2 a,
.lb_footer_box2 .lb_bt_arrow2 a {
  background: url("icons/arrow3.png") no-repeat scroll 0 0.75em;
  display: block;
  padding: .6em 0;
  font-size: .8em;
  color: #666;
  text-indent: 1em;
}

.lb_footer_box img,
.lb_footer_box2 img {
  margin-bottom: .5em;
}

@media all and (min-width: 40em) {
  .lb_footer_box2 {
    width: 33%;
    margin-right: 0;
  }
}

.copyright {
  clear: both;
  font-size: .7em;
  padding: 0 0 2em;
}

/* Allgemeinere Styles */
.img_detail {
  width: 83%;
  float: left;
  margin-bottom: 1em;
  position: relative;
  cursor: pointer;
  max-width: 100%;
}

@media all and (min-width: 50em) {
  .img_detail {
    width: 48.75%;
    margin-right: 1%;
    box-sizing: border-box;
  }
}

.img_detail_big {
  border: 1px solid #ccc !important;
}

.itemgallery_container {
  float: right;
  width: 15.66%;
  box-sizing: border-box;
}

@media all and (min-width: 50em) {
  .itemgallery_container {
    width: 9.2%;
    margin-right: 1%;
    float: left;
  }
}

.itemgallery_container li {
  max-width: 100%;
}

.itemimages_icons {
  overflow: hidden;
}

.itemimages_icons ul {
  padding: 0;
  margin: 0;
}

.itemimages_icons li {
  float: left;
  margin: 0 1% 10%;
  box-sizing: border-box;
  list-style-type: none;
}

@media all and (min-width: 40em) {
  .itemimages_icons li {
    max-width: 5em;
  }
}

.itemimages_icons img {
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.itemimages_icons img:hover {
  border: 1px solid #ff9900;
}

.col_275 {
  border: 1px solid #ccc;
  clear: both;
  box-sizing: border-box;
}

@media all and (min-width: 50em) {
  .col_275 {
    clear: none;
    width: 40%;
    float: left;
    overflow: hidden;
    position: relative;
  }
}

.col_275 .box1,
.col_275 .box4,
.col_275 .box3 {
  box-sizing: border-box;
}

@media all and (min-width: 50em) {
  .col_275 .box1 {
    top: 0;
    width: 100%;
  }
}

@media all and (min-width: 50em) {
  .col_275 .box4 {
    top: 6em;
    width: 100%;
  }
}

.col_275 .box4 .vehicle-details {
  margin: .75em 0;
}

@media all and (min-width: 50em) {
  .col_275 .box3 {
    bottom: 0;
    width: 100%;
  }
}

#Div1 {
  list-style-type: none;
  padding: 1em 1em 0;
  margin: 0;
  background-color: #ececec;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-top: 1em;
  border-top: 5px solid #006699;
}

@media all and (min-width: 40em) {
  #Div1 {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    top: .1em;
  }
}

@media all and (min-width: 40em) {
  #Div1 {
    border-top: 5px solid #006699;
    padding: 0;
    margin-top: 1em;
  }
}

.TabList .tab {
  transition: all .15s;
  background-color: white;
  background-image: linear-gradient(#f1f1f1, white);
  border-radius: .25em;
  border: 1px solid #ccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.1em;
  font-family: 'misobold';
  color: #8c8c8c;
  text-transform: uppercase;
  padding: .5em;
  display: block;
  position: relative;
  margin-top: .35em;
}

.TabList .tab:hover, .TabList .tab:focus {
  background: linear-gradient(#dfdfdf, #f8f8f8);
}

@media all and (min-width: 40em) {
  .TabList .tab {
    text-align: center;
    width: 25%;
    float: left;
    box-sizing: border-box;
    border-radius: 0;
    border-left-width: 0;
    margin-top: 0;
    background-color: #f8f8f8;
    background: linear-gradient(white, #dfdfdf);
  }
}

@media all and (min-width: 40em) {
  .TabList .tab:first-child {
    border-left-width: 1px;
  }
}

.TabList .tab.tab_active, .TabList .tab:hover {
  color: #ff9900;
}

.TabList .tab.tab_active {
  box-shadow: inset 3px 3px 14px rgba(0, 0, 0, 0.1);
  background: #ececec;
  border-color: transparent;
}

@media all and (min-width: 40em) {
  .TabList .tab.tab_active {
    border-color: #ccc;
    border-bottom-color: transparent;
    box-shadow: none;
    background: none;
  }
}

#divContent {
  background-color: #ececec;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 1em;
}

@media all and (min-width: 40em) {
  #divContent {
    background-color: transparent;
  }
}

#divContent h1 {
  margin: 0;
}

.tab_content_cross h2 {
  display: none;
}

h2 {
  margin: 1.5em 0;
  font-size: .9em;
  font-weight: normal;
}

h2 u {
  font-size: 1.2em;
  font-weight: bold;
}

.tab_content_detail {
  font-size: .8em;
  color: #000;
}

.tab_content_detail h1 {
  font-size: 1.4em;
}

.tab_content_detail ul {
  padding-left: 0;
  margin-top: 0;
}

.tab_content_detail li {
  margin-left: 1em;
  list-style-type: none;
  padding: .2em 0 .2em 1em;
  position: relative;
}

.tab_content_detail li:before {
  color: #cc3d00;
  display: inline-block;
  content: '\2022';
  font-size: 1.5em;
  line-height: .5em;
  margin-right: .5em;
  position: absolute;
  top: .35em;
  left: -.3em;
}

.tab_content_detail strong {
  font-size: .7em !important;
  line-height: 1.2em !important;
}

.tab_content_detail strong span {
  font-size: 1.2em !important;
}

.tab_content_detail h3 {
  font-size: 1.7em;
}

.tsProductReviews li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ts-reviewSummary-ratingValue {
  font-weight: bold !important;
}

.bt_orange a {
  color: #fff;
  background-color: #ffa114;
  background-image: linear-gradient(#ffa929 50%, #ff9900 50%);
  display: block;
}

/* Checkout *************/
.step {
  width: 100%;
  line-height: 1.6em;
  box-sizing: border-box;
  padding: 0 5%;
  margin: .1em 0;
  float: left;
  font-family: 'misoregular';
  font-size: 1.1em;
  background-color: #dfdfdf;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media all and (min-width: 50em) {
  .step {
    width: 20%;
    line-height: 2.5em;
    padding: 0 2%;
  }
}

.step:after, .step:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right-width: 0;
  border-top-width: .8em;
  border-bottom-width: .8em;
  border-left-width: .3em;
}

@media all and (min-width: 50em) {
  .step:after, .step:before {
    border-top-width: 1.3em;
    border-bottom-width: 1.32em;
    border-left-width: .5em;
  }
}

.step:before {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
  border-left-color: #fff;
  left: 0;
}

.step:after {
  right: 0;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #dfdfdf;
}

.step.closed {
  background-color: #62A21D;
  color: #fff;
}

.step.closed:after {
  border-left-color: #62A21D;
}

.step.closed:before {
  border-top-color: #62A21D;
  border-bottom-color: #62A21D;
}

.step.on {
  background-color: #000;
  color: #fff;
}

.step.on:after {
  border-left-color: #000;
}

.step.on:before {
  border-top-color: #000;
  border-bottom-color: #000;
}

.sat_main {
  clear: both;
  padding: 1em 0;
}

.sat_main.left, .sat_main.right {
  clear: none;
}

.sat_main h3 {
  font-weight: normal;
  margin: 1em 0 .5em;
}

@media all and (min-width: 40em) {
  .sat_main .left {
    float: left;
  }
}

@media all and (min-width: 40em) {
  .sat_main .right {
    float: right;
  }
}

#divAddressesSelected {
  clear: both;
}

#divAddressesSelected,
#divEditAddresses,
#divAddressesUnSelected {
  padding-top: 1em;
}

#divAddressesSelected .main_content,
#divEditAddresses .main_content,
#divAddressesUnSelected .main_content {
  overflow: hidden;
  padding-top: .5em;
  position: relative;
}

@media all and (max-width: 29.938em) {
  #divAddressesSelected .main_content img,
  #divEditAddresses .main_content img,
  #divAddressesUnSelected .main_content img {
    width: 2em;
    position: absolute;
    top: .5em;
    right: .5em;
  }
}

#divAddressesSelected .sat_main,
#divEditAddresses .sat_main,
#divAddressesUnSelected .sat_main {
  width: 100% !important;
}

#divAddressesSelected .right,
#divEditAddresses .right,
#divAddressesUnSelected .right {
  float: right;
}

#divAddressesSelected .left,
#divEditAddresses .left,
#divAddressesUnSelected .left {
  float: left;
}

#divAddressesSelected h1,
#divEditAddresses h1,
#divAddressesUnSelected h1 {
  margin: .1em 0 0;
}

#divAddressesSelected h2,
#divEditAddresses h2,
#divAddressesUnSelected h2 {
  margin: .2em 0;
}

#divAddressesSelected .grey,
#divEditAddresses .grey,
#divAddressesUnSelected .grey {
  color: #999999;
}

#divAddressesSelected .bt_small,
#divEditAddresses .bt_small,
#divAddressesUnSelected .bt_small {
  margin-top: 1em;
}

#divAddressesUnSelected {
  clear: both;
}

#divAddressesUnSelected .main_content {
  margin: 0 0 1em;
}

@media all and (min-width: 50em) {
  #divAddressesSelected .sat_main,
  #divEditAddresses .sat_main {
    width: 49% !important;
  }
}

.bt_small a {
  display: inline-block;
  background-color: #ececec;
  background-image: linear-gradient(#f7f7f7 50%, #ececec 50%, #f8f8f8 100%);
  color: #333;
  border-radius: .3em;
  padding: .3em .7em;
  font-family: 'misobold';
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  position: relative;
}

.bt_small a a {
  color: #333;
}

.bt.left {
  float: left;
}

.bt.left a {
  text-align: center;
}

.bt.left a:before {
  display: block;
  content: '<';
  float: left;
  margin-right: .5em;
}

@media all and (min-width: 30em) {
  .bt.left a {
    min-width: 10em;
  }
}

.bt_big {
  float: right;
}

.payment_left {
  padding-top: 1.5em;
}

@media all and (min-width: 50em) {
  .payment_left {
    float: left;
    width: 30%;
  }
}

.payment_right {
  padding-top: 1em;
}

@media all and (min-width: 50em) {
  .payment_right {
    float: right;
    width: 70%;
  }
}

.payment_right h2,
.payment_right h4 {
  font-size: 1.1em;
  font-weight: bold;
}

.payment_right h2 {
  margin: .5em 0 .5em;
}

.payment_right h2:before {
  content: 'Bezahlung:';
  display: inline-block;
}

.payment_right h4 {
  border-bottom: 1px solid #ffad33;
  color: #ff9900;
  margin: 2em 0 .2em;
}

.payment_right h4:before {
  content: 'Versand:';
  display: inline-block;
}

.pc {
  background: url(icons/radio-off.png) no-repeat 0px 0px;
  text-indent: 25px;
  margin-bottom: 10px;
}

.pc:hover {
  color: #cc3d00;
}

.pc_on {
  background: url(icons/radio-on.png) no-repeat 0px 0px;
  font-weight: bold;
}

.f-on {
  border: 1px solid #DE4D13;
  background: url(icons/radio-on.png) no-repeat 10px 10px;
}

.forwarder {
  border: 1px solid #ccc;
  padding: .6em;
  margin-bottom: .75em;
  cursor: pointer;
  font-size: .9em;
  background: url(icons/radio-off.png) no-repeat 10px 10px;
  padding-left: 2em;
}

.forwarder img {
  margin: 0 .5em;
  float: left;
  max-width: 8em;
}

#inpVoucherCode {
  padding: .35em .5em;
  margin: 0 1em .5em 0;
  width: 100%;
  box-sizing: border-box;
}

@media all and (min-width: 40em) {
  #inpVoucherCode {
    width: auto;
  }
}

.bt.next a {
  width: 100%;
  box-sizing: border-box;
}

@media all and (min-width: 40em) {
  .bt.next a {
    width: auto;
  }
}

.tbl_small {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: .9em;
  line-height: .9em;
}

.tbl_small th {
  display: none;
}

@media all and (min-width: 40em) {
  .tbl_small th {
    display: table-cell;
    border-right: 1px solid #ccc;
    background-color: #dfdfdf;
    background: linear-gradient(#d2d2d2, #ececec);
    padding: .5em;
    margin: 0;
    font-family: 'misobold';
    font-weight: normal;
  }
}

.tbl_small td {
  padding: .25em;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

@media all and (max-width: 39.938em) {
  .tbl_small td {
    text-align: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
}

#divPaymentShipping {
  width: 100% !important;
}

@media all and (max-width: 39.938em) {
  #divPaymentShipping .tbl_small td:before {
    font-family: 'misobold';
  }
}

@media all and (max-width: 39.938em) {
  #divPaymentShipping .tbl_small td:nth-child(1):before {
    content: "Zahlungskondition:";
  }
  #divPaymentShipping .tbl_small td:nth-child(2):before {
    content: "Lieferbedingung:";
  }
  #divPaymentShipping .tbl_small td:nth-child(3):before {
    content: "Versender:";
  }
}

#divPaymentShipping .tbl_small .paymentconditionIcon {
  position: absolute;
  right: 1%;
  top: .5em;
  z-index: 2;
  background: url(icons/arrow-down.png) no-repeat center center;
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: block;
}

#divChangeCondition .message {
  text-align: left;
  padding: 0;
}

@media all and (min-width: 50em) {
  #divChangeCondition .message {
    margin-left: 30%;
  }
}

.main_content_highlight {
  border: 1px solid #ccc;
}

.main_content_highlight .desc_small {
  font-size: .8em;
  clear: both;
}

.main_content_highlight .desc_small ul {
  padding: 1em 1em 0;
}

#divOrderData .bt_big {
  float: none;
}

@media all and (min-width: 30em) {
  #divOrderData .bt_big {
    float: right;
  }
}

#divOrderData .bt_big a {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

@media all and (min-width: 30em) {
  #divOrderData .bt_big a {
    width: auto;
  }
}

/* Mein Konto Bereich **********/
@media all and (min-width: 40em) {
  .cc a {
    background-image: url(icons/bg_account.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    height: 100px;
    width: 100px;
    float: left;
    margin-right: .75em;
  }
}

@media all and (min-width: 40em) {
  .img1 a {
    background-position: -100px 0px;
  }
  .img1 a:hover {
    background-position: -100px -100px;
  }
  .img2 a {
    background-position: -200px 0px;
  }
  .img2 a:hover {
    background-position: -200px -100px;
  }
  .img3 a {
    background-position: -300px 0px;
  }
  .img3 a:hover {
    background-position: -300px -100px;
  }
  .img4 a {
    background-position: -400px 0px;
  }
  .img4 a:hover {
    background-position: -400px -100px;
  }
  .img5 a {
    background-position: -600px 0px;
  }
  .img5 a:hover {
    background-position: -600px -100px;
  }
  .img6 a {
    background-position: -700px 0px;
  }
  .img6 a:hover {
    background-position: -700px -100px;
  }
  .img7 a {
    background-position: -800px 0px;
  }
  .img7 a:hover {
    background-position: -800px -100px;
  }
  .img11 a {
    background-position: -1000px 0px;
  }
  .img11 a:hover {
    background-position: -1000px -100px;
  }
  .img12 a {
    display: none;
  }
}

h4 {
  font-size: 1.15em;
  color: #ff9900;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: .15em;
  margin: 0 0 .4em 0;
}

@media all and (min-width: 40em) {
  h4 {
    font-size: 1.2em;
  }
}

.cc_box {
  margin-top: 1.5em;
  position: relative;
}

@media all and (min-width: 40em) {
  .cc_box {
    font-size: .9em;
    float: left;
    width: 49.5%;
    margin-right: .5%;
    min-height: 10em;
  }
}

@media all and (min-width: 50em) {
  .cc_box {
    font-size: .8em;
    min-height: 12em;
    line-height: 1.2em;
    width: 32.3333%;
  }
}

@media all and (min-width: 50em) {
  .cc_box:nth-child(3n +4) {
    clear: both;
  }
}

@media all and (min-width: 50em) {
  .cc_box .bt_small a {
    font-size: 1.2em;
  }
}

.cc_left {
  font-size: .9em;
}

@media all and (min-width: 40em) {
  .cc_left {
    float: left;
    width: calc(100% - 120px);
  }
}

.cc_left .bt_small {
  margin-top: .4em;
}

.space_10,
.space_20 {
  display: block;
  overflow: hidden;
}

.space_10 {
  height: .5em;
}

.space_20 {
  height: 1.3em;
}

.main_content .left.mr_20 {
  float: none;
}

@media all and (max-width: 39.938em) {
  .main_content .left.mr_20 {
    width: 100%;
  }
}

@media all and (min-width: 40em) {
  .main_content .left.mr_20 {
    float: left;
  }
}

@media all and (max-width: 39.938em) {
  .main_content .left.mr_20 .bt_small.min_width.mb_5 a {
    width: 100%;
    box-sizing: border-box;
  }
}

#inpComment {
  width: 100% !important;
  box-sizing: border-box;
}

fieldset[data-validationgroup="contactMail"] .clear {
  margin-bottom: .5em;
}

@media all and (min-width: 40em) {
  fieldset[data-validationgroup="contactMail"] .col {
    float: left;
    width: 10em;
  }
}

[id*="divForwardingCharges"] td:first-child {
  font-weight: bold;
}

@media all and (max-width: 39.938em) {
  [id*="divForwardingCharges"] td:first-child {
    background-color: #d2d2d2;
    background-image: linear-gradient(#d2d2d2, #fff);
  }
}

@media all and (max-width: 39.938em) {
  [id*="divForwardingCharges"] td:before {
    display: inline-block;
    font-family: 'misobold';
    min-width: 7em;
  }
}

@media all and (max-width: 39.938em) {
  [id*="divForwardingCharges"] td:nth-child(2):before {
    content: "Ab Wert:";
  }
  [id*="divForwardingCharges"] td:nth-child(3):before {
    content: "Betrag (von - bis):";
  }
  [id*="divForwardingCharges"] td:nth-child(4):before {
    content: "Gewicht (von - bis):";
  }
  [id*="divForwardingCharges"] td:nth-child(5):before {
    content: "Preis:";
  }
  [id*="divForwardingCharges"] td:nth-child(6):before {
    content: "Jeder weitere Artikel:";
  }
}

[id*="ddlCountry"] {
  max-width: 100% !important;
}

.kategorieteaser ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sortdisplay {
  margin-bottom: 1.2em;
  padding: 1em;
  background: #f8f8f8;
  border: 1px solid #ccc;
  overflow: hidden;
  font-size:1.1em;
}

.sortdisplay.sortdisplay_top {
        margin-bottom: 0px;
    }

@media all and (max-width: 39.938em) {
  .sortdisplay .right {
    width: 100%;
    clear: both;
  }
}

@media all and (min-width: 40em) {
  .sortdisplay .right {
    float: right;
  }
}

.sortdisplay .left {
  float: left;
}

.sortdisplay p {
  font-size: .8em;
  color: #666;
}

.sortdisplay select {
  font-size: .85em;
  padding: .5em;
  height:2.5em;
  box-sizing: border-box;
}

@media all and (max-width: 39.938em) {
  .sortdisplay select {
    width: 100% !important;
    margin-bottom:.5em;
  }
}

.sortdisplay .icon a {
  background-image: url(icons/bg-paging.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
  background-size:64px;
  display: block;
  float: left;
  position: relative;
  top: .1em;
}

.sortdisplay .prev a,
.sortdisplay .prev_on a{
  margin-right: 5px;
}

.sortdisplay .go a,
.sortdisplay .go_on a {
  margin-left: 5px;
  background-position: -32px 0px;
}

.sortdisplay .go a:active, .sortdisplay .go a:hover {
  background-position: -32px 0px;
}

@media all and (min-width: 40em) {
  .sortdisplay .max_w_150 {
    min-width: 10.5em;
  }
}

.sortdisplay .max_w_150 select {
  width: calc(100% - 76px) !important;
}

@media all and (min-width: 40em) {
  .sortdisplay .max_w_150 select {
    min-width: 7em !important;
  }
}

@media all and (min-width: 40em) {
  .sortdisplay .ml_10 {
    margin-left: .75em;
  }
}

/* Lightbox *************/
.lblightbox {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.lblightbox .contentCart {
  box-sizing: border-box;
  position: fixed;
  top: 1.5em;
  width: 96%;
  max-width: 70em;
  min-width: 19em;
  padding: 1.5em;
  box-shadow: 0 0 30px 1px #000;
  z-index: 11;
  background: #fff;
  border-radius: .25em;
  max-height: calc(100vh - 3em);
  overflow: auto;
}

@media all and (max-width: 74.938em) {
  .lblightbox .contentCart {
    left: 2% !important;
  }
}

@media all and (min-width: 75em) {
  .lblightbox .contentCart {
    left: 15%;
    width: 70%;
  }
}

@media all and (min-width: 92.5em) {
  .lblightbox .contentCart {
    left: 25%;
    width: 50%;
  }
}

.lblightbox .contentCart .controls {
  margin: 0 0 .5em;
}

@media all and (max-width: 29.938em) {
  .lblightbox .contentCart .bt.left {
    width: 100% !important;
  }
}

@media all and (max-width: 39.938em) {
  .lblightbox .contentCart .bt.left a {
    margin-bottom: .5em;
  }
}

@media all and (max-width: 29.938em) {
  .lblightbox .contentCart .bt.left a {
    box-sizing: border-box;
    width: 100%;
  }
}

@media all and (min-width: 30em) {
  .lblightbox .contentCart .bt_cart {
    float: right;
  }
}

.lblightbox .contentCart .bt_cart a {
  width: 100%;
  box-sizing: border-box;
}

.cart {
  background: url("icons/bg-icons.png") no-repeat -70px 0px;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  left: -.2em;
  display: inline-block;
  float: left;
}

.lblightbox .content,
.lblightbox .msg {
  width: 90%;
  margin: 2% auto;
  border-radius: .25em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  overflow: auto;
  max-height: 93vh;
  min-width: 250px;
  max-width: 60em;
}

.lblightbox .controls {
  margin: .5em 2%;
  border-bottom: 5px solid #006699;
  overflow: hidden;
}

.lblightbox .controls h1 {
  float: left;
  width: calc(100% - 3em);
  border: 0;
  font-size: .75em;
}

@media all and (min-width: 40em) {
  .lblightbox .controls h1 {
    font-size: 1em;
  }
}

.lblightbox .controls .close {
  float: right;
  margin: .5em 0;
}

.lblightbox .msg h1 {
  font-size: 1.2em;
  font-weight: bold;
}

.lblightbox .msg_content ul {
  list-style-type: none;
  padding: 0 2%;
}

.lblightbox .controls .close {
  float: right;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(icons/bt-lb-close.png) no-repeat;
}

.img_lightbox {
  width: 80%;
  margin: 0 2.5% 1em;
  float: left;
}

.img_lightbox_thumb {
  width: 15%;
  margin: 0 auto;
  float: right;
}

.img_lightbox_thumb .img_detail_thumb {
  max-width: 80%;
  margin: .2em 5%;
  border: 1px solid #ccc;
}

/* Registrierung *************/
[data-validationgroup="createAccount"] input[type="text"],
[data-validationgroup="createAccount"] input[type="password"],
[data-validationgroup="createAccount"] select {
  width: 100% !important;
  box-sizing: border-box;
}

[data-validationgroup="createAccount"] .right .left,
[data-validationgroup="createAccount"] .left .left {
  width: 100% !important;
  margin-left: 0;
}

@media all and (min-width: 50em) {
  [data-validationgroup="createAccount"] .right .left,
  [data-validationgroup="createAccount"] .left .left {
    width: 60% !important;
  }
}

[data-validationgroup="createAccount"] .right input[type="checkbox"],
[data-validationgroup="createAccount"] .left input[type="checkbox"] {
  float: left;
  width: auto !important;
  position: relative;
  top: .1em;
  margin-right: .2em;
}

[data-validationgroup="createAccount"] .right {
  width: 100% !important;
  text-align: left;
  float: none;
  margin: 0;
}

@media all and (min-width: 40em) {
  [data-validationgroup="createAccount"] .right {
    width: 47% !important;
    float: right;
  }
}

[data-validationgroup="createAccount"] .left {
  width: 100% !important;
  float: left;
}

@media all and (min-width: 40em) {
  [data-validationgroup="createAccount"] .left {
    width: 47% !important;
    margin-left: 6%;
  }
}

[data-validationgroup="createAccount"] div {
  width: 100%;
  margin-left: 0 !important;
}

[data-validationgroup="createAccount"] b {
  font-weight: bold;
}

@media all and (min-width: 50em) {
  [data-validationgroup="createAccount"] .col {
    width: 40%;
    float: left;
  }
}

@media all and (min-width: 50em) {
  [data-validationgroup="createAccount"] #inpHousenumber {
    width: 60% !important;
    float: right;
  }
}

@media all and (max-width: 39.938em) {
  [id*="divGroupByOrders"] td:before {
    display: inline-block;
    min-width: 5em;
    font-family: 'misobold';
  }
}

@media all and (max-width: 39.938em) {
  [id*="divGroupByOrders"] td:nth-child(1):before {
    content: "Belegnummer:";
  }
  [id*="divGroupByOrders"] td:nth-child(2):before {
    content: "Belegart:";
  }
  [id*="divGroupByOrders"] td:nth-child(3):before {
    content: "Belegdatum:";
  }
}

@media all and (max-width: 39.938em) {
  [id*="divFilter"] select {
    margin-bottom: .3em;
  }
}

[id*="dgPositions"] {
  line-height: 1em;
}

@media all and (max-width: 39.938em) {
  [id*="dgPositions"] .tbl_small td {
    width: 100% !important;
  }
}

@media all and (max-width: 39.938em) {
  [id*="dgPositions"] .tbl_small td:before {
    display: block;
    float: left;
    min-width: 5em;
    font-family: 'misobold';
  }
}

@media all and (max-width: 39.938em) {
  [id*="dgPositions"] .tbl_small td a {
    display: block;
    margin-left: 5em;
  }
}

@media all and (max-width: 39.938em) {
  [id*="dgPositions"] .tbl_small td:nth-child(1):before {
    content: "Pos.:";
  }
  [id*="dgPositions"] .tbl_small td:nth-child(2):before {
    content: "Art.Nr.:";
  }
  [id*="dgPositions"] .tbl_small td:nth-child(3):before {
    content: "Bezeichnung:";
  }
  [id*="dgPositions"] .tbl_small td:nth-child(4):before {
    content: "Liefertermin:";
  }
  [id*="dgPositions"] .tbl_small td:nth-child(5):before {
    content: "Menge:";
  }
  [id*="dgPositions"] .tbl_small td:nth-child(6):before {
    content: "ME:";
  }
  [id*="dgPositions"] .tbl_small td:nth-child(7):before {
    content: "Einzelpreis:";
  }
  [id*="dgPositions"] .tbl_small td:nth-child(8):before {
    content: "Gesamtpreis:";
  }
}

[id*="tblFooterText"] {
  margin-bottom: .5em;
}

.CompTable {
  border-collapse: collapse;
}

.CompTable td {
  background-color: #666;
  color: #fff;
}

@media all and (min-width: 40em) {
  .CompTable td {
    border: 1px solid #fff;
  }
}

.CompTable td a {
  color: #fff;
  text-decoration: underline;
}

@media all and (max-width: 39.938em) {
  .CompTable td:before {
    display: block;
    float: left;
    min-width: 5.5em;
    font-weight: bold;
  }
}

@media all and (max-width: 39.938em) {
  .CompTable td:nth-child(1):before {
    content: "Hersteller:";
  }
  .CompTable td:nth-child(2):before {
    content: "Modell:";
  }
  .CompTable td:nth-child(3):before {
    content: "Motor:";
  }
  .CompTable td:nth-child(4):before {
    content: "Leistung:";
  }
  .CompTable td:nth-child(5):before {
    content: "Baujahr:";
  }
  .CompTable td:nth-child(6):before {
    content: "KBA:";
  }
  .CompTable td:nth-child(7):before {
    content: "Info:";
  }
}

@media all and (max-width: 39.938em) {
  .CompTable tr:first-child {
    display: none;
  }
}

@media all and (max-width: 39.938em) {
  .CompTable tr {
    border-bottom: 5px solid #ececec;
  }
}

.CompTable .vehicle-info-column {
  background-color: #333333;
}

@media all and (min-width: 40em) {
  .CompTable .vehicle-info-column {
    font-weight: bold;
  }
}

@media all and (max-width: 39.938em) {
  .CompTable .vehicle-info-column:before {
    display: block;
    float: left;
    min-width: 0;
    margin-right: .2em;
  }
}

/* Restliche Seiten *************/
@media all and (max-width: 49.938em) {
  #divRecommend #inpSubject,
  #divRecommend #inpMessage {
    width: 100% !important;
    box-sizing: border-box;
  }
}

@media all and (min-width: 40em) {
  #divRecommend .col {
    float: left;
    min-width: 11.75em;
  }
}

#divRecommend #Div1 {
  background: transparent;
  border: 0;
  padding: 0 0 1em;
}

.sitemap ul {
  list-style-type: none;
}

.sitemap > ul {
  padding: 0;
}

.site {
  display: block;
  color: #666;
  line-height: 1.4em;
  border: 0;
}

.m1 {
  font-weight: bold;
  background: url("icons/bg-icons.png") no-repeat -10px -31px;
  padding-left: .75em;
}

.h3_noBolder {
  clear: both;
}

.f_on                   {border: 1px solid #DE4D13; background: url(icons/radio-on.png) no-repeat 10px 10px;}
.bt_amazon {float: right; }
#divContainerPayments {width: auto;}

[data-validationgroup="createAccount"] input#inpStreet {
   width: 78% !important;
}

[data-validationgroup="createAccount"] input#inpHousenumber {
    width: 18% !important;
    float: right;
}

.KlarnaAdditional input[type="text"], .KlarnaAdditional select {
    box-sizing:border-box;
    width: 100%;
}

#divKlarnaRateInfo table {
    margin-bottom: 20px;
    width: 100%;
}

    #divKlarnaRateInfo table .tblRatenInfo_head {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    #divKlarnaRateInfo table tr {
        border-bottom: 1px solid  #000;
    }

#divKlarnaRateInfo table td, #divKlarnaRateInfo table th {
    text-align: left;
    padding: 5px;  
    font-weight: normal;  
}

.list-vehicle-compatility {
    color: #666;
    padding: 10px;
}

    .list-vehicle-compatility span {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

.rating {
    margin-top: 10px;
    color: #999999 
}

.rating .ml_10 {
        display: inline-block;
        line-height: 18px;
    }


.rating .star {
    width: 15px;
    height: 15px;
    background: url(icons/star_off.png) no-repeat;
}

    .rating .star.star_on {
    background: url(icons/star.png) no-repeat;  
    }

.box1 .rating {
    color: #fff;
}

@media all and (min-width: 40em) {
    .TabList .tab {
        width: 33.3%;
    }
}

.ddl-dropdown {
    border: 1px solid #cdcdcd;
}

    .ddl-dropdown input[type='text'] {
        border: 0;
        box-shadow:none;
        border-bottom: 1px solid #cdcdcd;
        width: 100%;
        box-sizing:border-box;
    }

    .ddl-dropdown .filtercblist {
        width: 100%;
        box-sizing:border-box;
    }

    .ddl-dropdown .bt_cart a {
        width: 100%;
        box-sizing:border-box;
        border-radius: 0;
        border: 0;
    }

.bt_reset a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
    padding: .3em .7em;
    font-family: 'misobold';
    line-height: 1.5em;
    position: relative;
    background-color: #ffa114;
    background-image: linear-gradient(#ffa929 50%, #ff9900 50%);
    color: #fff;
    text-align: center;
}

/* DropDown Element BEGIN ####################################################*/
.ddl-open .ddl-dropdown {
    display: block;
}

.ddl-dropdown {
    position: absolute;
    z-index: 101;
    display: none;
    background-color: #fff;
}

.ddl-select {
    font-size: .85em;
        padding: 0.5em;
        height: 2.5em;
        box-sizing: border-box;
        line-height: 1.5em;
        border: 1px solid rgb(169, 169, 169); position: relative; padding-right: 20px;
}

.ddl-facet {
    height:  2.5em;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
}

    .ddl-facet span {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -0.3em;
        margin-top: -0.2em;
        position: absolute;
        top: 50%;
        width: 0;
    }

@media all and (max-width: 29.938em) {
    .ddl-select {
        width: 100%;
    }

    .sortdisplay .max_w_150 {
        float:none;
    }
}
/* DropDown Element END ####################################################*/

@media all and (max-width: 40em) {
    .cart_buttons_top {
        display: none;
    }
}



/* Base for label styling */

div.cb {
    position: relative;
    margin: 10px 0;
}

div.cb [type="checkbox"]:not(:checked),
div.cb [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  top: -5px;
  left: 5px;
}

div.cb  [type="checkbox"]:not(:checked) + label,
div.cb  [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
div.cb [type="checkbox"]:not(:checked) + label:before,
div.cb [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: -0.2em;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
div.cb [type="checkbox"]:not(:checked) + label:after,
div.cb [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0em; left: .2em;
  font-size: 1.4em;
  line-height: 0.8;
  color: #006699;
  transition: all .2s;
  font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
div.cb [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
div.cb [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
div.cb [type="checkbox"]:disabled:not(:checked) + label:before,
div.cb [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
div.cb [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
div.cb [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
div.cb [type="checkbox"]:checked:focus + label:before,
div.cb [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
div.cb label:hover:before {
  border: 2px solid #4778d9!important;
}

.divProducerCondition {
    color: #666;
    margin: 10px;
}

div.box4 .divProducerCondition {
    margin: 10px 0;
}

.divProducerConditionMessage {
    padding: 30px;
}
