.artists .artist-container{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows:auto;
	grid-row-gap: 30px;
	grid-column-gap: 30px;
}
.artists .artist-container > div {
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 250px;
	grid-row-gap: 30px;
	height: fit-content;height: -webkit-fit-content;height: -moz-fit-content; 
}
.artists .kop {
	padding-bottom: 30px;
}
.artists .artist-inner {
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position: center center;*/
	height: 250px;
	position: relative;
	box-shadow: 0px 3px 6px #00000029;
}
/*.artist-item .time:before {
	content:"Tijd:";
	position: absolute;
	left: 15px;
}*/
.artist-item .time svg {
	margin-right: 4px;

    height: 13px;

}
.artist-item .time {
	    display: flex;
	    align-items: flex-start;
    justify-content: flex-end;
}
a.artist-item {
	max-height: 250px;
}
/*.artist-item .stage:before {
	content:"Stage:";
	position: absolute;
	left: 15px;
}*/
.artist-item .artist-meta {
	overflow: hidden;
}
.artist-item .artist-meta .hidden {
	font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    line-height: 19.69px;
}
.artist-item:hover .artist-meta .hidden {
	height:35px;
	opacity: 1;
	transition: all .3s;
	margin-top: 10px;
}
/*.artist-item:hover .artist-meta .hidden > div {
	height: auto;
	opacity: 1;
}
.artist-item .artist-meta .hidden > div {
	height: 0px;
	opacity:0; 
	transition: height .3s, opacity .3s;
}*/
.artist-item .artist-meta .hidden {
	
	display: block !important;
	height: 0px;
	opacity:0; 
	transition: all .3s;
	margin-top: 0px;
}

.artists .artist-meta span {
	float: left;
}
.artists .artist-meta {
	padding-left: 20px;
	position: absolute;
	bottom: 20px;
	background: #d63e1b;
	/*height: 57px;*/
	min-width: 214px;
	text-align: right;
	padding-right: 12px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: flex-end;
	padding-top: 10px;
	padding-bottom: 10px;
}
.artists .artist-meta .slot-time {
	font-family: "Roboto";
	font-size: 14px;
	color:#fff;
	line-height: 19.69px;
}
.artists .artist-meta .artist-title {
	font-family: "Blackside";
	font-size: 28px;
	color:#fff;
	line-height: 24px;
	letter-spacing: 0.56px;
}
.artists .fri .artist-meta {
	left: 0px;
	padding-right: 15px;

}
.artists .sat .artist-meta {
	padding-left: 25px;
	right: 0px;
}
.artists a.gotoprogram:hover {
	background: #167977;
    color: #fff;
}
.artists a.gotoprogram {
	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: #249A98;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    max-width: 282px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
}


@media (min-width: 981px){
	.artist-meta .hidden .stage {
		font-weight: 400 !important;
	}
}
@media (min-width: 600px) and (max-width: 981px) {
 	.artists .artist-container {
		grid-template-columns: 1fr 1fr !important;
	}
	.artist-item .artist-meta .hidden {
		display: none !important;
	}
}
@media (max-width: 600px){
/*	.artists .hidden {
		opacity: 100% !important;
		height: auto !important;
	}*/
	.artists .artist-container {
		grid-template-columns: 1fr !important;
	}
	.artist-item .artist-meta .hidden {
		display: none !important;
	}
}