@import "_reset.css";




/* Allgemeine Bestimmunngen*/


loader {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.loader > source {
    width: 1em;
}

.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: both;
}

@media (min-width: 800px) {
    .loader {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 800px) {
    .loader {
    width: 100%;
    height: 100%;
    }
}
*/



body {
    font-size: 11px;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    hyphens: auto;
}

.content-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

a {
    color: white;
    text-decoration: none;
}

p {
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: -0.012em;
    word-spacing: -0.01em;
    hyphens: auto;
}


h1 {
    font-size: calc(1.8 * 11px);
    line-height: 1em;
    letter-spacing: -0.012em;
    word-spacing: -0.01em;
    hyphens: auto;
}


img {
    display: block;
    width: 100%;
}

video {
    width: 100%
}

 @media (min-width: 800px) {
    body {
    font-size: 15px;
    line-height: 1.15em;
    }

     * {
    cursor:none;
    }

.cursor {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -50%;
    left: -50%;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    background-color: white;
    backface-visibility: hidden;
    transition: transform 0.2s ease-out;
    mix-blend-mode: difference;
    z-index: 1000;
    pointer-events: none;
}

.cursor.hover {
  transform: scale(0.5);
}

}
  


::selection {
    color: darkgrey;
}


.aaw::selection {
    color: deeppink;
}
     

.supper::selection {
     color: darkorange;
     }

.mantis::selection {
    color: darkgray
}

.pure::selection {
    color: #e4a58b;
}

.cw::selection {
    color: #d6001f;
}

.filmpodium-cinema::selection {
    color: #ff96d3;
}

.langnau::selection {
    color: blue;
}

.diplom::selection {
    color: yellow
}

.betrieb::selection {
    color: #9A00FF;
}

.bs::selection {
    color: pink;
}


.hwp::selection {
    color: antiquewhite;
}


.eth::selection {
    color: royalblue;
}


/* Header */

header {
    position: fixed;
    width: 100%;
    background-color: black;
    z-index: 1;
    height: 2.75em;
}


.menu-list{
    height: 2.75em;
    padding-top: 0.8em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: 100%;
    display:flex;
    justify-content: flex-start;
}

.mobile {
    position: fixed;
    right: 1.5em;
}

.name-header {
    padding-right: 0.5em;
}

a:active {
    color:grey;
}


@media (min-width: 800px) {
    .menu-list {
        justify-content: flex-start;
        padding-right: 0;
    }
    .menu-list-item1 {
        width:25%;
    }
    .menu-list-item2 {
        width:50%;
    }
    .mobile {
        position: static;
    }
    
    a:active {
        color:white;
    }

}



/* Main */

/* Main Dropdown */

.about-dropdown {
    display: block;
    padding-top: 4em;
    background-color: white;
}

.about-wrapper {
    display: block;
    padding-left: 1.5em;
    padding-bottom: 2.5em;
}

.about {
    padding-right: 3em;
    padding-bottom: 1em;
}

.cv {
    color: black;
    line-height: 1.2em;
    padding-right: 0.5em;
}

.institution {
    color: #B2B2B2;
}

.address-bar {
    padding-left: 1.5em;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    padding-bottom: 1.5em;
}

.address {
    width: 50%;
}



.address a {
    color: black;
}


@media (min-width: 800px) {
    .about {
        width: 75%;
    }
    .cv {
        width: 25%;
    }
    .about-wrapper {
    display: flex;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
}

    .address {
    width: 25%;
}

}


/* Main Projects */

.project-header {
    display: flex;
    flex-wrap: wrap;
/*    height: 4.5em;*/
    padding: 0.8em 0em 0.8em 1.5em;
    background-color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 2.5em;


}

.project-description {
    width: 50%;
}

@media (min-width: 800px) {
    .project-description {
        width: 25%;
    }
    .project-header {
        height: 2.75em;
    }
    }


/* Project Detail */



/* Header */

#detailpage-header {
    background-color: white;
    overflow: hidden;
    position: fixed;
    bottom: 0;
}

.menu-list-detail {
    height: 2.75em;
    padding-top: 0.8em;
    padding-left: 1.5em;
    display: flex;
}

#detailpage-header a {
    color: black;
}



/* Inhalt */

.about-project {
    color: white;
    padding-left: 1.5em;
    padding-bottom: 1.75em;
    padding-right: 2.25em;
    padding-top: 2em;
}

p2 {
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: 0.03em;
    word-spacing: -0.05em;
    hyphens: auto;
}

#detailpage {
    background-color: black;
}

.detail-project {
    display: none;
    background-color: black;
}

.project-detail {
    color: white;
    margin-top: 1em;
}

/*.project-images {
        cursor: url(../assets/cursor_schliessen.png), auto;
} */

.detail-gallery {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5em;
}

.scan-images {
    width: 100%;
}

.video-scan {
    width: 100%;
}

.close {
    position: fixed;
    right: 0;
    top: 13px;
    padding-right: 10px;
    width: 30px;
}

@media (min-width: 800px){
    .scan-images {
        width: 50%;
    }
    p2 {
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: 0.03em;
    word-spacing: -0.05em;
    hyphens: auto;
    }
}



/* Index */


.concept {
    width: 100%;
    background-color: white;
    }

.index {
    padding-left: 1.5em;
    padding-right: 1.25em;
    }

.index-detail {
    padding-top: 1.5em;
    padding-left: 15%;
    margin-left: 1.3em;
    padding-right: 2em;
    padding-bottom: 1.5em;
    text-indent: 4em;
    }

@media (min-width: 800px) {
    .index-detail {
    padding-top: 1.5em;
    padding-left: 25%;
    padding-right: 5em;
    padding-bottom: 1.5em;
    text-indent: 4em;
    }
}

.index a {
    color: black;
}


/* Footer */
footer {
    padding-top: 2em;
    padding-left: 1.5em;
    padding-bottom: 2em;
}