/*
==================================================================
Theme Information
==================================================================
*/

/* Theme Name: Hello Elementor Child
   Theme URI: https://github.com/elementor/hello-theme-child/
   Description: Das ist ein Child-Theme für Hello Elementor
   Author: blumango
   Author URI: https://blumango.agency/
   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
*/


/*
==================================================================
Allgemein 
==================================================================
*/

/* Typografie */

.outline {
    text-shadow: 
        -2px -2px 0 var(--e-global-color-primary), /* Schatten oben links */
        2px -2px 0 var(--e-global-color-primary),  /* Schatten oben rechts */
        -2px 2px 0 var(--e-global-color-primary),  /* Schatten unten links */
        2px 2px 0 var(--e-global-color-primary);   /* Schatten unten rechts */
}

.outline-dark {
    text-shadow: 
        -2px -2px 0 var(--e-global-color-secondary), /* Schatten oben links */
        2px -2px 0 var(--e-global-color-secondary),  /* Schatten oben rechts */
        -2px 2px 0 var(--e-global-color-secondary),  /* Schatten unten links */
        2px 2px 0 var(--e-global-color-secondary);   /* Schatten unten rechts */
    color: var(--e-global-color-primary);
}

/* Einstellungen */

body {
    overflow-x: hidden !important;
}


/*
==================================================================
Animationen
==================================================================
*/

/* Text reveal */

.line {
    position: relative;
}

.line-mask {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--e-global-color-secondary);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: 2; 
}

/* Kreis-effekt */

.block {
    width: 100vw;
    height: 200vh;
    overflow-x: hidden !important;
}

.dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 142vmax;
    height: 142vmax;
    border-radius: 0%;
    background-color: var(--e-global-color-primary);
    transform: translate(-50%, -50%) scale(0);
}

.kreis-titel {
    text-align: center;
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    
    white-space: nowrap;
    text-transform: uppercase;
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .kreis-titel {
        font-size: 109.66px;
        line-height: 109.66px;
    }
}

.kreis-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    flex-direction: column;
    z-index: 2;
    
}

/* Gradienten */

body {
    background-color: var(--e-global-color-secondary) !important;
    background-image: radial-gradient(at 91% 100%, hsla(157, 92%, 10%, 1) 0px, transparent 50%),
                      radial-gradient(at 8% 100%, hsla(157, 92%, 10%, 1) 0px, transparent 50%) !important;
    animation: gradient 13s ease infinite;
    background-size: 200% 200% !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 20%;
    }
    25% {
        background-position: 100% 50%;
    }
    50% {
        background-position: 50% 70%;
    }
    100% {
        background-position: 0% 20%;
    }
}

.hero {
    background-color: var(--e-global-color-secondary) !important;
    background-image: radial-gradient(at 90% 30%, hsla(157, 92%, 10%, 1) 0px, transparent 30%),
                      radial-gradient(at 10% 40%, hsla(157, 92%, 10%, 1) 0px, transparent 30%) !important;
    animation: gradient_hero 13s ease infinite;
    background-size: 150% 150% !important;
}

@keyframes gradient_hero {
    0%, 100% {
        background-size: 150% 150%;
        background-position: 50% 50%;
        filter: hue-rotate(0deg) saturate(80%);
    }
    20% {
        background-size: 130% 130%;
        background-position: 60% 40%;
        filter: hue-rotate(5deg) saturate(100%);
    }
    40% {
        background-size: 120% 120%;
        background-position: 40% 60%;
        filter: hue-rotate(0deg) saturate(90%);
    }
    60% {
        background-size: 140% 140%;
        background-position: 20% 95%;
        filter: hue-rotate(5deg);
        transform: scale(1.1);
    }
    80% {
        background-size: 110% 110%;
        background-position: 80% 20%;
        filter: hue-rotate(10deg) saturate(70%);
        transform: scale(1);
    }
}

/* Sticky Effekt */

.sticky-heading {
    position: sticky;
    top: 30%;
}

.blur {
    backdrop-filter: blur(10px);
}


/* Marquee */

.swiper-wrapper {
    transition-timing-function: linear !important; 
}


/* Cursor-Button */

.cursor {
    position: fixed;
    pointer-events: none;
    opacity: 0;
}

.cursor-small {
    top: 0px;
    left: 0px;
    z-index: 999;
    color: var(--e-global-color-secondary);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--e-global-color-primary);
}

.cursor-big {
    top: 0px;
    left: 0px;
    height: 120px;
    width: 120px;
    align-items: center;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 15px;
    justify-content: center;
    padding: 10px;
    pointer-events: none;
    position: fixed;
    text-align: center;
    transform: translate (-50%, -50%);
    transition: color 0.5s ease;
    z-index:9999;
    color: var( --e-global-color-secondary);
    font-size: var( --e-global-typography-fdd8ded-font-size);
    font-weight: var( --e-global-typography-primary-font-weight);
    font-transform: var( --e-global-typography-primary-text-transform);
    font-weight: var( --e-global-typography-fdd8ded-line-height);
    }

    p{
      margin-top: 15px;
    }
    