/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Post 5 Startseite BG Image Class **/
.Startseite-BG-Image-Class {
	background-size: 1920px !important;
}

/** General >> Startseite Taxi Id parallax inner **/
#Startseite-Taxi-Id > .parallax-inner {
	background-position: 0 !important;
	background-size: contain !important;
	background-origin: border-box !important;
	filter: blur(8px) saturate(1.75) !important;
}

/** General >> Startseite LKW ID parallax inner **/
#Startseite-LKW-ID > .parallax-inner {
	filter: blur(8px) opacity(0.5) saturate(1.25) !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> Post 5 Startseite BG Image Class **/
	.Startseite-BG-Image-Class {
	background-size: cover !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Post 5 Startseite BG Image Class **/
	.Startseite-BG-Image-Class {
	background-position: right center !important;
	background-size: cover !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Post 5 Startseite BG Image Class **/
	.Startseite-BG-Image-Class {
	background-position: left top !important;
}


}

