@media screen and (max-width: 980px) {

/* body {
		  -moz-hyphens: auto;
		  -o-hyphens: auto;
		  -webkit-hyphens: auto;
		  -ms-hyphens: auto;
		  hyphens: auto;
		} */
		
		.w70, .w30, .targetGroup {
			width: 100%;
			clear: both;
		}
		

		#content-left, #content-right, .w50 {
			width: 100%;
			float; none;
		}

	.grid-960 {
		width: auto;
		overflow: visible;
	}

	#header-wrapper {
		background: #fff;
	}
	
	#header {
		line-height: 0px !important;
	}

	
	.adress {
		display: block;
		padding: 0px;
		padding-bottom: 15px !important;
	}


	.imageLogo {
		margin-top: 12%;
		margin-bottom: 15%;
		margin-left: 2%;
		margin-right: 2%;
	}

		.imageLogo img { 
			width: 96%;
		}
	
	.adress, .adressContent, .adressDetails {
		width: 100%;
		display: block;
		clear: both;
		margin-bottom: 15px;
		margin-left: 10px;
	}

		.adressBox1, .adressBox2, .adressBox3 {
	
		}

	.featureBox {
		width: 95%;
		margin-right: 0%;
		margin-bottom: 15px;
		min-height: 15px;
	}

	
	a.referBox {
		width: 100%;
		height: 380px;
	}

	.w25, .w75 {
		width: 100%;
		float: none;
	}


}


@media screen and (max-width: 320px) {
	

}