.pdf_dokumente {
	column-gap: 20px;
}
.flex-center {
	display: flex;
	align-items: center;
}

.pdf_dokumente,
.pedigree-pdf-icon {
	text-align: center;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-img {
	text-align:center;
	margin-top:20px;
}

/*BROODMARES */
.broodmares {
	background-color: lightblue;
}
.broodmares_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);
}
.broodmares_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
}
@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) {
.broodmares_img {
	width: 100%;
	}
}
.broodmares_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) {
	.broodmares_img {
	width: 100%;
	}
	.broodmares_details {
	width: 100%;
	padding-left: 0;
	}
}

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