

.concerten
{display: flex;
flex-wrap: wrap;
align-items: start;
  justify-content: center;
  
}

.lijst
{padding-left:0px;
display: flex;
align-items: center;
  justify-content: center;
  width: 25%;
 

  
}
@media screen and (max-width: 1400px) {
	.lijst
	{width:50%;
	}
}
	
	@media screen and (max-width: 800px) {
	.lijst
	{width:100%;
	}
}


.lijst ul 
{padding-left: 0;
/*background-color: #FCE8FA;*/
background-color:white;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
border-radius: 25px;
padding-bottom:15px;


}
.lijst ul li
{display: inline-block;
	list-style-type:none;
		
		margin-bottom:10px;
	width:100%;

	

}
.naam
{border-radius: 25px 25px 0px 0px;
	background-color: #74B958;	
	
	color: white;
	font-size:2em;
	padding:10px 0;
	
	
}
/*
.datum
{text-align: left;

}
.uur
{text-align: left;
	
}
.adress
{text-align: left;
}
*/
.about
{white-space: wrap;

text-align:center;
max-width:90%;
}

.photo
{max-height:30vh;
max-width:90%;


 
}
.tickets
{
font-weight: bold;
font-size:1.2em;
border: solid;
border-color:#226D24;
border-width: 1px;


background-color:#FFC200;
color: black;
max-width:90%;
text-decoration:none;
padding:5px;


}

.gagenda iframe
{padding:0;
	
width:60%;
height:400px;
}

@media screen and (min-width: 800px) {
.tickets:hover
{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 10);

	
}
}


@media screen and (max-width: 800px) {
.gagenda iframe
{width:99%;
margin-left: 0;

}
}