/*  Colors */
/*  Highlight for inputs */
/*hellgrau*/
/*grün*/
/*orange*/
/*rot*/
/*Hellgrau*/
/*gelb*/
/*dunkelgrau*/
/*Topseller Orange*/
/*  Fonts */
/*  Border */
/*  Images */
/**
 * This file contains the stylesheet for all tablets,
 * or rather devices which apply the following mediaquery:
 *
 *   @media(min-width: 768px)
 *
 */

@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar-header {
    border: none;
    margin: 0 0 5px 0;
  }
  #header .logo img {
    margin-top: 3px;
    max-width: 200px;
    height: 42px;
  }
  #header-menu {
    background: none;
  }
  #header-menu-search {
    margin: -20px -15px 15px -15px;
  }
  .startslider .carousel h2 {
    font-size: 40px;
    text-shadow: none;
    font-weight: lighter;
    text-align: center;
    color: #fff;
  }
  .startslider .carousel h3 {
    font-size: 16px;
    text-shadow: none;
    font-weight: lighter;
    text-align: center;
    color: #fff;
    margin: 10px 0 20px 0;
  }
  .startslider .carousel-caption {
    left: 45%;
    right: 6%;
    top: 35px;
    text-align: center;
  }
  .startslider .carousel-indicators li {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .startslider .btn-slider {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
  }
  .startslider .btn-slider:hover {
    background: #C8000D;
  }
  /* Teaser Widgets Home*/
  
  .index_teaser_1,
  .index_teaser_2 {
    margin-bottom: 20px;
  }
  /* responsive Optimierung Schließanlagenkonfigurator */
  
  .lock-configurator .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .lock-configurator .table-responsive > .table {
    margin-bottom: 0;
  }
  .lock-configurator .table-responsive > .table > thead > tr > th,
  .lock-configurator .table-responsive > .table > tbody > tr > th,
  .lock-configurator .table-responsive > .table > tfoot > tr > th,
  .lock-configurator .table-responsive > .table > thead > tr > td,
  .lock-configurator .table-responsive > .table > tbody > tr > td,
  .lock-configurator .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .lock-configurator .table-responsive > .table-bordered {
    border: 0;
  }
  .lock-configurator .table-responsive > .table-bordered > thead > tr > th:first-child,
  .lock-configurator .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .lock-configurator .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .lock-configurator .table-responsive > .table-bordered > thead > tr > td:first-child,
  .lock-configurator .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .lock-configurator .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .lock-configurator .table-responsive > .table-bordered > thead > tr > th:last-child,
  .lock-configurator .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .lock-configurator .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .lock-configurator .table-responsive > .table-bordered > thead > tr > td:last-child,
  .lock-configurator .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .lock-configurator .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .lock-configurator .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .lock-configurator .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .lock-configurator .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .lock-configurator .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  /*AccountNav*/
  
  .accountnav .btn-text {
    padding: 3px 20px;
  }
  /*CZ PDS Preisboxen Padding*/
  
  #content #article-details .buybox {
    padding: 5px;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }
  #content #article-details .panel-group {
    margin-bottom: 0;
  }
  #content #article-details .bg-white .variant-select-head {
    margin-bottom: 5px;
  }
  .compareCheck {
    margin-left: 5px;
  }
  .ex_shipping_info {
    float: left;
    margin-right: 30px;
  }
  .ex_more_details {
    float: left;
    margin-right: 30px;
  }
  #articlelist .ex_thumbnail:nth-child(even) {
    margin-left: 0.5%;
  }
  #articlelist #ex_compare_preview_container {
    max-width: 80%;
  }
}
