/* REITER */
.reiter {
	display: flex;
	flex-wrap: wrap;
	justify-content: normal; /*space-around;*/
	border-bottom: 1px solid var(--e-global-color-primary);
	line-height: 2.4;
	font-weight: 600;
	font-size: 18px;
}
.reiter a {
	padding-right: 17px;
	padding-left: 17px;
}
.reiter a:first-child {
	padding-left: 0px;
}
.reiter a:last-child {
	padding-right: 0px;
}

.reiter_aktiv {
	 color: var(--e-global-color-primary);
}
.reiter_inaktiv {
	color: var(--e-global-color-text);
}

/* Horses */
.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;
}


.horses_pedigree_5x {
  clear: both;
  margin-top: 20px;
}

/*
.container_pedigree_5x p {
  padding: 0;
}
*/

/* HORSES SHORT NOTE */
.pedigree_tree,
.container_pedigree_5x,
.container_shortnote {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	justify-content: center;
}
.container_shortnote div div {
	padding: 0px 5px;
	background-color: #f4f4f4;
	background-color: #fff;
	border: 0px solid #aaa;
	box-shadow: 0 0 1px #000;
}
.container_shortnote div div:last-child {
	margin-bottom: 0px;
}

.shortnote_spalte_1,
.shortnote_spalte_2,
.shortnote_spalte_3,
.shortnote_spalte_4 {
	width: 25%;
	padding: 5px 2.5px;
	background-color: transparent !important;
}
.shortnote_spalte_1 {
	background-color: #fff;
	float: left;
}

.shortnote_spalte_2 {
	background-color: #fff;
}
.shortnote_spalte_2 div {
	height: 143px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.shortnote_spalte_2 div:nth-child(1) {
}

.shortnote_spalte_3 {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.shortnote_spalte_3 div {
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.shortnote_spalte_3 div:nth-child(2) {
}

.shortnote_spalte_4 {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.shortnote_spalte_4 div {
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.shortnote_spalte_4 div:nth-child(odd) {
}
.shortnote_spalte_4 div:nth-child(even) {
}

.history_kommentar {
	margin-top: 30px;
	border-top: 1px solid #aaaaaa;
	padding-top: 30px;
	line-height: 2em;
	font-size: 18px;
}
/* ------------------------------------------------------- */

/* HORSES 5x PEDIGREE */
.container_pedigree_5x div div {
	padding: 0px 5px;
	background-color: #fff;
	border: 0px solid #aaa;
	box-shadow: 0 0 1px #000;
}
.container_pedigree_5x div div:last-child {
	margin-bottom: 0px;
}

.pedigree_spalte_1,
.pedigree_spalte_2,
.pedigree_spalte_3,
.pedigree_spalte_4,
.pedigree_spalte_5,
.pedigree_spalte_6,
.pedigree_spalte_7 {
	width: 16.66%;
	padding: 5px 2.5px;
	display: flex;
	flex-direction: column;
	background-color: transparent !important;
}
.pedigree_spalte_1 {
	background-color: #fff;
	float: left;
}

.pedigree_spalte_2 {
	background-color: #fff;
}
.pedigree_spalte_2 div {
	height: 859px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.pedigree_spalte_3 {
	background-color: #fff;
}
.pedigree_spalte_3 div {
	height: 427px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.pedigree_spalte_4 {
	background-color: #fff;
}
.pedigree_spalte_4 div {
	height: 211px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.pedigree_spalte_5 {
	background-color: #fff;
}
.pedigree_spalte_5 div {
	height: 103px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.pedigree_spalte_6 {
	background-color: #fff;
}
.pedigree_spalte_6 div {
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.pedigree_spalte_7 {
	background-color: #fff;
}
.pedigree_spalte_7 div {
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

/* PERFORMANCES */
.history_title_left h1,
.history_title_right {
	text-align: center;
}
.history_title_right {
	font-size: 21px;
	font-weight: 600;
}

.performances_karriere,
.performances_starts {
}
.performances_history_head,
.performances_history_data,
.performances_total,
.performances_starts_head,
.performances_racerecord {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-size: 17px;
	line-height: 2;
}
.performances_history_head,
.performances_starts_head {
	border-bottom: 1px solid #aaa;
	font-weight: 600;
}
.performances_history_data,
.performances_racerecord {
	border-bottom: 1px solid #ccc;
}
.performances_history_data:nth-child(even),
.performances_racerecord:nth-child(even){ 
	background: #ffffff33;
}
.performances_total {
	border-top: 1px solid #aaa;
	font-weight: 600;
}

.performances_history_age,
.performances_history_first,
.performances_history_places,
.performances_history_prizemoney {
}
.performances_history_age {
	width: 8%;
	padding-right: 3%;
	text-align: center;
}
.performances_history_first {
	width: 10%;
	text-align: center;
}
.performances_history_places {
	width: 10%;
	text-align: center;
}
.performances_history_prizemoney {
	width: 72%;
	text-align: right;
}

/* STARTS */
.performances_starts_rank,
.performances_starts_races,
.performances_starts_place,
.performances_starts_category,
.performances_starts_prizemoney {
	box-sizing: border-box; 
}

.performances_starts_rank {
	width: 5%;
	text-align: center;
}
.performances_starts_races {
	width: 56%;
	padding-left: 10px;
}
.performances_starts_place {
	width: 19%;
}
.performances_starts_category {
	width: 9%;
	text-align: center;
}
.performances_starts_prizemoney {
	width: 11%;
	text-align: right;
}
/*
.pedigree_spalte_1 div,
.pedigree_spalte_2 div,
.pedigree_spalte_3 div,
.pedigree_spalte_4 div {
  background-color: #ffffff;
}
.pedigree_spalte_1 img,
.pedigree_spalte_2 img,
.pedigree_spalte_3 img,
.pedigree_spalte_4 img {
  width: 100%;
  height: auto;
}
.pedigree_spalte_1 {
  padding: 0 2% 0 0;
  width: 26%;
}
.pedigree_spalte_2,
.pedigree_spalte_3,
.pedigree_spalte_4 {
  width: 22.5%;
  margin-left: 0.5%;
}
.pedigree_spalte_1 div {
  height: 100%;
  width: 100%;
  margin: 0 5% 0 0;
}
.pedigree_spalte_2 div {
  height: 49%;
  height: 152px;
  width: 92%;
  padding: 0% 4%;
  margin-bottom: 6px;
}
.pedigree_spalte_2 div:last-child {
  margin-bottom: 0px;
}
.pedigree_spalte_3 div {
  height: 25%;
  height: 73px;
  width: 92%;
  padding: 0% 4%;
  margin-bottom: 6px;
}
.pedigree_spalte_3 div:last-child {
  margin-bottom: 0px;
}
.pedigree_spalte_4 div {
  height: 12,5%;
  height: 33.5px;
  width: 92%;
  padding: 0% 4%;
  margin-bottom: 5.5px;
  font-size: 14px;
}
.pedigree_spalte_4 div:last-child {
  margin-bottom: 0px;
}
*/
.pedigree_spalte_4 div div {
  background-image: none;
  display: table-cell;
}
div .div_last {
  margin-bottom: 0;
}
.pedigree-year-small {
  font-size: 12px;
}
.pedigree_5x_spalte_1,
.pedigree_5x_spalte_2,
.pedigree_5x_spalte_3,
.pedigree_5x_spalte_4,
.pedigree_5x_spalte_5,
.pedigree_5x_spalte_6 {
  float: left;
  width: 16.5%;
}
.pedigree_5x_spalte_1 p,
.pedigree_5x_spalte_2 p,
.pedigree_5x_spalte_3 p,
.pedigree_5x_spalte_4 p,
.pedigree_5x_spalte_5 p,
.pedigree_5x_spalte_6 p {
  padding: 0;
  margin: 0;
}
.pedigree_5x_spalte_1 div,
.pedigree_5x_spalte_2 div,
.pedigree_5x_spalte_3 div,
.pedigree_5x_spalte_4 div,
.pedigree_5x_spalte_5 div,
.pedigree_5x_spalte_6 div {
  /*
	background-image: url(../../../designs/de/standard/images/BG_000000_20.png);
	background-repeat: repeat;
	*/
  background-color: #ffffff;
}
.pedigree_5x_spalte_1 div div,
.pedigree_5x_spalte_2 div div,
.pedigree_5x_spalte_3 div div,
.pedigree_5x_spalte_4 div div,
.pedigree_5x_spalte_5 div div,
.pedigree_5x_spalte_6 div div {
  background-image: none;
}
.pedigree_5x_spalte_1 div {
  height: 50%;
  height: 671px;
  width: 95%;
  padding: 0 1%;
  margin-right: 3%;
  display: table;
  vertical-align: middle;
  margin-bottom: 1px;
}
.pedigree_5x_spalte_1 div div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.pedigree_5x_spalte_2 div {
  height: 25%;
  height: 335px;
  width: 95%;
  padding: 0 1%;
  margin-right: 3%;
  display: table;
  vertical-align: middle;
  margin-bottom: 1px;
}
.pedigree_5x_spalte_2 div div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.pedigree_5x_spalte_3 div {
  height: 12.5%;
  height: 167px;
  width: 95%;
  padding: 0 1%;
  margin-right: 3%;
  display: table;
  vertical-align: middle;
  margin-bottom: 1px;
}
.pedigree_5x_spalte_3 div div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.pedigree_5x_spalte_4 div {
  height: 6.25%;
  height: 83px;
  width: 95%;
  padding: 0 1%;
  margin-right: 3%;
  display: table;
  vertical-align: middle;
  margin-bottom: 1px;
}
.pedigree_5x_spalte_4 div div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.pedigree_5x_spalte_5 div {
  height: 3.125%;
  height: 41px;
  width: 95%;
  padding: 0 1%;
  margin-right: 3%;
  display: table;
  vertical-align: middle;
  margin-bottom: 1px;
}
.pedigree_5x_spalte_5 div div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.pedigree_5x_spalte_6 div {
  height: 1.5625%;
  height: 20px;
  width: 98%;
  padding: 0 1%;
  display: table;
  vertical-align: middle;
  margin-bottom: 1px;
  font-size: 10px;
}
.pedigree_5x_spalte_6 div div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 10px;
}
.pedigree_5x_spalte_6 .pedigree-year-small {
  font-size: 10px;
}
.pedigree_5x_spalte_6 div p,
.pedigree_5x_spalte_2 div p,
.pedigree_5x_spalte_3 div p,
.pedigree_5x_spalte_4 div p,
.pedigree_5x_spalte_5 div p,
.pedigree_5x_spalte_6 div p {
  display: table-cell;
  vertical-align: middle;
}
.table {
  display: table;
  vertical-align: middle;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.horse_parents_line {
  line-height: 100%;
  padding: 0;
}
.pedigree_5x_spalte_1,
.pedigree_5x_spalte_2,
.pedigree_5x_spalte_3,
.pedigree_5x_spalte_4,
.pedigree_5x_spalte_5 {
  font-size: 14px;
}
.pedigree_5x_spalte_6 {
  font-size: 14px;
}