.stream {
  margin: auto;
  text-align: center;
  margin-top: 50px;
  max-width: max-content;
}

.stream_frame_twitch {
  width: 80vw;
  height: 45vw;
  max-width: 995px;
  border: double #1a1a1a 8px;
}

.stream a img {
  max-width: 30px;
  margin-right: 10px;
}

.stream iframe {
  height: 667;
}

/* SM Leiste*/
.sm_leiste {
  border: dotted black 3px;
  max-width: 990px;
  margin: auto;
  margin-top: 0px;
  border-top: none;
  height: 30px;
}

.SM_buttons_container {
  display: flex;
  justify-content: center;
  float: right;
}

.SM_buttons_container a {
  display: flex;
}

.SM_buttons_container a img {
  max-height:  30px;
}
@media only screen and (max-width: 1080px) {
  .minus30{
    margin-left: -30px !important;
  }
}

