@font-face {
    font-family: "Plain-Medium";
    src: url("/fonts/Plain-Medium.woff2") format("woff2"),
        url("/fonts/Plain-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Plain-Regular";
    src: url("/fonts/Plain-Regular.woff") format("woff"),
        url("/fonts/Plain-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}


body,
{
overflow: hidden;
}

body {
    font-family: "Plain-Medium", sans-serif;
    font-size: 12px
}

.name {
    font-family: "Plain-Medium";
    color: rgb(100, 100, 100);
    align-self: flex-start;
}

.name-link {
    text-decoration: none;
    color: inherit;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}


.spacer {
    margin-bottom: 10px;
}

.left-section {
    display: flex;
    align-items: center;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 12px;
    color: rgb(200, 200, 200);
}

.centered-image {
    max-width: 30px;
    height: auto;
    margin-bottom: -10px;
    margin-left: 80px;
}

.no-underline {
    text-decoration: none;
    color: rgb(200, 200, 200);
    cursor: pointer;
}

.no-underline:hover {
    color: rgb(100, 100, 100);
}


.contact-info ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin: 0;
}


.no-hover {
    pointer-events: none;
    color: rgb(200, 200, 200);
    cursor: default;
}

.no-hover-dark {
    cursor: pointer;
    color: rgb(100, 100, 100);
    cursor: default;
}

.no-hover:hover {
    cursor: default;
}



.extra-flexbox {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}

.extra-flexbox ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-self: flex-start;
    color: rgb(200, 200, 200);
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.extra-flexbox ul li:hover {
    color: rgb(100, 100, 100);
    cursor: pointer;
}




.time {
    align-self: flex-start;
    margin-left: auto;
    color: rgb(200, 200, 200);
    user-select: none;
}



.image-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    margin-top: 20px;
    overflow: hidden;
}

.image-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    user-select: none;
}

.image-wrapper img {
    max-width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.2s ease-in-out;
}

.image-title {
    margin-top: 70px;
    margin-left: -10px;
    font-family: "Plain-Medium", sans-serif;
    font-size: 12px;
    color: rgb(200, 200, 200);
    white-space: nowrap;
    cursor: pointer;
}

.image-container img {
    position: absolute;
    max-width: 80px;
    height: auto;
    transition: transform 0.2s ease-in-out;
}

.image-container img:hover {
    content: url("/assets/open-file-folder_1f4c2.png");
    cursor: pointer;
}





.window {
    width: 50%;
    height: 40%;
    min-width: 300px;
    max-width: 800px;
    min-height: 200px;
    max-height: 250px;
    background-color: rgb(247, 247, 247);
    border-radius: 10px;
    box-shadow: 1px 5px 5px rgb(175, 175, 175);
    position: relative;
    padding: 0px;
}

.window-title-bar {
    height: 8%;
    background-color: rgb(247, 247, 247);
    border-bottom: 0.1px solid rgb(160, 160, 160);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px;
    width: 100%;
    box-sizing: border-box;
    cursor: grab;
}

.window-title-bar:active {
    cursor: grabbing;
}

.window-buttons {
    display: flex;
    align-items: center;
}

.window-button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: -5px;
    margin-top: 0px;
    display: inline-block;
}

.close {
    background-color: rgb(251, 95, 95);
    cursor: pointer;
}

.window-content {
    padding: 10px;
    height: calc(100% - 30px);
}

.window-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.conatiner {
    position: relative;
    width: 100vw;
    height: 100vh;

}





#poster-box .window {
    width: 90%;
    height: 70%;
}

#type-box .window {
    width: 30%;
    height: 45%;
}

#data-box .window {
    width: 75%;
    height: 50%;
}

#editorial-box .window {
    width: 40%;
    height: 25%;
}






.bottom-right-text {
    position: absolute;
    left: 12px;
    bottom: 0px;
    color: rgb(247, 133, 186);
    font-size: 9px;
    font-family: "Plain-Regular", sans-serif;
}

.underline {
    color: rgb(247, 133, 186);
    font-size: 9px;
    font-family: "Plain-Regular", sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.underline:hover {
    color: rgb(118, 229, 124);
}












.content-image {
    max-width: 40px;
    height: auto;
    display: block;
    margin-left: 10px;
}

.content-title {
    font-family: "Plain-Regular", sans-serif;
    color: rgb(100, 100, 100);
    margin-top: 7px;
    margin-left: 5px;
    user-select: none;
}

.png-tatort {
    font-family: "Plain-Regular", sans-serif;
    color: rgb(100, 100, 100);
    margin-top: 7px;
    margin-left: 8px;
    user-select: none;
}

.png-glacier {
    font-family: "Plain-Regular", sans-serif;
    color: rgb(100, 100, 100);
    margin-top: 7px;
    margin-left: 12px;
    user-select: none;
}


.image-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    user-select: none;
}


.image-png {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    user-select: none;
}


.image-link {
    text-decoration: none;
}







.header-projects {
    font-family: "Plain-Medium", sans-serif;
    position: fixed;
    font-size: 12px;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid rgb(247, 247, 247);
    width: 100vw;
    z-index: 10;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.header-projects::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(247, 247, 247);
    z-index: -1;
}

.red-button {
    width: 15px;
    height: 15px;
    background-color: rgb(251, 95, 95);
    border-radius: 50%;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 30px;
}


.red-button-data {
    width: 15px;
    height: 15px;
    background-color: rgb(251, 95, 95);
    border-radius: 50%;
    display: inline-block;
    margin-right: 100px;
    margin-bottom: 30px;
}

.red-button-tatort {
    width: 15px;
    height: 15px;
    background-color: rgb(251, 95, 95);
    border-radius: 50%;
    display: inline-block;
    margin-right: 90px;
    margin-bottom: 30px;
}

.text-nav {
    font-family: "Plain Medium", sans-serif;
    color: rgb(200, 200, 200);
    font-size: 12px;
    margin: 0;
    text-align: center;
    margin-top: 5px;
}

.text-nav-posters {
    font-family: "Plain-Medium", sans-serif;
    color: rgb(200, 200, 200);
    font-size: 12px;
    margin: 0;
    text-align: center;
    margin-top: 0px;
    margin-left: -50px;
}

.text-nav-data {
    font-family: "Plain-Medium", sans-serif;
    color: rgb(200, 200, 200);
    font-size: 12px;
    margin: 0;
    text-align: center;
    margin-top: 0px;
    margin-left: -20px;
    user-select: none;

}



.text-nav-posters {
    font-family: "Plain-Medium", sans-serif;
    color: rgb(200, 200, 200);
    font-size: 12px;
    margin: 0;
    text-align: center;
    margin-top: 0px;
    margin-left: -10px;
}

.text-nav-editorial {
    font-family: "Plain-Medium", sans-serif;
    color: rgb(200, 200, 200);
    font-size: 12px;
    margin: 0;
    text-align: center;
    margin-top: 0px;
    margin-left: -10px;
}


.text-nav-pfingst {
    font-family: "Plain-Medium", sans-serif;
    color: rgb(200, 200, 200);
    font-size: 12px;
    margin: 0;
    text-align: center;
    margin-top: 0px;
    margin-left: -60px;
}




.text-nav-type {
    font-family: "Plain-Medium", sans-serif;
    color: rgb(200, 200, 200);
    font-size: 12px;
    margin: 0;
    text-align: center;
    margin-top: 0px;
    margin-left: -30px;
}



.navigation-left {
    font-family: "Plain-Medium", sans-serif;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}



.arrow-container {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: 90px;
    margin-top: 6px;
    position: fixed;
    top: 0;
    z-index: 10;
}

.arrow-image-left {
    width: 10px;
    height: auto;
    z-index: 20;
    display: block;
}

.arrow-image-left:hover {
    content: url(/assets/arrow_dark_left.svg);
    cursor: pointer;
}

.arrow-image-right {
    width: 10px;
    height: auto;
    z-index: 20;
    display: block;
}

.arrow-image-right:hover {
    content: url(/assets/arrow_dark_right.svg);
    cursor: pointer;
}

.project-title {
    font-family: "Plain-Medium", sans-serif;
    color: rgb(100, 100, 100);
    font-size: 12px;
    z-index: 20;
    margin-top: 10px;
    padding-top: 3px;
    user-select: none;
}


.arrow-link {
    display: block;
    z-index: 20;
}

.project-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    gap: 10px;
}



.project-image {
    width: 100%;
    max-width: 47vw;
    height: auto;
    object-fit: cover;
}



.project-image,
.project-zoom {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.gallery-content {}


.gallery-content>img {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    user-select: none;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75%;
    max-height: 75%;
    transition: height 500ms ease-out;
}

img.activeSlide {
    height: 50%;
}



.gallery-image {
    display: none;
}

#numbers {
    position: fixed;
    left: 50%;
    bottom: 20px;
    z-index: 10;
    transform: translateX(-50%);
    color: rgb(200, 200, 200);
    font-size: 12px;
    user-select: none;
}


.show-more-button {
    position: fixed;
    bottom: 9.9px;
    left: 20px;
    color: rgb(73, 138, 235);
    font-family: "Plain-Medium", sans-serif;
    font-size: 12px;
    cursor: pointer;
    z-index: 1000;
}


.date {
    font-family: "Plain-Regular";
    font-size: 12px;
    color: rgb(100, 100, 100);
    position: absolute;
    right: 20px;
}



.info-text {
    font-family: "Plain-Regular";
    color: rgb(200, 200, 200);
    padding: 0 15px;
    width: 100%;
    display: block;
    position: relative;
    transform: translateX(0%) !important;
    display: flex;
    justify-content: space-between;
}

.line {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.main-text {
    font-family: "Plain-Regular";
    color: rgb(100, 100, 100);
    text-align: right;
    width: 35%;
    margin-bottom: 100px;
}

#info {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 2;
    max-height: 43%;
    width: 100%;
    transform: translateY(100%);
    transition: transform 500ms ease-in-out;
    /* min-height: 250px; */
    /* padding-bottom: 30px; */
    background-color: white;
    overflow: none;
}

.about-item {
    margin-top: 10px;
}

#info.active {
    transform: translateY(0%);
}


img {
    transition: all 500ms ease-in-out !important;
}

/* .activeSlide {
    transition: all 600ms ease-in-out !important;
    transform: translate(-50%, -60%) scale(.8) !important;
    transform-origin: center center;
    width: auto !important;
    max-height: inherit !important;
} */

@media (max-width: 768px) {


    .gallery-content>img.activeSlide {
        /* max-width: inherit;
        height: auto; */
    }

    .activeSlide {
        transition: all 600ms ease-in-out !important;
        transform: translate(-50%, -60%) scale(.6) !important;
        transform-origin: center center;
        width: auto !important;
        max-height: inherit !important;
    }

   

    .name {
        width: 200px;
    }

    .contact-info {
        text-align: right;
    }

    .time {
        display: none;
    }

    .image-container img {
        max-width: 60px;
    }

    .gallery-content>img {
        max-width: 90%;
        height: auto;
    }


    .window {
        width: 100% !important;
        height: 40%;
    }

    .extra-flexbox ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 1px;
        align-self: flex-start;
        color: rgb(200, 200, 200);
        cursor: pointer;
        transition: color 0.2s ease-in-out;
        text-align: right;
    }
}

@media (max-width: 968px) {
    .gallery-content>img {
        max-width: 90%;
        height: auto;
    }


    .main-text {
        font-family: "Plain-Regular";
        color: rgb(100, 100, 100);
        text-align: right;
        width: 60%;
        margin-bottom: 100px;
    }

    img.activeSlide {
        height: 55%;
        width: auto;
        object-fit: contain;
    }

    /* .activeSlide {
        transition: all 600ms ease-in-out !important;
        transform: translate(-50%, -50%) scale(.6) !important;
        transform-origin: center center;
        width: auto !important;
        max-height: inherit !important;
    } */

}

@media (max-width: 480px) {

    .image-container img {
        max-width: 40px;
    }
}