body{
	/*font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.row{
    margin:0;
}

#EVContainer{
	height: 95vh;
	display:flex;
	flex-direction:column;
    /**/
    display:table;
    width:100%;
}

#EVMenu{
	text-align:  center;
	background:  lightgrey;
	/*height: 50.56px;*/
	background: #009900;
    /**/
    display:table-row;
}

#EVPickDate{
	text-align:  center;
	font-size: 20px;
	margin: auto;
	/*border-bottom: solid gainsboro;*/
	padding: 10px 0px;
	display: flex;
    justify-content: space-around;
}

#EVList{
	flex: 1;
    /**/
    display:unset;
}
@media (max-width : 768px) {
  #EVListm{
    padding:0;
  }
}
#EVMap{
	flex: 1;
    /**/
    display:table-row;
    height:100%;
}
#EVEvent{
	flex: 1;
	width: 80%;
	margin: 0 10%;
    /**/
    display:table-row;
    height:100%;
}
#EVFooter{
    /**/
    display:table-row;
}
.EVBtn{
    /*width: 35%;*/
    margin: 5px;
    display: inline;
    font-size: 20px;
    border-radius: 20px;
    padding: 6px 24px;
}

#EVFilterBtn, #EVMenuBack, #EVCalBtn{
    font-size: 20px;
    padding: 5px 20px;
}
/*#EVFilterBtn, #EVCalBtn{
	width:  50px;
	padding: 6px;
    border-radius: 20px;
}*/
#EVMenuBack{
    float: left;
    width: auto;
}

.EVSwitchDay, #EVBackPlaceholder{
	width: 54px;
	font-size:  30px;
	padding: 12px 24px 0 0px;
}
#EVDayBack, #EVBackPlaceholder{
	float: left;
    cursor: pointer;
	/*margin:  0px 0px 0px 20px;*/
}
#EVDayForward{
	float:  right;
    cursor: pointer;
	/*margin: 0px 20px 0px 0px;*/
}
#EVDayText{
	display:  inline;
}

#EVNothingFound{
	padding: 50px 10px;
    text-align: center;
}

#EVDagdeel{
	text-align: center;
    /*background-color: gainsboro;*/
    /*border: 1px solid #676767;*/
    /*background-color: #009900;*/
    /*color: white;*/
    padding: 5px;
    /*font-weight: bold;*/
}

.EVItem{
	display: block;
    height: 90px;
    border: solid grey 1px;
    position: relative;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0px;
    cursor: pointer;
}

#EVpic{
	width: 120px;
	float:  left;
	padding: 5px;
    max-height: -webkit-fill-available;
    border-top-left-radius: 10px;
    border-bottom-left-radius:  10px;
}

#EVTitle{
    font-weight: bold;
    font-size: 16px;
    /*text-transform: capitalize; */
}
#EVSubtitle{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
/*	width:200px;*/
}
#EVMultiText, #EVSubtitle{
    position: absolute;
    bottom: 0px;
    left:120px;
    right: 5px;
    font-size: medium;
    padding: 5px 5px;
    margin: 3px -2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align:right;
    /*border-radius: 16px;*/
    /*padding: 2px 10px;*/
    /*background: #EDDEA4;*/
    /*margin-bottom: 5px;*/
    /*box-shadow: 1px 1px 5px 0px #000000;*/
    /*color: black;*/
}

.EVrestaurant{
	/*background-color: #f7a072;*/
}



#EVMapMoreInfo{
	position: absolute;
    bottom: 0px;
    right: 5px;
    font-weight: normal;
    font-size: medium;
    border-radius: 16px;
    /*padding: 2px 10px;*/
    background: #EDDEA4;
    /*margin-bottom: 5px;*/
    box-shadow: 1px 1px 5px 0px #000000;
    color: black;
    padding: 5px 20px;
    margin: 3px -2px;
}

#EVPopup{
	text-align: center;
}
#EVPopupTitle{
	width: 100%;
	font-size: medium;
    font-weight: bold;
/*    text-transform: capitalize;*/
    padding: 5px;
}
#EVEventPageTop{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#EVEventPageMid{
	margin: 0 0 10px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;

}
#EVEventPageBottom{
	height: 300px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: min-content;
    justify-content: space-around;
}
#EVEventPageImage{
	/*clear: both;*/
	/*width: 100%;*/
	/*margin: 5% 0;*/
}
#EVEventPageTagDiv{
    width: 100%;
    padding: 2.5%;
    text-align: center;
}
#EVEventPageTag{
	border-radius: 16px;
    background: #EDDEA4;
    background: lightyellow;
    box-shadow: 1px 1px 5px 0px #000000;
    color: black;
    padding: 5px 14px;
    margin: 3px 5px;
    display: inline-block;
}
#EVEventPageTitle{
	font-size: large;
    text-align: center;
    padding: 10px 10% 0 10%;
    /*text-transform: capitalize;*/
    font-weight: bold;
}
#EVEventPageSubtitle{
	padding: 0 10%;
/*    text-transform: capitalize;*/
    text-align: center;
    font-size: medium;
}
#EVEventPageOrg{
	margin: 5% 0;
}
#EVEventPageTijd{
	margin: 5% 0;
    wiidth: 100%;
    text-align: center;
}
table.openingstijdentabel tr td{
    padding: 2px;
}
table.contacttabel tr td{
    padding: 2px;
}
/*table.openingstijdentabel tr{
    padding: 5px;
}*/
#eventLink{
    /*width: 100%;*/
    white-space: normal;
    text-align: center;
}
#EVFilters{
	background-color: white;
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

#EVFiltersBack{
	/*padding: 6px 12px;*/
    font-size: xx-large;
    /* display: inline; */
    margin: 6px 15px;
    /* float: left;*/
}

#EVFilterTitel{
	margin: auto;
    font-size: large;
}

#EVFiltersTopRow{
	text-align: center;
	display: flex;
    background: lightgrey;
    height: 50.56px;
}

#EVResultbutton, #EVTerugOnder{
/*	width: 70%;*/
    margin: 2% 5% 2% 0;;
    padding: 3%;
    font-size: medium;
    background-color: #009900;
    border-color: #009900;
    color: white;
    text-align: center;
    width: fit-content;
}

#EVTerugOnder{
    margin:2% auto;
    display:block;
}

.tagTitle{
	font-size: medium;
    padding: 15px 15px 5px 15px;
}

#EVFilterResetBtn{
    width: 35%;
    margin: 5px;
    display: inline;
    font-size: 20px;
    border-radius: 20px;
}

#EVPickDate span{
	padding: 5px;
/*    cursor: pointer;*/
}

#EVEventPageContact{
    margin: 5% 0;
}

#eventLink{
/*    position:absolute;*/
    margin-top: 2%;
}

#tabelHeen, #tabelTerug{
    width:100%;
    text-align: center;
}

#headHeen, #headTerug{
    text-align: center;
    background: #009900;
    color: white;
    padding:5px;
}

#evOverzichtDatum, #evOverzichtTijd{
    vertical-align: middle;
    padding: 5px;
    height: 90px;
}