
/* ------------------------------------------------------------------------------------------------------ */
#body {
	margin-top: 11rem ;
}
	
h5 {
	text-align: center ;
	font-size: 2rem ;
	font-weight: normal ;
}


/* Filmcover Auflistung --------------------------------------------------------------------------------------------  */
.flexContent {
	display: flex ;
	flex-direction: row ;
	flex-wrap: wrap ;
	justify-content: center ;
	margin-bottom: 3rem ;
}

figure {
	width: 15rem ;
}

.buchcover {
	width: 15rem ;
	height: 23rem ;
    margin: 1rem ;
	border: solid 7px #00f ;
}

.buchcover_red {
	width: 15rem ;
	height: 23rem ;
	border: solid 7px red ;
}

.buchcover_yellow {
	width: 15rem ;
	height: 23rem ;
	border: solid 7px yellow ;
}

figcaption {
	text-align: center ;
	margin-top: 0.5rem ;
	font-size: 1.5rem ;
}