/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  /*  font-family: sans-serif; // 1 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*** Default *******************************************************************************************************/
html {
  font-size: 14px;
  font-family: monospace, "Century Gothic", Arial, sans-serif;
}
/* Allgemeine Formatierungen */
button {
  border: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.button30 {
  height: 30px;
  line-height: 30px;
}
.button40 {
  height: 40px;
  line-height: 40px;
}
.button50 {
  height: 50px;
  line-height: 50px;
}
.button55 {
  height: 55px;
  line-height: 55px;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
}
img[data-responsive] {
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.ueberschrift {
  font-weight: bold !important;
}
.text_bold {
  font-weight: bold !important;
}
.col_button {
  cursor: pointer;
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.bg_button_no {
  cursor: not-allowed !important;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #888888;
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #888888;
  display: inline-block;
  line-height: 34px;
}
input:hover {
  border: 1px solid #5555bb;
  -webkit-box-shadow: 0 1px;
          box-shadow: 0 1px;
}
textarea {
  border: 1px solid #888888;
}
textarea:hover {
  border: 1px solid #5555bb;
  -webkit-box-shadow: 0 1px;
          box-shadow: 0 1px;
}
.form_err {
  color: #cc0000 !important;
}
input.form_err,
.select_wrapper.form_err,
textarea.form_err {
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 1px 1px;
          box-shadow: 0 0 1px 1px;
}
.form_ok {
  color: #44cc44 !important;
}
.txt_msg {
  color: #cc0000 !important;
}
.center {
  text-align: center;
}
.center50 {
  width: 50%;
  margin-left: 25%;
}
.center60 {
  width: 60%;
  margin-left: 20%;
}
.rounded5 {
  border-radius: 5px;
}
.rounded10 {
  border-radius: 10px;
}
.abstand18 {
  position: relative;
  width: 100%;
  height: 18px;
}
.clear,
.clearfix {
  clear: both;
}
.bg_list1 {
  background-color: #ffffff;
}
.bg_list2 {
  background-color: #f8f8f8;
}
.float_right {
  float: right !important;
}
.float_left {
  float: left !important;
}
span.select_wrapper {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 32px;
  border: 1px solid #888888;
  padding: 0;
  background-color: #ffffff;
}
span.selectbox {
  display: inline-block;
  line-height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
}
span.selectbox:before {
  content: '';
  right: 0;
  top: 0px;
  width: 20px;
  height: 32px;
  background: #ffffff;
  position: absolute;
  pointer-events: none;
  display: block;
}
span.selectbox:after {
  content: '▼';
  font: 16px "Consolas", monospace;
  color: #888888;
  right: 10px;
  top: 5px;
  padding: 0 0 0 4px;
  border-left: 1px solid #888888;
  position: absolute;
  pointer-events: none;
}
span.selectbox select {
  height: 32px;
  border: 0;
  cursor: pointer;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  /* .myClass { color:red; } */
  /* Safari only override */
  ::i-block-chrome,
  span.selectbox:before {
    -webkit-appearance: none;
    height: 28px;
    top: 2px;
  }
  ::i-block-chrome,
  span.selectbox select {
    -webkit-appearance: none;
  }
}
span.selectbox option {
  padding: 0 5px;
}
.site_head {
  margin-bottom: 18px;
  padding: 0 18px;
  position: relative;
  height: 55px;
  line-height: 55px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.site_head_small {
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  min-height: 55px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.site_body {
  padding: 18px 0;
  position: relative;
}
.shadow {
  -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.5);
          box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.5);
}
.col_inner {
  padding: 18px;
}
.show_desktop {
  display: none;
}
/* ENDE Allgemeine Formatierungen */
/*** Design *******************************************************************************************************/
/* Seitenaufbau */
body {
  position: relative;
}
#bg_wrapper {
  background: 50% 0 repeat fixed;
  min-height: 1000px;
  z-index: 10;
}
/* Formatierungen Header */
header {
  z-index: 101;
  position: relative;
}
/* top_menu in oss_menu_oben.less */
#logo_wrapper_oben,
#logo_wrapper_unten {
  z-index: 101;
  -webkit-transition: margin-top 0.5s;
       -o-transition: margin-top 0.5s;
          transition: margin-top 0.5s;
  text-align: center;
}
#logo {
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#banner_1 {
  text-align: center;
}
#banner_2 {
  text-align: center;
}
#cat_menu_wrapper {
  left: 0;
  right: 0;
  z-index: 101;
}
#cat_menu_wrapper.shodow {
  -webkit-box-shadow: 0 5px 5px 0 #888;
          box-shadow: 0 5px 5px 0 #888;
}
#menu_switch_wrapper {
  left: 0;
  right: 0;
  margin-top: 1px;
  z-index: 101;
}
/* ENDE Formatierungen Header */
/* Formatierungen HTML-Text auf Startseite */
#start_html {
  position: relative;
  padding-bottom: 18px;
  padding-top: 18px;
}
.text_startseite {
  text-align: left;
}
/* ENDE Formatierungen HTML-Text auf Startseite */
/* Formatierungen Hauptbereich */
.main_content {
  position: relative;
}
#main {
  position: relative;
  margin: auto;
}
#site_counter {
  position: relative;
  margin: auto;
}
.banner2 {
  margin-bottom: 18px !important;
}
/* Formatierungen Hauptbereich */
/* Formatierungen Footer */
/* footer { position:relative; } in oss_footer.less */
/* ENDE Formatierungen Footer */
#coupon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 317px;
  height: 228px;
}
.coupon_mail {
  position: absolute;
  bottom: 24px;
  right: 80px;
}
.coupon_mail > input {
  width: 100px;
  padding: 0 5px;
  line-height: 23px;
  height: 23px;
}
#coupon_ok1 {
  position: absolute;
  bottom: 24px;
  right: 37px;
  cursor: pointer;
}
#coupon_ok2 {
  position: absolute;
  bottom: 24px;
  right: 37px;
}
.content_center {
  position: relative;
  margin: auto;
}
.content_center_nopad {
  position: relative;
  margin: auto;
}
.content_center_norm {
  position: relative;
  margin: auto;
}
.col_single {
  width: 100%;
  position: relative;
}
.col_single_center {
  width: 50%;
  position: relative;
  margin-left: 25%;
}
.col_single_center80 {
  width: 80%;
  position: relative;
  margin-left: 10%;
}
/* 2 Spalten */
.col_ll_l {
  width: 50%;
  position: relative;
  float: left;
}
.col_ll_r {
  width: 50%;
  position: relative;
  float: left;
}
/* 2 Spalten mit mittlerem Abstand*/
.col_lsl_r {
  width: 49%;
  position: relative;
  float: left;
}
.col_lsl_m {
  width: 2%;
  height: 10px;
  float: left;
}
.col_lsl_l {
  width: 49%;
  position: relative;
  float: left;
}
.col495_lsl_r {
  width: 49.5%;
  position: relative;
  float: left;
}
.col495_lsl_m {
  width: 1%;
  height: 10px;
  float: left;
}
.col495_lsl_l {
  width: 49.5%;
  position: relative;
  float: left;
}
.col66_lsl_l {
  width: 66%;
  position: relative;
  float: left;
}
.col66_lsl_m {
  width: 1%;
  height: 10px;
  float: left;
}
.col66_lsl_r {
  width: 33%;
  position: relative;
  float: left;
}
.col66_lsl_r img {
  width: 100%;
  background-color: #eeeeee;
}
/* 2 Spalten in Spalte */
.col_in_ll_l {
  width: 50%;
  position: relative;
  float: left;
}
.col_in_ll_r {
  width: 50%;
  position: relative;
  float: left;
}
/* 2 Spalten in Spalte mit Abstand */
.col_in_lsl_l {
  width: 49%;
  position: relative;
  float: left;
}
.col_in_lsl_m {
  width: 2%;
  height: 10px;
  position: relative;
  float: left;
}
.col_in_lsl_r {
  width: 49%;
  position: relative;
  float: left;
}
.col_resp_show {
  display: block;
}
.col_resp_hide {
  display: none;
}
/* Info: für Höhenausgleich Spalten und Spalten in Spalten */
.col_left_height {
  -webkit-transition: height 0.5s linear 0s;
       -o-transition: height 0.5s linear 0s;
          transition: height 0.5s linear 0s;
}
.col_right_height {
  -webkit-transition: height 0.5s linear 0s;
       -o-transition: height 0.5s linear 0s;
          transition: height 0.5s linear 0s;
}
.col_in_left_height {
  -webkit-transition: height 0.5s linear 0s;
       -o-transition: height 0.5s linear 0s;
          transition: height 0.5s linear 0s;
}
.col_in_right_height {
  -webkit-transition: height 0.5s linear 0s;
       -o-transition: height 0.5s linear 0s;
          transition: height 0.5s linear 0s;
}
.startbild_l img {
  display: block;
  position: relative;
  width: 591px;
  height: 370px;
  margin: 0 1px 1px 0;
  float: left;
}
.startbild_r img {
  display: block;
  position: relative;
  width: 591px;
  height: 370px;
  margin: 0 0 1px 0;
  float: left;
}
.startbild_lb img {
  display: block;
  position: relative;
  width: 812px;
  height: 370px;
  margin: 0 1px 1px 0;
  float: left;
}
.startbild_rb img {
  display: block;
  position: relative;
  width: 812px;
  height: 370px;
  margin: 0 0 1px 0;
  float: left;
}
.startbild_ls img {
  display: block;
  position: relative;
  width: 370px;
  height: 370px;
  margin: 0 1px 1px 0;
  float: left;
}
.startbild_rs img {
  display: block;
  position: relative;
  width: 370px;
  height: 370px;
  margin: 0 0 1px 0;
  float: left;
}
/* Ajax-Box / Info-Seite */
#info-box-aussen {
  position: relative;
  border: 1px solid #000000;
  padding: 13px;
  width: 681px;
}
#info-box {
  padding: 14px;
}
#info-box h1 {
  margin: 0 0 18px;
}
#button {
  position: relative;
  left: 50%;
  margin: 24px 0 0 -45px;
  width: 90px;
}
#feedback_box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: -92px 0 0 -117px;
  background-color: #ffffff;
  z-index: 1000;
  display: none;
  border: 1px solid #000000;
  padding: 16px 16px 75px 16px;
}
#feedback_rahmen {
  position: relative;
  text-align: center;
  padding: 16px;
  background-color: #e4e4e4;
}
#feedback_title {
  text-align: center;
  margin: 16px 0;
}
#feedback_time {
  text-align: center;
}
#feedback_but,
#feedback_link {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#feedback_close {
  display: inline-block;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  background-image: url(../images/system/btn_wk_delete.png);
}
#feedback_box_ml {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: -92px 0 0 -117px;
  background-color: #ffffff;
  z-index: 1000;
  display: none;
  border: 1px solid #000000;
  padding: 16px 16px 75px 16px;
}
#feedback_box_ml .wk_delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 34px;
  background-image: url(../images/system/btn_wk_delete.png);
  z-index: 1100;
  cursor: pointer;
}
#feedback_ml_title {
  text-align: center;
  margin: 30px 0 16px 0;
}
#feedback_ml_time {
  text-align: center;
}
#feedback_ml_but,
#feedback_ml_link {
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#admin_msg,
#admin_msgb {
  position: fixed;
  display: none;
  width: 646px;
  height: auto;
  top: 0;
  left: 50%;
  margin-left: -333px;
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  z-index: 1000;
  padding: 10px;
  border-bottom: 25px solid #000000;
}
#admin_msg:after,
#admin_msgb:after {
  bottom: -21px;
  content: "■";
  font-size: 20px;
  left: 323px;
  position: absolute;
}
#admin_msg p,
#admin_msgb p {
  display: table-cell;
  font-size: 22px;
  min-height: 70px;
  text-align: center;
  vertical-align: middle;
  width: 646px;
}
.MagicZoomPup {
  border: 1px solid #aaa !important;
}
.fancybox-inner {
  position: static !important;
  display: inline-block;
  max-width: 400px;
  max-height: 400px;
}
.fancybox-inner .titel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-inner .inhalt {
  position: relative;
  min-height: 200px;
  min-width: 250px;
  max-width: 350px;
  padding: 10px 0 10px 10px;
  margin-right: -17px;
}
.fancybox-outer_add {
  padding: 65px 0 65px 0 !important;
}
.fancybox-outer_add .buttons {
  height: 55px;
  min-width: 250px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}
.fancybox-outer_add .buttons .bg_button_only_hover,
.fancybox-outer_add .buttons .bg_button {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 50%;
  vertical-align: top;
  cursor: pointer;
  float: left;
}
.fb_slider {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.vertical-track {
  width: 10px;
  background-color: #ffffff;
  right: -3px;
}
.vertical-handle {
  width: 10px;
  background-color: #666666;
  border-radius: 5px;
}
#top_menu_wrapper {
  position: relative;
  top: 0;
  z-index: 100;
  height: 26px;
  width: 100%;
  left: 0;
  -webkit-transition: margin-top 0.5s;
       -o-transition: margin-top 0.5s;
          transition: margin-top 0.5s;
}
#top_menu_height {
  height: 26px;
}
#top_menu_outer {
  position: relative;
}
.top_menu {
  position: relative;
  z-index: 100;
  height: 26px;
  line-height: 26px;
  /* Suchfeld */
  /* Währung */
  /* Flaggen */
}
.top_menu menu {
  font-size: 0;
}
.top_menu .menu_kat.full {
  display: none;
}
.top_menu .menu_kat.small {
  position: relative;
  display: inline-block;
  height: 26px;
}
.top_menu .menu_no_kat.full {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 26px;
}
.top_menu .menu_no_kat.small {
  display: none;
}
.top_menu .menu_left.full {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 26px;
}
.top_menu .menu_left.small {
  display: none;
}
.top_menu .menu_right {
  position: absolute;
  right: 10px;
  top: 0;
  height: 26px;
  text-align: right;
}
.top_menu .menu_item {
  margin-right: 8px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.top_menu form,
.top_menu span {
  display: inline-block;
  vertical-align: top;
}
.top_menu #menupos_4 .menu_item {
  margin-right: 0;
}
.top_menu .menu_merkliste {
  position: relative;
  display: inline-block;
  background-image: url(../images/system/btn_merkliste.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: 26px;
}
.top_menu .menu_merkliste a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.top_menu .menu_warenkorb a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.top_menu .small .menu_warenkorb {
  background-image: url(../images/system/btn_warenkorb.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: 26px;
  margin-right: 0;
}
.top_menu .small .menu_warenkorb span {
  display: none;
}
.top_menu .full .menu_warenkorb {
  margin-right: 0;
}
.top_menu #suchform,
.top_menu #suchform2 {
  display: inline-block;
}
.top_menu #suche_wrapper {
  display: inline-block;
  position: relative;
}
.top_menu #top_menu_suche {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  width: 35px;
  height: 26px;
  background-image: url(../images/system/lupe.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.top_menu .full #suche_wrapper {
  width: 188px;
  height: 26px;
}
.top_menu .full #suche_wrapper .suche_input {
  position: relative;
  background-color: transparent;
}
.top_menu .full #suche_wrapper .suche_input {
  position: relative;
  text-align: left;
}
.top_menu .full #suche_wrapper .top_menu_input {
  height: 20px;
  line-height: 20px;
  width: 150px;
  font-size: 15px;
  margin-top: 3px;
}
.top_menu .small #suche_wrapper {
  width: 35px;
  height: 26px;
}
.top_menu .small #suche_wrapper .suche_input {
  display: none;
}
.top_menu .small #suche_wrapper #top_menu_suche {
  display: inline-block;
  position: relative;
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  width: 35px;
  -webkit-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
  height: 26px;
  background-image: url(../images/system/lupe.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.top_menu .full #menu_waehrung,
.top_menu .small #menu_waehrung {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 26px;
  width: 40px;
  text-align: center;
}
.top_menu .full #menu_waehrung span,
.top_menu .small #menu_waehrung span {
  cursor: pointer;
  height: 26px;
}
.top_menu .full #menu_waehrung .waehrung,
.top_menu .small #menu_waehrung .waehrung {
  display: inline-block;
}
.top_menu .full #menu_waehrung .waehrung_mobile,
.top_menu .small #menu_waehrung .waehrung_mobile {
  display: none;
}
.top_menu .mobile #menu_waehrung {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 26px;
  width: auto;
  text-align: center;
}
.top_menu .mobile #menu_waehrung span {
  cursor: pointer;
  height: 26px;
}
.top_menu .mobile #menu_waehrung .waehrung {
  display: none;
}
.top_menu .mobile #menu_waehrung .waehrung_mobile {
  display: inline-block;
}
.top_menu #menu_waehrung_sub {
  position: absolute;
  top: 26px;
  left: -20px;
  width: 60px;
  padding: 5px 10px;
}
.top_menu #menu_waehrung_sub label {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 60px;
  text-align: center;
  cursor: pointer;
}
.top_menu .mobile #menu_waehrung_sub {
  left: -25px;
}
.top_menu .small #menu_flaggen_small {
  position: relative;
  display: inline-block;
  z-index: 10;
  height: 26px;
  width: 30px;
  margin-left: 5px;
  background-image: url(../images/system/btn_erde.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.top_menu .full #menu_flaggen_small {
  display: none;
}
.top_menu .full #menu_flaggen {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 26px;
  padding-top: 3px;
}
.top_menu .full #menu_flaggen span {
  position: relative;
  width: 30px;
  margin-left: 5px;
}
.top_menu .full #menu_flaggen a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 19px;
}
.top_menu .small #menu_flaggen {
  display: none;
}
#suchen_responsive {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 1000;
  display: none;
}
#suchen_responsive .suche_input {
  position: relative;
  height: 50px;
  text-align: right;
}
#suchen_responsive .suche2 {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 9px;
}
#suchen_responsive input {
  width: 300px;
}
#flaggen_responsive {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 1000;
  display: none;
}
#flaggen_responsive .flaggen {
  position: relative;
  margin-top: 14px;
  text-align: center;
  z-index: 10;
}
#flaggen_responsive .flaggen a {
  display: block;
  position: absolute;
  width: 30px;
  height: 19px;
}
#flaggen_responsive .flaggen span {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 30px;
  height: 19px;
  margin-left: 5px;
  text-align: left;
}
/*** Artikel-Liste ***************************************************************************************************/
#article_container:after,
#popup_container:after {
  clear: both;
}
#article_container .art_box,
#popup_container .art_box {
  /* Darf kein position:x entflaten ! */
}
#article_container .art_box .art_box_inner,
#popup_container .art_box .art_box_inner {
  position: relative;
}
#article_container .art_box .art_box_link,
#popup_container .art_box .art_box_link {
  display: block;
  position: relative;
  background-color: transparent;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#article_container .art_box .art_box_over,
#popup_container .art_box .art_box_over {
  z-index: 20;
}
#article_container .art_box .line_h,
#popup_container .art_box .line_h {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 10;
  background-image: url(../images/system/line_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#article_container .art_box .line_v,
#popup_container .art_box .line_v {
  position: absolute;
  top: 0 ;
  bottom: 0;
  display: block;
  z-index: 10;
  background-image: url(../images/system/line_vertikal.png);
  background-repeat: repeat-y;
  background-position: bottom;
}
#article_container .art_box .art_box_top_over,
#popup_container .art_box .art_box_top_over {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  line-height: 30px;
  -webkit-transition: height 0.5s ease 0s;
       -o-transition: height 0.5s ease 0s;
          transition: height 0.5s ease 0s;
  z-index: 30;
}
#article_container .art_box:hover .art_box_top_over,
#popup_container .art_box:hover .art_box_top_over {
  height: 30px;
  -webkit-transition: height 0.5s ease 0s;
       -o-transition: height 0.5s ease 0s;
          transition: height 0.5s ease 0s;
}
#article_container .art_box .art_link_top,
#popup_container .art_box .art_link_top {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#article_container .art_box .ang_gp,
#popup_container .art_box .ang_gp {
  position: absolute;
  left: 0;
  height: 43px;
  top: -43px;
  right: 0;
  z-index: 30;
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
#article_container .art_box .ang_gp_merkmal,
#popup_container .art_box .ang_gp_merkmal {
  position: absolute;
  left: 0;
  height: 43px;
  top: -65px;
  right: 0;
  z-index: 30;
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
#article_container .art_box .art_menge,
#popup_container .art_box .art_menge {
  position: absolute;
  top: 19px;
  left: 0;
  padding: 2px 10px;
  z-index: 20;
  height: 20px;
  line-height: 20px;
}
#article_container .art_box .art_sonderpreis,
#popup_container .art_box .art_sonderpreis {
  position: absolute;
  top: 19px;
  right: 0;
  padding: 2px 10px;
  z-index: 20;
  height: 20px;
  line-height: 20px;
}
#article_container .art_box .art_sonderpreis span,
#popup_container .art_box .art_sonderpreis span {
  text-decoration: line-through;
}
#article_container .art_box .sonderpreis_img,
#popup_container .art_box .sonderpreis_img {
  position: absolute;
  background-image: url(../images/system/prozente.png);
  background-repeat: no-repeat;
  top: 0;
  right: 11px;
  height: 71px;
  width: 49px;
  text-align: center;
  z-index: 40;
}
#article_container .art_box .sonderpreis_img span,
#popup_container .art_box .sonderpreis_img span {
  display: inline-block;
  position: relative;
  color: #ffffff;
  margin-top: 14px;
  margin-left: 1px;
}
#article_container .art_box .is_ml,
#popup_container .art_box .is_ml {
  position: absolute;
  top: 11px;
  right: 11px;
  height: 71px;
  width: 49px;
  text-align: center;
  z-index: 40;
  display: none;
}
#article_container .art_box .is_ml_angebot,
#popup_container .art_box .is_ml_angebot {
  position: absolute;
  top: 65px;
  right: 11px;
  height: 71px;
  width: 49px;
  text-align: center;
  z-index: 40;
  display: none;
}
#article_container .art_box .ml_stern,
#popup_container .art_box .ml_stern {
  background-image: url(../images/system/merkliste_stern.png);
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}
#article_container .art_box .preis_box_text,
#popup_container .art_box .preis_box_text {
  position: relative;
  width: 100%;
  height: 75px;
  z-index: 10;
}
#article_container .art_box .preis_box_text_object,
#popup_container .art_box .preis_box_text_object {
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 10;
}
#article_container .art_box .preis_box_over,
#popup_container .art_box .preis_box_over {
  position: absolute;
  bottom: 0;
  z-index: 20;
  height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
#article_container .art_box .merkmal_over,
#popup_container .art_box .merkmal_over {
  position: absolute;
  top: 0;
  z-index: 35;
  height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
  text-align: center;
  line-height: 22px;
}
#article_container .art_box .merkmal_over_oben,
#popup_container .art_box .merkmal_over_oben {
  position: absolute;
  top: 0;
  height: 0;
  z-index: 35;
  overflow: hidden;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
  text-align: center;
  line-height: 22px;
}
#article_container .art_box .merkmal_over a,
#popup_container .art_box .merkmal_over a,
#article_container .art_box .merkmal_over_oben a,
#popup_container .art_box .merkmal_over_oben a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 0 5px;
}
#article_container .art_box:hover .preis_box_over,
#popup_container .art_box:hover .preis_box_over {
  overflow: visible;
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
#article_container .art_box:hover .merkmal_over,
#popup_container .art_box:hover .merkmal_over {
  height: 22px;
  top: -22px;
  -webkit-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
#article_container .art_box:hover .merkmal_over_oben,
#popup_container .art_box:hover .merkmal_over_oben {
  overflow: visible;
  height: 22px;
  top: 30px;
  -webkit-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
#article_container .art_box .art_box_link2,
#popup_container .art_box .art_box_link2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 25;
  text-decoration: none;
}
#article_container .art_box .art_name_alt,
#popup_container .art_box .art_name_alt {
  position: absolute;
  top: 12px;
  left: 5px;
  right: 5px;
  text-align: center;
  line-height: 11px;
  z-index: 10;
}
#article_container .art_box .art_name,
#popup_container .art_box .art_name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  z-index: 10;
}
#article_container .art_box .art_name2z,
#popup_container .art_box .art_name2z {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 40px;
  line-height: 20px;
  z-index: 10;
}
#article_container .art_box .art_ust,
#popup_container .art_box .art_ust {
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 100px;
  height: 15px;
  line-height: 14px;
  z-index: 10;
}
#article_container .art_box .art_ust_foto,
#popup_container .art_box .art_ust_foto {
  position: absolute;
  bottom: 10px;
  left: 5px;
  width: 100px;
  height: 15px;
  line-height: 14px;
  z-index: 10;
}
#article_container .art_box .art_versand,
#popup_container .art_box .art_versand {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 25;
}
#article_container .art_box .art_versand a,
#popup_container .art_box .art_versand a {
  text-decoration: none;
  z-index: 25;
}
#article_container .art_box .art_versand a:hover,
#popup_container .art_box .art_versand a:hover {
  text-decoration: underline;
}
#article_container .art_box .art_preis,
#popup_container .art_box .art_preis {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
}
#article_container .art_box:hover .art_over_symbol,
#popup_container .art_box:hover .art_over_symbol {
  opacity: 1;
  z-index: 20;
  -webkit-transition: opacity 0.5s ease 0s;
       -o-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
}
#article_container .art_box .art_over_symbol,
#popup_container .art_box .art_over_symbol {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  margin-left: -56px;
  margin-top: -16px;
  width: 120px;
  height: 32px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
       -o-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
}
#article_container .art_box .art_over_symbol .art_over_show,
#popup_container .art_box .art_over_symbol .art_over_show {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 28px;
  height: 26px;
  background-image: url(../images/system/Icon_details.png);
}
#article_container .art_box .art_over_symbol .art_over_show:hover,
#popup_container .art_box .art_over_symbol .art_over_show:hover {
  background-image: url(../images/system/Icon_details_ovr.png);
}
#article_container .art_box .art_over_symbol .art_over_merk,
#popup_container .art_box .art_over_symbol .art_over_merk {
  position: absolute;
  left: 44px;
  width: 28px;
  height: 26px;
  background-color: transparent;
  background-image: url(../images/system/Icon_merkliste.png);
}
#article_container .art_box .art_over_symbol .art_over_merk:hover,
#popup_container .art_box .art_over_symbol .art_over_merk:hover {
  background-image: url(../images/system/Icon_merkliste_ovr.png);
}
#article_container .art_box .art_over_symbol .art_over_korb,
#popup_container .art_box .art_over_symbol .art_over_korb {
  position: absolute;
  left: 88px;
  width: 28px;
  height: 26px;
  background-color: transparent;
  background-image: url(../images/system/Icon_warenkorb.png);
}
#article_container .art_box .art_over_symbol .art_over_korb:hover,
#popup_container .art_box .art_over_symbol .art_over_korb:hover {
  background-image: url(../images/system/Icon_warenkorb_ovr.png);
}
#article_container .art_box .art_over_symbol .art_over_merk_sel,
#popup_container .art_box .art_over_symbol .art_over_merk_sel {
  position: absolute;
  left: 44px;
  width: 28px;
  height: 26px;
  background-color: transparent;
  background-image: url(../images/system/Icon_merkliste2.png);
}
#article_container .art_box .art_over_symbol .art_over_merk_sel:hover,
#popup_container .art_box .art_over_symbol .art_over_merk_sel:hover {
  background-image: url(../images/system/Icon_merkliste2_ovr.png);
}
#article_container .art_box .art_over_symbol .art_over_korb_sel,
#popup_container .art_box .art_over_symbol .art_over_korb_sel {
  position: absolute;
  left: 88px;
  width: 28px;
  height: 26px;
  background-color: transparent;
  background-image: url(../images/system/Icon_warenkorb2.png);
}
#article_container .art_box .art_over_symbol .art_over_korb_sel:hover,
#popup_container .art_box .art_over_symbol .art_over_korb_sel:hover {
  background-image: url(../images/system/Icon_warenkorb2_ovr.png);
}
#article_container .art_box .art_over_symbol a,
#popup_container .art_box .art_over_symbol a,
#article_container .art_box .art_over_symbol input,
#popup_container .art_box .art_over_symbol input {
  display: inline-block;
  width: 28px;
  height: 26px;
}
#article_container .art_box:hover .art_over_symbol_nl,
#popup_container .art_box:hover .art_over_symbol_nl {
  opacity: 1;
  z-index: 20;
  -webkit-transition: opacity 0.5s ease 0s;
       -o-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
}
#article_container .art_box .art_over_symbol_nl,
#popup_container .art_box .art_over_symbol_nl {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -16px;
  width: 72px;
  height: 32px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
       -o-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
}
#article_container .art_box .art_over_symbol_nl .art_over_show,
#popup_container .art_box .art_over_symbol_nl .art_over_show {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 28px;
  height: 26px;
  background-image: url(../images/system/Icon_details.png);
}
#article_container .art_box .art_over_symbol_nl .art_over_show:hover,
#popup_container .art_box .art_over_symbol_nl .art_over_show:hover {
  background-image: url(../images/system/Icon_details_ovr.png);
}
#article_container .art_box .art_over_symbol_nl .art_over_merk,
#popup_container .art_box .art_over_symbol_nl .art_over_merk {
  position: absolute;
  left: 44px;
  width: 28px;
  height: 26px;
  background-color: transparent;
  background-image: url(../images/system/Icon_merkliste.png);
}
#article_container .art_box .art_over_symbol_nl .art_over_merk:hover,
#popup_container .art_box .art_over_symbol_nl .art_over_merk:hover {
  background-image: url(../images/system/Icon_merkliste_ovr.png);
}
#article_container .art_box .art_over_symbol_nl .art_over_merk_sel,
#popup_container .art_box .art_over_symbol_nl .art_over_merk_sel {
  position: absolute;
  left: 44px;
  width: 28px;
  height: 26px;
  background-color: transparent;
  background-image: url(../images/system/Icon_merkliste2.png);
}
#article_container .art_box .art_over_symbol_nl .art_over_merk_sel:hover,
#popup_container .art_box .art_over_symbol_nl .art_over_merk_sel:hover {
  background-image: url(../images/system/Icon_merkliste2_ovr.png);
}
#article_container .art_box .art_over_symbol_nl a,
#popup_container .art_box .art_over_symbol_nl a,
#article_container .art_box .art_over_symbol_nl .art_over_symbol input,
#popup_container .art_box .art_over_symbol_nl .art_over_symbol input {
  display: inline-block;
  width: 28px;
  height: 26px;
}
#article_container .art_box:hover .art_over_symbol_conf,
#popup_container .art_box:hover .art_over_symbol_conf {
  opacity: 1;
  z-index: 20;
  -webkit-transition: opacity 0.5s ease 0s;
       -o-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
}
#article_container .art_box .art_over_symbol_conf,
#popup_container .art_box .art_over_symbol_conf {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  height: 32px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
       -o-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
}
#article_container .art_box .art_over_symbol_conf .art_over_show,
#popup_container .art_box .art_over_symbol_conf .art_over_show {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 28px;
  height: 26px;
  background-image: url(../images/system/Icon_details.png);
}
#article_container .art_box .art_over_symbol_conf .art_over_show:hover,
#popup_container .art_box .art_over_symbol_conf .art_over_show:hover {
  background-image: url(../images/system/Icon_details_ovr.png);
}
#article_container .art_box .art_over_symbol_conf a,
#popup_container .art_box .art_over_symbol_conf a,
#article_container .art_box .art_over_symbol_conf .art_over_symbol input,
#popup_container .art_box .art_over_symbol_conf .art_over_symbol input {
  display: inline-block;
  width: 28px;
  height: 26px;
}
.art_box .countdown_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 53px;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px 5px 10px;
}
.art_box:hover .countdown_wrapper {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.countdown_wrapper.center {
  text-align: center;
}
.countdown_wrapper.countdown_menge {
  height: 91px;
}
.countdown_wrapper .titelzeile {
  height: 15px;
  display: inline-block;
  vertical-align: top;
}
.countdown_wrapper .tage {
  display: inline-block;
  width: 37px;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  float: left;
}
.countdown_wrapper .stunden {
  display: inline-block;
  width: 37px;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  float: left;
}
.countdown_wrapper .minuten {
  display: inline-block;
  width: 37px;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  float: left;
}
.countdown_wrapper .sekunden {
  display: inline-block;
  width: 37px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  float: left;
}
.countdown_wrapper .timerzeile {
  height: 26px;
  display: inline-block;
}
.countdown_wrapper .tage_z {
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-right: 1px;
  float: left;
}
.countdown_wrapper .tage_e {
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-right: 5px;
  float: left;
}
.countdown_wrapper .stunden_z {
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-right: 1px;
  float: left;
}
.countdown_wrapper .stunden_e {
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-right: 5px;
  float: left;
}
.countdown_wrapper .minuten_z {
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-right: 1px;
  float: left;
}
.countdown_wrapper .minuten_e {
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-right: 5px;
  float: left;
}
.countdown_wrapper .sekunden_z {
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-right: 1px;
  float: left;
}
.countdown_wrapper .sekunden_e {
  display: inline-block;
  width: 18px;
  height: 26px;
  float: left;
}
.countdown_wrapper .red_0 {
  background-image: url(../images/timer/timer_rot0.jpg);
}
.countdown_wrapper .red_1 {
  background-image: url(../images/timer/timer_rot1.jpg);
}
.countdown_wrapper .red_2 {
  background-image: url(../images/timer/timer_rot2.jpg);
}
.countdown_wrapper .red_3 {
  background-image: url(../images/timer/timer_rot3.jpg);
}
.countdown_wrapper .red_4 {
  background-image: url(../images/timer/timer_rot4.jpg);
}
.countdown_wrapper .red_5 {
  background-image: url(../images/timer/timer_rot5.jpg);
}
.countdown_wrapper .red_6 {
  background-image: url(../images/timer/timer_rot6.jpg);
}
.countdown_wrapper .red_7 {
  background-image: url(../images/timer/timer_rot7.jpg);
}
.countdown_wrapper .red_8 {
  background-image: url(../images/timer/timer_rot8.jpg);
}
.countdown_wrapper .red_9 {
  background-image: url(../images/timer/timer_rot9.jpg);
}
.countdown_wrapper .blue_0 {
  background-image: url(../images/timer/timer_blau0.jpg);
}
.countdown_wrapper .blue_1 {
  background-image: url(../images/timer/timer_blau1.jpg);
}
.countdown_wrapper .blue_2 {
  background-image: url(../images/timer/timer_blau2.jpg);
}
.countdown_wrapper .blue_3 {
  background-image: url(../images/timer/timer_blau3.jpg);
}
.countdown_wrapper .blue_4 {
  background-image: url(../images/timer/timer_blau4.jpg);
}
.countdown_wrapper .blue_5 {
  background-image: url(../images/timer/timer_blau5.jpg);
}
.countdown_wrapper .blue_6 {
  background-image: url(../images/timer/timer_blau6.jpg);
}
.countdown_wrapper .blue_7 {
  background-image: url(../images/timer/timer_blau7.jpg);
}
.countdown_wrapper .blue_8 {
  background-image: url(../images/timer/timer_blau8.jpg);
}
.countdown_wrapper .blue_9 {
  background-image: url(../images/timer/timer_blau9.jpg);
}
.countdown_wrapper .timer_menge {
  position: relative;
  height: 40px;
  display: inline-block;
  width: 163px;
  margin: 0;
}
.countdown_wrapper .timer_menge_text {
  position: relative;
  height: 20px;
  text-align: left;
}
.countdown_wrapper .timer_menge_aussen {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #989898;
}
.countdown_wrapper .timer_menge_innen {
  position: absolute;
  top: 0;
  height: 10px;
  left: 0;
  background-color: #9d0001;
}
.cbp-filter-item {
  margin-bottom: 18px !important;
}
/*** Artikel-Detail **************************************************************************************************/
#artikel_details {
  /* Foto-Modul */
}
#artikel_details #detail_image {
  min-width: 320px;
  line-height: 0;
  overflow: hidden;
}
#artikel_details #detail_image .art_detail_bild {
  text-align: center;
}
#artikel_details #detail_image .no_magic {
  width: 100%;
}
#artikel_details #detail_preview {
  min-width: 320px;
  margin-top: 1px;
}
#artikel_details #detail_preview .bildtitel {
  display: none;
}
#artikel_details #detail_preview .pics_left,
#artikel_details #detail_preview .pics_right {
  margin-top: 1px;
  text-align: center;
  float: left;
}
#artikel_details #detail_preview .pics_left img,
#artikel_details #detail_preview .pics_right img {
  width: 100%;
  text-align: center;
}
#artikel_details #detail_preview .img_active {
  cursor: pointer;
}
#artikel_details #detail_preview .pics_left:empty,
#artikel_details #detail_preview .pics_right:empty {
  display: none;
}
#artikel_details #zoomWindowOuter {
  z-index: 50;
}
#artikel_details #zoomWindowLeft {
  position: relative;
}
#artikel_details #detail_info {
  margin-bottom: 1px;
  min-width: 320px;
}
#artikel_details .art_detail_head {
  position: relative;
  min-height: 120px;
  /*      .preis { width: auto; height: 27px; } */
}
#artikel_details .art_detail_head .preis_wrapper {
  position: absolute;
  text-align: right;
  width: 100%;
  right: 18px;
}
#artikel_details .art_detail_head .art_preis {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  margin-bottom: 10px;
  right: 0;
  line-height: 25px;
  text-align: right;
}
#artikel_details .art_detail_head #waehrungen {
  display: inline-block;
}
#artikel_details .art_detail_head .waehrung {
  display: inline-block;
  margin-right: 5px;
  text-align: right;
}
#artikel_details .art_detail_head .art_detail_links {
  width: 50%;
  float: left;
  margin-bottom: 12px;
}
#artikel_details .art_detail_head .art_detail_links .art_detail_title {
  position: relative;
  left: 18px;
  margin-top: 18px;
  margin-bottom: 10px;
  line-height: 25px;
}
#artikel_details .art_detail_head .art_detail_links .art_detail_nr {
  position: relative;
  left: 18px;
  height: 24px;
  line-height: 24px;
}
#artikel_details .art_detail_head .art_detail_links .art_detail_lager {
  position: relative;
  left: 18px;
  height: 24px;
  line-height: 24px;
}
#artikel_details .art_detail_head .art_detail_links .art_detail_liefer {
  position: relative;
  left: 18px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
}
#artikel_details .art_detail_head .art_detail_links .art_detail_vpe {
  position: relative;
  left: 18px;
  height: 24px;
  line-height: 24px;
}
#artikel_details .art_detail_head .art_detail_links .art_detail_vpm {
  position: relative;
  left: 18px;
  height: 24px;
  line-height: 24px;
}
#artikel_details .art_detail_head .art_detail_links .art_detail_haendler {
  position: relative;
  left: 18px;
  height: 24px;
  line-height: 24px;
}
#artikel_details .art_detail_head .art_detail_rechts {
  width: 50%;
  float: left;
  margin-bottom: 12px;
}
#artikel_details .art_detail_head .art_detail_rechts .art_preis_dummy {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  margin-bottom: 5px;
  right: 0;
  line-height: 25px;
  height: 25px;
  text-align: right;
}
#artikel_details .art_detail_head .art_detail_rechts .art_sonderpreis {
  position: relative;
  height: 24px;
  text-align: right;
  line-height: 24px;
  right: 18px;
}
#artikel_details .art_detail_head .art_detail_rechts .art_grundeinheit {
  position: relative;
  height: 24px;
  line-height: 24px;
  text-align: right;
  right: 18px;
}
#artikel_details .art_detail_head .art_detail_rechts .art_ust {
  position: relative;
  height: 24px;
  line-height: 24px;
  text-align: right;
  right: 18px;
}
#artikel_details .art_detail_head .art_detail_rechts .art_versand {
  position: relative;
  height: 24px;
  line-height: 24px;
  text-align: right;
  right: 18px;
}
#artikel_details .art_detail_head .art_detail_rechts .art_versand:hover {
  text-decoration: underline;
}
#artikel_details .detail_timer {
  margin-top: 1px;
  padding: 0 18px 0 18px;
}
#artikel_details .detail_timer .countdown_titel {
  width: 100px;
  float: left;
  line-height: 51px;
  height: 51px;
}
#artikel_details .detail_timer .countdown_wrapper {
  float: right;
}
#artikel_details .art_detail_head_foto {
  position: relative;
  padding: 1px 0 6px;
  line-height: 25px;
}
#artikel_details .art_detail_head_foto .art_detail_title {
  position: relative;
  left: 18px;
  margin-top: 18px;
  margin-bottom: 10px;
  line-height: 25px;
}
#artikel_details .art_detail_head_foto .foto_name {
  position: relative;
  float: left;
  width: 60%;
}
#artikel_details .art_detail_head_foto .foto_name > span {
  padding-left: 18px;
}
#artikel_details .art_detail_head_foto .foto_size {
  position: relative;
  float: left;
  width: 40%;
}
#artikel_details .art_detail_head_foto .foto_art_nr {
  padding-left: 18px;
}
#artikel_details .art_detail_head_foto .foto_lager {
  padding-left: 18px;
}
#artikel_details .art_detail_head_foto .foto_liefer {
  padding-left: 18px;
}
#artikel_details .art_detail_head_foto .foto_price {
  text-align: right;
  padding-right: 18px;
}
#artikel_details .art_detail_head_foto .foto_versand {
  text-align: right;
  padding-right: 18px;
}
#artikel_details .foto_zeile {
  position: relative;
  margin-top: 1px;
}
#artikel_details .foto_zeile .col_in_ll_l,
#artikel_details .foto_zeile .col_in_ll_r {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}
#artikel_details .foto_zeile .foto_name {
  position: relative;
  float: left;
  width: 60%;
}
#artikel_details .foto_zeile .foto_name > span {
  padding-left: 18px;
}
#artikel_details .foto_zeile .foto_size {
  position: relative;
  float: left;
  width: 40%;
}
#artikel_details .foto_zeile .foto_line_right {
  text-align: right;
}
#artikel_details .foto_zeile .foto_price {
  position: absolute;
  left: 0;
  right: 111px;
  padding-right: 10px;
}
#artikel_details .foto_zeile .foto_inml {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 55px;
  background-image: url(../images/system/btn_aufdiemerkliste.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#artikel_details .foto_zeile .foto_wk {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
  background-image: url(../images/system/btn_warenkorb_foto.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#artikel_details .foto_zeile .foto_wk:hover {
  background-image: url(../images/system/btn_warenkorb_foto_ovr.png);
}
#artikel_details #detail_staffelpreise {
  margin-bottom: 10px;
  min-width: 320px;
}
#artikel_details #detail_staffelpreise .staffel_titel {
  position: relative;
  height: 20px;
  margin-bottom: 10px;
}
#artikel_details #detail_staffelpreise .staffel_menge_titel {
  position: absolute;
  width: 150px;
  left: 0;
  text-align: center;
}
#artikel_details #detail_staffelpreise .staffel_netto_titel {
  position: absolute;
  width: 150px;
  left: 160px;
  text-align: center;
}
#artikel_details #detail_staffelpreise .staffel_brutto_titel {
  position: absolute;
  width: 150px;
  left: 320px;
  text-align: right;
}
#artikel_details #detail_staffelpreise .staffel_zeile {
  position: relative;
  height: 20px;
}
#artikel_details #detail_staffelpreise .staffel_menge {
  position: absolute;
  width: 75px;
  left: 10px;
  text-align: right;
}
#artikel_details #detail_staffelpreise .staffel_netto {
  position: absolute;
  width: 75px;
  left: 170px;
  text-align: right;
}
#artikel_details #detail_staffelpreise .staffel_brutto {
  position: absolute;
  width: 75px;
  left: 330px;
  text-align: right;
}
#artikel_details .detail_merkmale_symbol {
  margin-top: 1px;
}
#artikel_details .detail_merkmale_symbol .merkmal_titel {
  height: 43px;
  line-height: 43px;
  position: relative;
  float: left;
  width: 107px;
  padding-left: 18px;
}
#artikel_details .detail_merkmale_symbol .merkmal_symbol {
  min-height: 43px;
  position: relative;
  float: left;
}
#artikel_details .detail_merkmale_symbol .wert_img_out {
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
}
#artikel_details .detail_merkmale_symbol .wert_img_out img {
  vertical-align: top;
}
#artikel_details .detail_merkmale_symbol .wert_selected {
  background-color: #cccccc;
}
#artikel_details .detail_merkmale {
  margin-top: 1px;
}
#artikel_details .detail_merkmale .merkmal_titel {
  height: 43px;
  line-height: 43px;
  padding-left: 18px;
}
#artikel_details .detail_merkmale .merkmal_select {
  position: relative;
  top: 3px;
  height: 43px;
  padding-right: 18px;
}
#artikel_details .detail_configurator {
  margin-top: 1px;
  min-height: 43px;
}
#artikel_details .detail_configurator .merkmal {
  position: relative;
}
#artikel_details .detail_configurator .merkmal_titel {
  line-height: 43px;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: -22px;
  width: 120px;
  left: 18px;
}
#artikel_details .detail_configurator .merkmal_titel_drop {
  height: 43px;
  line-height: 43px;
  padding-left: 18px;
}
#artikel_details .detail_configurator .merkmal_symbol {
  min-height: 34px;
  position: relative;
  float: left;
  font-size: 1px;
  margin-left: 125px;
}
#artikel_details .detail_configurator .merkmal_symbol span {
  display: inline-block;
  margin-bottom: 1px;
  padding: 7px;
  cursor: pointer;
}
#artikel_details .detail_configurator .wert_img_out {
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
}
#artikel_details .detail_configurator .wert_img_out img {
  vertical-align: top;
}
#artikel_details .detail_configurator .wert_selected {
  background-color: #cccccc;
}
#artikel_details .detail_configurator .is_selected {
  background-color: #cccccc;
}
#artikel_details #detail_menge {
  position: relative;
  margin-top: 1px;
}
#artikel_details #detail_menge #div_menge {
  min-height: 43px;
  line-height: 43px;
}
#artikel_details #detail_menge .menge_txt {
  position: relative;
  height: 43px;
  line-height: 43px;
  padding-left: 18px;
}
#artikel_details #detail_menge #menge_minus {
  position: absolute;
  right: 101px;
  top: 4px;
  width: 24px;
  height: 33px;
  background-image: url(../images/system/arrow_left_black_24x35.png);
  cursor: pointer;
}
#artikel_details #detail_menge #menge_plus {
  position: absolute;
  right: 20px;
  top: 4px;
  width: 24px;
  height: 33px;
  background-image: url(../images/system/arrow_right_black_24x35.png);
  cursor: pointer;
}
#artikel_details #detail_menge input#input_menge {
  background-color: transparent;
  border: 1px solid #fff;
  height: 35px;
  position: absolute;
  right: 55px;
  text-align: center;
  top: 4px;
  width: 37px;
}
#artikel_details #detail_menge input#input_masse {
  background-color: transparent;
  border: 1px solid #fff;
  height: 35px;
  position: absolute;
  right: 45px;
  text-align: center;
  top: 4px;
  width: 50px;
}
#artikel_details #detail_menge #art_menge {
  display: inline-block;
  position: absolute;
  right: 18px;
  text-align: right;
  top: 4px;
  width: 80px;
}
#artikel_details #detail_menge .height43 {
  height: 43px;
}
#artikel_details #div_rechner {
  min-height: 43px;
  line-height: 43px;
}
#artikel_details #div_rechner .rechner_breite {
  height: 34px;
  position: relative;
  text-align: right;
  top: 4px;
  width: 23%;
  float: left;
}
#artikel_details #div_rechner .rechner_breite input {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 0 2px;
}
#artikel_details #div_rechner .rechner_breite2 {
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: right;
  top: 4px;
  width: 40%;
  float: left;
}
#artikel_details #div_rechner .rechner_breite2 span {
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
}
#artikel_details #div_rechner .rechner_m {
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 7%;
  float: left;
}
#artikel_details #div_rechner #art_menge {
  display: inline-block;
  position: absolute;
  right: 18px;
  text-align: right;
  top: 4px;
  width: 80px;
}
#artikel_details #details_staffel {
  position: relative;
  border-top: 1px solid transparent;
}
#artikel_details #details_staffel #staffelpreise {
  padding: 18px;
}
#artikel_details #details_staffel .staffelzeile {
  position: relative;
  height: 15px;
  line-height: 15px;
}
#artikel_details #details_staffel .staffel_menge_titel {
  position: relative;
  width: 33.3%;
  float: left;
}
#artikel_details #details_staffel .staffel_netto_titel {
  position: relative;
  width: 33.3%;
  float: left;
  text-align: center;
}
#artikel_details #details_staffel .staffel_brutto_titel {
  position: relative;
  width: 33.3%;
  float: left;
  text-align: right;
}
#artikel_details #details_staffel .staffel_menge {
  position: relative;
  width: 33.3%;
  float: left;
}
#artikel_details #details_staffel .staffel_netto {
  position: relative;
  width: 33.3%;
  float: left;
  text-align: center;
}
#artikel_details #details_staffel .staffel_brutto {
  position: relative;
  width: 33.3%;
  float: left;
  text-align: right;
}
#artikel_details #details_buttons {
  position: relative;
  margin-top: 1px;
}
#artikel_details #details_buttons #div_ml {
  position: relative;
  width: 100%;
  height: 55px;
  border-top: 1px solid transparent;
  line-height: 55px;
  min-width: 200px;
}
#artikel_details #details_buttons #div_ml .div_ml_text {
  position: absolute;
  left: 18px;
}
#artikel_details #details_buttons #div_ml .div_ml_symbol {
  position: absolute;
  right: 18px;
  width: 24px;
  height: 55px;
  background-image: url(../images/system/btn_aufdiemerkliste.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#artikel_details #details_buttons #div_wk {
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
  min-width: 200px;
  border-top: 1px solid transparent;
}
#artikel_details #details_buttons #div_wk a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  text-align: left;
}
#artikel_details #details_buttons #div_wk .div_wk_text {
  position: absolute;
  left: 18px;
  background-color: transparent;
  right: 0;
  text-align: left;
}
#artikel_details #details_buttons #div_wk .div_wk_symbol {
  position: absolute;
  right: 18px;
  top: 10px;
  width: 24px;
  height: 35px;
  background-image: url(../images/system/arrow_right_white_24x35.png);
}
#artikel_details #detail_description {
  padding: 10px 18px;
}
/* Social-Icons */
#social_img {
  cursor: pointer;
  padding: 6px 0;
}
#social_img .social_img {
  margin-right: 2px;
  padding: 6px 0;
  height: 20px;
}
#detail_social {
  margin-top: 1px;
  padding: 6px 18px 5px;
  text-align: left;
  font-size: 0;
}
#detail_social li {
  display: inline-block;
  height: 20px;
  margin: 6px 3px 6px 0;
  overflow: hidden;
  vertical-align: top !important;
}
#detail_social .social_img {
  margin-right: 2px;
  padding: 0;
  height: 20px;
}
/*
      img { height:20px; margin-right:2px; padding:6px 0 !important; vertical-align:top !important; }
      iframe { height:20px; margin-right:2px; padding:6px 0 !important; vertical-align:top !important; }
      div { display:inline-block; height:20px; vertical-align:top !important; margin-right:2px; padding:6px 0 !important; }
      #___plusone_0 { margin-top:-5px !important; }
   }
*/
#motiv_upload_box {
  position: relative;
  margin-top: 1px;
}
#motiv_upload_box .motiv_left {
  height: 55px;
  line-height: 55px;
}
#motiv_upload_box .motiv_right {
  height: 55px;
  line-height: 55px;
}
#motiv_upload_box #motiv_upload_file {
  cursor: pointer;
}
#motiv_upload_box .motiv_text {
  position: absolute;
  left: 18px;
  background-color: transparent;
  right: 0;
  text-align: left;
}
#motiv_upload_box .motiv_symbol {
  position: absolute;
  right: 18px;
  top: 10px;
  width: 24px;
  height: 35px;
  background-image: url(../images/system/arrow_up_white.png);
}
#motiv_upload_box .motiv_single {
  height: 55px;
  line-height: 55px;
  margin-bottom: 1px;
  padding: 0 18px;
}
#motiv_upload_box .eingabe {
  width: 100%;
}
#artikel_text {
  margin-top: 18px;
}
#artikel_text .article_text {
  padding: 18px;
}
#details_container .cbp-item {
  margin-right: 1px  !important;
}
#fotoForm {
  background-color: #ffffff;
  border: 1px solid #000000;
  display: none;
  left: 50%;
  margin: -92px 0 0 -117px;
  padding: 35px 16px;
  position: fixed;
  top: 50%;
  width: 200px;
  z-index: 1000;
}
#musikplayer {
  margin-top: 10px;
}
#musikplayer .col_lsl_l .inner,
#musikplayer .col_lsl_r .inner {
  padding: 18px;
}
#musikplayer #audio_left {
  position: relative;
  width: 100%;
  float: left;
  margin-right: 28px;
}
#musikplayer #audio_right {
  position: relative;
  width: 100%;
  float: left;
}
#musikplayer .audio_title {
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  margin-bottom: 10px;
}
#musikplayer .audio_line {
  position: relative;
}
#musikplayer #audio_left .audio_line,
#musikplayer #audio_right .audio_line:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
#musikplayer #audio_right .audio_line,
#musikplayer #audio_left .audio_line:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.06);
}
#musikplayer .audio_track {
  position: relative;
  width: 100%;
  min-height: 45px;
  line-height: 25px;
  padding: 10px 60px 10px 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#musikplayer .audio_play {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  margin-top: -20px;
  margin-right: 10px;
  background-image: url(../images/system/btn_play.png);
  cursor: pointer;
}
#musikplayer .audio_play.active {
  background-image: url(../images/system/btn_stop.png);
}
#musikplayer .noplay {
  background-image: url(../images/system/btn_noplay.png);
  pointer-events: none;
}
#musikplayer .playlist {
  margin-bottom: 18px;
}
#audio_control {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
}
#audio_control #volume {
  display: inline-block;
  width: 70px;
  height: 50px;
  vertical-align: top;
  cursor: pointer;
}
#audio_control .nomute {
  background-image: url(../images/system/btn_laut.png);
}
#audio_control .mute {
  background-image: url(../images/system/btn_mute.png);
}
#audio_control img {
  cursor: pointer;
}
#wk_popup_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  opacity: 0;
}
#wk_popup {
  position: fixed;
  width: 100%;
  max-width: 650px;
  min-height: 300px;
  top: 50%;
  left: 50%;
  z-index: 10010;
}
#wk_popup_inner {
  position: relative;
  margin: 10px;
  padding-bottom: 55px;
  -webkit-box-sizing: padding-box;
     -moz-box-sizing: padding-box;
          box-sizing: padding-box;
}
.wk_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 34px;
  background-image: url(../images/system/btn_wk_delete.png);
  z-index: 10020;
  cursor: pointer;
}
#wk_popup_content {
  position: relative;
  margin-bottom: 65px;
}
#popup_container {
  margin: 0 10px 10px;
}
#wk_popup .pics {
  border: 1px solid #888888;
  position: absolute;
  bottom: -64px;
  left: 0;
  right: 0;
  height: 52px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}
#wk_popup .nopics {
  border: 1px solid #888888;
  height: 52px;
  line-height: 52px;
  margin-top: 55px;
  margin-bottom: 110px;
  text-align: center;
  cursor: pointer;
}
#wk_popup .buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#wk_popup .col_ll_l {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid transparent;
}
#wk_popup .button {
  height: 55px;
  line-height: 55px;
  text-align: center;
}
/*! ** Kategorien ******************************************************************************************************/
#cat_detail {
  /* margin-bottom:18px; margin-top:18px; padding-top:18px; padding-bottom:18px; */
}
#cat_detail .col_img img {
  width: 100%;
  margin-bottom: 2%;
}
#cat_detail:empty {
  margin: 0 !important;
  padding: 0 !important;
}
.abstand_kategorien {
  display: none;
}
/* ******* Kategorie-Menü-Leiste Desktop ********************************* */
#cat_menu {
  position: relative;
  height: 35px;
  line-height: 35px;
  margin: auto;
  text-align: center;
  /* Safari */
}
#cat_menu ul {
  height: 35px;
  overflow: hidden;
}
#cat_menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 35px;
  line-height: 35px;
}
#cat_menu li.hidden {
  display: none;
}
#cat_menu li > div {
  position: relative;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
#cat_menu div.catpass {
  padding-right: 35px;
  height: 35px;
}
#cat_menu li a {
  position: absolute;
  display: block;
  left: 0;
  padding-left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#cat_menu #pfeil_links {
  display: inline-block;
  width: 50px;
  height: 35px;
  background-image: url(../images/system/arrow_left_black_24x35.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#cat_menu #pfeil_rechts {
  display: inline-block;
  width: 50px;
  height: 35px;
  background-image: url(../images/system/arrow_right_black_24x35.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#cat_menu .pw_fail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 35px;
  z-index: 10;
  background-image: url(../images/menu/kat_gesichert.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
}
#cat_menu .pw_ok {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  left: 0;
  height: 35px;
  z-index: 10;
  background-image: url(../images/menu/kat_offen.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
}
#cat_menu .pw_fail,
#cat_menu .pw_ok {
  background-position-x: 98%;
  background-position-y: 50%;
}
/* *********** Anzeige Sub-Kategorien Desktop ************************** */
#kategorie_sub {
  position: absolute;
  display: none;
  top: 0;
  min-width: 40%;
  z-index: 10;
  /*   .cat_line { margin-bottom:10px; } */
  /*   .cat_block { position:relative; display:table-cell; min-height:30px; width:215px; padding-left:10px; background-image:url(../images/system/line_kategorie_vertikal.png); background-repeat:repeat-y; background-position:left 2px top; } */
  /*   .cat_block { position:relative; display:table-cell; min-height:30px; min-width:215px; padding-left:10px; background-image:url(../images/system/line_kategorie_vertikal.png); background-repeat:repeat-y; background-position:left 2px top; } */
  /*   .cat_block_lines { position:relative; display:table-cell; height:30px; width:215px; padding-left:10px; background-image:url(../images/system/line_kategorie_vertikal.png); background-repeat:repeat-y; background-position:left 2px top; } */
  /*   ul { display:block; list-style-type: none; width: 214px; overflow: hidden; } */
  /*   li > div { position:relative; margin-bottom:2px; text-align:left; cursor:pointer; } */
  /*   div.catpass { padding-right:20px; width:100%; } */
  /*   .pw_fail { position:absolute; width: 214px; height:26px; top:0; left:0; z-index:10; background-image: url(../images/menu/kat_gesichert.png); background-repeat: no-repeat; background-position: 165px;}
   .pw_ok   { position:absolute; pointer-events:none; width: 214px; height:26px; top:0; left:0; background-image: url(../images/menu/kat_offen.png); background-repeat: no-repeat; background-position: 165px;}
*/
  /* Safari */
}
#kategorie_sub #kategorie_over {
  padding: 18px;
  min-height: 30px;
}
#kategorie_sub .kategorie_sub_inner {
  display: table;
}
#kategorie_sub .loading {
  position: relative;
  height: 100px;
  line-height: 100px;
  min-width: 300px;
  text-align: center;
}
#kategorie_sub .cat_block {
  position: relative;
  display: table-cell;
  min-height: 30px;
  min-width: 215px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-image: url(../images/system/line_kategorie_vertikal.png);
  background-repeat: repeat-y;
  background-position: left 2px top;
}
#kategorie_sub .cat_block_lines {
  position: relative;
  display: table-cell;
  height: 30px;
  min-width: 215px;
  padding-left: 10px;
  background-image: url(../images/system/line_kategorie_vertikal.png);
  background-repeat: repeat-y;
  background-position: left 2px top;
}
#kategorie_sub .cat_block:first-child,
#kategorie_sub .cat_block_lines:first-child {
  padding-left: 0;
  background-image: none;
}
#kategorie_sub ul {
  display: block;
  list-style-type: none;
  overflow: hidden;
}
#kategorie_sub li {
  display: block;
  position: relative;
  line-height: 30px;
  margin-bottom: 1px;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
#kategorie_sub li > div {
  position: relative;
  margin-bottom: 2px;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
#kategorie_sub li.childs.active {
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
#kategorie_sub li.childs.selected {
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
#kategorie_sub ul li ul {
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
#kategorie_sub ul li.childs.active > ul {
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
#kategorie_sub ul li.childs.selected > ul {
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
#kategorie_sub span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 30px;
  line-height: 30px;
}
#kategorie_sub div.childs > span:before {
  content: "+";
  position: absolute;
  right: 5px;
  text-align: right;
}
#kategorie_sub div.childs.active > span:before {
  content: "-";
  position: absolute;
  right: 5px;
  text-align: right;
}
#kategorie_sub div.childs.selected > span:before {
  content: "-";
  position: absolute;
  right: 5px;
  text-align: right;
}
#kategorie_sub div.catpass {
  width: 100%;
}
#kategorie_sub div.level1 {
  font-weight: bold;
}
#kategorie_sub a {
  display: block;
  position: absolute;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
#kategorie_sub a.link {
  display: none;
}
#kategorie_sub div.level1 > span {
  width: 10px;
}
#kategorie_sub div.level2 > span {
  width: 20px;
}
#kategorie_sub div.level3 > span {
  width: 30px;
}
#kategorie_sub div.level4 > span {
  width: 40px;
}
#kategorie_sub div.level5 > span {
  width: 50px;
}
#kategorie_sub div.level6 > span {
  width: 60px;
}
#kategorie_sub div.level7 > span {
  width: 70px;
}
#kategorie_sub div.level8 > span {
  width: 80px;
}
#kategorie_sub div.level9 > span {
  width: 90px;
}
#kategorie_sub .pw_fail {
  position: absolute;
  height: 26px;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url(../images/menu/kat_gesichert.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
#kategorie_sub .pw_ok {
  position: absolute;
  pointer-events: none;
  height: 26px;
  top: 0;
  left: 0;
  background-image: url(../images/menu/kat_offen.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
#kategorie_sub .pw_fail,
#kategorie_sub .pw_ok {
  background-position-x: right;
  background-position-y: 50%;
}
/* *********** Anzeige Kategorien Phone / Tablet ************************** */
#responsive_menu {
  position: relative;
  text-align: left;
  padding: 10px;
  line-height: 35px;
  margin: auto;
  z-index: 120;
  /*   .level0.kat_lines { background-position:bottom -2px left; } */
  /* Safari */
}
#responsive_menu li > div {
  position: relative;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
#responsive_menu #short_menu_close {
  clear: both;
  position: relative;
  height: 35px;
  background-image: url(../images/system/kat_schliessen.gif);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#responsive_menu li {
  display: block;
  vertical-align: top;
  position: relative;
  line-height: 35px;
}
#responsive_menu li a.link {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  pointer-events: none;
}
#responsive_menu .kat_lines > div {
  background-image: url(../images/system/line_kategorien.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 1px;
}
#responsive_menu ul.level1 > li.kat_lines:first-child > div {
  background-image: url(../images/system/line_kategorien.png), url(../images/system/line_kategorien.png);
  background-repeat: repeat-x, repeat-x;
  background-position: bottom left, top left;
}
#responsive_menu .unter_kat {
  background-color: transparent;
}
#responsive_menu.tablet {
  max-width: 640px;
}
#responsive_menu.tablet li.level0 {
  width: 49%;
  float: left;
  min-height: 35px;
  padding-bottom: 5px;
}
#responsive_menu.tablet li.level0:nth-child(odd) {
  margin-right: 2%;
}
#responsive_menu.phone {
  min-width: 320px;
}
#responsive_menu.phone ul {
  min-width: 320px;
}
#responsive_menu.phone li {
  min-width: 320px;
}
#responsive_menu span {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
}
#responsive_menu div.level0 > span {
  width: 10px;
}
#responsive_menu div.level1 > span {
  width: 20px;
}
#responsive_menu div.level2 > span {
  width: 30px;
}
#responsive_menu div.level3 > span {
  width: 40px;
}
#responsive_menu div.level4 > span {
  width: 50px;
}
#responsive_menu div.level5 > span {
  width: 60px;
}
#responsive_menu div.level6 > span {
  width: 70px;
}
#responsive_menu div.level7 > span {
  width: 80px;
}
#responsive_menu div.level8 > span {
  width: 90px;
}
#responsive_menu div.level9 > span {
  width: 100px;
}
#responsive_menu a.rechts {
  background-image: url("../images/menu/kat_rechts.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#responsive_menu a.runter {
  background-image: url("../images/menu/kat_runter.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#responsive_menu .pw_fail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  z-index: 10;
  background-image: url(../images/menu/kat_gesichert.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
#responsive_menu .pw_ok {
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  height: 35px;
  z-index: 10;
  background-image: url(../images/menu/kat_offen.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
#responsive_menu .pw_fail,
#responsive_menu .pw_ok {
  background-position-x: 90%;
  background-position-y: 50%;
}
#kat_links {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  line-height: 35px;
  z-index: 20;
  /* li > div { position:relative; height:@cat_responsive_height; line-height:@cat_responsive_height; cursor:pointer; } */
  /* Safari */
}
#kat_links li > div {
  position: relative;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  cursor: pointer;
}
#kat_links #short_menu_close {
  clear: both;
  position: relative;
  height: 35px;
  background-image: url(../images/system/kat_schliessen.gif);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#kat_links li {
  display: block;
  vertical-align: top;
  position: relative;
  line-height: 35px;
  width: 285px;
}
#kat_links li a.link {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
#kat_links .kat_lines > div {
  background-image: url(../images/system/line_kategorien.png);
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 1px;
}
#kat_links ul.level0 li.level0:first-child > div {
  background-image: none !important;
}
#kat_links span {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
}
#kat_links div.level0 > span {
  width: 10px;
}
#kat_links div.level1 > span {
  width: 20px;
}
#kat_links div.level2 > span {
  width: 30px;
}
#kat_links div.level3 > span {
  width: 40px;
}
#kat_links div.level4 > span {
  width: 50px;
}
#kat_links div.level5 > span {
  width: 60px;
}
#kat_links div.level6 > span {
  width: 70px;
}
#kat_links div.level7 > span {
  width: 80px;
}
#kat_links div.level8 > span {
  width: 90px;
}
#kat_links div.level9 > span {
  width: 100px;
}
#kat_links a.rechts {
  background-image: url("../images/menu/kat_rechts.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#kat_links a.runter {
  background-image: url("../images/menu/kat_runter.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#kat_links .pw_fail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  z-index: 10;
  background-image: url(../images/menu/kat_gesichert.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
#kat_links .pw_ok {
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  height: 35px;
  z-index: 10;
  background-image: url(../images/menu/kat_offen.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
#kat_links .pw_fail,
#kat_links .pw_ok {
  background-position-x: 90%;
  background-position-y: 50%;
}
#catpass_box {
  display: none;
  position: fixed;
  width: 240px;
  border: 1px solid #000000;
  padding: 14px;
  background-color: #ffffff;
  z-index: 1001;
}
#catpass_box .rahmen {
  background-color: #F0F0F0;
  padding-top: 14px;
}
#catpass_box h1 {
  text-align: center;
}
#catpass_box .pass_input {
  margin: 14px 0;
  text-align: center;
}
#catpass_box input {
  width: 110px;
}
#catpass_box .buttons {
  height: 45px;
  position: relative;
  text-align: center;
}
#catpass_box .bg_button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 119px;
  vertical-align: top;
  cursor: pointer;
}
#catpass_box .bg_button:first-child {
  margin-right: 2px;
}
#catpass_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  display: none;
  z-index: 1000;
}
/*** Footer *******************************************************************************************************/
/*** Seitenzaehler ***************************************************************************************************/
#site_counter {
  padding-top: 18px;
}
#site_counter:empty {
  padding-top: 0 !important;
}
#site_counter .pager_left {
  height: 24px;
  line-height: 24px;
  min-width: 300px;
}
#site_counter .anz_seiten_text {
  line-height: 24px;
}
#site_counter .pager_left .anz_seiten {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  border: 1px dotted #aaaaaa;
  padding: 0 8px;
  margin-left: 10px;
}
#site_counter .pager_left .anz_seiten.active {
  border: 1px dotted #666666;
}
#site_counter .pager_right {
  height: 24px;
  line-height: 24px;
  text-align: right;
  font-size: 0;
  min-width: 200px;
}
#site_counter .vonbis {
  padding-top: 0;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
#site_counter .go_begin {
  width: 27px;
  height: 24px;
  background-image: url(../images/system/btn_zurueck2.png);
  display: inline-block;
}
#site_counter .go_begin_active {
  width: 27px;
  height: 24px;
  background-image: url(../images/system/btn_zurueck2.png);
  display: inline-block;
  cursor: pointer;
}
#site_counter .go_begin_active:hover {
  background-image: url(../images/system/btn_zurueck2_over.png);
}
#site_counter .go_last {
  width: 27px;
  height: 24px;
  background-image: url(../images/system/btn_zurueck.png);
  display: inline-block;
  margin-left: 3px;
}
#site_counter .go_last_active {
  width: 27px;
  height: 24px;
  background-image: url(../images/system/btn_zurueck.png);
  display: inline-block;
  margin-left: 3px;
  cursor: pointer;
}
#site_counter .go_last_active:hover {
  background-image: url(../images/system/btn_zurueck_over.png);
}
#site_counter .go_next {
  width: 27px;
  height: 24px;
  background-image: url(../images/system/btn_vor.png);
  display: inline-block;
}
#site_counter .go_next_active {
  width: 27px;
  height: 24px;
  background-image: url(../images/system/btn_vor.png);
  display: inline-block;
  cursor: pointer;
}
#site_counter .go_next_active:hover {
  background-image: url(../images/system/btn_vor_over.png);
}
#site_counter .go_end {
  width: 27px;
  height: 24px;
  background-image: url(../images/system/btn_vor2.png);
  display: inline-block;
  margin-left: 3px;
}
#site_counter .go_end_active {
  width: 27px;
  height: 24px;
  background-image: url(../images/system/btn_vor2.png);
  display: inline-block;
  margin-left: 3px;
  cursor: pointer;
}
#site_counter .go_end_active:hover {
  background-image: url(../images/system/btn_vor2_over.png);
}
#menu_unten {
  position: relative;
  height: 24px;
  line-height: 30px;
  margin: 0 18px;
  background: transparent;
}
#menu_unten #footer {
  position: relative;
  width: 1183px;
  background: transparent;
  text-align: center;
}
footer {
  position: relative;
  z-index: 30;
}
footer .footer {
  position: relative;
  padding-top: 18px;
}
footer .footer_menu a {
  line-height: 30px;
  display: block;
}
footer .menu_unten_div {
  position: relative;
  width: 350px;
  height: 200px;
  float: left;
}
footer .menu_unten_l {
  position: absolute;
  top: 0;
  left: 0px;
  width: 200px;
  text-align: left;
}
footer .menu_unten_r {
  position: absolute;
  top: 0;
  left: 200px;
  width: 150px;
  text-align: left;
}
footer .footer_boxen {
  position: relative;
  text-align: center;
}
footer p.shopsoftware {
  text-align: center;
}
/*** Seiten *******************************************************************************************************/
#info #info-inhalt {
  line-height: 20px;
}
#info .col_img img {
  width: 100%;
}
/*** Seiten Impressum / Kontakt**************************************************************************************/
/* von Helper generiert / Adressdaten Kontakt und Impressum */
.ki_block_left {
  position: relative;
  width: 50%;
  min-width: 315px;
  text-align: right;
  float: left;
}
.ki_block_right {
  position: relative;
  width: 50%;
  min-width: 315px;
  text-align: left;
  float: left;
}
.ki_block {
  position: relative;
  clear: both;
}
.ki_links {
  position: relative;
  width: 40%;
  text-align: right;
  float: left;
  min-height: 20px;
}
.ki_rechts {
  position: relative;
  width: 58%;
  text-align: left;
  float: left;
  min-height: 20px;
  padding-left: 2%;
}
.ki_abstand {
  position: relative;
  clear: both;
  height: 12px;
}
.dummy .ki_block_left {
  position: relative;
  width: 295px;
  text-align: right;
  float: left;
}
.dummy .ki_block_right {
  position: relative;
  width: 295px;
  text-align: left;
  float: left;
}
.dummy .ki_block {
  position: relative;
  clear: both;
}
.dummy .ki_links {
  position: absolute;
  width: 95px;
  text-align: right;
}
.dummy .ki_rechts {
  position: relative;
  left: 105px;
  width: 145px;
  text-align: left;
}
.dummy .ki_abstand {
  position: relative;
  clear: both;
  height: 12px;
}
#kontakt .col_img img {
  width: 100%;
}
#kontakt .line {
  position: relative;
  width: 100%;
  clear: both;
  min-height: 34px;
  line-height: 34px;
  margin-bottom: 2px;
}
#kontakt .line .line_left {
  position: relative;
  width: 49%;
  text-align: right;
  float: left;
}
#kontakt .line .line_center {
  position: relative;
  width: 2%;
  height: 10px;
  float: left;
}
#kontakt .line .line_right {
  position: relative;
  width: 49%;
  float: left;
}
#kontakt .line .radio_line {
  padding: 0 10px;
}
#kontakt .line input[type="text"],
#kontakt .line input[type="password"] {
  width: 100%;
  height: 34px;
}
#kontakt .line img {
  height: 45px;
  margin: 2px;
}
#kontakt .line a {
  color: inherit;
}
#kontakt .line a:hover {
  text-decoration: underline;
}
#kontakt .line textarea {
  width: 100%;
  min-height: 100px;
  padding: 5px;
  resize: none;
  line-height: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
#kontakt .button {
  margin-bottom: 24px;
}
/*** Widerruf **************************************************************************************/
#widerruf .line {
  position: relative;
  width: 100%;
  clear: both;
  min-height: 34px;
  line-height: 34px;
  margin-bottom: 2px;
}
#widerruf .line.shop_adr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#widerruf .line .line_shop {
  float: left;
  line-height: 20px;
  white-space: nowrap;
}
#widerruf .line .line_adr {
  float: left;
  display: inline-block;
  line-height: 20px;
}
#widerruf .line .line_adr span {
  margin-left: 6px;
  white-space: no-wrap;
}
#widerruf .line .line_left {
  position: relative;
  width: 39%;
  text-align: left;
  float: left;
  overflow: hidden;
}
#widerruf .line .line_right {
  position: relative;
  width: 59%;
  float: left;
}
#widerruf .line .line_stern {
  position: relative;
  width: 2%;
  text-align: left;
  min-height: 10px;
  float: left;
}
#widerruf .line.ware_dl {
  padding: 10px 0;
}
#widerruf .line .line18 {
  margin_bottom: 18px;
}
#widerruf .line input[type="text"],
#widerruf .line input[type="password"] {
  width: 100%;
  height: 34px;
}
#widerruf .line img {
  height: 45px;
  margin: 2px;
}
#forgotten .forgotten {
  padding: 18px 0;
}
#not_found button {
  width: 100%;
  margin: 24px 0;
}
#register_ok .col_single_center {
  padding: 24px 0;
}
/*** Seite Zahlart ***************************************************************************************************/
#zahlart .tab_zahlart {
  margin-left: 250px;
}
#zahlart .tab_zahlart td {
  height: 20px;
}
#zahlart .tab_bezahlung {
  width: 100%;
  padding: 18px;
}
#zahlart .tab_bezahlung td {
  width: 50%;
  text-align: right;
  padding: 0 5px;
}
#zahlart .tab_bezahlung td + td {
  width: 50%;
  text-align: left;
  padding: 0 5px;
}
#zahlart .tab_lastschrift {
  width: 100%;
  padding: 18px;
}
#zahlart .tab_lastschrift td {
  width: 173px;
  text-align: right;
  padding: 0 5px;
}
#zahlart .tab_lastschrift td + td {
  width: 390px;
  text-align: left;
  padding: 0 5px;
}
#zahlart .tab_lastschrift input.eingabe {
  width: 187px;
}
#zahlart .tab_lastschrift input.datum_jahr {
  width: 69px;
  text-align: left;
}
#zahlart .tab_lastschrift input.datum_monat {
  width: 44px;
  text-align: left;
}
#zahlart .tab_lastschrift input.datum_tag {
  width: 44px;
  text-align: left;
}
/*** Seiten Lieferung / Mein Konto / Anmeldung *********************************************************************************/
#lieferung,
#konto,
#anmeldung {
  /* Mein Konto */
}
#lieferung .top,
#konto .top,
#anmeldung .top {
  padding: 18px 0;
}
#lieferung .emptyline,
#konto .emptyline,
#anmeldung .emptyline {
  position: relative;
  width: 100%;
  clear: both;
  height: 18px;
}
#lieferung .line,
#konto .line,
#anmeldung .line {
  position: relative;
  width: 100%;
  clear: both;
  min-height: 34px;
  line-height: 34px;
  margin-bottom: 2px;
}
#lieferung .line .line_left,
#konto .line .line_left,
#anmeldung .line .line_left {
  position: relative;
  width: 47%;
  text-align: right;
  float: left;
}
#lieferung .line .line_center,
#konto .line .line_center,
#anmeldung .line .line_center {
  position: relative;
  width: 2%;
  height: 10px;
  float: left;
}
#lieferung .line .line_right,
#konto .line .line_right,
#anmeldung .line .line_right {
  position: relative;
  width: 48%;
  float: left;
}
#lieferung .line .radio_line,
#konto .line .radio_line,
#anmeldung .line .radio_line {
  padding: 0 18px;
}
#lieferung .line41,
#konto .line41,
#anmeldung .line41 {
  position: relative;
  width: 100%;
  clear: both;
  height: 41px;
  line-height: 41px;
  margin-bottom: 2px;
}
#lieferung .line41:nth-child(even),
#konto .line41:nth-child(even),
#anmeldung .line41:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.03);
}
#lieferung .line41 .line_left,
#konto .line41 .line_left,
#anmeldung .line41 .line_left {
  position: relative;
  width: 34%;
  text-align: left;
  float: left;
}
#lieferung .line41 .line_center,
#konto .line41 .line_center,
#anmeldung .line41 .line_center {
  position: relative;
  width: 33%;
  text-align: left;
  float: left;
}
#lieferung .line41 .line_right,
#konto .line41 .line_right,
#anmeldung .line41 .line_right {
  position: relative;
  width: 33%;
  text-align: left;
  float: left;
}
#lieferung .line41 a,
#konto .line41 a,
#anmeldung .line41 a {
  display: inline-block;
  height: 41px;
  line-height: 41px;
}
#lieferung .line41 span,
#konto .line41 span,
#anmeldung .line41 span {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  height: 41px;
  background-image: url(../images/system/pdf_konto.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#lieferung input[type="text"],
#konto input[type="text"],
#anmeldung input[type="text"],
#lieferung input[type="password"],
#konto input[type="password"],
#anmeldung input[type="password"] {
  width: 100%;
  height: 34px;
  vertical-align: top;
}
#lieferung .geb_tag,
#konto .geb_tag,
#anmeldung .geb_tag {
  width: 25% !important;
}
#lieferung .geb_monat,
#konto .geb_monat,
#anmeldung .geb_monat {
  width: 25% !important;
  margin: 0 0 0 2%;
}
#lieferung .geb_jahr,
#konto .geb_jahr,
#anmeldung .geb_jahr {
  width: 40% !important;
  float: right;
}
#lieferung .agb_check,
#konto .agb_check,
#anmeldung .agb_check {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 3px;
}
#lieferung .abg_text,
#konto .abg_text,
#anmeldung .abg_text {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  padding-top: 9px;
  line-height: 16px;
}
#lieferung .gutschein_check input,
#konto .gutschein_check input,
#anmeldung .gutschein_check input {
  vertical-align: middle;
}
#lieferung .gutschein_text,
#konto .gutschein_text,
#anmeldung .gutschein_text {
  position: relative;
  margin-left: 36px;
}
#lieferung .gutschein_box_inner,
#konto .gutschein_box_inner,
#anmeldung .gutschein_box_inner {
  background-color: #ffffff;
  border: 1px solid #888888;
  height: 113px;
  overflow: auto;
  padding: 5px;
  position: relative;
}
#lieferung .rechnung,
#konto .rechnung,
#anmeldung .rechnung {
  padding: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
}
#lieferung input.adresse,
#konto input.adresse,
#anmeldung input.adresse {
  width: 77%;
}
#lieferung input.hausnr,
#konto input.hausnr,
#anmeldung input.hausnr {
  width: 18%;
  float: right;
}
#lieferung textarea,
#konto textarea,
#anmeldung textarea {
  text-align: left;
  width: 100%;
  height: 125px;
  padding: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
#lieferung .left18,
#konto .left18,
#anmeldung .left18 {
  padding-left: 18px;
}
#lieferung button,
#konto button,
#anmeldung button {
  width: 100%;
  margin: 18px 0 0 0;
}
#lieferung a,
#konto a,
#anmeldung a {
  text-decoration: underline;
}
#lieferung .agb_box,
#konto .agb_box,
#anmeldung .agb_box {
  position: relative;
  width: 100%;
}
#lieferung .agb_box .agb_titel,
#konto .agb_box .agb_titel,
#anmeldung .agb_box .agb_titel {
  position: relative;
}
#lieferung .agb_box .agb_check,
#konto .agb_box .agb_check,
#anmeldung .agb_box .agb_check {
  position: absolute;
  top: 10px;
  left: 10px;
}
#lieferung .agb_box .agb_text,
#konto .agb_box .agb_text,
#anmeldung .agb_box .agb_text {
  position: relative;
  margin-left: 20px;
}
#lieferung .agbbox,
#konto .agbbox,
#anmeldung .agbbox {
  position: relative;
  padding: 18px 18px 0 18px;
}
#lieferung .agbbox_inner,
#konto .agbbox_inner,
#anmeldung .agbbox_inner {
  position: relative;
  height: 150px;
  padding: 5px;
  overflow: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px #888888 inset, -1px -1px 2px #888888 inset;
          box-shadow: 1px 1px 2px #888888 inset, -1px -1px 2px #888888 inset;
}
#lieferung .gutschein_check,
#konto .gutschein_check {
  position: absolute;
  left: 18px;
  width: 18px;
  height: 34px;
  top: 0;
}
#lieferung .gutschein_box,
#konto .gutschein_box {
  padding: 0 18px 10px 18px;
  position: relative;
}
#konto .line_center_pdf {
  position: relative;
  width: 33%;
  text-align: left;
  float: left;
  padding-left: 40px;
  -webkit-box-sizing: padding-box;
     -moz-box-sizing: padding-box;
          box-sizing: padding-box;
}
#konto .main {
  position: absolute;
  width: 40px;
  height: 40px;
}
#konto .main_sub {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  left: 0;
}
#konto .plus {
  background-image: url(../images/system/sr2.png);
}
#konto .minus {
  background-image: url(../images/system/sr_aktiv2.png);
}
#anmeldung .gutschein_check {
  position: absolute;
  left: 10px;
  width: 18px;
  height: 34px;
  top: 0;
}
#anmeldung .gutschein_box {
  padding: 0 10px 10px;
  position: relative;
}
#bezahlart .bg_flaechen {
  padding: 18px 0;
}
#bezahlart .line {
  position: relative;
  width: 100%;
  clear: both;
  min-height: 34px;
  line-height: 34px;
  margin-bottom: 2px;
}
#bezahlart .line .line_left {
  position: relative;
  width: 49%;
  text-align: right;
  float: left;
}
#bezahlart .line .line_center {
  position: relative;
  width: 2%;
  height: 10px;
  float: left;
}
#bezahlart .line .line_right {
  position: relative;
  width: 49%;
  float: left;
}
#bezahlart .pp_button {
  height: 68px;
  text-align: center;
}
#bezahlart .pp_button input {
  width: 142px;
  height: 68px;
}
#bezahlart .ls_text {
  line-height: 14px;
}
#bezahlart .datum_monat {
  width: 49% !important;
}
#bezahlart .datum_jahr {
  width: 49% !important;
  float: right;
}
#bezahlart .lh55 {
  line-height: 55px;
}
#bezahlart input {
  width: 100%;
}
#bezahlart .paypal {
  text-align: right;
}
#bezahlart #AmazonPayButton {
  text-align: center;
}
#bez_mod_fail .bg_flaechen,
#bez_mod_error .bg_flaechen {
  padding: 18px 0;
}
#bez_mod_fail .line,
#bez_mod_error .line {
  position: relative;
  width: 100%;
  clear: both;
  min-height: 34px;
  line-height: 34px;
  margin-bottom: 2px;
}
#bez_mod_fail .line.bg_button a,
#bez_mod_error .line.bg_button a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 55px;
}
#bez_mod_ppp .bg_flaechen {
  padding: 18px 0;
}
#bez_mod_ppp .line {
  position: relative;
  width: 100%;
  clear: both;
  min-height: 34px;
  line-height: 34px;
  margin-bottom: 2px;
}
#bez_mod_ppp.bg_button a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 55px;
}
/* #bestellung { margin-bottom:-18px; top:18px; */
#bestellung .col_lsl_l,
#bestellung .col_lsl_r {
  margin-bottom: 18px;
}
#bestellung .bg_flaechen {
  text-align: center;
  margin-bottom: 18px;
}
#bestellung button {
  width: 100%;
  text-align: center;
}
#bestellung a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#profil .logo {
  position: relative;
  min-height: 50px;
  padding: 18px;
  -webkit-box-sizing: padding-box;
     -moz-box-sizing: padding-box;
          box-sizing: padding-box;
  text-align: center;
}
#profil .profil_logo {
  position: relative;
  text-align: left;
}
#profil .col_lsl {
  margin-top: 10px;
}
#profil .col_lsl_l .col_single,
#profil .col_lsl_r .col_single {
  -webkit-box-sizing: padding-box;
     -moz-box-sizing: padding-box;
          box-sizing: padding-box;
  padding: 18px;
  min-height: 100px;
}
/*** Extras *******************************************************************************************************/
/**** Slideshow *****************************************/
#slideshow {
  overflow: hidden;
  margin: 0 auto 1px;
  text-align: center;
  position: relative;
}
.cycle-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
  width: 49px;
  height: 49px;
  z-index: 80;
  cursor: pointer;
  opacity: 0.5;
  display: none;
  background-image: url(../images/system/slideshow_fw.png);
}
.cycle-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  width: 49px;
  height: 49px;
  z-index: 80;
  cursor: pointer;
  opacity: 0.5;
  display: none;
  background-image: url(../images/system/slideshow_b.png);
}
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 81;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  display: none;
}
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: inline-block;
  color: #cccccc;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #444444;
}
.cycle-pager > * {
  cursor: pointer;
}
#carussell_center {
  text-align: center;
}
#carussell_bottom {
  text-align: center;
}
/* Formatierungen extras_top */
section#extras_top {
  position: relative;
  padding: 20px 0;
}
div.extras_top {
  position: relative;
}
#carussell_top {
  text-align: center;
}
/* ENDE Formatierungen extras_top */
.slider_u #cross_slider {
  width: 100% !important;
  height: auto !important;
  z-index: 100;
}
.slider_u #slider {
  width: 100% !important;
  height: auto !important;
  z-index: 100;
}
.slider_u #canvasWrapper_Slider {
  width: 100% !important;
  height: auto !important;
}
.extra_bottom_wrapper #canvasWrapper {
  text-align: center;
}
/*** Warenkorb *******************************************************************************************************/
.warenkorb {
  position: relative;
}
.warenkorb .wk_block {
  /* display:inline-block; */
  /*      #wk_left_bottom, #wk_right_bottom { margin-top:25px; } */
}
.warenkorb .wk_block #wk_left {
  min-height: 100px;
}
.warenkorb .wk_block #wk_right {
  min-height: 100px;
}
.warenkorb .wk_block #wk_left_top .wk_title_box,
.warenkorb .wk_block #wk_right_top .wk_title_box {
  position: relative;
  height: 50px;
}
.warenkorb .wk_block #wk_left_top .wk_title_box .ueberschrift,
.warenkorb .wk_block #wk_right_top .wk_title_box .ueberschrift {
  padding: 18px 0 0 18px;
}
.warenkorb .wk_block #wk_left_top .wk_title_box .line_top,
.warenkorb .wk_block #wk_right_top .wk_title_box .line_top {
  height: 2px;
  position: relative;
}
.warenkorb .line_top {
  position: relative;
  height: 1px;
}
.warenkorb hr.line_top {
  position: absolute;
  top: 0;
  right: 9px;
  left: 0;
  height: 0px;
  color: transparent;
  border-top: 1px dotted;
}
.warenkorb hr.line_bottom {
  position: absolute;
  right: 9px;
  bottom: 0;
  left: 0;
  height: 0;
  color: transparent;
  border-top: 1px dotted;
}
.warenkorb hr.line_summe {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 0;
  height: 0;
  color: transparent;
  border-top: 1px dotted;
}
.warenkorb .wk_artikel {
  position: relative;
}
.warenkorb .wk_artikel .pic_wrapper {
  position: relative;
  width: 37%;
  float: left;
}
.warenkorb .wk_artikel .pic_wrapper .wk_picture {
  width: 100%;
  max-width: 215px;
  text-align: center;
}
.warenkorb .wk_artikel .pic_wrapper .wk_picture img {
  width: 100%;
  max-width: 215px;
}
.warenkorb .wk_artikel .pic_wrapper .zubehoer {
  position: relative;
}
.warenkorb .wk_artikel .pic_wrapper .zubehoer .div_zub_symbol {
  background-image: url("../images/system/arrow_right_white_24x35.png");
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 24px;
  height: 35px;
}
.warenkorb .wk_artikel .pic_wrapper .zubehoer .div_zub_text {
  line-height: 25px;
  padding: 5px 5px 5px 25px;
}
.warenkorb .wk_artikel .pic_wrapper .zubehoer a {
  dispaly: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.warenkorb .wk_artikel .info_wrapper {
  position: relative;
  min-width: 215px;
  width: 63%;
  float: left;
}
.warenkorb .wk_artikel .info_wrapper .info_wrapper_inner {
  padding: 3px 18px 0 18px;
}
.warenkorb .wk_artikel .info_wrapper .wk_ge {
  display: inline-block;
  float: left;
  line-height: 34px;
  margin-right: 3px;
}
.warenkorb .wk_artikel .info_wrapper .wk_menge_left {
  display: inline-block;
  float: left;
  line-height: 34px;
}
.warenkorb .wk_artikel .info_wrapper .wk_menge_right {
  display: inline-block;
  position: relative;
  right: -9px;
  height: 34px;
  float: right;
  text-align: right;
}
.warenkorb .wk_artikel .info_wrapper .wk_menge {
  display: inline-block;
  float: left;
  line-height: 32px;
  width: 55px;
  margin-right: 3px;
}
.warenkorb .wk_artikel .info_wrapper .wk_aktualisieren {
  display: inline-block;
  width: 38px;
  height: 34px;
  background-image: url(../images/system/btn_wk_aktualisieren.png);
  margin-right: 3px;
  cursor: pointer;
}
.warenkorb .wk_artikel .info_wrapper .wk_delete {
  display: inline-block;
  width: 38px;
  height: 34px;
  background-image: url(../images/system/btn_wk_delete.png);
  z-index: 10;
}
.warenkorb .wk_artikel .info_wrapper .wk_titel {
  padding-top: 5px;
}
.warenkorb .wk_artikel .info_wrapper .artikel_link:hover {
  text-decoration: underline;
}
.warenkorb .wk_artikel .info_wrapper .wk_artnr {
  padding-top: 5px;
}
.warenkorb .wk_artikel .info_wrapper .wk_haendler {
  padding-bottom: 12px;
}
.warenkorb .wk_artikel .info_wrapper .wk_beschr {
  padding-top: 5px;
  min-height: 75px;
}
.warenkorb .wk_artikel .info_wrapper .wk_gruendeinheit {
  height: 20px;
  position: relative;
  top: 8px;
}
.warenkorb .wk_artikel .info_wrapper .wk_steuer {
  display: inline-block;
  float: left;
  line-height: 34px;
}
.warenkorb .wk_artikel .info_wrapper .preis_img {
  display: inline-block;
  float: right;
  line-height: 34px;
  margin-right: 3px;
}
.warenkorb .wk_artikel .info_wrapper .preis_img_nl {
  right: 7px;
  top: 7px;
}
.warenkorb .wk_artikel .info_wrapper .wk_login {
  right: 7px;
  bottom: 7px;
}
.warenkorb .wk_artikel .info_wrapper .menge_preis_l {
  display: inline-block;
  float: left;
  line-height: 16px;
}
.warenkorb .wk_artikel .info_wrapper .menge_preis_r {
  display: inline-block;
  float: right;
  line-height: 16px;
  margin-right: 3px;
}
.warenkorb .wk_summen_wrapper {
  min-height: 100px;
  /* .waehrung_line { position:absolute; left:0; right:0; top:0; } */
}
.warenkorb .wk_summen_wrapper tr {
  position: relative;
}
.warenkorb .wk_summen_wrapper .select_left {
  position: relative;
  width: 37%;
  height: 40px;
  line-height: 40px;
  float: left;
}
.warenkorb .wk_summen_wrapper .select_right {
  position: relative;
  width: 63%;
  height: 40px;
  line-height: 40px;
  float: left;
}
.warenkorb .wk_summen_wrapper .wk_summen {
  padding: 18px;
  position: relative;
}
.warenkorb .wk_summen_wrapper .wk_summe_tab {
  position: relative;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
}
.warenkorb .wk_summen_wrapper .wk_summe_tab tr {
  height: 25px;
}
.warenkorb .wk_summen_wrapper .wk_summe_tab .tr_strich td + td {
  height: 1px;
  width: 100%;
  background: url(../images/system/strich.png) repeat-x center;
}
.warenkorb .wk_summen_wrapper .wk_summe_tab .tr_strich {
  height: 5px;
}
.warenkorb .wk_summen_wrapper .wk_summe_tab .tr_summe {
  height: 25px;
}
.warenkorb .wk_summen_wrapper .wk_summe_links {
  text-align: left;
  width: 37%;
}
.warenkorb .wk_summen_wrapper .wk_summe_rechts {
  text-align: right;
  width: 63%;
}
.warenkorb .wk_summen_wrapper .wk_summe_strich {
  height: 5px;
  line-height: 2px;
}
.warenkorb .wk_summen_wrapper .waehrung {
  display: inline-block;
  margin-right: 5px;
  text-align: right;
}
.warenkorb #gutschein {
  position: relative;
  line-height: 36px;
  padding: 18px;
}
.warenkorb #gutschein #gutschein_txt {
  position: relative;
  width: 100%;
  text-align: left;
}
.warenkorb #gutschein .gutschein_code {
  position: absolute;
  top: 18px;
  width: 100px;
  right: 114px;
}
.warenkorb #gutschein .gutschein_code input {
  width: 90px;
  text-align: left;
  height: 36px;
}
.warenkorb #gutschein .gutschein_code input[readonly="readonly"] {
  width: 120px;
  height: 36px;
}
.warenkorb #gutschein .gutschein_button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 100px;
  height: 36px;
}
.warenkorb #gutschein .gutschein_box_inner,
.warenkorb #gutschein #nachricht {
  position: relative;
  height: 150px;
  padding: 5px;
  overflow: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px #888888 inset, -1px -1px 2px #888888 inset;
          box-shadow: 1px 1px 2px #888888 inset, -1px -1px 2px #888888 inset;
}
.warenkorb .agb_wider_box .agbbox {
  position: relative;
  padding: 18px 18px 0 18px;
}
.warenkorb .agb_wider_box .agbbox_inner {
  position: relative;
  height: 150px;
  padding: 5px;
  overflow: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px #888888 inset, -1px -1px 2px #888888 inset;
          box-shadow: 1px 1px 2px #888888 inset, -1px -1px 2px #888888 inset;
}
.warenkorb .agb_wider_box .agb_check {
  position: relative;
  line-height: 16px;
  padding: 10px 18px 18px;
}
.warenkorb .agb_wider_box .agb_checkspan {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 18px;
}
.warenkorb .agb_wider_box .agb_text {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.warenkorb .agb_wider_box .agb_check input {
  position: relative;
  top: 2px;
}
.warenkorb .agb_wider_box .agb_check a {
  text-decoration: underline;
  color: inherit;
}
.warenkorb .gutschein_check {
  position: absolute;
  left: 18px;
  width: 18px;
  height: 34px;
  top: 0;
}
.warenkorb .gutschein_box {
  padding: 0 18px 10px 18px;
  position: relative;
}
.warenkorb .line {
  position: relative;
  width: 100%;
  clear: both;
  min-height: 34px;
  line-height: 34px;
  margin-bottom: 2px;
}
.warenkorb .gutschein_check input {
  vertical-align: middle;
}
.warenkorb .gutschein_text {
  position: relative;
  margin-left: 36px;
}
.warenkorb .gutschein_box_inner,
.warenkorb #nachricht {
  position: relative;
  height: 150px;
  padding: 5px;
  overflow: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px #888888 inset, -1px -1px 2px #888888 inset;
          box-shadow: 1px 1px 2px #888888 inset, -1px -1px 2px #888888 inset;
}
.warenkorb textarea {
  text-align: left;
  width: 100%;
  height: 160px !important;
  padding: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
  border: none;
}
.warenkorb .left18 {
  padding-left: 18px;
}
.warenkorb .adress_button {
  position: absolute;
  right: 18px;
  top: 0;
}
.warenkorb .adress_button a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
}
.warenkorb .adresse {
  padding: 0 0 18px 18px;
}
.warenkorb .adresse p {
  padding-left: 9px;
}
.warenkorb .button {
  margin-top: 18px;
}
.warenkorb .zahlart_error {
  margin-top: 10px;
}
#main .warenkorb {
  margin-top: 20px;
}
#main .wk_first {
  margin-top: 0;
}
/*** Merkliste *******************************************************************************************************/
#merkliste .anmelden {
  position: relative;
  height: 55px;
  line-height: 55px;
  margin-bottom: 5px;
}
#merkliste .anmelden a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#merkliste .anmelden span {
  padding-left: 18px;
}
#merkliste .line_top {
  position: relative;
  height: 1px;
}
#merkliste hr.line_top {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 0px;
  color: transparent;
  border-top: 1px dotted;
}
#merkliste .ml_artikel {
  position: relative;
}
#merkliste .ml_artikel .wk_delete {
  position: absolute;
  top: 10px;
  right: 18px;
  width: 38px;
  height: 34px;
  background-image: url(../images/system/btn_wk_delete.png);
  z-index: 100;
}
#merkliste .ml_artikel .pic_wrapper {
  position: relative;
  width: 37%;
  float: left;
}
#merkliste .ml_artikel .pic_wrapper .wk_picture {
  width: 100%;
  max-width: 215px;
  text-align: center;
}
#merkliste .ml_artikel .pic_wrapper .wk_picture img {
  width: 100%;
  max-width: 215px;
}
#merkliste .ml_artikel .info_wrapper {
  position: relative;
  min-width: 215px;
  width: 63%;
  float: left;
}
#merkliste .ml_artikel .info_wrapper .info_wrapper_inner {
  padding: 0 18px;
}
#merkliste .ml_artikel .info_wrapper .wk_titel {
  padding-top: 10px;
}
#merkliste .ml_artikel .info_wrapper .artikel_link:hover {
  text-decoration: underline;
}
#merkliste .ml_artikel .info_wrapper .wk_artnr {
  padding-top: 5px;
}
#merkliste .ml_artikel .info_wrapper .wk_beschr {
  padding-top: 5px;
  min-height: 50px;
}
#merkliste .ml_artikel .info_wrapper .wk_gruendeinheit {
  height: 20px;
  position: relative;
  top: 8px;
}
#merkliste .ml_artikel .info_wrapper .wk_steuer {
  display: inline-block;
  float: left;
  line-height: 34px;
}
#merkliste .ml_artikel .info_wrapper .preis_img {
  display: inline-block;
  float: right;
  line-height: 34px;
}
#merkliste .ml_artikel .preis_img_nl {
  right: 7px;
  top: 7px;
}
#merkliste .ml_artikel .wk_login {
  right: 7px;
  bottom: 7px;
}
#merkliste .ml_artikel .button_inwk {
  height: 55px;
  line-height: 55px;
  margin-top: 1px;
}
/*** Login *****************************************************************************************************/
#login .login_title {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 18px;
}
#login .login_title p {
  padding: 10px;
}
#login .login_button {
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
}
#login .login_button a:hover {
  text-decoration: none;
}
#login .txt_tit {
  padding-bottom: 10px;
}
#login .adr_err {
  margin-bottom: 10px;
}
#login .login_l {
  position: relative;
  padding: 18px;
}
#login .login_l ul {
  list-style-type: none;
}
#login .login_l li {
  padding-left: 12px;
  position: relative;
}
#login .login_l li > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#login .login_r {
  position: relative;
  padding: 18px;
}
#login .login_r .input_left {
  position: relative;
  margin-bottom: 3px;
}
#login .login_r .logintext {
  position: absolute;
  width: 50%;
  left: -50%;
  height: 34px;
  line-height: 34px;
  text-align: right;
}
#login .login_r input {
  width: 100%;
}
/* Validierung */
#validate {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -133px;
}
#validate #rahmen {
  position: relative;
  width: 300px;
  height: 266px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
#validate #rahmen-innen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 14px;
  padding: 0px;
}
#validate button {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
#validate .ueberschrift {
  padding-top: 20px;
}
#validate .line {
  width: 100%;
  height: 34px;
  margin-bottom: 2px;
  line-height: 34px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#validate .halfline {
  width: 100%;
  height: 25px;
  margin-bottom: 2px;
}
#validate .line_left {
  width: 49%;
  text-align: right;
  float: left;
}
#validate .line_center {
  width: 2%;
  float: left;
  height: 5px;
}
#validate .line_right {
  width: 49%;
  float: left;
}
#validate .line input {
  width: 100%;
}
/* Social Networks */
.abstand_social {
  margin-top: 18px;
  line-height: 0;
}
#social_bottom,
.social_bottom {
  text-align: left;
  position: relative;
  margin-bottom: 18px;
}
#social_bottom p,
.social_bottom p {
  max-height: 50px;
  max-width: 50px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: inline-block;
  cursor: pointer;
  margin-left: 4px;
}
#social_bottom p:first-child,
.social_bottom p:first-child {
  margin-left: 0;
}
#social_bottom a,
.social_bottom a {
  display: block;
  width: 100%;
  height: 100%;
}
#social_right {
  position: fixed;
  right: 0;
  top: 100px;
  width: 50px;
  padding: 0;
  z-index: 200;
}
#social_right p {
  margin: 0 0 5px 0;
}
#social_right p,
#social_right a {
  width: 50px !important;
  height: 50px !important;
}
.social_1 {
  background-image: url(../images/social_icons/01.png);
}
.social_1:hover {
  background-image: url(../images/social_icons/01_ovr.png);
}
.social_2 {
  background-image: url(../images/social_icons/02.png);
}
.social_2:hover {
  background-image: url(../images/social_icons/02_ovr.png);
}
.social_3 {
  background-image: url(../images/social_icons/03.png);
}
.social_3:hover {
  background-image: url(../images/social_icons/03_ovr.png);
}
.social_4 {
  background-image: url(../images/social_icons/04.png);
}
.social_4:hover {
  background-image: url(../images/social_icons/04_ovr.png);
}
.social_5 {
  background-image: url(../images/social_icons/05.png);
}
.social_5:hover {
  background-image: url(../images/social_icons/05_ovr.png);
}
.social_6 {
  background-image: url(../images/social_icons/06.png);
}
.social_6:hover {
  background-image: url(../images/social_icons/06_ovr.png);
}
.social_7 {
  background-image: url(../images/social_icons/07.png);
}
.social_7:hover {
  background-image: url(../images/social_icons/07_ovr.png);
}
.social_8 {
  background-image: url(../images/social_icons/08.png);
}
.social_8:hover {
  background-image: url(../images/social_icons/08_ovr.png);
}
.social_9 {
  background-image: url(../images/social_icons/09.png);
}
.social_9:hover {
  background-image: url(../images/social_icons/09_ovr.png);
}
.social_10 {
  background-image: url(../images/social_icons/10.png);
}
.social_10:hover {
  background-image: url(../images/social_icons/10_ovr.png);
}
.social_11 {
  background-image: url(../images/social_icons/11.png);
}
.social_11:hover {
  background-image: url(../images/social_icons/11_ovr.png);
}
.social_12 {
  background-image: url(../images/social_icons/12.png);
}
.social_12:hover {
  background-image: url(../images/social_icons/12_ovr.png);
}
.social_13 {
  background-image: url(../images/social_icons/13.png);
}
.social_13:hover {
  background-image: url(../images/social_icons/13_ovr.png);
}
.social_14 {
  background-image: url(../images/social_icons/14.png);
}
.social_14:hover {
  background-image: url(../images/social_icons/14_ovr.png);
}
.social_15 {
  background-image: url(../images/social_icons/15.png);
}
.social_15:hover {
  background-image: url(../images/social_icons/15_ovr.png);
}
.social_16 {
  background-image: url(../images/social_icons/16.png);
}
.social_16:hover {
  background-image: url(../images/social_icons/16_ovr.png);
}
.social_17 {
  background-image: url(../images/social_icons/17.png);
}
.social_17:hover {
  background-image: url(../images/social_icons/17_ovr.png);
}
.social_18 {
  background-image: url(../images/social_icons/18.png);
}
.social_18:hover {
  background-image: url(../images/social_icons/18_ovr.png);
}
.social_19 {
  background-image: url(../images/social_icons/19.png);
}
.social_19:hover {
  background-image: url(../images/social_icons/19_ovr.png);
}
.social_20 {
  background-image: url(../images/social_icons/20.png);
}
.social_20:hover {
  background-image: url(../images/social_icons/20_ovr.png);
}
.social_21 {
  background-image: url(../images/social_icons/21.png);
}
.social_21:hover {
  background-image: url(../images/social_icons/21_ovr.png);
}
.social_22 {
  background-image: url(../images/social_icons/22.png);
}
.social_22:hover {
  background-image: url(../images/social_icons/22_ovr.png);
}
.social_23 {
  background-image: url(../images/social_icons/23.png);
}
.social_23:hover {
  background-image: url(../images/social_icons/23_ovr.png);
}
.social_24 {
  background-image: url(../images/social_icons/24.png);
}
.social_24:hover {
  background-image: url(../images/social_icons/24_ovr.png);
}
.social_25 {
  background-image: url(../images/social_icons/25.png);
}
.social_25:hover {
  background-image: url(../images/social_icons/25_ovr.png);
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #888888;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #888888;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #888888;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #888888;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #888888;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #888888;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #888888;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #888888;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #888888;
}
