/* Loaded automatically by Helix3 after template.css */

/*
 * Section headings in SP Page Builder text blocks with the "underlined-heading" class.
 * Each block has its own Custom CSS (#sppb-addon-XXX ... h1 { display:inline; border-bottom:3px ... }),
 * so !important is needed to beat the ID selector. Look = other section headings (e.g. "Eksperci").
 */
.underlined-heading .sppb-addon-title {
	display: block !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 0 16px !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: #797979 !important;
}
.underlined-heading .sppb-addon-content {
	margin-top: 0 !important;
}
@media (max-width: 767px) {
	.underlined-heading .sppb-addon-title {
		font-size: 24px !important;
	}
}

/*
 * Anchor links (e.g. EN menu -> #faculty-authorities): the smooth-scroll script in the template's
 * Custom Code (before </body>) sets tabindex="-1" on the target section and focuses it for screen readers.
 * The browser then draws a focus ring around the whole section – hide it; tabindex="-1" is never a Tab stop.
 */
[tabindex="-1"]:focus {
	outline: none !important;
}
