/* =====================================================
   MOBILE ANSICHT
===================================================== */

@media (max-width: 900px) {

    header {
        height: auto;
        min-height: 140px;
        padding: 15px;
        justify-content: center;
    }

    .header-links,
    .header-rechts,
    .header-jubilaeum,
    .eckelinksoben,
    .eckerechtsoben,
    .menue-bild,
    .rechts-bild {
        display: none;
    }

    .header-mitte {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
    }

    .header-mitte h1 {
        font-size: 1.45rem;
        line-height: 1.2;
        white-space: nowrap;
    }

    .header-mitte p {
        font-size: 1rem;
        line-height: 1.2;
        white-space: nowrap;
    }

    .header-untertitel {
        font-size: 0.8rem;
    }

    .container {
        display: block;
        width: 100%;
    }

    .links,
    main,
    .rechts {
        width: 100%;
        min-width: 100%;
        border-left: none;
        border-right: none;
    }

    .links,
    .rechts {
        padding: 15px;
    }

    main {
        padding: 15px;
    }

    .links h2 {
        display: none;
    }

    .menue-button {
    position: relative;

    display: block;
    width: 100%;

    padding: 12px 48px 12px 12px;
    margin-bottom: 10px;

    background: #205070;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;

    border: none;
    border-radius: 10px;

    font-size: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;

    cursor: pointer;
}

/* Weißes X wird rein per CSS erzeugt */
.menue-button.menue-offen::after {
    content: "×";

    position: absolute;
    top: 50%;
    right: 16px;

    transform: translateY(-52%);

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

    .menue-inhalt {
        display: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .menue-inhalt.anzeigen {
        display: block;
    }

.menu-x {
    color: #ffffff !important;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

    .links .werbung-box {
        display: none;
    }

    .rechts .werbung-box:last-of-type {
        display: none;
    }

    .footer-boxen {
        flex-direction: column;
    }

    footer {
        font-size: 0.7rem;
    }

    .slider img {
        height: 220px;
        object-fit: contain;
    }

    .news-bild {
        width: 100%;
        max-width: 100%;
    }

    .baustelle {
        flex-direction: column;
    }

    .karten-grid-2,
    .karten-grid-3,
    .vorstand-grid,
    .rassen-grid,
    .galerie-grid,
    .download-liste {
        grid-template-columns: 1fr;
    }

    .vorstand-karte img {
        width: 100%;
        max-width: 250px;
        height: 250px;
    }
}
