.start
{
    scroll-margin-top: var(--scroll-margin-top);
    width: var(--breite-contentContainerElement);

    padding: 1rem;
}

.start h1
{
    margin-top: 1.2rem;
    /*font-size: 2rem;*/
}

.start .introContainer
{
    display: flex;
    align-items: flex-start;
    flex-direction: column;

    margin-top: 0.5rem;
}

.start .introContainer .mobileImage
{
    height: auto;
    width: 90vw;
}


.start .introContainer .textSpalte p
{
    margin-top: 0;

    padding: 4px 8px;
}

/* Zentriert das Bild im IntroContainer automatisch mittig */
.start .introContainer .autoCenter
{
    display: none;
}

.start .erreichbarkeitsContainer
{
    display: none;
}

.start .theorieContainer
{
    display: none;
}

.start h2
{
    display: none;
}