/*-------------------- Icons --------------------*/

.icons8-pfeil--lang--rechts:before
.icons8-eingekreistes-rangabzeichen-unten:before,
.icons8-pfeil--lang--links:before,
[data-icons8]:before {
  display: inline-block;
  font-family: "ETModules" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
}

.icons8-pfeil--lang--links:before {content: "\23";}
.icons8-pfeil--lang--rechts:before {content: "\24";}
.item-block .icon-span .icons8-eingekreistes-rangabzeichen-unten:before {
	content: "\f107";
	font-size: 15px;
}

.item-block .icon-span{
	margin-left: 5px;
	margin-bottom: 5px;
	background: linear-gradient(45deg,#435a7d,#95c11f);
    background-clip: border-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*-------------------- Icons Ende --------------------*/

.custom-sticky-navi{
 	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 21px 0;
}

.owl-carousel-sticky-navi{
}

.item-block{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	letter-spacing: 0.03em;
}

/*------------------------Slider-Navi--------------------------------*/

.custom-sticky-navi .owl-theme .owl-nav{
	position: absolute;
	right: 40%;
	left: 40%;
	bottom: 40px;
}
	
.custom-sticky-navi .owl-theme .owl-nav .owl-prev{
	width: auto;
	height: auto;
	background: none;
	color: #000;
	font-size: x-large;
	position: absolute;
	left: -160%;

}

.custom-sticky-navi .owl-theme .owl-nav .owl-next{
	width: auto;
	height: auto;
	background: none;
	color: #000;
	font-size: x-large;
	position: absolute;
	right: -160%;	
}

.custom-sticky-navi .owl-theme .owl-nav [class*='owl-']:hover {
	background: none !important;
	color: #000;
}

@media all and (max-width: 600px){
	.custom-sticky-navi .owl-theme .owl-nav .owl-prev{
	left: -175%;

}

.custom-sticky-navi .owl-theme .owl-nav .owl-next{
	right: -175%;	
	}
	
	.custom-sticky-navi{
	padding: 13px 0;
}
	
}