@charset "iso-8859-1";
/* CSS Document */
@media screen and (max-width: 1440px) {
  #indicator {
    background-color: #f0f /*pink*/;
  }
}
/*pink*/
@media screen and (max-width: 1279px) {
  #indicator {
    background-color: #0f0;
/*Lime*/
  }
}
/*Oranje*/
@media screen and (max-width: 1150px) {
  #indicator {
    background-color: #00c;
/*blauw*/
  }
}
/*blauw*/
@media screen and (max-width: 1023px) {
  #indicator {
    background-color: #660;
/*kakkie*/
  }
}
/*kakkie*/
@media screen and (max-width: 900px) {
  #indicator {
    background-color: #999;
/*Grijs*/
  }
}
/*Grijs*/
@media screen and (max-width: 767px) {
  #indicator {
    background-color: #ff9;
/*yellow*/
  }
}
/*yellow*/
@media screen and (max-width: 600px) {
  #indicator {
    background-color: #c3f;
/*purple */
  }
}
/*purple */
@media screen and (max-width: 479px) {
  #indicator {
    background-color: #f90;
/*orange */
/*I Phone staand*/
  }
}
/*orange */
@media screen and (max-width: 319px) {
  #indicator {
    background-color: #600;
/*brown */
  }
}
