/*
Theme Name: WPSS
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: WPSS Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1.1.1768914034
Updated: 2026-01-20 13:00:34

*/

.pricing-cards .owl-theme .owl-dots .owl-dot span {
	background: #869791;
}
.pricing-cards .owl-theme .owl-dots .owl-dot.active span {
	background: #2351A7;
}

@media (max-width: 767px) {
    .unsere_leistungen .e-n-tabs-content {
        display: none !important;
    }
	.unsere_leistungen .e-n-tabs-heading {
		row-gap: 2px !important;
	}
    .unsere_leistungen .e-n-tab-title {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
    }
    .unsere_leistungen .tab-content {
        display: block !important;
        overflow: hidden !important;
        max-height: 0; 
        transition: max-height 0.4s ease-out;
    }
    .unsere_leistungen .e-n-tab-title.e-active + .tab-content {
        max-height: 1000px;
        margin-bottom: 25px;
        /*border-bottom: 1px solid #eee;*/
    }
    .unsere_leistungen .img-box,
    .unsere_leistungen .img-box img,
    .unsere_leistungen .img-box video{
    	opacity: 0;
    	display: none !important;
    }

    .pricing-cards .owl-carousel .owl-item img {
    	width: auto !important;
    }
    .pricing-cards .owl-carousel .owl-stage-outer {
		/*overflow-x: visible !important;*/
		width: calc(100% + 39px);
		margin-left: -19px;
    }
}


