/*--------------------------------------------------------------------------------------------------------------
  INTRO
--------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	.sharpbg, #intro.sharpbg {
		background: transparent !important;
	}
	.blurbg, #intro.blurbg {
		background: transparent !important;
	}
	.sharpbg-mobile {
		background: transparent url('/img/bg/02a.jpg') no-repeat scroll;
	}
	.overlayfilter {
		background: transparent !important;
		padding: 0 20px;
	}
	.overlayfilter-mobile {
		background: transparent url('/img/bg/02b.jpg') scroll center;
		background-size: 200% auto;
		padding: 5px;
	}
}
/*--------------------------------------------------------------------------------------------------------------
  ALLE HEADER
--------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	.header {
		padding: 0;
	}
	.header.blurbg {
		background: none !important;
	}
	.header-mobile {
		padding: 70px 0;
		background: transparent url('/img/bg/02b.jpg') no-repeat scroll;
	}
}