/** @format */

.headline {
	hyphens: auto;
	-webkit-hyphens: auto;
}

.headline--size_1 {
	font-size: var(--fs-headline-1);
}

.headline--size_2 {
	font-size: var(--fs-headline-2);
}

.headline--size_3 {
	font-size: var(--fs-headline-3);
}

.headline--size_4 {
	font-size: var(--fs-headline-4);
}

.acf_section .title_text_container .headline--size_1 {
	font-size: var(--fs-headline-1) !important;
}

.acf_section .headline--size_1 {
	font-size: var(--fs-headline-2) !important;
}

.wysiwyg .headline {
	margin-bottom: 0.5em;
}

@media screen and (max-width: 800px) {
	.headline--size_1,
	.headline--size_2 {
		word-break: break-word;
	}
}
