/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Icons*/
/* *************************** */
.icon:after {
  content: "";
  display: block;
  float: right; }

.icon-login:after {
  background: url(../images/icons/icon-unlock.png) no-repeat;
  background-size: 18px;
  background-position: 0;
  height: 20px;
  width: 20px; }

.icon-basket:after {
  background: url(../images/icons/icon-basket.png) no-repeat;
  background-size: 22px;
  background-position: 0;
  height: 22px;
  width: 22px; }

.icon-search:after {
  background: url(../images/icons/incon-search.png) no-repeat; }

.icon-list {
  background: url(/images/icons/icon-list-view.png) no-repeat; }

.icon-tiles {
  background: url(/images/icons/icon-list-view.png) no-repeat; }

/* Allgemeine Spalten Angaben */
/* ****************************************************** */
/* ****************************************************** */
.row {
  margin-right: -10px;
  margin-left: -10px;
  clear: both; }

.row:before,
.row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  margin-bottom: 20px; }

.col-50,
.col-33,
.col-25 {
  width: 100%; }

.col-30-mobile {
  width: 30%; }

.col-40-mobile {
  width: 40%; }

.col-50-mobile {
  width: 50%; }

.col-70-mobile {
  width: 70%; }

/* Media Queries Grid */
/* ****************************************************** */
/* ****************************************************** */
@media screen and (min-width: 768px) {
  .col-25 {
    width: 25%; }

  .col-33 {
    width: 33.33333%; }

  .col-50 {
    width: 50%; }

  .col-66 {
    width: 66%; }

  .col-33-sm-mobile {
    width: 33.33333%; } }
@media screen and (min-width: 962px) {
  .col-25-md-mobile {
    width: 25%; } }
@media screen and (min-width: 1200px) {
  .col-20-lg-mobile {
    width: 20%; } }
/* Allgemeine Angaben */
/* ****************************************************** */
/* ****************************************************** */
*, html {
  box-sizing: border-box; }

::-webkit-scrollbar {
  display: none; }

body {
  font-size: 14px;
  font-size: 0.875em;
  font-family: "Roboto", sans-serif;
  background: #efefef;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: auto;
  height: 100%;
  width: 100%;
  background: #e40020; }

.page {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 25px;
  font-size: 1.5625em;
  margin-bottom: 20px; }

h2 {
  font-size: 23px;
  font-size: 1.4375em;
  margin-bottom: 20px; }

h3 {
  font-size: 20px;
  font-size: 1.25em; }

h4 {
  font-size: 18px;
  font-size: 1.125em; }

h5 {
  font-size: 16px;
  font-size: 1em; }

h6 {
  font-size: 31px;
  font-size: 1.9375em; }

.main-headline h1 {
  color: #fff;
  padding: 10px 0;
  margin-bottom: 0; }

.center-headline {
  text-align: center; }

.order-headline h1 {
  margin-bottom: 0; }
.order-headline .subhead {
  margin-bottom: 10px;
  display: inline-block; }

/*Absatz Texte*/
p {
  font-size: 16px;
  font-size: 1em;
  margin: 0 0 10px 0; }

.red {
  color: #e40020 !important; }

.bold {
  font-weight: bold !important; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.left {
  text-align: left !important; }

.normal {
  font-weight: 400 !important; }

.info-text {
  margin-top: 8px;
  margin-bottom: 15px;
  padding: 5px;
  background: #ffa200;
  font-size: 12px;
  font-size: 0.75em; }

/* Links */
a {
  color: #e40020; }

a:hover, a:focus, a:active {
  color: #720010; }

.overhidden {
  overflow: hidden; }

.show_if_small_tr {
  display: none; }

.show_if_small_td {
  display: none; }

.show_if_small {
  display: none; }

/* Media Queries */
/* ****************************************************** */
/* ****************************************************** */
@media screen and (max-width: 1000px) {
  .delete_if_small {
    display: none; }

  .show_if_small_td {
    display: table-cell; }

  .show_if_small_tr {
    display: table-row; }

  .show_if_small {
    display: block; }

  table.list tbody tr.topartikel_extra td {
    border-bottom: 1px solid #d6e6ca !important; }
  table.list tbody tr.grey_extra td {
    border-bottom: 1px solid #efefef; }
  table.list tbody tr.white_extra td {
    border-bottom: 1px solid #fff; } }
/* HEADER */
/* ****************************************************** */
/* ****************************************************** */
header {
  border-bottom: 2px solid #e40020;
  padding-top: 5px;
  padding-bottom: 5px; }
  header .inner-wrapper {
    overflow: hidden; }
  header .basket_info_counts {
    height: 13px; }
  header .logo-area {
    width: 351px;
    height: 75px;
    overflow: hidden;
    float: left;
    padding: 0;
    margin-right: 10px; }
    header .logo-area img {
      width: 223px;
      max-width: 273px; }
  header .title-area {
    display:none;
    width: 180px;
    float: left;
    margin-top: 0;
    padding: 19px 0 0 10px;
    border-left: 2px solid #e40020; }
    header .title-area img {
      width: 200px; }
    header .title-area p {
      margin: -18px 0 0;
      font-size: 11px;
      font-size: 0.6875em;
      font-weight: 300; }
  header .action-area {
    float: right;
    width: 400px; }
    header .action-area .messe-hall-overview {
      background: #fff;
      -webkit-border-radius: 10px 10px 10px 10px;
      border-radius: 10px 10px 10px 10px;
      border: 1px solid #909090;
      display: inline-block;
      height: 73px;
      width: 73px;
      padding: 5px;
      float: left;
      margin-right: 10px; }
      header .action-area .messe-hall-overview img {
        width: 100%; }
    header .action-area .basket-info {
      width: 118px;
      float: left;
      padding-right: 10px; }
      header .action-area .basket-info p {
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        font-size: 0.75em; }
      header .action-area .basket-info .btn {
        margin-top: 15px;
        font-size: 16px;
        font-size: 1em; }
      header .action-area .basket-info .btn-basket:after {
        background-size: 19px; }
    header .action-area .user-logout {
      width: 100px;
      float: left;
      border-left: 2px solid #e40020;
      padding-left: 10px;
      margin-left: 10px;
      padding-top: 40px; }
      header .action-area .user-logout a {
        font-size: 1em; }
    header .action-area .user-info {
      width: 179px;
      float: left;
      border-left: 2px solid #e40020;
      padding-left: 10px; }
      header .action-area .user-info .addUser {
        background: url(/images/icons/icon-add-user.png);
        text-decoration: none;
        height: 15px;
        width: 15px;
        display: block;
        float: right;
        position: absolute;
        top: 0;
        right: 0; }
      header .action-area .user-info select {
        margin-top: 6px;
        width: 100%;
        height: 20px; }
      header .action-area .user-info .user {
        font-size: 12px;
        font-size: 0.75em;
        position: relative;
        display: block; }
      header .action-area .user-info .username {
        margin-bottom: 10px;
        display: block; }
      header .action-area .user-info p {
        position: relative;
        margin: 0;
        font-size: 12px;
        font-size: 0.75em; }
      header .action-area .user-info .btn {
        margin-top: 5px;
        font-size: 16px;
        font-size: 1em; }
      header .action-area .user-info .btn-logout:after {
        background-size: 16px; }
  header .action-area.manufacturer {
    width: 315px; }
    header .action-area.manufacturer .user-info {
      width: 64%;
      width: 119px; }

/* Media Queries HEADER*/
/* ****************************************************** */
/* ****************************************************** */
@media screen and (min-width: 962px) {
  header .inner-wrapper {
    overflow: hidden; }
  header .logo-area {

    width: 434px; }
  header .logo-area img {
      width: 273px;
      max-width: 273px; }
  header .title-area {
    display:block;
    width: 230px; }
    header .title-area img {
      width: 200px;
      max-width: 200px; }
  header .action-area {
    clear: none;
    float: right;
    width: 455px; }
    header .action-area .btn-login {
      margin: 30px 0 0; }
    header .action-area .basket-info {
      width: 42%;
      width: 158px; }
    header .action-area .user-info {
      width: 36%;
      width: 179px; } }
@media screen and (min-width: 1200px) {
  header .logo-area {
    /*margin-right: 170px;*/ }
  header .title-area {
    padding-left: 25px; } }
/* CSS fuer den Content */
/* ****************************************************** */
/* ****************************************************** */
.inner-wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px; }

#primary {
  margin: 20px 0 0;
  position: relative; }

.box {
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  padding: 20px; }

/* ****************************************************** */
/* Kopfbereich fixieren */
.tabs, .alphabet, header, .main-headline {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background: #efefef; }

.tabs {
  top: 87px;
  padding-top: 21px; }

.alphabet {
  top: 154px; }

.main-headline {
  top: 155px;
  background: #e40020; }

.login-page,
.password-forgot-page,
.register-page {
  padding-top: 100px; }

.content-container {
  background: #e40020; }

/* ****************************************************** */
/* Content Margin Top */
.top170px {
  margin-top: 170px !important; }

.top227px {
  margin-top: 227px; }

.top256px {
  margin-top: 256px; }

/* ****************************************************** */
/* Listen content */
.category-content {
  overflow: auto;
  margin-top: 227px;
  padding-top: 5px;
  z-index: 1;
  overflow: auto; }
  .category-content ul {
    margin: 0;
    padding: 0; }
    .category-content ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      border: 2px solid #d9d9d9;
      font-size: 23px;
      font-size: 1.4375em;
      font-weight: 600;
      padding: 0 10px;
      line-height: 50px;
      height: 50px;
      margin-bottom: 10px;
      color: #fff;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden; }
      .category-content ul li .stand {
        float: right;
        font-size: 20px;
        font-size: 1.25em; }
    .category-content ul li:hover, .category-content ul li.active {
      background: #f3f3f3;
      color: #000; }

.category-content.smalerMargin {
  margin-top: 177px; }

/* ****************************************************** */
/* Main Headline */
.main-headline {
  padding: 10px 0; }
  .main-headline h1.float {
    float: left;
    width: 80%;
    padding: 10px 0;
    margin-bottom: 0; }

/* ****************************************************** */
/* Wilkommens seite */
.welcome-content {
  margin-top: 154px;
  display: inline-block;
  width: 100%; }
  .welcome-content .container-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 3px 3px 3px transparent;
    box-shadow: 0 3px 3px 3px transparent;
    border: 1px solid #484848;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    width: 80%;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2em;
    text-align: center; }
  .welcome-content p {
    font-size: 20px;
    font-size: 1.25em;
    line-height: 25px; }
  .welcome-content .user-red {
    color: #e40020;
    text-shadow: 1px 1px 0 #121212; }
  .welcome-content input[type="text"],
  .welcome-content input[type="password"] {
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    margin-top: 20px; }
  .welcome-content .define_pincode_input {
    width: 30px;
    font-size: 30px;
    margin: 3px;
    text-align: center; }

/* ****************************************************** */
/* Weisser Hintergrund */
.white-content {
  background: #fff;
  padding: 15px; }

.info-content {
  background: #fff;
  width: 100%; }

.order .info-content {
  padding: 20px;
  min-height: 250px; }
  .order .info-content .order-headline .bg-red {
    background: #e40020;
    padding: 5px;
    color: #fff;
    text-transform: uppercase; }
    .order .info-content .order-headline .bg-red span {
      float: left;
      font-weight: 600;
      font-size: 15px;
      font-size: 0.9375em; }
    .order .info-content .order-headline .bg-red span.white-bg {
      background: #fff;
      color: #000;
      text-align: right;
      float: right;
      height: 38px;
      font-size: 20px;
      padding: 8px;
      font-weight: 600;
      margin-left: 10px; }

.user_search {
  height: 40px; }
  .user_search input {
    width: 100px !important;
    padding: 0px !important;
    padding-left: 2px !important;
    height: 20px !important;
    border: 1px solid grey !important; }

/* Media Queries */
/* ****************************************************** */
/* ****************************************************** */
@media screen and (min-width: 1024px) {
  .category-content {
    margin-top: 250px; }

  .info-content {
    width: 77%;
    float: right; }

  .order .info-content .order-headline .bg-red span.white-bg {
    width: 100%; } }
@media screen and (min-width: 1280px) {
  .category-content {
    margin-top: 250px; }

  .info-content {
    width: 77%;
    float: right; }

  .order .info-content .order-headline .bg-red span {
    width: 30%; }
  .order .info-content .order-headline .bg-red span.white-bg {
    width: 59%; } }
@media screen and (max-width: 700px) {
  .title-area {
    width: 135px !important; }

  .action-area {
    width: 380px !important; }

  .action-area .basket-info {
    width: 108px !important; }

  .action-area .user-logout {
    width: 70px !important; }

  .btn-basket::after, .btn-login::after, .btn-logout::after {
    background: none !important; }

  .action-area .btn-login {
    padding-right: 10px !important;
    float: left; }

  .action-area .user-info {
    width: 105px !important; } }
/* CSS fuer Loginseite */
/* ****************************************************** */
/* ****************************************************** */
body.login {
  background: #efefef; }

.welcome-content .login-box input {
  margin-top: 0; }

.login-page .box {
  padding: 40px; }
.login-page .login-box h1 {
  margin-bottom: 20px; }
.login-page .forgot {
  font-size: 14px;
  font-size: 0.875em;
  color: #e40020;
  text-align: center;
  font-weight: 300;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 50px; }
.login-page .btn-red {
  width: 50%;
  margin: 0 auto; }
.login-page .type.submit,
.login-page .btn-set {
  text-align: center; }
.login-page .red-info-box {
  background: #e40020;
  padding: 30px;
  text-align: center;
  margin: 20px 0 50px 0; }
  .login-page .red-info-box p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25em;
    line-height: 25px; }

.register-page .register-form .type {
  background: #fff;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #d9d9d9; }
.register-page .register-form fieldset {
  margin-bottom: 10px; }
.register-page .register-form label {
  width: 40%;
  float: left;
  margin-top: 10px;
  padding-left: 10px; }
.register-page .register-form input[type="text"],
.register-page .register-form input[type="password"],
.register-page .register-form input[type="email"],
.register-page .register-form input[type="tel"] {
  width: 60%;
  float: left;
  border: none; }
.register-page .white-info-box {
  background: #fff;
  padding: 50px;
  text-align: center;
  margin-bottom: 20px; }
  .register-page .white-info-box p {
    font-size: 20px;
    font-size: 1.25em;
    line-height: 25px; }
.register-page .btn-red {
  width: 100%; }

/* Media Queries Login*/
/* ****************************************************** */
/* ****************************************************** */
@media screen and (min-width: 768px) {
  .login-page .box {
    min-height: 450px; }
  .login-page .login-box h1 {
    margin-bottom: 3em; } }
/*Ende*/
/* ****************************************************** */
/* CSS fuer Buttons */
/* ****************************************************** */
/* ****************************************************** */
.btn,
.btn-checkbox {
  border: 1px solid #909090;
  text-decoration: none;
  padding: 7px 5px;
  color: #000;
  font-size: 19.2px;
  font-size: 1.2em;
  font-weight: 600;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #fff; }

a.btn {
  display: inline-block; }

.btn-login {
  float: right;
  position: relative;
  padding-right: 35px; }

.btn-login:after {
  content: "";
  background: url(../images/icons/icon-unlock.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 21px; }

.btn-logout {
  position: relative;
  padding-right: 35px;
  width: 100%;
  max-width: 150px; }

.btn-logout:after {
  content: "";
  background: url(../images/icons/icon-unlock.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 21px; }

.btn-checkbox {
  padding-right: 14px;
  padding-bottom: 2px;
  padding-top: 7px;
  padding-left: 10px;
  display: inline-block; }

.btn-checkbox.btn-white {
  background: #fff;
  color: #000; }
  .btn-checkbox.btn-white .title-label {
    width: 91%;
    text-align: left;
    float: left; }
  .btn-checkbox.btn-white p {
    color: #000;
    font-weight: 600;
    float: left;
    margin: 0;
    font-size: 20px;
    line-height: 20px; }
  .btn-checkbox.btn-white .checkbox {
    float: right;
    width: 0;
    margin-right: 14px; }

.btn-basket {
  position: relative;
  padding-right: 35px;
  width: 100%;
  max-width: 150px; }

.btn-basket:after {
  content: "";
  background: url(../images/icons/icon-basket.png);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 5px;
  top: 5px; }

.btn-search {
  position: relative;
  padding-right: 35px;
  width: 100%;
  max-width: 150px; }

.btn-search:after {
  content: "";
  background: url(../images/icons/incon-search.png);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 5px;
  top: 5px; }

.btn-red {
  background: #e40020;
  color: #fff;
  text-align: center;
  border-color: #720010; }

.btn-red:hover,
.btn-red:active {
  color: #fff;
  background: #ab0018; }

.btn-green {
  background: #649412;
  color: #fff;
  text-align: center;
  border-color: #324a09; }

.btn-grey-small {
  font-size: 12px;
  font-size: 0.75em;
  background: #d9d9d9;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }

.full {
  width: 100% !important; }

/* CSS fuer Formulare */
/* ****************************************************** */
/* ****************************************************** */
.type {
  margin: 0 0 10px 0; }

label {
  display: block;
  margin: 0 0 5px 0; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  background: #fff;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  padding: 10px 5px; }

fieldset {
  border: none;
  padding: 0; }

input.error {
  background: #e40020; }

input[type=checkbox] {
  visibility: hidden; }

.checkbox {
  width: 20px;
  position: relative; }
  .checkbox label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;
    background: #fff;
    border: 2px solid #000; }

.checkbox input[type=checkbox]:checked + label {
  background: #00ad9f;
  border: none; }

.checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

#flash_container {
  z-index: 999999;
  position: absolute;
  width: 80%;
  top: 20%;
  left: 50%;
  margin-left: -40%; }
  #flash_container .flashMessage {
    background: #e40020;
    padding: 20px;
    border: 2px solid #000;
    color: #fff;
    font-weight: 400; }
  #flash_container .flashSuccess {
    background: #56b43d;
    border: 2px solid #2b5a1e; }
  #flash_container .flashError {
    background: #e40020;
    border: 2px solid #720010; }
  #flash_container .flashNotice {
    background: #ffa200;
    border: 2px solid #c47c00; }

/* CSS fuer Tab Content */
/* ****************************************************** */
/* ****************************************************** */
.tab-content {
  position: relative; }
  .tab-content .tabs {
    z-index: 10001;
    width: 100%; }
    .tab-content .tabs ul {
      width: 70%;
      float: left;
      margin: 0;
      padding: 0; }
      .tab-content .tabs ul li {
        list-style: none;
        float: left;
        background: #d9d9d9;
        font-size: 16px;
        font-size: 1em;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        padding: 15px 0;
        font-weight: 600;
        text-align: center;
        width: 31%;
        margin-right: 2%;
        cursor: pointer; }
      .tab-content .tabs ul li.active, .tab-content .tabs ul li:hover {
        background: #e40020;
        color: #fff; }
  .tab-content .tabs.seller ul {
    width: 50%; }
    .tab-content .tabs.seller ul li {
      width: 48%; }
  .tab-content .tabs.admin ul {
    width: 100%; }
    .tab-content .tabs.admin ul li {
      width: 20%; }
  .tab-content .tabs.logistik ul {
    width: 50%; }
    .tab-content .tabs.logistik ul li {
      width: 50%; }

.btn-search {
  width: 150px;
  position: absolute;
  right: 15px;
  top: 15px; }

.search-container-trans {
  position: absolute;
  z-index: 1111;
  right: -413px;
  width: 400px;
  background: #d9d9d9;
  padding: 20px;
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease; }
  .search-container-trans .close-icon {
    background: #bfbfbf;
    height: 25px;
    width: 25px;
    color: #000;
    display: block;
    position: absolute;
    left: -13px;
    top: -13px;
    line-height: 12px;
    padding: 5px 0 0;
    text-align: center;
    font-size: 32px;
    font-size: 2em;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px; }

.search-container-trans.active {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  right: 0; }

.quick-search {
  width: 100%;
  position: relative;
  margin: 0 0 5px 0; }
  .quick-search input[type="text"] {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #d9d9d9;
    padding-right: 30px; }
  .quick-search input[type="submit"] {
    border: none;
    background: url(../images/icons/incon-search.png);
    background-color: #fff;
    background-size: 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 5px;
    right: 5px; }

/* Im Admin bereich */
.monitoring-info {
  width: 50%;
  max-width: 345px;
  display: none;
  /* wurde ausgeblendet */
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 5px; }
  .monitoring-info table tr td {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #909090; }
    .monitoring-info table tr td .bg-red {
      background: #e40020;
      width: 90%;
      display: block;
      color: #fff; }

/* Media Queries TAB CONTENT */
/* ****************************************************** */
/* ****************************************************** */
@media screen and (min-width: 768px) {
  .tab-content .tabs ul {
    width: 50%; }

  .btn-search {
    display: none; }

  .search-container-trans {
    right: 0;
    position: relative;
    padding: 0;
    background: none;
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    float: right;
    width: 50%; }
    .search-container-trans .close-icon {
      display: none; }

  .quick-search input[type="submit"] {
    background-repeat: no-repeat; }

  .quick-search.small {
    width: 25%;
    float: left;
    margin-right: 2%; }

  .quick-search.middle {
    width: 46%;
    float: left; } }
@media screen and (min-width: 962px) {
  .tab-content .tabs ul {
    width: 60%; }

  .search-container-trans {
    width: 40%; } }
@media screen and (min-width: 1280px) {
  .tab-content .tabs ul {
    width: 65%; }
    .tab-content .tabs ul li {
      font-size: 20px;
      font-size: 1.25em; }

  .search-container-trans {
    width: 35%; } }
/* CSS Alphabeth */
/* ****************************************************** */
/* ****************************************************** */
.alphabet {
  background: #e40020;
  padding-top: 15px;
  padding-bottom: 15px; }
  .alphabet .alphabet-wrapper {
    padding-left: 34px;
    padding-right: 34px;
    position: relative; }
  .alphabet .alphabet-inner-wrapper {
    overflow: auto; }
  .alphabet ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%; }
    .alphabet ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      float: left;
      width: 40px;
      height: 40px;
      background: #e40020;
      border: 1px solid #fff;
      padding: 10px;
      text-align: center;
      color: #fff;
      -webkit-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      margin-right: 10px;
      font-weight: 600;
      line-height: 20px; }
    .alphabet ul li.active, .alphabet ul li:hover {
      background: #d9d9d9;
      color: #000; }
  .alphabet span.arrow {
    position: absolute;
    top: 50%;
    width: 20px;
    margin-top: -20px; }
  .alphabet span.arrow.left {
    left: 0; }
  .alphabet span.arrow.left:after {
    right: 0;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #acacac;
    border-width: 15px;
    margin-top: -15px; }
  .alphabet span.arrow.right {
    right: 0; }
  .alphabet span.arrow.right:after {
    left: 0;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #acacac;
    border-width: 15px;
    margin-top: -15px; }

.main-page.article .alphabet .alphabet-wrapper {
  width: 80%;
  float: left;
  border-right: 1px solid #fff; }

.select-view {
  float: right;
  width: 20%;
  padding: 0 10px;
  margin-top: 5px; }
  .select-view .icon-view {
    width: 40%;
    max-width: 50px;
    float: left;
    cursor: pointer;
    padding: 5px;
    float: left;
    margin-left: 5%;
    background: #e40020;
    border: 1px solid #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; }
    .select-view .icon-view img {
      width: 100%;
      display: block; }
  .select-view .icon-view.active {
    background: #d9d9d9; }

/* Media Queries Alphabet */
/* ****************************************************** */
/* ****************************************************** */
@media screen and (min-width: 768px) {
  .main-page.article .alphabet .alphabet-wrapper {
    width: 85%; }

  .select-view {
    width: 15%; } }
@media screen and (min-width: 1024px) {
  .alphabet ul li {
    width: 65px;
    height: 65px;
    padding: 10px;
    margin-right: 20px;
    line-height: 40px;
    font-size: 30px;
    font-size: 1.875em; }

  .main-page.article .alphabet .alphabet-wrapper {
    width: 90%; }

  .select-view {
    width: 10%;
    margin-top: 15px; } }
/* CSS fuer Overlay */
/* ****************************************************** */
/* ****************************************************** */
.overlay {
  position: fixed;
  width: 96%;
  height: 96%;
  background: #d9d9d9;
  z-index: 10002;
  top: 0;
  border: 1px solid #d9d9d9;
  background: #f3f3f3;
  overflow: auto;
  margin: 2%;
  overflow: visible; }
  .overlay .inner-overlay {
    overflow: hidden;
    height: 100%; }
  .overlay .overlay-content {
    padding: 20px;
    overflow: auto;
    width: 100%;
    height: 100%; }
    .overlay .overlay-content form {
      border-bottom: 2px solid #000;
      padding-bottom: 20px;
      margin-bottom: 40px; }
  .overlay .close-icon {
    background: url(../images/icons/icon-close_big.png);
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px; }

.global-message-overlay {
  text-align: center; }
  .global-message-overlay .btn-set {
    margin-top: 30px; }
  .global-message-overlay .center-headline {
    margin-top: 50px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px; }

.plan-overlay .inner-overlay {
  text-align: center; }

.article-overlay {
  background: #cccccc; }
  .article-overlay .overly-content {
    background: #f3f3f3;
    padding: 15px;
    margin: 15px;
    height: 97%; }
  .article-overlay .image-container {
    max-height: 360px;
    overflow: hidden;
    text-align: center; }
    .article-overlay .image-container img {
      width: 100%;
      max-height: 360px;
      max-width: 360px; }
  .article-overlay .wrapper {
    overflow: auto;
    height: 100%; }
  .article-overlay .box {
    background: #fff;
    position: relative;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%; }
    .article-overlay .box p {
      font-size: 20px;
      font-size: 1.25em;
      font-weight: 300; }
    .article-overlay .box .desc-section .label {
      font-size: 20px;
      font-size: 1.25em;
      font-weight: 300; }
    .article-overlay .box .desc-section .marking {
      font-size: 24px;
      font-size: 1.5em;
      font-weight: 600; }
    .article-overlay .box .price {
      position: absolute;
      right: 30px;
      bottom: 30px;
      font-size: 18px; }
      .article-overlay .box .price .title {
        margin-top: 27px;
        margin-right: 5px;
        font-weight: 600; }
      .article-overlay .box .price .price-box {
        background: #e40020;
        font-size: 25px;
        color: #fff;
        padding: 10px 20px; }
  .article-overlay .box.red {
    background: #e40020; }
    .article-overlay .box.red h2 {
      color: #fff;
      font-size: 24px;
      font-size: 1.5em;
      font-weight: 600;
      margin: 0; }
    .article-overlay .box.red p {
      color: #fff;
      font-size: 20px;
      font-size: 1.25em; }
  .article-overlay .btn-set {
    margin-top: 10px; }
  .article-overlay .btn-set.rightAlign {
    text-align: right; }
  .article-overlay .btn-white,
  .article-overlay .btn-red {
    width: 48%;
    float: left; }
  .article-overlay .btn-red {
    float: right; }
  .article-overlay .order-table {
    margin-top: 15px; }
    .article-overlay .order-table tr.data td {
      background: #fff;
      border: 1px solid #d9d9d9;
      font-weight: 400;
      padding-top: 7px;
      padding-bottom: 7px;
      font-size: 18px;
      font-size: 1.125em; }

@media screen and (min-width: 768px) {
  .article-overlay .btn-white {
    width: 55%; }
  .article-overlay .btn-red {
    width: 41%; } }
@media screen and (min-width: 962px) {
  .article-overlay .btn-white {
    width: 48%; }
  .article-overlay .btn-red {
    width: 48%; } }
/* CSS fuer Tabellen */
/* ****************************************************** */
/* ****************************************************** */
.white-content {
  overflow: hidden;
  width: 100%; }

.table-content {
  overflow: auto; }

.inner-table-content {
  min-width: 500px; }

table {
  background: #fff; }

table.list thead tr {
  border: none; }
  table.list thead tr th {
    color: #fff;
    height: 55px;
    background: #e40020;
    padding: 5px;
    border: none;
    text-align: left; }
table.list tbody tr td {
  padding: 5px;
  border: none;
  height: 55px;
  border-bottom: 1px solid #fff; }
  table.list tbody tr td .checkbox {
    margin: 0 auto; }
table.list tbody tr:nth-child(odd) {
  background: #efefef; }
table.list tbody tr.manual_grey {
  background: #efefef; }
table.list tbody tr.manual_white {
  background: #fff; }
table.list tbody tr.top-artikel td {
  background: #d6e6ca;
  border: none;
  border-bottom: 1px solid #fff; }
table.list tbody.border-bottom tr:last-child td {
  border-bottom: 1px solid #000; }
table.list tfoot tr td {
  border: 1px solid #000;
  background: #e40020;
  padding: 5px;
  height: 55px; }
table.list tfoot.bg-white tr td {
  color: #000;
  background: #fff; }
table.list input[type="text"] {
  width: 100px;
  border: 1px solid #d9d9d9;
  padding: 2px 5px; }
table.list textarea[name="comment"] {
  resize: none;
  min-height: 100px;
  min-width: 100%;
  font-weight: 300;
  padding: 10px; }

table.list-border thead tr td, table.list-border thead tr th, table.list-border tbody tr td, table.list-border tbody tr th, table.list-border tfoot tr td, table.list-border tfoot tr th {
  border: 1px solid #000;
  border-bottom: none;
  border-right: none; }
table.list-border thead td:last-child, table.list-border thead th:last-child, table.list-border tbody td:last-child, table.list-border tbody th:last-child, table.list-border tfoot td:last-child, table.list-border tfoot th:last-child {
  border-right: 1px solid #000; }
table.list-border thead tr:last-child td, table.list-border tbody tr:last-child td, table.list-border tfoot tr:last-child td {
  border-bottom: 1px solid #000; }

table.list.green-tabel tr {
  border-bottom: 1px solid #fff; }
table.list.green-tabel tr:nth-child(odd) {
  background: #afce97; }
table.list.green-tabel tr:nth-child(even) {
  background: #d6e6cb; }

table.grey-tabel {
  margin-bottom: 20px; }
  table.grey-tabel thead tr th {
    background: #666;
    border: 1px solid #000;
    border-bottom: none;
    border-right: none; }
  table.grey-tabel thead tr th:last-child {
    border-right: 1px solid #000; }
  table.grey-tabel thead tr th.bg-red {
    background: #e40020; }
  table.grey-tabel tbody tr td {
    border: 1px solid #000;
    border-bottom: none;
    border-right: none; }
    table.grey-tabel tbody tr td .btn-grey-small {
      width: 80px; }
  table.grey-tabel tbody tr td:last-child {
    border-right: 1px solid #000; }
  table.grey-tabel tfoot tr td {
    border: 1px solid #000;
    border-right: none;
    background: #e40020;
    color: #fff; }
  table.grey-tabel tfoot tr td:last-child {
    border-right: 1px solid #000; }

table.form-tabel tbody tr td input[type="text"] {
  width: 100%; }

.logistic form {
  margin: 0;
  padding: 0;
  border: none; }
.logistic table {
  margin-bottom: 20px; }
  .logistic table tr td {
    padding: 2px 2px;
    font-weight: 300;
    font-size: 14px;
    height: 35px; }
    .logistic table tr td p {
      font-style: italic;
      font-size: 14px;
      margin: 0;
      padding: 0; }
  .logistic table tr .tdkw {
    background: #e40020;
    text-align: center;
    border-right: 1px solid #720010;
    color: #fff;
    font-weight: bold; }
  .logistic table tr.odd {
    background: #f2f2f2; }
.logistic .table-head {
  background: #e40020;
  color: #fff; }
  .logistic .table-head td {
    border-bottom: 1px solid #720010;
    font-weight: bold; }

.discout-box {
  background: #e40020;
  display: inline-block;
  padding: 4px 3px;
  margin-top: 4px;
  width: 115px;
  text-align: left; }
  .discout-box .discout-text {
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    font-weight: 200;
    float: left;
    text-transform: uppercase;
    padding: 3px 0 0;
    font-family: "Roboto", sans-serif; }
  .discout-box .discount-number {
    font-size: 30px;
    line-height: 26px;
    /*margin-left: 3px;*/
    padding-top: 1px;
    width: 60px;
    display: block;
    float: left;
    text-align: right;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 200; }
  .discout-box .discout-textbig {
    padding: 8px 0px 8px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }

.discout-box.small {
  width: 48px; }

/* CSS fuer Kachelansicht */
/* ****************************************************** */
/* ****************************************************** */
.tiles-view .col {
  margin-bottom: 5px; }
.tiles-view .inner-box {
  background: #f3f3f3;
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
  min-height: 390px;
  margin-bottom: 10px; }
  .tiles-view .inner-box .img-box {
    min-height: 178px;
    max-height: 178px;
    background: #fff;
    overflow: hidden;
    text-align: center; }
    .tiles-view .inner-box .img-box img {
      max-width: 178px;
      max-height: 178px;
      margin: 0 auto;
      text-align: center; }
  .tiles-view .inner-box .article-name {
    color: #e40020;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 600; }
    .tiles-view .inner-box .article-name p {
      margin: 0;
      overflow: hidden;
      height: 35px; }
  .tiles-view .inner-box .article-number {
    width: 35%; }
  .tiles-view .inner-box .article-price {
    width: 65%;
    text-align: right; }
  .tiles-view .inner-box .floatbox {
    display: inline-block;
    width: 100%;
    position: relative; }
  .tiles-view .inner-box .type.checkbox {
    position: absolute;
    right: 0;
    bottom: -11px; }

/* CSS fuer Navigationen  */
/* ****************************************************** */
/* ****************************************************** */
.sidebar-nav-icon {
  background: #fff;
  width: 35px;
  height: 31px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 20px;
  padding: 4px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #909090; }
  .sidebar-nav-icon span {
    background: #000;
    height: 5px;
    margin: 0 0 3px 0;
    width: 100%;
    display: block; }

.sidebar-nav {
  position: fixed;
  right: -53%;
  top: 220px;
  background: #e40020;
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  padding: 15px;
  width: 30%;
  z-index: 99999999999; }

.sidebar-nav.active {
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  right: 0; }

/* Media Queries */
/* ****************************************************** */
/* ****************************************************** */
@media screen and (min-width: 1024px) {
  .sidebar-nav-icon {
    display: none; }

  .sidebar-nav {
    right: 0;
    top: 0;
    position: relative;
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    -webkit-transition: all 0ms ease;
    -moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
    padding: 0;
    width: 20%;
    z-index: 11;
    float: left; } }
@media screen and (min-width: 1280px) {
  .sidebar-nav {
    width: 20%; } }
/* CSS fuer den Warenkorb */
/* ****************************************************** */
/* ****************************************************** */
.basket-overlay .content-box {
  display: none; }
.basket-overlay #open_order {
  display: block; }
.basket-overlay .tabs {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  background: none;
  overflow: hidden;
  width: 100%; }
  .basket-overlay .tabs ul {
    width: 100%; }
    .basket-overlay .tabs ul li {
      width: 22%;
      height: 62px; }
.basket-overlay h1 .stand {
  float: right; }
.basket-overlay .tab-content-container {
  min-height: 500px;
  overflow: auto;
  background: #fff;
  padding: 15px; }
  .basket-overlay .tab-content-container .center-headline {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding-bottom: 10px; }
.basket-overlay .basekt-info {
  margin-top: 20px; }
  .basket-overlay .basekt-info .my-points p,
  .basket-overlay .basekt-info .my-price p {
    width: 60%;
    float: left;
    margin: 0;
    line-height: 40px; }
  .basket-overlay .basekt-info .my-points {
    width: 40%; }
    .basket-overlay .basekt-info .my-points p {
      font-size: 16px;
      font-size: 1em;
      width: 50%; }
  .basket-overlay .basekt-info .my-price {
    width: 60%; }
    .basket-overlay .basekt-info .my-price p {
      font-size: 20px;
      font-size: 1.25em; }
    .basket-overlay .basekt-info .my-price .red-bg {
      font-size: 20px;
      font-size: 1.25em; }
  .basket-overlay .basekt-info span.red-bg {
    background: #e40020;
    min-width: 20%;
    padding: 10px;
    color: #fff;
    float: left;
    display: block;
    text-align: center; }
  .basket-overlay .basekt-info .btn-set {
    width: 100%;
    text-align: right; }
  .basket-overlay .basekt-info .two-buttons {
    width: 100%; }
    .basket-overlay .basekt-info .two-buttons .btn {
      width: 48%;
      float: left;
      margin: 0 1%; }

/* Mediaqueries */
/* ****************************************************** */
/* ****************************************************** */
@media screen and (min-width: 800px) {
  .basket-overlay .tabs ul li {
    height: auto; }
  .basket-overlay .basekt-info .my-points {
    width: 30%; }
  .basket-overlay .basekt-info .my-price {
    width: 40%; }
  .basket-overlay .basekt-info .btn-set {
    width: 30%; }
  .basket-overlay .basekt-info .two-buttons {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  .basket-overlay .basekt-info .my-points {
    width: 30%; }
  .basket-overlay .basekt-info .my-price {
    width: 30%; }
  .basket-overlay .basekt-info .btn-set, .basket-overlay .basekt-info .two-buttons {
    width: 40%; } }
/* CSS fuer Filter */
/* ****************************************************** */
/* ****************************************************** */
.filter {
  border: 1px solid #d9d9d9;
  background: #efefef;
  padding: 5px;
  margin-bottom: 20px; }
  .filter .col {
    margin-bottom: 0; }
  .filter label {
    font-weight: bold; }
  .filter .btn-set {
    text-align: right;
    padding-top: 10px; }

/* CSS fuer Pagination */
/* ****************************************************** */
/* ****************************************************** */
.pagination {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px; }
  .pagination .pagination_link {
    margin: 0;
    padding: 0;
    float: left;
    width: 25px;
    height: 25px;
    background: #e40020;
    text-decoration: none;
    padding: 3px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
    font-weight: 600;
    line-height: 20px; }
  .pagination .pagination_link.active {
    background: #fff;
    color: #e40020;
    border: 1px solid #e40020; }
  .pagination .pagination_link:hover {
    background: #fff;
    color: #e40020;
    border: 1px solid #e40020; }

.no_search_results{
  text-align:center;
  margin:30px;
  font-size:20px;
}

.landingpage_table{
  background:transparent;
  width:100%;
  font-size:16px;
}
