/**
 * @author alisch berlec hönow <info@abh.eu>
 * @version 7.2
 *
 * Mdj Component: Concert
 */

.concert {
	--aspect: calc( 7 / 4 ) !important;

	--preview-transition-duration: 0.3s;
}

.concert-inner {
	padding-top: calc( var( --aspect ) * 100% );
}

.concert__live-badge + a .concert-inner {
	padding-top: calc( var( --aspect ) * 100% - var( --button-size ) );
} 



.concert__content {
	--grid-vertical-spacing: var( --component-sp );

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	flex-direction: column;	
}

	.concert__content > * {
		width: 100%;
	}



.concert__meta {
	justify-content: center;
}

.concert__meta:not( :last-child ) {
	margin-bottom: 0.35em;
}

.concert__title:not( :last-child ) {
	/*margin-bottom: 0.05em;*/
}

.concert__title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}



.concert__short-description {
	margin-top: auto;
	height: auto;
}



.concert__mood {}

	.concert__mood.mood > img {
		top: 0;
	}



/* ------------------------- */
@media ( min-width: 700px ) {

	.concert {
		--aspect: calc( 7 / 4 ) !important;
	}
}



/* ------------------------- */
@media ( min-width: 1200px ) {

	.concert {
		--aspect: calc( 7 / 4 ) !important;
	}
}