/* Responsiveness for Custom website */


@media only screen and (min-width : 1541px) and (max-width : 1920px) {
	.testimonial-slider .elementor-swiper-button-next{
		right: 30px !important;
	} 
}

@media only screen and (min-width : 1170px) and (max-width : 1680px) {
	
}

@media (min-width: 1025px) {
	.vonder .elementor-swiper-button {display:none!important;}
}


@media screen and  (max-width: 768px) {
	.service_carousel .elementor-swiper-button {top: -90px !important;}
}
@media screen and  (max-width: 600px) {
	.service_carousel .elementor-swiper-button {top: -40px !important;}
	.service_carousel .elementor-swiper-button-prev {right: 50% !important;}
	.service_carousel .elementor-swiper-button-next {right: 40% !important;}
	.leistungen_carousel .elementor-widget-image a {width:100%!important;}
}
@media screen and  (max-width: 460px) {
	.service_carousel .elementor-swiper-button-prev {right: 50% !important;}
	.service_carousel .elementor-swiper-button-next {right: 35% !important;}
	
}