/* --- BUG FIXES --- */

/* Hide categorie title in mobile nav */
#dl-menu ul.dl-menu > li:first-child {
  display: none;
}

#box_content_hauptnav_mobile {
  border: none !important;
}

/* Prevent navigation background from showing on mobile devices */

@media screen and (max-width: 767px) {
    .hauptnav_td {
      background: none !important;
  }
}

/* Hide breadcrumb on products + product detail page */

ul.breadcrumb:not(.only) {
   display: none;
}

ul.breadcrumb.only {
   visibility: hidden;
}

.artikelliste_einspaltig > div.row {
  padding: 20px 10px;
}

ul.bemerkungszeile a {
  color: #231F20;
  font-size: 12px;
}

.bp_row {
  padding-top: 20px;
}

div.bp_row div.bp ul.hauptzeile li {
    padding: 0 2px;
}

div.bp_row div.bp ul.hauptzeile li a {
  padding-left: 10px;
}


/* --- BOX SHADOWS --- */


/* Add shadow effects to products in box + list view */

img.l-image-shadow, div.artikel_box, .artikelliste_einspaltig > div.row {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/* Add hover animation products in box + list view  */

img.l-image-shadow:hover, div.artikel_box:hover, .artikelliste_einspaltig > div.row:hover, .media-left img:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.media {
  overflow: visible;
}

.media-left img {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/* Main navigation  */

.hauptnav_td {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.header_subnav {
  background-color: #ffffff70;
}

/* Content block */

.l-content-block {
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
@media (min-width: 1200px) {
  .l-content-block-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.l-content-info {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.l-content-block:not(.l-no-hover):hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.l-content-block img:not(.l-no-shadow) {
   margin: 5px;
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.l-content-block img:not(.l-no-shadow):hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.l-content-block-title {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding: 10px;
  margin-bottom: 20px;
  background-color: #231f20;
}

.l-content-block-title h3 {
  padding: 0;
  margin: 0;
}

/* Main page title */

.l-content-page-title {
  margin: 30px 0;
}

.content_td > h1.content > a {
  cursor: inherit;
}

.content_td h1.content {
  border: none;
  text-align: center;
}

.media-body {
  overflow: visible;
}

/*.content > h1.content, .content > div:not(.l-content-page-title) > h1.content {
  display: none;
}*/

/* FOOTER */

footer {
  padding: 10px 0;
}

.badge {
    margin-top: -2px;
    font-weight: normal;
}

/* Search field */

form.suchformular .input-group .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

form.suchformular .input-group .btn {
  height: 30px !important;
}

.hauptnav_td #search-navbar-input, .hauptnav_td #quicksearch_suchstring {
  background-color: #ffffffbf;
}

div.artikel_box {
  cursor: pointer;
}