/**
 * Theme Name: Astra-Child
 * Template:   astra
 */
.ast-custom-button,
a {
    transition: all 0.2s ease !important;
}

header .site-title {
    display: none;
}

.main-header-bar {
    top: 0;
    position: fixed;
    width: 100% !important;
    box-shadow: 0px -6px 4px 8px rgba(0, 0, 0, 0.589);
    background: var(--ast-global-color-4) !important;
}

#ast-hf-mobile-menu {
    position: fixed;
    top: 118px;
    width: 100%;
}

.site-content {
    padding-top: 100px;
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link,
.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link,
.ast-builder-menu-1 .menu-item>.menu-link {
    background: var(--ast-global-color-4) !important;
}

.ast-builder-menu-1 .menu-item>.menu-link {
    color: var(--ast-global-color-3) !important;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link:before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link:before {
    content: none !important;
}

.ast-theme-transparent-header .main-header-menu .menu-link:hover,
a[aria-current="page"],
.ast-builder-menu-1 .menu-item>.menu-link:hover {
    color: var(--ast-global-color-0) !important;
}

/* Wenn Admin-Bar sichtbar ist */
.admin-bar .main-header-bar {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .main-header-bar {
        margin-top: 46px;
    }
}