/* --- 1400px --------------------------------------------- */
@media only screen and (max-width: 1400px) and (min-height: 340px) {
  #slider::before,
  #slider::after {
    width: 100px;
  }
}
/* --- 1280px --------------------------------------------- */
/* -- iPad --------------------------------------------- */
/* --- 980px --------------------------------------------- */
/* --- widescreen laptop? --------------------------------------------- */
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mainmenu {
    display: none;
  }
  #mobilemenu,
  #mobilemenu_container {
    display: block;
  }
  #slider::before,
  #slider::after {
    width: 40px;
  }
  #radiolink {
    right: 10px;
    bottom: 20px;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  .doc_119 #standard .textbox.first {
    font-size: 120%;
  }
  body {
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 22px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  #logo {
    text-align: left;
  }
  #radiolink {
    right: 30px;
    bottom: 20px;
  }
}
/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) and (orientation: portrait) {
  #slider::before,
  #slider::after {
    width: 15px;
  }
}
/* --- 380px --------------------------------------------- */
/* mobile LANDSCAPE ---------------------------------------------*/
