@charset "utf-8";
/* CSS Document */
/* News */
.news {
	margin-bottom: 150px;	
	display: block;
	min-height: 400px;
	width: 80%;
	max-width: 1200px;
	margin-left: 100px;
	margin-top: 50px;
}
.newsheader {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e30613;
}

/* Bild News */
.newsimage {
	width: 40%;	
	text-align: center;
}
.newsimage img {
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 100%;
	margin: auto;
}

/* Bildüberschrift */
.bildtitle {	
	margin: 5px 0px;	
}
.bildtitle span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

/* Insta - Link */
.instalink {
	width: 60%;
	margin: 15px auto;	
	text-align: center;
}
.instalink a {
	background-color: #e30613;
	color: white;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
}

/* Überschrift */
.newstitle {
	margin-left: 40px;
	width: 60%;
}
.datum span {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5;
}
.titlecontainer h2{
	color: #e30613;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
}

/* News Text */
.newscontent {
	margin-top: 20px;
}
.newscontent p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.newscontent p b {
	font-size: 20px;
	line-height: 1.5;
}
.newscontent p a {
	color: #e30613;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.newscontent p a:hover {
	color: #A30000;
}