/* 
Theme Name: Hello Elementor ip.consult
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
*/

/* Global Colors (Elementor) 

var(--e-global-color-primary);
var(--e-global-color-secondary);
var(--e-global-color-text);
var(--e-global-color-accent);

*/

body,
html{
    overflow-x: hidden !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
    background-color: var(--e-global-color-secondary) !important;
    border-color: var(--e-global-color-secondary) !important;
    color: #fff !important;
}

#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, #CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before{
    border-color: var(--e-global-color-secondary) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
    border-bottom: 1px solid var(--e-global-color-secondary) !important;
    color:  var(--e-global-color-secondary) !important;;
}


#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
    background-color: var(--e-global-color-secondary) !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, 
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover
{
    color: var(--e-global-color-secondary) !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
    fill: var(--e-global-color-secondary) !important;
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/opt/Gotham/gothamlight-webfont.woff2') format('woff2'),
        url('./fonts/opt/Gotham/gothamlight-webfont.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/opt/Gotham/gothambold-webfont.woff2') format('woff2'),
        url('./fonts/opt/Gotham/gothambold-webfont.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AvancePro';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/opt/AvancePro/avancepro-webfont.woff2') format('woff2'),
        url('./fonts/opt/AvancePro/avancepro-webfont.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'AvancePro';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/opt/AvancePro/avancepro-italic-webfont.woff2') format('woff2'),
        url('./fonts/opt/AvancePro/avancepro-italic-webfont.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AvancePro';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/opt/AvancePro/avancepro-bold-webfont.woff2') format('woff2'),
        url('./fonts/opt/AvancePro/avancepro-bold-webfont.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AvancePro';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/opt/AvancePro/avancepro-bolditalic-webfont.woff2') format('woff2'),
        url('./fonts/opt/AvancePro/avancepro-bolditalic-webfont.woff') format('woff');
    font-display: swap;
}


.custom-header-section {
    position: relative !important;
    min-height: 100vh !important;
    width: 100% !important;
    overflow: hidden !important;
    background-color: #f2f0eb !important;
}


.elementor-widget-container ul{
    padding-left: 15px;
}

/* optinal grid background */
/*
.custom-header-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: 
        linear-gradient(to right, #1d2b36 1px, transparent 1px),
        linear-gradient(to bottom, #1d2b36 1px, transparent 1px);
    background-size: 90px 90px;
    pointer-events: none;
    z-index: 1;
}
*/

.elementor-button span{
    text-decoration: none !important;
}

.custom-header-left {
    position: relative !important;
    width: 55% !important;
    height: 100vh !important;
    background-color: #1c2832 !important;
    clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%);
    transition: width 0.7s cubic-bezier(0.25, 1, 0.5, 1) !important;
    z-index: 10;
}

.custom-header-section:has(.custom-header-left:hover) .custom-header-left {
    width: 58% !important;
}


.custom-header-right {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 58% !important;
    height: 100vh !important;
    background-color: #6b9c3d !important;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 18% 100%);
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 18% 100%);
    transition: width 0.7s cubic-bezier(0.25, 1, 0.5, 1) !important;
    z-index: 5;
}

.custom-header-section:has(.custom-header-right:hover) .custom-header-right {
    width: 61% !important;
}


.custom-header-left .elementor-widget-heading,
.custom-header-right .elementor-widget-heading {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-bottom: 0 !important;
}

.custom-header-left .elementor-heading-title,
.custom-header-right .elementor-heading-title {
    color: #ffffff !important;
    font-family: sans-serif;
    line-height: 0.9 !important;
    letter-spacing: -0.04em !important;
    word-break: break-word;
}


.custom-header-left .elementor-widget-icon,
.custom-header-right .elementor-widget-icon {
    position: relative;
    z-index: 15;
    width: auto !important;
}

.custom-header-left .elementor-icon,
.custom-header-right .elementor-icon {
    width: 76px !important;
    height: 76px !important;
    display: inline-flex !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: transparent !important;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.custom-header-left .elementor-icon svg,
.custom-header-right .elementor-icon svg {
    width: 20px !important;
    height: 20px !important;
    fill: #ffffff !important;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.custom-header-left:hover .elementor-icon {
    background-color: #ffffff !important;
}

.custom-header-left:hover .elementor-icon svg {
    fill: #1c2832 !important;
    transform: rotate(-45deg);
}

.custom-header-right:hover .elementor-icon {
    background-color: #ffffff !important;
}

.custom-header-right:hover .elementor-icon svg {
    fill: #6b9c3d !important;
    transform: rotate(-135deg);
}


@media (max-width: 1024px) {
    .custom-header-section {
        flex-direction: column !important;
        height: auto !important;
        min-height: auto !important;
    }

    .custom-header-left,
    .custom-header-right {
        width: 100% !important;
        height: auto !important;
        min-height: 50vh !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        position: relative !important;
    }

    .custom-header-section:has(.custom-header-left:hover) .custom-header-left,
    .custom-header-section:has(.custom-header-right:hover) .custom-header-right {
        width: 100% !important;
    }


    .custom-header-right:hover .elementor-icon svg {
        transform: rotate(-45deg);
    }
}


.mobile-menu .menu-item-has-children .has-submenu .sub-arrow:after {
    content: '+';
    font-size: 25px;
}

.mobile-menu .menu-item-has-children .has-submenu.highlighted .sub-arrow:after {
    content: '-';
    font-size: 25px;
}

@media(max-width:767px) {
    .unternehmensentwicklung-mobile-menu .elementor-sub-item {
        hyphens: auto;
    }
}

.ip-consult-mobile-menu li ul .elementor-sub-item{
    font-size:16px!important;
}

.custom-page-header .elementor-nav-menu__container li ul{
    padding:15px!important;
}