:root {
	--swiper-theme-color: #059ad4 !important;
}

.newslist-slider {
	height: 550px !important;
	--news-height: 550px;
}

.newslist-slider .cn_header {
	background: var(--cronos-color);
	background: linear-gradient(
		135deg,
		rgba(0, 60, 83, 1) 0%,
		rgba(5, 154, 212, 1) 100%
	);
	height: 75px;
	width: 100%;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newslist-slider .cn_header h5 {
	margin-bottom: 0;
	color: white;
	font-size: 2em;
}

.newslist-slider .image {
	height: 175px;
	display: flex;
	align-items: center;
}

.newslist-slider .image h6 {
	margin-bottom: 0;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0.5em 0.5em 0.5em 1em;
	max-width: 90%;
}

.newslist-slider .image a span {
	color: white;
}

.newslist-slider .news-content {
	background: #f7f7f7;
	padding: 1em 1em 1em 1em;
	height: calc(var(--news-height) - 175px - 75px);
}

.newslist-slider .news-content .teaser {
	position: relative;
	overflow: hidden;
	max-height: 170px;
}

.newslist-slider .news-content .teaser::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	content: "";
	background: rgba(255, 255, 255, 0);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 0)),
		color-stop(0%, rgba(255, 255, 255, 0)),
		color-stop(100%, rgba(248, 248, 248, 1))
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0) 0%,
		rgba(248, 248, 248, 1) 100%
	);
}

.newslist-slider .button-more a {
	color: var(--cronos-color);
	font-weight: bold;
}

.newslist-slider .button-more::after {
	display: block;
	content: "";
	width: 80%;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 1em;
}

.newslist-slider .button-more::before {
	display: block;
	content: "";
	width: 80%;
	border-top: 1px solid #c7c7c7;
	padding-top: 1em;
}

#cn_insert {
	visibility: hidden;
	position: sticky;
	top: 100px;
	width: calc((100vw - 1160px) / 2);
	margin-left: calc(((100vw - 1160px) / 2) + 1160px + 13px);
	z-index: 1000;
}

#cn_insert + div {
	margin-top: -550px;
}

@media screen and (max-width: 1800px) {
	#cn_insert {
		visibility: visible;
		position: relative;
		top: unset;
		width: 100%;
		margin-left: unset!important;
	}

	#cn_insert + div {
		margin-top: inherit;
	}

	#cn_insert .swiper {
		width: 90%!important;
		max-width: 1160px;
	}

	#cn_insert .swiper-slide {
		flex-direction: column;
		align-items: initial;
	}
}
