body{
	/*font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    background-color:var(--achtergrondkleur);
    color:var(--tekstkleur);
}

.row{
    margin:0;
}

#EVContainer{
/*	height: 95vh;*/
	display:flex;
	flex-direction:column;
/*    display:table;*/
/*    width:100%;*/
}

#EVMenu{
	text-align:  center;
	/*height: 50.56px;*/
	background: var(--lichtgroen);
    /**/
/*    display:table-row;*/
    flex: 0 0 auto;
}

#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;
  }
}

#EVEvent {flex: 1 1 auto; width: 80%;margin: 0 10%;}
#EVMap, #innermap {width: 100%; height: 500px;}
@media (max-width: 768px) 
    {
    #EVMap,#innermap {height: 200px;}
    }

#EVFooter .dynTxt10, #EVFooter .dynTxt10 a {font-size: 0.8rem;}

.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;
    cursor: pointer;
}

.EVSwitchDay {font-size: 1.8rem; color: var(--groen);}
.EVSwitchDay_wrapper 
    {
    display: inline-flex;           
    align-items: center;
    justify-content: center;
    width: 1.7rem;                    
    height: 1.7rem;
    border-radius: 50%;             
    cursor: pointer;
    background-color: var(--achtergrondkleur);
    }
#EVDayBack {margin-right: 3rem;}  
#EVDayForward {margin-left: 3rem;} 
.EVSwitchDay_wrapper:hover {background-color: var(--groen);}
.EVSwitchDay_wrapper:hover .EVSwitchDay {color: var(--achtergrondkleur);}

#EVDayBack, #EVBackPlaceholder{}
#EVDayForward{}
#EVDayText{display: inline-block;text-align: center;}

#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;
    border-radius:6px;
    /*font-weight: bold;*/
}

.EVItem{
	display: block;
    height: 90px;
    border: solid 1px var(--uitlichtkleur);
    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;*/
    border-radius:10px;
    outline: solid 1px #eee;
    outline-offset: -5px; 
}

#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: var(--tekstkleur);
    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: var(--lichtgroen);
/*    box-shadow: 1px 1px 5px 0px #000000;*/
    color: var(--tekstkleur);
    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;
}
#EVFilters{
	background-color: var(--achtergrondkleur);
	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: var(--groen);
    border-color: var(--groen);
    color: var(--achtergrondkleur);
    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: var(--groen);
    color: var(--achtergrondkleur);
    padding:5px;
}

#evOverzichtDatum, #evOverzichtTijd{
    vertical-align: middle;
    padding: 5px;
    height: 90px;
}