body.single-event .eo-event-venue-map {
    width: 100% !important;
    float: none !important;
}

.eo-venue-map.googlemap{
    height: 400px !important;
    margin-bottom:15px;
}
.event-params{
  margin-bottom:15px;
}

.entry-content ul.eo-upcoming-dates,
.entry-content ul.eo-event-meta{
  list-style-type: none;
  margin-bottom: 0;
}

.entry-content ul.eo-upcoming-dates li,
.entry-content ul.eo-event-meta li{
  display: inline;
  margin-left: 0;
  margin-right: 0.5em;
}
.entry-content ul.eo-upcoming-dates li:after{
  content: ', ';
}
.entry-content ul.eo-upcoming-dates li:last-child:after{
  content: '';
}

.event-date-time::before{
  content: '';
  background-image: url('/wp-content/themes/dz/images/zeit.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 3px;
  padding-right: 5px;
}
.event-location::before{
  content: '';
  background-image: url('/wp-content/themes/dz/images/ort.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 3px;
  padding-right: 5px; 
}
.event-organizer::before{
  content: '';
  background-image: url('/wp-content/themes/dz/images/veranstalter.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 3px;
  padding-right: 5px; 
}