/* NEWSÜBERSICHT */
h1.en_h1 {
	text-align: center;
	margin-bottom: 40px !important;
}
.h1_trenner {
	color: #0f0 !important;
	height: 4px;
	width: 30%;
	background-color: var(--e-global-color-primary) !important;
	text-align: center;
	margin-bottom: 50px !important;
	margin: auto !important;
}

.en_news_alle {
    margin-top: 50px;
}
.en_news_alle {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 3.5%;
}

.en_news_alle li {
	width: 50%;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	background-color: #fff;
}

.external_news {
	width: 31%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--e-global-color-primary) !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait){
    .en_news_alle {
    	gap: 20px 0;
    }
	.external_news {
    	width: 100%;
	    padding-bottom: 10px;
	    margin-bottom: 0px;
    }
}
/*
.external_news ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	gap: 10px;
}
.external_news ul li {
	width: 32%;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	background-color: #fff;
}
*/
.en_news_title a {
	color: var(--e-global-color-secondary) !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}
.en_news_title a:hover {
	color: #000000 !important;
}
.en_date {
	color: #777777 !important;
	font-size: 12px;
	font-family: "Noto Serif TC", serif !important;
}
.en_readmore {
	margin-top: 10px;
	color: var(--e-global-color-primary) !important;
	font-size: 12px;
	font-weight: 600;
}
.en_readmore a {
	color: var(--e-global-color-primary) !important;
}
.en_readmore a:hover {
	color: #aa854e !important;
}

/* EINZELNE NEWS */
.en_single_post_title {
	text-align: center;
	margin-bottom: 40px !important;
	font-size: 32px;
	color: var(--e-global-color-primary);
}
.en_single_news .h1_trenner {
	margin-bottom: 50px;
}
.en_single_post_content {
	padding-top: 50px;
	font-size: 22px;
}