@charset "utf-8";
@import url(/Shared/CSS/font-face/fonts-rebranding.css);
/* CSS Document */

@media screen and (max-width: 1000px) {	
	
	article {overflow: hidden;padding: 30px 3% 0;width: 100%; margin: 0;}

	/*Figure*/
	figure {background-size: cover;}
	figure h1 {font: 30px/34px 'fontDinReg';}
	figure article {width: 100%; padding: 0 3% 0;}

	section h2, section h2 a {font-size:32px; line-height:36px; letter-spacing: -0.015em;}
	section h3, section h3 a {font-size:20px; line-height:24px;}
	section p {font-size: 14px; line-height: 22px;}
	section.column article {padding: 0 3% 60px;}
}

@media  screen and  (min-width: 320px) and (max-width: 600px){

	figure h1 {
    	font-size: 28px;
    	line-height: 32px;
	}

	figure article {
    	padding: 0 3%;
	}
	article {
    	padding: 30px 3% 0;
 	}
	section h2, section h2 a {font-size: 28px; line-height: 32px;}
	section h3, section h3 a {font-size: 20px; line-height: 24px;}
	section a {font-size:14px;}
}


