.bannerimage {
	border-radius: 0px;
	width: fit-content;
	margin: auto;
}

#posts .bannerimage {
	border-radius: 5px;
	margin: 0 0 0 0;
}

.bannerimage picture {
	margin: 0 0 0 0;
}

.bannerimage picture img {
	margin: 0 0 0 0;
}

.termine .bannerimage picture img {
	max-height: 400px;
}

.flex {
	display: flex;
}

.bannerdiv {
	height: 300px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.postcontainer {
	width: 80%;
	flex-shrink: 0;
}

.imagecontainer {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.imageauthor {
	text-align: right;
}

.floatimage {
	float: right;
	width: 30%;
}
