/* VERANSTALTUNGEN */

.c4g-list-element {
  background-color: white !important;
  border: none !important;
}

.c4g-list-outer .c4g-list-elements {
	max-width:inherit!important;
}

.c4g-list-element__more-link {
  background-color: #46994d !important;
  border: none !important;
  color: white !important;
  text-decoration: none !important;
  text-transform: lowercase;
}

.c4g-btn-putonwishlist,
.c4g-btn-sharedetail {
  background-color: #46994d!important;
  border: none !important;
}

.c4g-btn-putonwishlist:hover,
.c4g-btn-sharedetail:hover {
  background-color:#2b832f !important;
  color: white !important;
}

.c4g-list-element__notice-wrapper .put-on-wishlist {
	display:none!important;
}

.c4g-btn-primary {
	background-color:#46994d!important;
	color:white!important;
	border:none!important;
}

.detail-view__headline {
  text-align: center;
}

.c4g-list-element__name,
.detail-view h3,
.projects-tile-list-module h2,
.projects-tile-list-module h3,
.projects-tile-list-module h4 {
	margin-left:0px;
	padding-left:0px;
}

.c4g-list-element .c4g-list-element__elementname-wrapper {
  display: none;
}

.c4g-list-element__typename {
	font-weight:bold;
}