#li-nav-fixed, #li-nav-normal {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
}

.elementor-shortcode:has(#li-nav-normal) {
    width: 100%;
}

.li-nav-scroll {
    display: flex !important;
}

#li-nav-normal {
    .li--ps-header-left, .li--ps-header-right {
        display: flex;
    }

    .li--ps-header-left {
        width: 40%;
        align-items: center;
        gap: 30px;

        .li--ps-header-table > table {
            table-layout: auto;
            font-size: 14px;
            line-height: 1;margin-bottom: 0 !important;

            tr, td, th {
                border: unset;
                background: unset;
                padding: unset;
            }
        }

        img {
            min-width: 220px;
            max-width: 250px;
            object-fit: contain;
        }
    }

    .li--ps-header-right {
        width: 60%;
        gap: 30px;
        justify-content: flex-end;

        .li--ps-header-contact {

            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border-left: 2px solid var(--e-global-color-primary);
            padding-left: 15px;
            gap: 3px;

            &:first-of-type {
                max-width: 250px;
            }

            &:last-of-type {
                max-width: 350px;
            }

            ul {
                font-size: 14px;
                padding: 0;
                list-style-type: none;

                li {
                    display: flex;
                    gap: 5px;

                    svg {
                        fill: var(--e-global-color-primary);
                        width: 14px;
                        height: 14px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-top: 3px;

                        &:hover {
                            fill: var(--e-global-color-secondary);
                            cursor: pointer;
                        }
                    }

                    & > a {
                        color: var(--e-global-color-text);

                        &:hover {
                            color: var(--e-global-color-secondary);
                            text-decoration: none;
                            transition: color .3s ease;
                        }
                    }
                }
            }

            .li--ps-header-contact-title {
                text-transform: uppercase;
                font-size: 16px;
                color: var(--e-global-color-primary);
                font-family: "Quicksand", Sans-serif;
                font-weight: 600;
            }

            .li--ps-header-contact-subtitle {
                font-size: 12px;
                line-height: 1;
            }
        }

        .li--ps-header-socials {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;


            .gt_float_switcher {
                position: absolute;
                font-size: 16px;
                box-shadow: none;

                .gt-selected > .gt-current-lang {
                    padding: 10px 0 !important;
                }

                img {
                    width: 20px;
                }
            }

            .gt_options {
                max-height: initial;
                background-color: #fff;
                box-shadow: unset;
                min-width: 150px;
                max-width: 200px !important;

                a {
                    font-size: 16px;
                }

                &:before {
                    display: block;
                    content: "Verwenden Sie Google, um die Website zu übersetzen. Wir übernehmen keine Verantwortung für die Genauigkeit der Übersetzung.";
                    font-size: 11px;
                    padding: 5px;
                    line-height: 12px;
                }
            }

            .li--ps-header-socials-links {
                display: flex;
                gap: 10px;
                align-items: center;

                a > svg, a > img, a:has(img) {
                    width: 20px;

                    &:hover {
                        transform: scale(1.1);
                        transition: transform .3s ease;
                    }
                }
            }
        }

        .li--ps-header-btns {
            display: flex;
            align-items: center;
            gap: 10px;

            .li--ps-header-btns-misc {
                display: flex;
                gap: 10px;
                flex-direction: column;
                height: 100%;
                justify-content: space-between;

                > a {
                    display: flex;
                    gap: 3px;
                    justify-content: space-between;

                    > svg {
                        margin-top: 1px;
                        width: 14px;
                        height: 14px;
                    }


                    height: 50%;
                    padding-top: 12px;
                    line-height: 1;

                    &:hover {
                        text-decoration: none;
                        background-color: var(--e-global-color-primary);
                        color: white;
                    }
                }

            }

            .li--ps-header-btns-contact {
                height: 100%;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
                background-color: var(--e-global-color-primary);
                color: #fff;
                padding: 30px 20px 10px 20px;

                &:hover {
                    text-decoration: none;
                }
            }
        }

    }
}

#li-nav-fixed {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 20px;

    .li-nav-fixed-left {
        width: 30%;

        img {
            max-width: 300px;
        }
    }

    .li-nav-fixed-right {
        width: 70%;
        display: flex;
        justify-content: flex-end;
        gap: 40px;


        .li-nav-fixed-socials {
            display: flex;
            gap: 15px;
            align-items: center;

            a > svg, a:has(img) {
                width: 25px;
            }
        }

        .li-nav-fixed-btns {
            display: flex;
            gap: 15px;

            a {
                display: flex;
                gap: 3px;

                > svg {
                    margin-top: 2px;
                    width: 14px;
                    height: 14px;
                }

            }

            a.li-nav-fixed-contact {
                background-color: var(--e-global-color-primary);
                color: #fff;

                > svg {
                    fill: #fff;
                }
            }
        }
    }


}

.header-button {
    background-color: var(--e-global-color-2f6815b8);
    font-family: "Quicksand", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 16px;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px;
    border-color: var(--e-global-color-primary);
    padding: 10px 20px;
    border-radius: 2px;
}

#li-nav-open > svg, #li-nav-open-fixed > svg {
    width: 20px;
    cursor: pointer;
}


@media (max-width: 1400px) {

    .li--ps-header-left {
        width: 50% !important;
    }

    .li--ps-header-right {
        width: 50% !important;
        justify-content: flex-end;

        .li--ps-header-contact {
            display: none !important;
        }
    }
}

@media (max-width: 1200px) {

    #li-nav-fixed {
        display: none;
    }

    #li-nav-normal {
        display: flex;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        max-width: 100%;
        padding: 10px;
    }

    .li--ps-header-left {
        .li--ps-header-table {
            display: none;
        }
    }

    .li--ps-header-right {
        justify-content: flex-end;

        .li--ps-header-contact, .li--ps-header-socials, .li--ps-header-btns-contact, .li--ps-header-btns-misc {
            display: none !important;
        }
    }
}