/*
Theme Name:   UserMindTheme
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       usermind
Author URL:   https://www.user-mind.de/
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  UserMindTheme
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */

p, h1, h2, h3, h4, h5, h6 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 !important;
    padding: 0 !important;
}


b, strong {
    font-weight: 500 !important;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {

    margin: 7px 0 10px 4px;
}

label {

    padding-left: 6px;
    vertical-align: baseline !important;
}

.ci-gradient-orange * {
    background: linear-gradient(115deg, var(--e-global-color-accent) 0%, #FF6B00B3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ci-gradient-blue * {
    background: linear-gradient(115deg, var(--e-global-color-accent) 0%, var(--e-global-color-2095721) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    .elementor-button {
        background: #EAF5FB;
    }
}

.border-color-ci-gradient-orange {
    .elementor-button-wrapper {
        --_border: 2px;
        position: relative;
        background-clip: padding-box; /* !importanté */
        border: 2px solid transparent; /* !importanté */
        border-radius: 80px;
        width: fit-content;

        &:before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            margin: -2px; /* !importanté */
            border-radius: inherit; /* !importanté */
            background: linear-gradient(115deg, var(--e-global-color-accent) 0%, #FF6B00B3 100%);
        }
    }
}

.border-color-ci-gradient-blue {
    .elementor-button-wrapper {
        --_border: 2px;
        position: relative;
        background-clip: padding-box; /* !importanté */
        border: 2px solid transparent; /* !importanté */
        border-radius: 80px;
        width: fit-content;

        &:before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            margin: -2px; /* !importanté */
            border-radius: inherit; /* !importanté */
            background: linear-gradient(115deg, var(--e-global-color-accent) 0%, var(--e-global-color-2095721) 100%);
        }
    }
}

.ci-strips-big .e-con-inner:before {
    content: url(https://goit.um-dev.de/wp-content/uploads/2025/06/goit-ci-strips-big.svg);
    position: absolute;
    top: -96px;
    left: calc(50% - 300px);
    transform: translateX(-50%);
    width: 100%;
    right: 0;
    height: 400px;
    z-index: -1;

}

.image-frame:after {
    content: "";
    background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/06/image-frame.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.elementor-image-carousel-wrapper {
    height: 100%;

    .swiper-slide-inner, img.swiper-slide-image {
        height: 100%;
    }
}

/* =================================================================
 * FONTS
   ================================================================= */

.text-regular-regular {
    font-family: var(--e-global-typography-54f2269-font-family), Sans-serif;
    font-size: var(--e-global-typography-54f2269-font-size);
    font-weight: var(--e-global-typography-54f2269-font-weight);
    line-height: var(--e-global-typography-54f2269-line-height);
    letter-spacing: var(--e-global-typography-54f2269-letter-spacing);
}

.headline-h2 {
    font-family: var(--e-global-typography-15a9e13-font-family), Sans-serif;
    font-size: var(--e-global-typography-15a9e13-font-size);
    font-weight: var(--e-global-typography-15a9e13-font-weight);
    text-transform: var(--e-global-typography-15a9e13-text-transform);
    line-height: var(--e-global-typography-15a9e13-line-height);
    letter-spacing: var(--e-global-typography-15a9e13-letter-spacing);
}

.headline-h3 {
    font-family: var(--e-global-typography-15a9e13-font-family), Sans-serif;
    font-size: var(--e-global-typography-15a9e13-font-size);
    font-weight: var(--e-global-typography-15a9e13-font-weight);
    text-transform: var(--e-global-typography-15a9e13-text-transform);
    line-height: var(--e-global-typography-15a9e13-line-height);
    letter-spacing: var(--e-global-typography-15a9e13-letter-spacing);
}

/* =================================================================
 * 1.0 - HEADER HIDE ON SCROLL
 * ================================================================= */


/* =================================================================
 * GLOBAL
   ================================================================= */

.display-contact-info {
    width: 175px;
    height: 105px;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 176px;
        height: 103px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 176px;
        height: 103px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    &.white {
        &:before {
            background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/07/goit-address-before-white-8.png");
        }

        &:after {
            background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/07/goit-address-after-white-8.png");
        }

        &.second-address {
            &:before {
                background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/07/goit-address-before-white-secondary.png");
            }

            &:after {
                background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/07/goit-address-after-white-secondary.png");
            }
        }

    }

    &.black {
        &:before {
            background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/07/goit-address-before-black-primary.png");
        }

        &:after {
            background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/07/goit-address-after-black-primary.png");
        }

        &.second-address {
            &:before {
                background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/07/goit-address-before-black-secondary.png");
            }

            &:after {
                background-image: url("https://goit.um-dev.de/wp-content/uploads/2025/07/goit-address-after-black-secondary.png");
            }
        }
    }
}

.hero-height {
    height: 100vh !important;
    max-height: 800px !important;
    @media screen and (max-width: 1024px) {
        height: 100% !important;
        max-height: unset !important;
    }

    /*img {*/
    /*    height: 100vh !important;*/
    /*    max-height: 800px !important;*/
    /*}*/
}

.text-max-width {
    max-width: 640px !important;
}

/* Hero Slider */

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: unset;
    right: 24px;
    bottom: 24px !important;

    width: unset;

    .swiper-pagination-bullet {
        transition: all 0.3s ease;

        &.swiper-pagination-bullet-active {
            width: 40px;
            border-radius: 100px;
        }
    }
}

/* =================================================================
 * Mobile Menu
   ================================================================= */

.mobile-navigation {
    li.elementor-icon-list-item {
        transition: all 0.3s ease;

        &:hover {
            transform: translateX(-8px);
        }
    }
}

/* =================================================================
 * Header Shrink on Scroll
   ================================================================= */

.headershrink {
    .e-con-inner {
        .goit-logo {
            transition: all 0.5s ease;
            transform: scale(0.8);
        }

        .elementor-widget-container {
            justify-content: center;
            .elementor-item {
                transition: all 0.5s ease;
                padding-block: 4px !important;
                font-size: 12px!important;
            }
        }

        .header-contact-button {
            transition: all 0.5s ease;
            transform: scale(0.8);
        }
    }
}