/* local overrides */

/* hero */
@media only screen and (max-width: 400px) {
	.section-hero .section-content {
		width: 100%;
	}
	.detail-logo-title .headline-logo-title {
		max-width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-headline-super {
		font-size: 45px;
	}
}

/* asterisk */
@media only screen and (min-width: 834px) {
	sup.custom-footnote {
		font-size: 12px;
		position: relative;
		top: -2px;
	}
}

@media only screen and (max-width: 833px) {
	sup.custom-footnote {
		font-size: 14px;
		position: relative;
		top: -2px;
	}
}
