#vsel {
  clear: both;
}

#vsel:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.vsel-content {
  clear: both;
}

.vsel-content:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

#vsel .vsel-content {
    /* margin: .4em  0 0 0;  /* NEU ersetzt: margin: 0 0 20px; */ 
    padding: .9em 0 0 0; /* NEU ersetzt:  padding: 0 0 20px; */ 
    border-top: 1px solid #c8c8c8;  /* NEU ersetzt: border-bottom: 1px solid #ccc; */	
	line-height: 1.4em; /* NEU */
}

#vsel .vsel-content:first-of-type {
    border: none; /* NEU */	
}

.vsel-content p {
  margin: 0 0 10px;
  padding: 0;
}

.vsel-content p:last-of-type {
  margin-bottom: 0;
}

.vsel-alignleft {
  float: left;
}

.vsel-alignright {
  float: right;
}

.vsel-content h2.vsel-meta-title,
.vsel-content h3.vsel-meta-title,
.vsel-content h4.vsel-meta-title,
.vsel-content div.vsel-meta-title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.2em;
}

.vsel-meta > div {
  margin: 0 0 5px;
}

.vsel-meta > div:last-of-type {
  margin-bottom: 0;
}

.vsel-meta-title {
  clear: both;
}

.vsel-meta-error,
.acf-field-error {
  font-weight: bold;
}

.vsel-meta-date-icon {
  line-height: 1.5;
}

.vsel-start-icon,
.vsel-end-icon {
  display: inline-block;
  margin: 0 10px 0 0;
  background: #f8f8f8;
  color: #333;
  text-align: center;
}

.vsel-day,
.vsel-month,
.vsel-year {
  display: block;
  padding: 2px 15px;
}

.vsel-year {
  font-size: 0.8em;
}

.vsel-day-top,
.vsel-month-top {
  background: #333;
  color: #fff;
}

.vsel-meta-combine:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.vsel-meta-combine > div {
  margin: 0 0 5px;
}

.vsel-meta-combine > div:last-of-type {
  margin-bottom: 0;
}

.vsel-meta-combine .vsel-meta-date-icon {
  float: left;
}

.vsel-meta-combine .vsel-meta-title {
  clear: none;
}

.vsel-content figure.vsel-alignleft {
  margin: 5px 10px 5px 0;
}

.vsel-content figure.vsel-alignright {
  margin: 5px 0 5px 10px;
}

.vsel-content img.vsel-image-img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.vsel-caption {
  display: block;
}

.vsel-read-more {
  display: block;
}

.vsel-info-acf-fields {
  padding: 20px 0 0;
}

.vsel-info-acf-fields > div {
  margin: 0 0 5px;
}

.vsel-info-acf-fields > div:last-of-type {
  margin-bottom: 0;
}

.vsel-nav,
.vsel-nav-numeric {
  clear: both;
}

.vsel-nav:after,
.vsel-nav-numeric:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.vsel-nav a.vsel-next {
  float: right;
}

.vsel-nav a.vsel-prev {
  float: left;
}

.vsel-no-events {
  margin: 0;
  padding: 0 0 20px;
}

.vsel-widget:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.vsel-widget-text {
  margin: 0 0 20px;
}

.vsel-widget-text p {
  margin: 0 0 10px;
  padding: 0;
}

.vsel-widget-text p:last-of-type {
  margin-bottom: 0;
}

.vsel-widget .vsel-meta {
  width: 100%;
  clear: both;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.vsel-widget .vsel-content > div:last-of-type {
  margin-bottom: 0;
}

.vsel-widget .vsel-info {
  width: 100%;
  clear: both;
  box-sizing: border-box;
}

.rtl .vsel-start-icon,
.rtl .vsel-end-icon {
  margin: 0 0 0 10px;
}

.rtl .vsel-meta-combine .vsel-meta-date-icon {
  float: right;
}

@media screen and (max-width: 767px) {
  .vsel-meta {
    width: 100% !important;
    clear: both;
    float: left;
    margin: 0 0 20px;
    box-sizing: border-box;
  }

  .vsel-info {
    width: 100% !important;
    clear: both;
    float: left;
    box-sizing: border-box;
  }
}


@media (max-width: 767px) {
	.vsel-alignright {
	float: left;
	}
	.vsel-content figure.vsel-alignright {
	margin: 5px 10px 5px 0px;
	}
}
}
	
