.content_trau {
  margin-left: 200px;
  width: 400px;
  /* font-size: 0.8em; */
  font-size: 1em;
  box-sizing: border-box;
}

h2 {
	font-size: 2em;
  margin-bottom: 20px;
  letter-spacing: 6px;
  padding-top: 1.5em;
}

.trau6s {
  /* font-size: 1.3125em; */
  font-size: 1.1875em;
}
.trau7s {
  /* font-size: 1.3125em; */
  font-size: 1.125em;
  text-align: left;
}

.pic {
  width: 200px;
  float: 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 20px;
  transition: 0.3s;
  /* width: 133px; */
  /* width: 100px; */
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

@media screen and (max-width: 600px) {
 .content_trau {
    margin-left: 0px;
    padding: 3%;
    width: 100%;
  }
  
  h2
  {
    font-size: 1.8em;
  }

  .tab button {
    padding: 14px 14px;
  }


  .tabcontent {
    margin-left: -5vw;
  }

  .pic {
    width: 50vw;
  }
}
