.content_schmuck {
  margin-left: 200px;
  width: 400px;
  /* font-size: 0.8em; */
  font-size: 1em;
  box-sizing: border-box;
}

.sch6s {
  /* font-size: 19px; */
  font-size: 1.1875em;
}
.sch7s {
  font-size: 1.125em;
  text-align: left;
}

.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #fff;
  margin-left: 0px;
  margin-top: 3em;
}

/* Style the buttons inside the tab */
.tab button {
  font-family: inherit;
  font-size: 1.25em;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  width: 133px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  margin-left: 0px;
  margin-top: 20px;
}
.tabcontentA {
  width: 400px;
  display: none;
  margin-left: 0px;
  margin-top: 20px;
}
/* Style the tab content */
.tabcontentA123 {
  display: none;
  margin-left: 0px;
  margin-top: 20px;
}

.imgKombi {
  width: 400px;
  margin-left: 30px;
  margin-top: 20px;
}

.pic {
  width: 200px;
  float: left;
}

@media screen and (max-width: 600px) {
  .tab {
    /* width: 100%; */
    margin-top: 1em;
  }
 
  .tab button {
    /* font-size: 1.375em; */
    width: 33%;
  }

  .tabcontent {
    /* margin-left: -5vw; */
  }

 .content_schmuck {
    margin-left: 0px;
    padding: 3%;
    width: 100%;
  }
  
  h2 {
    font-size: 1.8em;
  }

  .pic {
    width: 47vw;
  }
  .imgKombi {
    /* width: 400px; */
    margin-top: 1em;
    width: 94vw;
    margin-left: 0px;
  }
}

