img[onClick] {
  cursor: pointer;
}


@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
} /* Firefox */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
} /* Webkit */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
} /* IE */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
} /* Opera */

#korb {
  background-color: #ffffff;
  border: 1px;
  border-style: solid;
  color: #000000;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  padding: 15px;
  position: absolute;
  display: none;
  z-index: 35;
}
.lkorb {
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 18px;
  background-color: #000000;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
  -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
  -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
  animation: blink normal 1s infinite ease-in-out;
}

/* Modal Content */
.modal-content {
  z-index: 25;
  position: relative;
  background-color: #ffffff;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 1100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close2 {
  color: white;
  float: right;
  font-size: 24px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  background-color: #394b3f;
  color: white;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #394b3f;
  color: white;
}

/* artikel detail css*/

.apack2 {
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width:100%;
}

.apack2 > article {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  position: relative;
  border: 1px;
  border-style: solid;
  border-color: white;
  float: left;
  max-width: 250px;
  width: 100%;
  height: 265px;
  margin-bottom: 45px;
  margin-left: 10px;
  padding: 8px;
  background-color: #ffffff;

  margin-right: 10px;
}

.apack2 > article h1 {
  font-size: 16px;
}

.tooltiptext2 {
  display: none;
}

.abpreis2 {
  position: absolute;
  bottom: 10px;
  left: 1;
  width: 95%;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.abtext2 {
  position: absolute;
  bottom: 4px;
  left: 1;
  font-size: 0.8rem;
}
.atitel2 h2 {
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  padding: 1px;
  margin-top: 15px;
  text-align: left;
}

.apack2 > article:hover {
  cursor: pointer;
  border-color: black;
  border: 1px solid grey;
  border-radius: 3px;
  
}

.abild2 {
  margin: auto;
  position: relative;
  text-align: center;
}

.abildzusatz2 {
  position: absolute;
  top: 3;
  left: 10;
  background-color: red;
  padding-left: 5px; 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: Arial;
}

.audiotechniker {
  margin: auto;

  max-width: 100%;
}

.audiotechniker h1 {
  font-family: Verdana;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  line-height: 20px;
  padding-left: 10px;
}

.abschnitt {
  font-family: Verdana;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  line-height: 20px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: normal;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 48%;
  width: 100%;
  min-width: 400px;
  min-height: 0px;
}
.abschnitt_lang {
  font-family: Verdana;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  line-height: 20px;
  color: #000000;
  margin-bottom: 46px;
  font-weight: normal;
  float: left;
  width: 97%;
  clear: left;
  margin-left: 5px;
}
#aueberschrift {
  padding-bottom: 0px;
  margin-bottom: 12px;
  margin-top: 22px;
}

.abschnitt .titel {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding: 5px;
  height: 30px;
  background-color: #f2f2f2;
  color: #233529;
  border-bottom: 0px solid #233529;
  margin-bottom: 7px;
  width: auto;
}
.abschnitt_lang .titel {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
  line-height: 30px;
  height: 30px;
  background-color: #f2f2f2;
  color: #233529;
  border-bottom: 0px solid #233529;
  margin-bottom: 7px;
  width: auto;
}

.abschnitt #titel2 {
  font-family: Verdana;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding: 5px;
  height: 30px;
  background-color: #f2f2f2;
  color: #233529;
  border-bottom: 1px solid #233529;
  margin-bottom: 7px;
}

.abschnitt .textbox {
  padding: 5px;
}

.abschnitt_lang .textbox {
  padding: 5px;
}

.sliderA {
  width: 98%;
  max-width: 700px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}

.sliderA > img {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  transition: all 0.5s;
  text-align: center;
}

.sliderA input {
  display: none;
}
.sliderA label {
  width: 150px;
  margin: 20px 2px;
  float: left;
  border: 2px solid #999;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.8;
  box-sizing: border-box;
}

.sliderA label img {
  width: 99%;
  display: block;
}

.sliderA input:checked + label {
  border-color: #666;
  opacity: 1;
}
.sliderA input ~ img {
  opacity: 0;
  transform: scale(1.1);
}

.sliderA input:checked + label + img {
  opacity: 1;
  transform: scale(1);
}

#titel_kurz {
  display: none;
}

.audiotechniker ul {
  list-style-type: none;
  font-weight: bold;
  font-size: 18px;
}

.audiotechniker ul img {
  display: inline;
  vertical-align: middle;
  height: 50px;
  padding: 5px;
  margin-right: 10px;
}
.artikelv header {
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 0, 0, 1) 100%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 0, 0, 1) 100%
  );
  background-image: -o-linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 0, 0, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 0, 0, 1) 100%
  );
  height: 0px;
}
.cartinfo {
  margin-right: 78px;
}
#einzelartikel {
  z-index: 35;
  display: none;
  margin-top: 35px;
  margin-bottom: 80px;
}
.abschnitt a:link {
  color: #000000;
}
.abschnitt a:visited {
  color: #000000;
}
#proven {
  margin-top: 34px;
  padding-left: 150px;
}

#knopfp{
  border:0px;
  min-width: 150px; 
  max-width: 200px;
  width: 50%; 
  height: auto;
 margin-right:50px;

}

#knopfp:hover {
  box-shadow: 5px 5px 5px silver;


}
.artikelv:hover {
  background-color: rgba(160, 178, 166, 1);
}
.artitel {
  text-align: right;
  padding-top: 12px;
  padding-right: 29px;
  padding-bottom: 12px;
  padding-left: 12px;
  background-color: #233529;
  text-shadow: 0px 0px;
  font-size: 25px;
  font-weight: 700;
  color: #f2f2f2;
}
.artitel:hover {
  cursor: pointer;
}
#textboxpr {
  text-align: center;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 204px;
  width: 60%;
}
#warenkorb2:hover {
  cursor: pointer;
}
#tkategorien {
  display: none;
}
.hrmini {
  display: none;
}
#noben {
  display: none;
}
.einzelmehr {
  margin-top: -20px;
  background-color: #ffffff;
  font-weight: 400;
  float: none;
  
  margin-bottom: 35px;
}
.kat_titel h1 {
  white-space: nowrap;
  line-height: 45px;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  background-color: rgba(160, 178, 166, 0.2);
  color: #000000;
  text-transform: uppercase;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

.kat_titel2 {
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  background-color: white;
  color: #000000;
  border-bottom-color: #000000;
  border-bottom-width: thin;
  border-top: thin solid #000000;
}
.abild2 img {
  max-height: 195px;
}
#asuche {
  width: 100%;
  background: #fff;
  z-index: 2;
  max-width: 100%;
  text-align: center;
  padding-bottom: 16px;

  font-size: large;
  white-space: nowrap;
  display: none;
}
#asuche input {
  width: 70%;
  padding: 5px;
  font-size: large;
}
#asuche button {
  font-size: large;
  width: 10%;
  padding-top: 8px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  background-color: rgba(242, 242, 242, 1);
  cursor: pointer;
}

#bsuche {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding-top: 30px;
  font-size: large;
  display: block;
  margin-bottom: -20px;
}
#bsuche input {
  width: 300px;
  padding: 10px;
  font-size: large;
}
#bsuche button {
  font-size: large;
  width: 50px;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
  background-color: rgba(242, 242, 242, 1);
  cursor: pointer;
}

@media (max-width: 399px) {
  .sliderA > img {
    left: 0;
    top: 0;
    text-align: center;
  }
  .abschnitt #titel2 {
    font-size: 15px;
  }
  #titel_kurz {
    display: block;
    margin-left: 7px;
  }
  #titel_lang {
    display: none;
  }
  .sliderA {
    width: 100%;
  }
  .sliderA label {
    width: 80px;
  }
  .audiotechniker h1 {
    padding-left: 2px;
    font-size: 18px;
    line-height: 15px;
  }
  .audiotechniker ul {
    padding-left: 0;
    font-size: 15px;
  }
  .audiotechniker ul img {
    margin-right: 0px;
  }
  .artikelv {
    width: 100%;
    float: none;
    max-width: 94%;
    min-width: 94%;
  }
  .artikelv .abild img {
    max-width: 65%;
    min-height: 0px;
    min-width: 0px;
    width: 80%;
  }

  div .footer_column .punkte {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.1rem;
  }
}

@media (max-width: 500px) and (min-width: 400px) {
  .sliderA > img {
    left: 0;
    top: 0;
    width: 100%;
  }
  .abschnitt #titel2 {
    font-size: 15px;
  }
  .sliderA {
    width: 100%;
  }
  .sliderA label {
    width: 100px;
  }
  #titel_kurz {
    display: block;
  }
  #titel_lang {
    display: none;
    margin-bottom: 20px;
  }
  .audiotechniker ul {
    padding-left: 0;
    font-size: 15px;
  }
  .audiotechniker ul img {
    margin-right: 0px;
  }
  .artikelv {
    margin-top: auto;
    margin-right: 2px;
    margin-left: 2px;
    width: 43%;
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
    height: 180px;
    min-width: 170px;
  }
  .artikelv .abild img {
    width: 100%;
    max-width: 90%;
  }
}

@media (min-width: 501px) and (max-width: 800px) {
  .abschnitt {
    max-width: 100%;
  }
  .sliderA {
    width: 100%;
  }
  .audiotechniker h1 {
    font-size: 18px;
  }
  .audiotechniker ul {
    padding-left: 0;
  }
  #einzelartikel {
    margin-top: 65px;
  }
}

#warenkorb2 {
  display: none;
  visibility: hidden;
  text-align: left;
}

.atitel {
  display: none;
}
.artikelv {
  position: relative;
  max-width: 259px;
  float: left;
  background-color: #ffffff;
  padding-top: 0px;
  padding-right: 6px;
  padding-left: 4px;
  padding-bottom: 4px;
  margin-bottom: 50px;
  margin-right: 14px;
  height: 225px;
}

.artikelv .abild img {
  width: 200px;
  padding: 6px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 5px;
}

.apack {
  position: relative;
  margin: auto;
  max-width: 936px;
}

.artikel_foot {
  float: none;
  position: relative;
  display: block;
}

#preview {
  width: 100%;
  height: 100%;
  background-image: url("../black.jpg");
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
#preview #imgPrev {
  display: block;
  margin: 0 auto;
}
#preview #preview_inner {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#preview #preview_inner img {
  margin: auto;
  float: none;
}

#preview a.close {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  float: right;
  margin: 0;
  width: 70px;
  height: 70px;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 20px;
  background-color: #ab5d4b;
  color: #fff;
  border-radius: 0 0 0 100%;
  font-family: Arial;
  font-size: 18px;
}
#preview a.close:hover {
  background-color: #c6442a;
}

.tabs {
  display: flex;
  justify-content: space-between;
  height:60px;
  margin-bottom: 37px;
  position: relative;
 
  
}

.tabs .tab {
  align-items: center;
display: flex;
justify-content: center;


  border-right-color: #000000;
  border-bottom-color: #000000;
  border-top-color: #000000;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-right-width: thin;
  border-left-width: thin;
  border-bottom-width: thin;
  border-top-width: thin;
  background-color: #000000;
  height:52px;
}

.tabs .tab > input[type="radio"] {
  position: absolute;
  display: none;
}

.tabs .tab > label {
 
  height:40px;
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-right: 11px;
  padding-left: 11px;
  padding-bottom: 6px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  color: #000000;
  background-color: #f2f2f2;
  
  
}

.tabs .tab > label a {
  font-size: 1rem;
  color: black;
}

.tabs .tab > label:hover {
  background-color: #430F10;
 
  color: white;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
  -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
  -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
  animation: blink normal 1s infinite ease-in-out;
}

.tabs .tab > label:hover a {
color: white;
}


.tabs .content {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  opacity: 0;
  transition: opacity 400ms ease-out;
  border: thin solid #ec8b56;
  width: 100%;
  margin-top: 10px;
  margin-left: -1px;
  height: auto;
}

.tabs > .tab > [id^="tab"]:checked + label {
  color: #ffffff;
  background-color: #430F10;
  
  
  
  
}

.tabs > .tab > [id^="tab"]:checked + label a {
  color: #ffffff;
  border-bottom: 2px solid orange;
}

.artikel {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  float: none;
}
.artikel .artikel_links {
  float: right;
}
.artikel .artikel_links button {
  background-color: #f2f2f2;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 6px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  width: 168px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #000000;
}
.abutton {
  margin-top: -8px;
  text-align: center;
  height: 44px;
}
.abutton:hover {
  background-color: #ffffff;
}

.form button {
  background-color: #f2f2f2;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 6px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000000;
}

.form button:hover {
  background-color: #a0b2a6;
  color: #000000;
}

.abutton button {
  background-color: #a0b2a6;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  margin-right: 3px;
  border-radius: 6px;
  margin-left: 6px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 150px;
  letter-spacing: 2px;
  font-weight: 500;
  height: 30px;
  color: #000000;
}

.artikel .artikel_links button:hover {
  background-color: #a0b2a6;
  color: #000000;
}

.artikel div img {
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
}
.artikel .art_text img {
  float: left;
  margin-right: 40px;
  border: 2px inset #a0b2a6;
  border-radius: 13px;
  background-color: #ffffff;
  width: 220px;
}
.artikel .art_text h3 {
  padding-top: 19px;
}
.artikel .art_text #text {
  text-align: left;
}
.startbild {
  width: 250px;
  height: 300px;
  float: left;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
.vorschau {
  margin: auto;
  width: 100%;
  padding-top: 9px;
  position: relative;
  display: inline-block;
}
.vorschau_bild {
  border: 1px inset #233529;
  opacity: 1;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 17px;
  margin-left: 2px;
  float: left;
  width: 167px;
  height: 124px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  background-color: #f2f2f2;
}
.vorschau_bild img {
  width: 154px;
  vertical-align: middle;
  margin: auto;
  position: absolute;
}
.abutton button:hover {
  background-color: #a0b2a6;
  color: #000000;
}
form #anfrage #formnotice button {
  background-color: #f2f2f2;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  margin-right: 2px;
  border-radius: 6px;
  margin-left: 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000000;
}
form #anfrage #formnotice button:hover {
  background-color: #a0b2a6;
  color: #000000;
}

#warenkorb {
  display: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 253px;
  margin-bottom: 15px;
  background-color: #394b3f;
  padding-top: 1px;
  padding-right: 8px;
  padding-bottom: 1px;
  padding-left: 8px;
  color: #f2f2f2;
  border: 1px dashed #233529;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
    "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 25px;
  margin-top: 0px;
  text-align: center;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1.5s infinite ease-in-out; /* Firefox */
  -webkit-animation: blink normal 1.5s infinite ease-in-out; /* Webkit */
  -ms-animation: blink normal 1.5s infinite ease-in-out; /* IE */
  animation: blink normal 1.5s infinite ease-in-out;
  font-size: 1.5em;
}

#warenkorb a {
  color: #f2f2f2;
}

#titel_lang {
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  display: block;
  font-size: 20px;
  height: 31px;
  font-family: Verdana;
  margin-top: 20px;
  color: #233529;
  background-color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 500px) {

  #knopfp{
    margin-right:30px;
  }
  #titel_kurz {
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 9px;
    padding-bottom: 3px;
    display: block;
    font-size: 16px;
    height: 28px;
  }
  #titel_lang {
    display: none;
    font-size: 18px;
  }
  .abschnitt {
    max-width: 100%;
    min-width: 250px;
    font-size: 14px;
  }
  .sliderA label {
    width: 60px;
  }

  .tabs .content {
    margin-top: 316px;
    width: 100%;
    position: absolute;
    min-width: 348px;
    background-color: #ffffff;
    max-width: 500px;
    padding-top: 45px;
    margin-bottom: 30px;
  }
  #mainersatz .tabs .tab {
    height:37px;
    text-align: left;
    margin-top: 1px;
    background-color: #ffffff;
    border-left: medium solid #ec8b56;
    border-right-color: #ffffff;
    border-bottom: thin solid #430f10;
    border-top-color: #ffffff;
    border-right-width: 0px;
     }
  #ersatzteile #mainersatz .tabs {
    height:37px;
    flex-direction: column;
    justify-content: left;
    width: 99%;
    margin: auto;
    max-width: 500px;
    padding-left: 0px;
    z-index: 1;
    border-color: #ffffff;
  }
  #mainersatz .tabs .tab:hover {
    color: #ffffff;
  }
  .artikel .art_text img {
    float: none;
    margin-right: 0px;
  }
  .artikel .art_text #text {
    text-align: left;
  }
  .modal {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
  .modal-content {
    width: 100%;
    padding: 0;
    height: 100%;
  }
  .startbild {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    padding-bottom: 0px;
    margin-bottom: -49px;
  }
  .vorschau_bild {
    width: 18%;
    height: 80px;
  }
  .vorschau img {
    width: 90%;
  }
  .vorschau {
    margin-top: -38px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: center;
  }
  #einzelartikel {
    margin-top: 0px; /* Tmp deaktiv wegen reparatur: standard 82 */
    padding-top: 0px;  /* Tmp deaktiv wegen reparatur: standard 47 */
    margin-bottom: 45px;
    padding-bottom: 35px;
  }
  .apack {
    width: 100%;
  }
  .tabs .tab > label {
    width:100%;
    height:25px;
    font-size: 15px;
    z-index: 1;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    color: #000000;
    background-color: #f2f2f2;
  }
  #pfeil {
    display: none;
  }
  .abschnitt .titel {
    font-size: 14px;
  }
  .abschnitt_lang .titel {
    font-size: 14px;
  }
  .abschnitt_lang #textbox {
    font-size: 14px;
  }
  #oartikel {
    font-size: 12px;
    margin-top: 42px;
  }
  .sliderA {
    width: 100%;
  }
  #aueberschrift {
    margin-bottom: 32px;
    margin-top: 5px;
    margin-left: -14px;
  }
  .artitel {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .audiotechniker h1 {
    font-size: 18px;
  }
  #proven {
    padding-left: 1px;
    margin-left: 0px;
    float: none;
    clear: left;
    margin-bottom: 29px;
    margin-top: 52px;
  }
  #warenkorb2 {
    display: none;
    visibility: visible;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 15px;
    padding-bottom: 1px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    background-color: #000000;
    color: #f2f2f2;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
      "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 15px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation: blink normal 1.5s infinite ease-in-out;
    animation: blink normal 1.5s infinite ease-in-out;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    max-width: 800px;
    bottom: 0px;
  }
  #warenkorb2 a {
    color: #f2f2f2;
    bottom: 0px;
    text-align: left;
  }
  .apack2 > article {
    margin-top: auto;
    margin-bottom: 20px;
    max-width: 225px;
    height: 220px;
    width: 45%;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    padding: 3px;
    margin-right: 1px;
    min-width: 120px;
    margin-left: 6px;
  }
  .abschnitt .titel li {
    font-size: 14px;
  }
  #tkategorien {
    display: block;
  }

  #noben {
    text-align: center;
    padding: 25px;
    display: block;
  }
  .einzelmehr {
    background-color: #ffffff;
    margin-top: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 99%;
    
  }
  .abild2 img {
    max-width: 90%;
    width: auto;
    max-height: 130px;
  }
  .rabattpreis {
    display: none;
  }
 
  #neuea {
    margin-top: 180px;
  }
  #asuche {
    display: block;
  }

  #bsuche {
    display: none;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 93%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 100px;
}

@media (min-width: 501px) and (max-width: 1099px) {

#bsuche{
  margin-top: -30px;
}
  .abschnitt {
    max-width: 100%;
  }

 .tabs .tab{
   line-height: 20px;
height:32px;
  margin:2px;
 } 
.tabs .tab > label{

  height:20px;
}
  .tabs .tab .content {
    margin-top: 40px;
    position: 0;
    text-align: center;
  }
  section #mainersatz .tabs {
    justify-content: center;
    flex-wrap: wrap;
    height:100px;
    margin-left: 0px;
  }
  .vorschau_bild {
    width: 18%;
  }
  .vorschau img {
    width: 90%;
  }
  #proven {
    margin-top: 45px;
    padding-left: 45px;
    margin-bottom: 18px;
  }

}

@media (min-width: 501px) and (max-width: 790px) {

 .apack2{

    justify-content: center;
  }

  #warenkorb2 {
    display: none;
    visibility: visible;
    position: fixed;
    padding: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    background-color: #000000;
    padding-top: 1px;
    padding-right: 8px;
    padding-bottom: 1px;
    padding-left: 8px;
    color: #f2f2f2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
    line-height: 15px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-animation: blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1.5s infinite ease-in-out; /* IE */
    animation: blink normal 1.5s infinite ease-in-out;
    font-size: 1.5em;
    margin: 0;
    border: 0;
    border-radius: 0;
    max-width: 800px;
    bottom: 0px;
  }

  #warenkorb2 a {
    color: #f2f2f2;
    text-align: left;
  }
  #proven {
    margin-top: 45px;
    padding-left: 45px;
    margin-bottom: 18px;
  }

  #textboxpr {
    width: 100%;
    float: none;
  }
}




@media (min-width: 791px) and (max-width: 1000px) {

 
  .apack2{

    justify-content: space-around;
  }
}