.newsbox1{
	width:600px;
	height:auto;
	background-image:url(https://mareserenitatis.de/images/moonlight/plotback.png);
	}

.newsbox2{
	width:auto;
	height:auto;
	padding:25px;
	backdrop-filter: blur(5px);
	}
	
.newsstitel{
	color: var(--akzent4);
	font-size:20px;
	font-family: var(--font-headline1);
	text-transform:uppercase;
	font-weight:lighter;
	letter-spacing:2px;
	text-align: right;
	margin: 0;
	display:block;
	border-bottom: 1px solid var(--akzent3);
	padding-right:10px;}

.newsdate{
	color: var(--akzent3);
	font-size: 40px;
	height: 33px;
	text-align:right;
	padding-right:10px;
	overflow: hidden;}

.newsstext{
	height: auto;
	font-size: 13pt;
	text-align:justify;
	padding: 10px;}	