.program-friday,.program-saturday {
	max-width: 1025px;
	margin:0 auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 27px;
}
.ani2 {
	 animation: slidel 0.5s;
}

.ani{
	  animation: slider 0.5s;
}
.program .bgimg-inner {
	background: url(/wp-content/uploads/2020/11/Patroon-achter-Programma.png) !important;
    background-repeat: repeat !important;
    background-size: auto !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

@keyframes slider {
  from {transform: translate(-100%);}
  to {transform: translate(0%);}
}
@keyframes slidel {
  from {transform: translate(100%);}
  to {transform: translate(0%);}
}
.program-container {
	max-width: 1025px;
	margin:0 auto;
	overflow: hidden;
}
.active {
	display: grid;
	transition: ease 0.5s;
}
.hidden {
	display: none;
}
.program-row {
	font-family: "Roboto";
	border-radius: 6px;
	padding:30px 30px;
	color:#F0FDF8;
	display: grid;
	grid-template-columns: 110px repeat(2, 1fr) 123px;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	align-items: center;
}
.program-row:nth-child(even){
	background: #63384F 0% 0% no-repeat padding-box;
	border: 2px solid #63384F40;
}
.program-row:nth-child(odd){
	background: #25282B;
	border: 2px solid #249A9840;

}
.time-start {
	font-size: 38px;
	letter-spacing: 0.76px;
	font-weight: bold;
}
.artist { 
	letter-spacing: 0.48px;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
}
.genre {
	letter-spacing: 0.28px;
	font-size: 14px;
}
.stage {
	letter-spacing: 0.3px;
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: 500;
}
.time-end {
	letter-spacing: 0.3px;
	font-weight: 300;
	font-size: 15px;
}
.moreinfo a:hover {
	background: #167977;
	border-color:#167977 !important;
}
.moreinfo a {
	letter-spacing: 0.28px;
    text-transform: uppercase;
    font-family: "Roboto";
    transition: all 0.2s;
    display: block;
    cursor: pointer;
    padding-top: 2px;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}
.day-select {
	padding-bottom: 25px;
	padding-top: 15px;
	width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;
	margin:0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 26px;
	grid-row-gap: 0px;
}
.day-select div:hover {
	text-decoration: none;
}
.day-select div {
	cursor: pointer;
	font-family: Roboto;
	width:123px;
	height: 52px;
	display: flex;
	align-items: center;
	color:#fff;
	justify-content: center;
}
.day-select .selected:hover {
	text-decoration: none;
	cursor: default;
}
.day-select .select-fri,
.day-select .select-sat {
	letter-spacing: 0.28px;
    text-transform: uppercase;
    font-family: "Roboto";
    transition: all 0.2s;
    display: block;
    cursor: pointer;
    padding-top: 2px;
    border: 2px solid #167977;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}
.day-select .selected {
	background: #167977;
    color: #fff;

	
}
.moreinfo.mobile {
	display: none;
}
@media (min-width: 501px) and (max-width: 767px){
	
	.moreinfo {
		
    position: absolute;
    right: 0;
    bottom: 30px;
    right: 18px;

	}
	.moreinfo a {
		padding-left: 10px;
   		padding-right: 10px;
	}
	/*.moreinfo {
		display: none;
	}*/
	/*.moreinfo.mobile {
		position: relative;
	}*/
	.program-row .loc {
		position: relative;
	}
	.program-row .artist {
		padding-bottom: 10px;
		font-size: 20px !important;
	}/*
	.moreinfo.mobile a > div:last-of-type {
		width: 2px;
		height: 10px;
		background: #fff;
		position: absolute;
   		top: 3px;
	}
	.moreinfo.mobile a > div:first-of-type {
		width: 2px;
		height: 2px;
		border-radius: 100%;
		background: #fff;
		position: absolute;
		top: -3px;
	    left: 0px;
	    right: 0px;
	    margin: 0 auto;
	}
	.moreinfo.mobile a {
		position: absolute;
		width: 24px;
		height: 24px;
		background: #249A98;
		box-shadow: 0px 3px 6px #00000029;
		border:0px !important;
		border-radius: 100%;
	}
	.moreinfo.mobile {
		display: block !important;
	}*/
	.program-row .time-end {
		display: none;
	}
	.program-row .time-start {
		font-size: 22px;
	}
	.program-row .stage {
		text-align: right;
		position: absolute;
	    width: 160px;
	    right: 0px;
	    top: -7px;
	}
	.program-row {
		position: relative;
		padding-top: 22px;
		padding-right:22px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.program-row .meta {
		grid-area: 2 / 1 / 3 / 2;
	}
	.program-row {
		grid-template-rows: auto auto;
		grid-row-gap: 15px;
		grid-template-columns: auto 23px;
	}
}
@media (max-width: 500px){

	.moreinfo {
		display: none;
	}
	.moreinfo.mobile {
		position: relative;
	}
	.program-row .loc {
		position: relative;
	}
	.program-row .artist {
		padding-bottom: 10px;
		font-size: 20px !important;
	}
	.moreinfo.mobile a > div:last-of-type {
		width: 2px;
		height: 10px;
		background: #fff;
		position: absolute;
   		top: 3px;
	}
	.moreinfo.mobile a > div:first-of-type {
		width: 2px;
		height: 2px;
		border-radius: 100%;
		background: #fff;
		position: absolute;
		top: -3px;
	    left: 0px;
	    right: 0px;
	    margin: 0 auto;
	}
	.moreinfo.mobile a {
		position: absolute;
		width: 24px;
		height: 24px;
		background: #249A98;
		box-shadow: 0px 3px 6px #00000029;
		border:0px !important;
		border-radius: 100%;
	}
	.moreinfo.mobile {
		display: block !important;
	}
	.program-row .time-end {
		display: none;
	}
	.program-row .time-start {
		font-size: 22px;
	}
	.program-row .stage {
		text-align: right;
		position: absolute;
	    width: 160px;
	    right: 0px;
	    top: -7px;
	}
	.program-row {
		position: relative;
		padding-top: 22px;
		padding-right:22px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.program-row .meta {
		grid-area: 2 / 1 / 3 / 2;
	}
	.program-row {
		grid-template-rows: auto auto;
		grid-row-gap: 15px;
		grid-template-columns: auto 23px;
	}
}