/* --- 1280px --------------------------------------------- */
@media only screen and (max-width: 1279px) and (min-height: 340px) {
  h1, .h1 {
    font-size: 80px;
  }
}
/* -- iPad --------------------------------------------- */
@media only screen and (max-width: 1025px) and (min-height: 340px) {
  .frontpage #mainmenu {
    display: none;
  }
}
/* --- 980px --------------------------------------------- */
@media only screen and (max-width: 979px) {
  #infobox {
    max-width: 100%;
    min-width: 100%;
  }
}
/* --- widescreen laptop? --------------------------------------------- */
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
  .frontpage #mainmenu {
    display: none;
  }
  h1, .h1 {
    font-size: 60px;
  }
  #footer .flexcontainer {
    flex-direction: column;
    gap: 75px;
    align-items: center;
  }
  #footer .flexcontainer > * {
    width: 100%;
    text-align: center;
  }
  #footer .logo img {
    max-width: 70%;
    display: inline-block;
  }
  #footer .openings table {
    margin: auto;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  h1, .h1 {
    font-size: 55px;
  }
  h2, .h2 {
    font-size: 55px;
  }
  #standard h1 {
    hyphens: auto;
  }
  #gallery h2 {
    font-size: 30px;
    left: 10px;
    top: auto;
    position: relative;
  }
  body {
    font-size: 20px;
  }
  .flexcontainer {
    flex-wrap: wrap;
  }
  .flexcontainer > * {
    width: 100% !important;
  }
  #onepage_wrapper .section {
    padding: 75px 0px;
    min-height: 0px;
  }
  #intro::after {
    width: 70%;
    height: 100%;
  }
  #about .image img {
    width: 100%;
    transform: translateX(0%);
  }
  #catering .flexcontainer .left {
    padding-bottom: 0px;
  }
  #catering .images_widebox {
    position: relative;
    margin-top: 40px;
    width: 100%;
    right: auto;
    height: auto;
    bottom: auto;
  }
  #icons .icons_wrapper {
    flex-direction: column;
  }
  #icons .icons_wrapper img {
    margin: 15px auto;
  }
  #nav_right {
    width: 92%;
  }
  #nav_right a.openOrderForm {
    margin-right: auto;
    float: left;
  }
  #offer .wrapper table td {
    padding: 5px 5px;
  }
}
/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 45px;
  }
}
/* --- 380px --------------------------------------------- */
/* mobile LANDSCAPE ---------------------------------------------*/
