@charset "utf-8";
/* CSS Document */
/* News */
.news {
	margin-bottom: 150px;
}
.newscard {	
	display: flex;
	padding: 12px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.45);
	margin: 12px 8px 12px 100px;
	transition: 1s all ease;
	min-height: 250px;
	width: 80%;
	max-width: 1200px;
}

/* Newsbild */
.newsimg {
	width: 30%;	
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}
.newsimg a {
	text-align: center;
}
.newsimgnew {
	width: auto;	
	height: auto;
	max-height: 250px;
	max-width: 100%;
}

/* News Content */
.newscontent {
	width: 70%;
	padding-left: 24px;
	margin-top: auto;
	margin-bottom: auto;
}
.newsrow {
	display: flex;
	padding: 4px;
}

/* Überschrift */
.headlinecontainer {
	width: 80%;
}
.headlinecontainer h4 {
	font-size: 26px;
	font-weight: 400;
	color: #e30613;
}

/* Datum */
.datecontainer span {
	width: 20%;
	text-align: right;
	font-weight: 700;
	font-size: 18px;	
}

/* News Text */
.newsrow p {
	line-height: 1.33;
	font-size: 18px;
}

/* Weiterlesen */
.more {	
	padding: 8px;
	padding-right: 30px
}
.more a {	
	text-decoration: underline;
	color: #e30613;
	font-size: 18px;
}
.more a:hover {
	color: #9A3C3C;
}
