/* --- 1280px --------------------------------------------- */
/* -- iPad --------------------------------------------- */
/* --- 980px --------------------------------------------- */
/* --- widescreen laptop? --------------------------------------------- */
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mainmenu {
    display: none;
  }
  #mobilemenu,
  #mobilemenu_container {
    display: block;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  #menu {
    display: none;
  }
  #scrollbar {
    left: 10px;
  }
  .sideline {
    display: none;
  }
  #info .text_left {
    padding-right: 0px;
  }
  #info .text_right {
    padding-left: 0px;
  }
  #about .flexcontainer {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #about .picture {
    width: 100%;
  }
}
/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) and (orientation: portrait) {
  #footer .inner {
    flex-wrap: wrap;
  }
  #footer .inner .left,
  #footer .inner .right {
    width: 100%;
    margin: 25px 0px;
    text-align: center;
  }
  .sectionlogo {
    width: 70px;
    top: 15px;
  }
}
/* --- 380px --------------------------------------------- */
@media only screen and (max-width: 380px) and (orientation: portrait) {
  #scrollbar {
    display: none;
  }
}
/* mobile LANDSCAPE ---------------------------------------------*/
