
.chevR, .chevL, .times{
	position: absolute;
	display:none;
	color: var(--textcolor);
	font-size: 300%;
	cursor:pointer;
	transition: 0.15s ease-in;
}

.chevR:hover, .chevL:hover, .times:hover{
	font-size: 350%;
	color: var(--linkcolor);
}

.times:hover{
	font-size: 280%;
}

.times{
	font-size: 250%;
	right:2%;
	top:0;
	text-align:right;
}

.chevL{
	left:2%;
	text-align:left;
}

.chevR{
	right: 2%;
	text-align:right;
}


.MBBlock{
	width:20%;
	order:2;
	margin: 2% 2%;
}

.MBBlockOpen{
	width:100%;
	order:1;
}

.MBContainer .imageBox:first-child .chevL{
	display: none !important;
}

.MBContainer .imageBox:last-child .chevR{
	display: none !important;
}

.searchImageContainer{
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	justify-content: center;
}

.MBContainer{
	display: flex;
	flex-wrap: wrap;
}

.memberImage{
	height:100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	cursor: pointer;
}

.imageBox{
	width:10vh;
	height:10vh;
	order:2;
}

.imageBox:hover{
	margin-top:0.5%;
	margin-bottom:1.5%;
}

.showImageContainer:hover{
	margin:1% 1%;
}

.MBThumb{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	overflow: hidden;
	margin: 0.5% 0.5%;
	transition: 0.1s ease_in;
	height:15vw;
}

.MBThumb:hover{
	margin:0;
}

.MBThumb:hover img{
	width:110%;
	height:110%;
}

.MBThumb img{
	transition: 0.5s ease_in;
	object-position: center;
	display: initial;	
	object-fit: cover;
	width:100%;
	height:100%;
	max-width: 110%;
	max-height: 110%;
}

.Thumbclosed{
	display:none;
}

.MBheadline{
	width: 100%;
	text-align: center;
	transition: 0.1s ease_in;
	max-height:20%;
}

.MBheadline div{
	-ms-user-select: None;
	-moz-user-select: None;
	-webkit-user-select: None;
	user-select: None;
	cursor: pointer;
}

.MBheadline i, .MBheadline h2{
	transition: 0.25s ease-in;
	margin: 1vh 0;
	white-space: nowrap;
}

.MBheadline div h2:hover, .MBheadline div h2:hover i{
	color: var(--hovercolor);
}

.MBheadlineOpend i{
	transform: rotate(180deg);
	color: var(--linkcolor);
}

.MBheadlineOpend h2{
	color: var(--linkcolor);
}

.MBContainer{
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
	height: auto;
	right: 0;
	top: initial;
	float: right;
	line-height: 1.5;
}

.MBclosed{
	height:0;
	opacity:0;
	pointer-events: none;
}
.headLine{
	left:2.5%;
	position: relative;
}

.h1Wrapper{
	text-align: center;
	width:100%;
	position: relative;
}

.showImageContainer{
	height: 70vh;
	width:100%;
	order: 1;
}

.showImageContainer .memberImage{
	cursor: default;
	height:100%;
}

.imageBox-small{
	width:5vh;
	height:5vh;
}

.memberImage img{
	object-fit: cover;
	object-position: center;
	display: initial;
	width:100%;
	height:100%;
}

.showImageContainer .memberImage img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.showImageContainer .chevR, .showImageContainer .chevL, .showImageContainer .times{
	height:5vh;
	width:5vh;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media (max-width: 768px){

	.MBheadline i, .MBheadline h2{
		font-size:130%;
	}

	.MBBlock{
		width:45%;
	}

	.MBThumb{
		height: 35vw;
	}


	.MBBlockOpen{
		width:100%;
	}

	.showImageContainer{
		height:60vh;
	}

	.times{
		top:2vh;
	}

	@media screen and (orientation:landscape) {
		.showImageContainer{
			height:89vh;
		}

		.MBheadline{
			max-height: 50%;
		}

		.times{
			top:7vh;
		}
	}
}