@media screen and (max-width: 5000px) {
  .wrapper .nav-links,.wrapper .nav-linkscat1,.wrapper .nav-linkscat2,.wrapper .nav-linkscat3,.wrapper .nav-linkscat4,.wrapper .nav-linkscat5,.wrapper .nav-linkscat6,.wrapper .nav-linkscat7 {
    z-index: 5;
    overflow-x:hidden;/*VERSTECKT OVERFLOW-X BAR*/
  }
}
@media screen and (min-width:992px) {
  .ft-tabelle .nav-link {
    padding-left: 0;
  }
}

@media screen and (max-width:992px) {
  .button-footer {
    padding: 5px;
    margin: 5px auto;
  }
  .ft-tabelle .mb-3 {
    margin-top: 1rem;
  }
  .card-font .ueberschrift-sub{
    font-size:15px;
  }
  .card-font .ueberschrift-subsub{
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .brandnmhead{
    margin-bottom: 0;
    font-size: 11px;
  }
  .panes-items5 > div {
    padding: 0.3em;
  }
}
@media (max-width:768px) {
  .sfKBtF-label span {
    font-size: 12px;
  }
  .HdXCon {
    padding: 0;
  }
  .ft-subdesc {
    margin: 0;
  }
}
@media (max-width:768px) {
  h1 {
      font-size: 25px !important;
      margin-top: 0.2em;
      margin-bottom: 0;
  }
}
/*SUCHLEISTE RESPONSIV*/
@media (max-width:768px) {
  .search-input{
    padding: 0;
    font-size: 13px;
    padding-left: 15px;
  }
  .search-btn{
    padding: 0.5em;
  }
  .search-wrapper {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .wrapperpp {
    padding-bottom: 160px;   /* ↓ vorher viel zu hoch */
    min-height: 150px;
  }
  .tabpp-content {
    max-height: 160px;
  }
  .minimenu-info svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
  }
  .minimenu-info span {
    font-size: 10px;
  }
}

@media only screen and (min-width: 992px) {
  body {
    min-width: 1050px;
    max-width: 1200px;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .badge-detail {
    max-width: 40px;
  }
}
/*NEUE CSS ERSTELLEN RESPONSIVE*/
@media only screen and (max-width: 992px) {
  .wrapper {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .LZKtISub, .LZKtISub .sfKBtF-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center !important;
  }
}

@media only screen and (min-width: 992px){
  .asKbTf {
    display: flex;
  }
}
@media only screen and (max-width: 992px){
  .asKbTf {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .sfKBtF .asKbTf {
    padding: 5px 0;
  }
  .sfKBtF-price,.sfKBtF-label {
    text-align: center;
  }
  .sfKBtFs, .sfKBtF {
    justify-content: center;
  }
  .ft-tabelle strong {
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  #tab-area5 {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .left-box.badge-container .badge-detail{
    margin-top: -3em;
  }
  .left-box.badge-container{
    justify-content: start !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 768px) {
  .badge-container{
    justify-content: center;
    padding: 0.25em 0;
  }
  .footer-head {
    margin-top: 1em;
  }
  .ft-tabelle{
    padding-top: 1em;
  }
  .ft-tabelle .nav-link{
    padding: 0;
  }
}
@media (min-width: 992px) {
  .highlights-bottom {
    flex: 1 1 0px !important;
  }
}
@media (max-width: 992px) {
  .TbWrpM{
    margin-top: 1em;
  }
  .highlights-bottom{
    margin-bottom: 1em;
  }
  .jumbotron{
    padding: 0 !important;
  }
  .support-block{
    margin-bottom: 1em;
  }
  #tab-area5 {
    padding: 0 !important;
  }
  .tabpp-label {
    font-size: 13px !important;
    padding: 0 !important;
  }

  .tabpp-content{
    font-size: 13px !important;
    height: 120px !important;
    line-height: 1 !important;
    padding: 5px 10px;
  }
  .second-banner{
    margin:1em 0;
  }
  img.sub-gallery {
    width: 60px !important;
    height: 60px !important;
  }
  .product-titlehead{
    font-size: 18px;
    line-height: 1;
  }
}
/*WAS DAS HIER*/
/*NACHTRÄGLICH IN CSS UMÄNDERN*/
#browsing-gw-homepage .widget {
  box-shadow: 0 50px 30px -40px rgba(255, 255, 255, 0.2) !important;
}
#browsing-gw-homepage .widget .image-container {
  border: 0 !important;
}
#browsing-gw-homepage .component-item .campaign-summary {
  border: 0 !important;
  background-color: #eeeeee !important;
  color: #0654ba !important;
}
@media (min-width: 1300px) {
  #browsing-gw-homepage .widget .image-container::after {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all linear 0.5s;
    content: "";
  }
}
@media (min-width: 1300px) {
  #browsing-gw-homepage .widget .image-container:hover::after {
    opacity: 0.6;
    transition: all linear 0.7s;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
}
  @media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    max-width: none;
  }
}
  @media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1270px;
  }
}