/*--------------Genral------------------*/

html,
body {
    margin: 0;
    height: 100%;
}



.spacing-section {
    height: 80px;
}

.smaller-space {
    height: 40px;
}

a:focus-visible {
    outline: 2px dashed var(--highlight-color);
    border-radius: 3px;
    text-decoration: underline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*--------------Genral_END------------------*/




/*--------------COLORS_Variables-----------------*/

:root {
    --main-color: #004165;
    --secondary-color: #c2c9d6;
    --highlight-color: #ffbf04;
    --text-color-dark: #1a1a1a;
    --text-color-light: #fff;

    --black: #000;
    --white: #fff;
}

/*--------------COLORS_Variables_END-----------------*/

/*--------------FONTS------------------*/


@font-face {
    font-family: 'Fira_Sans_Condensed';
    src: url(./fonts/FiraSansCondensed-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'Fira_Sans_Condensed_Bold';
    src: url(./fonts/FiraSansCondensed-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Merriweather_Black';
    src: url(./fonts/Merriweather-Black.ttf) format("truetype");
}

@font-face {
    font-family: 'Merriweather_Bold';
    src: url(./fonts/Merriweather-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Merriweather_Reg';
    src: url(./fonts/Merriweather-Regular.ttf) format("truetype");
}





html,
body {
    font-family: 'Merriweather_Reg', serif;
}

.header {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;

}

.header,
.header-content {
    color: var(--white);
}

.overline {
    font-size: 20px;
    font-weight: 100;
    padding: 0 30px;
    font-family: "Fira_Sans_Condensed", sans-serif;

}

.chapter {
    font-size: 16px;
    color: var(--highlight-color);
    text-decoration: none;
}



.question {
    font-size: 24px;
    color: var(--highlight-color);
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
}

.link {
    color: var(--highlight-color);
    text-decoration: none;
    font-family: 'Merriweather_Black', serif;
    font-size: 16px;
    line-height: 30px;
}

.h2-title {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
    font-size: 40px;
    line-height: 50px;
    padding-top: 30px;
    margin: 16px 0;
    max-width: 650px;
}



h4 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Merriweather_Black', serif;
    max-width: 700px;
}

.header-headline {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
    font-size: 80px;
    line-height: 85px;
    padding: 0 30px;
    color: var(--text-color-light);
    margin: 30px 0;
}

.mark-blue {
    background-color: unset;
    color: var(--main-color);
}



.paragraph {
    max-width: 650px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    padding: 16px;
    margin: 0 auto;
}

.subline {
    margin: 0px;
    padding: 0 30px;
}

.dropcap::first-letter {
    font-size: 4.5rem;
    font-weight: 600;
    float: left;
    color: var(--text-color-dark);
    line-height: 0.7;
    margin-right: 0.3em;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
}



.caption {
    font-size: 13px;
    line-height: 16px;
    max-width: 650px;
    padding: 16px;
    margin: auto;
}


.caption-quote {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
    font-size: 14px;
    line-height: 16px;
    max-width: 650px;
    padding: 8px 0px 30px 16px;
    margin: auto;
    margin-left: 18px;
}


.caption-spiltblock {
    font-family: 'Fira_Sans_Condensed_Bold', sans-serif;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--text-color-light);
    padding: 8px 16px;
    margin: 0;
    font-size: 14px;
}




.credits-top {
    max-width: 700px;
    font-size: 13px;
    font-family: 'Fira_Sans_Condensed', sans-serif;

}


.credits-header h1 {
    font-family: 'Fira_Sans_Condensed_Black', sans-serif;
    font-size: 48px;
    line-height: 50px;
    margin: 8px 0;
    text-transform: uppercase;
}

.credits-header p {
    font-size: 18px;
    margin-top: 10px;
    max-width: 600px;
}

.credits-container {
    color: var(--white);
}


.person-info h2 {
    font-size: 20px;
    margin-bottom: 4px;
}

.person-info p {
    font-size: 14px;
    line-height: 16px;
    margin: 4px 0;
}


@media(max-width:1600px) {
    .header-headline {
        font-size: 60px;
        line-height: 60px;
        padding: 0 30px;
    }
}


@media (max-width: 868px) {
    .header-headline {
        font-size: 50px;
        line-height: 59px;
        margin: 0px;
        width: 90%;
    }

    .credits-top {
        padding-left: 30px;

    }

}


@media (max-width: 768px) {

    .paragraph-block,
    .subline {
        font-size: 16px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .overline {
        padding: 0;
    }

    .header {
        padding: 0 30px;
    }


    .credits-header h1 {
        font-size: 36px;
    }

    .credits-header p {
        font-size: 16px;
    }

    .person-info h2 {
        font-size: 20px;
    }

    .person-info p {
        font-size: 14px;
    }


}


@media(max-width:556px) {


    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .credits-top {
        padding-left: 0px;
    }

    .header-headline {
        font-size: 34px;
        line-height: 40px;
        padding: 0;
        margin: 4px 0px;
        width: 90%;
    }

    .header {
        padding: 0;
    }


    .subline {
        padding: 0;
        max-width: 90%;
    }
}


/*--------------FONTS_END------------------*/





/*---------------HEADER-----------------*/
.header {
    display: flex;
    align-items: center;
}


.header-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.header-image-container,
.header-image-desktop,
.header-image-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.header-image-desktop {
    background-image: url('./material/Teaser.png');
    background-position: left;
}

.header-image-mobile {
    display: none;
    background-image: url('./material/Teaser_mobil.png');
}

.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 90, 107, 0.69);
    backdrop-filter: blur(10px);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.header {
    display: flex;
    align-items: center;
}


.header-content {
    font-size: 3rem;
    font-weight: 700;
}

.footer {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10%;
    padding: 0 30px;
}

.arrow {
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 26px;
    right: 16px;
    width: 34px;
    height: auto;
}




@media (max-width: 801px) {
    .header-content {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }

    .header-overlay {
        width: 100%;
        height: 41%;
        bottom: 0;
        top: auto;
        right: auto;
        padding: 16px;
        padding-top: 50px;
        justify-content: flex-start;
    }

    .header-image-desktop {
        display: none;
    }

    .header-image-mobile {
        display: block;
    }

    .footer {
        bottom: -23px;
        padding: 0;
    }
}

@media (max-width: 1000px) {
    .header-overlay {
        justify-content: space-between;
    }
}


@media(max-width:390px) {

    .header-overlay {
        height: 49%;
        min-height: 300px;
        padding-top: 20px;
        justify-content: flex-start;
    }



}


@media (min-width: 769px) {
    .header-image-desktop {
        display: block;
    }

    .header-image-mobile {
        display: none;
    }
}

@media (max-width: 400px) {
    .arrow {
        bottom: 10px;
    }


    .footer {
        max-width: 80%;
    }
}


/*--------------HEADER_END------------------*/


/*--------------CREDITS_SMALL------------------

see credits-top and mark-blue & paragraph in fonts

--------------CREDITS_SMALL_END------------------*/



/*--------------CREDITS_BIG------------------*/


.credits {
    background-color: var(--black);
    padding: 20px;
    padding-top: 120px;
}

.credits-container {
    max-width: 1200px;
    margin: 0 auto;
}


.credits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}


.person {
    display: flex;
    align-items: center;
    background-color: #1d1d1d;
    padding: 20px;
    border-radius: 10px;
}

.person img {
    border-radius: 50%;
    border: 4px solid var(--highlight-color);
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 16px;
}





@media (max-width: 768px) {
    .credits-grid {
        grid-template-columns: 1fr;
    }
}


/*--------------CREDITS_BIG_END------------------*/





/*---------------Split-Blocks-----------------*/


.split-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: var(--secondary-light);
    z-index: 99;

}





.split-image-container {
    flex: 0 0 50%;
    /* Take up half the width */
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 99;

}



#split-block-image-1 {
    background: url('./material/01.png') no-repeat top center;
    background-size: cover;
}

#split-block-image-2 {
    background: url('./material/03.png') no-repeat top center;
    background-size: cover;
}

#split-block-image-3 {
    background: url('./material/05.png') no-repeat top center;
    background-size: cover;
}


.split-text-container {
    flex: 1;
    padding: 16px;
    margin: auto;
}



.split-text-content {
    max-width: 600px;
    margin: auto;
    color: var(--text-color-dark);
}


/*------------------Mobile Styles----------------*/



@media screen and (max-width: 768px) {

    .split-container {
        flex-direction: column;
        height: auto;
    }

    .split-image-container {
        height: 36vh;
        flex: none;
        position: sticky;
        top: 0;
    }


    .split-text-container {
        height: auto;

    }

    .split-text-content {
        margin-top: 0px;
    }


}


/*---------------Split-Blocks-----------------*/


.rev-split-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: var(--secondary-light);
    z-index: 99;

}





.rev-split-image-container {
    flex: 0 0 50%;
    /* Take up half the width */
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 99;

}



#rev-block-image-1 {
    background: url('./material/02.png') no-repeat top center;
    background-size: cover;
}

#rev-block-image-2 {
    background: url('./material/04.png') no-repeat top center;
    background-size: cover;
}



.rev-split-text-container {
    flex: 1;
    padding: 16px;
    margin: auto;
}

.rev-split-text-content {
    max-width: 600px;
    margin: auto;
    color: var(--text-color-dark);
}


/*------------------Mobile Styles----------------*/



@media screen and (max-width: 1400px) {
    .firstparagraph {
        background-position: top left;
    }

    .image-caption {
        padding: 0;
        margin: 0;

    }


}


@media screen and (max-width: 768px) {

    .rev-split-container {
        flex-direction: column-reverse;
        height: auto;
    }

    .rev-split-image-container {
        height: 36vh;
        flex: none;
        position: sticky;
        top: 0;
    }


    .rev-split-text-container {
        height: auto;

    }

    .rev-split-text-content {
        margin-top: 0px;
    }


}




/*---------------------------------SPLITBLOCK_CONTENT--------------------------------*/

/*-----------------QUOTE_BLOCK-----------------*/

.quote-block-text-container {
    position: relative;
    padding-top: 20px;
    margin: 0 auto;
    font-family: "Fira_Sans_Condensed_Bold", sans-serif;
    display: flex;
    flex-direction: row;
}


.quote-block-text-container div {
    padding-top: 0px;
    padding-right: 8px;
}


.quote-block-text-container p {
    margin: 0;
    font-size: 32px;
    line-height: 35px;
    color: rgb(42, 61, 67);
}

@media(min-width: 768px) {
    .quote-block-text-container p {
        font-size: 32px;
        line-height: 35px;
    }


}



/*---------------FULL_WIDTH_IMAGE_BLOCK-----------------*/

.full-width-image-container {
    width: 100%;
    max-width: 650px;
}

.full-width-image {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: cover;
}



/*---------------EMBED_CV_BLOCK-----------------*/


.embed-container {
    width: 50vw;
    margin: auto;
    max-width: 100%;
}

.embed {
    max-width: 50vw;
    margin: auto;
}



/* Mobile Styles */
@media screen and (max-width: 768px) {

    .embed-container {
        width: 100%;

    }

    .embed {
        max-width: 100%;
        margin: auto;
    }


}



/*--------------------------------*/

/*---------------------------------SPLITBLOCK_CONTENT--------------------------------*/

/*-----------------QUOTE_BLOCK-----------------*/

.quote-block-text-container {
    position: relative;
    padding-top: 20px;
    margin: 0 auto;
    font-family: "Fira_Sans_Condensed_Bold", sans-serif;
    display: flex;
    flex-direction: row;
}


.quote-block-text-container div {
    padding-top: 0px;
    padding-right: 8px;
}


.quote-block-text-container p {
    margin: 0;
    font-size: 32px;
    line-height: 35px;
    color: rgb(42, 61, 67);
}

@media(min-width: 768px) {
    .quote-block-text-container p {
        font-size: 32px;
        line-height: 35px;
    }


}



/*---------------FULL_WIDTH_IMAGE_BLOCK-----------------*/

.full-width-image-container {
    width: 100%;
    max-width: 650px;
}

.full-width-image {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: cover;
}



/*---------------EMBED_BLOCK-----------------*/


.embed-container {
    width: 50vw;
    margin: auto;
    max-width: 100%;
}

.embed {
    max-width: 50vw;
    margin: auto;
}



/* Mobile Styles */
@media screen and (max-width: 768px) {

    .embed-container {
        width: 100%;

    }

    .embed {
        max-width: 100%;
        margin: auto;
    }


}



/*--------------------------------*/


/*--------------Scrollanimations------------------*/



.scroll-watcher {
    height: 8px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw;
    background-color: var(--highlight-color);
    transform: scaleX(0);
    transform-origin: left;
}

.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}