.bauliste {
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 900px;
	padding: 20px;
}

.baulistenElement {
	width: 880px;
	padding: 10px;
	border-radius: 10px;
	border: 2px var(--cerulean) solid;
	display: flex;
	gap: 20px;
	height: 110px;
	box-shadow: 0.00px 1.00px 28px 0px rgba(0,0,0,0.6);
	cursor: pointer;
	align-items: center;
}

.bauBild {
	height: 110px;
	width: fit-content;
	border-radius: 5px;
}

.bauTitel {
	font-family:"century-gothic", sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	color: var(--black);
}

.baulistenElement .bauBild, .bauTitel {
	cursor: pointer;
}

.bauText {
	width: 700px;
	display: flex;
	flex-direction: column;
	font-family:"century-gothic", sans-serif;
	background-color: var(--white);
	padding: 10px;
}

.bauTextBildCenter {
	max-height: 300px;
	border-radius: 10px;
	margin: 10px;
}