
.about-container {
    background-image: url(/images/Projects.png);
}

.black {
    background-color: black;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
    overflow-x: hidden;
}

.projekto {
    cursor: pointer;
}

.hu {
    background-image: unset;
    background-color: #B51F29;
}

.vt {
    background-image: unset;
    background-color: #4C2177;
}

.rhod {
    background-image: unset;
    background-color: #000D22;
}

.db {
    background-image: unset;
    background-color: #BD0012;
}

.hy {
    background-image: unset;
    background-color: #0D4000;
}

.ba {
    background-image: unset;
    background-color: #57476C;
}

.projekto {
    height: 92.5vh;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: top;
    padding: 1rem;
    padding-top: 3rem;
    cursor: pointer;
}

.hugo {
    display: flex;
    background-image: url(/images/bg/hugo_beyond-selling_bg.jpg);
    background-size: contain;
    align-items: start;
}

.vtg {
    background-image: url(/images/bg/vtg_antikorruption_bg.jpg);
    background-size: cover;
    text-align: right;
    display: flex;
    align-items: flex-end;
}

.rohde {
    display: flex;
    background-image: url(/images/bg/rus_leanx_bg.jpg);
    background-size: cover;
    align-items: start;
}

.bahn {
    display: flex;
    background-image: url(/images/bg/deutschebahn_db-we_bg.jpg);
    background-size: cover;
    text-align: right;
    align-items: flex-end;
}

.bahn .vg {
    left: -20rem;
}

.hydra {
    display: flex;
    align-items: start;
    background-image: url(/images/bg/hydra_linkedin+miro_bg.jpg);
    background-size: cover;
}

.bachelor {
    display: flex;
    background-image: url(/images/bg/perfektionismus_bg.png);
    background-size: cover;
    align-items: flex-end;
    text-align: right;
}

.more {
    background-color: #451C13;
    height: 25vh;
}

.more h3 {
    color: white;
}

.more {
    background-color: #451C13;
    height: 75vh;
}

.more h3 {
    z-index: 10;
}

.more h1 {
    bottom: 8rem;
    opacity: .1;
    z-index: 0;
    background: linear-gradient(to bottom, #451C13, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logoleiste {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.logoleiste img {
    height: .75rem;
    margin-top: 1.25rem;
}

.vg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150%;
}

.vtg .vg, .bahn .vg {
    right: -50vw;
}

.bachelor .vg {
    left: 5rem;
    max-width: 75%;
}

.lean {
    display: flex;
}

.lean h1:last-child {
    -webkit-text-stroke: 1px white; /* Breite und Farbe des Outlines */
    -webkit-text-fill-color: transparent;
}

.hero h2 {
    padding: 0rem 1rem;
}

.last .weiter {
    z-index: 1;
}

.last {
    background-image: url(/images/About.jpg);
    background-color: black;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: left;
}

.unterseiten {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

/* Tablet (ab 768px) */
@media screen and (min-width: 768px) {

    .more {
        height: 50vh;
    }

    .vg {
        width: 100%;
    }

    .projekto {
        padding: 3rem;
        justify-content: center;
    }

    .more h3 {
        margin-bottom: 3rem;
    }

    :root {
        --spacing-unit: 1.5rem;
    }

    .vtg .vg, .bahn .vg {
        right: 0;
    }
    
    .bachelor .vg {
        right: -50vw;
    }
}

/* Desktop (ab 1370px) */
@media screen and (min-width: 1100px) {
    :root {
        --spacing-unit: 2rem;
    }

    .hydra .vg {
        right: -5rem;
    }

    .projekto {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .hero p {
        max-width: 23rem;
    }

    .vg {
        max-height: 75vh;
        width: auto;
    }

    .bachelor .vg {
        right: 20vw;
    }

    .vtg .vg {
        left: 0;
    }
    
    .logoleiste {
        flex-direction: row;
    }
    
    .logoleiste img {
        height: 1rem;
        margin-top: 0rem;
    }
}

.more {
    background-color: #451C13;
    height: 75vh;
    position: relative;
    overflow: hidden;
}

.more h3 {
    color: white;
    text-align: center;
    margin-bottom: 3rem;
    font-family: "CHANEY-Wide";
}

@keyframes slideLeftToRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Bewegt sich um die Hälfte der Gesamtbreite */
    }
}

.special {
    overflow: unset;
    height: fit-content;
    animation: slideLeftToRight 100s linear infinite;
}

.more {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .more {
        height: 40vh;
    }

    .projekto {
        height: 75vh;
    }
}

@media (min-width: 1370px) {
    .more {
        height: 40vh;
    }
    
    .logoleiste img {
        height: 1.25rem;
    }
}

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

    .bahn .vg {
        left: -12.5rem;
    }

    .bachelor .vg {
        left: -1rem;
    }

    .logoleiste.primary {
        animation: scroll 5s linear infinite;
    }
}











