.news-left-side, 
.news-right-side {
	display: inline-block;
	vertical-align: top;
}

.news-left-side {
	width: calc(42% - 2px);
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}

.news-right-side {
	width: calc(58% - 4px);
	display: inline-block;
	vertical-align: top;
	padding-left: 0px;
}

.news-wrap {
	margin-top: 24px;
}

.news-wrap .news_image {
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 6px;
}

.news-wrap .news_image_left {
	width: 100%;
	min-height: 121px;
}

.news-wrap .news_container_left {
	/*max-width: 515px;*/
}

.news-wrap .news_image_right {
	width: 300px;
	height: 187px;
	margin-right: 10px;
	margin-bottom: 6px;
}

.news_container_left img,
.mainnewsImage img,
.imgWrap img,
.news-container img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.news-wrap .news_container_right_text {
	padding-left: 30px;
}

.news-wrap .news_container_right {
	/*max-width: 300px;*/
	display: flex;
	vertical-align: top;
	margin-bottom: 30px;
	padding-top: 0;
}

.news-wrap .news_container {
	padding-top: 0;
}

body .news-wrap-mobile.news-wrap .news_container {
	margin: 0;
}

body .news-wrap .news_container.news_container_left {
	margin-left: 0;
}

body .news-wrap .news_container.news_container_right,
body .news-wrap .news_container.news_container_right_text {
	margin-right: 0;
}

.news_container h4 a, 
.news_container h5 a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	hyphens: auto;
	margin-bottom: 6px; 
	line-height: 1.3;
}

.news_container p {
	font-weight: 300;
}

.news_container p:first-of-type {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	hyphens: auto;
	margin-bottom: 0px; 
}

.news_container p:last-of-type {
	margin-bottom: 0px;
}

.news_text_wrap p:first-of-type,
.news_container_left p:first-of-type {
	-webkit-line-clamp: 5;
}

.news-wrap h5 {
	padding-top: 10px;
}

.news-wrap h4 {
	padding-top: 30px;
}

.news-wrap p {
	font-size: 16px;
}

.news_container_right_text {}

.news-wrap .news_container.news_container_right_text {
	width: calc(100% - 300px);
	margin-top: 0;
}

.news_container_right_text h4, 
.news_container_right_text h5 {
	padding-top: 0;
	margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
	.news-wrap-mobile {
		display: inline-block;
	}

	.news-wrap-desktop {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.news-wrap-mobile {
		display: none;
	}

	.news-wrap-desktop {
		display: inline-block;
	}
}

.mobile-news {
	display: none;
	background-color: #F0F7FF;
	padding: 0;
	border-radius: 6px;
}

.mobile-news-0 {
	display: block;
}

.mobile-news .news_text_wrap {
	padding: 15px;
	overflow: hidden;
}

.newsShowMediumSize {
	display: none !important;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	body.menuVisible {
		.newsHideMediumSize {
			display: none !important;
		}
	
		.newsShowMediumSize {
			display: none !important;
		}
	
		.news-left-side {
			display: inline-block !important;
		}
	
		.news-wrap-mobile {
			display: inline-block;
		}
	
		.news-wrap-desktop {
			display: none;
		}
	
		.newsButtonMobile {
			margin-bottom: 40px;
			padding-bottom: 15px;
		}
	}
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
	.newsHideMediumSize {
		display: none !important;
	}

	.newsShowMediumSize {
		display: flex !important;
	}

	.news-left-side {
		display: none !important;
	}

	body .news-right-side {
		width: 100%;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1650px) {
	body.menuVisible {
		.newsHideMediumSize {
			display: none !important;
		}
	
		.newsShowMediumSize {
			display: flex !important;
		}
	
		.news-left-side {
			display: none !important;
		}
	
		.news-right-side {
			width: 100%;
		}
	}
}

/** news Container */
.news_navigation_container {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigation_image {
	width: 48px;
	height: 40px;
	border-radius: 6px;
	display: inline-block;
	background-size: cover;
	cursor: pointer;
}

.navigation_image.active_news {
	border-radius: 6px;
	border: 2px solid var(--hoou-blau);
	cursor: default;
}

.news_navigation_mobile {
	width: 34px;
	height: 40px;
	display: inline-flex;
	cursor: pointer;
}

.newsButton, .newsButton:hover, .newsButton:active {
	display: flex;
	padding: 15px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	background: var(--hoou-blau);
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 185.714% */
	letter-spacing: 0.021px;
	text-decoration: none;
	/*margin-left: 21px;
	margin-right: 21px;*/
}

.newsButtonDesktop {
	width: 217px;
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 0;
	margin-left: 0;
}

.newsButtonMobile {
	margin-left: 21px;
	margin-right: 21px;
}

.news_container_right, .news_container_right_text {
	display: inline-block;
}

.news-arrow-navigation {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	body .news-slider-content .news_container_slider_text {
		padding: 12px;
	}
}
   

