/* headline.css */
.module_headline {
	padding: 30px 0 20px;
}

.module_headline.headline_center {
	text-align: center;
}

.module_headline.background_gray {
	background-color: #f0f0f0;
	/* text-align: center; */
}

.module_bodytext + .module_headline.background_gray {
	margin-top: 30px;
}

.module_headline.headline_center .headline,
.module_headline.background_gray .headline {
	margin-top: 0;
}

.module_headline.border_bottom .container .headline {
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.module_headline.border_bottom .h1 {
	font-size: 35px;
	margin-top: 0;
}

.breadcrumb+.module_headline .headline {
	margin-top: 0;
}

.module_headline+.module_teaser_tiles {
	margin-top: 0;
}

@media (max-width: 991px) {
	.module_headline+.module_teaser_tiles {
		padding-top: 0;
	}
}

.module_headline .subheadline {
	font-family: "Univers 65 Bold", Arial, sans-serif;
	display: block;
	color: #3c3c3b;
	font-size: 16px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.module_headline .subheadline {
		font-size: 18px;
	}
}

.lang_zh .module_headline .subheadline,
.lang_ru .module_headline .subheadline {
	font-weight: bold;
}

.module_headline .headline.no_margin_top {
	margin-top: 0;
}

.module_headline .anchor {
	position: absolute;
	top: -90px;
}
@media (min-width: 992px) {
	.module_headline .anchor {
		top: -120px;
	}
}

.module_headline.no_margin_bottom {
	padding-bottom: 0;
}

.module_headline.no_margin_bottom + .module_link_list {
	padding-top: 10px;
}