﻿body {  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* MOBIEL */
@media only screen
and (min-width : 320px)
and (max-width : 640px) {

}

/* TABLETS */
@media only screen
and (min-width : 641px)
and (max-width : 1024px) {

}

/* KLEINE SCHERMEN */
@media only screen
and (min-width : 1025px)
and (max-width : 1182px) {
	
}

/* GROTE SCHERMEN */
@media only screen
and (min-width : 1183px) {
	
}

