.headlines {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	width: 100%;
	margin-bottom: 1rem;
}
@media (max-width: 767px) {
	.headlines {
		padding-left: 0;
	}
}
.headlines ~ p, .headlines ~ ul, .headlines ~ .borlabs-cookie-preference {
	width: 100%;
}
@media (max-width: 767px) {
	.headlines ~ p, .headlines ~ ul, .headlines ~ .borlabs-cookie-preference {
		padding-left: 0;
	}
}
.headlines.no-pseudo .headline::before {
	content: none !important;
}
.headlines .headline {
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
}
.headlines .headline::before {
	content: "";
	display: block;
	width: 4px;
	background: var(--ci-color-secondary);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -40px;
}
@media (max-width: 767px) {
	.headlines .headline::before {
		width: 2px;
		left: -10px;
	}
}
.headlines h1.headline::before {
	height: 90%;
}
.headlines h2.headline::before {
	height: 70%;
}
.headlines .subheadline {
	display: block;
	width: 100%;
	font-family: "Barlow";
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	color: var(--color-white);
	margin: var(--gap-xl) 0 0;
}
@media (max-width: 1350px) {
	.headlines .subheadline {
		font-size: 1.2rem;
	}
}
@media (max-width: 767px) {
	.headlines .subheadline {
		font-size: 1rem;
		letter-spacing: 1.5px;
	}
}
.headlines.is-subheadline-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
.headlines.is-subheadline-top .subheadline {
	margin: 0 0 1.875rem;
}
@media (max-width: 767px) {
	.headlines.is-subheadline-top .subheadline {
		margin: 0 0 1.2rem;
	}
}
.headlines.is-gap-off {
	margin-bottom: 0;
}
.headlines.is-gap-xs {
	margin-bottom: var(--gap-xs);
}
.headlines.is-gap-sm {
	margin-bottom: var(--gap-sm);
}
.headlines.is-gap-md {
	margin-bottom: var(--gap-md);
}
.headlines.is-gap-lg {
	margin-bottom: var(--gap-lg);
}
.headlines.is-gap-xl {
	margin-bottom: var(--gap-xl);
}/*# sourceMappingURL=style.css.map */