.trak_tlo {
	z-index: 2;
	flex: 1 1 100%;
	justify-content: flex-start !important;
	gap: 0px 0px !important;
	max-width: 1232px;
	margin: 0px auto 0px;
	padding: 0px 0px 32px 0px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.trak_tlo {
		flex-direction: row !important;
		margin: 0px auto;
    padding: 0px 16px 32px;
	}
}
.trak_tlo span {
	color: #262626;
	padding: 0px 4px 0px 0px;
}
.trak {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #262626;
	text-align: left;
	text-decoration-color: transparent;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.trak:last-child{
	font-weight: bold;
}

.trak:after{
	content: "";
	width: 13px;
	height: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px;
  background: url(../grafika/trak_after.png) center center no-repeat;
}

.trak:last-child:after{
	content: none;
}

.trak_tlo a.trak:link 	 {color: #262626; text-decoration-color: transparent;}
.trak_tlo a.trak:visited  {color: #262626; text-decoration-color: transparent;}
.trak_tlo a.trak:hover 	 {color: #262626; text-decoration: underline;}
.trak_tlo a.trak:active 	 {color: #262626; text-decoration-color: transparent;}
