.swiper-pagination-bullet-active,
.imageText__content .swiper-pagination-bullet-active,
.imgText-v2 .swiper-pagination-bullet-active,
.single-leistungen .swiper-pagination-bullet-active {
	
	background-color: #FF8000 !important;
}


.textEditor {
	
	opacity: 1 !important;
	transform: unset !important;
}



.lang-switcher {
	
	display: flex;
    gap: 1rem;
    text-transform: uppercase;
    color: #212127;
}

.lang-switcher  .active a {
	
	color: #5bb94b;
	pointer-events: none;
}

.imageText-unternehmen img,
.imageText-about-us img{
	
	object-position: right;
}



@media (max-width: 980px) {
	
	.lang-switcher {
		
		display: flex;
    	flex-direction: row !important;
	}
	
	.imageText-unternehmen img,
	.imageText-about-us img{
	
		object-position: center;
	}
}

.cya11y-menu-btn,
.cya11y-widget-icon {
	
	bottom: 145px !important;
    right: 16px !important;
}
