body {
    margin: 0;
    font-family: "Arial", sans-serif;
    color: #111;
    background: #fff;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;

    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    z-index: 100;
}

.header .logo {
    font-size: 1.6rem;
    font-weight: bold;
}

.nav a {
    margin-left: 25px;
    text-decoration: none;
    color: #111;
    font-size: 0.95rem;
}

.hero {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.video-hintergrund {

    object-fit: cover;
    width: 80%;
    align-items: center;
    margin-top: 10%;


}

.foto-hintergrund {

    width: 80%;
    height: auto;
    align-items: center;
    margin-top: 7%;

}


.hero h1 {
    font-size: 3rem;
    margin: 0;
    font-weight: bold;
}

h2 {

    font-family: "butik-display-normal", sans-serif;
    font-weight: 100;
    font-style: bold;
    
}

.section {
    padding: 80px 20px;
    text-align: center;
}

.work .slider {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
}

.projektbeschreibung {

    margin-left: 10%;
    margin-top: 10%;
    margin-bottom: 15%;
    width: fit-content;
    font-family: "parabolica", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.projektbeschreibung:hover {

    font-family: "parabolica", sans-serif;
    font-weight: 400;
    font-style: italic;
}



.projektbeschreibung-alphabet {
    margin-left: 10%;
    margin-top: 30%;
    margin-bottom: 15%;
    width: fit-content;
    font-family: "parabolica", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.projektbeschreibung-alphabet:hover {
    font-family: "parabolica", sans-serif;
    font-weight: 400;
    font-style: italic;

}


.projektbilder-klein {

    display: inline-block;
    width: 640px;
    height: 360px;
    object-fit: cover;


}

.slide {
    min-width: 250px;
    background: #f4f4f4;
    padding: 40px;
    font-size: 1.2rem;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.slide.active {
    opacity: 1;
}



.footer {
    padding: 20px;
    border-top: 1px solid #e2e2e2;
    font-size: 0.9rem;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    /* Höhe definieren */
}




@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

}
