/* CONTENT STRIPES GASSNER*/
@charset "utf-8";

.content_stripe_gassner [class^="col-"],
.content_stripe_gassner [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

.content_stripe_gassner {
	margin: 120px 0px;
}

.content_stripe_gassner .content_stripe_gassner_content {
	padding: 0px 0px 0px 40px;
	border-left: 2px solid var(--ci_color_brown);
}

.content_stripe_gassner h2 {
	font-family: 'Noto Serif';
	font-weight: 400;
	font-size: 52px;
	line-height: 52px;
	font-style: italic;
	color: var(--ci_color_brown);
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: none;
	hyphens: none;
}
.content_stripe_gassner h2::after {
	content: none;
}
@media only screen and (max-width: 473px) {
	.content_stripe_gassner h2 {
		font-size: 40px;
		line-height: 40px;
	}
}