/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
/* heebo-100 - latin */
/* ============================================
   VREX.gg Custom CSS für Elementor
   ============================================ */

:root {
    --vrex-pink: #e3097e;
}

/* Scrollbar */
body::-webkit-scrollbar { width: 8px; }
body::-webkit-scrollbar-track { background: #fff; }
body::-webkit-scrollbar-thumb { background: #e3097e; }
body::-webkit-scrollbar-thumb:hover { background: #e3469a; }

/* Global Links */
a { transition: all 0.4s ease-in; }
a:hover { color: var(--vrex-pink); }

/* Humane Font (falls manuell eingebunden) */
@font-face {
    font-family: 'Humane';
    src: url('fonts/Humane-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Humane';
    src: url('fonts/Humane-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Humane';
    src: url('fonts/Humane-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Humane';
    src: url('fonts/Humane-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Humane';
    src: url('fonts/Humane-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Humane';
    src: url('fonts/Humane-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Humane';
    src: url('fonts/Humane-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Vertikale Trennlinie (Pink → Weiß) */
.vrex-bar {
    background: linear-gradient(0deg, rgba(255,255,255,1) 45%, rgba(227,9,126,1) 45%);
    width: 5px;
    height: 60px;
    margin: 0 auto;
}

/* Eck-Dekorationen für die Boxen */
.vrex-corners {
    position: relative;
}
.vrex-corners:before,
.vrex-corners:after,
.vrex-corners .vrex-bl:before,
.vrex-corners .vrex-br:before {
    content: '';
    position: absolute;
    z-index: 5;
    width: 70px;
    height: 70px;
}
/* Variante mit corner.svg */
.vrex-corner {
    position: absolute;
    z-index: 5;
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/corner.svg') center center no-repeat;
}
.vrex-corner.top-right { top: -1px; right: 0; }
.vrex-corner.top-left { top: 0; left: -1px; transform: rotate(270deg); }
.vrex-corner.bottom-left { bottom: -1px; left: 0; transform: rotate(180deg); }
.vrex-corner.bottom-right { bottom: 0; right: -1px; transform: rotate(90deg); }

/* Hero Partikel-Overlay */
.vrex-hero-particles {
    background-blend-mode: screen !important;
}

/* Responsive */
@media only screen and (max-width: 600px) {
    .vrex-corner {
        width: 30px;
        height: 30px;
    }
}
