.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	top:calc(50% - 80px) ;
	width:26px;
	height:66px;
	position: absolute ;
	background-image: url('../vendor/bootstrap/img/Pfeile_HomeSlider.png');
	background-repeat: no-repeat ;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
/* backoground images framestudio tweak */
.owl-h-66 {
	height: 66px;
}
.owl-h-66 .owl-nav [class*='owl-'] {
	top: -3px; 
	margin: 0px;
}
.owl-h-90 {
	height: 90px;
}
.owl-h-90 .owl-nav [class*='owl-'] {
	top: 14px; /* CALC TIP; (heightOfContainer(90px) / 2) - (heightOfNavButton(66px) / 2) + (halfOfContainerTopMargin(5px))  */
	margin: 0px 5px;
}
.owl-h-106 {
	height: 106px;
}
.owl-h-106 .owl-nav [class*='owl-'] {
	top: 20px; /* CALC TIP; (heightOfContainer(106px) / 2) - (heightOfNavButton(66px) / 2) + (halfOfContainerTopMargin(5px))  */
	margin: 0px 5px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: 0.8;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	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: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-title-left {
	text-align: left;
}
.owl-title-center {
	text-align: center;
}
.owl-title-right {
	text-align: right;
}
.owl-theme .owl-img-txt-wrapper {
	color:#000000;
	height:50px;
	width:100%;
	font-size:14pt !important;
	line-height:15pt;	
	
}
.owl-theme .owl-prev {
	background-position: left top ;
	left: 0px ;
}
.owl-theme .owl-next {
	background-position: right top ;
	right: 0px ;
}
/* .owl-carousel .item { height: 350px !important; } */

/*================================================ 
    ## media queries
================================================== */
@media only screen and (max-width:320px) { 
	.owl-theme .owl-img-txt-wrapper {font-size: 10pt !important;} 
} 
@media only screen and (min-width: 321px) and (max-width:767px) { 
	.owl-theme .owl-img-txt-wrapper {font-size: 10pt !important;} 
} 
@media only screen and (min-width: 768px) and (max-width: 979px) { 
	.owl-theme .owl-img-txt-wrapper {font-size: 12pt;}  !important    
} 
@media only screen and (min-width: 980px) { 
	.owl-theme .owl-img-txt-wrapper {font-size: 13pt !important;} 
} 
@media only screen and (min-width: 1100px) { 
	.owl-theme .owl-img-txt-wrapper {font-size: 14pt !important;} 
} 
