/*
Theme Name: AI-Migration-Theme
Author: AI Migration Bot
Description: Autogenerated theme based on static HTML.
Version: 1.0
Text Domain: ai-migration-theme
*/

.wpiam-webview-message.wpiam-message#wpiam-message,
.hidden {
    display: none;
}

:root {
    --font-fraunces: "Fraunces" !important;
}


#cookie-banner .text-primary-foreground:hover {
    --primary-foreground: 0 0% 25% !important;
}

.elementor-kit-6 {
    --e-global-color-primary: #fff !important;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #fff !important;
    --e-global-typography-primary-font-family: "Fraunces" !important;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Livvic" !important;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Fraunces" !important;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Fraunces" !important;
    --e-global-typography-accent-font-weight: 500;
}

body { margin: 0; padding: 0; margin-top: -60px !important; }
img { max-width: 100%; height: auto; }

@keyframes slide-in-from-left {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-to-left {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}

[data-state='open'] {
    animation-duration: 300ms;
}

[data-state='closed'] {
    animation-duration: 200ms;
}

[data-state='open'].animate-in {
    animation-name: fade-in;
}

[data-state='closed'].animate-out {
    animation-name: fade-out;
}

[data-state='open'] .slide-in-from-left,
[data-state='open'][class*="slide-in-from-left"] {
    animation-name: slide-in-from-left;
}

[data-state='closed'] .slide-out-to-left,
[data-state='closed'][class*="slide-out-to-left"] {
    animation-name: slide-out-to-left;
}

.wpcf7-date,
.wpcf7-text,
.wpcf7-number,
.wpcf7-textarea,
.woocommerce-MyAccount-navigation-link a,
.cf7-dark-input {
    width: 100%;
    border-radius: 0.5rem !important;
    padding: 12px !important;
    background-color: #ccc;
    color: #333;
}

.wpcf7-submit,
.cf7-dark-btn {
    width: 100%;
    font-weight: 700 !important;
    border-radius: 9999px !important;
    padding: 12px 32px !important;
    border: none !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    background-color: hsl(var(--primary));
    color: #fff;
}
.wpcf7-submit:hover,
.cf7-dark-btn:hover {
    background-color: #ccc;
}

.dark .wpcf7-submit,
.dark .cf7-dark-btn {
    background-color: #ffffff !important;
    color: hsl(var(--primary)); !important;
}
.dark .wpcf7-submit:hover,
.dark .cf7-dark-btn:hover {
    background-color: #e5e7eb !important;
}
.dark .wpcf7-date,
.dark .wpcf7-text,
.dark .wpcf7-number,
.dark .wpcf7-textarea,
.dark .cf7-dark-input {
    background-color: hsl(var(--primary)); !important;
    color: #ffffff !important;
}

span.wpcf7-not-valid-tip {
    font-size: 0.8rem;
    color: #ff4949;
    margin-top: 5px;
}

.cf7-checkbox-row .wpcf7-list-item {
    margin: 0;
}
.cf7-checkbox-row label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.cf7-checkbox-row input[type="checkbox"] {
    accent-color: #ffffff;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.cf7-checkbox-row .wpcf7-list-item-label {
    color: #d1d5db;
    font-size: 0.9rem;
}

[data-orientation="vertical"] .border-b {
    border-bottom: 1px solid #e5e7eb;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls_next.action-button {
    background-color: #7d8878 !important;
}

.wpcf7-form-control:not(.wpcf7-radio) {
    border-radius: .3em;
}
.wpcf7 form .wpcf7-response-output {
    border: 2px solid #7d8878 !important;
    border-radius: .3em;
}

[data-status="sent"] .fieldset-cf7mls-wrapper .fieldset-cf7mls {
    display: none;
}

button[data-radix-collection-item] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    font-weight: 500;
    font-size: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: inherit;
}

button[data-radix-collection-item]:hover {
    text-decoration: underline;
}

button[data-state="open"] svg {
    transform: rotate(180deg);
}

/* Content Styling */
div[role="region"] {
    overflow: hidden;
    font-size: 0.875rem;
    color: #4b5563;
}

div[data-state="open"] {
    animation: accordion-down 0.2s ease-out;
}

div[data-state="closed"] {
    animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes accordion-up {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-10px); }
}

.h-4 { height: 1rem; }
.w-4 { width: 1rem; }

[data-elementor-device-mode="tablet"] main section.relative div.absolute,
[data-elementor-device-mode="desktop"] main section.relative div.absolute {
    top: 18px;
}

[aria-label="Main"] .menu-item {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    background-color: hsl(var(--background));
    margin-right: 1em !important;
    font-weight: 700;
    font-size: .875rem;
    border-radius: .4em;
    padding: .4em .7em;
}
[aria-label="Main"] .menu-item:hover {
    background-color: hsl(var(--accent));
    color: #eee;
}
[aria-label="Main"] .menu-item.current_page_item {
    background-color: hsl(var(--accent));
    color: #fff;
    cursor: auto;
}

.lucide-sun {
    display: none;
}
.dark .lucide-moon {
    display: none;
}
.dark .lucide-sun {
    display: block;
}

#wpadminbar {
    display: none;
}

main main {
    padding: 0 !important;
    margin: 0 !important;
}

main main img.h-full {
    max-height: 100%;
}

.dark .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    color: #fff;
    border-color: #333;
}
.dark .elementor-widget-n-accordion .e-n-accordion-item-title,
.dark .elementor-54 .elementor-element {
    color: #eee;
    border-color: #333;
}
.dark .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: #fff;
}
.dark .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title {
    color: #ddd;
}
.dark .elementor-widget-n-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-icon span>svg {
    fill: #ddd !important;
}
.woocommerce-error {
    padding-left: 4em;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation-link {
    list-style: none;
    margin-bottom: 1em !important;
    display: inline-block;
}
.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    border-radius: 2rem !important;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 12px;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
    background-color: #7d8878 !important;
    color: #fff;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: .6666667em !important;
}

@media (min-width: 769px) {
    .woocommerce-MyAccount-navigation-link {
        display: block;
    }
    .woocommerce-MyAccount-navigation-link--customer-logout {
        margin-top: 5em !important  ;
    }
}
#brevo-pages {
    display: none;
}

.woocommerce-MyAccount-navigation-link a::before {
    font-family: 'dashicons';
    margin-right: 5px;
    content: "\f111";
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    margin-top: -4px;
}
.woocommerce-MyAccount-navigation-link.is-active a::before {
    color: #000;
}
.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f226";
}
.woocommerce-MyAccount-navigation-link--laborergebnisse a::before {
    content: "\f491";
}
.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f174";
}
.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f316";
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f102";
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f110";
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f124";
}
.woocommerce-MyAccount-content p:nth-child(2),
.woocommerce-MyAccount-content p:nth-child(3) {
    display: none;
}