

/***** 100-custom.css *****/

/* 100-custom.less start */
/* lib/all.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* lib/general.less start */
html * {
  font-size: 100%;
}
body {
  padding: 0px;
  margin: 0px;
  font: 13px Arial, Helvetica, Sans-Serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
}
p ~ p {
  margin-top: 0.5em;
}
div.heading_box_title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
}
div.heading_box_title > a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
div.heading_box_title > a:visited,
h1 > a:visited,
h2 > a:visited,
h3 > a:visited,
h4 > a:visited,
h5 > a:visited,
h6 > a:visited,
div.heading_box_title > a:active,
h1 > a:active,
h2 > a:active,
h3 > a:active,
h4 > a:active,
h5 > a:active,
h6 > a:active {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
form {
  margin: 0px;
}
a,
a:visited,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #363636;
}
a > span {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
acronym,
abbr {
  border: none;
  padding: none;
  margin: none;
  border-bottom: 1px #bbb dotted;
  cursor: help;
}
q,
blockquote {
  quotes: '"' '"';
}
html[lang=fr] q,
html[lang=fr] blockquote,
html[lang=de-ch] q,
html[lang=de-ch] blockquote {
  quotes: '«' '»';
}
html[lang=de] q,
html[lang=de] blockquote {
  quotes: '„' '“';
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
select,
input,
textarea {
  font: 13px Arial, Helvetica, Sans-Serif;
}
input,
textarea,
.border_box {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  margin: 0px;
  border-collapse: collapse;
}
table[cellspacing] {
  border-collapse: separate;
}
table.matrix {
  width: 100%;
  table-layout: fixed;
}
table.matrix td {
  vertical-align: top;
}
th {
  text-align: left;
  vertical-align: top;
}
table:not([cellpadding]) td {
  padding: 0px;
  vertical-align: top;
}
td {
  vertical-align: top;
}
ul {
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
}
img {
  border: none;
  vertical-align: middle;
}
.clear {
  clear: both;
  height: 0;
}
.nowrap {
  white-space: nowrap;
}
.used_,
.used_0 {
  display: none;
}
div.page_object_default p {
  margin-bottom: 0.5em;
}
.hint_small {
  font-size: 10px;
  font-weight: normal;
}
div.gui_busy_img,
div.busy_img {
  background-image: url(icons/spinner_medium.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
div.report_loading_img {
  background-image: url(icons/spinner_large.gif);
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
}
div.gui_busy_img.inline,
div.busy_img.inline {
  background-image: url(icons/spinner_large.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-width: 100px;
  min-height: 100px;
  width: 100%;
}
div.gui_dialog.component_loading {
  border-radius: 8px;
}
.as_blocks {
  display: block;
}
.as_inline_blocks {
  display: inline-block;
}
/* -- Abstand -- */
.pad_bottom {
  padding-bottom: 1em;
}
.pad_top {
  padding-top: 1em;
}
.pad_right {
  padding-right: 1em;
}
.pad_left {
  padding-left: 1em;
}
.pad_right_bottom {
  padding-right: 1em;
  padding-bottom: 1em;
}
.pad_left_bottom {
  padding-left: 1em;
  padding-bottom: 1em;
}
.pad {
  padding: 1em;
}
.mar_bottom {
  margin-bottom: 1em;
}
.mar_top {
  margin-top: 1em;
}
.mar_right {
  margin-right: 1em;
}
.mar_left {
  margin-left: 1em;
}
.mar_right_bottom {
  margin-right: 1em;
  margin-bottom: 1em;
}
.mar_left_bottom {
  margin-left: 1em;
  margin-bottom: 1em;
}
.mar {
  margin: 1em;
}
.pad_bottom_small {
  padding-bottom: 0.5em;
}
.pad_top_small {
  padding-top: 0.5em;
}
.pad_right_small {
  padding-right: 0.5em;
}
.pad_left_small {
  padding-left: 0.5em;
}
.pad_right_bottom_small {
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
.pad_left_bottom_small {
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}
.pad_small {
  padding: 0.5em;
}
.pad_bottom_big {
  padding-bottom: 2.5em;
}
.pad_right_big {
  padding-right: 2.5em;
}
.pad_left_big {
  padding-left: 2.5em;
}
.pad_top_big {
  padding-top: 2.5em;
}
.pad_big {
  padding: 2.5em;
}
.pad_top_tiny {
  padding-top: 0.3em;
}
.pad_bottom_tiny {
  padding-bottom: 0.3em;
}
.pad_left_tiny {
  padding-left: 0.3em;
}
.pad_right_tiny {
  padding-right: 0.3em;
}
.mar_bottom_small {
  margin-bottom: 0.5em;
}
.mar_top_small {
  margin-top: 0.5em;
}
.mar_right_small {
  margin-right: 0.5em;
}
.mar_left_small {
  margin-left: 0.5em;
}
.mar_right_bottom_small {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.mar_left_bottom_small {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.mar_small {
  margin: 0.5em;
}
.mar_bottom_tiny {
  margin-bottom: 0.3em;
}
.mar_top_tiny {
  margin-top: 0.3em;
}
.mar_right_tiny {
  margin-right: 0.3em;
}
.mar_left_tiny {
  margin-left: 0.3em;
}
.mar_right_bottom_tiny {
  margin-right: 0.3em;
  margin-bottom: 0.3em;
}
.mar_left_bottom_tiny {
  margin-left: 0.3em;
  margin-bottom: 0.3em;
}
.mar_tiny {
  margin: 0.3em;
}
.mar_bottom_big {
  margin-bottom: 2.5em;
}
.mar_right_big {
  margin-right: 2.5em;
}
.mar_left_big {
  margin-left: 2.5em;
}
.mar_top_big {
  margin-top: 2.5em;
}
.mar_big {
  margin: 2.5em;
}
.mar_bottom_huge {
  margin-bottom: 5em;
}
.mar_right_huge {
  margin-right: 5em;
}
.mar_left_huge {
  margin-left: 5em;
}
.mar_top_huge {
  margin-top: 5em;
}
.mar_huge {
  margin: 5em;
}
div.table {
  display: table;
}
div.table > div.row {
  display: table-row;
}
div.table.wide {
  width: 100%;
}
div.table > div.cell,
div.table > div.row > div.cell {
  display: table-cell;
  vertical-align: top;
}
.cell.narrow {
  width: 1%;
  white-space: nowrap;
}
.table_cell {
  display: table-cell;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
div.simple_tooltip {
  background-color: #eee;
}
div.simple_tooltip.wide {
  max-width: 1000px;
}
/* passt nicht wenn textfelder untereinander sind
 * sollten beschwerden kommen, dass bei einzeiligen Formuaren die Textfelder zu dicht zusammen sind,
 * dann andere Regel für dieses Problem integrieren, die spezifischer für one-line forms ist.

input.input_text + input {
  margin-left: @space_tiny;
}
*/
div.simple_tooltip.shop_stuff_info {
  width: 200px;
  min-height: 85px;
  font-size: 0.9em;
  padding: 0.5em 1em;
  line-height: 1.4em;
}
.font_small .subheading,
.font_small .text {
  font-size: 0.9em;
}
.font_small .font_small {
  font-size: 1em;
}
.normal {
  font-weight: normal;
}
img.auto_width {
  max-width: 100%;
}
div.content_advertisement {
  margin-bottom: 1em;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.ver_top {
  vertical-align: top;
}
.ver_middle {
  vertical-align: middle;
}
.ver_bottom {
  vertical-align: bottom;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
/* GoogleMap Routenplanger */
.gm_wrapper .gm_route_submit {
  margin-top: 0.5em;
}
.gm_wrapper .gm_route_start.input_text {
  margin-bottom: 0.5em;
}
/* lib/general.less end */
/* lib/grid-base.less start */
/* lib/grid-base.less end */
/* lib/grid.less start */
body {
  min-width: 970px;
}
.container_12,
.container_16,
.container_full {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  padding: 0 10px;
  zoom: 1;
}
.container_pad {
  padding-left: 20px;
  padding-right: 20px;
}
.container_no_pad {
  padding-left: 0;
  padding-right: 0;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15,
.push_16,
.pull_16 {
  position: relative;
}
.container_12 .grid_1 {
  width: 60px;
}
.container_12 .prefix_1 {
  margin-left: 80px;
}
.container_12 .suffix_1 {
  margin-right: 80px;
}
.container_12 .push_1 {
  left: 80px;
}
.container_12 .pull_1 {
  left: -80px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .prefix_2 {
  margin-left: 160px;
}
.container_12 .suffix_2 {
  margin-right: 160px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .grid_3 {
  width: 220px;
}
.container_12 .prefix_3 {
  margin-left: 240px;
}
.container_12 .suffix_3 {
  margin-right: 240px;
}
.container_12 .push_3 {
  left: 240px;
}
.container_12 .pull_3 {
  left: -240px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .prefix_4 {
  margin-left: 320px;
}
.container_12 .suffix_4 {
  margin-right: 320px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .prefix_5 {
  margin-left: 400px;
}
.container_12 .suffix_5 {
  margin-right: 400px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .grid_6 {
  width: 460px;
}
.container_12 .prefix_6 {
  margin-left: 480px;
}
.container_12 .suffix_6 {
  margin-right: 480px;
}
.container_12 .push_6 {
  left: 480px;
}
.container_12 .pull_6 {
  left: -480px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .prefix_7 {
  margin-left: 560px;
}
.container_12 .suffix_7 {
  margin-right: 560px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .prefix_8 {
  margin-left: 640px;
}
.container_12 .suffix_8 {
  margin-right: 640px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .grid_9 {
  width: 700px;
}
.container_12 .prefix_9 {
  margin-left: 720px;
}
.container_12 .suffix_9 {
  margin-right: 720px;
}
.container_12 .push_9 {
  left: 720px;
}
.container_12 .pull_9 {
  left: -720px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .prefix_10 {
  margin-left: 800px;
}
.container_12 .suffix_10 {
  margin-right: 800px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .grid_11 {
  width: 860px;
}
.container_12 .prefix_11 {
  margin-left: 880px;
}
.container_12 .suffix_11 {
  margin-right: 880px;
}
.container_12 .push_11 {
  left: 880px;
}
.container_12 .pull_11 {
  left: -880px;
}
.container_12 .grid_12 {
  width: 940px;
}
.container_12 .prefix_12 {
  margin-left: 960px;
}
.container_12 .suffix_12 {
  margin-right: 960px;
}
.container_12 .push_12 {
  left: 960px;
}
.container_12 .pull_12 {
  left: -960px;
}
.container_16 .grid_1 {
  width: 40px;
}
.container_16 .prefix_1 {
  margin-left: 60px;
}
.container_16 .suffix_1 {
  margin-right: 60px;
}
.container_16 .push_1 {
  left: 60px;
}
.container_16 .pull_1 {
  left: -60px;
}
.container_16 .grid_2 {
  width: 100px;
}
.container_16 .prefix_2 {
  margin-left: 120px;
}
.container_16 .suffix_2 {
  margin-right: 120px;
}
.container_16 .push_2 {
  left: 120px;
}
.container_16 .pull_2 {
  left: -120px;
}
.container_16 .grid_3 {
  width: 160px;
}
.container_16 .prefix_3 {
  margin-left: 180px;
}
.container_16 .suffix_3 {
  margin-right: 180px;
}
.container_16 .push_3 {
  left: 180px;
}
.container_16 .pull_3 {
  left: -180px;
}
.container_16 .grid_4 {
  width: 220px;
}
.container_16 .prefix_4 {
  margin-left: 240px;
}
.container_16 .suffix_4 {
  margin-right: 240px;
}
.container_16 .push_4 {
  left: 240px;
}
.container_16 .pull_4 {
  left: -240px;
}
.container_16 .grid_5 {
  width: 280px;
}
.container_16 .prefix_5 {
  margin-left: 300px;
}
.container_16 .suffix_5 {
  margin-right: 300px;
}
.container_16 .push_5 {
  left: 300px;
}
.container_16 .pull_5 {
  left: -300px;
}
.container_16 .grid_6 {
  width: 340px;
}
.container_16 .prefix_6 {
  margin-left: 360px;
}
.container_16 .suffix_6 {
  margin-right: 360px;
}
.container_16 .push_6 {
  left: 360px;
}
.container_16 .pull_6 {
  left: -360px;
}
.container_16 .grid_7 {
  width: 400px;
}
.container_16 .prefix_7 {
  margin-left: 420px;
}
.container_16 .suffix_7 {
  margin-right: 420px;
}
.container_16 .push_7 {
  left: 420px;
}
.container_16 .pull_7 {
  left: -420px;
}
.container_16 .grid_8 {
  width: 460px;
}
.container_16 .prefix_8 {
  margin-left: 480px;
}
.container_16 .suffix_8 {
  margin-right: 480px;
}
.container_16 .push_8 {
  left: 480px;
}
.container_16 .pull_8 {
  left: -480px;
}
.container_16 .grid_9 {
  width: 520px;
}
.container_16 .prefix_9 {
  margin-left: 540px;
}
.container_16 .suffix_9 {
  margin-right: 540px;
}
.container_16 .push_9 {
  left: 540px;
}
.container_16 .pull_9 {
  left: -540px;
}
.container_16 .grid_10 {
  width: 580px;
}
.container_16 .prefix_10 {
  margin-left: 600px;
}
.container_16 .suffix_10 {
  margin-right: 600px;
}
.container_16 .push_10 {
  left: 600px;
}
.container_16 .pull_10 {
  left: -600px;
}
.container_16 .grid_11 {
  width: 640px;
}
.container_16 .prefix_11 {
  margin-left: 660px;
}
.container_16 .suffix_11 {
  margin-right: 660px;
}
.container_16 .push_11 {
  left: 660px;
}
.container_16 .pull_11 {
  left: -660px;
}
.container_16 .grid_12 {
  width: 700px;
}
.container_16 .prefix_12 {
  margin-left: 720px;
}
.container_16 .suffix_12 {
  margin-right: 720px;
}
.container_16 .push_12 {
  left: 720px;
}
.container_16 .pull_12 {
  left: -720px;
}
.container_16 .grid_13 {
  width: 760px;
}
.container_16 .prefix_13 {
  margin-left: 780px;
}
.container_16 .suffix_13 {
  margin-right: 780px;
}
.container_16 .push_13 {
  left: 780px;
}
.container_16 .pull_13 {
  left: -780px;
}
.container_16 .grid_14 {
  width: 820px;
}
.container_16 .prefix_14 {
  margin-left: 840px;
}
.container_16 .suffix_14 {
  margin-right: 840px;
}
.container_16 .push_14 {
  left: 840px;
}
.container_16 .pull_14 {
  left: -840px;
}
.container_16 .grid_15 {
  width: 880px;
}
.container_16 .prefix_15 {
  margin-left: 900px;
}
.container_16 .suffix_15 {
  margin-right: 900px;
}
.container_16 .push_15 {
  left: 900px;
}
.container_16 .pull_15 {
  left: -900px;
}
.container_16 .grid_16 {
  width: 940px;
}
.container_16 .prefix_16 {
  margin-left: 960px;
}
.container_16 .suffix_16 {
  margin-right: 960px;
}
.container_16 .push_16 {
  left: 960px;
}
.container_16 .pull_16 {
  left: -960px;
}
.container_12:after,
.container_16:after,
.container_full:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* lib/grid.less end */
/* lib/matrix.less start */
.matrix_container {
  display: block;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  zoom: 1;
}
.matrix_container.with_padding {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.matrix_container:after,
.matrix_row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.matrix_2,
.matrix_3,
.matrix_4,
.matrix_5,
.matrix_6,
.matrix_7,
.matrix_8,
.matrix_9,
.matrix_10 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.matrix_2 {
  width: 50%;
}
.matrix_3 {
  width: 33.333333333333336%;
}
.matrix_4 {
  width: 25%;
}
.matrix_5 {
  width: 20%;
}
.matrix_6 {
  width: 16.666666666666668%;
}
.matrix_7 {
  width: 14.285714285714286%;
}
.matrix_8 {
  width: 12.5%;
}
.matrix_9 {
  width: 11.11111111111111%;
}
.matrix_10 {
  width: 10%;
}
/* lib/matrix.less end */
/* lib/navigation.less start */
.nav_horizontal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav_horizontal li {
  white-space: nowrap;
  margin: 0;
}
.nav_horizontal div.level_1 > ul > li {
  float: left;
}
.nav_dropdowns .children {
  position: absolute;
  left: -999em;
  z-index: 50;
  overflow: hidden;
}
.nav_dropdowns li:hover > div.children,
.nav_dropdowns li.active > div.children {
  left: auto;
}
.nav_dropdowns .children li:hover > div.children,
.nav_dropdowns .children li.active > div.children {
  left: 100%;
}
.nav_dropdowns .children .children {
  margin-top: -1.5em;
}
.nav_horizontal div.item > * {
  display: inline-block;
}
.nav_horizontal li.selected > div.item a span,
.nav_horizontal li.current > div.item a span {
  color: inherit;
}
.nav_horizontal div.children {
  background-color: #f7f7f7;
}
.nav_vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav_vertical li {
  margin: 0;
  padding: 0 0 0 20px;
}
/* lib/navigation.less end */
/* lib/signal.less start */
.signal.error {
  color: #cc0000;
  background-image: none;
  padding: 1px 1px 1px 1px;
  font-weight: bold;
  background-repeat: no-repeat;
  margin: 4px 0px;
}
.signal.success {
  color: #222222 /*#1DE20E */;
  background-image: url(icons/apply.png);
  background-position: 3px 50%;
  font-weight: bold;
  padding: 1px 1px 1px 22px;
  background-repeat: no-repeat;
  margin: 4px 0px;
}
.signal.info {
  background-image: url(icons/idea.png);
  background-position: 3px 50%;
  color: #666;
  font-weight: bold;
  padding: 1px 1px 1px 22px;
  background-repeat: no-repeat;
  margin: 4px 0px;
}
.signal.empty {
  color: #999;
  font-style: italic;
}
/* lib/signal.less end */
/* lib/modules.less start */
div.text ul {
  display: inline-block;
}
div.pic_subtext {
  font-style: italic;
}
/* -- Separatoren -- */
td.separator,
div.separator {
  margin: 5px 0px;
  border-bottom: solid #eeeeee 1px;
}
.vertical_line {
  color: #ddd;
}
/* -- Kategorie -- */
div.category_subheading {
  font-weight: bold;
}
/* -- Absaetze -- */
div.entry_list_plain {
  margin: 5px 0px;
}
div.entry_list_plain_img,
div.entry_list_plain_text {
  display: table-cell;
  vertical-align: top;
}
div.entry_list_plain_img {
  width: 120px;
  vertical-align: top;
  padding: 5px 10px 5px 0px;
}
div.entry_list_plain_text {
  padding: 5px 5px 5px 0px;
}
/* -- Tabelle -- */
table.data_horizontal tr > th,
table.data_horizontal tr > td {
  vertical-align: top;
}
table.data_horizontal tr > th {
  padding: 0.3em 1em 0.3em 0px;
}
table.data_horizontal tr > td {
  padding: 0.3em 1em 0.3em;
}
table.data_horizontal tr > th {
  padding-right: 1em;
}
table.data_horizontal tr > td {
  padding-right: 1em;
}
table.data_horizontal.colored tr > th {
  padding: 0.6em 1em 0.5em;
  background: #dddddd;
  color: #333333;
  border: none;
}
table.data_horizontal.colored tr > td {
  padding: 0.6em 1em 0.5em;
  background: #f0f0f0;
  color: #333333;
  border: none;
}
/* -- Preis -- */
div.price {
  display: inline-block;
}
.inline div {
  display: inline;
}
div.price.center {
  text-align: center;
}
span.price {
  font-weight: bold;
}
span.price_old {
  text-decoration: line-through;
}
div.shipment {
  text-align: right;
  margin-bottom: 2px;
  font-weight: bold;
}
table.matrix div.shipment {
  text-align: center;
}
/* -- Price Box --*/
div.product_cart_box span.price_label {
  display: inline-block;
  margin-bottom: 5px;
}
div.product_cart_box span.price {
  font-weight: bold;
}
div.product_cart_box span.price_add_info {
  display: block;
  padding-top: 2px;
  padding-bottom: 5px;
}
/* -- Lieferzeit -- */
div.dt_high,
div.dt_medium,
div.dt_low {
  background-repeat: no-repeat;
  margin: 5px 3px 1px 0;
  padding: 1px 1px 1px 1px;
}
div.dt_high,
div.availability_none {
  color: #CC0000;
}
div.dt_medium,
div.availability_low {
  color: #FEA000;
}
div.dt_low,
div.availability_available {
  color: #19C90C;
}
div.pic.matrixlist {
  border: solid #eeeeee 1px;
  text-align: center;
  vertical-align: middle;
}
div.matrix.list div.shipment {
  text-align: left;
}
/*-- Lupe --*/
div.magnifier {
  position: relativ;
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 16px;
}
/* -- Special Eintrag (Werbung) --*/
div.special_entry {
  padding: 1em 1em;
  border: solid #eeeeee 1px;
}
div.special_entry div.heading h2 {
  margin-top: 0px;
}
div.special_entry div.pic {
  margin-right: 5px;
}
div.special_entry div.price {
  padding: 1em 0px;
}
div.special_entry.dark {
  background-color: #E5E5E6;
}
/* -- Dropbox --*/
div.dropbox_head {
  cursor: pointer;
  color: #333333;
  background-image: url(icons/arrow_closed.jpg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1em;
}
div.dropbox_head.active {
  background-image: url(icons/arrow_open.jpg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  font-weight: bold;
  margin-top: 1em;
}
div.down {
  border: solid #eeeeee 1px;
  padding-left: 1em;
  padding-right: 1em;
}
/* -- Tabellen -- */
table.data td {
  vertical-align: top;
}
table.data > thead > tr > th,
table.data > tbody > tr > th {
  padding-right: 0.5em;
  border-bottom: solid #eeeeee 1px;
}
table.data > thead > tr > td,
table.data > tbody > tr > td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}
table.data > thead > tr > td.separator,
table.data > tbody > tr > td.separator {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  border-bottom: solid #eeeeee 1px;
}
table.data.colored {
  background: #dddddd;
}
table.data.colored > thead > tr > th,
table.data.colored > tbody > tr > th {
  padding: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #dddddd;
  border-top: none;
  border-bottom: none;
  color: #333333;
}
table.data.colored > thead > tr > th a,
table.data.colored > tbody > tr > th a,
table.data.colored > thead > tr > th a:active,
table.data.colored > tbody > tr > th a:active,
table.data.colored > thead > tr > th a:visited,
table.data.colored > tbody > th > a:visited {
  color: #333333;
}
table.data.colored > thead > tr > td,
table.data.colored > tbody > tr > td {
  padding: 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background: #f0f0f0;
  border-top: none;
  border-bottom: none;
  color: #333333;
}
table.data h4 {
  margin-bottom: 0px;
}
td.icon {
  width: 1px;
}
.border_right {
  border-right: solid #eeeeee 1px;
}
.border_left {
  border-left: solid #eeeeee 1px;
}
/* -- Affine --  */
div.affine {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid #eeeeee 1px;
}
/* -- Pic - Matrix -- */
div.pic_matrix {
  padding: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  border: solid #eeeeee 1px;
}
/* -- sidebar -- */
div.sidebar div.name {
  padding-bottom: 0.3em;
}
/*-- Warenkorb --*/
div.basket_small_item {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: solid #eeeeee 1px;
}
div.basket_smallitem_sum {
  text-align: right;
}
div.basket_small_summary_button {
  margin-top: 0.3em;
  text-align: right;
}
div.basket_small_summary_button > div {
  display: inline;
  margin-bottom: 0.3em;
}
/* -- Kasse -- */
div.checkout_submit_order {
  padding-top: 1em;
}
div.checkout_submit_order_hint {
  padding-top: 1em;
  padding-bottom: 1em;
}
/* -- Blog -- */
div.leave_comment_heading {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}
div.comments_list {
  margin-top: 2.5em;
}
div.comments {
  margin-bottom: 2.5em;
}
div.comment {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 0.5em;
}
a.author_link {
  color: #333333;
}
a.author_link:hover {
  color: #363636;
}
div.comment_date {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid #eeeeee 1px;
}
div.comment_text {
  margin_bottom: 1em;
  padding: 0.5em 0px;
}
div.comments.level_2 {
  margin-left: 2.5em;
}
div.comments_closed,
div.comments_disabled,
div.no_comments {
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 1em;
}
div.comment_form {
  padding: 1em;
  border: 1px solid #cccccc;
}
/*-- Einzelansichten Bildwechsler --*/
.entry_images .items > .item > div {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
/* lib/modules.less end */
/* lib/language-chooser.less start */
/* -- Language Chooser -- */
div.language_chooser_inner {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  padding: 5px 10px;
}
div.language_chooser_inner.two_parts {
  width: 320px;
}
div.language_chooser div.left,
div.language_chooser div.right {
  width: 150px;
}
div.language_chooser div.left {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
div.language_chooser div.right {
  padding-left: 10px;
}
div.language_chooser_panel ul,
div.language_chooser_panel li,
div.language_chooser ul,
div.language_chooser li {
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
}
ul.language_chooser_list > li > div {
  display: inline-block;
  padding: 4px 0px;
  color: #222;
}
ul.language_chooser_list img.language_flag {
  margin-top: -1px;
}
ul.language_chooser_list > li > a:hover,
ul.language_chooser_list > li > a:visited,
ul.language_chooser_list > li > a:active {
  text-decoration: none;
}
div.language_chooser.flags div {
  display: inline-block;
}
div.language_chooser.flags img {
  padding: 1px 2px 0px;
}
img.language_flag {
  margin-top: -1px;
}
div.language_chooser.names_lines > span {
  display: table-cell;
  padding: 0px 2px;
  vertical-align: middle;
}
/* lib/language-chooser.less end */
/* lib/blocknav.less start */
div.blocknav {
  text-align: center;
}
div.blocknav span.page_info {
  padding-right: 1em;
}
ul.blocknav_list {
  display: inline;
  padding: 0;
  margin: 0;
}
ul.blocknav_list li {
  display: inline-block;
}
ul.blocknav_list li a,
div.blocknav a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  text-align: center;
  padding: 0 5px;
}
ul.blocknav_list li.active,
ul.blocknav_list li.item:hover,
div.blocknav a:hover {
  background-color: #eeeeee;
}
/* lib/blocknav.less end */
/* lib/button.less start */
div.buttons_item {
  display: inline-block;
}
input {
  margin: 0px;
}
input[type=submit],
input[type=button] {
  border: none;
  background: none;
  background-image: none;
  margin: 0px;
}
div.search_top div.button > input {
  background: none;
  padding: 0px;
}
button.button,
a.button,
a.button:active,
input[type=submit],
input[type=button],
a.button:visited,
span.button {
  display: inline-block;
  text-align: center;
  padding: 0.3em 0.5em;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
/* --  input.submit, input.button  --*/
span.button > input[type=submit],
span.button > input[type=button] {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
button.button.active,
a.button.active {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid;
}
button.button:hover,
a.button:hover,
input.submit:hover,
span.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid;
}
/* -- input.button:hover, --*/
div.search_top span.button {
  background: none;
  border: none;
  padding-right: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
a.button.info.icon,
a.button.info.icon.special {
  padding: 3px 10px 4px;
}
/* -- Sepcial -- */
span.product_add_submit {
  display: inline-block;
}
button.special,
a.button.special,
a.button.special:active,
a.button.special:visited,
a.button.add_to_cart,
a.button.marketing,
input.add_to_basket_submit {
  display: inline-block;
  text-align: center;
  padding: 0.3em 0.5em;
  text-decoration: none;
  background: #666666;
  color: #ffffff;
  border: 1px solid;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.button.special.active,
a.button.special.active,
a.button.add_to_cart.active,
a.button.marketing:active,
input.add_to_basket_submit:active {
  background: #b3b3b3;
  color: #333333;
  border: 1px solid;
}
button.special:hover,
a.button.special:hover,
a.button.add_to_cart:hover,
input.add_to_basket_submit:hover,
a.button.marketing:hover {
  background: #b3b3b3;
  color: #333333;
  border: 1px solid;
}
a.button.add_to_cart {
  padding-left: 1em;
  padding-right: 1em;
}
a.button.marketing {
  padding: 0.2em 1.5em;
}
/* -- Produkt Buttons --*/
div.special_hint {
  padding: 0.3em 0.5em;
  display: inline-block;
  font: bold 11px Arial, Helvetica, Sans-Serif;
  margin-right: 1em;
}
div.button_width a.button.add_to_cart {
  width: 300px;
  padding: 0.5em 1em;
}
div.single a.button.add_to_cart {
  text-align: left;
}
div.single a.button.add_to_cart img {
  padding-right: 1em;
}
a.button.button_width {
  width: 300px;
  text-align: left;
  padding: 0.5em 1em;
}
span.button {
  display: inline-block;
}
div.form_submit > span.button {
  background: none;
  padding: 0;
}
/* lib/button.less end */
/* lib/tabs.less start */
div.tabs {
  margin-bottom: 1em;
}
div.tabs_item,
div.tabs_item > a.tabs_item {
  min-width: 1%;
  white-space: nowrap;
}
div.tabs_item > a.tabs_item {
  display: block;
}
div.tabs_item.position,
div.tabs_button.position {
  float: left;
  margin-right: 0.3em;
}
div.tabs_item.position > a.tabs_item {
  padding: 0.3em 1em;
}
div.tabs_body {
  padding: 2.5em 1em;
}
div.tabs_body h3 {
  margin-top: 0px;
}
div.tabs_body_inner {
  padding: 2.5em 1em;
}
div.tabs.dark div.tabs_item.inactive > a {
  cursor: pointer;
  color: #efefef;
  background: #959595;
}
div.tabs.dark div.tabs_item.active > a {
  cursor: pointer;
  text-decoration: none;
  color: #444444;
  background: #efefef;
  border-bottom: 2px solid #efefef;
  margin-bottom: -2px;
}
div.tabs.dark div.tabs_body {
  color: #444444;
  background: #efefef;
}
div.tabs.dark div.tabs_body_inner {
  background-color: #ffffff;
}
div.tabs.dark div.tabs_item:hover > a,
div.tabs.dark div.tabs_item.active:hover > a,
div.tabs.dark div.tabs_item.inactive:hover > a {
  cursor: pointer;
  text-decoration: none;
  color: #444444;
  background: #efefef;
}
div.tabs_button.dark {
  cursor: pointer;
  color: #efefef;
  background: #959595;
}
div.tabs_button.dark:hover > a {
  cursor: pointer;
  color: #444444;
  background: #efefef;
}
div.tabs.bright div.tabs_item.inactive > a {
  cursor: pointer;
  color: #ffffff;
  background: #959595;
}
div.tabs.bright div.tabs_item.active > a {
  cursor: pointer;
  color: #444444;
  background: #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
}
div.tabs.bright div.tabs_body {
  color: #444444;
  background: #ffffff;
}
div.tabs.bright div.tabs_item:hover > a,
div.tabs.bright div.tabs_item.active:hover > a,
div.tabs.bright div.tabs_item.inactive:hover > a {
  cursor: pointer;
  color: #444444;
  background: #ffffff;
}
div.tabs_button.bright > a {
  cursor: pointer;
  color: #ffffff;
  background: #959595;
}
div.tabs_button.bright:hover > a {
  cursor: pointer;
  color: #444444;
  background: #ffffff;
}
/*-- Tabs left --*/
div.tabs.left div.tabs_head,
div.tabs.left div.tabs_body {
  display: table-cell;
  vertical-align: top;
}
div.tabs.left div.tabs_body {
  width: 80%;
}
div.tabs.left div.tabs_item.position,
div.tabs.left div.tabs_button.position {
  float: none;
  margin-right: 0px;
}
div.tabs.left.dark div.tabs_item > a {
  padding: 1em;
  text-align: left;
  vertical-align: middle;
  display: block;
}
div.tabs.left.dark div.tabs_item > a img {
  margin-right: 5px;
}
/*-- Tabs right --*/
div.tabs.right div.tabs_head,
div.tabs.right div.tabs_body {
  display: table-cell;
  vertical-align: top;
}
div.tabs.right div.tabs_body {
  width: 80%;
}
div.tabs.right div.tabs_item.position,
div.tabs.right div.tabs_button.position {
  float: none;
  margin-right: 0;
}
div.tabs.right.dark div.tabs_item > a {
  padding: 1em;
  text-align: left;
  vertical-align: middle;
  display: block;
}
div.tabs.right.dark div.tabs_item > a img {
  margin-right: 5px;
}
/* lib/tabs.less end */
/* lib/accordion.less start */
.accordion_item {
  margin-bottom: 0px;
}
.arrow_left .accordion_head {
  padding: 0.5em 1em 0.5em 0;
}
.arrow_left .accordion_head > .accordion_head_inner {
  padding-left: 2.5em;
}
.arrow_right .accordion_head {
  padding: 0.5em 1em;
}
.accordion_body .accordion_body_inner {
  padding: 1em;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.accordion_inner .accordion_item.inactive:first-child .accordion_head {
  border-top: 1px solid #eeeeee;
}
.accordion_item.inactive .accordion_head {
  color: #444444;
  background-color: #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.arrow_left .accordion_item.inactive .accordion_head > .accordion_head_inner {
  background: url(icons/accordion_left_grey.png) no-repeat left 50%;
}
.arrow_right .accordion_item.inactive .accordion_head > .accordion_head_inner {
  background: url(icons/accordion_dark_small_down.png) no-repeat right 50%;
}
.accordion_item.inactive div.accordion_head:hover,
.accordion_item.active .accordion_head {
  color: #444444;
  background-color: #dddddd;
  border-bottom: 1px solid transparent;
}
.arrow_left div.accordion_item.inactive .accordion_head,
.arrow_left div.accordion_item.active .accordion_head {
  border-left: none;
  border-right: none;
}
.arrow_left .accordion_item.inactive .accordion_head > div.accordion_head_inner:hover,
.arrow_left .accordion_item.active .accordion_head > .accordion_head_inner {
  background: url(icons/accordion_left_white.png) no-repeat left 50%;
}
.arrow_right .accordion_item.inactive .accordion_head > .accordion_head_inner:hover,
.arrow_right .accordion_item.active .accordion_head > .accordion_head_inner {
  background: url(icons/accordion_dark_small_up.png) no-repeat right 50%;
}
.accordion_head span.accordion_btn {
  float: right;
  display: block;
  padding-top: 0.3em;
}
div.expandable_head {
  color: #444444;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 0.5em 1em;
}
span.expandable_btn > img {
  padding-right: 1em;
}
div.expandable_body > div.expandable_body_inner {
  padding: 0.5em 1em;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
/* lib/accordion.less end */
/* lib/forms.less start */
div.web_form {
  max-width: 650px;
}
td.list_item {
  white-space: normal !important;
}
input[type=text],
input[type=password],
input.input_text,
textarea,
input.input_password {
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 1px #ddd inset;
  -moz-box-shadow: 1px 1px 1px #ddd inset;
  -webkit-box-shadow: 1px 1px 1px #ddd inset;
  background-color: #EEEEEE;
  padding: 3px;
}
input.input_checkbox,
input.input_radio {
  vertical-align: top;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
th.form_wide,
td.form_wide {
  padding-bottom: 0.3em;
}
div.simple_form_field_label.wide {
  min-width: 120px;
  padding-right: 0.3em;
  text-align: left;
}
div.form_wide_head {
  font: 'Open Sans', sans-serif;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
div.form_wide_head.label_1.form_first_head {
  padding-top: 0.5em;
}
div.form_wide_head.label_1 {
  padding-top: 1em;
}
div.form_foot {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
div.checkout_step div.simple_form_field_search_body {
  margin-right: 1em;
}
div.web_form.form_type_one_line {
  white-space: nowrap;
}
div.web_form.form_type_one_line input {
  display: inline;
}
table.form_wide tr > th {
  padding: 0.3em 1em;
}
table.form_wide tr > td {
  padding: 0.3em 1em;
}
span.simple_form_field_label_asterisk {
  color: #cc0000;
}
table.form_wide tr.form_wide select {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 2px #DDDDDD inset;
  -moz-box-shadow: 1px 1px 2px #DDDDDD inset;
  -webkit-box-shadow: 1px 1px 2px #DDDDDD inset;
  padding: 3px;
  width: 100%;
}
/* -- Abonnement -- */
div.subscriptions div.simple_form_field_label {
  font: bold 'Open Sans', sans-serif;
  padding-top: 1em;
  margin-bottom: 0.5em;
}
div.subscriptions h3 {
  font: bold 'Open Sans', sans-serif;
  margin-bottom: 0.2em;
  padding-top: 0.5em;
}
div.subscriptions div.simple_form_field_input {
  padding-bottom: 1em;
}
div.subscriptions div.subscription_model_in_chooser {
  padding-bottom: 1em;
}
div.form_feedback > div.signal.error.pad_bottom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* -- Login Form -- */
div.login_form input {
  margin: 2px 0px 4px;
}
/* -- Webform -- */
div.web_form div.simple_form_field {
  padding-bottom: 5px;
}
div.web_form div.form_submit {
  padding: 1em 0px;
}
/* -- Webform One Line -- */
div.web_form.form_type_one_line div.simple_form_field_search_body {
  padding: 5px 10px 5px 0px;
}
div.web_form.form_type_one_line div.simple_form_field_search > div.simple_form_field_search_body > input.input_text {
  margin-top: 4px;
}
div.web_form.form_type_one_line div.simple_form_field_search_body > input.input_textinput_password {
  margin-top: 4px;
}
/* -- Fake Textfield --*/
span.fake_textfield {
  padding: 2px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #888;
  white-space: nowrap;
}
span.fake_textfield > input {
  padding: 0px;
  border: none;
}
span.fake_textfield > input.input_text {
  width: 50% !important;
  color: #333333;
}
div.form_tag_cloud_ol {
  max-width: 500px;
  background-color: #fff;
  border: solid 1px #CCC;
  box-shadow: 1px 1px 1px #aaa;
  -moz-box-shadow: 1px 1px 1px #aaa;
  -webit-box-shadow: 1px 1px 1px #aaa;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Color Picker */
.color_picker {
  position: absolute;
  width: 155px;
  height: 120px;
  overflow: hidden;
  background: #F9F9F9;
  border: 2px #C0C0C0 outset;
}
.color_picker_hue {
  position: absolute;
  top: 8px;
  left: 120px;
  width: 14px;
  height: 102px;
}
.color_picker_hue_bg_img {
  width: 100%;
  height: 100%;
}
.color_picker_hue_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.color_picker_hue_thumb {
  position: absolute;
  top: 0;
  left: -2px;
  width: 18px;
  height: 18px;
  cursor: default;
}
.color_picker_view {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100px;
  height: 100px;
  border: 1px solid #666;
}
.color_picker_bg,
.gui_color_picker_bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.color_picker_selector {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  margin-left: -6px;
  cursor: default;
}
.color_picker_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/*Eintragsliste extern*/
div.entries_list_ext div.tabs_head {
  }
div.entries_list_ext div.tabs_body {
  padding: 0;
}
div.entries_list_ext div.tabs_body .tabs_body_inner {
  padding: 1em 0;
  /*Blocknav*/

  /*Übersicht der Einträge*/

  /*dropdown*/

}
div.entries_list_ext div.tabs_body .tabs_body_inner div.toolbar_button {
  margin: 0.5em 0;
}
div.entries_list_ext div.tabs_body .tabs_body_inner div.toolbar_button .toolbar_button_inner > img {
  padding-bottom: 2px;
  padding-right: 2px;
}
div.entries_list_ext div.tabs_body .tabs_body_inner div.web_form {
  max-width: none;
}
div.entries_list_ext div.tabs_body .tabs_body_inner div.simple_form_field_description {
  margin-top: 5px;
}
div.entries_list_ext div.tabs_body .tabs_body_inner td.form_wide_column tr.form_wide div.simple_form_field_input {
  margin-bottom: 0.3em;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .blocknav_module_manager {
  margin: 1em 0;
  padding: 0;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .blocknav_module_manager .blocknav_modulemanager_item {
  vertical-align: middle;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .non_tabbed_box .list_item.sel_0 {
  padding: 0.4em;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .non_tabbed_box .list_items_head {
  border-bottom: 1px solid #ddd;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .js_dropdown_label {
  background: url(icons/accordion_dark_small_down.png) no-repeat 98% 50% #eeeeee;
  border: 1px solid #ccc;
  padding: 4px 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .js_dropdown_label > span {
  padding-left: 4px;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .js_dropdown_options {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #ccc;
  border-top: 0;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .js_dropdown_options > div {
  padding: 4px;
}
div.entries_list_ext div.tabs_body .tabs_body_inner .js_dropdown_options > div:hover {
  background: #eee;
}
/* lib/forms.less end */
/* lib/calendar.less start */
div.calendar.standard table,
div.calendar_year table.content {
  width: 100%;
}
div.calendar.standard > div > table > tbody > tr > td {
  white-space: nowrap;
}
div.calendar_year > div > table > tbody > tr > td {
  white-space: nowrap;
}
div.calendar_year tr.entries_list th,
div.calendar_year tr.entries_list td,
div.calendar.standard tr.entries_list th,
div.calendar.standard tr.entries_list td,
div.calendar td.day_of_month,
div.calendar th.day_in_week,
div.calendar td.day_in_week,
div.calendar tr.hour > th,
div.calendar tr.hour > td,
div.calendar tr.week_day > th,
div.calendar tr.week_day > td {
  border: solid #eeeeee 1px;
}
div.calendar_year tr.entries_list th,
div.calendar_year tr.entries_list td,
div.calendar.standard tr.entries_list th,
div.calendar.standard tr.entries_list td,
div.calendar.standard td.day_of_month,
div.calendar.standard th.day_in_week,
div.calendar.standard td.day_in_week,
div.calendar.standard tr.hour > th,
div.calendar.standard tr.hour > td,
div.calendar.standard tr.week_day > th,
div.calendar.standard tr.week_day > td {
  padding: 0.3em;
}
div.calendar.small td.day_of_month,
div.calendar.small th.day_in_week,
div.calendar.small td.day_in_week,
div.calendar.small tr.hour > th,
div.calendar.small tr.hour > td,
div.calendar.small tr.week_day > th,
div.calendar.small tr.week_day > td {
  padding: 0.2em;
}
div.calendar tr.entries_list > th,
div.calendar_year tr.entries_list > th,
div.calendar tr.day_in_week > th,
div.calendar tr.hour > th {
  font-weight: normal;
}
div.calendar table.content.weeks > tbody > tr.week_day > th {
  text-align: left;
}
td.month_in_year {
  padding-top: 1em;
  padding-bottom: 1em;
}
td.month_in_year:first-child {
  padding-left: 0;
}
div.calendar_year th.nav,
div.calendar_year td.nav,
div.calendar th.nav,
div.calendar td.nav {
  border: none;
  padding: 0.3em;
  font-weight: bold;
  white-space: nowrap;
}
div.calendar td.nav > div.nav,
div.calendar_year td.nav > div.nav {
  padding-top: 3px;
}
div.calendar th.nav a,
div.calendar td.nav a,
div.calendar_year th.nav a,
div.calendar_year td.nav a {
  color: #333333;
}
div.calendar.small td.day_of_month {
  padding-bottom: 0px;
}
div.calendar th.day_of_month,
div.calendar td.day_of_month {
  width: 14%;
}
div.calendar td.day_in_week {
  width: 14%;
}
div.calendar td.month_other.disabled {
  background-color: #ddd;
}
div.calendar.standard td.day_of_month,
div.calendar.small td.day_of_month {
  padding: 0px;
}
div.calendar td.day_of_month > div {
  text-align: right;
}
div.calendar.standard td.day_of_month > div {
  padding: 0.1em;
}
div.calendar.small td.day_of_month > div {
  padding: 1px;
}
div.calendar td.day_of_month > div.current_day {
  border: 1px solid #333333;
}
div.calendar td.day_of_month > div.other_day {
  border: 1px solid #fff;
}
div.calendar_year div.calendar.small td.day_of_month > div.other_day,
div.calendar_year div.calendar.small td.day_of_month > div {
  padding: 0 3px 3px 1px;
}
div.calender.small a.has_content div.day_other.has_content {
  color: #333333;
}
div.calendar a.empty {
  color: #000;
}
div.day_entries {
  text-align: left;
}
span.month_name {
  text-transform: uppercase;
}
div.calendar th.hour {
  font-weight: normal;
}
th.day_of_week {
  text-align: center;
}
div.calendar div.day_entries,
div.calendar_year div.day_entries {
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  background-color: #f0f0f0;
}
div.calendar div.day_entries > a > div,
div.calendar_year div.day_entries > a > div {
  padding-left: 0.3em;
  padding-right: 0.2em;
}
td.month_in_year div.calendar > table {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
/* -- calendar picker --*/
div.date_picker img.img_button {
  padding: 0px 2px;
}
div.date_picker_panel {
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  text-align: right;
}
div.calendar.picker {
  padding-top: 5px;
}
div.calendar.picker table.nav {
  width: 100%;
}
div.calendar.picker div.day_of_month.month_current {
  padding: 3px 5px;
}
div.calendar.picker div.other_day:hover {
  background-color: #dedede;
}
div.calendar.picker td.day_of_month {
  border: 1px solid #ddd;
  text-align: right;
  background-color: #fff;
}
/* lib/calendar.less end */
/* lib/dialog.less start */
div.dialog {
  min-width: 480px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.5);
  background-color: #f3f3f3;
}
div.dialog_head {
  background-color: #ddd;
  background: #from;
  background: -moz-linear-gradient(top, #efefef, #cbcbcb);
  background: -webkit-linear-gradient(top, #efefef, #cbcbcb);
  background: -ms-linear-gradient(top, #efefef, #cbcbcb);
  background: -o-linear-gradient(top, #efefef, #cbcbcb);
  background: linear-gradient(top, #efefef, #cbcbcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cbcbcb', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cbcbcb');
  backround-image: none;
  color: #333;
  padding: 3px 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-shadow: 1px 1px 1px #eee;
}
div.dialog_content {
  padding: 3px 10px 10px;
}
div.dialog_content div.simple_form_group_body {
  margin-bottom: 0.5em;
}
div.dialog_close {
  width: 18px;
  height: 1.8em;
  background-image: url(icons/dialog_close.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
div.info_bubble.success {
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  background-color: #7FA800;
  background-color: rgba(127, 168, 0, 0.9);
}
div.info_bubble.success.bottom,
div.info_bubble.success.top {
  text-align: center;
  max-width: 180px;
}
/* lib/dialog.less end */
/* lib/elements.less start */
.pic_left {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 0.5em;
  margin-left: 0;
}
.pic_right {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.pic_center {
  margin-top: 0px;
  margin-bottom: 0.5em;
  text-align: center;
}
.pic_text {
  font-style: italic;
}
div.subheading {
  font-weight: bold;
  margin: 0 0 0.2em;
}
/* lib/elements.less end */
/* lib/teaser.less start */
div.teaser_box > div {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
}
div.teaser_heading {
  padding-bottom: 0.5em;
}
div.teaser_text {
  padding-bottom: 0.5em;
}
a.teaser_button span.teaser_button {
  display: inline-block;
  padding: 0.3em 0.5em;
  font-weight: bold;
  border: 1px solid #ccc;
  font-family: verdana, arial, sans serif;
}
/* Teaser Navigation */
div.content_changer_nav.numbers {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}
div.content_changer_nav.numbers ul {
  list-style-type: none;
}
div.content_changer_nav.numbers ul > li {
  display: inline-block;
  padding: 3px 0px;
  width: 24px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
}
div.content_changer_nav.numbers ul > li.active {
  background: #fff;
  color: #000;
}
/* lib/teaser.less end */
/* lib/lightbox.less start */
.lightbox {
  width: auto;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.5);
}
.lightbox_hnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
.lightbox_content {
  z-index: 105;
}
.lightbox_hnav_prev,
.lightbox_hnav_next {
  display: block;
  cursor: pointer;
  top: 0;
  z-index: 120;
  outline: none;
}
.lightbox_hnav_prev {
  left: 0;
  float: left;
}
.lightbox_hnav_next {
  right: 0;
  float: right;
}
.lightbox_close {
  cursor: pointer;
  float: right;
}
.lightbox_close_top {
  position: absolute;
  top: -14px;
  right: -14px;
  background-image: url(icons/lightbox/top_close.png);
  width: 28px;
  height: 28px;
  z-index: 120;
  cursor: pointer;
}
.lightbox_details {
  float: left;
}
.lightbox_hnav_prev,
.lightbox_hnav_next {
  /* IE-Bug: Needed to show hover */

  background-image: url(data:image/gif;base64,AAAA);
}
/* Lightbox design */
.lightbox {
  background-color: #fff;
  padding: 10px;
}
.lightbox_bottom {
  margin-top: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 10px;
  padding: 8px;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox_text {
  font-weight: bold;
}
.lightbox_close {
  width: 26px;
  height: 26px;
  background: url(icons/lightbox/close.png) no-repeat;
}
.lightbox_hnav_next:hover {
  background: url(icons/lightbox/nextlabel.png) right 15% no-repeat;
}
.lightbox_hnav_prev:hover {
  background: url(icons/lightbox/prevlabel.png) left 15% no-repeat;
}
.lightbox_content.loading {
  background: url(icons/lightbox/loading.gif) center no-repeat;
}
/* lib/lightbox.less end */
/* lib/shop-progress.less start */
/* lib/shop-progress.less end */
/* lib/panel.less start */
.panel.overlay {
  background-color: #fff;
  opacity: 0.95;
  border: solid #eeeeee 1px;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 2px #dddddd;
  -moz-box-shadow: 1px 1px 2px #dddddd;
  -ms-box-shadow: 1px 1px 2px #dddddd;
  box-shadow: 1px 1px 2px #dddddd;
}
.panel.overlay > .panel_inner {
  padding: 1em;
}
.simple_panel {
  position: relative;
}
.simple_panel_overlay {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  z-index: 10;
  visibility: hidden;
  opacity: 0.0;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
  border: solid #eee 1px;
  padding: 0.5em;
  background-color: #fff;
}
.simple_panel:hover .simple_panel_overlay {
  visibility: visible;
  opacity: 1.0;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.panel.list_inline_edit_panel {
  background-color: #eee;
  border: 1px solid #ccc;
}
.panel.list_inline_edit_panel input {
  background: white;
}
/* lib/panel.less end */
/* lib/image-gallery.less start */
div.page_object_gallery {
  border: solid #eeeeee 1px;
  margin-bottom: 20px;
}
div.page_object_gallery div.pic {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.page_object_gallery div.text {
  text-align: center;
}
/* lib/image-gallery.less end */
/* lib/print.less start */
@media print {
  .noprint {
    display: none;
  }
  .nav_horizontal,
  .nav_vertical,
  .nav_tree {
    display: none;
  }
  button.special,
  a.button.special,
  a.button.special:active,
  a.button.special:visited,
  a.button.add_to_cart,
  a.button.marketing,
  input.add_to_basket_submit,
  span.button,
  a.button,
  a.button:active,
  a.button:visited {
    display: none;
  }
  a,
  a:visited,
  a:active {
    color: #000000;
  }
  body {
    font-family: Arial, Helvetica, Sans Serif;
    background-color: #fff;
    width: 99%;
  }
}
/* lib/print.less end */
/* lib/all.less end */
/* definitions.less start */
/* definitions.less end */
body {
  background-color: #eee;
}
.grid_8.header_main .logo {
  display: inline-block;
  height: 70px;
  width: 300px;
  font-size: 28px;
  padding: 35px 0 0 110px;
  color: #fff;
}
.grid_8.header_shop_basket {
  padding-top: 55px;
}
div.header_top {
  float: right;
}
.container_16.main_layout,
.container_12.main_layout {
  background-color: #fff;
}
.main {
  margin-top: -10px;
}
.main_layout {
  padding-top: 25px;
  padding-bottom: 25px;
}
div#page_content {
  margin-bottom: 0;
}
.entry_images_list .item {
  display: inline-block;
  border: solid 1px #eee;
  padding: 2px;
  margin-right: 1px;
  vertical-align: top;
}
.entry_images_img {
  margin-right: 30px;
  margin-bottom: 7px;
  border: 1px solid #eee;
  text-align: center;
  padding: 9px;
}
.image_magnifier {
  left: 10px;
  margin-top: -10px;
  background-color: #fff;
}
.image_magnifier > div {
  border: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.line {
  border-bottom: 1px solid #ddd;
  margin: 20px 0 10px 0;
}
.table_cell.special {
  vertical-align: top;
  width: 130px;
}
div.delivery_time,
div.availability {
  white-space: nowrap;
  font-size: 11px;
  margin-top: 3px;
  padding-left: 15px;
  display: block;
}
div.delivery_time_low,
div.availability_available {
  background: url(icons/availability/high.png) no-repeat 100% 50%;
  background-position: 0px;
  color: #459200;
  font-size: 11px;
}
div.delivery_time_medium,
div.availability_low {
  background: url(icons/availability/medium.png) no-repeat 100% 50%;
  background-position: 0px;
  color: #F2A500;
}
div.delivery_time_high,
div.availability_none {
  background: url(icons/availability/low.png) no-repeat 100% 50%;
  background-position: 0px;
  color: #990000;
}
.logo {
  background: url(icons/logo_img.png) no-repeat;
}
.layout_box_vertical .special_entry {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product_add_option_dropdown .null {
  width: 200px;
}
.as_inline_blocks {
  display: block;
  padding-top: 10px;
}
.image_changer {
  width: auto !important;
}
.entry_images_img.multi > .image_changer {
  width: 280px !important;
}
.teaser_button {
  color: #444;
  border-radius: 3px;
}
div.teaser_box > div {
  background-color: transparent;
}
div.teaser {
  padding: 10px 0;
  background-color: transparent;
}
.pic_background_list {
  display: table-cell;
  width: 145px;
}
/* 100-custom.less end */


/***** 111-category.css *****/

/* 111-category.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
.category .category_view_pic > img {
  border: 1px solid #eee;
}
div.matrix_box {
  margin-bottom: 1em;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
div.matrix_box div.head {
  padding: 0.5em 1em;
  color: #666;
  background: #CCC;
  font-size: 13px;
  font-weight: bold;
}
div.matrix_box div.body {
  padding: 1.5em 1.5em;
  color: #666;
  background: #CCC;
  border-top: 2px solid white;
}
/* 111-category.less end */


/***** 200-general.css *****/

/* 200-general.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
div.tabs_body_inner {
  padding: 1em 1em;
}
.number_input .input_text {
  max-width: 35px;
}
.input.input_text + input {
  margin-left: 0px;
}
.single.view ul {
  list-style-type: none;
  margin: 0px;
}
.single.view .arrow_nav li {
  padding: 5px 5px 5px 20px;
  border-bottom: 0 none;
  background: url(icons/circle_type.png) no-repeat;
  background-position: 0px 5px;
}
.single.view .arrow_nav li a {
  color: #dcdbdb;
}
.single.view .arrow_nav li a:hover,
.single.view .arrow_nav li a:active,
.single.view .arrow_nav li a:visited {
  color: #444;
}
.single.view .arrow_nav .toggle.inactive {
  padding: 5px 5px 5px 20px;
  border-bottom: 0 none;
  background: url(icons/radiobutton.png) no-repeat 0 5px;
  list-style-type: none;
}
.single.view .arrow_nav .toggle.active {
  padding: 5px 5px 5px 20px;
  border-bottom: 0 none;
  background: url(icons/radiobutton_check.png) no-repeat 0 5px;
  list-style-type: none;
}
.single.view .arrow_nav .toggle.active:hover {
  padding: 5px 5px 5px 20px;
  border-bottom: 0 none;
  background: url(icons/radiobutton_delete.png) no-repeat 0 5px;
}
:focus {
  outline: none;
}
.product_filter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.tabs_item.position > a.tabs_item {
  padding: 0.6em 1em;
}
.web_form.form_type_narrow {
  padding: 1em;
}
div.web_form div.form_submit {
  padding: 0.5em 0;
}
.dialog .dialog_head.with_title {
  padding: 10px 20px;
}
.dialog .dialog_heading {
  font-size: 14px;
  color: #c00;
  background-color: #ddd;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
}
.dialog .dialog_content_main {
  padding: 7px 20px 7px 20px;
}
.dialog .dialog_content_main a span {
  vertical-align: top;
}
.dialog div.dialog_content {
  padding: 0;
}
.dialog .button_bar {
  padding: 10px 0;
}
.dialog .button_bar td {
  vertical-align: middle;
}
.dialog .dialog_delete a span {
  padding-left: 5px;
}
.dialog .dialog .button.special,
.dialog .button.special.active {
  margin-top: 0;
}
.dialog .dialog_close {
  float: right;
  padding: 7px 20px;
  cursor: pointer;
}
.dialog th {
  padding: 12px 10px;
  border-bottom: 1px solid #CFCFCF;
  background-color: #EEE;
  color: #000;
}
.dialog td {
  background-color: white;
  padding: 10px;
  border: 1px solid #eee;
}
/* 200-general.less end */


/***** 210-text.css *****/

/* 210-text.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
h1 {
  font-size: 1.8em;
  border-bottom: solid #eeeeee 1px;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
a:hover {
  text-decoration: underline;
}
body {
  color: #6E6E6E;
  font-size: 13px;
  line-hight: 17px;
}
.checkout h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.2em;
}
div.heading,
div.heading h1,
.special_entry.diashow div.heading h2 {
  color: #504e4e;
  font-size: 14px;
  margin-right: 0.5em;
  border: none;
  font-weight: bold;
}
div.heading h2 {
  color: #504e4e;
  font-size: 12px;
  margin-right: 0.5em;
  font-weight: bold;
  padding-bottom: 5px;
}
div.heading.sidebar,
div.heading.sidebar h1 {
  font-size: 12px;
}
.button {
  font-size: 13px;
}
div.box2_head,
.heading_box,
div.heading_box_title {
  font-size: 14px;
}
.text {
  color: #6E6E6E;
  line-height: 17px;
}
.text a,
.text a:visited,
.text a:active {
  color: #6E6E6E;
}
.price_big {
  font-size: 1.35em;
  font-weight: bold;
  color: #383838;
}
.annotation {
  font-size: 0.85em;
}
.annotation.price_info {
  font-size: 10px;
  line-height: 1.6em;
  font-weight: bold;
  margin-top: -0.4em;
  color: #4F4F4F;
}
.annotation.price_info a {
  text-decoration: underline;
  color: #4F4F4F;
  font-size: 10px;
}
.special_entry .heading > a > h1 {
  display: inline;
}
.special_entry a:hover,
simple_box a:hover {
  text-decoration: underline;
}
.buttons_column .delivery_time {
  font-size: 0.75em;
}
.simple_box .delivery_time {
  float: none;
}
.simple_box .heading {
  font-size: 1em;
}
.simple_box .subheading {
  padding: 0 10px 0 10px;
}
div.single.view .heading {
  font-size: 16px;
}
div.single.view div.delivery_time {
  font-size: 11px;
}
div.single.view .heading.mar_bottom_tiny {
  display: block;
}
div.single.view span.price {
  font-size: 1.5em;
}
.heading.mar_bottom_tiny {
  display: inline-block;
}
.subheading {
  font-weight: bold;
  line-height: 1.6em;
  color: #3B3B3B;
}
span.price {
  font-size: 1.1em;
  color: #444;
}
div.nr {
  font-size: 11px;
}
div.signal.info {
  font-size: 11px;
  color: #444;
  font-weight: bold;
  padding-bottom: 5px;
}
.button_column a:hover {
  text-decoration: underline;
}
.ui-corner-all a {
  font-size: 12px;
}
.ui-accordion a {
  font-size: 12px;
  padding-bottom: 5px;
}
.accordion_head_inner {
  font-size: 12px;
  padding-left: 20px;
}
.box2_body .simple_box a,
.box2_body .simple_box h2 {
  font-size: 12px;
  border: none;
}
.ui-state-default.list_style a {
  background: url(icons/circle_type.png) no-repeat;
  padding-left: 20px;
}
.ui-state-default.list_style a:hover {
  text-decoration: underline;
}
.list_style a {
  padding-left: 20px;
}
.tabs_item a {
  font-size: 13px;
}
.product_filter span {
  font-size: 11px;
}
.basket_small_item {
  font-size: 11px;
}
.basket_small_item .to_product span {
  color: #fff;
}
.basket_full .basket_small_item .to_product span {
  color: #444;
}
/* Teasertext */
div.teaser_heading {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  padding-bottom: 0.6em;
}
div.teaser_text {
  font-weight: normal;
  font-size: 1.1em;
  color: #F0F0F0;
  margin-bottom: 0.7em;
  line-height: 1.4em;
}
/* 210-text.less end */


/***** 220-navigation.css *****/

/* 220-navigation.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
.nav_main {
  margin-left: 0px;
  margin-right: 0px;
}
.nav_main li:first {
  padding-top: 5px;
}
div.top_main div.level_1 div.children {
  /*Schrift unternavigatuion*/

}
div.top_main div.level_1 div.children div.item > a > span {
  color: #b6b4b4;
  display: block;
  padding: 8px 22px;
}
div.top_main div.level_1 div.children div.item > a > span:hover {
  text-shadow: 1px -1px 0px rgba(1, 1, 1, 0.2);
  color: #fff;
  background-color: #2a2828;
}
div.top_main div.children {
  opacity: 0.98;
}
div.top_main div.item > * {
  padding: 8px 22px;
  margin: 0px;
}
div.top_main div.level_1 div.children {
  min-width: 150px;
  background-color: #5d5b5b;
}
div.top_main div.level_1 div.children div.item {
  border-bottom: 1px solid #999;
}
div.top_main div.level_1 div.children div.item:hover {
  text-shadow: 1px -1px 0px rgba(1, 1, 1, 0.2);
  background-color: #918d8d;
}
div.top_main div.level_1 div.children div.item a {
  display: block;
  padding: 0px;
}
div.top_main div.level_1 div.children div.level_2:hover {
  color: #fff;
}
div.top_main div.level_1 div.children li.current > div.item,
div.top_main div.level_1 div.children li.active > div.item,
div.top_main div.level_1 div.children li.selected > div.item {
  background-color: transparent;
}
div.top_main div.level_1 div.children li.current,
div.top_main div.level_1 div.children li.active,
div.top_main div.level_1 div.children li.selected {
  background-color: transparent;
}
div.top_main div.level_1 div.children div.children.level_3 {
  margin-top: -33px;
}
div.top_main div.level_1 div.children li.has_children > div.item > a {
  background: url(nav_right.png) no-repeat 100% 50%;
}
.top_main .item.level_1 {
  padding: 8px 0 8px 0;
  border-left: 1px solid #4E4E4E;
  border-right: 1px solid #000;
}
.top_main .item.level_1 a {
  background-image: none;
}
.top_main div.item:hover {
  background-color: #2a2828;
}
.top_main .first .item.level_1 {
  border-radius: 3px 0 0 3px;
}
.top_main .first .item.level_1:hover {
  border-radius: 3px 0 0 3px;
}
.header_nav {
  background: #from;
  background: -moz-linear-gradient(top, #434242, #2a2828);
  background: -webkit-linear-gradient(top, #434242, #2a2828);
  background: -ms-linear-gradient(top, #434242, #2a2828);
  background: -o-linear-gradient(top, #434242, #2a2828);
  background: linear-gradient(top, #434242, #2a2828);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434242', endColorstr='#2a2828', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434242', endColorstr='#2a2828');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 0px;
}
.header_nav .nav_main {
  height: 100%;
}
.header_nav .nav_main ul li.current .item.level_1,
.header_nav .nav_main ul li.selected .item.level_1,
.header_nav .nav_main ul li.active .item.level_1,
.header_nav .nav_main ul li:hover .item.level_1 {
  background: #434242;
  -webkit-box-shadow: inset 4px 4px 11px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 4px 4px 11px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 4px 4px 11px rgba(0, 0, 0, 0.4);
  box-shadow: inset 4px 4px 11px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.header_nav .nav_main ul .item.level_1 > a {
  text-transform: uppercase;
  font-size: 13px;
  color: #c3c1c1;
  text-shadow: 1px -1px 0px rgba(1, 1, 1, 0.2);
}
.header_nav .nav_main ul .item.level_1 > a:hover {
  color: #fff;
}
/*--------------------nav1----------------------*/
div.nav_1 div.nav_horizontal div.item > * {
  margin: 0;
  padding: 0 10px;
}
.nav_1 .nav_horizontal div.level_1 > ul > li {
  float: right;
}
div.nav_horizontal div.item > * {
  padding: 8px 18px;
  margin: 0 2px 0 0;
}
/*--------------------footer----------------------*/
.footer {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbb9b9;
  -webkit-box-shadow: inset 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  -moz-box-shadow: inset 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  -ms-box-shadow: inset 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  box-shadow: inset 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nav_area_bottom a:hover {
  text-decoration: underline;
}
ul.blocknav_list li.item {
  border-bottom: 1px solid #ddd;
  background-color: #dcdbdb;
}
ul.blocknav_list li.item:hover {
  background-color: #2a2828;
}
ul.blocknav_list li.item a {
  color: white;
  padding: 5px 8px;
}
ul.blocknav_list li.item.active {
  background-color: #2a2828;
}
ul.blocknav_list li.item.active:hover {
  background-color: #2a2828;
}
ul.blocknav_list li.item.active a {
  color: white;
  padding: 5px 8px;
}
ul.blocknav_list .summary {
  padding-left: 5px;
}
/* 220-navigation.less end */


/***** 221-navigation_vertical.css *****/

/* 221-navigation_vertical.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
.nav_vertical li {
  padding: 0;
}
div.nav_vertical a {
  font-size: 12px;
  padding-left: 17px;
}
div.nav_vertical div.level_1 li.first div.level_1 {
  padding-top: 1.2em;
}
div.nav_vertical div.level_1 li.last div.level_1 {
  padding-bottom: 1.2em;
}
div.nav_vertical .level_1 ul .item.level_1 {
  background-color: #f5f5f5;
  padding: 5px 0 5px 12px;
}
div.nav_vertical .level_1 ul li.current .item.level_1 a,
div.nav_vertical .level_1 ul li.selected .item.level_1 a {
  background-image: url(icons/square_closed.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
  font-weight: bold;
}
div.nav_vertical .level_1 ul li .item.level_1 a:hover {
  text-decoration: underline;
  background-image: url(icons/square_open.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
}
div.nav_vertical .level_1 ul .level_2 {
  background-color: #f5f5f5;
}
div.nav_vertical .level_1 ul .level_2 ul .item.level_2 {
  padding: 5px 0 5px 32px;
}
div.nav_vertical .level_1 ul .level_2 ul li.current .item.level_2 a,
div.nav_vertical .level_1 ul .level_2 ul li.selected .item.level_2 a {
  font-weight: bold;
  text-decoration: none;
  background-image: url(icons/square_closed.png);
  background-repeat: no-repeat;
  background-position: 3px 4px;
}
div.nav_vertical .level_1 ul .level_2 ul li .item.level_2 a:hover {
  text-decoration: underline;
  background-image: url(icons/square_open.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
}
div.nav_vertical .level_1 ul .level_2 ul .level_3 ul .item.level_3 {
  padding: 5px 0 5px 52px;
}
div.nav_vertical .level_1 ul .level_2 ul .level_3 ul li.current .item.level_3 a,
div.nav_vertical .level_1 ul .level_2 ul .level_3 ul li.selected .item.level_3 a {
  font-weight: bold;
  text-decoration: none;
  background-image: url(icons/square_closed.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
}
div.nav_vertical .level_1 ul .level_2 ul .level_3 ul li .item.level_3 a:hover {
  text-decoration: underline;
  background-image: url(icons/square_open.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
}
/* 221-navigation_vertical.less end */


/***** 222-basket.css *****/

/* 222-basket.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
.basket_small_item .to_product img {
  max-width: 50px;
  max-height: 50px;
}
.basket_small_item h1 {
  border: none;
  font-weight: bold;
  font-size: 12px;
}
.basket_small_item strong {
  font-weight: normal;
}
.basket_small {
  color: #333;
}
.basket_small strong,
.basket_small h1 {
  color: #333;
  border: none;
  font-weight: bold;
  font-size: 12px;
}
.sl_expandable .basket_heading:hover {
  cursor: pointer;
}
.sl_expandable.expanded .basket_heading {
  background-image: url(icons/circle_type_white_active.png);
  background-repeat: no-repeat;
  background-position: 8px 11px;
}
.sl_expandable .basket_heading {
  background-image: url(icons/circle_type_white.png);
  background-repeat: no-repeat;
  background-position: 8px 11px;
}
.basket_heading {
  font-size: 14px;
  padding: 10px 0 10px 28px;
  background-color: #2a2828;
  color: #fff;
}
.basket_body {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
}
div.basket_small_item {
  border: none;
}
.basket_small_summary {
  padding: 0.5em 0em 1em 1em;
}
/*---------------------------basket-top----------------------------*/
.simple_panel {
  color: #100f0f;
}
.simple_panel_overlay {
  padding: 0 0 1em 0;
  left: auto;
  right: 0;
}
.basket_smallitem_sum {
  padding: 0 1em 0 0;
}
.basket_img {
  background: url(icons/basket.png) no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.basket_img_empty {
  background: url(icons/basket_bad.png) no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}
/* 222-basket.less end */


/***** 223-checkout.css *****/

/* 223-checkout.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
table.data.checkout_basket tr.data_items_foot th {
  font-weight: normal;
}
.list_checkout span.price,
div.special_entry span.price {
  font-size: 1.2em;
}
.checkout .form_wide_multicol_head.label_1 > .form_wide_multicol_head.label_1 {
  padding-left: 0px;
}
.checkout .form_wide_multicol_head.description_1 {
  margin-top: 3px;
  display: table;
  font-size: 11px;
  color: #6E6E6E;
  font-weight: normal;
  margin-left: 26px;
}
.checkout .form_wide_multicol_head.description_1  > span.img {
  padding-right: 9px;
  display: table-cell;
}
.checkout .form_wide_multicol_head.description_1  > span.text {
  display: table-cell;
  vertical-align: top;
}
.checkout .form_wide_multicol {
  padding-left: 28px;
}
.checkout .accordion_head {
  padding: 8px 0;
}
.checkout .label {
  padding-left: 3px;
}
.checkout .number {
  color: #444;
}
.checkout .to_product span {
  font-size: 11px;
}
.checkout table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout .basket_full {
  background: white;
  color: #444;
}
.checkout .basket_full strong,
.checkout .basket_full h1 {
  color: #444;
  border: none;
  font-weight: bold;
  font-size: 12px;
}
.checkout .basket_full td {
  padding: 10px;
  border: 1px solid #eee;
  font-size: 13px;
  vertical-align: middle;
}
.checkout .basket_full th {
  padding: 12px 10px;
  background: #from;
  background: -moz-linear-gradient(top, #ffffff, #e9e8e8);
  background: -webkit-linear-gradient(top, #ffffff, #e9e8e8);
  background: -ms-linear-gradient(top, #ffffff, #e9e8e8);
  background: -o-linear-gradient(top, #ffffff, #e9e8e8);
  background: linear-gradient(top, #ffffff, #e9e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8');
  color: #6E6E6E;
}
.checkout_basket {
  border: 1px solid #ddd;
}
.checkout_basket .data_items_head {
  padding: 12px 10px;
  background: #from;
  background: -moz-linear-gradient(top, #ffffff, #e9e8e8);
  background: -webkit-linear-gradient(top, #ffffff, #e9e8e8);
  background: -ms-linear-gradient(top, #ffffff, #e9e8e8);
  background: -o-linear-gradient(top, #ffffff, #e9e8e8);
  background: linear-gradient(top, #ffffff, #e9e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8');
  color: #6E6E6E;
}
.checkout_basket .data_items_head th {
  padding: 12px 10px;
}
.total_box {
  padding-top: 10px;
  border: 1px solid #ddd;
  background: #from;
  background: -moz-linear-gradient(top, #ffffff, #e9e8e8);
  background: -webkit-linear-gradient(top, #ffffff, #e9e8e8);
  background: -ms-linear-gradient(top, #ffffff, #e9e8e8);
  background: -o-linear-gradient(top, #ffffff, #e9e8e8);
  background: linear-gradient(top, #ffffff, #e9e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8');
}
.total_box .basket_smallitem_sum {
  padding: 0 1em 0.7em 0;
}
/*-----accordion--------*/
.checkout .accordion_item.inactive.disabled .accordion_head .number,
.checkout .accordion_item.inactive.disabled .accordion_head .label {
  color: #b6b4b4;
}
.checkout .accordion_item.inactive.disabled .accordion_head:hover .number,
.checkout .accordion_item.inactive.disabled .accordion_head:hover .label {
  color: #5d5b5b;
}
.checkout .accordion_head_inner {
  font-size: 16px;
}
.checkout .accordion_item.inactive .accordion_head {
  background-color: #e9e8e8;
}
.checkout .accordion_item.active .number,
.checkout .accordion_item.active .label,
.checkout .accordion_item.inactive .accordion_head:hover .label,
.checkout .accordion_head:hover .number {
  color: #fff;
}
.checkout .accordion_item.inactive .accordion_head:hover {
  border-color: #100f0f;
}
.checkout div.arrow_right .accordion_item.inactive .accordion_head > .accordion_head_inner:hover,
.checkout div.arrow_right .accordion_item.inactive div.arrow_right .accordion_item.active .accordion_head > .accordion_head_inner,
.checkout div.arrow_right .accordion_item.inactive .accordion_head > .accordion_head_inner {
  background-image: none;
}
/*-----box_left--------*/
.list_checkout .heading:hover {
  text-decoration: underline;
}
/*----------------------------*/
.checkout_summary_cols {
  border: 1px solid #ddd;
}
.checkout_summary_cols h3 {
  background: #from;
  background: -moz-linear-gradient(top, #ffffff, #e9e8e8);
  background: -webkit-linear-gradient(top, #ffffff, #e9e8e8);
  background: -ms-linear-gradient(top, #ffffff, #e9e8e8);
  background: -o-linear-gradient(top, #ffffff, #e9e8e8);
  background: linear-gradient(top, #ffffff, #e9e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8');
  padding: 8px;
}
/*--------Formular-------------*/
.checkout .form_wide {
  padding: 5px 0;
}
.checkout table.form_wide tr > td,
table.form_wide tr > th {
  padding: 0.6em 1em;
  vertical-align: middle;
}
.checkout div.simple_form_field_label.wide {
  text-align: left;
}
div.checkout input[type="text"],
div.checkout input[type="password"],
div.checkout input.input_text,
div.checkout textarea,
div.checkout input.input_password,
div.checkout table.form_wide tr.form_wide select {
  background-color: #f9f9f9;
  padding: 6px;
}
/*-----Kassenbereich-------*/
.checkout .web_form.form_type_one_line {
  padding: 15px 0 10px 0;
}
.checkout .simple_form_field_label.one_line {
  margin-bottom: -5px;
}
.checkout .form_wide_multicol_head.label_1 {
  font-size: 1.1em;
}
.checkout .form_wide_multicol_head.label_1 .form_wide {
  padding-left: 20px;
}
/* 223-checkout.less end */


/***** 225-search.css *****/

/* 225-search.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
.autocomplete {
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}
.autocomplete_dropdown {
  z-index: 1000;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.autocomplete_dropdown .autocomplete {
  display: block;
}
.autocomplete_dowpdown_inner {
  background-color: #fff;
  width: 201px;
}
.autocomplete_dowpdown_inner .autocomplete a {
  display: inline-block;
}
.autocomplete_dowpdown_inner .selected .autocomplete {
  background-color: #ddd;
}
.autocomplete_dowpdown_inner .autocomplete:hover {
  background-color: #ddd;
}
.autocomplete_dowpdown_inner .autocomplete {
  padding: 10px 15px 10px 5px;
}
.search_top {
  padding-top: 12px;
}
.search_top .input_text {
  background: url(icons/top_search.png) no-repeat;
  background-position: 2px 3px;
  padding: 3px 0 2px 20px;
  width: 201px;
}
.search_top button.image {
  vertical-align: middle;
  border: none;
  display: inline-block;
  background: url(icons/search_button.png) no-repeat;
  width: 17px;
  height: 24px;
  margin-left: -2px;
}
.search_top button.image:hover {
  cursor: pointer;
}
.grid_4.nav_search {
  float: right;
  margin: 0 20px 0 0;
}
.nav_search .image > span {
  display: none;
}
.layout_box_vertical .input_text {
  width: 300px;
}
.layout_box_vertical .autocomplete {
  padding-bottom: 1em;
}
/* 225-search.less end */


/***** 240-button.css *****/

/* 240-button.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
button.button,
a.button,
a.button:active,
input[type=submit],
input[type=button],
a.button:visited,
span.button {
  text-align: center;
  padding: 0.5em 0.5em;
  text-decoration: none;
  border: none;
  background: #from;
  background: -moz-linear-gradient(top, #777474, #434242);
  background: -webkit-linear-gradient(top, #777474, #434242);
  background: -ms-linear-gradient(top, #777474, #434242);
  background: -o-linear-gradient(top, #777474, #434242);
  background: linear-gradient(top, #777474, #434242);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777474', endColorstr='#434242', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777474', endColorstr='#434242');
  cursor: pointer;
}
button.active,
a.button.active {
  color: #ffffff;
  text-decoration: none;
}
button.button:hover,
a.button:hover,
input.submit:hover,
span.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  text-decoration: none;
  border: none;
  background: #from;
  background: -moz-linear-gradient(top, #6a6767, #000000);
  background: -webkit-linear-gradient(top, #6a6767, #000000);
  background: -ms-linear-gradient(top, #6a6767, #000000);
  background: -o-linear-gradient(top, #6a6767, #000000);
  background: linear-gradient(top, #6a6767, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6767', endColorstr='#000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6767', endColorstr='#000000');
}
.button_important,
a.button_important,
a.button_important:active,
a.button_important:visited,
span.button_important {
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.5em;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: #from;
  background: -moz-linear-gradient(top, #777474, #434242);
  background: -webkit-linear-gradient(top, #777474, #434242);
  background: -ms-linear-gradient(top, #777474, #434242);
  background: -o-linear-gradient(top, #777474, #434242);
  background: linear-gradient(top, #777474, #434242);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777474', endColorstr='#434242', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777474', endColorstr='#434242');
  cursor: pointer;
  display: inline-block;
}
.button_important:hover,
a.button_important:hover,
span.button_important:hover {
  color: #fff;
  background: #from;
  background: -moz-linear-gradient(top, #6a6767, #000000);
  background: -webkit-linear-gradient(top, #6a6767, #000000);
  background: -ms-linear-gradient(top, #6a6767, #000000);
  background: -o-linear-gradient(top, #6a6767, #000000);
  background: linear-gradient(top, #6a6767, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6767', endColorstr='#000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6767', endColorstr='#000000');
}
/* -- input.button:hover, --*/
div.search_top span.button {
  border: none;
}
button.special,
a.button.special,
a.button.special:active,
a.button.special:visited,
a.button.add_to_cart,
a.button.marketing,
input.add_to_basket_submit {
  margin-bottom: 0.3em;
  padding: 0.5em 0.5em;
  border: none;
  text-decoration: none;
  background: #from;
  background: -moz-linear-gradient(top, #6a6767, #000000);
  background: -webkit-linear-gradient(top, #6a6767, #000000);
  background: -ms-linear-gradient(top, #6a6767, #000000);
  background: -o-linear-gradient(top, #6a6767, #000000);
  background: linear-gradient(top, #6a6767, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6767', endColorstr='#000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6767', endColorstr='#000000');
}
.button.special.active,
a.button.special.active,
a.button.add_to_cart.active,
a.button.marketing:active,
input.add_to_basket_submit:active,
button.special:hover,
a.button.special:hover,
a.button.add_to_cart:hover,
input.add_to_basket_submit:hover,
a.button.marketing:hover {
  color: #fff;
  border: none;
  background: #from;
  background: -moz-linear-gradient(top, #504e4e, #373535);
  background: -webkit-linear-gradient(top, #504e4e, #373535);
  background: -ms-linear-gradient(top, #504e4e, #373535);
  background: -o-linear-gradient(top, #504e4e, #373535);
  background: linear-gradient(top, #504e4e, #373535);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#504e4e', endColorstr='#373535', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#504e4e', endColorstr='#373535');
}
.special_hint {
  vertical-align: middle;
  margin-bottom: 0.2em;
  margin-right: 0 !important;
}
.special_hint.b_top {
  background-color: #B20101;
  color: #fff;
}
.special_hint.b_special {
  background-color: #459200;
  color: #fff;
}
.special_hint.b_new {
  background-color: #007A7A ;
  color: #fff;
}
.button_auto_width div {
  width: 100%;
}
.button_auto_width div a.button.add_to_cart,
.button_auto_width div a.button.cart_toggle_0,
.button_auto_width div a.button.cart_toggle_1 {
  display: block;
}
.button_auto_width div a.button.details {
  width: 65px;
  background: #from;
  background: -moz-linear-gradient(top, #e9e8e8, #b6b4b4);
  background: -webkit-linear-gradient(top, #e9e8e8, #b6b4b4);
  background: -ms-linear-gradient(top, #e9e8e8, #b6b4b4);
  background: -o-linear-gradient(top, #e9e8e8, #b6b4b4);
  background: linear-gradient(top, #e9e8e8, #b6b4b4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e8e8', endColorstr='#b6b4b4', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e8e8', endColorstr='#b6b4b4');
  color: #2a2828;
}
.button_minimal,
a.button_minimal,
a.button_minimal:active,
a.button_minimal:visited,
span.button_minimal,
input[type=button_minimal],
button[type=submit].button_minimal {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
  padding: 0.5em 0.5em;
  text-decoration: none;
  border: none;
  background: #from;
  background: -moz-linear-gradient(top, #cfcece, #c3c1c1);
  background: -webkit-linear-gradient(top, #cfcece, #c3c1c1);
  background: -ms-linear-gradient(top, #cfcece, #c3c1c1);
  background: -o-linear-gradient(top, #cfcece, #c3c1c1);
  background: linear-gradient(top, #cfcece, #c3c1c1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcece', endColorstr='#c3c1c1', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcece', endColorstr='#c3c1c1');
  cursor: pointer;
}
button_minimal:hover,
a.button_minimal:hover,
input.submit:hover,
span.button_minimal:hover,
input[type=submit]:hover,
input[type=button_minimal]:hover,
button[type=submit].button_minimal:hover {
  font-size: 13px;
  text-decoration: none;
  border: none;
  background: #from;
  background: -moz-linear-gradient(top, #777474, #434242);
  background: -webkit-linear-gradient(top, #777474, #434242);
  background: -ms-linear-gradient(top, #777474, #434242);
  background: -o-linear-gradient(top, #777474, #434242);
  background: linear-gradient(top, #777474, #434242);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777474', endColorstr='#434242', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777474', endColorstr='#434242');
}
div.button_column a.button,
div.button_column input.add_to_basket_submit,
div.button_column input.button,
div.button_column button {
  display: block;
  width: 100%;
}
.list_type_list_active {
  background: url(icons/list_list_active.png) no-repeat;
  height: 20px;
  width: 27px;
  display: inline-block;
}
.list_type_list:hover {
  background: url(icons/list_list_active.png) no-repeat;
}
.list_type_list {
  background-image: url(icons/list_list.png);
}
.list_type_matrix_2_active {
  background-image: url(icons/list_matrix_2_active.png);
}
.list_type_matrix_2:hover {
  background-image: url(icons/list_matrix_2_active.png);
}
.list_type_matrix_2 {
  background-image: url(icons/list_matrix_2.png);
}
.list_type_matrix_3_active {
  background-image: url(icons/list_matrix_3_active.png);
}
.list_type_matrix_3 {
  background-image: url(icons/list_matrix_3.png);
}
.list_type_matrix_3:hover {
  background-image: url(icons/list_matrix_3_active.png);
}
.list_type_matrix_4_active {
  background-image: url(icons/list_matrix_4_active.png);
}
.list_type_matrix_4 {
  background-image: url(icons/list_matrix_4.png);
}
.list_type_matrix_4:hover {
  background-image: url(icons/list_matrix_4_active.png);
}
.button_home {
  width: 100%;
  heigth: 100%;
  margin-right: 0px;
  border-left: 1px solid #4E4E4E;
  border-right: 1px solid #000;
}
.button_home a {
  display: block;
  width: 100%;
  background-image: url(icons/home_button_dark.png);
  background-repeat: no-repeat;
  background-position: 9px 7px;
  color: #fff;
  height: 100%;
}
.button_home:hover {
  background-image: url(icons/home_button_light.png);
  background-repeat: no-repeat;
  background-position: 9px 7px;
  -webkit-box-shadow: inset 4px 4px 11px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 4px 4px 11px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 4px 4px 11px rgba(0, 0, 0, 0.4);
  box-shadow: inset 4px 4px 11px rgba(0, 0, 0, 0.4);
}
/* 240-button.less end */


/***** 250-box.css *****/

/* 250-box.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
/*----Startseite hover-----*/
.simple_box .text {
  display: none;
}
.simple_box:hover .box_hover {
  background-color: #c00;
}
.simple_box:hover .box_hover span,
.simple_box:hover .box_hover .annotation,
.simple_box:hover .box_hover a {
  color: #fff;
}
.simple_box:hover .box_hover .text {
  display: block;
  color: #fff;
  position: relative;
  margin: 0 -1em;
}
.simple_box:hover .box_hover .text > div {
  padding: 0 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #c00;
  padding-bottom: 10px;
}
.box_hover {
  padding: 15px 1em;
  width: 193px;
  margin-left: -13px;
  height: 56px;
  margin-top: -10px;
}
.simple_box {
  border: 1px solid #eee;
}
.box2 {
  margin-bottom: 1.5em;
}
.box2 .like_buttons {
  padding-left: 10px;
}
.box2 .box2_head,
.box2 .heading_box_title {
  background: #from;
  background: -moz-linear-gradient(top, #f5f5f5, #e9e8e8);
  background: -webkit-linear-gradient(top, #f5f5f5, #e9e8e8);
  background: -ms-linear-gradient(top, #f5f5f5, #e9e8e8);
  background: -o-linear-gradient(top, #f5f5f5, #e9e8e8);
  background: linear-gradient(top, #f5f5f5, #e9e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e9e8e8', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e9e8e8');
  color: #2a2828;
  text-transform: uppercase;
  padding: 10px 0px 10px 10px;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin: 0px;
  color: #565656;
  border-bottom: 1px solid #cfcfcf;
}
.box2 .box2_body {
  background-color: #f5f5f5;
  padding: 0;
  padding: 8px 10px 0 10px;
}
.box2 .box2_body .simple_box {
  border: none;
}
.box2 .box2_body .like_buttons {
  padding: 1em;
}
div.heading_box_title {
  margin-bottom: 0;
  border-bottom: 1px solid #CFCFCF;
}
div.heading_box_title h1 {
  margin-bottom: 0;
  border-bottom: none;
}
.heading_box {
  padding: 0;
}
.heading_box .heading_box {
  padding: 10px 0 10px 10px;
  text-transform: uppercase;
}
/* 250-box.less end */


/***** 253-accordeon.css *****/

/* 253-accordeon.less start */
/* definitions.less start */
/* lib/all_utils.less start */
/* lib/definitions.less start */
/* lib/definitions.less end */
/* lib/utils.less start */
/* lib/utils.less end */
/* lib/all_utils.less end */
/* definitions.less end */
div.accordion_body div.accordion_body_inner {
  padding: 2em 1em 1.5em 1em;
}
div.accordion_item {
  border-top: 1px solid #ddd;
}
.accordion_item:first {
  border: none;
}
div.accordion_item.inactive div.accordion_head:hover,
div.accordion_item.active div.accordion_head {
  background-color: #2a2828;
  color: #fff;
}
.ui-accordion-header {
  padding: 10px 0 10px 5px;
  margin: 0;
}
.ui-state-default {
  background: #from;
  background: -moz-linear-gradient(top, #f5f5f5, #e9e8e8);
  background: -webkit-linear-gradient(top, #f5f5f5, #e9e8e8);
  background: -ms-linear-gradient(top, #f5f5f5, #e9e8e8);
  background: -o-linear-gradient(top, #f5f5f5, #e9e8e8);
  background: linear-gradient(top, #f5f5f5, #e9e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e9e8e8', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e9e8e8');
}
.ui-accordion {
  border: 1px solid #ddd;
}
.ui-accordion-content-active {
  height: 100px;
}
div.arrow_right div.accordion_item.inactive div.accordion_head > div.accordion_head_inner {
  background: url(icons/circle_type.png) no-repeat;
  padding-left: 20px;
}
div.arrow_right div.accordion_item.inactive div.accordion_head > div.accordion_head_inner:hover,
div.arrow_right div.accordion_item.active div.accordion_head > div.accordion_head_inner {
  background: url(icons/circle_type_active.png) no-repeat;
}
div.arrow_right div.accordion_head {
  padding: 0.5em 1em 0.5em 0.4em;
}
/* 253-accordeon.less end */
