*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    cursor: pointer;
}

nav {
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
}

ul {
    list-style: none;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 3rem;
    margin-right: 5rem;
}

.logo-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo {
    height: 2.5rem;
    margin-left: 5rem;
    cursor: pointer;
}

.burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    margin-right: 5rem;
}

.burger span {
    width: 30px;
    height: 2px;
    background-color: #001C2E;
    transition: all 0.3s ease;
}

.verlinkungen {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 0.92rem;
    color: #001C2E;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.verlinkungen:hover {
    cursor: pointer;
    color: #2c62834e;
}

/* ── Language Switcher ──────────────────────────────── */

.lang-switcher {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.lang-btn {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 0.92rem;
    color: #001C2E;
    letter-spacing: 1px;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 0;
}

.lang-btn.active {
    color: #2C6183;
}

.lang-btn:hover {
    color: #2C6183;
}

.lang-divider {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 0.92rem;
    color: #001C2E;
    opacity: 0.2;
}

@media (max-width: 768px) {
    .lang-switcher {
        margin-top: 1rem;
        justify-content: center;
        gap: 1rem;
    }
}







body {
    font-family: sans-serif;
}

.hero {
    height: 49vw;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.website-start {
    height: 49vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.hero-track {
    display: flex;
    gap: 4px;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: center;
    overscroll-behavior-x: contain;
}

.hero-track::-webkit-scrollbar {
    display: none;
}

.hero-image {
    height: 49vw;
    width: auto;
    flex-shrink: 0;
    scroll-snap-align: center;
    object-fit: cover;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 1rem;
    z-index: 10;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001C2E;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, transform 0.3s;
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%) scale(1.05);
}

.prev-btn {
    left: 2rem;
}

.next-btn {
    right: 2rem;
}




.about {
    margin: 10vw 5rem;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 8rem;
}

.about-image {
    display: flex;
    justify-content: flex-end;
}

.portrait {
    width: 26vw;
    height: auto;
    border-radius: 10px;
    display: block;
}

.about-text h1 {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    color: #001C2E;
    margin-bottom: 20px;
}

.about-text p {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 300;
    font-size: 0.94rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    max-width: 500px;
}

.about-facts {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.about-facts span {
    font-size: 0.79rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid #001C2E;
    border-radius: 20px;
}



.footer {
    padding: 2rem 5rem;
    border-top: 1px solid #e5e5e5;
    margin-top: 5rem;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer p {
    font-family: "Roboto Flex", sans-serif;
    font-size: 0.79rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    font-family: "Roboto Flex", sans-serif;
    font-size: 0.79rem;
    color: #001C2E;
}

.instagram-link {
    font-weight: 400;
}

.instagram-link:hover {
    color: #2C6183;
}

/* ── Social & Contact Icons ────────────────────────────────── */

.social-icons-about {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    margin-top: 2rem;
}

.social-icon-about {
    color: #001C2E;
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.social-icon-about:hover {
    opacity: 1;
}

.social-icon-about svg {
    width: 22px;
    height: 22px;
}

/* ── Responsive Design ─────────────────────────────────────── */

@media (max-width: 1024px) {
    ul {
        gap: 2rem;
        margin-right: 2rem;
    }

    .logo {
        margin-left: 2rem;
    }

    .about {
        margin: 8vw 2rem;
    }
}

@media (max-width: 768px) {
    nav {
        height: 5rem;
    }

    .burger {
        display: flex;
        z-index: 1001;
    }

    #nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        background: white;
        flex-direction: column;
        justify-content: center;
        gap: 3rem;
        margin-right: 0;
        transition: 0.5s ease;
        z-index: 1000;
    }

    #nav-links.active {
        right: 0;
    }

    .logo {
        margin-left: 1.5rem;
        height: 1.8rem;
    }

    .burger {
        margin-right: 1.5rem;
    }

    .hero,
    .website-start {
        height: 70vh;
    }

    .hero-image {
        height: 70vh;
    }

    .slider-btn {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.2rem;
        padding: 0.5rem;
    }

    .prev-btn {
        left: 1rem;
    }

    .next-btn {
        right: 1rem;
    }


    .about {
        margin: 4rem 1.5rem;
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-image {
        justify-content: center;
    }

    .portrait {
        height: auto;
        width: 100%;
        max-width: 320px;
    }

    .about-text h1 {
        font-size: 1.8rem;
        text-align: center;
    }

    .about-text p {
        max-width: none;
    }

    .about-facts {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer {
        padding: 2rem 1.5rem;
    }

    .footer-container {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

/* -- GLOBALS -- */
html,
body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}