@media (max-width: 1024px) {

	.slideout-menu .logo {
		width: 190px;
	}

	.topBar .topBar-mobile {
		grid-template-columns: 150px auto 96px !important;
	}

	/* Top left */
	.rounded-corner-wrapper.rounded-corner-1 .blockContainer {
		border-top-left-radius: 100px;
	}

	/* Top right */
	.rounded-corner-wrapper.rounded-corner-2 .blockContainer {
		border-top-right-radius: 100px;
	}

	/* Bottom left */
	.rounded-corner-wrapper.rounded-corner-3 .blockContainer {
		border-bottom-left-radius: 100px;
	}

	/* Bottom right */
	.rounded-corner-wrapper.rounded-corner-4 .blockContainer {
		border-bottom-right-radius: 100px;
	}


	.articleBlock.layout12 .articles .articleContent .image {
		border-top-right-radius: 80px;
	}

	.allContent {
		/*margin-top: 45px;*/
	}

	a.download {
		font-size: 1rem;
	}

}

@media (max-width: 768px) {
	.articleBlock.layout1 .overlay {
		background-position: right;
		background-size: cover;
	}
	p.largeText {
		font-size: 1.8rem;
	}
}
