/* CSS Document */
/* ------------------------------------------------ LARGE SCREENS */
/* END LARGE SCREENS */
/* ------------------------------------------------------ DESKTOP */
/* END DESKTOP */
/* --------------------------------------------------------- IPAD */
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 700px;
  }
  .container {
    max-width: 990px;
  }
  body.splash {
    background: url("../img/splash-full.jpg") center top no-repeat transparent;
    background-size: auto 83%;
  }
  #bg-welcome,
  #bg-welcome.atro,
  #bg-welcome.pand,
  #bg-welcome.installatie,
  #bg-welcome.bemiddeling,
  #bg-welcome.lek,
  #bg-welcome.partner,
  #bg-welcome.diensten,
  #bg-welcome.apparatuur {
    background-attachment: scroll;
  }
}

/* END IPAD */
/* -------------------------------------------------- IPAD STAAND */
/* END IPAD STAAND */
/* ------------------------------------------------------- IPHONE */
@media only screen and (max-width: 767px) {
  .container {
    max-width: 500px;
  }
  .container {
    max-width: 990px;
  }
}

/* END IPHONE */
/* ------------------------------------------------ IPHONE STAAND */
/* END IPHONE STAAND */
/*# sourceMappingURL=mediaqueries.css.map */