/* Open Sans Regular */
@font-face {
	font-family: "Open Sans";
	src: url("./../Fonts/OpenSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Open Sans Bold */
@font-face {
	font-family: "Open-Sans Bold";
	src: url("./../Fonts/OpenSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Open Sans SemiBold */
@font-face {
	font-family: "Open-Sans Semi";
	src: url("./../Fonts/OpenSans-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


/* ARCHIVE */
/* DETAIL */

.module_nenews .news_filter {
	padding: 45px 0 45px 0;
}

.module_nenews .news_filter form {
	display: block;
}

.module_nenews .news_filter form .categories {
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
}

.module_nenews .news_filter form .categories .filter_field {
	height: 55px;
	width: 100%;
	background-color: transparent;
	border: 2px solid #5f5653;
	color:#5f5653;
	padding: 0 15px;
	text-transform: uppercase;
}

.module_nenews .news_filter form .sorting {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 20px 0;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}

.module_nenews .news_filter form .sorting .asc::after {
	content: '';
	display: block;
	background-image: url("./../Images/arrow_up.png");
	width: 15px;
	height: 18px;
	background-repeat: no-repeat;
}

.module_nenews .news_filter form .sorting .desc::after {
	content: '';
	display: block;
	background-image: url("./../Images/arrow_up.png");
	width: 15px;
	height: 18px;
	margin-top: -2px;
	background-repeat: no-repeat;
	transform: rotate(-180deg);
}

.module_nenews .news_filter form .sorting input[type="radio" i] {
	appearance: none;
}

.module_nenews .news_list {
	background: #b3b3b3;
	padding: 15px;
}

.module_nenews .news_list .slide {
	margin-bottom: 40px;
}

.module_nenews .news_listitem {
	border: 7px solid #fff;
	padding: 30px 25px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	word-break: auto-phrase;
	hyphens: auto;
	position: relative;
}

.module_nenews .news_listitem:hover {
	 background: #fff !important;
}

.module_nenews .news_listitem:hover .overlay {
	background: transparent !important;
}

.module_nenews .news_listitem:hover .category  {
	color: #5f5653;
	font-family: 'Open-Sans Semi';
}

.module_nenews .news_listitem:hover .headline {
	color: #ff7529;
}

.module_nenews .read_more_link {
	text-decoration: none;
}

.module_nenews .news_listitem:hover .read_more button {
	background-color: #ff7529;
	border: 1px solid #ff7529;
}


.module_nenews .news_listitem .category {
	/* color: #5f5653; */
	color: #ff7529;
}

.module_nenews .news_filter .sorting label {
	font-size: 16px;
	color: #5f5653;
	margin-right: 15px;
	font-family: 'Open Sans';
}

.module_nenews .news_listitem .headline {
	color: #fff;
	font-family: 'Open-Sans Bold' !important;
	margin: 0 0 100px 0;
}

.module_nenews .news_listitem .read_more button {
	font-size: 16px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	border: 2px solid #fff;
	min-width: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 15px 0;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

.module_nenews .news_list .news_pager ul {
	display: flex;
	padding-inline-start: 0;
	justify-content: center;
	margin-top: 0;
}

.module_nenews .news_list .news_pager ul li {
	margin-bottom: 0;
}

.module_nenews .news_list .news_pager li .pager_link {
	color: #5f5653;
	font-size: 18px;
}

.module_nenews .news_list .news_pager .current span {
	color: #fff;
	font-size: 18px;
}

.module_nenews .news_list .news_pager ul .next {
	padding-left: 50px;
}

.module_nenews .news_list .news_pager ul .previous {
	padding-right: 35px;
	padding-left: 0;
}

.module_nenews .news_list .news_pager ul .previous img {
	transform: rotate(-180deg);
}

.module_nenews .slider_container {
	overflow: hidden;
	min-height: 680px;
	position: relative;
	width: 100%;
}

.module_nenews .slides {
	position: absolute;
	transition: 1s;
	left: 0;
	width: 100% !important;
	height: 100%;
	/* gap: 12px;
	margin-left: 10px; */
}

.module_nenews .slider_navigation {
	position: absolute;
	width: 100%;
	height: 60px;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

/* DETAIL */
.news_detail .link_overview {
	margin: 30px 0;
}

.news_detail .link_overview a {
	text-decoration: none;
	color: #5f5653;
	text-transform: uppercase;
}

.news_detail .link_overview img {
	transform: rotate(-90deg);
	margin-right: 20px;
	height: 15px;
}

.news_detail .content .date_location {
	text-align: center;
	font-size: 25px;
	color: #5f5653;
	margin-bottom: 0;
	font-family: "Open-Sans Semi", sans-serif;
}

.news_detail .content .title {
	text-align: center;
	margin-bottom: 80px;
}

.news_detail .content .title .headline {
	font-size: 38px;
	font-family: "Open-Sans Bold", sans-serif !important;
	color: #000;
	word-break: break-word;
	hyphens: auto;
}


.news_detail .content .ce-bodytext {
	font-size: 18px;
	color: #5f5653;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 0;
}

.news_detail .content .ce-bodytext h1, .news_detail .content .ce-bodytext h2, .news_detail .content .ce-bodytext h3,
.news_detail .content .ce-bodytext h4, .news_detail .content .ce-bodytext h5 {
	color: #000;
	font-family: 'Open-Sans Bold';
	margin-top: 40px;
	margin-bottom: 40px;
}

.news_detail .content .image {
	margin: 40px 0;
}

.news_detail .content .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_detail .content .ce-textpic:last-child .ce-bodytext {
	margin-bottom: 55px;
}

.module_nenews .news_recent {
	background: #b3b3b3;
}


.module_nenews .news_recent .recent_headline_container {
	padding-top: 65px;
}

.module_nenews .news_recent .recent_headline_container .headline {
	font-size: 30px;
	color: #5f5653;
	text-align: center;
	font-family: 'Open-Sans Bold';
}

.module_nenews .news_recent .read_more button {
	min-width: auto;
	width: 100%;
}

.module_nenews .news_detail .content p {
	font-family: 'Open Sans', sans-serif;
	color: #b3b3b3;
}

.module_nenews .news_detail .content .h1, .module_nenews .news_detail .content .h2, .module_nenews .news_detail .content .h3
.module_nenews .news_detail .content .h4, .module_nenews .news_detail .content .h5 {
	color: #000 !important;
	padding: 0;
	margin: 0;
}


.breadcrumb_outer {
	display: none;
}

.module_nenews .news_detail .stage {
	display: flex;
	flex-direction: column-reverse;
	z-index: 5;
}

.module_nenews .news_detail .stage .left {
	width: unset;
	height: auto;
	background: #716967;
	padding: 25px 20px 30px 15px;
}

.module_nenews .news_detail .stage .left .topline {
	font-size: 14px;
	margin-bottom: 5px;
	font-family: "Open-Sans Semi", sans-serif;
	color: #000;
}
.module_nenews .news_detail .stage .left .newsHeadline .headline {
	padding: 0;
	color: #fff;
	font-size: 38px;
	line-height: normal;
	margin-bottom: 20px;
	font-family: 'Open-Sans Bold', sans-serif;
}

.module_nenews .news_detail .link_overview {
	padding: 0 15px;
}

.module_nenews .news_detail .stage .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.module_nenews footer .mouseUp, .module_nenews .mouseUp {
	display: none !important;
}

.module_nenews .news_slider_wrapper {
	padding: 40px 0 20px 0;
	background: #b3b3b3;
	position: relative;
	min-height: auto;
	height: 100%;
}

.module_nenews .news_slider_wrapper .slider_container {
	min-height: 440px;
}

.module_nenews .news_slider_wrapper .carousel_button {
	top: 93% !important;
	position: absolute;
	transform: translateY(-50%);
	/* background: #fff; */
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
}

/* .module_nenews .news_slider_wrapper .carousel_button:hover {
	background-color: #ff7529;
} */

.module_nenews .news_slider_wrapper .button_prev {
	bottom: 0;
	position: absolute;
	top: 50% !important;
	left: 60px;
	width: 55px;
	height: 55px;
}

/* .module_nenews .news_slider_wrapper .button_prev::before {
	content: " ";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	border-width: 2px 2px 0 0;
	border-color: #000;
	border-style: solid;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(-135deg);
	pointer-events: none;
	margin-left: 2px;
} */

.module_nenews .news_slider_wrapper .button_next {
	bottom: 0;
	position: absolute;
	top: 50% !important;
	right: 60px;
	width: 55px;
	height: 55px;
}

.module_nenews .news_slider_wrapper .button_prev::before, 
.module_nenews .news_slider_wrapper .button_next::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 80px;
    color: #fff;
    background-image: url("../Images/slider_left_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 55px;

}
.module_nenews .news_slider_wrapper .button_next::before {
    transform: rotate(180deg);
}

/* .module_nenews .news_slider_wrapper .button_next::before {
	content: " ";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	border-width: 2px 2px 0 0;
	border-color: #000;
	border-style: solid;
	width: 10px;
	height: 10px;
	pointer-events: none;
	transform: translate(-50%, -50%) rotate(45deg);
	margin-left: -2px;
} */
.module_nenews .news_slider_wrapper .slider_container .pager_inner {
	position: absolute;
	bottom: 0;
	text-align: center;
}

.module_nenews .news_slider_wrapper .slider_container .pager_inner .bullet_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.module_nenews .news_slider_wrapper .slider_container .pager_inner input[type="radio"] {
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	display: block;
	border-radius: 0;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	margin: 5px;
	cursor: pointer;
}

.module_nenews .news_slider_wrapper .slider_container .pager_inner .active {
	background: #fff;
}

.module_nenews .news_slider_wrapper .slider_navigation {
	display: none;
}

.module_nenews .news_listitem .overlay,
.module_nenews .news_list .news_listitem .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.25);
	z-index: 0;
	margin-top: -115px;
	padding: 0;
	left: 0;
	bottom: 0;
}

.module_nenews .news_list .news_listitem .inner {
	position: relative;
	height: 100%;
}

.module_nenews .news_list .news_listitem .inner .read_more {
	position: relative;
	width: 100%;
	bottom: 0;
}

@supports (-webkit-touch-callout: none) {
	.module_nenews .news_detail .content .h1, .module_nenews .news_detail .content .h2,
	.module_nenews .news_detail .content .h3, .module_nenews .news_detail .content .h4,
	.module_nenews .news_detail .content .h5 {
		color: #000 !important;
	}
}

.module_nenews .slider_container .news_listitem {
	width: 100%;
	margin-left: 12px;
}

.module_nenews .slider_container .news_listitem .headline {
	/* font-size: 24px; */
}

/* .module_nenews .slider_container {
	width: auto !important;
} */

.module_nenews .news_slider_wrapper .news_listitem .inner {
	position: relative;
	height: 100%;
}

.module_nenews .news_slider_wrapper .news_listitem .inner .read_more {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.module_nenews .news_detail .content .headline_container {
	margin: 40px 0;
}

.module_nenews .news_detail .content .headline_container .headline {
	color: #000;
	margin-bottom: 0px;
}

.module_nenews .news_list .bullet_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.module_nenews .news_list .pager_inner input[type="radio"] {
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	display: block;
	border-radius: 0;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	margin: 5px;
	cursor: pointer;
}

.module_nenews .news_list .pager_inner  {
	position: relative;
	bottom: 0;
	left: 0;
}

.module_nenews .news_list .pager_inner .active {
	background: #fff;
}


/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
	.module_nenews .news_filter form .categories .filter_field {
		color: #000;
	}
}


@media only screen and (min-width: 576px) {
	.module_nenews .news_slider_wrapper {
		padding: 40px 45px 20px 45px;
		background: #b3b3b3;
		position: relative;
		min-height: auto;
		height: 100%;
	}
	.module_nenews .news_listitem {
		width: 100%;
	}

	.module_nenews .slider_container .news_listitem .headline {
		font-size: 30px;
	}
}

@media only screen and (max-width:767px) {
	.module_nenews .slider_container {
		overflow: hidden;
		min-height: 480px;
		position: relative;
		width: 100%;
	}

	.module_nenews .slides {
		position: relative;
		transition: left 1s;
		width: 100%;
		height: 100%;
	}

	.module_nenews .news_list .news_pager {
		z-index: 1;
		height: 100px;
		position: absolute;
		bottom: -65px;
	}

	.module_nenews .news_list .news_pager ul {
		margin-top: 0;
	}

	.module_nenews .news_listitem {
		/*margin-left: 40px;  */
		max-height: 400px;
		height: 100%;
	}

	.module_nenews .news_detail .news_listitem {
		margin-left: 0;
	}

	.module_nenews .news_detail .content .container {
		padding-left: 0;
	}

	.module_nenews .news_list .pager_inner {
		bottom: -10px;
	}
}

@media only screen and (min-width: 768px) {
	.h1 {
		font-size: 55px;
	}

	.h2 {
		font-size: 42px;
	}

	.module_nenews .news_list {
		padding: 30px 15px;
	}

	.module_nenews .news_detail .content .container {
		padding: 0;
	}

	.module_nenews .news_filter {
		width: 100%;
		background: #fff;
		padding: 45px 0 45px 50px;
		display: flex;
		justify-content: flex-end;
		flex-direction: row;
	}

	.module_nenews .news_filter form {
		display: flex;
		gap: 50px;
	}

	.module_nenews .news_listitem {
		/* padding: 25px 15px 20px 15px; */
		padding: 30px 20px;
		min-height: 380px;
		height: 100%;
	}

	.module_nenews .news_listitem a {
		text-decoration: none;
	}

	.module_nenews .news_listitem .category {
		font-size: 19px;

	}

	.module_nenews .news_listitem .headline {
		font-size: 30px;
	}

	.module_nenews .news_filter form .sorting {
		margin: 0;
	}

	.module_nenews .news_list .slide {
		/* min-height: 510px; */
	}

	/* DETAIL */

	.module_nenews .news_list .slides {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.module_nenews .news_slider_wrapper .carousel_button {
		display: block;
	}

	.module_nenews .news_slider_wrapper .button_prev {
		left: 13px;
	}

	.module_nenews .news_slider_wrapper .button_next {
		right: 10px;
	}

	.module_nenews .news_slider_wrapper .slider_navigation {
		display: block;
	}

	.module_nenews .news_slider_wrapper .slider_container {
		min-height: 455px;
	}

	.module_nenews .news_slider_wrapper .slides {
		min-height: 400px;
		height: auto;
		gap: 10px;
	}

	.module_nenews .news_slider_wrapper .headline {
		/* font-size: 34px; */
	}

	.module_nenews .news_slider_wrapper .slider_container_inner {
		width: 100%;
		overflow: hidden;
		min-height: 450px;
		position: relative;
	}

	.module_nenews .news_slider_wrapper .slider_container {
		position: unset;
	}

	.module_nenews .slides {
		/* margin-left: 20px; */
	}

	.news_detail .content .title .headline {
		hyphens: none;
		font-size: 55px;
	}

	.module_nenews .news_slider_wrapper .news_listitem .inner {
		position: relative;
		height: 100%;
	}

	.module_nenews .news_slider_wrapper .news_listitem .inner .read_more {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.module_nenews .news_slider_wrapper .news_listitem {
		margin-left: 20px;
		padding: 30px 25px;
		height: 100%;
		min-height: auto;
	}

	.module_nenews .news_filter form .sorting {
		padding: 0;
	}

	.module_nenews .news_filter form .categories {
		max-width: 100%;
		width: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
	.module_nenews .news_listitem .read_more button {
		min-width: 260px;
		width: 260px;
	}
}


@media only screen and (min-width: 991px) {
	.module_nenews .news_listitem {
		min-height: 400px;
	}
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
	.module_nenews .news_slider_wrapper .slider_container {
		min-height: 470px;
	}
}

@media only screen and (min-width: 1200px) {

	.content_top {
		margin-top: 0 !important;
	}

	.module_nenews .news_detail > .content {
		max-width: 1100px !important;
		padding: 0;
	}

	.h1 {
		font-size: 70px;
	}

	.h2 {
		font-size: 55px;
	}

	.module_nenews .news_list {
		padding: 100px 70px;
	}

	.module_nenews .news_recent .news_list {
		padding: 60px 100px 135px 100px;
	}

	.module_nenews  .news_recent .news_listitem {
		margin-bottom: 0;
	}
	.news_detail .content .title .headline {
		margin-bottom: 0;
	}

	.module_nenews .news_detail .stage {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		position: relative;
		/* top: -160px; */
		min-height: 740px;
	}

	.module_nenews .news_detail .stage .left {
		max-width: 730px;
		width: 100%;
		background: #716967;
		padding: 185px 150px 0 153px;
	}

	.module_nenews .news_detail .stage .left .topline {
		font-size: 25px;
		font-family: 'Open-Sans Semi';
		color: #000;
		margin-bottom: 15px;
	}

	.module_nenews .news_detail .stage .left .newsHeadline {
		font-size: 70px;
		font-family: 'Open-Sans Bold';
		color: #fff;
		line-height: 1.2;
	}

	.module_nenews .news_detail .stage .right {
		max-width: 100%;
		width: 100%;
		position: relative;
	}

	.module_nenews .news_detail .link_overview {
		/* margin-top: -95px; */
		padding-left: 155px;
	}

	.mouseUp {
		display: flex !important;
		left: 49% !important;
		top: auto;
		bottom: 0;
		transform: rotate(180deg);
	}

	/****** NEWS SLIDER PLUGIN ******/

	.module_nenews .news_slider_wrapper {
		padding: 135px 100px 20px 100px;
	}

	/* .module_nenews .news_slider_wrapper > .container {
		padding: 0;
	} */

	.module_nenews .news_slider_wrapper .slider_container {
		min-height: 550px;
		position: unset;
	}

	.module_nenews .news_slider_wrapper .slider_container_inner {
		overflow: hidden;
		min-height: 650px;
		position: relative;
		width: 100%;
	}

	.module_nenews .news_slider_wrapper .slider_container .slides .slide {
		min-height: 400px;
		/* height: 400px; */
		padding: 0;
		padding-right: 13px;
	}

	.module_nenews .news_slider_wrapper .button_prev {
		left: 60px;
	}

	.module_nenews .news_slider_wrapper .button_next {
		right: 60px;
	}

	.module_nenews .news_slider_wrapper .slider_container .pager_inner {
		bottom: 60px;
	}

	.module_nenews .news_slider_wrapper .slider_container .pager_inner input[type="radio"] {
		width: 15px;
		height: 15px;
	}
	.module_nenews .slides {
		/*margin-left: 12px; */
	}
	.news_detail .content .title .headline {
		font-size: 70px;
	}

	/* .module_nenews .news_detail .stage .left .newsHeadline .headline {
		font-size: 70px;
	} */

	.news_detail .link_overview {
		margin: 65px 0;
	}

	.module_nenews .news_recent .recent_headline_container .headline {
		font-size: 46px;
	}

	.news_detail .header > .container {
		padding-left: 110px;
	}

}

@media only screen and (min-width: 1600px) {
	.module_nenews .news_list {
		padding: 140px 160px;
	}
	.module_nenews .news_slider_wrapper {
		padding: 135px 155px 135px 135px;
	}
	.module_nenews .news_slider_wrapper .slider_container .pager_inner {
		bottom: 0;
	}
	.module_nenews .news_recent .read_more button {
		min-width: 260px;
		width: 260px;
	}

	.module_nenews .news_slider_wrapper .news_listitem {
		padding: 70px 55px;
		min-height: 450px;
		margin-left: 15px;
	}

	.module_nenews .news_listitem {
		padding: 70px 55px;
	}

	.module_nenews .news_listitem .read_more button {
		min-width: 260px;
		width: 260px;
	}

	.module_nenews .slider_container .news_listitem .headline {
		font-size: 46px;
	}
	.module_nenews .news_listitem .headline {
		font-size: 46px;
	}
	.module_nenews .news_recent .news_list {
		padding: 60px 160px 135px 160px;
	}
}


