/* HIGH DENSITY DEVICES */
/* IE8 evaluates false positive for the following queries, therefore this file will not be included for IE8 */
@media
only screen and (min-width:769px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width:769px) and (min-resolution: 192dpi) 
{ 
    /* Retina-specific stuff here */
	a.btns_200 { background-image:url('../images/btns_200_2x.png');background-size:200px auto; }
	
	.agencyBox .arrow  { background-image:url('../images/arrows_agencies_2x.png');background-size:194px auto;  }
	.arrow_wrap .arrow { background-image:url('../images/arrows_agencies_2x.png');background-size:194px auto; }
	
	.standorte,.inner_wrap,.nav_level3_wrap { -webkit-transform: translatez(0); }
	
	span.arrows_30 { background-image:url('../images/arrows_30_2x_green.png');background-size:45px auto; }
	.mycol_3_4 .grid_img_hover span { background:url('../images/dl_icon_2x.png') 10% 50% no-repeat;background-size:22px auto; }
}
@media 
only screen and (max-width:768px) and (min-resolution: 192dpi),
only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio: 2)
{ 
    /* Retina-specific stuff here */
	
	a.btns_200 { background-image:url('../images/btns_200_2x.png') !important;background-size:120px auto !important; }
	
	.agencyBox .arrow  { background-image:url('../images/arrows_agencies_2x.png');background-size:194px auto;  }
	.arrow_wrap .arrow { background-image:url('../images/arrows_agencies_2x.png');background-size:194px auto; }
	
	span.arrows_30 { background-image:url('../images/arrows_30_2x_green.png');background-size:45px auto; }
	.mycol_3_4 .grid_img_hover span { background:url('../images/dl_icon_2x.png') 10% 50% no-repeat;background-size:22px auto; }
	
	.standorte,.inner_wrap { -webkit-transform: translatez(0); }
}