
@import "responsive.css";

:root {
    --white: #ffffff;
    --almost-black: #101010;
    --black: #000000;
    --medium-grey: #bbbbbb;
    --light-grey: #dddddd;
    --dark-grey: #3c3c3c;
}

@font-face {
    font-family: MonumentExtended;
    src: local(MonumentExtended-Light),
    url(../fonts/MonumentExtended-Light.woff2) format("woff2"),
    url(../fonts/MonumentExtended-Light.woff) format("woff"),
    url(../fonts/MonumentExtended-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: MonumentExtended;
    src: local(MonumentExtended-Black),
    url(../fonts/MonumentExtended-Black.woff2) format("woff2"),
    url(../fonts/MonumentExtended-Black.woff) format("woff"),
    url(../fonts/MonumentExtended-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: PTMono;
    src: local(PTMono-Regular),
    /*url(../fonts/PTMono-Regular.woff2) format("woff2"),
    url(../fonts/PTMono-Regular.woff) format("woff"),*/
    url(../fonts/PTMono-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

a:hover,
a:focus,
a:active {
    text-decoration:none;
    transition:0.3s;
    background:inherit!important;
    border-color:inherit!important;
}

.btn-primary {
    display:inline-block;
    margin-top:35px;
    margin-bottom:20px;
    padding: 14px 23px 14px 45px;
    border: solid 1px var(--medium-grey);
    font-family: MonumentExtended;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: 0.6px;
    text-align: center;
    color: var(--medium-grey);
    background:transparent;
    cursor:pointer;
    position:relative;
    float:left;
}

.btn-primary:before {
    content:"▸";
    position:absolute;
    left: 18px;
    font-size: 18px;
    line-height: 1.75;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: var(--white);
    color: var(--white);
    background:transparent;
    transition:0.3s;
}

::selection {
    background: transparent;
}

::-webkit-selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}

.c-h1 {
    font-family: MonumentExtended;
    font-size: 150px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.c-h1-big {
    font-size:210px;
}

.c-h4 {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

.fs-white {
    color:var(--white);
}

.fw-bold {
    font-weight:900;
}

span.f-space {
    padding-left:50px;
    display:inline;
}

.p-x-0 {
    padding-left:0!important;
    padding-right:0!important;
}

/*
.wg-default .country-selector {
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    background: red!important;
}
*/

body {
    margin: 0;
    text-align: center;
    font: 900 120% system-ui, sans-serif;
    background:var(--black);
    overflow:hidden!important;
}

div.container-fluid {
    display: grid;
    place-items: center;
    padding:120px 0;
}

.image-mask img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#opener {
    background:var(--white);
    height:100vh;
    position:fixed;
    width:100%;
    overflow:hidden;
    top:0;
    left:0;
    z-index:99;
}

#opener img {
    animation: pulse-white 2s infinite;
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 100%;
    border: 1px solid #fff;

    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -75px;
}

@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(232, 232, 232, 0.2);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(232, 232, 232, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(232, 232, 232, 0);
    }
}

/* COOCIE CONSENT PANEL */
#CybotCookiebotDialogBodyButtonAccept {
    background-color: #188600!important;
}

#section-1 {
    background:var(--black);
    padding: 120px 0 0;
}

#section-1 .logo-link {
    display:block;
}

#section-1 .ds-container-icons img {
    display:block;
    margin:0 auto;
}

#section-1 .ds-container-icons img.arrow {
    margin-top:20px;
}

#section-1 .ds-container-text {
    position:relative;
    z-index:50;
    margin-top:220px;
}

#section-1 .ds-container-text-mobile {
    display:none;
}

#section-1 .main-img-container {
    width: 100%;
    height: 920px;
    margin-top: -120px;
    background: url("../img/content/Motiv1.jpg");
    background-size: cover;
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
}

#section-2 {
    background:var(--black);
    padding:0 0 220px 0;
}

#section-2 p {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#section-3 .ds-container-text-mobile {
    display:none;
}

#section-3 .ds-container-text {
    position:relative;
    z-index:50;
}

#section-3 .img-container {
    display:block;
    background:url("../img/content/Motiv2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height:800px;
    margin-top:-80px;
}

#section-3 .text-container {
    margin-top:280px;
}

#section-3 p.copy-text {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#section-4 .column-mobile {
    display:none;
}

#section-4 .ds-container-text {
    position:relative;
    z-index:50;
}

#section-4 .text-container {
    margin-top:280px;
}

#section-4 p.copy-text {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#section-4 ul#ft-invests {
    list-style:none;
    display:block;
    text-align:left;
    margin:0;
    padding:0;
}

#section-4 ul#ft-invests li {
    text-align:left;
    display:block;
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    padding:8px 0;
}

#section-4 ul#ft-invests li.list-item {
    border-top: solid 1px var(--dark-grey);
}

#section-4 ul#ft-invests li.list-headline {
    font-weight: 900!important;
}

#section-4 .img-container {
    display:block;
    background:url("../img/content/Motiv3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height:800px;
    margin-top:-80px;
}

#section-5 .ds-container-text {
    position:relative;
    z-index:50;
}

#section-5 .ds-container-text-mobile {
    display:none;
}

#section-5 .c-h1 {
    text-align:left;
}

#section-5 .img-container {
    display:block;
    background:url("../img/content/Motiv4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height:800px;
    margin-top:-80px;
}

#section-5 .text-container {
    margin-top:280px;
}

#section-5 p.copy-text {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#section-6 {
    background:url("../img/bg-zdf.jpg") no-repeat center center;
    background-size:cover;
}

#section-6 img {
    margin-top:35px;
    max-width: 100%;
    height:auto;
}

#section-6 p {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#section-6 h6 {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#section-7 {
    padding-bottom:0;
}

#section-7 .main-img-container {
    position:relative;
    width: 100%;
    margin-top:-120px;
    background:url("../img/content/Motiv5.jpg");
    background-size: cover;
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    /*transition:1s;*/
}

/*
#section-7 .main-img-container.is-inview {
    background-size:100%!important;
    transition:1s;
}
*/

#section-7 .main-img-container:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
}

#section-7 .text-container {
    padding:320px 0;
}

#section-7 .text-container p {
    font-family: MonumentExtended;
    font-size: 36px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#section-7 .text-container p span.source {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
}

#section-7 .text-container:after {
    content:"";
    position:absolute;
    bottom:30px;
    width:10px;
    height:70px;
    background:url("../svg/arrows-arrow-down.svg") no-repeat center center;

}


/* FT IN THE MEDIA */
#section-8 {
    background-color: var(--almost-black);
    text-align:left;
    padding:120px 0;
}

#section-8 hr {
    border: solid 1px var(--dark-grey);
}

#section-8 #ft-media-container .media-article {
    display:none;
}

#section-8 #ft-media-container .media-article a {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 30px 20px;
}

#section-8 #ft-media-container .media-article a:hover,
#section-8 #ft-media-container .media-article a:focus,
#section-8 #ft-media-container .media-article a:active {
    background-color: #191919!important;
}

#section-8 #ft-media-container .media-article a:after {
    background: url(../svg/arrows-arrow-down.svg) no-repeat center center;
    transform: rotate(-90deg);
    right: 40px;
    top: 15px;
    color: var(--white);
    width: 10px;
    height: 40px;
    background-size: 10px 40px;
    content: "";
    position: absolute;

}

#section-8 #ft-media-container .date {
    display:block;
    width:15%;
    float:left;
}

#section-8 #ft-media-container .date span {
    font-family: PTMono;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.46;
    letter-spacing: normal;
    color: var(--medium-grey);
    display:block;
}

#section-8 #ft-media-container .desc {
    display:block;
    float:left;
    width:85%;
}

#section-8 #ft-media-container .desc .source {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--medium-grey);
    display:block;
}

#section-8 #ft-media-container .desc .title {
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    display:block;
}

#section-8 #ft-media-container .more-media-container {
    min-height:100px;
}

#section-8 #ft-media-container .more-media-container #btn-more-media {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    background: url(../svg/icon-more.svg) no-repeat center center;
    background-size: 54px;
}

#section-8 #ft-media-container .more-media-container #btn-more-media:hover {
    background: url(../svg/icon-more.svg) no-repeat center center!important;
    background-size: 54px!important;
}

/* IG FEED */
#section-9 {
    padding:0;
}

#section-9 #media-feed-carousel {
    width:100%;
    display:block;
    height:auto;
    min-height:350px;
}

#section-9 #media-feed-carousel .carousel-cell {
    position:relative;
    width:480px;
    height:480px;
    counter-increment: carousel-cell;
}

#section-9 #media-feed-carousel .carousel-cell .media-post {
    position:relative;
    width:100%;
    height:480px;
    background-size:cover!important;
}

#section-9 #media-feed-carousel .carousel-cell .media-post a {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,0.4)!important;
    opacity:0;
    padding:35% 5% 5%;
}

#section-9 #media-feed-carousel .carousel-cell:hover .media-post a {
    opacity: 1;
    transition:0.3s;
}

#section-9 #media-feed-carousel .carousel-cell .media-post a .social-logo {
    display:block;
    margin: 20px auto;
    width: 45px;
    height: auto;
}

#section-9 #media-feed-carousel .carousel-cell .media-post a span {
    font-family: MonumentExtended;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

#section-9 #media-feed-carousel .carousel-cell .media-post a span.tags {
    font-weight: 900;
}


/* LEGAL PAGE */
.legal-page-container {
    text-align:left;
    padding-top:20px;
    padding-bottom:20px;
}

#l-section-2,
#l-section-3,
#l-section-4,
#l-section-5,
#l-section-6,
#l-section-7,
#l-section-8,
#l-section-9,
#l-section-10,
#l-section-11,
#l-section-12,
#l-section-13,
#l-section-14,
#l-section-15,
#l-section-16 {
    padding-top:0;
    padding-bottom:0;
}

.legal-page-container #back-to-home {
    display:block;
    text-align:left;
    position:relative;
    padding-left:80px;
    font-family: MonumentExtended;
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--medium-grey);
}

.legal-page-container #back-to-home:hover,
.legal-page-container #back-to-home:focus,
.legal-page-container #back-to-home:active {
    color:var(--white);
    transition:0.3s;
}

.legal-page-container #back-to-home:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -33px;
    background: url(../svg/arrows-arrow-down.svg) no-repeat center left;
    background-size:contain;
    transform: rotate(90deg);
    height: 80px;
    width: 10px;
}

.legal-page-container .row {
    margin-bottom:20px;
}

.legal-page-container h1 {
    font-family: MonumentExtended;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    margin-bottom:120px;
    margin-top:100px;
}

.legal-page-container h2 {
    margin: 0 0 24px;
    font-family: MonumentExtended;
    font-size: 22px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align: left;
}

.legal-page-container h3 {
    margin: 0 0 12px;
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
}

.legal-page-container h6 {
    margin: 20px 0 10px 0;
    font-family: MonumentExtended;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align: left;
}

#page .legal-page-container p,
#page .legal-page-container ul li {
    font-family: MonumentExtended;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#page .legal-page-container p.strong {
    font-weight:bold;
    margin-top:25px;
}

.legal-page-container a {
    word-break: break-all;
}

/* FOOTER */
#footer {
    background:var(--black);
    padding:0;
}

#footer #btt-container {
    padding-top:60px;
    padding-bottom:60px;
}

#footer #btn-btt {
    background: none;
    border: none;
    box-shadow: none;
}

#footer #btt-container p {
    margin: 6px 0 0;
    font-family: MonumentExtended;
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

#footer #btt-container button {
    display: block;
    overflow: hidden;
    padding: 20px;
}

#footer #btt-container hr {
    border-color:var(--dark-grey);
    margin:35px 0;
}

#footer #footer-content-container {
    padding: 0 0 80px;
    text-align:left;
}

#footer h6 {
    margin: 0 0 24px;
    font-family: MonumentExtended;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#footer .social-link-container {
    text-align: left;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

#footer .social-link-container a {
    width:48px;
    height:48px;
    display: inline-block;
    overflow: hidden;
    margin-right: 15px;
}

#footer .copy-container p.copy-text {
    font-family: MonumentExtended;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--white);
    text-align:left;
}

#footer .copy-container #btn-download {}
#footer .copy-container #btn-contact {
    margin-top:0;
}

#footer #copyright .copyright-container-left,
#footer #copyright .copyright-container-right {
    overflow:hidden;
    margin-bottom:10px;
}

#footer #copyright p {
    font-family: MonumentExtended;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--medium-grey);
    display:inline-block;
    line-height:1;
}

#footer #copyright p.copy-text {
    text-align:left;
    float:left;
}

#footer #copyright .copyright-container-right p {
    float:right;
}

#footer #copyright #footer-menu {
    margin:0 0 0 15px;
    padding:0;
    list-style:none;
    display:inline-block;
    overflow:hidden;
    float:left;
    margin-top: -3px;
    margin-left: 60px;
}

#footer #copyright #footer-menu li {
    float:left;
    display:inline-block;
}

#footer #copyright #footer-menu li a {
    margin: 0 5px;
    font-family: MonumentExtended;
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--medium-grey);
}

#footer #copyright #footer-menu li a:hover,
#footer #copyright #footer-menu li a:focus,
#footer #copyright #footer-menu li a:active {
    color: var(--white);
}
