/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.cpel-switcher__list a {border:1px solid #9C1035;padding:10px;color:#9C1035;border-radius:4px;}
.cpel-switcher__flag {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.cpel-switcher__flag img {
    display: none !important;
}

.cpel-switcher__flag::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;

    background-color: currentColor;

    -webkit-mask-image: url("https://2026.smart-plm.de/wp-content/uploads/2026/08/global.svg");
    mask-image: url("https://2026.smart-plm.de/wp-content/uploads/2026/08/global.svg");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

.logo_carousel .swiper-slide-inner{
  height: 90px;             
  display: flex;
  align-items: center;      
  justify-content: center;  
  background:#fff;
  padding:20px;
  border-radius:10px;
}

.logo_carousel .swiper-slide-image{
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.elementor-widget-text-editor a {text-decoration:underline;color: var(--e-global-color-text);}
.elementor-widget-text-editor a:hover {text-decoration:none;color: var(--e-global-color-text);}