@charset "utf-8";
/* CSS Document */

/* Blog */
.blog {
	margin-bottom: 150px;	
	display: block;
	min-height: 400px;
	width: 80%;
	max-width: 1200px;
	margin-left: 100px;
	margin-top: 50px;
}
.blogheader {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e30613;
}

/* Bild */
.blogimage {
	width: 40%;	
	text-align: center;
}
.blogimage img {
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 100%;
	margin: auto;
}

/* Bildüberschrift */
.bildtitle {	
	margin: 5px 0px;		
}
.bildtitle span {
	font-size: 18px;
	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 */
.blogtitle {
	margin-left: 30px;
	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;
}

/* Blog Text*/
.blogcontent {
	margin-top: 20px;
}
.blogcontent p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.blogcontent p a {
	color: #e30613;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.blogcontent p a:hover {
	color: #A30000;
}