/* caroufredsel pagination */
#scrollingCarousel li {
	cursor: pointer;
}

.b_carousel {
	opacity: 0;
	cursor: pointer;
	transition: .4s;
    position: absolute;
    width: 4%;
}

.b_carousel img {
    width: 100%;
    height: auto;
}

#b_prev {
    top: -20%;
    transform: rotate(180deg);
}

#b_next {
    bottom: -20%;
    right: 1% !important;
}
#b_next, #b_prev {
	opacity: 0;
	cursor: pointer;
	transition: .4s;
}

#b_next.show, #b_prev.show {
	opacity: 0.64;
}

#b_next:hover, #b_prev:hover {
	opacity: 1;
}

.btn-carousel {
	position: absolute;
	top: 69%;
	left: 28%;
	width: 16%;
	height: 3.4%;
	z-index: 2;
	cursor: pointer;
	/*border: 1px dashed #ff0000;*/
}

#vergroessernText {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* full-screen images */
.expand-full {
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* steine hochformat 
*
*/
#but_steineHochformatEinteilig {
	width: 15.5%;
}

#but_steineHochformatMehrteilig {
	top: 73.4%;
	width: 16.5%;
}

#but_stelenEinteilig {
	top: 77.4%;
	width: 8%;
}

#but_stelenMehrteilig {
	top: 82%;
	width: 11%;
}

/* steine querformat
*
*/
#but_steineQuerformatEinteilig {
	width: 9%;
}

#but_steineQuerformatMehrteilig {
	top: 73%;
	width: 10%;
}

/* urnengraeber 
*
*/
#but_ganzeGrabanlagen {
	top: 66%;
	width: 13%;
}

#but_steineHochformat {
	top: 70%;
	width: 11%;
}

#but_grabanlagenHochformat {
	top: 74%;
}

/* liegesteine
*
*/
#but_liegesteineBeispiele {
	width: 5.2%;
	top: 68%;
}

#abdeckungen_img, #abdeckungen_text {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
}
#but_abdeckungenBeispiele_hoch, #but_abdeckungenBeispiele_quer {
	position: absolute;
	width: 12%;
	height: 3%;
	z-index: 555;
	left: 28%;
	cursor: pointer;
}
#but_abdeckungenBeispiele_hoch {

	top: 68.5%;
}
#but_abdeckungenBeispiele_quer {
	top: 71.5%;
}	