@media only screen and (min-width: 1200px) {
	.headline {font-size: 2.6em}
	h1 {font-size: 2.4em}
	.bg-common {height: 70%;}
	.mobile {display: none}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.headline {font-size: 2.2em}
	h1 {font-size: 2em}
	.bg-common {height: 50%;}
	.mobile {display: none}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.headline {font-size: 1.68em}
	h1 {font-size: 1.6em}
	.bg-common {height: 50%;}
	.mobile {display: none}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.headline {font-size: 1.22em}
	h1 {font-size: 1.2em}
	.bg-common {height: 40%;}
	.mobile {display: none}
	
}

@media only screen and (min-width: 480px) and (max-width:575px) {
	.headline {font-size: 1.26em}
	h1 {font-size: 1.2em}
	.bg-common {height: 40%;}
	.mobile {display: none}
}


@media screen and (max-width: 479px) {
	.headline {font-size: 1em}
	h1 {font-size: 1.2em}
	.bg-common {height: 30%;}
	#topcover {display:none}
}


