

/* --- Stylesheet 4246 () --------- */ 

#motive {
	margin-top: 60px;
	position: relative;
	margin: 60px auto;
	width: 80vw;
	height: 50vw;
	background-color: #141512;
}

#motive .border {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px solid #FFF;
	opacity: 0.5;
	z-index: 10;
}

#motive .stoerer {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 403px;
	height: 336px;
	background: url(//tramino.s3.amazonaws.com/s/chalet-f/687079/stoerer.png) top left no-repeat;
	opacity: 1;
	transition: opacity 3500ms;
}

#motive .motiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: opacity 1500ms, -webkit-filter 1500ms, opacity 1500ms, filter 1500ms;
	opacity: 0.5;
}



#prev_slide {
	position: absolute;
	height: 43px;
	width: 38px;
	top: 50%;
	margin-top: -21px;
	left: 30px;
	background: url('//tramino.s3.amazonaws.com/s/chalet-f/687071/larr.png');
	opacity: 0.6;
	z-index: 10;
}

#next_slide {
	position: absolute;
	height: 43px;
	width: 38px;
	top: 50%;
	right: 30px;
	background: url('//tramino.s3.amazonaws.com/s/chalet-f/687072/rarr.png');
	margin-top: -21px;
	opacity: 0.6;
	z-index: 10;
	cursor:pointer;
}

#prev_slide:active { margin-top: -19px; }
#next_slide:active { margin-top: -19px; }

/* Hover Effekt */

#motive:hover .motiv {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: opacity 1500ms, -webkit-filter 1500ms, opacity 1500ms, filter 1500ms;
	opacity: 1;
}

#motive:hover .stoerer {
	transition: opacity 3500ms;
	opacity: 0;
}

/* --- Stylesheet 4247 () --------- */ 

@media all and (min-width: 768px) and (max-width: 999px) {
	#motive .stoerer {
		width: 201px;
		height: 168px;
		background-size: cover;
	}
}

@media all and (max-width: 767px) {
	#motive .stoerer {
		display: none;
	}

	#motive .motiv {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		opacity: 1;
	}
}