/* Spezielle Titel H1 */
.av-special-heading.av-special-heading-h1.modern-centered.lines, .av-special-heading.av-special-heading-h2.modern-centered.lines {
	text-align: center;
	position: relative;
}

.av-special-heading.av-special-heading-h1.modern-centered.lines h1, .av-special-heading.av-special-heading-h2.modern-centered.lines h1 {
	display: inline-block;
	padding: 0 15px;
	background-color: var(--enfold-main-color-bg);
	position: relative;
	z-index: 2;
}

/* Strich links vom Text */
.av-special-heading.av-special-heading-h1.modern-centered.lines::before, .av-special-heading.av-special-heading-h2.modern-centered.lines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 50%;
	top: 25px;
	height: 7px;
	background: url('../images/linien-hell-grau.jpg') repeat-x 0 0;
	margin-right: 15px;
	transform: translateX(-15px);
	z-index: 1;
}

/* Strich rechts vom Text */
.av-special-heading.av-special-heading-h1.modern-centered.lines::after, .av-special-heading.av-special-heading-h2.modern-centered.lines::after {
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	top: 25px;
	height: 7px;
	background: url('../images/linien-hell-grau.jpg') repeat-x 0 0;
	margin-left: 15px;
	transform: translateX(15px);
	z-index: 1;
}
