/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 1068px) {
	.grid-item-without-plan .image-overview-why-icon_data {
		right: 8px;
		bottom: -14px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-without-plan .image-overview-why-icon_data {
		bottom: -55px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 845px) {
	.grid-item-travel .grid-item-headline {
		width: 450px;
	}
}
@media only screen and (min-width: 846px) and (max-width: 900px) {
	.grid-item-travel .grid-item-headline {
		width: 460px;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1068px) {
	.grid-item-travel .grid-item-headline {
		width: 475px;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
