/* Anpassungen für die Desktop-Version */

@media (min-width: 900px) {

    /* h1 {
        text-align: left;
    } */

    .mobile-nav {
        display: none;
    }

    .mobile-header {
        display: none;
    }

    .desktop-header {
        display: flex;
    }

    .desktop-impressum-overlay {
        display: inline;
    }

    .section-content-wrapper {
        width: 50%;
    }

    #first-section {
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
    }

    #first-section h1 {
        text-align: right;
        font-size: 7em;
        max-width: 50%;
        margin: 0 5vw 0 0; /* Temp */
    }

    .start-image {
        aspect-ratio: 1/1;
        margin-top: auto;
        border-radius: 0 95% 0 0;
        max-height: 95%;
        width: 50%;
    }

    .contact-info {
        margin-top: 50px;
    }

    #liste-qualifikationen {
        font-size: 1em;
    }

    .swiper {
        width: 100%;
    }

}