/* --- 1280px --------------------------------------------- */
/* -- iPad --------------------------------------------- */
/* --- 980px --------------------------------------------- */
/* --- widescreen laptop? --------------------------------------------- */
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mainmenu {
    display: none;
  }
  #mobilmenu_trigger, #mobilemenu_container {
    display: block;
  }
  .narrowtext {
    width: 80%;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  .text {
    font-size: 20px;
  }
  #key_image {
    border: 5px solid white;
  }
  #key_image img {
    height: 48vh;
    object-fit: cover;
  }
}
/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) and (orientation: portrait) {
  #einladung .input_plusminus {
    text-align: right;
    width: 100%;
  }
}
/* --- 380px --------------------------------------------- */
/* mobile LANDSCAPE ---------------------------------------------*/
