/**
 * @author Valentin Alisch, Off Office <hallo@valentinalisch.de>
 * @version 1.0
 *
 * Rettberg Module: Exhibition
 */

.exhibition {}

.exhibition--default {
	margin-bottom: calc( var( --spacing--tiny ) * 2 );
}

.exhibition:not( .exhibition--default ):first-child {
	margin-top: var( --outer-spacing );
}



.exhibition__header {
	margin-bottom: var( --spacing--small );
}



.exhibition--default .exhibition__thumbnail {
	margin-bottom: var( --spacing--image );
}



/* ------------------------ */
@media ( max-width: 899px ) {

	.exhibition__header {
		display: flex;
		justify-content: space-between;
	}

	.exhibition--highlight .exhibition__runtime {
		display: none;
	}

	.exhibition__thumbnail {
		margin-bottom: var( --spacing--image );
	}
}

@media ( min-width: 900px ) {

	.exhibition__runtime--mobile {
		display: none;
	}
}