// changes to alv-styleguide
body {
	margin-top: 0 !important;
}

.header {
	margin-bottom: $header-margin;
}


@media screen and (max-width: 767px){
	.header {
		margin-bottom: $header-mobile-margin;
	}
}

// missing in alv-styleguide (iframe on landingpage)
.landing-page__regular--media > .landing-page--container {
	padding: 0;
}

// todo delete
@media screen and (min-width: 480px) and (max-width: 1024px){
	.landing-page__regular {
		&.landing-page__regular--media {
			flex: 0 0 100% !important;
			max-width: 100% !important;
		}
	}
}
