@charset "utf-8";

/******************************************************************************
 *
 * Ereignis-Detailansicht
 *
 ******************************************************************************/

.tx-cal-controller {
	width: 100%;
/*	max-width: 1200px; */
	margin: 0 auto;
}
/*** Event Details ***/
.event-details {
	float: left;
	width: 100%;
	display: inline;
	overflow: hidden;
	padding: 3px;
}

.event-details .event-detail {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 0 !important;
	margin: 2px !important;
}

.event-details .event-detail.description p {
	margin-bottom: 10px;
}

.event-details .event-detail label {
	float: left;
}

.event-details .help {
	width: 0;
}

@media all and (max-width: 640px) {
	.event-details label {
		width: 110px;	/* Für "Ort:" */
	}

	.event-details .short-description-facts {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media all and (min-width: 640px) {
	.event-details label {
		width: 180px;
	}

	.event-details .short-description-facts {
		float: left;
		width: 100%;
		max-width: calc(100% - 50px);
		margin-bottom: 10px;
	}
}

/* Wenn location kein Link ist */
.event-details .short-description-facts span.location {
	font-weight: bold;
	color: red;
}

.ics-link {
	float: right;
/*	margin-top: 120px; */
/*  position: absolute; */
/*  top: 170px; */
/*  right: 20px; */
}

.ics-link img {
	width: 50px;
}

.event-details .long-description-facts {
	float: left;
	width: 100%;
}

.event-details .startdate {
}

.event-details .enddate {
}

.event-details .starttime {
}

.event-details .endtime {
}

.event-details .organizer {
}

.event-details .location {
}

.event-details .category {
}

.event-details .details-image img {
/*	margin-top: 10px; */
/*	max-height: 300px; 	wird via tx_cal_controller.singleMaxH gesezt */
	width: auto;
	text-align: center;
}

.event-details > .teaser {
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: normal;
	font-style: italic;
	color: #cc0000;
}

.event-details .event-detail .description p.bodytext span {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 120%;
}

#calendar-event-backlink {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#donation-comment {
	float: left;
	width: 100%;
	display: inline;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.event-details .backLink:first-of-type {
	float: left;
}

.event-details .backLink:nth-of-type(2) {
	float: right;
}

.event-details .event-controls {
	display: table;
	vertical-align: middle;
	margin-bottom: 20px;
	/*	border: 1px solid red; */
}

.event-details .event-control {
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
	/*	border: 1px solid blue; */
}

.event-details .event-control a {
	margin-right: 10px;
}

.event-images .event-image {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}