:root {

}

.frame-type-freyhauer_linked_page_header {
    min-height: 100vh;
}

.linked-pageheader {
    height: 100vh;
}

.linked-pageheader img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.links-wrapper svg {
    width: 75px;
    transition: fill .5s;
}

.links-wrapper {
    display: flex;
    flex-direction: row;
}



.links-wrapper a {
    text-decoration: none;
}

.linked-pageheader__links {
    position: relative;
    top: -110px;
}

.linked-pageheader__links .link-title {
    color: var(--bs-dark);
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.25;
}

.linked-pageheader__links .card {
    background: var(--bs-white);
    transition: background-color .5s;
}

.linked-pageheader__links .card,
.linked-pageheader__links .card-body {
    display: flex;
    border-radius: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

.linked-pageheader__links .card:hover {
    background: var(--bs-primary);
}

.linked-pageheader__links .card:hover {
    svg{
        fill: var(--bs-white) !important;
    }
    svg path,
    svg polyline,
    svg circle,
    svg line,
    svg polygon,
    svg rect {
        stroke: var(--bs-white) !important;
    }
}

.linked-pageheader__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
}

.linked-pageheader__content p {
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1.25;
}

.linked-pageheader__content .headline,
.linked-pageheader__content .subline {
    font-size: 68px;
}

.linked-pageheader__content .subheadline {
    font-size: 160px;
    line-height: 1;
    margin-left: 25px;
}

.linked-pageheader__content .subline {
    margin-left: 50px;
}

.linked-pageheader .display-1,
.linked-pageheader .display-2 {
    line-height: 1;
}

.linked-pageheader__links__scroll {
    background-color: #fff;
    opacity: 0;
    width: 100%;
    transition: all .5s;
    z-index: 20;
    box-shadow: 1px 1px 1px #00000036;
    position: fixed;
    top: 0;
    pointer-events: none;
}

.linked-pageheader__links__scroll a:hover{
    color: var(--bs-primary);
}

.linked-pageheader__links__scroll .card-body {
    padding-left: 0;
    padding-right: 0;
}

.scroll-up .linked-pageheader__links__scroll.is-sticky {
    top: 75px;
}

.linked-pageheader__links__scroll.is-sticky{
    opacity: 1;
    pointer-events: all;
}

.linked-pageheader__links .card {
    transition: all .5s;
}

.linked-pageheader__links .card:hover {
    transform: translateY(-15px);
}

.linked-pageheader__links__scroll a {
    color: var(--bs-black);
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
    padding-bottom: 5px;
}

.linked-pageheader__links__scroll p{
    line-height: 1.25;
}

.linked-pageheader__links__scroll .card,
.linked-pageheader__links__scroll .card-body {
    border: 0;
    background-color: #fff;
}

@media (min-width: 998px) {
    .linked-pageheader__links .link-title {
        color: var(--bs-dark);
    }

    .links-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    .linked-pageheader__links__scroll a {
        border-bottom: 2px solid transparent;
        font-size: 16px;
    }

    .links-wrapper svg {
        width: 110px;
    }

    .linked-pageheader__links__scroll a:hover {
        border-bottom-color: var(--bs-primary);
    }

    .linked-pageheader__content .headline,
    .linked-pageheader__content .subline {
        font-size: 58px;
    }

    .linked-pageheader__content .subheadline {
        font-size: 82px;
    }
}

@media (min-width: 1149px) {
    .linked-pageheader__links {
        top: -117px;
    }

    .linked-pageheader__links .link-title {
        color: var(--bs-white);
    }

    .linked-pageheader__links__scroll a {
        border-bottom: 2px solid transparent;
        font-size: 18px;
    }

    .linked-pageheader__links .link-content {
        position: absolute;
        bottom: -80px;
        width: 80%;
        left: 0;
    }

    .linked-pageheader__content .headline,
    .linked-pageheader__content .subline {
        font-size: 88px;
    }

    .linked-pageheader__content .subheadline {
        font-size: 152px;
        margin-left: 50px;
    }

    .linked-pageheader__content .subline {
        margin-left: 240px;
    }

    .linked-pageheader__links .card {
        padding: 1.5rem 0;
    }

    .linked-pageheader__links .link-title {
        font-size: 24px;
        line-height: 24px;
    }

    .linked-pageheader__links__scroll {
        display: block;
    }
}

@media (min-width: 1800px) {

    .linked-pageheader__links .link-title {
        font-size: 32px;
        line-height: 36px;
    }

    .linked-pageheader__content .headline,
    .linked-pageheader__content .subline {
        font-size: 140px;
    }

    .linked-pageheader__content .subheadline {
        font-size: 270px;
        margin-left: 100px;
    }
}

@media (min-width: 2700px) {
    .linked-pageheader__content .headline,
    .linked-pageheader__content .subline {
        font-size: 165px;
    }

    .linked-pageheader__content .subheadline {
        font-size: 320px;
        margin-left: 100px;
    }
}
