@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);


.btvnewsbox1{
	width:500px;
	height:auto;
	background-image:url(https://beneaththeveil.de/images/beneath/plotback.png);
}

.btvnewsbox2{
	width:auto;
	height:auto;
	padding:25px;
	backdrop-filter: blur(8px);
	background-color: #aeaba46b;
}

.btvnewsstitel{
	color: #7f453b;
	font-size:20px;
	font-family: 'Playfair Display';
	text-transform:uppercase;
	font-weight:lighter;
	letter-spacing:2px;
	text-align: right;
	margin: 0;
	display:block;
	border-bottom: 1px solid #8a4a3d;
	padding-right:10px;
}

.btvnewsdate{
	color: #8a4a3d;
	font-size: 40px;
	height: 33px;
	text-align:right;
	padding-right:10px;
	overflow: hidden;
}

.btvnewsstext{
	height: auto;
	font-size: 13pt;
	text-align:justify;
	padding: 10px;
	font-family: 'Montserrat';
	color: #47373a;
}

