/* CONTENT STRIPES */
div.layout_content_stripe_custom_article {
	width: 100%;
	margin: 80px 0px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article {
		margin: 40px 0px;
	}
}

div.layout_content_stripe_custom_article div.row.position_absolute {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.row.position_absolute {
		position: relative;
	}
}

div.layout_content_stripe_custom_article div[class^="col-"]:first-child {
	padding-right: 0px;
	padding-left: 0px;
}
div.layout_content_stripe_custom_article div[class^="col-"]:last-child {
	padding-right: 0px;
	padding-left: 0px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div[class^="col-"]:first-child,
	div.layout_content_stripe_custom_article div[class^="col-"]:last-child {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.row.position_absolute > div[class^="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_image img {
	position: relative;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_image img {
		position: relative;
		top: 0px;
		margin-bottom: 40px;
	}
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text {
	hyphens: none;
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text div.col-md-6:first-child {
	padding-right: 20px;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text div.col-md-6:last-child {
	padding-left: 20px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text div.col-md-6:first-child {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text div.col-md-6:last-child {
		padding-left: 0px;
	}
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul:first-child {
	margin: 0px 0px 20px 0px;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul li::before {
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
	font-size: 1.2em;
	color: var(--ci_color_black);
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul li:hover::before {
	color: var(--ci_color_black);
	left: 6px;
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a,
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a:link,
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a:visited {
	font-weight: 500;
	color: var(--ci_color_blue);
	text-decoration: none;
	position: relative;
	hyphens: none;
	text-wrap: nowrap;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a:hover {
	color: var(--ci_color_blue);
	text-decoration: none !important;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: currentColor;
	top: 100%;
	left: 0;
	pointer-events: none;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

div.layout_content_stripe_custom_article_link {
	text-align: center;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_link {
		text-align: center;
	}
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h3 {
	margin: 0px;
	padding: 0px;
	color: var(--ci_color_blue);
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: none;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h3::after {
	content: none;
}

/*
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1 {
	padding-left: 90px;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1::before {
	content: '';
	background: url('/a_media/logo/halblogo.svg');
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	height: 80px;
	width: 80px;
	left: -8px;
	top: -8px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1 {
		padding-left: 90px;
		font-size: 22px;
		line-height: 22px;
	}
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1::before {
		height: 60px;
		width: 60px;
		left: -6px;
		top: -6px;
	}
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1 span {
		font-size: 16px;
		line-height: 16px;
	}
}
*/

/*
div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h2,
div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h3 {
	padding-left: 90px;
}
div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h2::before {
	content: '';
	background: url('/a_media/logo/halblogo.svg');
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	height: 80px;
	width: 80px;
	left: -8px;
	top: -34px;
}
@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h2,
	div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h3 {
		padding-left: 70px;
	}
	div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h2::before {
		height: 60px;
		width: 60px;
		left: -6px;
		top: -34px;
	}
}
*/

div#content_stripe_module_id_646 div.img-background-fill,
div#content_stripe_module_id_649 div.img-background-fill {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

div#content_stripe_module_id_646 a.href_button,
div#content_stripe_module_id_649 a.href_button {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	margin-top: 40px;
}