@font-face {
    font-family: "BeVietnamPro-Regular";
    src: url("./BeVietnamPro-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "RammettoOne-Regular";
    src: url("./RammettoOne-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "BeVietnamPro-ExtraBold";
    src: url("./BeVietnamPro-ExtraBold.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Jersey20-Regular";
    src: url("./Jersey20-Regular.ttf") format("truetype");
    font-weight: 400;
}
html {
    cursor: url("cursor.png"), auto;
    scroll-behavior: smooth;
}
.topbar {
    display: flex;
    width: 100%;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    padding: 30px 3vw;
    z-index: 10;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    background-color: transparent;
}

.logo {
    font-size: 2rem;
    font-family: "Jersey20-Regular";
    color: #ffffff;
}
a {
    text-decoration: none;
    color: white;
    cursor: url("cursor.png"), auto;
}

.nav {
    display: flex;
    gap: 15px;
    margin-right: 105px;
}

.nav a {
    text-decoration: none;
    margin-left: 20px;
    font-family: "BeVietnamPro-Extrabold";
    font-size: 1.3rem;
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        letter-spacing 0.2s ease;
    z-index: 1;
}

.nav a:hover {
    transform: scale(1.05);
    letter-spacing: 1px;
}

.active {
    color: #c64545;
}

#nav-toggle {
    display: none;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 28px;
    height: 3px;
    background: white;
    margin: 6px 0;
}

body {
    background-color: black;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.image-container {
    min-height: 100vh;
    height: auto;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container .text {
    position: absolute;
    top: 34%;
    right: 5vw;
    transform: translateY(10%);
    color: black;
    font-size: clamp(4rem, 11vw, 17rem);
    line-height: 0.9;
    margin: 0;
    max-width: 90vw;
    text-align: right;
    z-index: 2;
    font-family: "BeVietnamPro-ExtraBold";
}

.animation {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    gap: 32px;
    margin-bottom: 57px;
}

.animation video {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
}

.videotext p {
    font-family: "BeVietnamPro-Regular";
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    color: white;
    line-height: 45px;
    margin-right: 55px;
    max-width: 700px;
    margin-top: 0;
}

h1 {
    color: white;
    font-family: "BeVietnamPro-ExtraBold";
    font-size: clamp(2.5rem, 8vw, 7.5rem);
    margin-left: 70px;
    text-align: left;
    padding-top: 200px;
    margin-bottom: 0;
}
h2 {
    color: white;
    font-family: "BeVietnamPro-ExtraBold";
    margin-left: 81px;
    font-size: clamp(2rem, 5vw, 4.5rem);
    margin-bottom: 80px;
    margin-top: 200px;
    max-width: 100%;
    padding-top: 200px;
}

.illudesc {
    color: white;
    font-family: "BeVietnamPro-Regular";
    font-size: 1.7rem;
    margin-left: 70px;
    margin-top: 5px;
}

.frieren img {
    display: block;
    margin: auto;
    width: 90%;
    margin-top: 90px;
}
h3 {
    color: white;
    font-family: "Bevietnampro-extrabold";
    margin: 30px;
    font-size: clamp(1.5rem, 3.5vw, 3rem);
    margin-left: 60px;
}

.illu1 {
    margin-bottom: 0;
    margin-top: 180px;
}
h3 a {
    color: white;
    font-size: clamp(1.5rem, 3.5vw, 3rem);
}

.red {
    margin-top: 227px;
}
.grid {
    max-width: 1700px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
    margin: auto;
}

.grid img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 40px;
}

.grid-desc {
    color: white;
    margin-left: 100px;
    padding-top: 20px;
    font-family: "BeVietnamPro-Regular";
    line-height: 26px;
    padding-bottom: 30px;
}

.grid-text {
    max-width: 1300px;
    margin: 60px auto 0;
    text-align: left;
    color: white;
    margin-top: 5px;
    font-family: "BeVietnamPro-Regular";
    font-size: clamp(1.2rem, 2vw, 2rem);
    line-height: 1.6;
    margin-bottom: 200px;
}

.album img {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 60px;
}

.caption {
    color: white;
    margin-left: 30px;
    font-size: 22px;
    font-family: "BeVietnamPro-Regular";
    padding-bottom: 154px;
}

.sketchlink {
    text-decoration: underline;
    color: white;
    margin-bottom: 30px;
}

.end {
    margin: 60px auto 0;
    max-width: 1300px;
    text-align: center;
    margin-bottom: 174px;
}
#contact {
    scroll-margin-top: clamp(80px, 10vw, 140px);
}

h3.foot {
    color: black;
    margin: 0;
    margin-bottom: 30px;
}
footer {
    color: #151212;
    background-color: white;
    font-size: 20px;
    padding-top: 77px;
    padding-bottom: 77px;
    font-family: "BeVietnamPro-Regular";
    padding-left: 70px;
    padding-right: 20px;
}
.textspalten {
    column-count: 2;
    column-gap: 3px;
}

.textspalten a {
    text-decoration: none;
    color: grey;
}

@media (max-width: 800px) {
    .burger {
        display: block;
        z-index: 1001;
        mix-blend-mode: difference;
        margin-right: 35px;
    }
    .logo {
        font-size: 28px;
        mix-blend-mode: difference;
    }
    .nav {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #000000;
        flex-direction: column;
        display: none;
        margin-right: 0;
    }
    .topbar {
        mix-blend-mode: normal;
        background-color: #000000;
        padding-bottom: 15px;
        padding-top: 16px;
    }
    .nav a {
        padding: 20px;
        margin-left: 0;
        border-top: 1px solid #333;
        mix-blend-mode: difference;
        font-size: 19px;
    }

    #nav-toggle:checked ~ .nav {
        display: flex;
        background-color: #000000;
    }

    .image-container {
        height: 80vh;
        margin-bottom: -60px;
    }

    .image-container img {
        width: 127%;
        height: 80%;
        margin-top: 84px;
        margin-bottom: 0;
    }

    .image-container .text {
        right: 6vw;
        transform: translateY(50%);
        line-height: 1.1;
    }

    h1 {
        font-size: 40px;
        margin-left: 30px;
        text-align: left;
        padding-top: 40px;
        margin-bottom: 0;
    }

    h3 {
        margin: 30px;
        font-size: clamp(1.5rem, 3.5vw, 3rem);
    }

    .illudesc {
        font-size: 20px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 10px;
    }

    .frieren img {
        margin-top: 30px;
    }

    .grid {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1%;
        margin: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .grid img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 25px;
    }

    .grid-desc {
        margin-left: 35px;
        font-size: 15px;
        padding-bottom: 20px;
    }

    .red {
        margin-left: 30px;
        margin-top: 45px;
        font-size: 26px;
        margin-bottom: 0;
    }

    .grid-text {
        font-size: 18px;
        line-height: 29px;
        margin-right: 52px;
        margin-left: 40px;
        max-width: 700px;
        margin-top: 0;
        margin-bottom: 90px;
    }

    .album img {
        margin-top: 25px;
    }

    h3.foot {
        color: #000000;
        margin: 0;
        margin-bottom: 17px;
        font-size: 25px;
    }

    .animation {
        max-width: 147%;
        margin-top: 31px;
        display: block;
        margin-bottom: 57px;
    }

    .animation video {
        width: 100%;
    }

    .videotext p {
        font-size: 18px;
        line-height: 29px;
        margin-right: 52px;
        margin-left: 40px;
        max-width: 700px;
        margin-top: 40px;
    }
    footer {
        font-size: 16px;
        padding-top: 50px;
        padding-bottom: 77px;
        padding-left: 25px;
        padding-right: 20px;
    }
    .textspalten {
        column-count: 2;
        column-gap: 50px;
    }
}
