@media only screen and (min-width: 1920px) {
  #home .center h1 {
    font-size: 125px;
  }
}

@media only screen and (max-width: 1000px) {
  #info {
    padding: 0 0 20px;
  }
  #info .center {
    height: 300px;
    overflow: scroll;
  }
  #info .center::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #home {
    margin-top: 86px;
  }
  #home .center .button_play {
    width: 40px;
  }
  #home .center .button_play:hover {
    width: 44px;
  }
  .header_center--menu .socialmedia_button {
    display: none;
  }
  #portfolio .thumbnail {
    width: 50%;
  }
  #kontakt form button {
    margin-bottom: 25px;
  }
  #kontakt .social_media_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup .close {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #portfolio .thumbnail {
    width: 100%;
  }
  #kontakt div {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 480px) {
  header {
    padding: 0 10px;
  }
  header .header_center .logotyp {
    width: 100px;
  }
  header .header_center--menu nav .menu_button {
    margin: 0 10px;
    font-size: 12px;
  }
  #home .center .button_play {
    width: 30px;
  }
  #home .center .button_play:hover {
    width: 33px;
  }
  #info {
    top: 86px;
  }
  #info .center {
    height: 250px;
  }
  #kontakt .social_media_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
