/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    hyphens: auto;
}

body {
    min-height: 100vh;
}
body.no-scroll .ec-header__container {
   padding-left: 0 !important;
    padding-right: 0 !important;
}
.bricks-mobile-menu-wrapper.left{
    padding:100px 20px 20px 20px;
}

h1, h1 span, h2, h3, h4, h5, h6,
.ge-subheading, p {
    word-break: normal !important;    /* Standardverhalten, bricht nicht mitten im Wort */
    overflow-wrap: break-word !important; /* Nur bei Bedarf, bricht bei Leerzeichen */
    hyphens: manual !important;
}

p a:not([href^="mailto:"]):not([href^="tel:"]),
.form-group a{
    position: relative;
    padding-left: 20px; /* Platz für den Pfeil */
}

p a:not([href^="mailto:"]):not([href^="tel:"]):not(.has-lightbox-image)::before,
.form-group a::before {
    content: "";
    background-image: url('/app/uploads/orange-arrow-right.svg');
    font-style: normal;
    font-weight: 600;
    margin-right: 6px;
    color: #ee743c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
}

p a.has-lightbox-image {
    padding-left: 0 !important;
}

.form-group a{
    color: #ee743c;
}
/* Keine Reaktion im Bicksbuilder - deshalb hier*/
.bricks-nav-menu .current-menu-item > a {
    color: #ee743c !important;
}
.brxe-text-basic,
.brxe-text {
    line-height: 24px;
}

.nowrap {
    white-space: nowrap;
}

/* Basis: Mobile Hochformat */
.normal-distance {
    margin-bottom: 48px; /* 4 × 12px */
}
.small-distance {
    margin-bottom: 24px; /* 2 × 12px */
}
.no-distance {
    margin-bottom: 0;
}

#brx-header {
    overflow: visible !important;
}

/* Schwarz */
.text-color-black{
 color: #000000;
}

/* Leuchtendes Orange */
.text-color-orange {
    color: #ee743c;
}

/* Weiß (100%) */
.text-color-white {
    color: #ffffff;
}

/* Weiß (67%) */
.text-color-white-67{
    color: rgba(255,255,255,0.67);
}

/* Altrosa-Braun */
.text-color-rose-brown{
    color: #55474b;
}

/* Helles Headline-Grau */
.light-headline-grey{
    color: rgba(85, 71, 75, 0.5);
}

/* Dunkles Headline-Grau */
.dark-headline-grey{
    color: rgba(85, 71, 75, 0.7) !important;
}

.fifty-percent-desktop-width{
    width: 100%;
}

.ec-hero__vimeo-video-gesamtbreite {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Seitenverhältnis */
    overflow: hidden;
}

.formlink {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    display: inline-block;
    padding: 4px 13px 4px 9px;
    margin-right: 0;
    margin-left: auto;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: transparent;

    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: auto;
    max-width: 14px;

    background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;

    transition: background-color 0.2s, color 0.2s;
}

.ec-hero__vimeo-video-auf-gesamtbreite iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; /* optional – falls rein dekorativ */
}

.ec-hero__vimeo-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Seitenverhältnis */
    overflow: hidden;
}

.ec-hero__vimeo-video-im-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; /* optional, falls nicht klickbar sein soll */
}


.ec-aktuelle-news__innere-newsbox.white span.ec-aktuelle-news__datum
{
    color: #55474b;
    background-color: #ffffff;
    border-color: #55474b;
}

.ec-aktuelle-news__innere-newsbox.white h2,
.ec-aktuelle-news__innere-newsbox.white h3,
.ec-aktuelle-news__innere-newsbox.white p
{
    color: #ffffff;
}


.ec-aktuelle-news__innere-newsbox.orange .ec-aktuelle-news__datum,
.ec-aktuelle-news__innere-newsbox.orange h2,
.ec-aktuelle-news__innere-newsbox.orange h3,
.ec-aktuelle-news__innere-newsbox.orange p
{
    color: #ee743c;
    border-color: #55474b;
}

/* ANFANG Sprachumschalter */

/* Sprachumschalter Container */
.pll-parent-menu-item {
    position: relative;
}

/* Aktives Element (z. B. "DE") */

.pll-parent-menu-item > .brx-submenu-toggle > a {
    padding: 6px 0;
}


/* Dropdown-Menü */
.pll-parent-menu-item > .sub-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    /* Die nachfolgenden 3 Werte gehören zusammen */
    background: rgba(255, 255, 255, 0.67);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    box-shadow: 0px 0px 20px #e4e1e2;
    padding: 10px 0;
    list-style: none;
    min-width: 70px;
    z-index: 999;
    display: none;
    margin-top: 23px !important;

}

/* Pfeil nach oben */
.pll-parent-menu-item > .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 10px;

    background: rgba(255, 255, 255, 0.2);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: 2px; /* Kanten leicht runden */
    box-shadow: 0 0 20px #b3b3b3;
    z-index: 999;
}

/* Einzelne Spracheinträge */
.pll-parent-menu-item > .sub-menu li {
    color: #000000;
    background: transparent;
    font-weight: 500;
    transition: background 0.2s ease;
    padding: 4px 0;

}

.pll-parent-menu-item > .sub-menu li:hover {
  /*  background: #f0f0f0;*/
    color: #f26522;
}

/* Aktive Sprache farblich hervorheben */
.pll-parent-menu-item > .sub-menu li.current-lang > a {
    color: #f26522;
 /*   font-weight: 700;*/
}

/* Spracheintrag-Link */
.pll-parent-menu-item > .sub-menu li > a {
    text-decoration: none;
    display: block;
    width: 100%;
}

/* Menü öffnen bei Hover */
.pll-parent-menu-item:hover > .sub-menu {
    display: block;
}

.ec-highlightbox.Falsch .ec-highlightbox__box,
.ec-highlightbox.False .ec-highlightbox__box{
  background-color: #f1f1f1;
}

.ec-highlightbox.Wahr .ec-highlightbox__box,
.ec-highlightbox.True .ec-highlightbox__box
{
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgba(85, 71, 75, 0.2);
    margin-top: 30px;
}

li.contact.current-menu-item a,
li.contact a:hover
{
    color: #ffffff !important;
}
.ec-aktuelle-news__innere-newsbox {
    position: relative;
    overflow: hidden;
}

.ec-aktuelle-news__innere-newsbox.has-overlay .ec-aktuelle-news__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    pointer-events: none;
}
.ec-aktuelle-news__innere-newsbox.has-overlay *:not(.ec-aktuelle-news__overlay) {
    z-index: 5;
}

.ec-aktuelle-news__innere-newsbox.nothing .ec-aktuelle-news__overlay {
    display: none;
}

.ec-padding-aside-0{
    padding: 0 10px;
}


/* Von Hand eingegriffen in die Umschaltunge des Menüs */
/* Desktop-Nav verstecken */
.bricks-nav-menu-wrapper.tablet_portrait {
    display: none !important;
}
/* Burger-Button zeigen */
.bricks-mobile-menu-toggle {
    display: block !important;
}
/* Mobile-Menu (falls offen) */

.bricks-mobile-menu-wrapper,
.bricks-mobile-menu-overlay {
    display: block !important;
}

/*
body.no-scroll #brx-header.sticky {
    top: -20px !important;
}

body.no-scroll #brx-header.sticky .bricks-mobile-menu-toggle {
    margin-top: 33px !important;
}*/

/* ANFANG Listen mit gelben Punkten im Auftritt */

.ec-text ul,
.text-2-spaltig ul,
.ec-sitemap ul,
.ec-newsdetail-newsbody__text ul,
.ec-accordion__content ul,
#menu-sitemap-de ul,
#menu-sitemap-en ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.ec-text ul li,
.text-2-spaltig  ul li,
.ec-sitemap ul li,
.ec-accordion__content ul li,
.ec-newsdetail-newsbody__text ul li,
#menu-sitemap-de ul li,
#menu-sitemap-en ul li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.ec-text ul li::before,
.text-2-spaltig ul li::before,
.ec-sitemap ul li::before,
.ec-accordion__content ul li::before,
.ec-newsdetail-newsbody__text ul li::before,
#menu-sitemap-de ul li::before,
#menu-sitemap-en ul li::before
{
    content: '•';
    position: absolute;
    left: 0;
    top: -2px;
    color: #ee743c;
    font-size: 1.4em;
}
/*  Keine Punkte für die 1. Ebene von menu-sitemap-de und menu-sitemap-en */
#menu-sitemap-de > li::before,
#menu-sitemap-en > li::before {
    content: none;
    position: static;
}

/* ENDE Listen mit gelben Punkten im Auftritt */
/* HIER */
.ec-kundenslider__aussere-kundenbox > .ec-kundenslider__innere-kundenbox > a > img,
.ec-partnerslider__aussere-partnerbox > .ec-partnerslider__innere-partnerbox > a > img,
.ec-kundenliste__aussere-kundenlistebox > .ec-kundenliste__innere-kundenlistebox > a > img,
.ec-partnerliste__aussere-partnerliste > .ec-partnerliste__innere-partnerlistebox > a > img
{
    object-fit: contain;
    max-height: 80px;
    max-width: 180px;
}

.ec-footer__arrow-up.scrolling {
    bottom: 200px; /* oder was auch immer du brauchst */
}



/* Mobil Querformat: 479–767px */
@media screen and (min-width: 479px) and (max-width: 767px) {
    .normal-distance {
        margin-bottom: 60px; /* 5 × 12px */
    }
    .small-distance {
        margin-bottom: 24px; /* bleibt gleich */
    }
}

/* ANFANG Formularelemente */

.ec-formular__form select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #b0aaa7;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 0 14px 0 14px;  /* rechts genug Platz für den großen Kreis */
    font-size: 18px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%2391847C'/%3E%3Cpath d='M7 11l7 7 7-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 28px 28px;
    /* width: 112px; */
}
.ec-link-button i {
    font-size: 30px;
    background-color: #91847C;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

.ec-formular__form .bricks-button:hover{
    background-color: #b5502c;
}

.ec-formular__form .bricks-button:hover i{
    background-color: #ee743c;
}

/* ENDE Formularelemente */

.orange-arrow-button-link, .orange-arrow-back-link  {
    display: inline-flex;
    align-items: center;
    position: relative;
    background-color: #ee743c;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
    overflow: hidden;
    line-height: 24px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 13px;
    justify-content: space-between;
    border-radius: 10px 20px 20px 10px;
}

.orange-arrow-button-link::after, .orange-arrow-back-link::after {
    content: "\f061";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px !important;
    background-color: #f99854;
    color: #fff !important;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ANFANG Hovereffekte für Buttons und Links */
.ec-link-button.Wahr,
.ec-link-button.True{
    background-color: #ee743c;
}
.ec-link-button.Wahr i,
.ec-link-button.True i,
.ec-highlightbox__buttonblock:hover a i
{
    background-color: #F49B6A;
}
.ec-link-button.Wahr:hover, .ec-link-button.True:hover,
.ec-schulung-button:hover{
    background-color: #b5502c;
}
.ec-link-button.Wahr:hover i,
.ec-link-button.True:hover i,
.ec-link-button.Wahr i:hover,
.ec-link-button.True i:hover,
.ec-highlightbox__buttonblock:hover a,
.ec-arrow__link:hover span.icon,
.ec-schulung-button:hover i
{
    background-color: #ee743c;
}
.ec-arrow__link:hover span.text{
    color: #ee743c;
}



.ec-schulung__border-textlink.Wahr:hover,
.ec-schulung__border-textlink.True:hover
{
    background-color: transparent;
    border: 1px solid #55474b;
    color: #55474b;
}
.ec-schulung__border-textlink.Falsch:hover,
.ec-schulung__border-textlink.False:hover
{
    background-color: #EE743C;
    border: 1px solid #EE743C;
    color: #ffffff;
}
.ec-call-to-action__button:hover {
    background-color: #b0aaa7;
}
.ec-call-to-action__button:hover i {
    background-color: #91847C;
}

.ec-newsdetail-backlink-liste__text-link:hover {
    background-color: #B5502C;
}

.ec-newsdetail-backlink-liste__text-link:hover i {
    background-color: #EE743C;
}

/* ENDE Hovereffekte für Buttons und Links */


/* Die gesamte Zeile (li) als Flex-Container */
/* Checkbox-Zeile insgesamt */
.brxe-form .options-wrapper li {
    display: flex;
    align-items: flex-start; /* Checkbox oben am Text ausrichten */
    gap: 0.5em;
    margin: 3px 0 0 0; /* leichtes margin-top für optisches Gleichgewicht */
    padding: 0;
    line-height: 1.5;
}

/* Checkbox selbst */
.brxe-form .options-wrapper input[type="checkbox"] {
    margin-top: 2px; /* sorgt dafür, dass sie sich optisch mittig zur ersten Textzeile anfühlt */
}

/* Label-Text */
.brxe-form .options-wrapper label {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}


/* Tablet: 768–991px */
@media screen and (min-width: 768px) {
    li.startseite {
        display: none;
    }
    /* 50 : 50 */
    .image_text_ratio_50_50 .ec-accordion__left-col {
        flex: 0 0 49%;
    }
    .image_text_ratio_50_50 .ec-accordion__right-col {
        flex: 0 0 49%;
    }

    /* 33 : 66 */
    .image_text_ratio_33_66 .ec-accordion__left-col {
        flex: 0 0 31.3333%;
    }
    .image_text_ratio_33_66 .ec-accordion__right-col {
        flex: 0 0 66.6666%;
    }

    /* 25 : 75 */
    .image_text_ratio_25_75 .ec-accordion__left-col {
        flex: 0 0 22%;
    }
    .image_text_ratio_25_75 .ec-accordion__right-col {
        flex: 0 0 75%;
    }
}

@media (min-width: 768px) and (max-width: 1419px) {
    .ec-padding-aside-0 {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .normal-distance {
        margin-bottom: 72px; /* 6 × 12px */
    }
    .small-distance {
        margin-bottom: 36px; /* 3 × 12px */
    }
    .fifty-percent-desktop-width{
        width: 75%;
    }
    /* HIER */
    .ec-kundenslider__aussere-kundenbox > .ec-kundenslider__innere-kundenbox > a > img,
    .ec-partnerslider__aussere-partnerbox > .ec-partnerslider__innere-partnerbox > a > img,
    .ec-kundenliste__aussere-kundenlistebox > .ec-kundenliste__innere-kundenlistebox > a > img,
    .ec-partnerliste__aussere-partnerliste > .ec-partnerliste__innere-partnerlistebox > a > img
    {
        max-height: 100px;
        max-width: 200px;
    }
}

/* 2 Zusatzbereiche für die Navigationsunkte die hier sich stauchen in der Desktopgröße */
@media screen and (min-width: 992px) and (max-width: 1100px) {
    .ec-header__nav-menu .bricks-nav-menu > li {
        margin-left: 10px !important;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .ec-header__nav-menu .bricks-nav-menu > li {
        margin-left: 25px !important;
    }
}

/* Desktop: ab 992px */
@media screen and (min-width: 992px) {
    .normal-distance {
        margin-bottom: 96px; /* 8 × 12px */
    }
    .small-distance {
        margin-bottom: 48px; /* 4 × 12px */
    }
    .fifty-percent-desktop-width{
        width: 50%;
    }
    /* ANFANG Block Seitenintro einfach */

    .fifty-fifty .ec-introsimple__hauptueberschrift-block,
    .fifty-fifty .ec-introsimple__beschreibung-block {
        width: 50%;
    }

    .sixty-forty .ec-introsimple__hauptueberschrift-block {
        width: 60%;
    }

    .sixty-forty .ec-introsimple__beschreibung-block {
        width: 40%;
    }

    /* ENDE Block Seitenintro einfach */

    .ec-header__nav-menu button {
        display: block;
    }

    ul.bricks-mobile-menu {
        width: 100% !important;
        background-color:#f1f1f1 !important;
        padding: 20px !important;
        border-radius: 15px !important;
    }
    /* HIER */
    .ec-kundenslider__aussere-kundenbox > .ec-kundenslider__innere-kundenbox > a > img,
    .ec-partnerslider__aussere-partnerbox > .ec-partnerslider__innere-partnerbox > a > img,
    .ec-kundenliste__aussere-kundenlistebox > .ec-kundenliste__innere-kundenlistebox > a > img,
    .ec-partnerliste__aussere-partnerliste > .ec-partnerliste__innere-partnerlistebox > a > img
    {
        object-fit: contain;
        max-height: 130px;
        max-width: 266px;
    }

}

/* Von Hand eingegriffen in die Umschaltunge des Menüs */
@media (min-width: 1150px) {
    /* Desktop-Navigation einblenden */
    .bricks-nav-menu-wrapper.tablet_portrait {
        display: block !important;
    }
    /* Mobile-Navigation ausblenden */
    .bricks-mobile-menu-toggle,
    .bricks-mobile-menu-wrapper,
    .bricks-mobile-menu-overlay {
        display: none !important;
    }
}

@media (max-width: 1470px) {
    .pll-parent-menu-item > .sub-menu {
        left: auto;
        right: 0;
    }
}

@media (max-width: 1379px) {
    /* Hier spezieller Breakpoint, Grund sind die Hintergrundbilder,  die ab der Größe als Containerbild dargestellt werden müssen */

    /* ANFANG Block "Call to action" */
    .ec-call-to-action__image {
        display: none;
    }
    .ec-call-to-action__cta-right-image{
        display: block;
    }
    /* ENDE Block "Call to action" */

    /* ANFANG Block "Newsletter" */
    .ec-newsletter__bg-image {
        display: none;
    }
    .ec-newsletter__image-right{
        display: block;
    }
    /* ENDE Block "Newsletter" */

}

@media (min-width: 1380px) {
    /* Hier spezieller Breakpoint, Grund sind die Hintergrundbilder,  die ab der Größe als Containerbild dargestellt werden müssen */

    /* ANFANG Block "Call to action" */
    .ec-call-to-action__image {
        display: block;
    }
    .ec-call-to-action__cta-right-image{
        display: none;
    }
    /* ENDE Block "Call to action" */

    /* ANFANG Block "Newsletter" */
    .ec-newsletter__bg-image {
        display: block;
    }
    .ec-newsletter__image-right{
        display: none;
    }
    /* ENDE Block "Newsletter" */
}

@media (min-width: 1420px) {
    .ec-padding-aside-0 {
        padding: 0;
    }
}

@media (max-width: 1150px) {
    ul.bricks-mobile-menu {
        width: 100%;
        background-color: #f1f1f1;
        padding: 20px 20px 27px 20px;
        border-radius: 15px;
    }

    ul.bricks-mobile-menu li {
        color: #f8ffef !important;
    }

    ul.bricks-mobile-menu > li > div > a {
        font-weight: 600;
    }

    ul.bricks-mobile-menu li a {
        background-color: #dcdcdc;
        line-height: 60px;
        color: #55474b !important;
    }

    ul.bricks-mobile-menu li a:hover {
        background-color: #cfcfcf;
        color: #ee743c !important;
    }

    ul.bricks-mobile-menu > li.menu-item {
        border-bottom: 1px solid transparent;
    }

    ul.bricks-mobile-menu > li.menu-item > div.brx-submenu-toggle > button {
        position: absolute;
        right: 30px;
        padding: 20px;
    }

    ul.bricks-mobile-menu > li.menu-item > div.brx-submenu-toggle > button i {
        font-size: 20px;
        font-weight: 600;
    }

    ul.bricks-mobile-menu > li.menu-item > ul.sub-menu {
        margin-top: 0;
    }

    ul.bricks-mobile-menu > li.menu-item > ul.sub-menu li a {
        line-height: 60px;
        font-weight: 400;
    }

    ul.bricks-mobile-menu > li.menu-item > ul.sub-menu::before {
        display: none;
    }

    /* 2. Menüebene */
    ul.bricks-mobile-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
        padding-left: 48px !important;
    }

    /* 3. Menüebene */
    ul.bricks-mobile-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
        padding-left: 72px !important;
        background-color: #222222;
    }

    /* Optional: 4. Menüebene */
    /*
    ul.bricks-mobile-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
      padding-left: 96px !important;
      background-color: #111111;
    }
    */
}
#brx-header *:not(span) {
    transform: initial !important;
    filter: none !important;
    opacity: initial !important;
}

#brx-header{
    background: transparent !important;
    background-image: none !important;
    background-size: auto !important;
    background-position: 0 0 !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    overflow: visible !important; /* falls Bricks clippt */
}

/* HEADER */
.ec-header__header-block{
    position: relative;
    background: transparent;
    background-clip: padding-box;
    will-change: backdrop-filter;
    z-index: 0;
}

.ec-header__header-block::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.63);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: inherit;
    pointer-events: none;
    z-index: -1; /* hinter Inhalt, vor Seitenhintergrund */
}

.ec-header__header-block > *{
    position: relative;
    z-index: 1;
}

/* SUBMENU */
.ec-header__header-block .sub-menu{
    position: absolute;
    margin-top: 35px;
    background: rgba(255,255,255,.63);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background-clip: padding-box;
    will-change: backdrop-filter;
    overflow: visible;
}

.ec-header__header-block .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 10px;

    background: rgba(255, 255, 255, 0.2);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);

    border-radius: 2px;
    box-shadow: 0 0 12px #b3b3b3;
    z-index: 999;
}


#brxe-acyiyt {
    contain: none !important;
    will-change: auto !important;
    overflow: visible !important;
}
