/*
Theme Name: CZOCK Theme
Theme URI: https://github.com/elementor/hello-biz-child/
Description: CZOCK Theme, design by Aorta.Design
Author: AddUse GmbH
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.1
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

#headermenu-main .elementor-nav-menu .menu-item a:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    #headermenu-main .elementor-nav-menu {
        padding-top: 20px;
    }
    #headermenu-main .elementor-nav-menu .menu-item a {
        border-radius: 0;
        border: 0;
    }
}

body {
    position: relative;
    background: linear-gradient(
            180deg,
            rgba(253, 232, 231, 0.3) 0%,
            rgba(255, 190, 215, 0.3) 100%
        ),
        #fff;
}

body::before {
    content: '';
    position: fixed; /* oder absolute, wenn nur auf Body */
    inset: 0;
    background: url('img/czock-bg-noise.png') 0 0 / 182px 182px repeat;
    mix-blend-mode: overlay;
    pointer-events: none; /* verhindert Klick-Probleme */
    z-index: 0;
}

body * {
    position: relative;
    z-index: 1; /* Content überlagert die Textur */
}

#content {
    min-height: 45vh;
}

/* color overwrite */
.global-color-main {
    color: var(--e-global-color-06ee92b);
}

.adduse-icon-link a:focus svg {
    color: #2d4c50 !important;
}

.adduse-icon-link a:focus:hover svg {
    color: var(--e-global-color-063c3b7) !important;
}

.au-title-switcher .au-current {
    padding-left: 3px;
    margin-left: -3px;
    display: inline-block;
    overflow: visible;
}

/* Hintergrund ausschalten auf Mobile */
@media (max-width: 768px) {
    body::before {
        background: none;
    }
}

/* 
Animation kleiner Zeilenabstand
Animation im Desktop
*/

/* Diese soll im tablet und mobile nicht mehr position absolut sein */
@media (max-width: 1024px) {
    #footer-copyline {
        position: relative;
    }
    .au-pre {
        display: block;
    }
}

.au-pre {
    display: inline-block;
}
