/* Veranstaltungen */

/* LIST - Listeanausgabe in MARGINALIE */
.news-list-container .news-list-item {
	xborder: 1px solid red;
	padding-bottom: 1em;
}

.news-list-container .news-list-item h4 {
	xborder: 1px solid green;
    padding-top: 0 !important;
}

.news-list-container .news-list-item p.news_datum {
	xborder: 1px solid blue;
	font-weight: bold;
	color: #666666;
}



/* LATEST - Einzelausgabe im CONTENT */
.v-latest-container .v-latest-item p {
  padding: 0 0 0 0.1em;
}


/* SINGLE - Singleausgabe im CONTENT - analog zu LATEST */
.news-single-item {
}

.news-single-item h2 {
  background: none !important;
}

.news-single-item .news_datum {
  color: #666666;
  padding: 0 0 0 0.5em;
}

.news-single-item .news_zurueck {
  margin: 2em 0;  
}
