/* CSS Document */


	header nav {
		display:none;
	}
	.gewinn_text{
		display:block;
	}
	.block-1 { margin-top: -119px;}
	h1 { margin-top: 100px;  margin-bottom:0;}

	#c99 .gallery .grid_4.box-1:nth-child(1),
	#c99 .gallery .grid_4.box-1:nth-child(2),
	#c99 .gallery .grid_4.box-1:nth-child(3) {
		margin-top:0;
	}


	body .contentContainer {
		padding-top: 30px;
	}

/*==================================RESPONSIVE LAYOUTS===============================================*/


body .bg-1 {
	background-repeat:no-repeat;
	background-position:0 0 !important;
	background-size: 100% auto !important;
}

@media only screen and (max-width: 1024px) {
	body .bg-1 {background-size: 100% auto !important; background-position: center top !important;;}
	.title-1 { padding-bottom: 0;}
}
@media only screen and (max-width: 995px) {
	.title-1 { margin-top: 50px;}
	body .bg-1 {background-size: auto 100%  !important; background-position: center top  !important;}
}
@media only screen and (max-width: 767px) {
	body .bg-1 { background-size: auto 100% !important;}
	.title-1 { font-size: 33px; line-height: 33px; padding-bottom: 0px;}
	#c99 .gallery .grid_4.box-1:nth-child(2),
	#c99 .gallery .grid_4.box-1:nth-child(3) {
		margin-top:40px;
	}
}
@media only screen and (max-width: 479px) {
	.title-1 { font-size: 40px; line-height: 40px;}
}
@media only screen and (max-width: 320px) {

}

