.icons8-pfeil--lang--links:before,
.icons8-pfeil--lang--rechts: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";}






.custom-picture-slider{
	width: 100%;
}


.custom-picture-slider .owl-stage-outer .owl-item{
	object-fit: cover;
}


.custom-picture-slider .owl-theme .owl-nav{
	position: absolute;
	right: 173px;
}
	
.custom-picture-slider .owl-theme .owl-nav .owl-prev{
	width: auto;
	height: auto;
	background: none;
	color: #000;
	font-size: x-large;
	margin-left: -20px;	
}
		
.custom-picture-slider .owl-theme .owl-nav .owl-next{
	width: auto;
	height: auto;
	background: none;
	color: #000;
	font-size: x-large;
	margin-right: -20px;	
}

.custom-picture-slider .owl-theme .owl-nav [class*='owl-']:hover {
	background: none !important;
	color: #000;
}


.custom-picture-slider .counter_slider{
	display: none;
/*	display: inline-block;*/
	position: absolute;
	right: 173px;
	top: -75px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.75px;
	line-height: 40px;
	color: #000;
}

.custom-picture-wrapper .et_pb_picture img {
	object-fit: cover;
}

@media all and (min-width: 1921px) and (max-width:2560px){
	.custom-picture-wrapper .et_pb_picture img {
	width: 828px !important;
	max-width: unset;
}
}

@media all and (min-width: 1441px) and (max-width:1920px){
	
	.custom-picture-slider .owl-theme .owl-nav{
	right: 250px;
}
.custom-picture-slider .counter_slider{
	right: 250px;
	top: -75px;
}
	
	
	.custom-picture-slider{
		margin-bottom: 90px;
	}
	
.custom-picture-wrapper .et_pb_picture img {
	width: 620px !important;
}
}

@media all and (min-width: 800px) and (max-width: 1024px){
	.custom-picture-slider{
		width: 105%;
		margin-left: -5%;
		
	}
}

@media all and (min-width: 768px) and  (max-width: 1024px){
	.owl-stage-outer{
	}
	
	.custom-picture-slider .owl-stage-outer .owl-item{
		min-width: 445px;
	}
	
	.custom-picture-wrapper .et_pb_picture img {
	width: 97% !important;
}
}

@media all and (max-width: 800px) and (min-width: 600px){
	
	.custom-picture-slider .owl-stage-outer .owl-item{
	max-height: unset;
	max-width: 692px;
}
	
.custom-picture-wrapper .et_pb_picture img {
	width: 608px !important;
}
	.custom-picture-slider .owl-theme .owl-nav{
		right: 100px;
	}
	
	.custom-picture-slider .counter_slider{
	right: unset;
	left: 15px;
	top: unset;
	font-size: 24px;
	letter-spacing: 0.6px;
	line-height: 40px;
	color: #000;
	margin-top: 15px;
}
}


@media all and (max-width: 600px){
	.custom-picture-slider .counter_slider{
		right: unset;
		left: 25px;
		top: unset;
		font-size: 20px;
		letter-spacing: 0.5px;
		line-height: 40px;
		color: #000;
		margin-top: 10px;
	}
	
	.custom-picture-slider .owl-theme .owl-nav{
    	margin-top: 5px;
		right: 40px;
	}
}


