
@media (min-width: 992px) {
  header .navbar-nav > .nav-item.dropdown-full
{
    position: static;
  }
}

@media (min-width: 992px) {
  header .nav-multiple-row .navbar-nav > .nav-item > .nav-link
{
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 992px) {
  header .navbar-nav > .nav-item.dropdown-full .dropdown-menu
{
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .navbar-nav > .nav-item > .dropdown-menu
{
    max-height: calc(100vh - 12.5rem);
    overflow: auto;
    margin-top: -0.03125rem;
    box-shadow: inset 0 1rem 0.5625rem -0.75rem rgba(0, 0, 0, 0.06);
  }
}
header .dropdown-menu
{
  background-color: #ffffff;
  color: #525252;
}
@media (min-width: 992px) {
  header .navbar-nav > .nav-item .nav
{
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  header .navbar-nav .dropdown .nav-item
{
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav-item-lg-m
{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .full-width-mega .navbar-expand-lg .nav-multiple-row .navbar-nav
{
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .full-width-mega .nav-multiple-row .nav-scrollbar-inner
{
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  header .nav-mobile-body
{
    align-self: flex-start;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .full-width-mega .nav-multiple-row .nav-scrollbar-arrow
{
    display: none;
  }
}
@media (min-width: 992px) {
  .full-width-mega #mainNavigation.nav-multiple-row
{
    height: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  header .subcategory-wrapper .categories-recursive-dropdown
{
    display: block;
    position: static !important;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  header .subcategory-wrapper .categories-recursive-dropdown > .nav
{
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  header .submenu-headline-toplevel
{
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
  }
}
.productbox-row .productbox-title
{
  margin-bottom: 1rem;
  font-size: 16px;
max-width: 500px;
}
/*
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  font-size: 15px;
}
*/
@media (min-width: 1300px) {
  .productbox-row .productbox-options {
    text-align: right;
    position: relative;
    top: 0;
    right: 0;
    position: absolute;
  }
}
.item-list-description {
  max-width: 500px;
}
/*
@media (min-width: 768px) {
  .productbox.productbox-hover .productbox-inner::before {
    content: ;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
  }
}
*/
.productbox-inner {
  position: relative;
  padding-bottom: 2px;
}
/*
@media (min-width: 768px) {
  .productbox.productbox-hover:not(:hover) .productbox-onhover {
    opacity: 0;
  }
}
*/
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 6px;
}
.productbox-quick-actions
{
  position: static;
  right: 0.5rem;
  top: 0.5rem;
  display: flex;
  z-index: 1;
  justify-content: flex-end;
}
.productbox-price
{
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .col-md-12
{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.col.col-md-12.col-lg-4.col-xl-4.col-12 {flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.form-clear {
  right: 7%;
  position: absolute;
  top: 10px;
}
@media (max-width: 991.98px) {
  header .navbar-collapse:not(.show) {
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100vh !important;
    -webkit-overflow-scrolling: touch;
    max-width: 16.875rem;
    transition: all 0.2s ease-in-out;
    z-index: 1050;
    width: 100%;
    background: #eceeee;
  }
}
@media (max-width: 991.98px) {
  header .nav-mobile-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  header .nav-mobile-header > .row {
    height: 3.125rem;
  }
}
@media (max-width: 991.98px) {
  header .dropup, header .dropright, header .dropdown, header .dropleft, header .col, header [class*="col-"] {
    position: static;
  }
}
@media (max-width: 991.98px) {
  header .nav-mobile-body {
    height: calc(100vh - 3.125rem);
    height: calc(var(--vh, 1vh) * 100 - 3.125rem);
    overflow-y: auto;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  header .nav-scrollbar-inner {
    overflow: visible;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav {
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-item, header .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .dropdown-menu:not(.show) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .dropdown-body {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 97vw;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-link::after {
    content: '\f054' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-left: 0.5rem;
    margin-top: 0;
    font-size: 0.75em;
  }
}
@media (max-width: 991.98px) {
  header .nav-mobile-header .nav-mobile-header-hr {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-link {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .twitter-typeahead {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  input, button, select, optgroup, textarea {
    margin: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
}
@media (max-width: 991.98px) {
.form-clear
{
  right: 21%;
  position: absolute;
  top: 18px;
}
}
@media (max-width: 420px) {
.navbar-brand 
{
  height: 1.7rem;
  width: auto;
  right: 120px;
  position: absolute;
  top: 1px;
}
}
@media (min-width: 330px) and (max-width: 350px) {
#shop-logo 
{
  height: 1.2rem;
  width: auto;
  margin-top: 10px;
}
}
@media (min-width: 351px) and (max-width: 380px) {
#shop-logo 
{
  height: 1.3rem;
  width: auto;
  margin-top: 9px;
}
}
@media (min-width: 381px) and (max-width: 430px) {
#shop-logo 
{
  height: 1.6rem;
  width: auto;
  margin-top: 5px;
}
}
@media (min-width: 431px) and (max-width: 500px) {
#shop-logo 
{
  height: 1,8rem;
  width: auto;
  margin-top: 2px;
}
}
.nav
{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 4px;
}
.col.productlist-item-info.productlist-item-border.col-auto {
  display: none;
}
.col.productlist-pagination.col-md-auto.col-12 {
  display: none;
}
.col.productlist-item-info.col-auto {
  display: none;
}
.btn-secondary
{
  color: #f5f7fa;
  background-color: #525252;
  box-shadow: none;
}
.ta-endless .btn
{
  margin-top: -1px;
  Background-color: rgb(1, 93, 170);
border-radius: 20px;
}

 .stBeschFarb{
  background-color: #f5f7fa;
}
.stBeschNorm{
  background-color: #FFF;
}

#result-wrapper .tab-content .desc table td{
  border-bottom: #ebebeb 1px solid!important;
}

#result-wrapper .table-mobile{display:none;}


table#wnmIndividualDeviceTable  tr:nth-of-type(odd) {   background-color: #f5f7fa!important;}
table#wnmIndividualDeviceTable  tr:nth-of-type(even) { background-color: #FFF!important;}
.wnmTdPriceElements {font-weight:bold;}
.wnmTdPriceElements, .wnmTdBasketElements{min-width:100px;}
.wnmTdBasketElements .basket-details-add-to-cart {margin-top: 0rem;}
@media only screen and (min-width: 769px) {

}
@media only screen and (max-width: 768px) {

table#wnmIndividualDeviceTable td {border-top:0px!important;display:block; width:auto;}
.wnmTdPriceElements, .wnmTdBasketElements, .wnmTdTonerElements, .wnmTdTrommelElements{width:50%!important; float:left; }

.wnmTdPriceElements {font-size:14pt;}
}
.hidden{display:none!important;}
.header-short-notice.mobile li {display:none;}
.header-short-notice.desktop {min-width:1200px;width:100%;}
.header-short-notice.desktop li {display:inline-flex;list-style-type:point;margin:5px auto;width: 33%;}



.header-short-notice.mobile li.active {display:inline;}
.header-short-notice.desktop li.active {display:inline-flex;}

.header-short-notice li a{text-decoration:none;}
@media screen and (min-width: 1274px) {
  .ml-2 {
    margin-left: 26.5rem !important;
  }
}