/*
Theme Name: Bluefire
Template: silicia
Text Domain: bluefire
Version: 1.0.0
*/

/* Child theme styles go here */
body {
    hyphens: auto;
}

.posrel {
    position: relative;
}

.header_headline {
    font-weight: 200;
    font-size: 3.4em;
    letter-spacing: .1em;
    text-transform: uppercase;
    /* color: var(--wp--preset--color--hintergrund); */
}

@media only screen and (max-width: 600px) {
    .header_headline {
        font-size: 2.5rem;
        line-height: 1.1;
        letter-spacing: .04em;
    }
}

.topline {
    font-weight: 200;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    letter-spacing: .2rem;
}

.topline::before {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 1px;
    background: currentColor;
    opacity: 0.8;
}

.bottom-fade {
    position: relative;
}

.bottom-fade::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--wp--preset--color--hintergrund));
    pointer-events: none;

}

.bigcite {
    font-size: 2.5rem;
    font-weight: 100;
    /* font-style: italic; */
    /* letter-spacing: .1em; */
}

.number_one {
    position: absolute;
    font-size: 15rem;
    line-height: 1;
    opacity: 0.1;
    font-weight: 700;
    right: 2%;
    top: 2%;
}

.number_two {
    position: absolute;
    font-size: 15rem;
    line-height: 1;
    opacity: 0.1;
    font-weight: 700;
    left: 2%;
    top: 2%;
    color: var(--wp--preset--color--hintergrund);
}

.number_three {
    position: absolute;
    font-size: 15rem;
    line-height: 1;
    opacity: 0.1;
    font-weight: 700;
    left: 2%;
    top: 2%;
}

.below_topline {
    font-weight: 700;
}

.wp-block-button:not([class*="is-style-"]) .wp-block-button__link,
.wp-block-button.is-style-fill .wp-block-button__link {
    box-shadow: 0px 3px 0px 0px var(--wp--preset--color--schrift);
    transition: 0.2s;
    cursor: pointer;
}

.wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:hover {
    box-shadow: 0px 1px 0px 0px var(--wp--preset--color--schrift);
    transform: translateY(2px);
}

footer.site-footer.wp-block-template-part {
    margin: 0;
}

.clarum-logo {
    color: var(--wp--preset--color--schrift);
    display: block;
    flex: 0 0 auto;
    line-height: 0;
    text-decoration: none;
    width: clamp(180px, 18vw, 230px);
    transition: width 0.28s ease;
}

.clarum-logo__svg {
    display: block;
    height: auto;
    overflow: visible;
    width: 100%;
    min-height: 20px;
}

.clarum-logo__fill {
    fill: currentColor;
}

.clarum-logo__stroke {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 7.6px;
}

.clarum-logo__accent {
    fill: var(--wp--preset--color--primary);
}

.clarum-logo__signet,
.clarum-logo__dots,
.clarum-logo__bars,
.clarum-logo__accent,
.clarum-logo__wordmark {
    transform-box: fill-box;
    transform-origin: center;
    transition: opacity 0.24s ease, transform 0.28s ease;
}

.clarum-logo__wordmark {
    fill: currentColor;
    font-family: "Outfit", var(--wp--preset--font-family--primary, sans-serif);
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.is-scrolled .clarum-logo {
    width: 150px;
}

.is-scrolled .clarum-logo__wordmark {
    opacity: 0;
    transform: none;
}

.is-scrolled .clarum-logo__dots {
    opacity: 0.28;
    transform: none;
}

.is-scrolled .clarum-logo__bars {
    opacity: 0.28;
    transform: none;
}

.is-scrolled .clarum-logo__accent {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .clarum-logo,
    .clarum-logo__signet,
    .clarum-logo__dots,
    .clarum-logo__bars,
    .clarum-logo__accent,
    .clarum-logo__wordmark {
        transition: none;
    }
}

@media (hover: hover) and (pointer: fine) {

    .has-bluefire-cursor,
    .has-bluefire-cursor * {
        cursor: none !important;
    }

    .bluefire-cursor-dot,
    .bluefire-cursor-ring {
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 999999;
        border-radius: 999px;
        opacity: 0;
        will-change: transform;
    }

    .bluefire-cursor-dot {
        width: 8px;
        height: 8px;
        background: #fff;
        box-shadow: 0 0 16px rgb(255 255 255 / 35%);
        mix-blend-mode: difference;
        transition: opacity 0.2s ease, width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
    }

    .bluefire-cursor-ring {
        width: 38px;
        height: 38px;
        border: 1px solid #fff;
        box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
        mix-blend-mode: difference;
        transition: opacity 0.2s ease, width 0.22s ease, height 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
    }

    .has-bluefire-cursor .bluefire-cursor-dot,
    .has-bluefire-cursor .bluefire-cursor-ring {
        opacity: 1;
    }

    .is-bluefire-cursor-active .bluefire-cursor-dot {
        width: 5px;
        height: 5px;
        background: #fff;
    }

    .is-bluefire-cursor-active .bluefire-cursor-ring {
        width: 58px;
        height: 58px;
        border-color: #fff;
        background: rgb(255 255 255 / 7%);
    }

    .is-bluefire-cursor-pressed .bluefire-cursor-ring {
        width: 30px;
        height: 30px;
    }
}
