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

.header {
    position: fixed;
    width: 95%;
    top: 0;
    padding: 15px 40px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    z-index: 100;
    margin-bottom: 20%;
    pointer-events: none;
}



nav a {
    color: red;
    background-color: red;
    text-decoration: none;
    letter-spacing: inherit;
    padding: 1px;
    pointer-events: auto;
    margin-left: 25px;
}


nav a:hover {
    background-color: white;
    color: black;
}


.kontakt {
    color: red;
    background-color: red;
    padding: 1px;

}


.kontakt:hover {
    background-color: white;
    color: black;
}


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

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

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

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

.lara {
    width: 60%
}

.lara:hover {}

.logo {

    background-color: transparent;
    color: transparent;
    pointer-events: auto;
}

.lara4ahmnm {
    font-size: 2000%;
    margin: 0%;
    width: fit-content;
}

.lara4ahmnm:hover {

    font-family: "butik-display-normal", sans-serif;
    font-weight: 100;
    font-style: thin;
    color: white;
    background-color: black;

}

.filmstartseite {
    margin-top: 20%;
    height: auto;
    position: center;
}

.section {
    padding: 100px 20px;

    text-align: left;

}

.section.about {

    padding-bottom: 7%;
    width: fit-content;
    text-align: right;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
}

.container-start {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.abouttext {

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

.abouttext:hover {

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

.section.contact {
    display: inline-block;
    margin-left: 2.5%;

}

.section.work {

    margin-top: 2.5%;



}

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

.slide {
    min-width: 250px;
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    display: inline-block;
    font-size: 1.2rem;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.slide:hover {
    opacity: 1;

}

button {
    margin: 20px 10px;
    padding: 8px 12px;
    background: #111;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center;
}

.hero-image {
    width: 100%;
    height: 70%;
    display: block;
    margin: 0 auto 20px auto;
}

.logo {

    max-width: 100px;
    height: 100px;


}

#video-hintergrund {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 70%;
    min-height: 70%;
    z-index: -100;
    /* Legt das Video in den Hintergrund */
    object-fit: cover;
    /* Verhindert Verzerrung */
}

/* Optional: Inhalt auf dem Video positionieren */
.inhalt {
    position: absolute;
    z-index: 1;
    color: white;
    text-align: center;
}

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

}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;

}


.projektbilder-klein {

    display: inline-block;
    width: 320px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
    break-inside: avoid;
    width: 100%;
    height: auto;


}



.raster {
    column-count: 2;
    column-gap: 15px;

}

.container-lara {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}


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

}


h2 {

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