#content {
    overflow: hidden;
}

.home-teaser {
    padding-top: calc(var(--navigation-height) + 48px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #000;
}
.home-teaser-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    z-index: -1;
}
.home-teaser-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.home-teaser .headline {
    margin: 0 auto;
    max-width: 760px;
    margin-bottom: 24px;
}
.home-teaser::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.6) 10%, rgba(255,255,255,0) 60%);
    background-repeat: no-repeat;
    pointer-events: none;

    background: linear-gradient(90deg, rgba(var(--brand-highlight),0.9) 10%, rgba(var(--brand-highlight),0) 60%);
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;

    transform: translate3d(0,0,0);
}
.home-teaser-social {
    display: flex;
    display: none;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
}
.home-teaser-social a:hover,
.home-teaser-social a:focus {
    filter: brightness(0%);
}
.home-teaser h1 strong {
    color: inherit;
}
.home-teaser-frank-title {
    display: none;
}
@media (min-width: 768px) {
    .home-teaser {
        min-height: 620px;
        padding-bottom: 160px;
    }
    .home-teaser .wrapper {
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        width: 100%;
        max-width: var(--content-max-width);
        position: relative;
        aspect-ratio: 2.33;
    }
    .home-teaser-inner {
        width: 55vw;
        text-align: left;
        max-width: 640px;
        margin: 0;
        font-size: 18px;
    }
}
@media (min-width: 1024px) {
    .home-teaser-social {
        position: absolute;
        flex-flow: column;
        right: 40px;
        top: 55%;
        align-items: center;
        gap: 36px;
        transform: translate(0, -50%);
    }
    .home-teaser-frank-title {
        display: block;
        color: #fff;
        font-weight: 400;
        line-height: 1.2;
        position: absolute;
        left: auto;
        right: 20px;
        bottom: 0;
        margin: 0;
        font-size: 14px;
        text-align: right;
        z-index: 3;
        opacity: 0.6;
    }
    .home-teaser-frank-title strong {
        font-size: 1.4em;
        font-weight: 500;
        display: block;
        letter-spacing: 0.02em;
    }
}
@media (min-width: 1560px) {

}
@media (max-width: 1023px) {
    .home-teaser {
        padding-bottom: min(160px, 35vw);
    }
    .home-teaser-social {
        display: none;
    }
    .home-teaser .buttons {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .home-teaser {
        padding-bottom: 24px;
        aspect-ratio: 1;
        justify-content: flex-end;
        margin-top: var(--navigation-height);
    }
    .home-teaser .headline {
        text-align: left;
        color: #fff;
        text-shadow: 0 2px 15px rgba(0,0,0,0.3);
        margin-bottom: 0;
    }
    .home-teaser p {
        display: none;
    }
    .home-teaser-frank-title {
        display: none;
    }
    .home-teaser-background {
        object-position: 75% 0%;
    }
    .home-teaser::before {
        background: linear-gradient(20deg, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0) 40%);
        mix-blend-mode: normal;
    }
}





.logo-bar {
    padding: 24px 0;
    overflow: hidden;
    background: rgba(109, 167, 253, 0.1);
    background: #fff;
}
.logo-bar-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    will-change: transform;
    transform: translateX(0);
    animation: logobar 30s linear infinite;

    width: 1780px;
    opacity: 0.4;
}
.logo-bar img {
    max-height: 32px;
    margin-right: 40px;
    max-width: none;
}
@keyframes logobar {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media (min-width: 1024px) {
    .logo-bar {
        position: absolute;
        background: rgba(255,255,255,0.2);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 3;
        width: 100%;
        max-width: 1920px;
        left: 50%;
        transform: translate(-50%, -100%);
    }
    .logo-bar-inner {
        opacity: 0.6;
    }
}




.origin-section {
    padding: 48px 0;
    background: #fff;
    position: relative;
}
.origin-section-header {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.origin-section-header h2.headline {
    margin: 42px 0;
    color: rgb(var(--teq-grey-dark));
}
.origin-section-box {
    background: #fff;
    box-shadow: 0 2px 15px 15px rgba(116,82,61,0.1);
    padding: 40px 20px;
    margin-top: 32px;
    position: relative;
    z-index: 4;
}
.origin-section-box-inner {
    width: calc(50% - 200px);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-column-gap: 80px;
    align-items: center;
}
.origin-section-animation {
    aspect-ratio: 1;
}
.origin-section-background {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    top: 50%;
    max-width: 1920px;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .origin-section + section {
        padding-top: 160px;
    }
    .origin-section-box {
        border-radius: var(--border-radius-large);
        padding: 40px 40px;
        width: 200%;
        transform: translate(80px, 0);
        margin-bottom: -120px;
        margin-top: 80px;
    }
    .origin-section-box-content .origin-section-animation {
        display: none;
    }
}
@media (max-width: 767px) {
    .content-grid .origin-section-box.feature {
        grid-column: full;
    }
    .origin-section-box-inner {
        grid-template-columns: 1fr;
        width: auto;
    }
    .origin-section {
        padding-bottom: 0;
    }
    .origin-section-box-animation {
        display: none;
    }
}


.investment-approach-section {
    background: linear-gradient(0deg, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.5));
    padding-bottom: 96px;
    text-align: center;
}
.investment-approach-section-header {
    margin-bottom: 72px;

}
.investment-approach-section-header h2 {
    color: rgb(var(--teq-grey-dark));
    max-width: 920px;
    margin: 0 auto;
}
.investment-approach-section hgroup + p {
    max-width: 600px;
    margin: 0 auto;
}
.investment-approach-box {
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 15px 15px rgba(116,82,61,0.1);
}
.investment-approach-box-items {
    display: grid;
    grid-column-gap: 80px;
    grid-row-gap: 24px;
    list-style: none;
    padding: 0;
    margin-top: 48px;
}
.investment-approach-box-items h3 {
    margin-bottom: 12px;
}
.investment-approach-box-items img {
    margin: 0 auto 12px;
}
@media (min-width: 768px) {
    .investment-approach-box {
        border-radius: var(--border-radius-large);
    }
}
@media (min-width: 1024px) {
    .investment-approach-box-items {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .investment-approach-section {
        padding-bottom: 0;
    }
    .investment-approach-box.feature {
        grid-column: full;
    }
    .investment-approach-box hgroup + p {
        display: none;
    }
    .investment-approach-box-items img {
        width: 44px;
        height: auto;
    }
}






@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.logo-bar img {
    animation: fadein 1s 0s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.home-teaser p {
    animation-delay: 0.2s;
}
.home-teaser .buttons {
    animation-delay: 0.4s;
}
.home-teaser-social {
    animation-delay: 1.5s;
}
.logo-bar img {
    animation-delay: 1.8s;
}
.logo-bar img:nth-child(1) { animation-delay: 0.2s; }
.logo-bar img:nth-child(2) { animation-delay: 0.3s; }
.logo-bar img:nth-child(3) { animation-delay: 0.4s; }
.logo-bar img:nth-child(4) { animation-delay: 0.5s; }
.logo-bar img:nth-child(5) { animation-delay: 0.6s; }
.logo-bar img:nth-child(6) { animation-delay: 0.7s; }
.logo-bar img:nth-child(7) { animation-delay: 0.8s; }
.logo-bar img:nth-child(8) { animation-delay: 0.9s; }
.logo-bar img:nth-child(9) { animation-delay: 1.0s; }
.logo-bar img:nth-child(10) { animation-delay: 1.1s; }
.logo-bar img:nth-child(11) { animation-delay: 1.2s; }
.logo-bar img:nth-child(12) { animation-delay: 1.3s; }
.logo-bar img:nth-child(13) { animation-delay: 1.4s; }
.logo-bar img:nth-child(14) { animation-delay: 1.5s; }
.logo-bar img:nth-child(15) { animation-delay: 1.6s; }
.logo-bar img:nth-child(16) { animation-delay: 1.7s; }
.logo-bar img:nth-child(17) { animation-delay: 1.8s; }
.logo-bar img:nth-child(18) { animation-delay: 1.9s; }
.logo-bar img:nth-child(19) { animation-delay: 2.0s; }






.chance-risk-section {
    background-color: #fff;
}
.chance-risk-box {

}
.chance-risk-section > * {
    grid-column: feature;
}
.chance-risk-section .__header {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}
.chance-risk-section .headline {
    margin-bottom: 12px;
}
.chance-risk-box-category {
    border-bottom: 1px solid #000;
}
.chance-risk-box-category > .headline {
    line-height: 72px;
    padding: 0 20px;
    letter-spacing: 0.08em;
    font-size: min(6vw, 22px);
    margin: 0;
}
.chance-risk-box-category:first-child > .headline {
    border-top: 1px solid #000;
}
.chance-risk-box-category.--interactive:not(.--active) .chance-risk-list {
    display: none;
}
.chance-risk-box-category.--interactive > .headline {
    cursor: pointer;
    box-shadow: none;
    position: relative;
}
.chance-risk-box-category.--interactive > .headline::after {
    content: "";
    display: block;
    width: 19px;
    height: 17px;
    position: absolute;
    right: 40px;
    background: url('/images/icons/chance-risk-toggle-icon.svg') no-repeat 50% 50%;
    top: 50%;
    transform: translate(0, -50%);
}
.chance-risk-box-category.--interactive.--active > .headline::after {
    transform: translate(0, -50%) rotate(180deg);
}
.chance-risk-box-category.--interactive > .headline:hover {
    background: #f6f6f6;
}
.chance-risk-list {
    display: grid;
    grid-gap: 20px;
}
.chance-risk-list li {
    display: block;
    list-style: none;
    padding: 20px;
}
.chance-risk-item {
    font-size: 14px;
}
.chance-risk-item h4 {
    margin: 0 auto 12px;
    font-size: 16px;
}
.chance-risk-item p {
    opacity: 0.8;
}
.chance-risk-item p:last-child {
    margin-bottom: 0;
}
.chance-risk-box-disclaimer {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .chance-risk-list {
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        border-radius: var(--border-radius);
    }
    .chance-risk-box-category > .headline {
        padding: 0 40px;
    }
}
@media (min-width: 1024px) {
    .chance-risk-list {
        grid-template-columns: repeat(3, 1fr);
    }
}



.portfolio-teaser-section {
    background: rgb(var(--teq-grey-light));
}
@media (min-width: 768px) {
    .portfolio-teaser-inner {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        grid-template-rows: 1fr auto 1fr;
        grid-column-gap: 60px;
        align-items: end;
    }
    .portfolio-teaser-inner .headline,
    .portfolio-teaser-inner p,
    .portfolio-teaser-inner .buttons {
        grid-column-start: 1;
    }
    .portfolio-teaser-inner p,
    .portfolio-teaser-inner .buttons {
        margin-bottom: 0;
        align-self: start;
    }
    .portfolio-teaser-visual {
        grid-row-start: 1;
        grid-row-end: span 3;
        grid-column-start: 2;
        border-radius: var(--border-radius);
        overflow: hidden;
        align-self: center;
    }
}
@media (max-width: 767px) {
    .portfolio-teaser-inner {
        display: grid;
        text-align: center;
    }
    .portfolio-teaser-inner p {
        order: 3;
        max-width: 400px;
        margin: 0 auto 12px;
    }
    .portfolio-teaser-inner .buttons {
        order: 4;
        margin: 12px auto 0;
    }
    .portfolio-teaser-visual {
        order: 2;
        margin-bottom: 24px;
        margin-left: -40px;
        margin-right: -40px;
    }
}


@media (min-width: 768px) {
    .document-teaser::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        top: 0;
        background: url('/images/backgrounds/3d-curves.webp') no-repeat 50% 0;
        background-size: 100% auto;
        z-index: 1;
    }
}
