/* --- 1280px --------------------------------------------- */
/* -- iPad --------------------------------------------- */
/* --- 980px --------------------------------------------- */
@media only screen and (max-width: 979px) {
  #nav li.lvl1 a.ankerscroll {
    display: none;
  }
  #intro.section h1 {
    font-size: 40px;
  }
}
/* --- widescreen laptop? --------------------------------------------- */
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mainmenu {
    display: none;
  }
  #mobilmenu_trigger, #mobilemenu_container {
    display: block;
  }
  .flexcontainer {
    flex-wrap: wrap;
  }
  .flexcontainer > *, #ads .flexcontainer > * {
    width: 100%;
  }
  #magazine .left, #magazine .right {
    width: 100%;
  }
  #latest .flexcontainer .item {
    width: 45%;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  body {
    font-size: 16px;
  }
  h1, .h1, h2, .h2 {
    font-size: 30px;
  }
  #intro.section h1 {
    font-size: 30px;
    width: 80%;
  }
  #intro.section #keyvisual {
    height: 60vh;
    padding-bottom: 0px;
  }
  .flexcontainer > * {
    width: 100% !important;
  }
  #footer .flexcontainer > * {
    text-align: center;
  }
  #news .image img, #events .image img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
  }
}
/* --- 480px --------------------------------------------- */
/* --- 380px --------------------------------------------- */
/* mobile LANDSCAPE ---------------------------------------------*/
