

/* team */

.memberImageContainer {
	margin-bottom: 1em;
	width: 45%;
}

.memberImageContainer .galleryEditContainer,
.productionImageContainer .galleryEditContainer {
	width: auto;
}

.teamMember {
	margin-bottom: 1em;
}

.vereinForm td:first-of-type {
	width: 7%;
}

.vereinForm td:nth-of-type(2n) {
	width: 26%;
}

.productionImageContainer img {
	margin-bottom: 0.5em;
}

.hausproduktion {
	margin-bottom: 4em;
}

/* tablet & desktop */
@media only screen and (min-width: 1000px) {
	
	/* team */
	
	.memberImageContainer {
		margin-bottom: 0;
		width: 70%;
	}
	
	.teamMembers.sortMode,
	.hausproduktionen.sortMode {
		position:relative;
	}
	
	.columns {
		position: relative;
	}

	.teamMembers.sortMode .component,
	.hausproduktionen.sortMode .component {
		position: relative;
		width: 23%;
		height: 200px;
		overflow: hidden;
		outline: 1px solid #444;
		border: 1em solid white;
		margin: 0 2% 1% 0;
		padding: 0;
		display:inline-block;
		vertical-align: top;
		cursor:default;
		background-color: white;
	}
	
	.teamMembers.sortMode p,
	.teamMembers.sortMode img,
	.hausproduktionen.sortMode p,
	.hausproduktionen.sortMode img {
		display:none;
	}
	
	.hausproduktionen.sortMode .columnLeft {
		display:none;
	}
	
}
