.zapojeni-tymu {
  margin-bottom: 1em;
}

.zapojeni-tymu ul{
  margin: 0;
  padding: 0;
}

.zapojeni-tymu ul li {
  list-style-type: none;
}

.zapojeni-tymu h3 {
  margin-bottom: 0;
}


/*Grid layout*/
.dt-program-karta {
	width: 100%;
	margin: 0 0 20px;
	background-color: white;
	break-inside: avoid;
	display: flex;
	flex-direction: column;
  justify-content: flex-end;
  line-height: 80%;
  box-shadow: 1px 1px rgba(3,3,3,0.15);
}

.dt-program-karta a {
	text-decoration: none;
	color: #d19a24;
}

.dt-program-karta a:hover {
	color: black !important;
}

.dt-program-popis {
	padding: 20px;
	margin-top: auto;
}

.dt-program-popis h3{
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}

.dt-program-bottom {
	display: flex;
	background-color: #e7e7e7;
	padding: 10px 20px;
	justify-content: flex-end;
}

.dt-repertoar {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
}

@media only screen and (min-width: 650px) {

	.dt-repertoar{
		grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 960px) {

	.dt-repertoar {
		grid-template-columns: repeat(3, 1fr);
  }
}