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

/*  Colors */
/*  Highlight for inputs */
/*hellgrau*/
/*grün*/
/*orange*/
/*rot*/
/*Hellgrau*/
/*gelb*/
/*dunkelgrau*/
/*Topseller Orange*/
/*  Fonts */
/*  Border */
/*  Images */
@media (max-width: 767px) {
  .custom-h1 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  .sat_main {
    border: 0px !important;
  }
  #header .navbar-header {
    border: none;
    margin: 0 0 5px 0;
  }
  #header .logo img {
    margin-top: 3px;
    width: 85px;
  }
  #header-menu {
    background: none;
  }
  .startslider .carousel h2 {
    font-size: 30px;
    text-shadow: none;
    font-weight: lighter;
    text-align: center;
    color: #fff;
    line-height: 30px;
  }
  .startslider .carousel h3 {
    font-size: 18px;
    text-shadow: none;
    font-weight: lighter;
    text-align: center;
    color: #fff;
    margin: 0px 0 10px 0;
  }
  .startslider .carousel-caption {
    left: 13%;
    top: 0px;
    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;
  }
  .startslider .btn {
    display: inline-block;
  }
  .home_seo img {
    width: 75px;
  }
  .certificate-bg,
  .footer_bg {
    padding: 20px 0px 20px 0px;
  }
  .footer ul {
    margin-bottom: 0px;
  }
  .footer .custom-social li a {
    margin: 0px 10px 0px 0px;
  }
  /* Teaser Widgets Home*/
  
  .index_teaser_1,
  .index_teaser_2 {
    margin-bottom: 20px;
  }
  /*  Badge */
  
  .custom-badge {
    display: none;
  }
  /*Smartphone Less*/
  
  #content #article-details .bg-white {
    margin-bottom: 0;
  }
  #content #article-details .buybox {
    border: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
  }
  #content #article-details .shortdescription ul {
    margin-left: 2em;
  }
  #content #article-details .col-xs-12 .panel-group.responsive.visible-xs.visible-sm {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #f5f5f5;
    margin: 0 !important;
  }
  #articlelist .ex_infoarea .ex_compare {
    margin-right: 3px;
  }
  #articlelist .ex_thumbnail:nth-child(even) {
    margin-left: 0.5%;
  }
  #articlelist #ex_compare_preview {
    border: 1px solid #999;
  }
  #articlelist #ex_compare_preview_container {
    right: 35%;
  }
  .ex_CatSub_prodOutBox .ex-downArrow-gray {
    display: none;
  }
  div.ghChatWidget.ghChatWidgetOpen {
    min-height: 535px !important;
    width: 100%;
    top: unset !important;
    left: 0 !important;
  }
}
@media (max-width: 480px) {
  .home_seo img {
    width: 40px;
  }
}
@media (max-width: 648px) {
  ._1h7wy4e {
    inset: auto 5px 80px auto !important;
  }
}
