.zw_event-list-view {
  display: table;
  border-spacing: 0px 10px;
  width: 100%;
  padding: 0;
  margin-bottom: 3rem;
}
.zw_event {
  display: table-row;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 100%;
}
.zw_event_date,
.zw_event_header,
.zw_event-img-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.zw_event_date {
  margin: 0 10px;
  width: 20%;
  text-align: right;
}
.zw_event-img-wrap {
  width: 90px;
  line-height: 0%;
}
.zw_event_header {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 10px;
  /*width: 60%;*/
}
.zw_event_header h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}
.zw_event_header p {
  margin: 0;
}
.page .zw_event-img-wrap img {
  max-width: 90px;
}
span.zw_date {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  ext-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  border-radius: 3px;
  text-align: center;
  padding: 10px 25px 20px 20px;
  padding: 10px 20px;
  margin: 0 10px 10px 0;
  margin: 0;
  margin: 7px 10px 0 10px;
  border-style: none;
  background: url("/typo3conf/ext/zeitlosdesign/Resources/Public/Images/background_stoerer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  font-size: 1rem;
}
.news .zw_event-list-view .page-navigation {
  text-align: left;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: block;
  float: left;
  width: 100%;
  z-index: 25;
  position: absolute;
}
.news .page-navigation p {
  float: left;
  margin: 0;
}
.news .page-navigation ul {
  float: right;
  margin: 0;
}
@media only screen and (max-width: 792px) {
  .zw_event_date,
  .zw_event_header,
  .zw_event-img-wrap {
    vertical-align: top;
  }
}
@media only screen and (max-width: 600px) {
  .zw_event_date,
  .zw_event_header,
  .zw_event-img-wrap,
  .zw_event {
    display: block;
    float: left;
  }
  .zw_event_date,
  .zw_event-img-wrap {
    width: 50%;
    margin: 0;
    text-align: left;
  }
  .zw_event-img-wrap {
    text-align: right;
  }
  .news .zw_event-list-view .page-navigation {
    position: relative;
  }
}
