/*   *   Default theme - Owl Carousel CSS File  */ 

.owl-theme .owl-nav {
	position: absolute;
	bottom: 40%;
	width: 100%;
	margin: 10px 0;
	padding: 2%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: rgba(255,255,255,.6);
	font-size: 14px;
	background: rgba(33,33,33,.66);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(222,222,222,.4);
	color: rgba(255,255,255,.8);
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
/*	für dots auf dem Bild
	position: absolute;
	bottom: 0;
	width: 100%;
*/
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: .8em;
	height: .8em;
	margin: 5px 7px;
	background: rgba(144,144,144,.4);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(144,144,144,.8);

}

/*custom */
.owl-theme .owl-prev,
.owl-theme .owl-next
 {
	width: 3.2em;
	height: 3.2em;
	margin: 2%;
}
.owl-theme .owl-prev {
	float: left;
}
.owl-theme .owl-next {
	float: right;
}
.owl-theme i {
	font-size: 1.8em;
	margin: .4em auto;
}
