@media all {
	.headline {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footerwidget {
		background-color: #19295d;
		color: white;
	}

	.bottom-widgets .region {
		background: #DEDEDE;
	}
}

@media (min-width: 768px) {
	.headline {
		padding-top: 8px;
	}
}
