/**
 * This file contains the stylesheet for all notebooks,
 * or rather devices which apply the following mediaquery:
 *
 *   @media(min-width: 992px)
 *
 */

/*  Colors */
/*  Highlight for inputs */
/*hellgrau*/
/*grün*/
/*orange*/
/*rot*/
/*Hellgrau*/
/*gelb*/
/*dunkelgrau*/
/*Topseller Orange*/
/*  Fonts */
/*  Border */
/*  Images */
@media (min-width: 992px) and (max-width: 1199px) {
  .search .input-group-btn {
    position: absolute;
    right: 40px;
    top: 0px;
  }
  body[data-controller="Home"][data-action="Index"] #header .search {
    width: 82%;
  }
  .startslider .carousel h2 {
    font-size: 50px;
    text-shadow: none;
    font-weight: lighter;
    text-align: center;
    color: #fff;
  }
  .startslider .carousel h3 {
    font-size: 20px;
    text-shadow: none;
    font-weight: lighter;
    text-align: center;
    color: #fff;
    margin: 10px 0 20px 0;
  }
  .startslider .carousel-caption {
    left: 50%;
    right: 6%;
    top: 70px;
    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;
  }
  .navbar-default .navbar-nav > li > a {
    font-weight: bold;
    padding: 10px;
    font-size: 15px;
  }
  .small-banner .text-bg {
    bottom: 70px;
    right: 15px;
    left: 15px;
    padding: 10px 0;
  }
  .small-banner .text-bg h2 {
    font-size: 26px;
  }
  .small-banner .text-bg h3 {
    font-size: 14px;
  }
  .small-banner .btn-slider {
    bottom: 15px;
    width: 140px;
    left: 85px;
  }
  /* ABUS Secvest Konfigurator */
  
  .article-summary {
    width: 293px;
  }
  /* 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;
  }
  #articlelist #ex_compare_preview_container {
    max-width: 85%;
  }
}
