/*FORMER MARES */
.broodmares {
	background-color: lightblue;
}
.former-mares_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid var(--e-global-color-primary);
}
.former-mares_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
}

.former-mares_details {
	/*
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	*/
	width: 80%;
	padding-left: 50px;
	font-size: 18px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait), only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
	.former-mares_img {
	width: 100%;
	}
	.former-mares_details {
	width: 100%;
	padding-left: 0;
	}
}

.horse_name {
	font-size: 32px;
	color: #888888;
}
h2.horse_name a {
	color: #000000;
}
.former-mares_kommentar {
	margin-top: 30px;
}