@charset "UTF-8";
/* CSS Document */



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

.wrapper{
padding:2%;
}


h1{
font-size:32px !important;
}


.contentleft{

	width: calc(100% - 400px) !important;
	}




.contentright{

	width: 400px !important;


}



}

/* Tablet Layout */

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




}

/* Tablet - Portrait - Layout */

@media only screen and (max-width: 650px) {
	
	
	h1{
font-size:26px !important;
}



	.container{
			display: block !important;

	}

.contentleft{
	float:none !important;
	width:100% !important;
	min-height:450px !important;
}



.contentright{
	float:none !important;
	width: calc(100% - 80px) !important;
		min-height:auto !important;
		padding-top:40px !important;
			height:auto !important;
}



	.contentleftlogo{
	display:none !important;
}

.contentleftlogomobile{
	display:block !important;
		text-align:center !important;
		margin:0 auto !important;
}

	.contentleftlogomobile img{
	width:200px !important;
		margin-top:200px !important;

}



}



/* Mobile Layout */

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



}
