@font-face {
    font-family: 'Geist Mono';
    src: url('assets/fonts/geistMono/GeistMono-Light.woff2') format('woff2');
}

*{
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: Geist Mono;
    font-weight: lighter;
    overflow-x: hidden;
}

header{
    position: fixed;
    z-index: 10;
    margin-left: 10px;
    margin-top: 5px;
}

h1{
    color: rgb(255, 255, 255);
    font-size: 1.5vw;
    font-family: Geist Mono;
    font-weight: lighter;
}

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

h1 > a:hover{
    color: rgb(144, 0, 255);
}

h2{
    color: white;
    font-family: Geist Mono;
    font-weight: lighter;
    font-size: 0.8vw;
    color: rgb(199, 199, 199);
    margin-top: -5px;
}

.impressum{
    position: fixed;
    color: white;   
    font-family: Geist Mono;
    font-weight: lighter;
    font-size: 0.8vw;
    right: 0;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration: none;
}

.impressum:hover{
    color: rgb(144, 0, 255);
}

.impressum:visited{
    text-decoration: none;
}

.info{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    color: white;
    font-family: Geist Mono;
    margin-bottom: 2vh;
    margin-left: 10px;
    background-color: black;
    width: 30vw;
}

h3{
    font-weight: lighter;
    color: rgb(144, 0, 255);
}

p{
    color: white;
}

.projectLinks{
    display: flex;
    flex-direction: column;
    height: auto;
    position: fixed;
    left: 0;
    top: 100px;
    background-color: unset;
}

.projectLinks > a {
    background-color: unset;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-bottom: 0.5px solid white;
    padding: 10px;
    font-size: 1vw;
    width: 30vw;
}

.projectLinks > a:hover{
    color: rgb(144, 0, 255);
}

.projectLinks > p {
    width: 30vw;
    margin-bottom: 30px;
    background-color: unset;
    padding-left: 10px;
    color: rgb(188, 188, 188);
    line-height: 160%;
}

.projectLinks > p > a {
    color: rgb(144, 0, 255);
    text-decoration: none;
}

.projectLinks > p > a:hover {
    text-decoration: underline;
}

/* PROJEKTSEITEN */
.hero{
    width: 100vw;
    /* background-color: rgb(45, 51, 44); */
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero > h1 {
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-align: center;
}

.hero > img {
    filter: drop-shadow(0px 0px 10px #0000005c);
    max-width: 60vw;
    min-width: 60vw;
    border-radius: 8px;
    height: auto;
    /* width: 100%;
    height: 100%; */
}

.general {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.general > p {
    width: 60vw;
    margin-top: 30px;
    line-height: 170%;
    color: rgb(188, 188, 188);
}

.general > h3 {
    width: 60vw;
    border-bottom: 0.5px solid white;
    padding: 5px;
    color: rgb(188, 188, 188);
}

h3 > a {
    color: rgb(188, 188, 188);
    text-decoration: none;
}

h3 > a:hover {
    color: rgb(144, 0, 255);
}

.bilderSammlung{
    /* width: 60vw; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* background-color: aqua; */
    /* margin-bottom: 100px; */
    margin-top: 50px;
    margin-bottom: -30px;
}

figure{
    margin-bottom: 50px;
    flex-direction: column;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    width: 60vw;
    height: auto;
    /* border: 1px solid white; */
}

figure > img {
    width: 100%;
}

figcaption{
    color: rgb(188, 188, 188);
    padding-top: 10px;
    background-color: rgb(37, 37, 37);
    padding-bottom: 10px;
    padding-left: 5px;
}

.weiter{
    color: white;
    margin-bottom: 100px;
    text-align: left;
    width: 60vw;
    text-decoration: none;
    font-size: 1vw;
    border-bottom: 0.5px solid white;
    padding-bottom: 10px;
    margin-top: 50px;
}

.weiter:hover {
    color: rgb(144, 0, 255);
}

.hyperlink  {
    color: rgb(144, 0, 255);
    text-decoration: none;
}

.hyperlink:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) and (min-width: 600px) {
    .info{
        width: 70vw;
        display: none;
    }

    h3{
        font-size: 2vh;
    }

    .info > p{
        font-size: 1.5vh;
        padding: 2px;
        
    }

    .impressum{
        font-size: 1.5vh;
    }

    h1{
        font-size: 3vh;
    }

    h2{
        font-size: 2vh;
    }

    .hero {
        min-height: 60vh;
    }

    .hero > img {
        max-width: 75vw;
    }

    .projectLinks{
        top: unset;
        bottom: 20px;
    }

    .projectLinks > a {
        font-size: 2.5vh;
        width: unset;
    }

    .projectLinks > p {
        width: 90vw;
        pointer-events: none;
        padding-left: 10px;
        display: none;
    }

    .general > p {
        width: 75vw;
    }

    .general > h3 {
        width: 75vw;
    }

    figure {
        width: 75vw;
    }

    .weiter {
        font-size: 3vw;
        width: 75vw;
    }


}

@media (max-width: 600px) {
    .info{
        width: 96vw;
        display: none;
    }

    h3{
        font-size: 2vh;
    }

    .info > p{
        font-size: 1.5vh;
        padding: 2px;
    }

    .impressum{
        font-size: 1.5vh;
    }

    h1{
        font-size: 3vh;
    }

    h2{
        font-size: 2vh;
    }

    .hero {
        min-height: 60vh;
    }

    .hero > img {
        max-width: 90vw;
    }

    .projectLinks{
        /* padding-top: 70vh; */
        
        top: unset;
        bottom: 20px;
        overflow-y: scroll;
    }

    .projectLinks > a {
        font-size: 2vh;
        width: unset;
    }

    .projectLinks > p {
        width: 90vw;
        pointer-events: none;
        padding-left: 10px;
        display: none;
    }

    .general > p {
        width: 90vw;
    }

    .general > h3 {
        width: 90vw;
    }

    figure {
        width: 90vw;
    }

    .weiter {
        font-size: 4vw;
        width: 90vw;
    }
}