/* --- 1400px --------------------------------------------- */
@media only screen and (max-width: 1400px) and (min-height: 340px) {
  #header .buttoncontainer {
    max-width: 650px;
  }
  #header .socials {
    right: 20%;
  }
}
/* --- 1280px --------------------------------------------- */
/* -- iPad --------------------------------------------- */
@media only screen and (max-width: 1025px) and (min-height: 340px) {
  #header .socials {
    right: 22%;
  }
}
/* --- 980px --------------------------------------------- */
@media only screen and (max-width: 979px) {
  h1, .h1 {
    font-size: 90px;
  }
  h2, .h2 {
    font-size: 40px;
  }
}
/* --- widescreen laptop? --------------------------------------------- */
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mainmenu {
    display: none;
  }
  #mobilmenu_trigger, #mobilemenu_container {
    display: block;
  }
  h1, .h1 {
    font-size: 70px;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  body {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 60px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  .text h2, .text .h2 {
    font-size: 25px;
  }
  .flexcontainer {
    flex-wrap: wrap;
  }
  .flexcontainer > * {
    width: 100% !important;
  }
  #header {
    position: absolute;
  }
  #header .buttoncontainer {
    margin-top: 30px;
    gap: 10px;
    max-width: 100%;
  }
  #header .moreofus {
    top: 10px;
  }
  #header .socials {
    right: auto;
    left: 6px;
    top: 5px;
  }
  #footer .flexcontainer > * {
    text-align: center !important;
  }
  #outro .flexcontainer > * {
    padding: 30px 0px;
  }
  #appointmentbox, #contactbox {
    background-color: white;
    background-image: none;
    padding: 40px 20px;
    z-index: 5;
  }
}
/* --- 480px --------------------------------------------- */
/* --- 380px --------------------------------------------- */
/* mobile LANDSCAPE ---------------------------------------------*/
